Commit Graph

7871 Commits (a4aa7b9f45cc2dae6f74016b03344bbeaa00972c)

Author SHA1 Message Date
dellaert b19132e004 First version of test, with vector of Matrices 2014-09-18 17:10:39 -05:00
Andrew Melim 3046d52d6e Fix bugs in metis re building on Windows. Mostly version issues were new c math functions were redefined poorly in gklib and metis. 2014-09-18 10:45:01 -04:00
Andrew Melim f9f6fadba4 Updating code documentation per issue #114 2014-09-15 11:52:40 -04:00
Jing Dong be68cc0047 add given marginals to update_noiseModel to improve speed 2014-09-15 03:03:25 -04:00
thduynguyen 43a8de01c1 Merge remote-tracking branch 'origin/feature/quadratic_programming' into feature/quadratic_programming
Conflicts:
	.cproject
	.gitignore
	gtsam/linear/GaussianFactorGraph.cpp
	gtsam/linear/GaussianFactorGraph.h
	gtsam/linear/HessianFactor.cpp
	gtsam/linear/JacobianFactor.h
	gtsam/linear/QPSolver.cpp
	gtsam/linear/tests/testQPSolver.cpp
	gtsam/nonlinear/NonlinearFactor.h
2014-09-14 01:45:27 -04:00
Jing Dong 1a7653730c fix headers for TransBtwRobotFactorEM 2014-09-13 18:12:28 -04:00
thduynguyen df1eede30c Produce a graph of dual-scaled Hessians of each factor: -lambda*H, used for solving nonlinear equality constraints with SQP. 2014-09-13 01:37:17 -04:00
thduynguyen 20fb8ab77d Build a dual graph to compute dual values for equality constrained factors 2014-09-13 01:36:04 -04:00
thduynguyen 4ca9d5757f Support optional dual key for constrained Jacobian and nonlinear factors. Default boost::none for unconstrained factors. 2014-09-13 01:34:33 -04:00
thduynguyen 5e8c36b3ca compute gradient wrt a key 2014-09-13 01:31:49 -04:00
thduynguyen 0dcb3e209d add macro TEST_DISABLED for disabling tests without commenting them out 2014-09-13 01:29:25 -04:00
Luca 3ad83e6394 small improvements 2014-09-11 20:54:46 -04:00
thduynguyen 6d697f2c92 heuristic in EliminationPreferCholesky to work around the Indeterminant exception while solving linear constrained systems.
Instead of turning Hessian factors into Jacobian factors -- so that they can be eliminated with constrained Jacobian factors using the special QR in Constrained's noise model -- we combine all Hessian factors, eliminate the variable first to have a conditional and a new factor 1, then combine the constrained Jacobians with this conditional (also a Jacobian) to eliminate again, producing the final conditional, and a new factor 2. The two new factors are then combined into a new Hessian factor to be returned.
2014-09-11 14:51:35 -04:00
Luca 661862f3e3 small comment 2014-09-11 12:08:42 -04:00
Luca 7322a74bbd nice and clean unit tests for gradient initialization 2014-09-11 12:05:36 -04:00
Luca db411214ff renamed GPS factor 2014-09-10 15:30:15 -04:00
Luca 3d06a737bf added possibility to specify number of iterations 2014-09-10 09:35:49 -04:00
Vadim Indelman 6b890cec0e added updateNoiseModels functionality 2014-09-10 00:24:32 +03:00
cbeall3 70956bb447 minor fixes for clang in C++11 mode on Mac 2014-09-08 15:52:07 -04:00
Andrew Melim 5bc4810dcb Correcting bug fixes for Visual Studio. See bb issues #115,116,118 for more information 2014-09-08 15:19:54 -04:00
Luca e3ec28ebeb added debug info for gradient code 2014-09-06 18:27:07 -04:00
Luca 41bb99b48a fixed gradient 2014-09-06 10:57:22 -04:00
Luca aacd3484c7 bug fix: different pose covariance structure between g2o (t,R) and gtsam (R,t) 2014-09-04 10:07:28 -04:00
Luca 8444680e6e fixed unit test 2014-09-03 20:20:06 -04:00
Luca 08a6bff803 fixed issues in dataset and added comments 2014-09-03 20:18:46 -04:00
Luca 544e56f634 added examples 2014-09-03 15:40:57 -04:00
Luca 316ce41a22 removed comments 2014-09-03 15:31:30 -04:00
Luca b19e758f5a no test failures 2014-09-03 15:30:41 -04:00
Luca 103d2a8ae9 working unit tests 2014-09-03 15:23:35 -04:00
Luca 35d5b56b65 still debugging 2014-09-02 20:56:36 -04:00
Luca 8384c37179 fixed 1 unit test 2014-09-02 20:17:31 -04:00
Luca 366101176c added initial failing unit test 2014-09-02 18:50:23 -04:00
Luca 15abbc484b setting up the gradient method 2014-09-02 18:38:12 -04:00
Luca 16bb90387c added example optimizing rotations only from g2o file 2014-08-31 13:03:31 -04:00
Luca f6adeb8fff working example 2014-08-25 16:36:58 -04:00
Luca e605c2dbc5 added initialization example 2014-08-25 16:01:53 -04:00
Luca 330fbd730e fix failing unit test (mac) 2014-08-22 10:40:16 -04:00
cbeall3 3bb9b38c1f add "between" so Cal3_S2 can be used with BetweenFactor 2014-08-20 13:05:14 -04:00
Luca 889bbea8d4 finished and tested initializer 2014-08-19 21:09:51 -04:00
Luca fdb31dbd8d Merge branch 'develop' 2014-08-19 20:51:16 -04:00
Luca f5cc247b1c added pose initializer 2014-08-19 20:50:48 -04:00
Luca bc205cf6a4 extended g2o parser to nondiagonal noise 2014-08-19 20:10:42 -04:00
Luca 881514a45f added 3D version of writeG2o with unit test 2014-08-18 21:14:48 -04:00
Luca 358c978f00 added 3D version of readG2o with unit test 2014-08-18 20:40:52 -04:00
Luca c0f880d52b working version with pose 2014-08-17 20:50:18 -04:00
Luca 4cd4023ef8 included normalization 2014-08-17 20:34:43 -04:00
Luca e031ba036d first working version with (unnormalized) rotations only 2014-08-17 20:24:53 -04:00
Luca 2f2a40a737 initial implementation of chordal relaxation 2014-08-17 20:02:46 -04:00
dellaert b58d377a97 Small rename for clarity. 2014-08-15 17:34:22 +02:00
Chris Beall 456c8eb6ed Partial fix for Boost 1.56 with Visual Studio 2013. More errors remain. 2014-08-14 00:57:41 -04:00