ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Simultaneously planning for both PR2 arms using chomp or ompl planer

asked 2012-02-22 04:41:40 -0500

Gheorghe gravatar image

updated 2014-01-28 17:11:27 -0500

ngrennan gravatar image

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

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-02-22 05:27:01 -0500

egiljones gravatar image

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.

edit flag offensive delete link more

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?

bit-pirate gravatar image bit-pirate  ( 2012-02-22 14:19:25 -0500 )edit

Question Tools

Stats

Asked: 2012-02-22 04:41:40 -0500

Seen: 718 times

Last updated: Feb 22 '12