igvc-software
igvc-software copied to clipboard
Write odometry node in GTSAM
In our quest for SLAM, let's start off with something very simple, by doing localization with encoders and imu only.
AC: Odometry node written with GTSAM that integrates encoder and imu data and produces an estimate of our position.
We're changing to use GTSAM instead of G2O. Because of this, I'm postponing this issue till a later milestone.