fix typo, fix python CI?

release/4.3a0
Joel Truher 2024-12-16 19:47:42 -08:00
parent ca958ccbc7
commit 11f7eb6422
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ virtual class PlanarProjectionFactor3 : gtsam::NoiseModelFactor {
const gtsam::noiseModel::Base* model,
size_t poseKey,
size_t offsetKey,
size_t calibKey));
size_t calibKey);
void serialize() const;
};