libing64 / pose_ekf

Extented Kalman Filter for 6D pose estimation using gps, imu, magnetometer and sonar sensor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pose_ekf

Extented Kalman Filter for 6D pose estimation using gps, imu, magnetometer.

1. State for kalman filter

[p v q ba bw]

error state [dp dv d_theta dba, dbw]

2. inertial frame: NED

3. running

3.1 running with simulator

cd catkin_ws/src
git clone git@github.com:libing64/pose_ekf.git
cd ..
catkin_make -DCATKIN_WHITELIST_PACKAGES="pose_ekf"
roslaunch pose_ekf pose_ekf_simulator.launch

image

3.2 rosbag for test (TODO)

About

Extented Kalman Filter for 6D pose estimation using gps, imu, magnetometer and sonar sensor.


Languages

Language:C++ 84.8%Language:CMake 15.2%