Skip to content

EKF/UKF state estimators for estimating base and centroidal states of a legged robot

Notifications You must be signed in to change notification settings

ShahramKhorshidi/legged_robot_state_estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

legged_robot_state_estimation

This repository provides python code templates of different state estimators for legged robots.

Base state estimation

This estimator fuses IMU data with leg odometry in EKF and UKF estimation framework.

Centoridal state estimation

This estimator uses contact wrencehes and joint torque measurement to estimate the centroidal states.

Dependencies

numpy, pinocchio, matplotlib.

pip install numpy
pip install pin
pip install -U matplotlib

About

EKF/UKF state estimators for estimating base and centroidal states of a legged robot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages