Ask Your Question
0

Simultaneously planning for both PR2 arms using chomp or ompl planer

asked Feb 22

Gheorghe gravatar image Gheorghe
3 1

Hi,

is it possible to simultaneously use for both PR2 arms one of the two planners: chomp planner or ompl planner?

I tried to simultaneously move both PR2 arms using chomp planer. Some times it returns an IK solution for each arm but most often the node "chomp_planner_longrange" crashes or in the best case it reports that no IK solution was found.

Best regards, Gheorghe

delete close flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
1

answered Feb 22

egiljones gravatar image egiljones
1441 2 12 27

The short is no, not with a single CHOMP node and a single copy of other planner subsystems. It should be possible to do with two CHOMP nodes and two copies of other planner subsystems, however, if that's the route you decide to go. It should be noted that even in this case the result will be potentially in collision, as neither planner will account for the fact that the other arm is moving. The right way to do this is to plan for both arms simultaneously, though this may require changing some code.

If you decide to go with two parallel planning subsystems, I'd suggest making a right arm subsystem and a left arm subsystem. In each namespace put an environment server node, the relevant ik node for the arm, a chomp or ompl planner node, and the relevant copy of move arm. You should then be able to call different versions of move arm simultaneously.

We are currently working on fully supporting simultaneous planning for both arms, but that won't be ready for release for a little while.

link delete flag offensive edit

Comments

Could you elaborate a bit on your plans or point to me existing information? E.g. are you planning to work with kinematic tree structures instead of chains?

Marcus (Feb 22)edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: Feb 22

Seen: 63 times

Last updated: Feb 22