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
bring up a robot and send goal to the spin action server
ros2 action send_goal /spin nav2_msgs/action/Spin "target_yaw: 3.14"
based on the description, I would expect it turns backward and then stops if you give 3.14 and turn around with 6.28
Spin performs an in-place rotation by a given angle.
It keeps rotating if you give a number bigger/smaller than around M_PI/-M_PI
The text was updated successfully, but these errors were encountered:
PRs welcome
Sorry, something went wrong.
No branches or pull requests
Bug report
Steps to reproduce issue
bring up a robot and send goal to the spin action server
Expected behavior
based on the description, I would expect it turns backward and then stops if you give 3.14 and turn around with 6.28
Actual behavior
It keeps rotating if you give a number bigger/smaller than around M_PI/-M_PI
The text was updated successfully, but these errors were encountered: