Frank Dellaert
|
d041c5b8a8
|
Split up circle intersection code into three routines that are used in SmartRangeFactor
|
2013-06-24 08:24:56 +00:00 |
Frank Dellaert
|
140e8a8c7a
|
On the way to quality of circle intersections
|
2013-06-23 10:53:07 +00:00 |
Alex Cunningham
|
0e1f07acaa
|
Added matlab codegen for matlab save/load hooks. Can now save and load a gtsam object to/from a mat file
|
2013-06-22 23:16:53 +00:00 |
Richard Roberts
|
974bef7bc8
|
Added serialization functions for fixed-size vectors
|
2013-06-22 15:40:11 +00:00 |
Richard Roberts
|
5be3c49228
|
sqrt -> std::sqrt
|
2013-06-22 15:40:08 +00:00 |
Frank Dellaert
|
133dd1cae5
|
circle-circle intersection
|
2013-06-22 15:10:51 +00:00 |
Frank Dellaert
|
e618df7bfa
|
Improved range and derivatives (no more rotating of translation, as range is invariant to it)
|
2013-06-22 05:52:14 +00:00 |
Frank Dellaert
|
e35c73388f
|
Simplified Pose2::range
|
2013-06-22 05:06:15 +00:00 |
Frank Dellaert
|
ffc3935cf3
|
Added derivatives to distance
|
2013-06-22 04:42:45 +00:00 |
Frank Dellaert
|
456a16526e
|
Vector3
|
2013-06-22 01:29:26 +00:00 |
Frank Dellaert
|
05f883f953
|
C++ cleanup and dataset switch
|
2013-06-22 00:49:00 +00:00 |
Richard Roberts
|
680d4a6a94
|
Returning fixed-size vector from Point2::vector()
|
2013-06-21 15:23:00 +00:00 |
Richard Roberts
|
003954425a
|
Formatting cleanup
|
2013-06-21 15:22:57 +00:00 |
Frank Dellaert
|
49338228a5
|
Ability to switch between plaza1 and plaza2
|
2013-06-21 14:17:58 +00:00 |
Frank Dellaert
|
f1ee3b353c
|
C++ Range SLAM example to compare with Boots13icml
|
2013-06-21 14:13:59 +00:00 |
Frank Dellaert
|
5f5e481394
|
AHRS mechanization small efficiency change (in progress)
|
2013-06-21 00:21:18 +00:00 |
Frank Dellaert
|
169eb4af3e
|
Range SLAM examples in MATLAB, one SAM, one iSAM
|
2013-06-20 19:45:51 +00:00 |
Frank Dellaert
|
955c13a8bb
|
Multifrontal solver in toc
|
2013-06-20 19:45:15 +00:00 |
Frank Dellaert
|
5f500bd510
|
Wrapped copy constructor for Pose2, lots of routines for GaussianBayesTree, and made all NL factors descend from noiseModelFactor, so we get unwhitenedError etc by inheritance...
|
2013-06-20 19:44:50 +00:00 |
Alex Cunningham
|
12d083e476
|
Added serialize()
|
2013-06-20 17:08:31 +00:00 |
Alex Cunningham
|
e7334b89bd
|
Rebasing...
|
2013-06-20 17:08:30 +00:00 |
Alex Cunningham
|
9f9807ef19
|
Yet even more rebasing
|
2013-06-20 17:08:29 +00:00 |
Alex Cunningham
|
62d25abb1a
|
More rebasing...
|
2013-06-20 17:08:28 +00:00 |
Alex Cunningham
|
f299217cfb
|
Rebasing...
|
2013-06-20 17:08:28 +00:00 |
Alex Cunningham
|
90246a4dab
|
Rebasing...
|
2013-06-20 17:08:27 +00:00 |
Richard Roberts
|
32066ca358
|
Comment fixes
|
2013-06-20 16:28:41 +00:00 |
Richard Roberts
|
89c4242b3f
|
Updated friend declarations to match swap in unit test group/name
|
2013-06-20 16:05:29 +00:00 |
Richard Roberts
|
5d86be270e
|
Swapped group name and test name in CppUnitLite to match the convention we use in unit tests
|
2013-06-20 16:05:27 +00:00 |
Richard Roberts
|
14a71aeedc
|
Put header-implemented unit test functions in anonymous namespaces to avoid duplicate symbols in SINGLE_TEST_EXE mode
|
2013-06-20 16:05:24 +00:00 |
Richard Roberts
|
5ae4f21517
|
Added missing dll export tags to new functions
|
2013-06-20 16:05:23 +00:00 |
Richard Roberts
|
8f4688fd5b
|
Compiling serialization unit tests with /bigobj on windows
|
2013-06-20 16:05:21 +00:00 |
Richard Roberts
|
400e20420c
|
Adding headers to list of sources in top-level unit tests so that they show up in visual studio
|
2013-06-20 16:05:20 +00:00 |
Richard Roberts
|
7b95bc1ca9
|
Compile serialization.cpp with /bigobj on windows
|
2013-06-20 16:05:15 +00:00 |
Frank Dellaert
|
6c2a20cee4
|
Added range ISAM example from Djugash08iser and Boots13icml
|
2013-06-20 06:51:00 +00:00 |
Frank Dellaert
|
6f2cbbb709
|
Added two new datafiles
|
2013-06-20 06:50:50 +00:00 |
Frank Dellaert
|
278c116785
|
Cleaned up spurious import statements
|
2013-06-20 06:49:56 +00:00 |
Alex Cunningham
|
c7e79fb546
|
Added instructions to gtsam.h
|
2013-06-19 17:50:10 +00:00 |
Alex Cunningham
|
456d1b5cf7
|
Cleanup: moving old serialization function to gtsam_unstable, renaming matlab serializaion test
|
2013-06-19 17:50:09 +00:00 |
Alex Cunningham
|
45b5389f8a
|
Serialized more classes in gtsam and gtsam_unstable
|
2013-06-19 17:50:07 +00:00 |
Alex Cunningham
|
23de91d44d
|
serialization works for graph and PriorFactor. Added second flag for serialization: can add "void serializable()" or "void serialize()" to allow for either just exporting (necessary if no default constructor), or implementing the full serialization functions
|
2013-06-19 17:50:05 +00:00 |
Alex Cunningham
|
ed3ab55538
|
Fixed wrap test, now passes
|
2013-06-19 17:50:04 +00:00 |
Alex Cunningham
|
f1b1a2f7d2
|
Added export flags, Values now serializes
|
2013-06-19 17:50:03 +00:00 |
Alex Cunningham
|
4d76386aa7
|
Updated expected values to match newer codegen
|
2013-06-19 17:50:02 +00:00 |
Alex Cunningham
|
b5b1eac597
|
Rearranged serialization test to use new interface, added serialize() flags to Point2 and Values. Serialzing values fails - now to add export commands
|
2013-06-19 17:50:01 +00:00 |
Alex Cunningham
|
14c5f205dd
|
basic serialization works
|
2013-06-19 17:50:00 +00:00 |
Alex Cunningham
|
07407ff763
|
Completed codegen for serialize/deserialize functions
|
2013-06-19 17:49:59 +00:00 |
Alex Cunningham
|
5789c7de83
|
Added codegen for cpp wrapper
|
2013-06-19 17:49:58 +00:00 |
Alex Cunningham
|
8e73619989
|
Adding codegen components for serialization - in progress
|
2013-06-19 17:49:57 +00:00 |
Alex Cunningham
|
c7576deb15
|
Added flag for serializable to parser, no codegen yet
|
2013-06-19 17:49:55 +00:00 |
Alex Cunningham
|
5a7ee5f146
|
Disabled serialization syntactic sugar functions
|
2013-06-18 20:04:00 +00:00 |