rst-tu-dortmund / mpc_local_planner

The mpc_local_planner package implements a plugin to the base_local_planner of the 2D navigation stack. It provides a generic and versatile model predictive control implementation with minimum-time and quadratic-form receding-horizon configurations.
http://wiki.ros.org/mpc_local_planner
GNU General Public License v3.0
545 stars 143 forks source link

How to use via-points #59

Open rvbabera opened 1 month ago

rvbabera commented 1 month ago

Hi, I want mpc_local_planner to follow plan a path through my custom via points but i am confused how i can do it i set objective/type to "minimum_time_via_points" and also set global_plan_viapoint_sep to 0 but now i don't know-

  1. how should i publish via points ?
  2. at what frequency i should publish them ?
  3. and when to publish them ?