Skip to content

Commit 8fe7851

Browse files
committed
fix clang-format version
1 parent 0eb50f6 commit 8fe7851

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/pf-localization/pf_localization_main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)