Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-t-watson committed Jul 13, 2024
1 parent ca0dbf6 commit dadac1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion g2o/types/slam2d/edge_se2_pointxy_bearing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ void EdgeSE2PointXYBearing::linearizeOplus() {
const VertexPointXY* vj = static_cast<const VertexPointXY*>(_vertices[1]);
const double& x1 = vi->estimate().translation()[0];
const double& y1 = vi->estimate().translation()[1];
// const double& th1 = vi->estimate().rotation().angle();
const double& x2 = vj->estimate()[0];
const double& y2 = vj->estimate()[1];

Expand Down

0 comments on commit dadac1a

Please sign in to comment.