Skip to content

Commit

Permalink
Fix Rviz argument in demo_gazebo.launch (moveit#1797)
Browse files Browse the repository at this point in the history
* rename config -> rviz_config
* replace boolean value with file location
(as in demo.launch)
  • Loading branch information
ipa-kut authored and v4hn committed Mar 31, 2020
1 parent 1064909 commit 49add56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<!-- Run Rviz and load the default config to see the state of the move_group node -->
<include file="$(find [GENERATED_PACKAGE_NAME])/launch/moveit_rviz.launch">
<arg name="config" value="true"/>
<arg name="rviz_config" value="$(find [GENERATED_PACKAGE_NAME])/launch/moveit.rviz"/>
<arg name="debug" value="$(arg debug)"/>
</include>

Expand Down

0 comments on commit 49add56

Please sign in to comment.