turtlebot3_mbf icon indicating copy to clipboard operation
turtlebot3_mbf copied to clipboard

local planner doesn't work

Open sahinkaan opened this issue 1 year ago • 2 comments

I followed readme and just launch three file. I was expecting the robot to avoid dynamic obstacles. Is it about parameters? What can i do for avoiding dynamic obstacles. localPlanner

sahinkaan avatar Oct 14 '22 06:10 sahinkaan

You can see the object appearing in the global costmap, but the robot does not replan a new global plan. I think this has to do with the settings of move base flex. You can play with the following parameters. If you find any settings that work, please let me know.

  • planner_frequency
  • planner_max_retries
  • planner_patience
  • controller_max_retries
  • controller_patience

Rayman avatar Oct 17 '22 07:10 Rayman

I couldn't find planner_max_retries, and controller_max_retries parameters. Although i played with other parameters, there is no change. You are right about robot doesn't replan new global path. It is also seen at gif above. The red line at the rviz is global path and it has never updated. Also i listened global_path message with commands below. It published only once when i set navigation goal.

rostopic echo /move_base_flex/NavfnROS/plan

rostopic echo /move_base_flex/get_path/result

sahinkaan avatar Oct 18 '22 08:10 sahinkaan