-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello, and thank you for open-sourcing this work—great job!
I was wondering if you have any recommended examples to start with. I’ve created a simple figure-8 trajectory with simulated IMU data (400Hz), poses(10Hz), and odometry(20hz) , and I’d like to try running your examples with it.
I began with pure_imu_integration
and imu_pose3_fuser
. However, pure_imu_integration
doesn't seem to perform integration—the state remains at the initial pose. Meanwhile, imu_pose3_fuser
crashes after a few iterations and throws exceptions from GTSAM. All the simulated data are with the lowest noise level.
Could you provide guidance on resolving these issues?
Additionally, it seems both examples require implementation to search for static transformations and parameters loading. I’ve hard-coded them for now, but does this indicate that these examples are still incomplete or not ready for direct use? Given that my goal is to fuse multiple pose or odometry sources with IMU data, which example would you recommend as a starting point?
Thanks again for your work and support!