DAIRLab / dairlib

MIT License
65 stars 26 forks source link

Ekf filtering #286

Closed Brian-Acosta closed 2 years ago

Brian-Acosta commented 2 years ago

This PR adds a simple low pass filter system for OutputVector and a little bit of sugar for using said system to filter the floating base velocity of a plant. Tested on hardware using run_osc_walking_alip.cc.


This change is Reviewable