removed push_back method from cameraset wrapper
parent
2fab69e0e8
commit
77b6595998
|
@ -1079,7 +1079,7 @@ class CameraSet {
|
||||||
|
|
||||||
// // structure specific methods
|
// // structure specific methods
|
||||||
// T at(size_t i) const;
|
// T at(size_t i) const;
|
||||||
void push_back(const T& cam);
|
// void push_back(const T& cam);
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef gtsam::CameraSet<gtsam::PinholeCameraCal3_S2> CameraSetCal3_S2;
|
typedef gtsam::CameraSet<gtsam::PinholeCameraCal3_S2> CameraSetCal3_S2;
|
||||||
|
|
Loading…
Reference in New Issue