masterlaunch file

This commit is contained in:
Florian Zirker 2018-12-17 18:34:37 +01:00
parent f6cff545e9
commit d6a267c4eb
2 changed files with 1 additions and 2 deletions

View file

@ -66,7 +66,7 @@
<group if="$(arg enableBagging)" >
<node pkg="rosbag" type="record" name="rosbag_record_wlan"
args="record -o /tmp/wlan_pioneer /pose /sonar /scan /slam_gmapping/entropy /tf /base_scan /wlan_signal" />
args="record -o /tmp/wlan_pioneer /pose /scan /tf /wlan_signal" />
</group>
</launch>

View file

@ -4,5 +4,4 @@
<param name="wlan_ssid" type="string" value="HSMA-VPN" />
<node pkg="wlan_pioneer" type="wlanSignal" name="wlanSignal" launch-prefix="sudo -S -E"/>
</launch>