Created
April 6, 2019 06:14
-
-
Save rfzeg/1dd40158d0eb7785cfdfe3d9eb47213a to your computer and use it in GitHub Desktop.
Launch file start Rviz option
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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