Skip to content

Commit

Permalink
fix: fix moveit launch argument (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored Nov 23, 2023
1 parent 43fd75c commit a03b978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda_gazebo/launch/put_robot_in_world.launch
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<node pkg="panda_gazebo" type="set_logging_level.py" name="set_logging_level_franka_control" args="--name ros.franka_gazebo.FrankaGripperSim --level warn" output="$(arg output)"/>

<!--Start MoveIt-->
<include file="$(find panda_moveit_config)/launch/demo.launch" pass_all_args="true">
<include if="$(arg moveit)" file="$(find panda_moveit_config)/launch/demo.launch">
<arg name="debug" value="$(arg debug)"/>
<arg name="pipeline" value="$(arg pipeline)" />
<arg name="load_gripper" value="$(arg load_gripper)"/>
Expand Down

0 comments on commit a03b978

Please sign in to comment.