File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,18 @@ virtual class GenericStereoFactor : gtsam::NoiseModelFactor {
167167 GenericStereoFactor (const gtsam::StereoPoint2& measured,
168168 const gtsam::noiseModel::Base* noiseModel, size_t poseKey,
169169 size_t landmarkKey, const gtsam::Cal3_S2Stereo* K);
170+ GenericStereoFactor (const gtsam::StereoPoint2& measured,
171+ const gtsam::noiseModel::Base* noiseModel,
172+ size_t poseKey, size_t landmarkKey,
173+ const gtsam::Cal3_S2Stereo* K,
174+ const POSE& body_P_sensor);
175+ GenericStereoFactor (const gtsam::StereoPoint2& measured,
176+ const gtsam::noiseModel::Base* noiseModel,
177+ size_t poseKey, size_t landmarkKey,
178+ const gtsam::Cal3_S2Stereo* K,
179+ bool throwCheirality, bool verboseCheirality,
180+ const POSE& body_P_sensor);
181+
170182 gtsam::StereoPoint2 measured () const ;
171183 gtsam::Cal3_S2Stereo* calibration () const ;
172184
You can’t perform that action at this time.
0 commit comments