Add dual-arm LBR demo support to rolling#393
Conversation
|
thank you very much for creating this PR against |
|
Okay, so I:
Some questions:
Thanks for any input you can provide! Some related dual setup: https://moveit.picknik.ai/main/doc/examples/dual_arms/dual_arms_tutorial.html |
Thank you for your work! |
|
Had another look. The issue might be dynamically adjusting the robot pose. Somehow MoveIt avoids collisions for the default pose (y=0.5, y=-0.5), but not for others. Likely because the move group just loads the robot description manually during launch: The move group does not seem to be loading it dynamically from the robot state publisher. In that case, either:
Or
Or
Sorry I should have double checked this. On humble (with fixed pose) this is not an issue. |
mhubii
left a comment
There was a problem hiding this comment.
fix dynamic robot pose for MoveIt
|
went with option 2: configurable move group. |
|
/backport |
|
Backport branch created but failed to create PR. (see action log for full response) |
|
Thanks @mhubii for fixing the dynamic pose / MoveIt setup! I'm pretty sure a lot of people will find this useful for setting up dual arms :) |
|
thanks, appreciate that. Thanks also for your heavy lifting. what remains now is:
|
This adds the dual-arm demo support from #386 to
rolling.Includes:
lbr_dual_arm_bringuplbr_dual_arm_descriptionlbr_dual_arm_moveit_configThe package layout and version sync follow the cleanup from #392, with stale Humble wording removed.
Thanks @mhubii for preparing the Rolling cleanup in #392. Could you double-check that this branch matches the
intended
rollinglayout/versioning?