Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/matthew-t-watson/g2o
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-t-watson committed Jul 13, 2024
2 parents dadac1a + e6c23fe commit fec0c09
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 @@ -70,7 +69,6 @@ void EdgeSE2PointXYBearing::linearizeOplus() {

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

}
#endif

Expand Down

0 comments on commit fec0c09

Please sign in to comment.