We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae366bd commit a086471Copy full SHA for a086471
launch/sonar_tank_seabat_f50_nps_multibeam.launch
@@ -1,7 +1,11 @@
1
<?xml version="1.0"?>
2
<launch>
3
+
4
+ <arg name="verbose" default="false"/>
5
6
<include file="$(find gazebo_ros)/launch/empty_world.launch">
7
<arg name="world_name" value="$(find nps_uw_multibeam_sonar)/worlds/sonar_tank_seabat_f50_nps_multibeam.world"/>
8
+ <arg name="verbose" value="$(arg verbose)"/>
9
</include>
10
11
<!-- Debugging visualizations -->
0 commit comments