Alex Cunningham
|
fd5134b06d
|
fixed derivatives for transforms again
|
2010-09-27 15:08:51 +00:00 |
Alex Cunningham
|
87465cb04b
|
fixed bug in derivatives in transform_from
|
2010-09-27 12:34:01 +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 |
Yong-Dian Jian
|
c1fee1ab88
|
in spqr_householder, use heap when the expected array size is greater than 2M bytes, otherwise, use local stack. Could have a better fix globally
|
2010-09-25 13:46:16 +00:00 |
Alex Cunningham
|
5745226452
|
split LinearApproxFactor into an implementation header file
|
2010-09-22 15:34:03 +00:00 |
Alex Cunningham
|
b09b7fffbb
|
Removed extraneous template parameter for LinearApproxFactor
|
2010-09-22 13:29:29 +00:00 |
John Rogers
|
92539ed08c
|
Made numericalDerivative global functions inline so they can be included from multiple source files and linked together without name collisions
|
2010-09-21 20:36:33 +00:00 |
Frank Dellaert
|
2f83d194eb
|
added target
|
2010-09-20 21:20:39 +00:00 |
Frank Dellaert
|
3f937fdba4
|
changed include order to be more logical
|
2010-09-20 21:02:32 +00:00 |
Frank Dellaert
|
91ff36c5da
|
make target
|
2010-09-20 20:49:27 +00:00 |
Frank Dellaert
|
8d5e9fffce
|
comments
|
2010-09-20 20:49:15 +00:00 |
Yong-Dian Jian
|
3a11ec9b6c
|
add interface for vSLAM
|
2010-09-19 18:40:04 +00:00 |
Alex Cunningham
|
14cb0be4af
|
small changes so that SLOW_BUT_CORRECT_EXPMAP compiles
|
2010-09-17 14:53:09 +00:00 |
Richard Roberts
|
fdae3d6f02
|
Fixed wrap unit test testWrap
|
2010-09-16 19:35:46 +00:00 |
Richard Roberts
|
5bda6fbd58
|
Disabled timing printouts
|
2010-09-16 19:35:16 +00:00 |
Richard Roberts
|
e7d5118b39
|
Fix inclusion of Accelerate framework for non-apple compiler on Mac
|
2010-09-16 17:35:53 +00:00 |
Alex Cunningham
|
a10a5a7ee5
|
Commented out failing tests for GaussianISAM2, as this compile error keeps the rest of the tests from running
|
2010-09-16 17:04:55 +00:00 |
Yong-Dian Jian
|
d83409a964
|
fix
|
2010-09-15 17:39:18 +00:00 |
Yong-Dian Jian
|
33130a3300
|
add default constructor for boost serialization
|
2010-09-15 17:38:09 +00:00 |
Frank Dellaert
|
c76e9aa7eb
|
added testFundamental
|
2010-09-13 03:25:27 +00:00 |
Frank Dellaert
|
e45b303f4c
|
fixed bug in dimensions
|
2010-09-13 03:25:07 +00:00 |
Frank Dellaert
|
3fd6d40faf
|
comments and some extra tests
|
2010-09-13 03:24:35 +00:00 |
Michael Kaess
|
45cd8e5772
|
default 10 step relin
|
2010-09-12 23:36:29 +00:00 |
Michael Kaess
|
872ef5fe05
|
added statistics for evaluation, disabled timing
|
2010-09-12 15:43:24 +00:00 |
Michael Kaess
|
64467634e3
|
fixed wildfire/backsubstitution, execution much faster now even with very low threshold
|
2010-09-12 05:14:21 +00:00 |
Michael Kaess
|
4bad086759
|
speedup; cleanup and reordering to get in sync with paper
|
2010-09-11 21:07:37 +00:00 |
Richard Roberts
|
9be2f3c102
|
Removed commented lines
|
2010-09-11 17:09:50 +00:00 |
Richard Roberts
|
55dedc97e3
|
Fixed include paths so that making individual unit tests works again
|
2010-09-11 16:54:50 +00:00 |
Frank Dellaert
|
e5374a55e8
|
New comments, no normalization any more
|
2010-09-11 15:24:06 +00:00 |
Frank Dellaert
|
b913c89749
|
Prototype code to align two triangles using a rigid transform
|
2010-09-11 05:44:59 +00:00 |
Frank Dellaert
|
bfe91d6337
|
align finds Pose2 between *correct* 2D point correspondences
|
2010-09-11 05:29:38 +00:00 |
Frank Dellaert
|
7f25b3f086
|
moved constants header
|
2010-09-11 00:38:49 +00:00 |
Michael Kaess
|
fe0490dc4d
|
cleanup
|
2010-09-10 22:31:40 +00:00 |
Frank Dellaert
|
86edf0cc30
|
unit test for align
|
2010-09-10 22:29:40 +00:00 |
Alex Cunningham
|
91ff99170c
|
Fixed svn:ignore to avoid binary checkins
|
2010-09-10 13:53:39 +00:00 |
Alex Cunningham
|
5650f5af5e
|
Removed binaries and generated files
|
2010-09-10 13:20:01 +00:00 |
Michael Kaess
|
b825655ba6
|
update+relin combined for speed; new backsub/threshold confirmed to yield correct result
|
2010-09-09 23:54:39 +00:00 |
Yong-Dian Jian
|
aca6602a32
|
add CalibratedCamera serialization code
|
2010-09-09 22:37:27 +00:00 |
Alex Cunningham
|
80d61d5f9f
|
Fixed bug to make sure that carmen_readers output poses in the correct frame
|
2010-09-09 19:30:35 +00:00 |
Michael Kaess
|
f8cf500aff
|
bug fix in wildfire alg; more stats
|
2010-09-09 19:17:17 +00:00 |
Kai Ni
|
e3de72bd05
|
fixed timeRot3 compilation error
|
2010-09-08 19:19:14 +00:00 |
Michael Kaess
|
e86c9465bb
|
calculating the number of nonzero entries in R corresponding to the Bayes tree
|
2010-09-06 20:34:59 +00:00 |
Michael Kaess
|
d850e2837c
|
cleanup
|
2010-09-05 18:28:06 +00:00 |
Michael Kaess
|
dacd4b78a1
|
added optional stats code for ICRA figures
|
2010-09-05 04:26:56 +00:00 |
Michael Kaess
|
0c48c7cdf4
|
cleanup, bugfixes, timing
|
2010-09-02 04:23:08 +00:00 |
Michael Kaess
|
1ba97ef62c
|
new algorithm working, still needs cleanup and lookups with improved efficiency
|
2010-09-01 22:53:26 +00:00 |
Alex Cunningham
|
815d892806
|
Added TEST_UNSAFE to avoid exception checking in normal tests, as well as an assert_inequal() evaluation in TestableAssertions.h.
|
2010-08-30 20:54:12 +00:00 |
Alex Cunningham
|
f594ebf562
|
Reworked testSerialization so that it works for geometry and simple planar objects. Currently only tested in boost 1.40, probably doesn't work under boost 1.44
|
2010-08-30 19:16:26 +00:00 |
Alex Cunningham
|
a461680a2b
|
Removed extraneous headers that were causing problems related to boost serialization and added testSerialization with conditional compiling (--enable-serialization). Currently, the test is all commented out, and it should not affect those not using the flag.
|
2010-08-27 15:31:20 +00:00 |
Alex Cunningham
|
d17aef492c
|
Added two example scripts to gtsam from the tutorial, with a single planar example that either contains all typedefs and manually creates the structure, and another that uses planarSLAM.h. Also added a BearingRange helper function to planarSLAM
|
2010-08-26 21:21:15 +00:00 |