Skip to content

Commit 3c8cdb4

Browse files
authored
add ShonanAveraging2 constructor to wrapper, that accepts BetweenFactorPose2s as input
1 parent 0e0d630 commit 3c8cdb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gtsam/gtsam.i

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,6 +3123,8 @@ class ShonanAveraging2 {
31233123
ShonanAveraging2(string g2oFile);
31243124
ShonanAveraging2(string g2oFile,
31253125
const gtsam::ShonanAveragingParameters2 &parameters);
3126+
ShonanAveraging2(const gtsam::BetweenFactorPose2s &factors,
3127+
const gtsam::ShonanAveragingParameters2 &parameters);
31263128

31273129
// Query properties
31283130
size_t nrUnknowns() const;

0 commit comments

Comments
 (0)