Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds rviz_tutorial argument #20

Merged
merged 1 commit into from
Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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