Skip to content

york-fu/botutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e45891c · Mar 28, 2023

History

4 Commits
Mar 25, 2023
Mar 28, 2023
Mar 28, 2023
Mar 25, 2023
Mar 28, 2023
Mar 25, 2023
Mar 28, 2023

Repository files navigation

botutils

Summary

Some commonly used functions for robots.

Provide:

  • performance measurement
  • rate: Clock loop with wait
  • timer
  • lowpass fitler
  • kalman filter
  • fusion quaternion: Update quaternion based on gyroscope and accelerometer and magnetometer

Requirements

kalman filter module

  • Eigen3

Build

mkdir build
cd build
cmake ..
make -j`nproc`

Test

cd build
./test/tests

About

Some commonly used functions for robots.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published