|  Frank Dellaert | 1bc9727e9e | updated ignore | 2010-01-07 23:20:35 +00:00 | 
				
					
						|  Kai Ni | a845b3d30a | generate ordering from the spanning tree | 2010-01-07 08:00:54 +00:00 | 
				
					
						|  Kai Ni | 6298a45050 | use prim algorithm instead of kruskal for finding MST, which yields the parent map. | 2010-01-07 06:25:54 +00:00 | 
				
					
						|  Alex Cunningham | 20c6f29823 | Moved control-related components to separate library | 2010-01-06 20:01:34 +00:00 | 
				
					
						|  Frank Dellaert | b20ed42134 | log and between | 2010-01-06 19:29:41 +00:00 | 
				
					
						|  Kai Ni | 8fb2c00fc1 | fixed the compilation warnings in CppUnitLite | 2010-01-06 18:59:14 +00:00 | 
				
					
						|  Frank Dellaert | f77da96caf | Modernized and tested RQ and added Rot3::ypr. Note this yaw-pitch-roll is different from ML version, which is focused on cameras. Let the fun begin... | 2010-01-06 15:52:43 +00:00 | 
				
					
						|  Kai Ni | 9845a5ae37 | add findMinimumSpanningTree to FactorGraph | 2010-01-06 11:15:37 +00:00 | 
				
					
						|  Frank Dellaert | cd644e75a5 | GaussianBayesNet::matrix now properly divides in sigmas | 2010-01-05 14:14:49 +00:00 | 
				
					
						|  Frank Dellaert | 22d66df766 | added manifold test | 2010-01-05 14:13:51 +00:00 | 
				
					
						|  Richard Roberts | 39334ea9e0 | Update MATLAB wrapper for earlier Pose2* changes | 2010-01-04 18:07:24 +00:00 | 
				
					
						|  Kai Ni | 46cc85e351 | added size and clear to pose2config | 2010-01-03 07:25:59 +00:00 | 
				
					
						|  Michael Kaess | 052149771a | relinearizing factors corresponding to contaminated cliques | 2010-01-03 04:57:35 +00:00 | 
				
					
						|  Kai Ni | cade0e7780 | fix timing test linking problem by using noinst_PROGRAMS | 2010-01-03 00:23:16 +00:00 | 
				
					
						|  Manohar Paluri | 68159fb5e4 | corrected SubgraphPreconditioner case | 2010-01-02 20:24:59 +00:00 | 
				
					
						|  Frank Dellaert | f82b46f96c | Sped up rodriguez and replaced slow implementation with call to fast implementation. Also moved some functions to cpp. | 2010-01-02 14:28:18 +00:00 | 
				
					
						|  Frank Dellaert | a1c55b9f62 | Updated Pose2Config to expected coding standard | 2010-01-02 10:33:33 +00:00 | 
				
					
						|  Frank Dellaert | ff06cd757f | moved all "Urban" factors and tests to (cmake-based) CitySLAM project | 2009-12-31 16:54:23 +00:00 | 
				
					
						|  Frank Dellaert | 603b692406 | New Targets | 2009-12-31 12:57:06 +00:00 | 
				
					
						|  Frank Dellaert | a1d14ba2ae | Added Bayes Net and Subgraph preconditioners to gtsam (developed in CitySLAM project) | 2009-12-31 12:56:47 +00:00 | 
				
					
						|  Frank Dellaert | 730f4a546f | Added planar graph with easy subtree | 2009-12-31 12:55:51 +00:00 | 
				
					
						|  Frank Dellaert | 07cc95e4c4 | Comments and formatting | 2009-12-31 12:55:16 +00:00 | 
				
					
						|  Frank Dellaert | eaa8176de1 | correct behavior when entire columns are zero | 2009-12-31 10:30:44 +00:00 | 
				
					
						|  Frank Dellaert | 46a65d89df | using ediv_ where needed | 2009-12-31 10:30:06 +00:00 | 
				
					
						|  Frank Dellaert | f7d5b517a4 | ediv_ is same as ediv except returns 0 for 0/0 division, needed for dealing with constraints | 2009-12-31 10:29:25 +00:00 | 
				
					
						|  Frank Dellaert | 3fbc857a9e | fixed behavior of error for sigma==0 | 2009-12-31 10:28:43 +00:00 | 
				
					
						|  Frank Dellaert | 9b327d1a9d | added reset | 2009-12-31 10:27:39 +00:00 | 
				
					
						|  Frank Dellaert | bf85f10de7 | subtraction | 2009-12-31 10:27:16 +00:00 | 
				
					
						|  Michael Kaess | b4e65e9631 | progress in ISAM2, but unit test still disabled | 2009-12-31 05:35:08 +00:00 | 
				
					
						|  Richard Roberts | afc3028ad5 | Fixed bug in testPose2Factor optimize unit test where only the first expected value was checked. | 2009-12-30 18:41:33 +00:00 | 
				
					
						|  Frank Dellaert | 793a9d58ae | Errors is now a list | 2009-12-30 17:13:36 +00:00 | 
				
					
						|  Frank Dellaert | f80ac5d7d5 | backSubstitute functions (unit-tested in CitySLAM) for preconditioning | 2009-12-30 17:13:24 +00:00 | 
				
					
						|  Frank Dellaert | 2368f3605a | getReference | 2009-12-30 14:53:40 +00:00 | 
				
					
						|  Frank Dellaert | 15bb00683a | transpose backsubstitute on upper-triangular matrix | 2009-12-30 13:20:16 +00:00 | 
				
					
						|  Michael Kaess | 42fca8c399 | nonlinear update, all but rhs/config | 2009-12-30 04:27:14 +00:00 | 
				
					
						|  Richard Roberts | 0b9451bc4b | Initializing libtool correctly in gtsam (see email to frankcvs with same subject) | 2009-12-29 20:01:38 +00:00 | 
				
					
						|  Michael Kaess | 737a2f1e05 | unit test enabled again and working | 2009-12-29 14:54:45 +00:00 | 
				
					
						|  Frank Dellaert | c43cd425ab | new back-substitution functions that can do unit triangular solves | 2009-12-29 13:59:34 +00:00 | 
				
					
						|  Michael Kaess | 75ab62a729 | ISAM2 (nonlinear ISAM) partially there, unit test currently disabled | 2009-12-29 05:57:05 +00:00 | 
				
					
						|  Frank Dellaert | 8d4a029665 | rhs method | 2009-12-28 18:46:01 +00:00 | 
				
					
						|  Frank Dellaert | 543d3fcd65 | System now a class (gradient is method) | 2009-12-28 17:28:48 +00:00 | 
				
					
						|  Frank Dellaert | 0c0b73042b | template now exposed in iterative.h, and has its own implementation file | 2009-12-28 16:26:16 +00:00 | 
				
					
						|  Frank Dellaert | 5ac304aff3 | correct convergence criterion, verbose flag | 2009-12-28 16:15:26 +00:00 | 
				
					
						|  Frank Dellaert | 674ae9d030 | steepest descent now all implemented in iterative.h/cpp | 2009-12-28 12:37:34 +00:00 | 
				
					
						|  Frank Dellaert | bc27afc49f | CGD method now uses CGD template in iterative.cpp | 2009-12-28 10:48:48 +00:00 | 
				
					
						|  Frank Dellaert | 863ee58c0f | new iterative.h/cpp compilation unit | 2009-12-28 09:56:58 +00:00 | 
				
					
						|  Frank Dellaert | d9fd502656 | moved CG tests from testGFG to testIterative | 2009-12-28 09:44:30 +00:00 | 
				
					
						|  Frank Dellaert | 1fac98b4cb | Errors:dot, VectorConfig::operator*/-, as a result Conjugate Gradient Descent template now works for factor graphs | 2009-12-28 08:15:09 +00:00 | 
				
					
						|  Michael Kaess | 5dfd1921e1 | template nightmare resolved, all tests working | 2009-12-27 23:15:36 +00:00 | 
				
					
						|  Frank Dellaert | 266fc56dea | Gradient using new operator^ and errors method | 2009-12-27 12:13:31 +00:00 |