GlobalPlanner node missing in dynparam list
Hello, (i'm on ros kinetic) after running the default gazebo wold, the navigation demo (roslaunch turtlebot_gazebo amcl_demo.launch), and rviz, I then want to see the list of parameters I can reconfigure. I do this by running "dynamic_reconfigure dynparam list", which show a list of node (amcl, camera, gazebo, move_base/DWAPlannerROS, /move_base/global_costmap, /move_base/global_costmap/inflation_layer, /move_base/global_costmap/obstacle_layer, /move_base/global_costmap/static_layer, /move_base/local_costmap, and 3 others) but /move_base/GlobalPlanner is missing, why? and how can I configure its parameter? like setting use_dijkstra to false?
Can you please post the contents of your
move_base.launch
file? Another way to check which params are dynamicly reconfigurable after you launchmove_base
is to run: