Merge pull request #1800 from borglab/fix-1799

release/4.3a0
Varun Agrawal 2024-08-20 12:52:21 -04:00 committed by GitHub
commit 67976ad4bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};