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 |
cbeall3
|
67e0e71802
|
First script to experiment with Concurrent calibration estimation
|
2014-06-13 12:17:45 -04:00 |
cbeall3
|
9f796565d0
|
print optimization errors for now
|
2014-06-12 16:24:03 -04:00 |
cbeall3
|
8bee2cd70f
|
Fixed unstable examples never getting built
|
2014-06-12 14:40:24 -04:00 |
Richard Roberts
|
fe235b1209
|
Building timing scripts using new timing script support in GtsamTesting.cmake. Fixed compile errors in timing scripts but disabled a couple.
|
2014-06-07 19:02:11 -07:00 |
Richard Roberts
|
2591f7dca2
|
Fixed missing gtsam_unstable/partition tests
|
2014-06-07 19:01:13 -07:00 |
cbeall3
|
87f5818776
|
Move smart projection factor
|
2014-05-31 15:33:19 -04:00 |
cbeall3
|
41de41deec
|
minor cleanup
|
2014-05-30 19:37:03 -04:00 |
cbeall3
|
a7a209ce0c
|
Minor fixes and documentation cleanup
|
2014-05-30 13:31:35 -04:00 |
cbeall3
|
625b7b0743
|
Monocular Smart Projection factor example based on stereo data
|
2014-05-30 11:58:07 -04:00 |
Luca
|
386ed2e510
|
Merge branch 'develop'
Conflicts:
gtsam_unstable/slam/SmartFactorBase.h
|
2014-05-28 18:11:39 -04:00 |
cbeall3
|
2699605943
|
Fix return type mismatch
|
2014-05-28 11:31:17 -04:00 |
Luca
|
8806c15b36
|
fixed possible connectivity issue when smart factors are degenerate
|
2014-05-23 17:49:42 -04:00 |
Luca
|
c2705902cb
|
added dynamic outlier rejection (with unit tests) for smart pose factors
|
2014-05-22 22:32:12 -04:00 |