Open bkinman opened 4 months ago
I’m also interested in this feature. As you mentioned, I believe the only current way is to reimplement all launch files to include an additional URDF with your custom platform/gripper, and in some cases, also modify the SRDF.
The current add_other_geometry
parameter only works for very basic use cases. I think the best solution would be to have two parameters specifying the paths of the URDF and SRDF for the new end effector.
I have a use case where I'm interested in attaching my xarm7 to a platform that has a camera viewing the workspace.
I see that it is possible to add things to the end effector of the xarm7 using the
add_other_geometry
xacro argument, and that it is also possible to create a joint that attaches the robot to some other link (defaulting toworld
) using theattach_to
; However, I do not see a clear way to ensure that the rest of my robot description gets included appropriately, so that therobot_state_publisher
node publishes my full robot description, including the rest of the robot (the platform and the camera).What is the appropriate way to go about this? One option I can see is that I could modify all of the launch files in
xarm_ros2
, but that's not a preferred option.If there's not a clean way to do this, perhaps this ticket is a feature request!
Thanks!