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

[baxtereus] add :angle-vector-sequence for moveit #728

Merged
merged 2 commits into from
Nov 28, 2016

Conversation

knorth55
Copy link
Member

@knorth55 knorth55 commented Nov 17, 2016

Requires jsk-ros-pkg/jsk_pr2eus#259

Main Change

  • add :angle-vector-sequence for moveit
    :angle-vector-sequence -> :angle-vector-sequence-motion-plan

Minor Change

  • fix typo in baxter-util.l

@@ -249,15 +249,17 @@
(when (send self :simulation-modep)
(return-from :angle-vector (send* self :angle-vector-raw av tm args)))
(when (not (numberp tm))
(ros::warn ":angle-vector tm is not a number, use :angle-vector av tm args"))
(ros::warn ":angle-vector tm is not a number, use :angle-vector av tm args~%"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to use

(warning-message 3 "hoge")

??

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

(return-from :angle-vector (send* self :angle-vector-raw av tm args)))))
(:angle-vector-sequence (avs &rest args)
(send* self :angle-vector-sequence-raw avs args))
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 we can set multiple waypoint in planning. how about add multiple jointconstraint at https://github.com/jsk-ros-pkg/jsk_pr2eus/blob/master/pr2eus_moveit/euslisp/robot-moveit.l#L224 ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@k-okada i tried to make :angle-vector-sequence-motion-plan method in jsk-ros-pkg/jsk_pr2eus#259, but i got error

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error fixed

@knorth55 knorth55 changed the title [baxtereus] add :angle-vector-sequence to pass args [baxtereus] add :angle-vector-sequence for moveit Nov 18, 2016
@knorth55 knorth55 changed the title [baxtereus] add :angle-vector-sequence for moveit [WIP] [baxtereus] add :angle-vector-sequence for moveit Nov 18, 2016
@knorth55 knorth55 changed the title [WIP] [baxtereus] add :angle-vector-sequence for moveit [baxtereus] add :angle-vector-sequence for moveit Nov 18, 2016
knorth55 added a commit to knorth55/jsk_pr2eus that referenced this pull request Nov 19, 2016
with this code, non-move-arm (i.e. :rarm if move-arm is :larm) moves
and follow normal angle-vector (without moveit) even if move-arm is
set.

detail information: see jsk-ros-pkg/jsk_robot#728
@knorth55 knorth55 force-pushed the av-sequence branch 2 times, most recently from 3f38ec6 to f49d8c9 Compare November 19, 2016 11:04
@knorth55 knorth55 force-pushed the av-sequence branch 6 times, most recently from edfb2a3 to 1118887 Compare November 26, 2016 15:54
:angle-vector-sequence -> :angle-vector-sequence-motion-plan
@knorth55
Copy link
Member Author

please merge this

@k-okada k-okada merged commit 582d0d9 into jsk-ros-pkg:master Nov 28, 2016
@knorth55 knorth55 deleted the av-sequence branch November 28, 2016 14:05
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.

None yet

2 participants