enum mola::ASLAM_gtsam::StateVectorTypeΒΆ

Type selector for kind of KeyFrame state vector representation

#include <ASLAM_gtsam.h>

enum StateVectorType
{
    SE2       = 0,
    SE3,
    SE2Vel,
    SE3Vel,
    Undefined = -1,
};