Skip to content

Commit

Permalink
Merge pull request #1800 from borglab/fix-1799
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Aug 20, 2024
2 parents c6bd3f8 + 0f23eed commit 67976ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/geometry/geometry.i
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ class Cal3_S2Stereo {
gtsam::Matrix K() const;
gtsam::Point2 principalPoint() const;
double baseline() const;
Vector6 vector() const;
gtsam::Vector6 vector() const;
gtsam::Matrix inverse() const;
};

Expand Down

0 comments on commit 67976ad

Please sign in to comment.