Using Eigen on ESP32?
Posted: Fri Apr 28, 2017 8:29 am
Hi guys, currently on a holiday in Scotland, and without my ESP32 here I'm doing some research online for when I get back home again.
I'm reading up on Kalman filters, and trying to figure out how I can implement one on the ESP32 to handle the sensors on my autonomous RC car. When reading about Kalman filters I see they rely on math using matrices (matrix), so I spun off and googled about C++ and matrices. There I discovered the Eigen library (http://eigen.tuxfamily.org).
Do you know if it is possible to use Eigen on the ESP32 to do matrix calculations?
I'm reading up on Kalman filters, and trying to figure out how I can implement one on the ESP32 to handle the sensors on my autonomous RC car. When reading about Kalman filters I see they rely on math using matrices (matrix), so I spun off and googled about C++ and matrices. There I discovered the Eigen library (http://eigen.tuxfamily.org).
Do you know if it is possible to use Eigen on the ESP32 to do matrix calculations?