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

[fetcheus] fix ros-info in :go-pos-unsafe in fetch-interface.l #1168

Merged
merged 11 commits into from
Jul 16, 2021

Conversation

knorth55
Copy link
Member

@knorth55 knorth55 commented Nov 8, 2019

fix :go-pos-unsafe ros-warn message.
we need to consider about forward-p

@k-okada k-okada added the MergeOK label Nov 8, 2019
@knorth55 knorth55 changed the title [fetcheus] fix ros-warn in :go-pos-unsafe in fetch-interface.l [fetcheus] fix ros-info in :go-pos-unsafe in fetch-interface.l Nov 15, 2019
@YutoUchimi YutoUchimi added this to the 1.1.1 milestone Nov 19, 2019
@k-okada
Copy link
Member

k-okada commented Nov 25, 2019

we should rewrite argument of :go-pos-unsafe as

  (:go-pos-unsafe
    (x y &optional (d 0)) ;; [m] [m] [degree]

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)
Copy link
Member

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: ....

Copy link
Member Author

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.

@k-okada
Copy link
Member

k-okada commented Nov 26, 2019 via email

@knorth55 knorth55 mentioned this pull request Feb 11, 2020
29 tasks
@knorth55
Copy link
Member Author

@k-okada I haven't understand your review, but what should I change?

@k-okada k-okada merged commit 1577d58 into jsk-ros-pkg:master Jul 16, 2021
@knorth55 knorth55 deleted the fix-warn-go-pos-unsafe branch July 16, 2021 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants