yufan25 / apollo-trajectory-planning

decouple the trajectory planning part from the apollo v5.0 and run in ros system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apollo-trajectory-planning

Decouple the trajectory planning part from the apollo v5.0 and run in ros system.

Tested in ubuntu 18.04 with ros melodic.

In version 1.0 the lattice planning with static obstacle is realized.

  • rosrun PNC_MapPub to publish the reference line of road
  • rosrun PNC_ObsPub to publish the obstacle
  • rosrun lattice_planning to run the lattice planning

For lateral optimization osqp solver is also an option. (Eigen needed)

About

decouple the trajectory planning part from the apollo v5.0 and run in ros system

License:Apache License 2.0


Languages

Language:C 39.1%Language:C++ 39.1%Language:Makefile 10.0%Language:CMake 5.3%Language:Python 5.1%Language:Shell 1.5%