-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Recently, bioslam was upgraded to be compatible with exactly GTSAM 4.0.3 (as opposed to my previous hacked-up version of GTSAM). This upgrade broke the MATLAB wrapper. Issues affecting fixing the MATLAB wrapper should be documented here.
-
Update MATLAB code to handle preintegrated (combined) IMU measurements and parameters.
-
this shouldn't be too hard. In GTSAM 4.0.3, it looks like the wrapper code has been updated to expose these interfaces, which is why I previously was hacking up a version of GTSAM to do exactly that. Go through and find MATLAB examples in the GTSAM repo to update your code.
-
write documentation to show users how to edit GTSAM according to my PR which gave a little more functionality that we need in the bioslam MATLAB implementation.