Currently loads kitti dataset after processing by VO code (stereo_factors.txt and camera_poses.txt) Creates graph after N landmarks have been seen, runs it through SmartProjectionFactor Verification of output is still needed; LM seems to optimize but poses don't seem to change. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConcurrentFilteringAndSmoothingExample.cpp | ||
FixedLagSmootherExample.cpp | ||
README | ||
SmartProjectionFactorExample_kitti.cpp | ||
SmartRangeExample_plaza1.cpp | ||
SmartRangeExample_plaza2.cpp | ||
plotRangeResults.p |
README
This directory contains a number of examples that illustrate the use of unstable components in GTSAM: FixedLagSmootherExample: a 2D Pose SLAM example fusing measurements from multiple odometry-type sensors ConcurrentFilteringAndSmoothingExample: a 2D Pose SLAM example demonstrating the Concurrent Filtering and Smoothing architecture