Reconfigure path planner on the fly #267
Labels
enhancement
Good for New Members
planning
Issues relating to planning, navigation, and/or trajectory optimization
rr_common
Goal
We want to be able to change the parameters of the path planner on the fly so that we can tune it's performance faster. The planner has many parameters, from the planning horizon, to the vehicle dynamics, to weights in the cost function, to the optimization hyper-parameters. Probably the easiest and best way to manage this tuning is using dynamic_reconfigure, a ROS package distributed by the ROS developers.
Notes
dynamic_reconfigure consists of several parts. First, a .cfg file specifies the configurable fields, their types, and their valid ranges. Second, a GUI uses these configurations to populate sliders and drop-downs and to save sets of values. Third, the configured node must have a callback function to receive the parameter adjustments and apply them to the algorithm.
Planner parameters that we want to tune
Things to create
Things to edit
The text was updated successfully, but these errors were encountered: