Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 13, 2024
1 parent ca0dbf6 commit e6c23fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions g2o/types/slam2d/edge_se2_pointxy_bearing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ void EdgeSE2PointXYBearing::initialEstimate(
l2->setEstimate(t * vr);
}


#ifndef NUMERIC_JACOBIAN_TWO_D_TYPES
void EdgeSE2PointXYBearing::linearizeOplus() {
const VertexSE2* vi = static_cast<const VertexSE2*>(_vertices[0]);
Expand All @@ -71,7 +70,6 @@ void EdgeSE2PointXYBearing::linearizeOplus() {

_jacobianOplusXj(0, 0) = (y2 - y1) / aux;
_jacobianOplusXj(0, 1) = (x1 - x2) / aux;

}
#endif

Expand Down

0 comments on commit e6c23fe

Please sign in to comment.