Skip to content

Extended Kalman Filter Attitude estimator using Raspberry Pico Pi

Notifications You must be signed in to change notification settings

nsk126/Pico-eKF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoEKF using 2 Cores and RTOS threads

You will need to include the FreeRTOS-Kernel in your directory to build the program.

git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git

  1. Add FreeRTOSConfig.h file in include/ folder.
  2. include pico_sdk_import.cmake in main directory and include in CMakeLists.txt.
  3. Or set the path of pico_sdk_import.cmake to an ENV variable and call it in CMakeLists.txt.

Dependencies

  1. Download Eigen-3.4.0 to your project directory.

About

Extended Kalman Filter Attitude estimator using Raspberry Pico Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published