odom_ekf.launch 196 B

123456
  1. <launch>
  2. <node pkg="rbx1_bringup" type="odom_ekf.py" name="odom_ekf" output="screen">
  3. <remap from="input" to="/odom_combined"/>
  4. <remap from="output" to="/odom_ekf"/>
  5. </node>
  6. </launch>