-
Notifications
You must be signed in to change notification settings - Fork 97
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
[fetcheus] fix radian in :go-pos-unsafe #1166
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fatal bug and this PR need to be merged.
(shortest-angle)
assumes radian input, but degree input is used now.
https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_fetch_robot/fetcheus/fetch-interface.l#L249-L251
By the way, I feel it confusing that variable d
is deg and d0
and d2
is rad...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From :go-pos
documentation:
using [m] and [degree] is historical reason from original hrpsys code
travis passed! |
I want to add test but waiting for pr2eus move base test. |
I add navigation test for fetch #1212 |
:go-pos-unsafe
d
is given asdegree
!