Stephen Williams
|
7d03d3c502
|
Moved pre-sync code to the update() call for the cuncurrent smoother
|
2013-05-09 18:59:22 +00:00 |
Stephen Williams
|
93149ae5f2
|
Updated Concurrent example, forcing a call to smoother.update() between
each synchronization
|
2013-05-09 18:59:20 +00:00 |
Chris Beall
|
7ad3de6bc0
|
documentation
|
2013-05-08 20:10:49 +00:00 |
Chris Beall
|
32b3eebf07
|
removed redundant shared_ptr typedefs in Cal3_S2 and Cal3_S2Stereo
|
2013-05-08 19:21:00 +00:00 |
Stephen Williams
|
9e39df6e88
|
Added PriorFactor and BetweenFactor with optional sensor pose
transformations. Ideally these should simply be the PriorFactor and
BetweenFactor, but more investigation is needed.
|
2013-05-08 13:23:56 +00:00 |
Stephen Williams
|
f68e301458
|
Wrapped Inverse Depth Factor variants
|
2013-05-08 13:23:39 +00:00 |
Stephen Williams
|
54808f6d44
|
Added several experimental versions of an Inverse Depth Factor
|
2013-05-08 13:23:35 +00:00 |
Alex Cunningham
|
acd6e629e8
|
Moved older functions back to gtsam_unstable, cleanup. All tests pass. Rearranged summarization wrap interfaces.
|
2013-05-08 10:13:57 +00:00 |
Alex Cunningham
|
81f63bcc0e
|
Rearranging summarization, now with unit test in gtsam
|
2013-05-08 10:11:45 +00:00 |
Stephen Williams
|
36e66b2f0b
|
Fixed synchronization code in ConcurrentBatchFilter such that an empty graph does not trigger a segfault
|
2013-05-01 20:54:53 +00:00 |
Duy-Nguyen Ta
|
444ab957c4
|
a numerical derivative version for DiscreteEulerPoincare'Factor, but currently disabled.
|
2013-05-01 17:30:21 +00:00 |
Alex Cunningham
|
62f6089119
|
Updated matlab wrapping for moved factors
|
2013-04-30 17:50:48 +00:00 |
Alex Cunningham
|
a069d24374
|
Moved PoseRotationPrior, PoseTranslationPrior and ReferenceFrameFactor to gtsam.slam
|
2013-04-30 17:50:47 +00:00 |
Duy-Nguyen Ta
|
84ababc653
|
wrap SimpleHelicopter factors and fix a bug in noisemodel dimension
|
2013-04-30 17:21:42 +00:00 |
Duy-Nguyen Ta
|
26c63ec122
|
increase tolerance in TEST( testPoseRTV, Lie )
|
2013-04-29 23:35:08 +00:00 |
Duy-Nguyen Ta
|
e4a9c398c8
|
Factor for Discrete Euler Poincare' equation in SE3 for Simple Helicopter dynamics with correct dertivatives
|
2013-04-29 17:21:13 +00:00 |
Alex Cunningham
|
224be276e4
|
Added a new summarization convenience function and cleaned up documentation
|
2013-04-26 18:27:22 +00:00 |
Alex Cunningham
|
2b7d173c22
|
Added include path for generated headers when wrapping
|
2013-04-25 18:24:41 +00:00 |
Stephen Williams
|
009012005e
|
Removed VariableIndex from the class members as it was often left in an inconsistent state
|
2013-04-25 18:12:05 +00:00 |
Stephen Williams
|
1e1dfdd808
|
Updated BatchFixedLagSmoother to use the latest version of optimization and marginalization code
|
2013-04-25 18:10:21 +00:00 |
Richard Roberts
|
eeef9eab32
|
Generating config.h file in CMake with quaternion mode flag, dataset paths. Also added CMake option to use system-installed Eigen, which works by generating a global eigen include file containing the corresponding include paths.
|
2013-04-25 15:57:15 +00:00 |
Richard Roberts
|
5f3238634d
|
Added missing GTSAM_UNSTABLE_EXPORT tag
|
2013-04-25 15:57:06 +00:00 |
Alex Cunningham
|
38af960c53
|
removed commented line
|
2013-04-24 17:34:49 +00:00 |
Alex Cunningham
|
1c17065376
|
Removed unnecessary templated traits from partial pose priors - now uses rotationInterval and translationInterval
|
2013-04-24 17:34:48 +00:00 |
Richard Roberts
|
124a38f72d
|
Made unit test local vars/functions in anonymous namespace
|
2013-04-22 17:44:09 +00:00 |
Duy-Nguyen Ta
|
cde44b2952
|
Finally finish implementing the Reconstruction factor for updating the poses of holonomic vehicles using discrete variational integrators (eq. 10 in [Kobilarov09siggraph]). Also, better approximation for the derivative of the inverse expmap wrt the lie algebra in Pose3. Test with numericalderivative.
|
2013-04-22 08:34:40 +00:00 |
Stephen Williams
|
c1f14d60be
|
Purged unused code
|
2013-04-19 12:16:18 +00:00 |
Stephen Williams
|
201ca3da9e
|
Removed debug print statement
|
2013-04-19 12:16:04 +00:00 |
Stephen Williams
|
3eade960b8
|
Fixed bugs in marginal generation. It is possible that the marginalization will be "perfect", resulting in no marginal factor. However, a factor was being created anyway.
|
2013-04-19 12:13:43 +00:00 |
Duy-Nguyen Ta
|
541d416c84
|
comment for VelocityConstraint3::evaluateError
|
2013-04-17 21:25:15 +00:00 |
Duy-Nguyen Ta
|
494885bf1d
|
factors for the pendulum discrete mechanics in position-momentum form to use with variational integrator
|
2013-04-16 19:07:59 +00:00 |
Duy-Nguyen Ta
|
37d244e49b
|
fix bug in PendulumFactor2's jacobian
|
2013-04-16 02:17:19 +00:00 |
Duy-Nguyen Ta
|
6a139bd0f8
|
Factors for the simple Pendulum dynamics for being used with explicit/implicit/sympletic Euler integrators as in [Stern06siggraph]
|
2013-04-15 21:31:47 +00:00 |
Stephen Williams
|
c2fb82b935
|
Added matlab wrapping for Fixed-Lag Smoothers and Concurrent Filters and Smoothers
|
2013-04-15 19:54:46 +00:00 |
Stephen Williams
|
f216e97a15
|
Modified the getter method in the FixedLagSmoother base class to follow general GTSAM conventions
|
2013-04-15 17:53:33 +00:00 |
Stephen Williams
|
41238572c1
|
Extended the Concurrent Filtering and Smoothing example to include a delayed loop closure
|
2013-04-15 16:07:40 +00:00 |
Stephen Williams
|
693a0f991a
|
Added the Filter<->Smoother synchronization back into the example
|
2013-04-12 13:05:52 +00:00 |
Stephen Williams
|
f3007f5013
|
Moved the pre-sync code back into the presync() function call. This allows the Filter and Smoother to synchronize properly even when no call to smoother.update() has been made.
|
2013-04-12 13:05:20 +00:00 |
Stephen Williams
|
34d7742d95
|
Added first version of a Concurrent Filtering and Smoothing example
|
2013-04-12 12:53:34 +00:00 |
Stephen Williams
|
03db2b7e55
|
Modified comments
|
2013-04-12 12:53:05 +00:00 |
Stephen Williams
|
460a428c97
|
Provided default parameters for concurrent batch filter and smoother constructors
|
2013-04-12 12:52:29 +00:00 |
Stephen Williams
|
1c738123b9
|
Fixed inconsistency between odometry measurements and initializations
|
2013-04-12 12:51:22 +00:00 |
Stephen Williams
|
5087e4eabc
|
Modified Fixed-Lag Smoothing example to call iSAM2 multiple times to recover the same solution as batch
|
2013-04-11 21:10:32 +00:00 |
Stephen Williams
|
321de2f701
|
Removed debugging check from IncrementalFixedLagSmoother and added work around for tree reordering
|
2013-04-11 20:55:55 +00:00 |
Stephen Williams
|
c902908115
|
Added 'examples' folder to gtsam_unstable
|
2013-04-11 20:47:25 +00:00 |
Stephen Williams
|
95e97c2dfc
|
Changed the default 'enforceConsistency' flag to true in the Batch Fixed-Lag Smoother to match the incremental version
|
2013-04-11 20:07:58 +00:00 |
Stephen Williams
|
d44a9e3b75
|
Removed unused code from Concurrent Batch Filter unit test
|
2013-04-11 19:16:52 +00:00 |
Stephen Williams
|
f963aeb401
|
Completed rewrite of synchronization functions for the Concurrent Batch Filter
|
2013-04-11 19:16:15 +00:00 |
Stephen Williams
|
04d595dec1
|
Started re-implementing the synchronization functions for the Concurrent Filter
|
2013-04-11 12:43:42 +00:00 |
Stephen Williams
|
634a4c5ef9
|
Updated Concurrent Smoother for changes in the base class synchronization
|
2013-04-11 12:42:45 +00:00 |