You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
someone help?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: