sikang / mpl_ros

A ROS wrapper for trajectory planning based on motion primitives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D trajectory planning

Changliu52 opened this issue · comments

Thank you so much for sharing the code. The testing launches works amazing!
It seems to me that all the testing examples are with 2D trajectory planing, I am wondering if you could suggest some guideline to plan a 3d trajectory, as shown in the 3D voxel map figure in the readme?

Thank you in advance.
Chang

Hi Chang,

No problem! You can take a look at this script: mpl_test_node/launch/map_planner_node/test.launch.skir
(just remove the '.skir' and roslaunch it should work).

Awesome. Perfect!
Thank you Sikang!