load2D wrapped, but pair argument does not work?
parent
5becf405f8
commit
5c22654194
4
gtsam.h
4
gtsam.h
|
|
@ -1365,6 +1365,10 @@ virtual class GenericProjectionFactor : gtsam::NonlinearFactor {
|
||||||
typedef gtsam::GenericProjectionFactor<gtsam::Pose3, gtsam::Point3, gtsam::Cal3_S2> GenericProjectionFactorCal3_S2;
|
typedef gtsam::GenericProjectionFactor<gtsam::Pose3, gtsam::Point3, gtsam::Cal3_S2> GenericProjectionFactorCal3_S2;
|
||||||
typedef gtsam::GenericProjectionFactor<gtsam::Pose3, gtsam::Point3, gtsam::Cal3DS2> GenericProjectionFactorCal3DS2;
|
typedef gtsam::GenericProjectionFactor<gtsam::Pose3, gtsam::Point3, gtsam::Cal3DS2> GenericProjectionFactorCal3DS2;
|
||||||
|
|
||||||
|
#include <gtsam/slam/dataset.h>
|
||||||
|
pair<pose2SLAM::Graph*, pose2SLAM::Values*> load2D(string filename,
|
||||||
|
gtsam::noiseModel::Diagonal* model, int maxID, bool addNoise, bool smart);
|
||||||
|
|
||||||
} //\namespace gtsam
|
} //\namespace gtsam
|
||||||
|
|
||||||
//*************************************************************************
|
//*************************************************************************
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue