Open 130s opened 1 year ago
UPDATE: Param file format was wrong, had to be ros2-ified.
Did they switch moveit_tutorials from
panda_moveit_config
tomoveit_resources_panda_moveit_config
in ROS2?
@rhaschke I'm not entirely sure, I haven't seen the rationale to switch to moveit_resources_panda_moveit_config
, but that is what I see has happened in https://github.com/ros-planning/moveit2_tutorials/issues/61.
My guess is that panda_moveit_config
is meant to be kept as indifferent from tutorials (e.g. moveit tutorial) while tutorials writes may want to add things that a moveit_config package doesn't contain (e.g. I'm seeing perception tutorial https://github.com/ros-planning/moveit2_tutorials/pull/700 in moveit adds sensor configs).
Issue
Approach toward solution
franka_description
.Related work