Alex Cunningham
|
e57b569531
|
More descriptive error message when accessing a key that is not present - now tells what the key was
|
2012-05-24 02:55:39 +00:00 |
Richard Roberts
|
90717dd583
|
Tweaking build settings for visual studio
|
2012-05-23 21:23:32 +00:00 |
Richard Roberts
|
ac150043bd
|
Fixed wrap under windows
|
2012-05-23 21:23:27 +00:00 |
Richard Roberts
|
6e2312294c
|
Added computeInformation function to GaussianFactor to properly compute information matrix including noise models, and using it to fix bug in Marginals where noise model was not being accounted for (only affects when hard constraints are used)
|
2012-05-23 20:56:22 +00:00 |
Richard Roberts
|
5a3316af9e
|
Tweaked more build settings for visual studio
|
2012-05-23 20:56:19 +00:00 |
Richard Roberts
|
bcfe39f4ae
|
Merge remote-tracking branch 'svn/trunk' into windows
Conflicts:
gtsam/nonlinear/Marginals.h
|
2012-05-23 18:55:18 +00:00 |
Richard Roberts
|
c2c9c4a982
|
Almost everything compiles and passes in windows
|
2012-05-23 18:51:49 +00:00 |
Richard Roberts
|
7cdd8e19da
|
Tweaking build scripts for visual studio
|
2012-05-23 18:51:42 +00:00 |
Richard Roberts
|
edc4ffa683
|
Fixed missing copy constructor and assignment operators in Marginals
|
2012-05-23 18:51:39 +00:00 |
bpeasle
|
3264bd5a39
|
Reverted testOccupancyGrid.cpp back so that it does not break make check.
|
2012-05-23 15:57:12 +00:00 |
Frank Dellaert
|
69e8923690
|
Plot covariance ellipses in MATLAB
|
2012-05-23 12:35:48 +00:00 |
Richard Roberts
|
510e2eacac
|
More progress in compiling on windows
|
2012-05-22 22:52:17 +00:00 |
Richard Roberts
|
25a53815e0
|
Initial changes to compile on windows
|
2012-05-22 22:52:08 +00:00 |
Richard Roberts
|
2060f1dd22
|
Initial changes to compile on windows
|
2012-05-22 20:37:13 +00:00 |
Richard Roberts
|
7fc7bd8f4d
|
Created branch /branches/windows from /trunk:10699
|
2012-05-22 20:37:09 +00:00 |
Frank Dellaert
|
8a69bb8bcb
|
Added marginals in MATLAB, but had to fix a bug in converting from 64 bit ints to size_t. This begs the question what happens on 32-bit machines with Symbols.
|
2012-05-22 19:01:40 +00:00 |
Frank Dellaert
|
382e3311fd
|
test new key() method
|
2012-05-22 17:58:50 +00:00 |
Frank Dellaert
|
9394ede66b
|
Added print, moved instance variables
|
2012-05-22 17:58:27 +00:00 |
Frank Dellaert
|
67892e59e0
|
fixed print/headers
|
2012-05-22 17:58:03 +00:00 |
Frank Dellaert
|
69e91e32b6
|
Fixed some test targets
|
2012-05-22 17:57:30 +00:00 |
Alex Cunningham
|
c3ca8175e9
|
removed old SPCG test
|
2012-05-22 15:05:15 +00:00 |
Frank Dellaert
|
11e844470c
|
marginals fail with pose constraint...
|
2012-05-22 14:50:10 +00:00 |
Frank Dellaert
|
3baa6c6e04
|
Added marginals function (could move to superclass?)
|
2012-05-22 12:31:59 +00:00 |
Frank Dellaert
|
5145018053
|
Fixed some test targets
|
2012-05-22 12:28:17 +00:00 |
Frank Dellaert
|
18e23c20df
|
Added missing header
|
2012-05-22 12:27:34 +00:00 |
Frank Dellaert
|
10456a153c
|
More complex Pose2SLAM example, synced up with manual (in progress)
|
2012-05-22 04:31:05 +00:00 |
Frank Dellaert
|
9caf04dccd
|
addConstraint
|
2012-05-22 04:30:30 +00:00 |
Richard Roberts
|
a164a66b77
|
In progress with cmake config files
|
2012-05-21 23:38:25 +00:00 |
Richard Roberts
|
1bcb3966f3
|
Created branch /branches/cmake_config_files from /trunk:10643
|
2012-05-21 23:38:22 +00:00 |
Andrew Melim
|
6be07e33bf
|
Dependency checking requires class definitions for all gtsam classes used in arguments of wrapped objects
|
2012-05-21 22:32:40 +00:00 |
Frank Dellaert
|
d00febb7a9
|
Added (commented out) marginals class
|
2012-05-21 21:53:56 +00:00 |
Frank Dellaert
|
3e9ceda062
|
Sync with C++ example
|
2012-05-21 21:53:26 +00:00 |
Frank Dellaert
|
399a81911e
|
Fixed optimizer/marginals confusion
|
2012-05-21 21:52:50 +00:00 |
Alex Cunningham
|
2bd7a0ed43
|
Added generic re-key function to nonlinear factor
|
2012-05-21 20:54:42 +00:00 |
Alex Cunningham
|
54f6f3629c
|
Added clone() functionality to nonlinear factors
|
2012-05-21 20:54:40 +00:00 |
Alex Cunningham
|
75673e28f1
|
Disabled unstable discrete examples bacause they don't build currently
|
2012-05-21 20:21:09 +00:00 |
Alex Cunningham
|
b66dc3586d
|
Small change to merge in compatibility patch
|
2012-05-21 19:44:25 +00:00 |
Alex Cunningham
|
9dfc765696
|
Disabling broken tests in gtsam_unstable/discrete by excluding from build
|
2012-05-21 19:44:24 +00:00 |
bpeasle
|
d4a70b66d9
|
Added code to run MCMC with real data.
|
2012-05-21 19:06:26 +00:00 |
Frank Dellaert
|
8938c659b6
|
removed broken definitions
|
2012-05-21 17:57:50 +00:00 |
Frank Dellaert
|
5a397f0c25
|
Second localization example, with GPS-like factors
|
2012-05-21 05:18:06 +00:00 |
Frank Dellaert
|
861d1d7dbd
|
Fixed small formatting glitches
|
2012-05-21 05:17:35 +00:00 |
Frank Dellaert
|
7a28e6d5cb
|
marginals
|
2012-05-20 22:02:11 +00:00 |
Frank Dellaert
|
00c56b0d0a
|
Fixed small formatting glitches
|
2012-05-20 20:32:16 +00:00 |
Frank Dellaert
|
33de8d6c00
|
Print with less precision
|
2012-05-20 20:31:56 +00:00 |
Frank Dellaert
|
edb9c17962
|
Cleaned up planar SLAM example and created new Localization example
|
2012-05-20 20:31:33 +00:00 |
Alex Cunningham
|
8af4581139
|
Making GTSAM_BUILD_EXAMPLES flag affect unstable examples
|
2012-05-20 17:38:46 +00:00 |
Frank Dellaert
|
fd80a9da90
|
const correctness, moved optimizer to cpp
|
2012-05-20 17:31:55 +00:00 |
Frank Dellaert
|
272734fab7
|
Information about XCode version 4.3
|
2012-05-20 16:53:07 +00:00 |
Alex Cunningham
|
720ff3ac82
|
Added a flag to optionally remove examples from "all" target
|
2012-05-19 02:21:21 +00:00 |