|  alescontrela | aa3ac32235 | Change all old cases of graph.emplace_shared<PriorFactor<...>>(...) and graph.add(PriorFactor<...>(...)) to graph.addPrior<...>(...). Removed unnecessary PriorFactor.h includes. | 2020-04-11 20:09:54 -04:00 | 
				
					
						|  alescontrela | f4525b51e4 | Change PriorFactor includes from gtsam/slam to gtsam/nonlinear | 2020-04-10 22:26:22 -04:00 | 
				
					
						|  Frank Dellaert | 0c2890b815 | Merge pull request #252 from borglab/feature/TOA Time of arrival measurements | 2020-03-25 16:41:02 -04:00 | 
				
					
						|  Varun Agrawal | ca4daa0894 | Merge pull request #258 from borglab/deprecate-simplecamera Replace SimpleCamera with PinholeCameraCal3_S2 | 2020-03-23 08:08:18 -04:00 | 
				
					
						|  Frank Dellaert | f3865539c6 | Refactor TOAFactor and test | 2020-03-18 15:44:33 -04:00 | 
				
					
						|  Frank Dellaert | 2087075ee7 | Transitioned toa method to a functor | 2020-03-17 14:34:11 -04:00 | 
				
					
						|  Frank Dellaert | 8e81890f9b | eradicated last vestiges of boost/random in gtsam_unstable | 2020-02-28 07:21:54 -08:00 | 
				
					
						|  Varun Agrawal | d9923fc3cc | replaced/appended all calls to SimpleCamera with PinholeCameraCal3_S2 | 2020-02-21 19:42:55 -05:00 | 
				
					
						|  Frank Dellaert | c007c7715c | Duplicate measurements are disallowed -> leads to duplicate keys in JacobianFactor | 2019-06-11 20:42:35 -04:00 | 
				
					
						|  Jose Luis Blanco Claraco | a1096a6f3b | Fix bug: iSAM2 won't update() with smart factors | 2019-05-27 12:26:54 +02:00 | 
				
					
						|  Jose Luis Blanco Claraco | 77d56cb2eb | Add iSAM2+Stereo factor unit test to reveal bug #10 fix test | 2019-05-27 12:26:53 +02:00 | 
				
					
						|  Frank Dellaert | 8801de4d63 | Pose3 naming convention | 2019-05-16 15:06:15 -04:00 | 
				
					
						|  Duy-Nguyen Ta | 1cdc228d6a | remove trailing spaces | 2019-02-11 10:58:34 -05:00 | 
				
					
						|  Frank Dellaert | 2aa43e11bd | Use KeyVector everywhere to avoid conversions | 2018-11-08 10:10:32 -05:00 | 
				
					
						|  Sean Bowman | b04c0bb15d | Fix memory alignment issues | 2018-07-13 14:31:02 -04:00 | 
				
					
						|  Luca Carlone | fbb9d3bdda | Merged in feature/heterogeneousSmartFactorNoise (pull request #271) Feature/heterogeneoussmartfactornoise
Approved-by: Chris Beall
Approved-by: Jing Dong | 2017-03-12 05:50:08 +00:00 | 
				
					
						|  Yao Chen | 249d6b0b1b | Replaced graph.push_back with graph.emplace_shared if needed. | 2016-10-01 11:17:41 -04:00 | 
				
					
						|  lcarlone | edcf94591d | added functions to get/set smart stereo parameters with unit test | 2016-08-06 23:27:54 -04:00 | 
				
					
						|  lcarlone | a93c1e86f2 | Merge remote-tracking branch 'origin/feature/heterogeneousSmartFactorNoise' into feature/heterogeneousSmartFactorNoise | 2016-08-02 18:50:54 -04:00 | 
				
					
						|  lcarlone | e54159c695 | Merge branch 'develop' into feature/heterogeneousSmartFactorNoise # Conflicts:
#	gtsam_unstable/slam/SmartStereoProjectionFactor.h | 2016-08-02 18:50:18 -04:00 | 
				
					
						|  Luca | 938454916f | improved test, and slightly loosened tolerance when using MKL | 2016-07-31 20:10:31 -04:00 | 
				
					
						|  Luca | 6a21f1b730 | adapted stereoSmart factors to use "outlier" and "far point" statuses | 2016-07-31 18:31:38 -04:00 | 
				
					
						|  Luca | 20c13580cc | deleted unused variables in unit test | 2016-07-29 16:34:18 -04:00 | 
				
					
						|  lcarlone | 50d6532fe1 | the ultimate test: smartStereoFactors generalize smartFactors in that they work in the purely monocular case! | 2016-07-27 23:48:58 -04:00 | 
				
					
						|  lcarlone | a5138bfb46 | included body_P_sensor in smartStereoProjectionPoseFactor! | 2016-07-25 22:13:25 -04:00 | 
				
					
						|  Luca | 6c163b0a4d | added test which optimize smartStereoFactor with missing measurements (uR) | 2016-07-24 19:07:00 -04:00 | 
				
					
						|  Luca | b90e224f59 | added tests for error and triangulation | 2016-07-24 18:56:04 -04:00 | 
				
					
						|  Luca | cd9b4cd5ab | moved common definitions to base class | 2016-07-24 18:31:55 -04:00 | 
				
					
						|  Luca | 3c15ef5d1e | great simplification in stereo triangulation: converting stereo into a set of monocular cameras, then proceed as in the monocular case | 2016-07-24 16:11:07 -04:00 | 
				
					
						|  Alex Hagiopol | b6728ef620 | Deprecated Vector ones(size_t n). All unit tests pass. | 2016-04-15 17:30:54 -04:00 | 
				
					
						|  Alex Hagiopol | 76308a5d46 | Deprecated Vector zero(size_t n). All unit tests pass. | 2016-04-15 16:54:46 -04:00 | 
				
					
						|  Frank Dellaert | 652edb6e61 | Merged in fix/DeprecateMatrixFunctions (pull request #243) Fix/deprecatematrixfunctions | 2016-04-12 23:53:42 -07:00 | 
				
					
						|  Alex Hagiopol | 70b2aab352 | Deprecated all inline functions in Matrix.h. | 2016-04-11 15:11:29 -04:00 | 
				
					
						|  dellaert | a3b66a94ea | Cleaned up Double_ problems | 2016-04-10 19:01:14 -07:00 | 
				
					
						|  Frank | 0372a959ee | Many small improvements, bug-fixes, and tests | 2016-02-24 11:01:19 -08:00 | 
				
					
						|  dellaert | 1c920967d9 | No more use of vector() or default constructor | 2016-02-12 00:06:07 -08:00 | 
				
					
						|  dellaert | 56dbf487ee | Fixed more default constructor calls | 2016-02-11 23:31:17 -08:00 | 
				
					
						|  Frank | 94ccf98985 | Avoid default constructor in tests | 2016-02-11 19:01:54 -08:00 | 
				
					
						|  Frank Dellaert | 4d93a33f61 | Static methods should be uppercase. | 2016-01-26 23:09:58 -08:00 | 
				
					
						|  cbeall3 | 29ad9478f7 | Move noise model initialization from add function into constructor. Can only have one noise model per factor anyway | 2015-08-26 13:02:39 -04:00 | 
				
					
						|  cbeall3 | 0503df31fa | Relax tolerance to 1e-6 for MKL/quaternion test, and fix up documentation a bit. | 2015-08-25 12:14:52 -04:00 | 
				
					
						|  Chris Beall | 6a5147b5b5 | Merged in fix/SmartStereo (pull request #181) Fix/smartstereo | 2015-08-25 09:51:59 -04:00 | 
				
					
						|  cbeall3 | c8df985e2f | Relax test tolerance a bit for quaternion mode | 2015-08-19 07:30:14 -04:00 | 
				
					
						|  cbeall3 | 1727b60728 | Fixed and cleaned up unit test | 2015-08-19 00:11:35 -04:00 | 
				
					
						|  cbeall3 | fd1e41a9e6 | remove calibration template from SmartStereoProjectionPoseFactor | 2015-07-28 15:12:02 -04:00 | 
				
					
						|  cbeall3 | db64b48fda | tests pass | 2015-07-28 14:48:53 -04:00 | 
				
					
						|  cbeall3 | 7ae31bd8e7 | delete some unused stuff | 2015-07-20 11:43:57 -04:00 | 
				
					
						|  cbeall3 | b5a978c534 | improve dynamic outlier rejection test | 2015-07-19 21:01:14 -04:00 | 
				
					
						|  cbeall3 | fcc9ac2669 | remove extra cout | 2015-07-19 20:39:34 -04:00 | 
				
					
						|  cbeall3 | 36c652ac40 | remove monocular triangulation hack and make tests pass again | 2015-07-19 20:37:16 -04:00 | 
				
					
						|  cbeall3 | bd4dd84933 | huge refactor. Compiles again, but triangulation still broken, SmartStereo test fails | 2015-07-15 16:53:04 -04:00 | 
				
					
						|  cbeall3 | fb4dd81c4d | refactoring: step 1 | 2015-07-15 12:58:03 -04:00 | 
				
					
						|  Frank Dellaert | 30435da070 | Moved BearingRangeFactor to SAM | 2015-07-12 18:57:26 -07:00 | 
				
					
						|  Frank Dellaert | 7ff3e11efd | removed redundancy in naming | 2015-07-09 11:29:32 -07:00 | 
				
					
						|  Frank Dellaert | 3b16ad2967 | Moved deprecated headers into subdirectory | 2015-07-09 11:14:39 -07:00 | 
				
					
						|  Frank Dellaert | 377b90941b | switch to Rodrigues everywhere | 2015-07-05 16:11:04 -07:00 | 
				
					
						|  cbeall3 | b0f04503c9 | Merge remote-tracking branch 'origin/develop' into feature/SmartFactors3 # Conflicts:
#	gtsam/linear/tests/testRegularHessianFactor.cpp
#	gtsam/slam/SmartFactorBase.h | 2015-06-23 10:03:42 -04:00 | 
				
					
						|  dellaert | 128bac616c | Globally replaced FastSet<Key> with KeySet. | 2015-06-20 18:38:25 -07:00 | 
				
					
						|  Luca | f8205bfe02 | Merge branch 'develop' into feature/SmartFactors3 Conflicts:
	gtsam/geometry/CalibratedCamera.h
	gtsam/geometry/tests/testCalibratedCamera.cpp
	gtsam/geometry/triangulation.h
	gtsam/nonlinear/ExpressionFactor.h
	gtsam/slam/SmartProjectionFactor.h
	gtsam_unstable/slam/SmartStereoProjectionFactor.h
	tests/testExpressionFactor.cpp | 2015-06-19 16:55:30 -04:00 | 
				
					
						|  Abe | 13a4da21b2 | misc bugfixes and cleanup from skydio | 2015-05-13 22:26:24 -07:00 | 
				
					
						|  Frank | 4ba329c23b | Fixed many warnings on Ubuntu | 2015-05-12 13:46:24 -07:00 | 
				
					
						|  cbeall3 | 762a7b7435 | Remove selective relinearization and state | 2015-04-08 17:52:25 -04:00 | 
				
					
						|  dellaert | a4d1874af4 | Merge remote-tracking branch 'origin/develop' into feature/SmartFactors3 | 2015-03-09 17:51:16 -07:00 | 
				
					
						|  Chris Beall | 3be6b16995 | relax threshold from 1e-7 to 1e-6 to make test pass. | 2015-03-06 00:32:43 -05:00 | 
				
					
						|  dellaert | 758aab6e80 | Cleaned up test | 2015-03-05 10:41:49 -08:00 | 
				
					
						|  dellaert | dc3d5f77fe | Extra stereo tests | 2015-03-05 10:35:54 -08:00 | 
				
					
						|  dellaert | f28b083c14 | Merge remote-tracking branch 'origin/develop' into feature/SmartFactors3 Conflicts:
	gtsam/slam/tests/testSmartProjectionPoseFactor.cpp | 2015-03-04 16:02:25 -08:00 | 
				
					
						|  dellaert | a132d959f5 | RADICAL: Got rid of sensor_pose. In the new PinholePose philosophy, this is entirely the responsibility of the CAMERA. Just like PinholePose, we can have a camera class that has a shared extra transform: it is part of the calibration. PinholePose itself is not able to do this, as the calibration is assumed 2D only, but it's easy to create a class and have the correct derivatives in place. | 2015-02-26 12:06:43 +01:00 | 
				
					
						|  Paul Drews | 8a88f101db | Fix deprecation warnings | 2015-02-24 21:58:17 -05:00 | 
				
					
						|  dellaert | 64bb6b77d7 | Merged in feature/SmartCT (pull request #107) Refactoring of Smart Factors | 2015-02-22 06:14:19 +01:00 | 
				
					
						|  dellaert | e119846280 | Updated examples and test | 2014-12-28 19:10:41 +01:00 | 
				
					
						|  dellaert | f9c353d4a5 | Merge remote-tracking branch 'origin/develop' into feature/SoundSlam Conflicts:
	.cproject
	gtsam/base/LieMatrix.h
	gtsam/base/LieVector.h
	gtsam/base/OptionalJacobian.h
	gtsam/base/tests/testOptionalJacobian.cpp
	gtsam/geometry/Cal3_S2Stereo.h
	gtsam/geometry/CalibratedCamera.h
	gtsam/geometry/PinholeCamera.h
	gtsam/geometry/Point2.h
	gtsam/geometry/Point3.h
	gtsam/geometry/Pose2.cpp
	gtsam/geometry/Pose2.h
	gtsam/geometry/Pose3.cpp
	gtsam/geometry/Pose3.h
	gtsam/geometry/Rot2.cpp
	gtsam/geometry/Rot2.h
	gtsam/geometry/Rot3.cpp
	gtsam/geometry/Rot3.h
	gtsam/geometry/Rot3M.cpp
	gtsam/geometry/Rot3Q.cpp
	gtsam/geometry/Unit3.cpp
	gtsam/geometry/tests/testRot3.cpp
	gtsam/nonlinear/AdaptAutoDiff.h
	gtsam/nonlinear/Expression-inl.h
	gtsam/nonlinear/Expression.h
	gtsam/nonlinear/tests/testExpression.cpp
	gtsam/slam/RangeFactor.h
	timing/timeAdaptAutoDiff.cpp
	timing/timeCameraExpression.cpp | 2014-12-28 17:45:41 +01:00 | 
				
					
						|  dellaert | e5017984a1 | traits_x -> traits | 2014-12-26 16:47:51 +01:00 | 
				
					
						|  dellaert | 78386ad144 | Merge ExmapeDerivative/LogmapDerivative changes from 'origin/develop' into feature/tighteningTraits Conflicts:
	gtsam/base/LieScalar.h
	gtsam/geometry/Point2.h
	gtsam/geometry/Point3.h
	gtsam/geometry/Rot3.h
	gtsam/geometry/Rot3M.cpp
	gtsam/geometry/Rot3Q.cpp
	gtsam/geometry/tests/testRot3.cpp | 2014-12-24 13:55:15 +01:00 | 
				
					
						|  dellaert | d9f5681dc2 | Fixed warning | 2014-12-24 11:34:53 +01:00 | 
				
					
						|  dellaert | 355b938f3a | Point3 loses its mojo (superfluous Lie/Manifold stuff) | 2014-12-22 17:22:45 +01:00 | 
				
					
						|  Mike Bosse | a6f612844f | fixed testTSAMFactors.cpp | 2014-12-22 09:39:51 +01:00 | 
				
					
						|  dellaert | 79d8514528 | MASSIVE edit: made Testable its own concept, and moderinized Testable.h to use Testable traits. This required adding Testable traits in many classes. | 2014-12-21 22:02:57 +01:00 | 
				
					
						|  Mike Bosse | 07bcc18d43 | fixed testTSAMFactors | 2014-12-15 23:23:40 +01:00 | 
				
					
						|  dellaert | 8f27b048f1 | Moved experiment to doubleExpresso project | 2014-12-12 08:53:32 +01:00 | 
				
					
						|  dellaert | 541217175c | Added ExpressionFactorGraph (should go away with move of ExpressionFactor to gtsam) | 2014-12-12 08:00:02 +01:00 | 
				
					
						|  dellaert | fa7071bdd8 | Comments, renaming | 2014-12-12 07:45:09 +01:00 | 
				
					
						|  dellaert | 8cc813f03e | Removed misguided Factory attempt in favor of direct expressions | 2014-12-12 07:31:33 +01:00 | 
				
					
						|  dellaert | a9121fc3fc | Now it's super-easy to create priors on pieces of state. | 2014-12-11 13:45:15 +01:00 | 
				
					
						|  dellaert | cedf2647d2 | Use handy dandy Factor Factory | 2014-12-11 13:19:37 +01:00 | 
				
					
						|  dellaert | d37216cde3 | TOAFactor header | 2014-12-10 22:50:41 +01:00 | 
				
					
						|  dellaert | bb00e375da | Print for MATLAB | 2014-12-10 21:44:56 +01:00 | 
				
					
						|  dellaert | dc84b6589e | Added in real experimental data gathered by Jay at KU Leuven | 2014-12-10 21:12:38 +01:00 | 
				
					
						|  dellaert | d17caa5487 | Event header and test file | 2014-12-10 19:14:18 +01:00 | 
				
					
						|  dellaert | 5d6e0bc753 | Optimization test succeeds, but only with 5th microphone... | 2014-12-10 19:00:52 +01:00 | 
				
					
						|  dellaert | 2dcbc72d8d | Derivatives work !!! | 2014-12-10 17:58:35 +01:00 | 
				
					
						|  dellaert | 0ceb09262c | Put in prototype derivatives, needs unit test | 2014-12-10 16:06:34 +01:00 | 
				
					
						|  dellaert | cca1a54544 | Everything done, except derivatives !!! | 2014-12-10 16:02:13 +01:00 | 
				
					
						|  dellaert | d54c70202a | TOAFactor compiles and can be put into a factor graph | 2014-12-10 15:43:31 +01:00 | 
				
					
						|  dellaert | ba1a2685bc | Not-working yet, but lots of progress towards TOAFactor | 2014-12-10 15:10:59 +01:00 | 
				
					
						|  dellaert | 5ce007446d | Merge remote-tracking branch 'origin/develop' into feature/SoundSlam Conflicts:
	.cproject | 2014-12-10 14:47:58 +01:00 | 
				
					
						|  dellaert | 777aa005b4 | Developing time of arrival factor with Jay at KU Leuven | 2014-12-10 14:24:10 +01:00 | 
				
					
						|  dellaert | d2e53d4fe9 | "Fixed" AHRS | 2014-12-04 12:30:41 +01:00 | 
				
					
						|  Chris Beall | 7b1a9ba371 | Merged in feature/TemplatedSmartFactors (pull request #39) Templated Smart Factors | 2014-11-25 07:36:14 -05:00 | 
				
					
						|  Richard Roberts | f9ca07e610 | Converted Vector(2|3) << ... to Vector2(...) or Vector3(...) syntax | 2014-11-23 10:22:25 -08:00 |