-
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 ros-info in :go-pos-unsafe in fetch-interface.l #1168
Conversation
we should rewrite argument of
This makes user to understand the API easily |
@@ -261,7 +261,8 @@ Example: (send self :gripper :position) => 0.00" | |||
(send self :remprop :go-pos-unsafe-no-wait-goal) | |||
|
|||
;; yaw-x-yaw approach | |||
(ros::ros-info "go-pos-unsafe: (yaw, x, yaw) = (~A ~A ~A)" d0 d1 d2) | |||
(ros::ros-info "go-pos-unsafe: (yaw, x, yaw) = (~A ~A ~A)" | |||
d0 (* (if forward-p 1.0 -1.0) d1) d2) |
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 will show both
go-pos-unsafe: (x y d) = ( ...) -> (yaw x yaw) = ( ... )
and
`send-cmd-vel-raw: ....
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.
what are you considering about?
I dont understand what you are worrying about.
go-pos-unsafe takes x,y, d as argument, not yaw/x/yaw
--
◉ Kei Okada
2019年11月25日(月) 20:31 Shingo Kitagawa <notifications@github.com>:
… ***@***.**** commented on this pull request.
------------------------------
In jsk_fetch_robot/fetcheus/fetch-interface.l
<#1168 (comment)>
:
> @@ -261,7 +261,8 @@ Example: (send self :gripper :position) => 0.00"
(send self :remprop :go-pos-unsafe-no-wait-goal)
;; yaw-x-yaw approach
- (ros::ros-info "go-pos-unsafe: (yaw, x, yaw) = (~A ~A ~A)" d0 d1 d2)
+ (ros::ros-info "go-pos-unsafe: (yaw, x, yaw) = (~A ~A ~A)"
+ d0 (* (if forward-p 1.0 -1.0) d1) d2)
what are you considering about?
I dont understand what you are worrying about.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1168?email_source=notifications&email_token=AADYNXBKMDIFGAGX6RT6773QVOZRHA5CNFSM4JK5B7X2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCM2I6WI#discussion_r350130300>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYNXCXEYS3BFPSYA6TTKTQVOZRHANCNFSM4JK5B7XQ>
.
|
@k-okada I haven't understand your review, but what should I change? |
fix
:go-pos-unsafe
ros-warn
message.we need to consider about
forward-p