att_ekf/launch/att_ekf.launch

10 lines
390 B
Plaintext
Raw Normal View History

<launch>
<node pkg="att_ekf" type="att_ekf" name="att_ekf" output="screen">
<remap from="/imu" to="/raw_imu"/>
<remap from="/magnetic_field" to="/magnetic" />
2016-02-29 17:02:30 +08:00
<remap from="/imu_bias" to="/raw_imu/bias" />
</node>
<!-- Start rviz visualization with preset config -->
<!-- <node pkg="rviz" type="rviz" name="rviz" args="-d $(find att_ekf)/rviz_cfg/att_ekf.rviz"/> -->
</launch>