enginBozkurt / MotionPlanner

Motion Planner for Self Driving Cars
159 stars 62 forks source link

Which version of Carla simulator to use? #1

Closed JackRen88 closed 4 years ago

JackRen88 commented 4 years ago

Hello. I want to know that Which version of Carla simulator to use in the motion planner repo. Which article is referenced by the collision detection method?

enginBozkurt commented 4 years ago

You can run it in any version before 0.9.0

On Wed, Aug 28, 2019 at 6:22 AM JackRen88 notifications@github.com wrote:

Hello. I want to know that Which version of Carla simulator to use in the motion planner repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/enginBozkurt/MotionPlanner/issues/1?email_source=notifications&email_token=AHJQZFPDZWQGGC7W54ILASTQGXVODA5CNFSM4IQXXEFKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHZ4P5Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AHJQZFJHGUJLU76JARCSDH3QGXVODANCNFSM4IQXXEFA .

enginBozkurt commented 4 years ago

C. Urmson, C. Baker, J. Dolan, P. Rybski, B. Salesky, W. Whittaker, D. Ferguson, and M. Darms, “Autonomous Driving in Traffic: Boss and the Urban Challenge,” AI Magazine, vol. 30, no. 2, p. 17, 2009. This gives an overview of some of the methods used to handle dynamic obstacles in the DARPA Urban Challenge. https://www.aaai.org/ojs/index.php/aimagazine/article/view/2238

Steven M Lavalle, Planning Algorithms, 2006, Cambridge University Press. Chapter 2 covers discrete planning over graphs including Dijkstra's and A*. http://planning.cs.uiuc.edu

N. J. Nilsson, “Artificial intelligence: A modern approach,” Artificial Intelligence, vol. 82, no. 1-2, pp. 369–380, 1996. Read Chapters 3.4-3.5 for an overview of search algorithms in graphs. http://aima.cs.berkeley.edu

S. Thrun, W. Burgard, and D. Fox, Probabilistic robotics. Cambridge, MA: MIT Press, 2010. Read Chapter 9 - Occupancy Grid Mapping for an overview of how occupancy grids are generated. http://www.probabilistic-robotics.org

P. Bender, J. Ziegler, and C. Stiller, “Lanelets: Efficient map representation for autonomous driving,” 2014 IEEE Intelligent Vehicles Symposium Proceedings, 2014. Introduces the concepts of lanelets used in mapping. http://static.aixpaper.com/pdf/d/f5/gs.2014.81cd3b9828.v1.pdf

N. Ratliff, M. Zucker, J. A. Bagnell, and S. Srinivasa, “CHOMP: Gradient optimization techniques for efficient motion planning,” 2009 IEEE International Conference on Robotics and Automation, 2009. Introduces the CHOMP algorithm as an example of applying calculus of variations to planning. https://kilthub.cmu.edu/articles/CHOMP_Gradient_Optimization_Techniques_for_Efficient_Motion_Planning/6552254/1

J. Wei, J. M. Snider, T. Gu, J. M. Dolan, and B. Litkouhi, “A behavioral planning framework for autonomous driving,” 2014 IEEE Intelligent Vehicles Symposium Proceedings, 2014. This gives a nice overview of an example framework that can be used in behaviour planning. https://ieeexplore.ieee.org/abstract/document/6856582

R. S. Sutton and A. G. Barto, Reinforcement learning an introduction. Cambridge: A Bradford Book, 1998. Gives a great introduction to reinforcement learning concepts. http://incompleteideas.net/book/the-book-2nd.html

Fox, D.; Burgard, W.; Thrun, S. (1997). "The dynamic window approach to collision avoidance". Robotics & Automation Magazine, IEEE. 4 (1): 23–33. doi:10.1109/100.580977. This gives an overview of dynamic windowing and trajectory rollout. https://ieeexplore.ieee.org/document/580977

JackRen88 commented 4 years ago

Thank you for your reply! Do you use your own city map(such as /Game/Maps/Course4) instead of the official map in Carla? Is the map format that you used occupancy grid map or opendrive format? How can I run the motion planner you provide in Carla?

enginBozkurt commented 4 years ago

project file

vI0lpI0fEem-xg4p7cmXwA_e77ed940c64e410dbb04a66a123836d7_Course4FinalProject (1).zip

Installation and implementation guide

install.docx