gtsam/slam
Alex Cunningham 6002931e12 Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
..
tests Merged simplelinear branch into trunk 2010-10-08 22:04:47 +00:00
BearingFactor.h Removed remaining global lie functions on lie objects and configs, switched the Lie base class to a simple concept check function, fixed build script for examples. ISAM2 and MastSLAM verified as compiling. 2010-08-26 19:55:40 +00:00
BearingRangeFactor.h Removed remaining global lie functions on lie objects and configs, switched the Lie base class to a simple concept check function, fixed build script for examples. ISAM2 and MastSLAM verified as compiling. 2010-08-26 19:55:40 +00:00
BetweenConstraint.h Removed remaining global lie functions on lie objects and configs, switched the Lie base class to a simple concept check function, fixed build script for examples. ISAM2 and MastSLAM verified as compiling. 2010-08-26 19:55:40 +00:00
BetweenFactor.h Merged simplelinear branch into trunk 2010-10-08 22:04:47 +00:00
BoundingConstraint.h In all nonlinear factors and configs, it is only necessary to specify a key with a typedef Value_t for the associated value. This has been removed from factor template definitions, as it is too easy to use the wrong value. Also, no more string keys or linear symbol keys in nonlinear systems. Updated MastSLAM to work, and ISAM2 works without change 2010-08-23 19:44:17 +00:00
GaussianISAM2.cpp Merged simplelinear branch into trunk 2010-10-08 22:04:47 +00:00
GaussianISAM2.h Merged simplelinear branch into trunk 2010-10-08 22:04:47 +00:00
LinearApproxFactor-inl.h Merged simplelinear branch into trunk 2010-10-08 22:04:47 +00:00
LinearApproxFactor.h Merged simplelinear branch into trunk 2010-10-08 22:04:47 +00:00
Makefile.am Merged simplelinear branch into trunk 2010-10-08 22:04:47 +00:00
Pose2SLAMOptimizer.cpp Removed remaining global lie functions on lie objects and configs, switched the Lie base class to a simple concept check function, fixed build script for examples. ISAM2 and MastSLAM verified as compiling. 2010-08-26 19:55:40 +00:00
Pose2SLAMOptimizer.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
PriorFactor.h Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
RangeFactor.h In all nonlinear factors and configs, it is only necessary to specify a key with a typedef Value_t for the associated value. This has been removed from factor template definitions, as it is too easy to use the wrong value. Also, no more string keys or linear symbol keys in nonlinear systems. Updated MastSLAM to work, and ISAM2 works without change 2010-08-23 19:44:17 +00:00
Simulated2DConfig.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
Simulated2DMeasurement.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
Simulated2DOdometry.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
Simulated2DOrientedConfig.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
Simulated2DOrientedOdometry.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
Simulated2DOrientedPosePrior.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
Simulated2DPointPrior.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
Simulated2DPosePrior.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
Simulated3D.cpp Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
Simulated3D.h Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
TransformConstraint.h comments only 2010-10-02 19:57:10 +00:00
dataset.cpp Removed remaining global lie functions on lie objects and configs, switched the Lie base class to a simple concept check function, fixed build script for examples. ISAM2 and MastSLAM verified as compiling. 2010-08-26 19:55:40 +00:00
dataset.h Installing headers in subdirectories and converted include directives to match the subdirectory structure (also see email to frankcvs) 2010-08-19 17:23:19 +00:00
planarSLAM.cpp Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
planarSLAM.h Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
pose2SLAM.cpp Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
pose2SLAM.h Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
pose3SLAM.cpp Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
pose3SLAM.h Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
saveGraph.cpp Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
saveGraph.h Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
simulated2D.cpp Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
simulated2D.h Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
simulated2DConstraints.h In all nonlinear factors and configs, it is only necessary to specify a key with a typedef Value_t for the associated value. This has been removed from factor template definitions, as it is too easy to use the wrong value. Also, no more string keys or linear symbol keys in nonlinear systems. Updated MastSLAM to work, and ISAM2 works without change 2010-08-23 19:44:17 +00:00
simulated2DOriented.cpp Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
simulated2DOriented.h Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
smallExample.cpp Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
smallExample.h Merged simplelinear branch into trunk 2010-10-08 22:04:47 +00:00
visualSLAM.cpp Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00
visualSLAM.h Renamed LieConfig and TupleConfig to use Values 2010-10-09 03:09:55 +00:00