From 2f130685c8bee731d4408524d45ba58f119653e6 Mon Sep 17 00:00:00 2001 From: g-spacewhale Date: Wed, 22 May 2019 11:34:26 +0200 Subject: [PATCH] removed merge conflicts 2 --- src/msckf_vio.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/msckf_vio.cpp b/src/msckf_vio.cpp index 0462dc7..3d87a0d 100644 --- a/src/msckf_vio.cpp +++ b/src/msckf_vio.cpp @@ -1356,9 +1356,7 @@ void MsckfVio::PhotometricMeasurementJacobian( r = r_l; H_x = H_xl; H_y = H_yl; -<<<<<<< HEAD - // calculate residual -======= + //TODO make this more fluent as well count = 0; @@ -1372,7 +1370,6 @@ void MsckfVio::PhotometricMeasurementJacobian( feature.MarkerGeneration(marker_pub, state_server.cam_states); feature.VisualizePatch(cam_state, cam_state_id, cam0, photo_r, ss, gradientVector, residualVector); } ->>>>>>> photometry-jakobi return; }