Tim McGrath

Results 7 comments of Tim McGrath

Here's an example output of that unit test. The `i` variables should be isotropic noise models, and the `d` variables should be diagonal noise models. But when you print them...

Went back in my old files, here's what `testNoiseModels.cpp` looked like: ``` // test noise models of gtsam #include #include #include int main(){ // test 1: are diagonal and isotropic...

@mklemarczyk any luck on that?

Awesome, will definitely keep an eye out for anything you think might be in the right direction. I took a look through the codebase but am not seeing anything obvious...

Quick workaround added in [this commit](https://github.com/tmcg0/bioslam/commit/a749a3b826ea04f97da486a3bb15d011105bd57a): in MATLAB when you try to construct an ImuPoseEstimator with dynamic bias, it will default back to using static bias. This works around the...

Note for clarification/reminder: the bioslam MATLAB wrapper request gtsam.PriorFactorUnit3, which was only introduced after my [aforementioned PR to GTSAM](https://github.com/borglab/gtsam/pull/576) on Nov 4, 2020. That means no current GTSAM release will...

Not sure if this is related, but on the 4.0.3 upgrade compatibility branch, it wasn't building with CMake 3.10.2, but does build with 3.17.3 (included in CLion).