Skip to content

Commit

Permalink
Merge pull request #384 from bhavitp/fix/PointToPointWithCov_force4D
Browse files Browse the repository at this point in the history
Add missing force4DOF param to PointToPlaneWithCov
  • Loading branch information
pomerlef committed Jul 1, 2020
2 parents bc048f8 + 8064364 commit 6129721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pointmatcher/ErrorMinimizers/PointToPlaneWithCov.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ struct PointToPlaneWithCovErrorMinimizer: public PointToPlaneErrorMinimizer<T>
{
return {
{"force2D", "If set to true(1), the minimization will be force to give a solution in 2D (i.e., on the XY-plane) even with 3D inputs.", "0", "0", "1", &P::Comp<bool>},
{"force4DOF", "If set to true(1), the minimization will optimize only yaw and translation, pitch and roll will follow the prior.", "0", "0", "1", &P::Comp<bool>},
{"sensorStdDev", "sensor standard deviation", "0.01", "0.", "inf", &P::Comp<T>}
};
}
Expand Down

0 comments on commit 6129721

Please sign in to comment.