Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwlambert authored Jul 9, 2021
1 parent 3c18233 commit 0e0d630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/sfm/ShonanAveraging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ static ShonanAveraging2::Measurements extractRot2Measurements(

ShonanAveraging2::ShonanAveraging2(const BetweenFactorPose2s &factors,
const Parameters &parameters)
: ShonanAveraging<3>(maybeRobust(extractRot2Measurements(factors),
: ShonanAveraging<2>(maybeRobust(extractRot2Measurements(factors),
parameters.getUseHuber()),
parameters) {}

Expand Down

0 comments on commit 0e0d630

Please sign in to comment.