Skip to content

Commit

Permalink
Adds rviz_tutorial argument (#20)
Browse files Browse the repository at this point in the history
This commit adds the 'rviz_tutorial' argument to the 'demo.launch' file. This argument is needed for the [quickstart_in_rviz_tutorial](https://ros-planning.github.io/moveit_tutorials/doc/quickstart_in_rviz/quickstart_in_rviz_tutorial.html).
  • Loading branch information
rickstaa authored Aug 25, 2021
1 parent 02761a1 commit 16ea1d8
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 575 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 16ea1d8

Please sign in to comment.