add readme
This commit is contained in:
parent
7b41195873
commit
ba98e70923
|
@ -1 +1,6 @@
|
|||
# att_ekf
|
||||
# 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
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue