Skip to content

Commit

Permalink
fix typo, fix python CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
truher committed Dec 17, 2024
1 parent ca958cc commit 11f7eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/slam/slam.i
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 11f7eb6

Please sign in to comment.