Skip to content

Instantly share code, notes, and snippets.

@rfzeg
Created April 6, 2019 06:14
Show Gist options
  • Save rfzeg/1dd40158d0eb7785cfdfe3d9eb47213a to your computer and use it in GitHub Desktop.
Save rfzeg/1dd40158d0eb7785cfdfe3d9eb47213a to your computer and use it in GitHub Desktop.
Launch file start Rviz option
<!-- By default, start RViz -->
<arg name="rviz" default="true" />
<!-- Run Rviz and load the default config to see the state of the move_group node -->
<include file="$(find package)/launch/moveit_rviz.launch">
<include if="$(arg rviz)" file="$(find package)/launch/moveit_rviz.launch">
<arg name="config" value="true"/>
<arg name="debug" value="$(arg debug)"/>
</include>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment