astrobee
astrobee copied to clipboard
graph_localizer GTSAM Fixes
Behavior: catkin build fails due to incorrect syntax of GTSAM Pose3 Fix: Use Pose3() instead of Pose3::identity() Outcome: Successful build.
Notes: Activating the CMAKE flag GTSAM_ALLOW_DEPRECATED_SINCE_V41 doesn't fix this issue -- also this is already a default option on the current implementation
--ZBFT