Skip to content

Commit 8e199b4

Browse files
committed
Add python wrappers for GenericStereoFactor
Signed-off-by: Zygfryd Wieszok <zygfryd.wieszok@gmail.com>
1 parent f64f094 commit 8e199b4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gtsam/slam/slam.i

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)