Skip to content

Commit

Permalink
add ShonanAveraging2 constructor to wrapper, that accepts BetweenFact…
Browse files Browse the repository at this point in the history
…orPose2s as input
  • Loading branch information
johnwlambert authored Jul 9, 2021
1 parent 0e0d630 commit 3c8cdb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtsam/gtsam.i
Original file line number Diff line number Diff line change
Expand Up @@ -3123,6 +3123,8 @@ class ShonanAveraging2 {
ShonanAveraging2(string g2oFile);
ShonanAveraging2(string g2oFile,
const gtsam::ShonanAveragingParameters2 &parameters);
ShonanAveraging2(const gtsam::BetweenFactorPose2s &factors,
const gtsam::ShonanAveragingParameters2 &parameters);

// Query properties
size_t nrUnknowns() const;
Expand Down

0 comments on commit 3c8cdb4

Please sign in to comment.