I use the isaac ros cumotion with moveit2 according to the quickstart,but the file ROBOT_moveit.launch.py in the tutorial
in the MoveIt launch file for your robot (e.g., <ROBOT>_moveit_config/launch/<ROBOT>_moveit.launch.py), add the following entry to the parameters list of the Node() constructor for move_group_node:
{ "planning_pipelines": ["ompl", "isaac_ros_cumotion"] }
does not exist.
The MoveIt configuration for my robot using the MoveIt setup assistant is as:
the demo.launch.py seems to be the ROBOT_moveit.launch.py, but the contents do not have Node() constructor for move_group_node,just as
I use the isaac ros cumotion with moveit2 according to the quickstart,but the file ROBOT_moveit.launch.py in the tutorial
does not exist.
The MoveIt configuration for my robot using the MoveIt setup assistant is as:
the demo.launch.py seems to be the ROBOT_moveit.launch.py, but the contents do not have
Node() constructor for move_group_node
,just assomeone help?