Open 130s opened 1 year ago
UPDATE: I ended up running MSA 2.5.4 against franka_description
from franka_ros2 frankaemika/franka_ros#344 to work these around.
UPDATE: Resolved by stashing away the files generated in ros1 era.
Dear Isaac,
I want to emphasize again that a panda_moveit_config
should not rely on the URDF from moveit_resources
, because that's terribly outdated and only used for internal MoveIt testing.
Looking for ros2 packages from Franka, I found that they already provide a ros2 MoveIt config, called franka_moveit_config
: https://support.franka.de/docs/franka_ros2.html#moveit
However, they haven't yet released anything.
@rhaschke Sorry, (aside from the decision https://github.com/ros-planning/moveit2_tutorials/issues/704#issuecomment-1703137286) I fully agree to keep this package away from moveit_resource. The push I made yesterday was just a sync, didn't mean to request re-review. I'll update this PR accordingly.
Aside from the franka_description stuff, I primarily wanted to point out that there is already a moveit_config package. Maybe you can just use that or at least derive from it. (Unfortunately, they renamed the package.)
Issue
CoS
Impl approach
moveit_resources_panda_description
installed from deb, then merge the generated files into this repo.ros1
folder, for easier access in case of need. IINM, this package is used widely for MoveIt tutorial so such a special setup might be hopefully acceptable.