machines-in-motion / mim_estimation

This package contains estimation algorithm C++ implementation, their Python bindings and Python prototypes
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Add ekf in imu frame, and the docstring #13

Closed ShahramKhorshidi closed 3 years ago

ShahramKhorshidi commented 3 years ago

Extends the EKF class, so it can be defined in the Base or IMU frame on the robot.

The EKF in both base frame and imu frame is tested in simulation.

I fulfilled the following requirements