Corrected sillyness
parent
55fe170d4f
commit
f5c9c24330
|
@ -104,7 +104,7 @@ protected:
|
|||
/// shorthand for this class
|
||||
typedef SmartProjectionFactor<POSE, CALIBRATION, D> This;
|
||||
|
||||
static const int ZDim = traits_x<Point2>::dimension; ///< Measurement dimension
|
||||
static const int ZDim = 2; ///< Measurement dimension
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ protected:
|
|||
/// shorthand for this class
|
||||
typedef SmartStereoProjectionFactor<POSE, LANDMARK, CALIBRATION, D> This;
|
||||
|
||||
enum {ZDim = traits_x<gtsam::StereoPoint2>::dimension}; ///< Dimension trait of measurement type
|
||||
enum {ZDim = 3}; ///< Dimension trait of measurement type
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in New Issue