Alex Cunningham
|
3a9b647b8f
|
Updated expected wrap values
|
2012-06-06 12:03:49 +00:00 |
Duy-Nguyen Ta
|
64beba42e4
|
wrapping SimpleCamera::lookat and visualSLAM's ISAM to MATLAB
|
2012-06-06 09:42:27 +00:00 |
Duy-Nguyen Ta
|
3e36890fd1
|
VisualISAMExample in MATLAB. Doesn't look quite right...
|
2012-06-06 09:41:06 +00:00 |
Duy-Nguyen Ta
|
bb89cdda76
|
axisLength for plotting Pose2 in MATLAB
|
2012-06-06 09:40:24 +00:00 |
Duy-Nguyen Ta
|
3a28baf3c8
|
simplify VisualSLAMExample code in MATLAB
|
2012-06-06 09:39:55 +00:00 |
Duy-Nguyen Ta
|
a8ffa407ae
|
remove noise sampler in visualSLAM examples
|
2012-06-06 09:36:10 +00:00 |
Duy-Nguyen Ta
|
8037c44b17
|
fix CMakeLists to generate correct paths to gtsam lib for MEX, both in command line and make_gtsam.m
|
2012-06-06 09:35:19 +00:00 |
Duy-Nguyen Ta
|
092093444c
|
lookat: a convenient function to set up camera pose
|
2012-06-06 09:33:03 +00:00 |
Duy-Nguyen Ta
|
5256130afd
|
support adding odometry factor to visualSLAM graph and add NonlinearISAM to visualSLAM namespace for uses in MATLAB
|
2012-06-06 09:31:18 +00:00 |
Yong-Dian Jian
|
0e4f2b414c
|
fix iterative parameters
|
2012-06-06 05:17:39 +00:00 |
Frank Dellaert
|
0f079b70f2
|
Disabled two examples until timing fixed
|
2012-06-06 04:29:14 +00:00 |
Frank Dellaert
|
76a1ae0102
|
Fixed emit of comment string
|
2012-06-06 04:28:50 +00:00 |
Frank Dellaert
|
cdd5ba2517
|
removed duplicate method
|
2012-06-06 04:28:13 +00:00 |
Abhijit Kundu
|
59960a8d14
|
Changes to Discrete Examples
|
2012-06-06 03:25:56 +00:00 |
Abhijit Kundu
|
3768efd7d3
|
Adding DiscreteMarginals test
|
2012-06-06 03:14:30 +00:00 |
Abhijit Kundu
|
c31ef559f8
|
Merging all Discrete changes
|
2012-06-06 03:10:13 +00:00 |
Duy-Nguyen Ta
|
e6a0663540
|
rotate and color 3D covariance ellipses for visual SLAM example with Frank
|
2012-06-05 23:51:12 +00:00 |
Richard Roberts
|
5d8f287e6e
|
Added comment explaining disabled new boost timers
|
2012-06-05 21:56:19 +00:00 |
Richard Roberts
|
82e3d23230
|
Always using old boost timers to avoid boost system dependency
|
2012-06-05 21:50:49 +00:00 |
Richard Roberts
|
d83c4c390c
|
Added non-const constructor from filtered
|
2012-06-05 21:31:27 +00:00 |
Richard Roberts
|
c2fe87fdc4
|
Fallback on old boost timers
|
2012-06-05 21:30:42 +00:00 |
Richard Roberts
|
5fc823c3af
|
Fixed gtsam linking with unnecessary boost libraries that caused undefined symbol in matlab
|
2012-06-05 21:30:38 +00:00 |
Richard Roberts
|
8d2c99b2cf
|
Fixed gtsam linking with unnecessary boost libraries that caused undefined symbol in matlab (reverse-merged from commit b8cea352c107b3528e7a9313690c4fe006128a4b)
|
2012-06-05 20:11:21 +00:00 |
Richard Roberts
|
ecbe2ee12e
|
Fixed gtsam linking with unnecessary boost libraries that caused undefined symbol in matlab
|
2012-06-05 20:05:44 +00:00 |
Richard Roberts
|
c5a406578a
|
Typo
|
2012-06-05 20:04:41 +00:00 |
Richard Roberts
|
3cc739cc07
|
Fixed link path in make_gtsam
|
2012-06-05 20:03:33 +00:00 |
Richard Roberts
|
dacff98f9f
|
Using boost timer instead of chrono to support older boost versions
|
2012-06-05 20:03:31 +00:00 |
Richard Roberts
|
1b5b4d494e
|
Simplified Values code by moving internal implementation to inline header file
|
2012-06-05 20:03:27 +00:00 |
Summit Patel
|
5bcb0de588
|
Fixed doxygen warnings.
|
2012-06-05 19:54:14 +00:00 |
Alex Cunningham
|
00b6f177d2
|
Removing unnecessary boost dependencies - may need more fixing
|
2012-06-05 19:25:31 +00:00 |
Alex Cunningham
|
575fcb999b
|
Fixed missing include
|
2012-06-05 18:15:53 +00:00 |
Alex Cunningham
|
ad3b431c4d
|
Moved building of wrap libraries to a cmake macro and moved install for matlab components to the appropriate folder
|
2012-06-05 18:05:00 +00:00 |
Chris Beall
|
1241bf383a
|
stereo VO Matlab example and data
|
2012-06-05 17:54:29 +00:00 |
Chris Beall
|
7fdf3ef1bb
|
wrapped visualSLAM helper functions
|
2012-06-05 17:27:40 +00:00 |
Alex Cunningham
|
02ce40546f
|
Changed names of cmake flags to be more intuitive, fixed include/library path issues for building the mex binaries
|
2012-06-05 17:20:19 +00:00 |
Alex Cunningham
|
cc79d3d524
|
Updated documentation for PartialPriorFactor - needs to have implementation switched to only requiring manifold/group operations, rather than Lie
|
2012-06-05 17:20:18 +00:00 |
Chris Beall
|
e01a320efa
|
Matlab convenience function for plotting points
|
2012-06-05 16:24:04 +00:00 |
Chris Beall
|
f13b3049a8
|
added Matlab convenience functions
|
2012-06-05 15:49:15 +00:00 |
Richard Roberts
|
fd592dd689
|
Reverted using boost chrono because chrono is not available on boost <1.47
|
2012-06-05 15:18:44 +00:00 |
Richard Roberts
|
bef45d5b7b
|
Merged from branch 'branches/windows'
|
2012-06-05 14:09:58 +00:00 |
Frank Dellaert
|
7b48e56d56
|
Plot marginals, sample
|
2012-06-05 13:29:26 +00:00 |
Frank Dellaert
|
10d6157d1d
|
formatting/naming only
|
2012-06-05 13:29:04 +00:00 |
Frank Dellaert
|
0d2873fd20
|
update
|
2012-06-05 13:27:43 +00:00 |
Richard Roberts
|
90578e2532
|
Merge remote-tracking branch 'svn/trunk' into windows
Conflicts:
gtsam.h
wrap/CMakeLists.txt
|
2012-06-05 13:11:34 +00:00 |
Duy-Nguyen Ta
|
d9100aadb7
|
wrap SimpleCamera, and support Point2 constructor from Vector
|
2012-06-05 05:15:56 +00:00 |
Duy-Nguyen Ta
|
715d663e4f
|
VisualSLAM matlab example
|
2012-06-05 05:15:26 +00:00 |
Frank Dellaert
|
22e71e4374
|
Doxygen comments
|
2012-06-05 05:08:56 +00:00 |
Duy-Nguyen Ta
|
76a9e651cb
|
minor variable renaming
|
2012-06-05 04:10:13 +00:00 |
Duy-Nguyen Ta
|
c1d35ac486
|
remove "const" for arguments with type double
|
2012-06-05 04:08:51 +00:00 |
Frank Dellaert
|
1312badda4
|
commented out shadowing functions
|
2012-06-05 04:02:00 +00:00 |