Skip to content

Commit

Permalink
Add argument rviz_tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa authored and rhaschke committed Sep 28, 2021
1 parent 2aaa01d commit 1d55c98
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 571 deletions.
3 changes: 3 additions & 0 deletions launch/demo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<!-- Set execution mode for fake execution controllers -->
<arg name="execution_type" default="interpolate" />

<!-- Other arguments -->
<arg name="rviz_tutorial" default="false" />
<!--
By default, hide joint_state_publisher's GUI
Expand Down Expand Up @@ -60,6 +62,7 @@

<!-- Run Rviz and load the default config to see the state of the move_group node -->
<include file="$(dirname)/moveit_rviz.launch" if="$(arg use_rviz)">
<arg name="rviz_tutorial" value="$(arg rviz_tutorial)"/>
<arg name="rviz_config" value="$(find panda_moveit_config)/launch/moveit.rviz"/>
<arg name="debug" value="$(arg debug)"/>
</include>
Expand Down
Loading

0 comments on commit 1d55c98

Please sign in to comment.