cbeall3
|
a6ae176a54
|
Upgraded to GeographicLib 1.35
|
2014-05-03 14:44:39 -04:00 |
Chris Beall
|
46859474cb
|
Fix warning
|
2014-05-03 12:55:51 -04:00 |
dellaert
|
92c9e9c0aa
|
Fixed "unused" warnings
|
2014-05-03 12:23:49 -04:00 |
dellaert
|
1ed07ca4ed
|
Moved to unstable
|
2014-05-03 12:23:20 -04:00 |
cbeall3
|
267b86ec14
|
Remove svd inverse_square_root
|
2014-05-03 11:54:01 -04:00 |
cbeall3
|
312d3fac1e
|
ignore /doc*
|
2014-05-03 11:53:10 -04:00 |
Luca
|
e8a4767591
|
cleaned code to log LM iterations
|
2014-05-02 16:10:51 -04:00 |
Luca
|
9f499d2257
|
fixed key in unit test
|
2014-05-02 16:05:08 -04:00 |
Luca
|
c1650f72fd
|
added comments
|
2014-05-02 15:23:19 -04:00 |
Luca
|
f1fb2c09a4
|
bug fix in LM
|
2014-05-02 15:01:42 -04:00 |
djensen3
|
5402f9fa20
|
Removed smartProjectionPoseFactor from matlab wrapper; it was causing matlab crashes
|
2014-05-02 11:12:10 -04:00 |
thduynguyen
|
fc1f5ff6a8
|
unittest for QPSolver without initial point
|
2014-05-02 10:27:05 -04:00 |
thduynguyen
|
c97f29be23
|
first unittest finding QP's feasible initial point works
|
2014-05-01 23:55:43 -04:00 |
thduynguyen
|
6520ae8075
|
fix bugs in variable's columnNo index when passing to lpsolve. Obviously lpsolve modifies the raw buffer we pass to it!
|
2014-05-01 18:42:18 -04:00 |
djensen3
|
8dbd7c175c
|
added SmartProjectionFactor to matlab wrapper
|
2014-05-01 15:55:37 -04:00 |
thduynguyen
|
2408faed24
|
add lp_solve and the gtsam LPSolver interface
|
2014-05-01 14:55:05 -04:00 |
thduynguyen
|
e2e93627aa
|
QPSolver now returns dual values after solving. This can be used as a guessed dual value for the nonlinear level
|
2014-05-01 14:44:14 -04:00 |
thduynguyen
|
bb1d8e6bb2
|
move detailed comments to the cpp file. An important comment about an Eigen's exception when converting a jacobian to a hessian factor, probably due to a bug in clang compiler.
|
2014-05-01 14:41:55 -04:00 |
djensen3
|
ce13807d10
|
added script to run and save tests in a simplified way
|
2014-05-01 12:56:24 -04:00 |
cbeall3
|
d8121a25bb
|
Trivial change, but VS 2012 was choking on this in release mode.
|
2014-05-01 12:53:05 -04:00 |
Luca
|
32e1a8f994
|
tried some changes for wrapping
|
2014-05-01 10:48:54 -04:00 |
Vadim Indelman
|
2b20d61221
|
Wrapped measured() for BearingRangeFactor.
|
2014-04-30 22:32:59 -04:00 |
Richard Roberts
|
b82524882c
|
Fix typo in conditional in SymmetricBlockMatrix, fixes #75
|
2014-04-30 18:21:00 -07:00 |
djensen3
|
2cb448fa24
|
adding SmartProjectionPoseFactor to wrapper
|
2014-04-30 16:17:32 -04:00 |
thduynguyen
|
dd43a87430
|
remove support for embedded lagrangian part to constraint's jacobian matrices. It's very hacky!
|
2014-04-29 16:20:32 -04:00 |
thduynguyen
|
8b5ef17f0e
|
dexp and dexpInv for Point2 and Rot2
|
2014-04-29 16:18:52 -04:00 |
thduynguyen
|
bbb76aab95
|
create VectorValues with all 1.0
|
2014-04-29 16:18:23 -04:00 |
djensen3
|
862f5c7af3
|
changed timestep to make IMU measurements more realistic. removed noise model from IMU type 2 constructor
|
2014-04-29 15:46:43 -04:00 |
djensen3
|
4ad4f9d68e
|
removed unnecessary parameter from constructor
|
2014-04-29 15:13:28 -04:00 |
thduynguyen
|
dd3c1fd073
|
important bug fix in building dual graph when finding the variable dimension from its first factor in the factor indices.
|
2014-04-29 11:49:39 -04:00 |
Luca
|
15201bda0f
|
fixed landmark key
|
2014-04-28 13:16:25 -04:00 |
djensen3
|
5391de77e0
|
working on IMU biases
|
2014-04-24 17:01:08 -04:00 |
Luca
|
a077dadc99
|
added new constructor to CombinedImuFactor in matlab wrapper
|
2014-04-24 15:52:11 -04:00 |
Zsolt Kira
|
870a20396f
|
Merge branch 'feature/smartFactors' of https://bitbucket.org/gtborg/gtsam into feature/smartFactors
|
2014-04-24 12:06:22 -04:00 |
Zsolt Kira
|
4769e3c3fa
|
Fix for unit test based on previous LM change
|
2014-04-24 12:05:37 -04:00 |
Luca
|
f15f7f3893
|
Jacobian factors' gradientAtZero with raw memory access does nothing (to be fixed)
|
2014-04-24 12:02:11 -04:00 |
Luca
|
185c572b5a
|
removed wrong base class
|
2014-04-24 11:28:41 -04:00 |
djensen3
|
20eeb90682
|
Removed noise from pose prior for non-BetweenFactors. Added saving figures as .png
|
2014-04-24 10:24:44 -04:00 |
Zsolt Kira
|
a95126599f
|
Fix LM behavior when GaussianFactorGraph is subclassed. Use clone method instead of assignment to local GaussianFactorGraph when creating damped system.
|
2014-04-24 09:47:48 -04:00 |
Luca
|
8c657f8857
|
slight change in implementation of hessianBlockDiagonal
|
2014-04-23 19:00:15 -04:00 |
Luca
|
d9e93f316a
|
error computation now does not include noise model
|
2014-04-23 18:43:14 -04:00 |
djensen3
|
c1ab0053eb
|
fixed bug with IMU bias. added option to delay start of GPS factors
|
2014-04-23 16:06:03 -04:00 |
Luca
|
2b52bad569
|
optimized point damping
|
2014-04-23 15:15:48 -04:00 |
Luca
|
e56666e85c
|
fixed print function
|
2014-04-23 14:53:01 -04:00 |
djensen3
|
87f9e5bb2c
|
completed GPS factors
|
2014-04-23 14:45:17 -04:00 |
djensen3
|
2ab81ae997
|
working on GPS factors
|
2014-04-23 12:39:47 -04:00 |
djensen3
|
13d47fcee4
|
added IMU type 2 with noise
|
2014-04-23 08:58:50 -04:00 |
Luca
|
37b750411f
|
added gradientAtZero with raw memory access
|
2014-04-22 18:38:12 -04:00 |
Luca
|
67cfe5ea66
|
moved logging at the end of the iteration
|
2014-04-22 11:55:16 -04:00 |
Luca
|
e98c4c2ac2
|
added output message for TRYLAMBDA verbosity level
|
2014-04-21 19:18:21 -04:00 |