Skip to content

Commit

Permalink
fix issue in geometry.i file
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Aug 19, 2024
1 parent c6bd3f8 commit 0f23eed
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 0f23eed

Please sign in to comment.