Hello everyone,
I’m following the official Isaac ROS cuMotion MoveIt tutorial with Isaac Sim but stuck on launching MoveIt. I’m working in the Isaac ROS Docker container (based on ROS 2 Jazzy) with Isaac Sim 5.1 running separately on the host.
Environment Details
-
ROS Distro: Jazzy (in Docker)
-
Isaac Sim: 5.1 on host
-
Tutorial Section: “Set Up MoveIt 2 with cuMotion”
-
Command failing:
ros2 launch isaac_ros_cumotion_examples ur_isaac_sim.launch.py ur_type:=ur5e
Error Sequence
When I run the launch command, I get this sequence of errors:
-
First attempt (before any fixes):
WARNING:root:Cannot infer URDF/SRDF from `/opt/ros/jazzy/share/ur_moveit_config` [ERROR] [launch]: Invalid parameter "transmission_hw_interface"
What I’ve Tried
-
✓ Built
isaac_ros_cumotion_examplesfrom source as per tutorial -
✓ Installed
ros-jazzy-ur-moveit-config(but config directory is mostly empty) -
✓ Modified launch file to pass empty
transmission_hw_interfaceparameter -
✓ Tried with different UR types (
ur5,ur10,ur10e)
Specific Questions
-
For
transmission_hw_interfaceerror: Is this a known compatibility issue between MoveIt in Jazzy and the Isaac ROS launch files? What’s the proper way to disable this parameter? -
For missing
ur_description: The tutorial assumes this package exists. Is there a different package name for Jazzy, or should it be built from source? -
Overall: Has anyone successfully run this tutorial with ROS 2 Jazzy? Are there known workarounds or alternative configurations?