From 5af25dc30f6c4fe846af49a71c4df89aa814eb1c Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 26 Apr 2025 12:33:05 -0400 Subject: [PATCH] Use nav version --- examples/LIEKF_NavstateExample.cpp | 2 +- examples/LIEKF_SE2_SimpleGPSExample.cpp | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/LIEKF_NavstateExample.cpp b/examples/LIEKF_NavstateExample.cpp index 0747d9190..67ae23fd1 100644 --- a/examples/LIEKF_NavstateExample.cpp +++ b/examples/LIEKF_NavstateExample.cpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include diff --git a/examples/LIEKF_SE2_SimpleGPSExample.cpp b/examples/LIEKF_SE2_SimpleGPSExample.cpp index 1f0a01212..ecef67cf7 100644 --- a/examples/LIEKF_SE2_SimpleGPSExample.cpp +++ b/examples/LIEKF_SE2_SimpleGPSExample.cpp @@ -29,12 +29,10 @@ * Beard, and Joshua G. Mangelson * * @date Apr 25, 2025 - * @author Scott Baker - * @author Matt Kielo - * @author Frank Dellaert + * @authors Scott Baker, Matt Kielo, Frank Dellaert */ #include -#include +#include #include