Removing unless from argument (#994)

The roslaunch API throws an exception if setting the argument but not using it. 
This now forces any including launch files to provide an argument for it, even if it might not be used in the `no_rviz` case.
master
Sebastian Klose 2018-08-28 13:31:13 +02:00 committed by Wally B. Feed
parent ea29393e97
commit 744c03a31f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<launch>
<arg name="bag_filenames"/>
<arg name="no_rviz"/>
<arg unless="$(arg no_rviz)" name="rviz_config"/>
<arg name="rviz_config"/>
<arg name="configuration_directory"/>
<arg name="configuration_basenames"/>
<arg name="urdf_filenames"/>