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

Infinite spin with recovery Spin #1655

Closed
daisukes opened this issue Apr 27, 2020 · 1 comment
Closed

Infinite spin with recovery Spin #1655

daisukes opened this issue Apr 27, 2020 · 1 comment
Labels
bug Something isn't working in progress

Comments

@daisukes
Copy link
Contributor

Bug report

  • Ubuntu16.04
  • Version or commit hash: master

Steps to reproduce issue

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"

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

Spin performs an in-place rotation by a given angle.

Actual behavior

It keeps rotating if you give a number bigger/smaller than around M_PI/-M_PI

@SteveMacenski
Copy link
Member

PRs welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in progress
Projects
None yet
Development

No branches or pull requests

2 participants