Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local planner doesn't work #3

Open
sahinkaan opened this issue Oct 14, 2022 · 2 comments
Open

local planner doesn't work #3

sahinkaan opened this issue Oct 14, 2022 · 2 comments

Comments

@sahinkaan
Copy link

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

@Rayman
Copy link
Owner

Rayman commented Oct 17, 2022

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

@sahinkaan
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants