att_ekf/launch/att_ekf.launch

11 lines
446 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" />
<remap from="/pose_gt" to="/ground_truth_to_tf/pose" />
</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"/>
</launch>