diff --git a/.cproject b/.cproject index b075667ed..1f29f86b7 100644 --- a/.cproject +++ b/.cproject @@ -1653,10 +1653,10 @@ true true - + make - -j2 - PlanarSLAMExample_easy.run + -j5 + PlanarSLAMExample.run true true true @@ -1685,10 +1685,10 @@ true true - + make - -j2 - PlanarSLAMSelfContained_advanced.run + -j5 + PlanarSLAMExample_selfcontained.run true true true @@ -1701,18 +1701,18 @@ true true - + make - -j2 - Pose2SLAMExample_easy.run + -j5 + Pose2SLAMExample.run true true true - + make - -j2 - Pose2SLAMwSPCG_easy.run + -j5 + Pose2SLAMwSPCG.run true true true diff --git a/examples/PlanarSLAMSelfContained_advanced.cpp b/examples/PlanarSLAMExample_selfcontained.cpp similarity index 99% rename from examples/PlanarSLAMSelfContained_advanced.cpp rename to examples/PlanarSLAMExample_selfcontained.cpp index f7c321f2d..7e17c2a0e 100644 --- a/examples/PlanarSLAMSelfContained_advanced.cpp +++ b/examples/PlanarSLAMExample_selfcontained.cpp @@ -10,7 +10,7 @@ * -------------------------------------------------------------------------- */ /** - * @file PlanarSLAMSelfContained_advanced.cpp + * @file PlanarSLAMExample_selfcontained.cpp * @brief Simple robotics example with all typedefs internal to this script. * @author Alex Cunningham */ diff --git a/examples/README b/examples/README index 8558ea62d..2a54459f3 100644 --- a/examples/README +++ b/examples/README @@ -20,7 +20,7 @@ Pose2SLAMwSPCG: solve a simple 3 by 3 grid of Pose2 SLAM problem by using easy S Planar SLAM with landmarks ========================== PlanarSLAMExample: simple robotics example using the pre-built planar SLAM domain -PlanarSLAMSelfContained_advanced: simple robotics example with all typedefs internal to this script. +PlanarSLAMExample_selfcontained: simple robotics example with all typedefs internal to this script. Visual SLAM ===========