dellaert
|
1aa7b570f9
|
Added BADFactor header and created new test
|
2014-09-30 12:30:15 +02:00 |
dellaert
|
ef52e12f87
|
Split off BADFactor code from Expression
|
2014-09-30 12:29:57 +02:00 |
dellaert
|
5a1ea6071b
|
Split off ExpressionNode hierarchy
|
2014-09-30 12:20:02 +02:00 |
dellaert
|
e2f6f01941
|
Some cleanup of headers/old code
|
2014-09-30 12:12:17 +02:00 |
dellaert
|
e789de2353
|
Check derivatives of compose
|
2014-09-29 12:14:59 +02:00 |
dellaert
|
05c49601ed
|
Added Expression header
|
2014-09-29 12:06:04 +02:00 |
Paul Furgale
|
de3e1c3ed1
|
Fixed the product compilation
|
2014-09-29 07:22:25 +02:00 |
dellaert
|
10a35f3535
|
Structure for compose. Does not compile (uncomment line 492)
|
2014-09-28 17:50:36 +02:00 |
dellaert
|
7be6ac0e8c
|
Now compiles but product construction fails because optional derivatives can't be delivered by the operator*()
|
2014-09-28 10:22:19 +02:00 |
dellaert
|
11187a4c0d
|
I added operator logic but can't get it to compile
|
2014-09-27 18:22:37 +02:00 |
dellaert
|
ab1f4c1e32
|
keys now functional
|
2014-09-27 16:08:59 +02:00 |
dellaert
|
186afcc95e
|
Made constructors private
|
2014-09-27 15:58:34 +02:00 |
dellaert
|
e487979b0f
|
Removed obsolete typedefs
|
2014-09-27 15:49:25 +02:00 |
dellaert
|
cde9a41acc
|
Formatting only
|
2014-09-27 15:48:07 +02:00 |
Paul Furgale
|
768c7f00e1
|
Removed the clone method
|
2014-09-27 15:01:02 +02:00 |
dellaert
|
9eed7e10fe
|
Added testBAD.run target, fixed an issue with getKeys
|
2014-09-27 14:08:31 +02:00 |
Paul Furgale
|
1a00d7e3d9
|
Second draft of the BAD implementation
|
2014-09-27 11:39:46 +02:00 |
dellaert
|
b47837462e
|
Unit test succeeds !!!
|
2014-09-21 18:54:01 +02:00 |
dellaert
|
4bc82da85c
|
Compile with optional derivatives
|
2014-09-21 18:36:19 +02:00 |
dellaert
|
8e3a0f4847
|
Prototype [jacobians] code
|
2014-09-21 18:22:28 +02:00 |
dellaert
|
583c81ffea
|
Implemented uncalibrate, value test succeeds
|
2014-09-21 17:59:34 +02:00 |
dellaert
|
6a5e4191a3
|
UnaryExpression
|
2014-09-21 17:43:47 +02:00 |
dellaert
|
b89f65cccc
|
BinaryExpression
|
2014-09-21 17:37:09 +02:00 |
dellaert
|
59b0e6a657
|
Progress on error
|
2014-09-21 17:13:25 +02:00 |
dellaert
|
d9fafc1bf1
|
No more base class
|
2014-09-21 16:48:24 +02:00 |
dellaert
|
7a64e2e546
|
Class hierarchy
|
2014-09-21 16:30:30 +02:00 |
dellaert
|
6532966f62
|
Call JacobianFactor constructor with map
|
2014-09-21 13:11:55 +02:00 |
dellaert
|
c7b6a9af12
|
Now use old-style factor to create expected value and derivatives
|
2014-09-21 05:33:53 -04:00 |
dellaert
|
a76c27d074
|
Now just linearize
|
2014-09-18 18:33:11 -04:00 |
dellaert
|
b19132e004
|
First version of test, with vector of Matrices
|
2014-09-18 17:10:39 -05:00 |
Jing Dong
|
be68cc0047
|
add given marginals to update_noiseModel to improve speed
|
2014-09-15 03:03:25 -04:00 |
Jing Dong
|
1a7653730c
|
fix headers for TransBtwRobotFactorEM
|
2014-09-13 18:12:28 -04:00 |
Vadim Indelman
|
6b890cec0e
|
added updateNoiseModels functionality
|
2014-09-10 00:24:32 +03:00 |
Chris Beall
|
2634b2e890
|
Finish concurrent-calibration
|
2014-08-12 16:00:20 -04:00 |
Chris Beall
|
50c8313233
|
Rename TransformProjectionFactor to ProjectionFactorPPP
|
2014-08-12 15:55:28 -04:00 |
Chris Beall
|
2c3f6e563d
|
Renamed TransformCalProjectionFactor to ProjectionFactorPPPC to follow new naming convention
|
2014-08-12 15:29:05 -04:00 |
Vadim Indelman
|
bcab483574
|
Changed norm to determinant.
|
2014-08-01 21:51:52 +03:00 |
Vadim Indelman
|
89410fe1ee
|
added updateNoiseModels_givenCovs to BetweenFactorEM.
|
2014-08-01 21:11:19 +03:00 |
cbeall3
|
bc982293ab
|
New unit tests for quaternary pose+transform+landmark+calibration factor
|
2014-07-29 21:55:14 -04:00 |
Jing Dong
|
b5b1bbfba0
|
improve TransBtwRobotEM factor's preformance by removing redundant unwhitenedError calc
|
2014-07-18 17:11:21 -04:00 |
Jing Dong
|
e06c2cfacc
|
change few function parameters to const reference to improve preformance of TransformBtwRobot factors
|
2014-07-18 15:59:14 -04:00 |
cbeall3
|
f4dc6a3a95
|
Fix metis linking in tests
|
2014-07-16 14:45:12 -04:00 |
cbeall3
|
f261a6ddbc
|
Merge remote-tracking branch 'origin/develop' into feature/concurrent-calibration
|
2014-07-02 15:49:47 -04:00 |
cbeall3
|
8bc87e8f4f
|
Transform + Calibration examples and factor
|
2014-07-01 16:33:23 -04:00 |
cbeall3
|
5b2f4a2c3a
|
Move Transform factors to unstable
|
2014-07-01 16:03:35 -04:00 |
Vadim Indelman
|
991906181b
|
Updating EM factor (to accout for uncertainty in states)
|
2014-06-30 20:43:25 +03:00 |
Richard Roberts
|
946cc5338a
|
Merge branch 'develop' into feature/timing_scripts_build
Conflicts:
gtsam_unstable/CMakeLists.txt
|
2014-06-21 08:55:49 -07:00 |
cbeall3
|
7485a8f2d5
|
Merge remote-tracking branch 'origin/develop' into feature/concurrent-calibration
|
2014-06-20 13:48:26 -04:00 |
cbeall3
|
3bacdbbec5
|
Move Smart Projection Factor wrapper to stable
|
2014-06-20 13:41:51 -04:00 |
cbeall3
|
a34dff1397
|
Merge remote-tracking branch 'origin/feature/new_imu_factors' into develop
|
2014-06-20 13:32:34 -04:00 |