From 50b1f78b6ac8136fede6efd6b3ccb0efc5405053 Mon Sep 17 00:00:00 2001 From: krunalchande Date: Sat, 22 Nov 2014 17:50:35 -0500 Subject: [PATCH] Working. Removed drone related make targets from cproject. --- .cproject | 114 +++++++++++++++++++++--------------------------------- gtsam.h | 2 - 2 files changed, 44 insertions(+), 72 deletions(-) diff --git a/.cproject b/.cproject index c35c60c17..c21bfd8e9 100644 --- a/.cproject +++ b/.cproject @@ -600,7 +600,6 @@ make - tests/testBayesTree.run true false @@ -608,7 +607,6 @@ make - testBinaryBayesNet.run true false @@ -656,7 +654,6 @@ make - testSymbolicBayesNet.run true false @@ -664,7 +661,6 @@ make - tests/testSymbolicFactor.run true false @@ -672,7 +668,6 @@ make - testSymbolicFactorGraph.run true false @@ -688,7 +683,6 @@ make - tests/testBayesTree true false @@ -1136,7 +1130,6 @@ make - testErrors.run true false @@ -1366,46 +1359,6 @@ true true - - make - -j5 - testBTree.run - true - true - true - - - make - -j5 - testDSF.run - true - true - true - - - make - -j5 - testDSFMap.run - true - true - true - - - make - -j5 - testDSFVector.run - true - true - true - - - make - -j5 - testFixedVector.run - true - true - true - make -j2 @@ -1488,6 +1441,7 @@ make + testSimulated2DOriented.run true false @@ -1527,6 +1481,7 @@ make + testSimulated2D.run true false @@ -1534,6 +1489,7 @@ make + testSimulated3D.run true false @@ -1547,6 +1503,46 @@ true true + + make + -j5 + testBTree.run + true + true + true + + + make + -j5 + testDSF.run + true + true + true + + + make + -j5 + testDSFMap.run + true + true + true + + + make + -j5 + testDSFVector.run + true + true + true + + + make + -j5 + testFixedVector.run + true + true + true + make -j5 @@ -1804,7 +1800,6 @@ cpack - -G DEB true false @@ -1812,7 +1807,6 @@ cpack - -G RPM true false @@ -1820,7 +1814,6 @@ cpack - -G TGZ true false @@ -1828,7 +1821,6 @@ cpack - --config CPackSourceConfig.cmake true false @@ -2041,22 +2033,6 @@ false true - - make - -j8 - testDroneDynamicsFactor.run - true - true - true - - - make - -j8 - testDroneDynamicsVelXYFactor.run - true - true - true - make -j2 @@ -2659,7 +2635,6 @@ make - testGraph.run true false @@ -2667,7 +2642,6 @@ make - testJunctionTree.run true false @@ -2675,7 +2649,6 @@ make - testSymbolicBayesNetB.run true false @@ -3203,6 +3176,7 @@ make + tests/testGaussianISAM2 true false diff --git a/gtsam.h b/gtsam.h index 2aa703a3a..34c3fb6d3 100644 --- a/gtsam.h +++ b/gtsam.h @@ -1851,8 +1851,6 @@ class KeyGroupMap { class Marginals { Marginals(const gtsam::NonlinearFactorGraph& graph, const gtsam::Values& solution); - Marginals(const gtsam::NonlinearFactorGraph& graph, - const gtsam::Values& solution, string str); void print(string s) const; Matrix marginalCovariance(size_t variable) const;