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

[pr2eus_moveit] angle-vector-motion-plan return angle-vector #268

Merged
merged 1 commit into from
Dec 6, 2016

Conversation

knorth55
Copy link
Member

@knorth55 knorth55 commented Dec 5, 2016

  • angle-vector-motion-plan return (list av)
    currently it returns (nil nil nil nil nil)

@knorth55 knorth55 changed the title fix bug in collision-object-publisher :wipe-all [baxtereus] angle-vector-motion-plan return angle-vector Dec 5, 2016
@pazeshun
Copy link
Collaborator

pazeshun commented Dec 5, 2016

Wrong package name in title: baxtereus -> pr2eus_moveit

@knorth55 knorth55 changed the title [baxtereus] angle-vector-motion-plan return angle-vector [pr2eus_moveit] angle-vector-motion-plan return angle-vector Dec 5, 2016
@knorth55
Copy link
Member Author

knorth55 commented Dec 5, 2016

thx 😄

@k-okada
Copy link
Member

k-okada commented Dec 6, 2016

why (list av) ?

@knorth55
Copy link
Member Author

knorth55 commented Dec 6, 2016

return-value of :angle-vector in robot-interface.l is list of angle-vector, so i followed it

2.irteusgl$ (send *baxter* :reset-pose)
#f(0.0 20.0 -25.0 -40.0 60.0 -20.0 80.0 0.0 -20.0 -25.0 40.0 60.0 20.0 80.0 0.0)
3.irteusgl$ (send *ri* :angle-vector (send *baxter* :reset-pose))
(#f(0.0 20.0 -25.0 -40.0 60.0 -20.0 80.0 0.0 -20.0 -25.0 40.0 60.0 20.0 80.0 0.0))

@k-okada k-okada merged commit 687e74c into jsk-ros-pkg:master Dec 6, 2016
@knorth55 knorth55 deleted the av-motion-plan-return branch December 6, 2016 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants