We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I found a goal checker plugin is needed in a sample yaml teb_params.yaml of Galactic.
https://github.com/rst-tu-dortmund/teb_local_planner/blob/galactic/teb_local_planner/params/teb_params.yaml
controller_server: ros__parameters: goal_checker_plugins: ["general_goal_checker"] # "precise_goal_checker" general_goal_checker: stateful: True plugin: "nav2_controller::SimpleGoalChecker" #xy_goal_tolerance: 0.25 # changed by nishi xy_goal_tolerance: 0.05 #yaw_goal_tolerance: 0.25 # changed by nishi yaw_goal_tolerance: 0.08
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
I found a goal checker plugin is needed in a sample yaml teb_params.yaml of Galactic.
https://github.com/rst-tu-dortmund/teb_local_planner/blob/galactic/teb_local_planner/params/teb_params.yaml
controller_server:
ros__parameters:
goal_checker_plugins: ["general_goal_checker"] # "precise_goal_checker"
general_goal_checker:
stateful: True
plugin: "nav2_controller::SimpleGoalChecker"
#xy_goal_tolerance: 0.25
# changed by nishi
xy_goal_tolerance: 0.05
#yaw_goal_tolerance: 0.25
# changed by nishi
yaw_goal_tolerance: 0.08
The text was updated successfully, but these errors were encountered: