| .. |
|
.cvsignore
|
…
|
|
|
BayesNet-inl.h
|
print is more intuitive using reverse order
|
2009-12-20 11:56:33 +00:00 |
|
BayesNet.h
|
…
|
|
|
BayesNetPreconditioner.cpp
|
Added Bayes Net and Subgraph preconditioners to gtsam (developed in CitySLAM project)
|
2009-12-31 12:56:47 +00:00 |
|
BayesNetPreconditioner.h
|
Added Bayes Net and Subgraph preconditioners to gtsam (developed in CitySLAM project)
|
2009-12-31 12:56:47 +00:00 |
|
BayesTree-inl.h
|
ISAM2 (nonlinear ISAM) partially there, unit test currently disabled
|
2009-12-29 05:57:05 +00:00 |
|
BayesTree.h
|
progress in ISAM2, but unit test still disabled
|
2009-12-31 05:35:08 +00:00 |
|
BetweenFactor.h
|
BetweenFactor is a template that models the measurement between two Lie types e.g. Pose2 or Pose3. Pose2Factor and Pose3Factor are now simply typedefs.
|
2010-01-08 15:32:45 +00:00 |
|
BinaryConditional.h
|
replaced pow with bit shift operator, changed constructor to take p(x|parents) and created cpt inside the constructor.
|
2009-12-07 03:25:25 +00:00 |
|
Cal3_S2.cpp
|
…
|
|
|
Cal3_S2.h
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
CalibratedCamera.cpp
|
renamed transformPose_to to transform_to, composeTransform to compose, and changed nr. of arguments of Dtransform_to2 (to two)
|
2009-12-18 05:36:53 +00:00 |
|
CalibratedCamera.h
|
…
|
|
|
Conditional.h
|
A couple more "missing" .hpp files for newer gcc :-)
|
2009-12-08 22:49:57 +00:00 |
|
Doxyfile
|
…
|
|
|
Errors.cpp
|
subtraction
|
2009-12-31 10:27:16 +00:00 |
|
Errors.h
|
subtraction
|
2009-12-31 10:27:16 +00:00 |
|
Factor.h
|
…
|
|
|
FactorGraph-inl.h
|
fix Pose2Prior problem and adding prior factor when splitting factor graph
|
2010-01-09 23:39:11 +00:00 |
|
FactorGraph.h
|
pass FactorGraph as reference into split
|
2010-01-08 20:27:10 +00:00 |
|
GaussianBayesNet.cpp
|
removed print statements
|
2010-01-09 02:37:58 +00:00 |
|
GaussianBayesNet.h
|
backSubstitute functions (unit-tested in CitySLAM) for preconditioning
|
2009-12-30 17:13:24 +00:00 |
|
GaussianConditional.cpp
|
new back-substitution functions that can do unit triangular solves
|
2009-12-29 13:59:34 +00:00 |
|
GaussianConditional.h
|
…
|
|
|
GaussianFactor.cpp
|
using ediv_ where needed
|
2009-12-31 10:30:06 +00:00 |
|
GaussianFactor.h
|
Gradient using new operator^ and errors method
|
2009-12-27 12:13:31 +00:00 |
|
GaussianFactorGraph.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
GaussianFactorGraph.h
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
GaussianFactorSet.h
|
…
|
|
|
GaussianISAM.cpp
|
ISAM2 (nonlinear ISAM) partially there, unit test currently disabled
|
2009-12-29 05:57:05 +00:00 |
|
GaussianISAM.h
|
ISAM2 (nonlinear ISAM) partially there, unit test currently disabled
|
2009-12-29 05:57:05 +00:00 |
|
GaussianISAM2.cpp
|
unit test enabled again and working
|
2009-12-29 14:54:45 +00:00 |
|
GaussianISAM2.h
|
ISAM2 (nonlinear ISAM) partially there, unit test currently disabled
|
2009-12-29 05:57:05 +00:00 |
|
ISAM-inl.h
|
template nightmare resolved, all tests working
|
2009-12-27 23:15:36 +00:00 |
|
ISAM.h
|
template nightmare resolved, all tests working
|
2009-12-27 23:15:36 +00:00 |
|
ISAM2-inl.h
|
relinearizing factors corresponding to contaminated cliques
|
2010-01-03 04:57:35 +00:00 |
|
ISAM2.h
|
nonlinear update, all but rhs/config
|
2009-12-30 04:27:14 +00:00 |
|
Lie-inl.h
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Lie.h
|
Added Lie required functions (trivial) for Vector. Not in Vector.h as this becomes circular.
|
2010-01-10 12:22:59 +00:00 |
|
LieConfig-inl.h
|
Merging lieconfig branch - LieConfig works but currently requires Lie objects to have a global print function.
|
2010-01-10 06:35:16 +00:00 |
|
LieConfig.h
|
Merging lieconfig branch - LieConfig works but currently requires Lie objects to have a global print function.
|
2010-01-10 06:35:16 +00:00 |
|
Makefile.am
|
Merging lieconfig branch - LieConfig works but currently requires Lie objects to have a global print function.
|
2010-01-10 06:35:16 +00:00 |
|
Matrix.cpp
|
transpose backsubstitute on upper-triangular matrix
|
2009-12-30 13:20:16 +00:00 |
|
Matrix.h
|
more meaningful error messages for matrix operations
|
2010-01-09 07:06:29 +00:00 |
|
NonlinearConstraint-inl.h
|
Renaming gradients -> jacobians
|
2009-12-18 03:05:47 +00:00 |
|
NonlinearConstraint.h
|
Renaming gradients -> jacobians
|
2009-12-18 03:05:47 +00:00 |
|
NonlinearEquality.h
|
…
|
|
|
NonlinearFactor.cpp
|
…
|
|
|
NonlinearFactor.h
|
fixed behavior of error for sigma==0
|
2009-12-31 10:28:43 +00:00 |
|
NonlinearFactorGraph-inl.h
|
error_vectors
|
2009-12-18 06:55:24 +00:00 |
|
NonlinearFactorGraph.h
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
NonlinearOptimizer-inl.h
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
NonlinearOptimizer.h
|
…
|
|
|
Ordering.cpp
|
fix Pose2Prior problem and adding prior factor when splitting factor graph
|
2010-01-09 23:39:11 +00:00 |
|
Ordering.h
|
generate ordering from the spanning tree
|
2010-01-07 08:00:54 +00:00 |
|
Point2.cpp
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Point2.h
|
Merging lieconfig branch - LieConfig works but currently requires Lie objects to have a global print function.
|
2010-01-10 06:35:16 +00:00 |
|
Point2Prior.h
|
…
|
|
|
Point3.cpp
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Point3.h
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Pose2.cpp
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Pose2.h
|
Merging lieconfig branch - LieConfig works but currently requires Lie objects to have a global print function.
|
2010-01-10 06:35:16 +00:00 |
|
Pose2Config.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
Pose2Config.h
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
Pose2Factor.h
|
BetweenFactor is a template that models the measurement between two Lie types e.g. Pose2 or Pose3. Pose2Factor and Pose3Factor are now simply typedefs.
|
2010-01-08 15:32:45 +00:00 |
|
Pose2Graph.cpp
|
Small changes: standardized constructors, added log() and unit tests, removed +,- ops, angle() changed to theta(), print functions
|
2009-12-18 00:09:54 +00:00 |
|
Pose2Graph.h
|
Small changes: standardized constructors, added log() and unit tests, removed +,- ops, angle() changed to theta(), print functions
|
2009-12-18 00:09:54 +00:00 |
|
Pose2Prior.h
|
fix Pose2Prior problem and adding prior factor when splitting factor graph
|
2010-01-09 23:39:11 +00:00 |
|
Pose3.cpp
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Pose3.h
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Pose3Factor.h
|
BetweenFactor is a template that models the measurement between two Lie types e.g. Pose2 or Pose3. Pose2Factor and Pose3Factor are now simply typedefs.
|
2010-01-08 15:32:45 +00:00 |
|
Rot2.cpp
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Rot2.h
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Rot3.cpp
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
Rot3.h
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
SQPOptimizer-inl.h
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
SQPOptimizer.h
|
…
|
|
|
SimpleCamera.cpp
|
…
|
|
|
SimpleCamera.h
|
…
|
|
|
Simulated2DMeasurement.h
|
…
|
|
|
Simulated2DOdometry.h
|
…
|
|
|
Simulated3D.cpp
|
…
|
|
|
Simulated3D.h
|
…
|
|
|
SubgraphPreconditioner.cpp
|
Added Bayes Net and Subgraph preconditioners to gtsam (developed in CitySLAM project)
|
2009-12-31 12:56:47 +00:00 |
|
SubgraphPreconditioner.h
|
Added Bayes Net and Subgraph preconditioners to gtsam (developed in CitySLAM project)
|
2009-12-31 12:56:47 +00:00 |
|
SymbolicBayesNet.cpp
|
…
|
|
|
SymbolicBayesNet.h
|
…
|
|
|
SymbolicConditional.h
|
…
|
|
|
SymbolicFactor.cpp
|
…
|
|
|
SymbolicFactor.h
|
…
|
|
|
SymbolicFactorGraph.cpp
|
…
|
|
|
SymbolicFactorGraph.h
|
…
|
|
|
Testable.h
|
Removed extra ;
|
2009-12-16 21:41:33 +00:00 |
|
VSLAMConfig.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
VSLAMConfig.h
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
VSLAMFactor.cpp
|
fixed bug concerning variable keys not being saved.
|
2009-12-09 19:13:02 +00:00 |
|
VSLAMFactor.h
|
moved shared pointer declaration to Cal3_S2.h
|
2009-12-17 10:02:43 +00:00 |
|
VSLAMGraph.cpp
|
UrbanFactor, UrbanGraph.cpp, template instantiations
|
2009-12-18 02:27:50 +00:00 |
|
VSLAMGraph.h
|
cleaned up, and removed Testable here because it's already provided by base class FactorGraph
|
2009-12-09 19:11:45 +00:00 |
|
Value.h
|
…
|
|
|
Vector.cpp
|
ediv_ is same as ediv except returns 0 for 0/0 division, needed for dealing with constraints
|
2009-12-31 10:29:25 +00:00 |
|
Vector.h
|
Merging lieconfig branch - LieConfig works but currently requires Lie objects to have a global print function.
|
2010-01-10 06:35:16 +00:00 |
|
VectorConfig.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
VectorConfig.h
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
gtsam.h
|
Update MATLAB wrapper for earlier Pose2* changes
|
2010-01-04 18:07:24 +00:00 |
|
gtsam.sln
|
…
|
|
|
gtsam.vcproj
|
…
|
|
|
inference-inl.h
|
GaussianBayesTree added, testBayesTree split
|
2009-12-09 19:39:25 +00:00 |
|
inference.h
|
…
|
|
|
iterative-inl.h
|
added reset
|
2009-12-31 10:27:39 +00:00 |
|
iterative.cpp
|
Comments and formatting
|
2009-12-31 12:55:16 +00:00 |
|
iterative.h
|
Comments and formatting
|
2009-12-31 12:55:16 +00:00 |
|
manual.mk
|
…
|
|
|
numericalDerivative.cpp
|
…
|
|
|
numericalDerivative.h
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
simulated2D.cpp
|
…
|
|
|
simulated2D.h
|
…
|
|
|
smallExample.cpp
|
Added planar graph with easy subtree
|
2009-12-31 12:55:51 +00:00 |
|
smallExample.h
|
Added planar graph with easy subtree
|
2009-12-31 12:55:51 +00:00 |
|
svdcmp.cpp
|
…
|
|
|
svdcmp.h
|
…
|
|
|
testBayesNetPreconditioner.cpp
|
Added Bayes Net and Subgraph preconditioners to gtsam (developed in CitySLAM project)
|
2009-12-31 12:56:47 +00:00 |
|
testBayesTree.cpp
|
template nightmare resolved, all tests working
|
2009-12-27 23:15:36 +00:00 |
|
testBinaryBayesNet.cpp
|
added probability function that computes the probability of a BinaryBayesNet given a config.
|
2009-12-07 07:12:01 +00:00 |
|
testCal3_S2.cpp
|
…
|
|
|
testCalibratedCamera.cpp
|
…
|
|
|
testFactorgraph.cpp
|
…
|
|
|
testGaussianBayesNet.cpp
|
…
|
|
|
testGaussianConditional.cpp
|
…
|
|
|
testGaussianFactor.cpp
|
Gradient using new operator^ and errors method
|
2009-12-27 12:13:31 +00:00 |
|
testGaussianFactorGraph.cpp
|
pass FactorGraph as reference into split
|
2010-01-08 20:27:10 +00:00 |
|
testGaussianISAM.cpp
|
template nightmare resolved, all tests working
|
2009-12-27 23:15:36 +00:00 |
|
testGaussianISAM2.cpp
|
relinearizing factors corresponding to contaminated cliques
|
2010-01-03 04:57:35 +00:00 |
|
testISAM.cpp
|
template nightmare resolved, all tests working
|
2009-12-27 23:15:36 +00:00 |
|
testInference.cpp
|
…
|
|
|
testIterative.cpp
|
System now a class (gradient is method)
|
2009-12-28 17:28:48 +00:00 |
|
testLieConfig.cpp
|
Merging lieconfig branch - LieConfig works but currently requires Lie objects to have a global print function.
|
2010-01-10 06:35:16 +00:00 |
|
testMatrix.cpp
|
transpose backsubstitute on upper-triangular matrix
|
2009-12-30 13:20:16 +00:00 |
|
testNonlinearConstraint.cpp
|
Renaming gradients -> jacobians
|
2009-12-18 03:05:47 +00:00 |
|
testNonlinearEquality.cpp
|
…
|
|
|
testNonlinearFactor.cpp
|
add Pose2Constraint class
|
2009-12-09 17:29:43 +00:00 |
|
testNonlinearFactorGraph.cpp
|
added getOrdering unit test
|
2009-12-09 15:25:50 +00:00 |
|
testNonlinearOptimizer.cpp
|
…
|
|
|
testOrdering.cpp
|
generate ordering from the spanning tree
|
2010-01-07 08:00:54 +00:00 |
|
testPoint2.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
testPoint3.cpp
|
…
|
|
|
testPose2.cpp
|
Deriving Lie objects from a base class Lie<T>, which provides member functions to access global functions, for use in MATLAB.
|
2010-01-09 23:15:06 +00:00 |
|
testPose2Factor.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
testPose2Graph.cpp
|
Made 'between' derivatives in the tangent space of the solution instead of tangent space of identity, this makes Pose2 an "origin-free" manifold.
|
2009-12-21 16:43:23 +00:00 |
|
testPose3.cpp
|
Just refactoring
|
2010-01-08 03:38:05 +00:00 |
|
testPose3Factor.cpp
|
BetweenFactor is a template that models the measurement between two Lie types e.g. Pose2 or Pose3. Pose2Factor and Pose3Factor are now simply typedefs.
|
2010-01-08 15:32:45 +00:00 |
|
testRot2.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
testRot3.cpp
|
fixed comments and tolerances
|
2010-01-09 02:27:49 +00:00 |
|
testSQP.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
testSQPOptimizer.cpp
|
Renaming gradients -> jacobians
|
2009-12-18 03:05:47 +00:00 |
|
testSimpleCamera.cpp
|
…
|
|
|
testSimulated2D.cpp
|
…
|
|
|
testSimulated3D.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
testSubgraphPreconditioner.cpp
|
Added Bayes Net and Subgraph preconditioners to gtsam (developed in CitySLAM project)
|
2009-12-31 12:56:47 +00:00 |
|
testSymbolicBayesNet.cpp
|
…
|
|
|
testSymbolicFactor.cpp
|
…
|
|
|
testSymbolicFactorGraph.cpp
|
…
|
|
|
testVSLAMConfig.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
testVSLAMFactor.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
testVSLAMGraph.cpp
|
moved shared pointer declaration to Cal3_S2.h
|
2009-12-17 10:02:43 +00:00 |
|
testVector.cpp
|
new concatVectors call
|
2009-12-18 06:11:19 +00:00 |
|
testVectorConfig.cpp
|
Large refactoring - made several Lie group functions global, which used to be member functions, to treat Lie groups more uniformly. Also created Lie.h, and a preprocessor flag in numericalDerivative to change the coordinate frame derivatives are reported in. gtsam and easylib build and pass unit tests, but this will probably break other projects, which will require a few small changes to work again. Email coming in a few minutes to describe the changes.
|
2010-01-08 00:40:17 +00:00 |
|
timeGaussianFactor.cpp
|
…
|
|
|
timeGaussianFactorGraph.cpp
|
…
|
|
|
timeRot3.cpp
|
Sped up rodriguez and replaced slow implementation with call to fast implementation. Also moved some functions to cpp.
|
2010-01-02 14:28:18 +00:00 |