Merge pull request #232 from borglab/wrap-slerp

Wrap Rot3 slerp function to allow for rotation interpolation
release/4.3a0
Frank Dellaert 2020-02-26 09:32:31 -05:00 committed by GitHub
commit 45edd29a7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ class Rot3 {
double yaw() const;
// Vector toQuaternion() const; // FIXME: Can't cast to Vector properly
Vector quaternion() const;
gtsam::Rot3 slerp(double t, const gtsam::Rot3& other) const;
// enabling serialization functionality
void serialize() const;