From dadac1a61aba9db8a233747fbe2ff8025391e9f7 Mon Sep 17 00:00:00 2001 From: Matthew Watson Date: Sat, 13 Jul 2024 10:54:29 +0100 Subject: [PATCH] Remove commented code --- g2o/types/slam2d/edge_se2_pointxy_bearing.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/g2o/types/slam2d/edge_se2_pointxy_bearing.cpp b/g2o/types/slam2d/edge_se2_pointxy_bearing.cpp index cda1ecf8f..deb20345e 100644 --- a/g2o/types/slam2d/edge_se2_pointxy_bearing.cpp +++ b/g2o/types/slam2d/edge_se2_pointxy_bearing.cpp @@ -59,7 +59,6 @@ void EdgeSE2PointXYBearing::linearizeOplus() { const VertexPointXY* vj = static_cast(_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];