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 runs normal angle-vector in kinematics simulator #461

Conversation

knorth55
Copy link
Member

this PR avoid error when we run angle-vector-motion-plan in kinematics simulator.
the way is just run angle-vector or angle-vector-sequence when kinematics simulator is on.
this PR is useful when we share the same code for 1) real robot + moveit and 2) kinematics simulator.
now we need to switch angle-vector-motion-plan and angle-vector for testing same code in 1) and 2).

Copy link
Member

@k-okada k-okada left a comment

Choose a reason for hiding this comment

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

@knorth55 could you provide simplest example code which reproduce the problem?

@knorth55
Copy link
Member Author

knorth55 commented Jul 21, 2021

(load "package://pr2eus/pr2-interface.l")
(load "package://pr2eus_moveit/euslisp/pr2eus-moveit.l")

(pr2-init)
(send *ri* :angle-vector-motion-plan (send *pr2* :reset-manip-pose))

@knorth55 knorth55 force-pushed the angle-vector-motion-plan-simulation branch from c76b645 to 2985ddb Compare July 21, 2021 08:38
@k-okada k-okada mentioned this pull request Nov 19, 2021
@k-okada k-okada closed this in #468 Nov 19, 2021
k-okada added a commit that referenced this pull request Nov 19, 2021
@knorth55 knorth55 deleted the angle-vector-motion-plan-simulation branch November 19, 2021 12:26
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