• Stars
    star
    352
  • Rank 120,622 (Top 3 %)
  • Language
    C++
  • Created over 8 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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 [email protected]: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)