Alex Cunningham
|
a025b377ec
|
Added full Values interface
|
2012-08-07 18:21:35 +00:00 |
Alex Cunningham
|
3838fd5508
|
Added push_bach() to NonlinearFactorGraph with full graph argument
|
2012-08-07 17:19:06 +00:00 |
Richard Roberts
|
1565833c2c
|
More consistent order of private/protected/public - typedefs, private/protected variables, public interface, private/protected functions
|
2012-08-06 21:42:26 +00:00 |
Richard Roberts
|
900f30547f
|
Minor Cal3DS2 optimizations and default 3rd and 4th distortion coeffecients
|
2012-08-06 18:42:56 +00:00 |
Richard Roberts
|
7c1f7d3d21
|
Resolved ambiguous call on windows
|
2012-08-06 18:42:54 +00:00 |
Frank Dellaert
|
ee87b51a9f
|
small changes
|
2012-08-06 13:12:03 +00:00 |
Stephen Williams
|
b57b2df313
|
Added a C++ function for matlab to insert multiple projection factors from a single frame.
|
2012-08-05 23:52:47 +00:00 |
Frank Dellaert
|
695523a497
|
Fixed "import gtsam.*" gluttony
|
2012-08-05 19:31:27 +00:00 |
Frank Dellaert
|
abdf46d494
|
Synchronizing C++ and MATLAB example again. Please coordinate with me before changing the values in the examples: changing them generates work in the manual and in the MATLAB examples.
|
2012-08-05 18:44:36 +00:00 |
Frank Dellaert
|
f70af2ef38
|
Fixed up examples to be a bit less verbose and match up with the manual again.
|
2012-08-05 16:59:14 +00:00 |
Frank Dellaert
|
93f995065f
|
Aligned example with manual, fixed example make targets
|
2012-08-04 21:56:21 +00:00 |
Frank Dellaert
|
6596aec1ab
|
Added print for LMOptimizer
|
2012-08-04 20:32:23 +00:00 |
Frank Dellaert
|
297fbfa1a5
|
Odometry example was deliberately not using Symbols... Fixed...
|
2012-08-04 20:18:42 +00:00 |
Frank Dellaert
|
821c08844c
|
Printing fix
|
2012-08-04 20:18:06 +00:00 |
Alex Cunningham
|
c5b2f6361a
|
Removed EasyFactorGraph as it is no longer necessary
|
2012-08-04 20:14:12 +00:00 |
Frank Dellaert
|
5629b07fd6
|
Fixed print issue
|
2012-08-04 19:49:10 +00:00 |
Alex Cunningham
|
83a853f6f1
|
Removed use of EasyFactorGraph
|
2012-08-04 19:48:52 +00:00 |
Frank Dellaert
|
e9de9f3242
|
Moved private/protected back to front of classes. Added print.
|
2012-08-04 19:46:47 +00:00 |
Richard Roberts
|
f080d34dc0
|
Merged from branch 'branches/remove_slam_namespaces' into 'trunk'
|
2012-08-04 16:46:22 +00:00 |
Richard Roberts
|
6f0c0fc7c5
|
Merged from branch 'trunk'
|
2012-08-03 21:09:59 +00:00 |
Richard Roberts
|
061b6ddc08
|
Moved all in gtsam_utils to gtsam namespace
|
2012-08-03 21:02:45 +00:00 |
Richard Roberts
|
84924ad663
|
Removed remaining reference to slam namespace headers
|
2012-08-03 21:02:39 +00:00 |
Richard Roberts
|
d93aac12d0
|
Fixed ambiguous sqrt/atan errors
|
2012-08-03 21:02:37 +00:00 |
Richard Roberts
|
711b28ae01
|
Merge remote-tracking branch 'svn/trunk' into remove_slam_namespaces
Conflicts:
matlab/examples/Pose2SLAMExample_graph.m
|
2012-08-03 21:02:27 +00:00 |
Alex Cunningham
|
a9864dab23
|
Wrapped ISAM1
|
2012-08-03 20:23:08 +00:00 |
Alex Cunningham
|
73d64d04a8
|
Removed unused make targets, changed wrap structure for PosePartialPriors
|
2012-08-03 19:49:26 +00:00 |
Stephen Williams
|
f39bad0d13
|
When erasing cached shortcut conditionals in the Bayes Tree, only erase the chains of shortcuts that exist instead of the whole tree.
|
2012-08-03 19:05:48 +00:00 |
Alex Cunningham
|
b211c1070d
|
Rearranged the inverse depth factor/camera, created a gtsam_unstable/geometry folder - run cmake to find the new/moved files
|
2012-08-02 20:47:16 +00:00 |
Alex Cunningham
|
4c836c6e3a
|
Wrapped Pose[Translation|Rotation]Factor
|
2012-08-02 19:57:10 +00:00 |
Chris Beall
|
93d9023a61
|
added InverseDepth factor based on Montiel/Civera's paramaterization. MOntiel06rss, Civera08tro
|
2012-08-02 19:27:36 +00:00 |
Alex Cunningham
|
55adfb2082
|
Added another constructor for Cal3_S2
|
2012-08-02 18:55:35 +00:00 |
Stephen Williams
|
cf0c5bde3a
|
Changed helper function signature to match the actual variables used in the function call
|
2012-08-02 18:41:07 +00:00 |
Stephen Williams
|
1a8dc9bdcc
|
Only execute the RemoveVariables code in iSAM2 if there actually are variables to remove.
|
2012-08-01 21:31:19 +00:00 |
Stephen Williams
|
98aa3b0627
|
In BayesTree, return a const reference to the 'nodes' structure, instead of a copy
|
2012-08-01 21:07:50 +00:00 |
Stephen Williams
|
483e2ec959
|
Converted VariableIndex to use a deque instead of a vector. The deque performs incremental memory allocation, resulting in a significant speed improvement in iSAM2.
|
2012-08-01 13:42:38 +00:00 |
Stephen Williams
|
fd4f11d21e
|
Wrapped per-variable thresholds for iSAM2
|
2012-07-30 21:19:24 +00:00 |
Kyel Ok
|
305ab998fc
|
wrapped dist() for Point2
|
2012-07-30 20:16:54 +00:00 |
Richard Roberts
|
da1a732eff
|
Merged duplicate Pose2SLAMExample_graph.m examples in different directories
|
2012-07-30 18:34:50 +00:00 |
Richard Roberts
|
a13ef97987
|
Wrapped default-argument versions of load2D
|
2012-07-30 18:34:47 +00:00 |
Stephen Williams
|
47f92ccdf2
|
Added matlab.h, a temporary file holding special namespace functions. These need to be reviewed and a permanent home found.
|
2012-07-30 15:40:58 +00:00 |
Stephen Williams
|
15cfa7e702
|
Remove namespace files
|
2012-07-30 15:38:58 +00:00 |
Stephen Williams
|
094d395238
|
Removed SLAM namespaces from testStereoFactor
|
2012-07-30 15:35:19 +00:00 |
Stephen Williams
|
c49a2e5933
|
Removed SLAM namespaces from testProjectionFactor
|
2012-07-30 15:34:42 +00:00 |
Stephen Williams
|
4cf6f10458
|
Removed SLAM namespace from testAntiFactor
|
2012-07-30 15:34:18 +00:00 |
Stephen Williams
|
08c72e2a8d
|
Updated Pose2SLAMExample_graph to remove SLAM namespaces
|
2012-07-30 14:59:18 +00:00 |
Frank Dellaert
|
25ffc8adda
|
Moved to CitySLAM
|
2012-07-28 17:04:20 +00:00 |
Richard Roberts
|
32f9ea526d
|
Removed dataset function from gtsam (moved to CitySLAM, see previous commit)
|
2012-07-28 16:01:49 +00:00 |
Richard Roberts
|
d95ca7857b
|
Updated wrap unit tests
|
2012-07-27 19:16:00 +00:00 |
Richard Roberts
|
af48d086ed
|
Fixed missing renames
|
2012-07-27 19:15:58 +00:00 |
Richard Roberts
|
9d2a3bf14e
|
Finished denamespacing and reorganizing matlab code
|
2012-07-27 19:02:11 +00:00 |