Commit Graph

11 Commits (c7248a2b13ca61dba85d7036d89b8c6d5b5f00ef)

Author SHA1 Message Date
Rahul Sawhney 125c612c09 Some cleanup/cleanup flags, capitalization 2010-10-21 18:02:17 +00:00
Kai Ni 24d499039f prepend license information on all the codes 2010-10-14 04:54:38 +00:00
Richard Roberts 1d52ff90a8 Merged simplelinear branch into trunk 2010-10-08 22:04:47 +00:00
Alex Cunningham 9ffd075225 Removed transform functions from Point2 2010-09-27 18:27:11 +00:00
Alex Cunningham b6009028d8 Added some simple transform_[to|from] functions to Point2 to allow for linear systems to still use transforms in generic code 2010-09-25 22:31:48 +00:00
Frank Dellaert bfe91d6337 align finds Pose2 between *correct* 2D point correspondences 2010-09-11 05:29:38 +00:00
Alex Cunningham 23a30f8475 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
Alex Cunningham 8c33168fb3 Made all core geometry functions that have derivatives use the combined derivative form instead of separate derivative functions. 2010-08-20 15:17:13 +00:00
Alex Cunningham 8e364cb34e Improvements to the Lie objects, with new member/static functions in most of the geometry objects. Many of the functions that were previously global have been moved to static functions. See Lie.h for more details. 2010-08-19 20:03:06 +00:00
Richard Roberts f1132359d4 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
Frank Dellaert fea5beb638 Re-organization: moving all files.
I re-organized into original cpp directory and 4 additional directories: base, geometry, slam, and tests.
cpp will be further renamed/sub-divided and contains the core library.
I wanted it not depend on geometry or slam, which necessitated moving complicated tests to a dedicated directory.
2010-07-12 07:16:31 +00:00