moveit / moveit_resources

URDFs, meshes, and config packages for MoveIt testing
61 stars 114 forks source link

Remove duplication introduced by using a panda.urdf & panda.urdf.xacro #179

Open sjahr opened 1 year ago

sjahr commented 1 year ago

To enable support for Ignition Gazebo, the panda_description package currently contains a panda.urdf and a newer panda.urdf.xacro, introduced by https://github.com/ros-planning/moveit_resources/pull/178. The XACRO has been created to support finding package resource files dynamically which is needed for Gazebo. Unfortunately, the URDF is still required by RobotModelTestUtils. There are two possible solutions to this problem: