ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Do you want to have correct orientation before next movement command? Because this can be simply solved by RotationShimController.

I suggest you to try changing value of yaw_goal_tolerance, based on this:

general_goal_checker:
      plugin: "nav2_controller::SimpleGoalChecker"
      xy_goal_tolerance: 0.25
      yaw_goal_tolerance: 0.25 <---- this is rad/4, so around 14 degrees, quite a lot!
      stateful: True