]> defiant.homedns.org Git - ros_wild_thumper.git/blobdiff - launch/wild_thumper.launch
add rosruby to package.xml
[ros_wild_thumper.git] / launch / wild_thumper.launch
index 7c9eece0a416734d801eed7af272a39bbbc163cb..a1abfafe009aad3d99ed5889f5ad9cbb39267ed4 100644 (file)
@@ -31,7 +31,7 @@
                <arg name="nodelet_manager_name" value="nodelet_manager" />
        </include>
 
-       <node pkg="robot_localization" type="ekf_localization_node" name="ekf" clear_params="true" output="screen">
+       <node pkg="robot_localization" type="ekf_localization_node" name="ekf" clear_params="true" output="screen" if="$(arg use_imu)">
                <rosparam command="load" file="$(find wild_thumper)/config/robot_localization.yaml"/>
                <remap from="odometry/filtered" to="odom_combined"/>
        </node>
@@ -52,4 +52,9 @@
                <remap from="/odometry/filtered" to="odom_combined"/>
                <remap from="/odometry/gps" to="gps"/>
        </node>
+
+       <include file="$(find rosbridge_server)/launch/rosbridge_websocket.launch"/>
+
+       <node pkg="wild_thumper" type="sensor_board.py" name="sensor_board" output="screen"/>
+       <node pkg="wild_thumper" type="ledstripe.rb" name="led_stripe" output="screen"/>
 </launch>