add readme

This commit is contained in:
libing64 2016-03-07 23:29:18 +08:00
parent 7b41195873
commit ba98e70923
2 changed files with 7 additions and 2 deletions

View File

@ -1 +1,6 @@
# att_ekf
Extented Kalman filter for attitude estimation using imu and magnetic filed.
# reference:
https://pixhawk.org/_media/firmware/apps/attitude_estimator_ekf/ekf_excerptmasterthesis.pdf

View File

@ -5,6 +5,6 @@
<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_estimation.rviz"/> -->
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find att_ekf)/rviz_cfg/att_estimation.rviz"/>
</launch>