From a8720fe9108a0f699f37fa5928a19b33f7ee6d28 Mon Sep 17 00:00:00 2001 From: Philipp Glira Date: Fri, 12 Aug 2022 11:49:35 +0200 Subject: [PATCH] Update README.md Removed unavailable file --- examples/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 5a72736e0a..924a79521e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -33,7 +33,6 @@ The following examples illustrate some concepts from Georgia Tech's research pap ## 2D Pose SLAM * **LocalizationExample.cpp**: modeling robot motion -* **LocalizationExample2.cpp**: example with GPS like measurements * **Pose2SLAMExample**: A 2D Pose SLAM example using the predefined typedefs in gtsam/slam/pose2SLAM.h * **Pose2SLAMExample_advanced**: same, but uses an Optimizer object * **Pose2SLAMwSPCG**: solve a simple 3 by 3 grid of Pose2 SLAM problem by using easy SPCG interface