Hi
I am using gtsam for slam using its isam2 implementation. the variables for the Non-linear factor graph are the poses with respect to the world represented as a gtsam::Similarity3 structure, the in between factors are wheel odometry readings and visual odometry calculated through feature detection and matching from each camera frame. the wheel odometry readings are relative movements with respect to previous pose represented as a gtsam::Similarity3 structure, same case for visual odometry factor representing relative change with respect to previous frame.
now I want a way to measure the confidence gtsam have for a key's pose or the confidence it have for a particular factor after isam update. is there any utility function in gtsam that can give me that?
Thanks in advance