File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ void do_pf_localization(
699699 // Show 3D?
700700 if (SHOW_PROGRESS_3D_REAL_TIME)
701701 {
702- const auto [cov, meanPose] =
702+ const auto [cov, meanPose] =
703703 pdf.getCovarianceAndMean ();
704704
705705 if (rawlogEntry >= 2 )
@@ -850,7 +850,7 @@ void do_pf_localization(
850850 expectedPose.distanceTo (odometryEstimation));
851851 }
852852
853- const auto [C, M] = pdf.getCovarianceAndMean ();
853+ const auto [C, M] = pdf.getCovarianceAndMean ();
854854 const auto current_pdf_gaussian =
855855 typename pf2gauss_t <MONTECARLO_TYPE>::type (M, C);
856856
@@ -978,7 +978,7 @@ void do_pf_localization(
978978 odometryEstimation.y (), odometryEstimation.phi ());
979979 }
980980
981- const auto [cov, meanPose] = pdf.getCovarianceAndMean ();
981+ const auto [cov, meanPose] = pdf.getCovarianceAndMean ();
982982
983983 if ((!SAVE_STATS_ONLY && SCENE3D_FREQ > 0 ) ||
984984 SHOW_PROGRESS_3D_REAL_TIME)
You can’t perform that action at this time.
0 commit comments