-
Notifications
You must be signed in to change notification settings - Fork 41
/
planners.cpp
28 lines (10 loc) · 933 Bytes
/
planners.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/////////////////////////////////////////////////////////////////
1. Open_Space_Planner
https://github.com/ApolloAuto/apollo/blob/master/docs/specs/Open_Space_Planner.md
The Open Space Planner is one such algorithm in development targeted towards reverse parking and sharp U-turns. This algorithm was initially inspired by several papers[1][2][3].
References
[1]: Dolgov, Dmitri, et al. "Path Planning for Autonomous Vehicles in Unknown Semi-Structured Environments." The International Journal of Robotics Research, vol. 29, no. 5, 2010, pp. 485-501., doi:10.1177/0278364909359210.
// [2]: Prodan, Ionela, et al. "Mixed-integer representations in control design: Mathematical foundations and applications."" Springer, 2015.
// [3]: Xiaojing Zhang, et al. "Optimization-Based Collision Avoidance" (arXiv:1711.03449).
//////////////////////////////////////////////////////////////////////////////
2. lattice planner