-
Notifications
You must be signed in to change notification settings - Fork 25
Generating_Convex_Polytopes
username edited this page Mar 9, 2021
·
1 revision
Generate collision-free convex polyhedrons in Point Cloud Map:
![IRIS](Pic/IRIS.png)
Figure 1 shows a partial demonstration of the IRIS algorithm. (R. Deits and R. Tedrake 2015).
- Need multiple iterations
Figure 2 shows a partial demonstration of the SFC algorithm. (S. Liu, M. Watterson, K. Mohta, K. Sun, S. Bhattacharya, C.J. Taylor, and Vijay Kumar 2017).
- Need two points
![SP1](Pic/Stereographic_Projection1.png)
![SP2](Pic/Stereographic_Projection2.png)
Figure 3 shows a partial demonstration of the algorithm. (S. Savin 2017).
- Need to calculate the convex hull algorithm (the smallest convex shape enclosing a given shape)
- The size of the Star polyhedron depends heavily on the point chosen at the beginning.
![SF](Pic/Sphere_Flipping1.png)
![SF](Pic/Sphere_Flipping2.png)
Figure 4 shows a partial demonstration of the algorithm. (Xingguang Zhong, Yuwei Wu, Dong Wang, Qianhao Wang, Chao Xu, and Fei Gao 2020).
- Need to calculate the convex hull algorithm (the smallest convex shape enclosing a given shape)
- The size of the Star polyhedron depends heavily on the point chosen at the beginning.
- [1] R. Deits and R. Tedrake, "Computing large convex regions of obstacle-free space through semidefinite programming",in Algorithmic Foundations of Robotics XI. Berlin, Germany: Springer, 2015, pp. 109–124.
- [2] S. Liu, M. Watterson, K. Mohta, K. Sun, S. Bhattacharya, C.J. Taylor, et al., "Planning dynamically feasible trajectories for quadrotors using safe flight corridors in 3-d complex environments", IEEE Robotics and Automation Let- ters, vol. 2, no. 3, pp. 1688-1695, July 2017.
- [3] S. Savin, "An algorithm for generating convex obstacle-free regions based on stereographic projection,” in International Siberian Confer- ence on Control and Communications", 2017.
- [4] Xingguang Zhong, Yuwei Wu, Dong Wang, Qianhao Wang, Chao Xu, and Fei Gao, "Generating Large Convex Polytopes Directly on Point Clouds",2020
- BFS
- Greedy
- Dijkstra
- Astar
-
Jump Point Search
- JPS+
- Probabilistic Road Maps
- [Rapidly-exploring Random Trees
- [Artificial Potential Fields
- Average time allocation
- Trapezoidal time allocation
- Ax = b
- closed form
- quadratic program
- [mixed-integer quadratic program
- [Bezier curve
- PID