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