Skip to content

Python Motion Planning v2.0 Release!

Latest

Choose a tag to compare

@omigeft omigeft released this 12 Apr 15:06
· 4 commits to master since this release

Release v2.0 - 2026/4/12

Update

  1. Improve asymptotically optimal RRT* planner. Replace argument stop_until_sample_num with stop_func to achieve more flexible customization of when to stop.
  2. Formalize the interfaces of curve generators. Fix some bugs of them and place them into the category traj_optimizer.