dellaert
|
6d16ebf68d
|
Moved from Vector3/LieVector to Point3. I have mixed feelings about this. Wondering (again) whether Point3 ought to *be* a Vector3 after all.
|
2014-02-01 09:31:22 -05:00 |
indelman
|
b3a0802c93
|
Removed typename in shared_ptr declaration.
|
2014-02-01 09:28:04 -05:00 |
dellaert
|
d555c017d6
|
Fixed comments
|
2014-02-01 09:00:36 -05:00 |
dellaert
|
419de466c0
|
Moved to header
|
2014-02-01 00:51:52 -05:00 |
dellaert
|
f6731fe559
|
More efficient derivative
|
2014-02-01 00:50:03 -05:00 |
dellaert
|
f6a733fb3e
|
Prototype MagFactor
|
2014-02-01 00:37:03 -05:00 |
Frank Dellaert
|
828e07df08
|
README.md edited online with Bitbucket
|
2014-01-30 20:37:58 +00:00 |
Frank Dellaert
|
50cb432082
|
README.md edited online with Bitbucket
|
2014-01-30 20:20:52 +00:00 |
Richard Roberts
|
d3128e93f3
|
Added markdown links to README.md
|
2014-01-30 15:13:13 -05:00 |
Richard Roberts
|
ed40c0d94a
|
Merge branch 'feature/cmake-shared-static'
|
2014-01-30 14:44:47 -05:00 |
Richard Roberts
|
4baa3763bc
|
Final cleanup of text files - README.md, LICENSE*, USAGE, and INSTALL.
|
2014-01-30 14:42:23 -05:00 |
Richard Roberts
|
4b8c17ec77
|
Changed target name to 'gtsam' instead of 'gtsam-shared' and 'gtsam-static'. Modified CMake options to only allow building either static or shared, but not both. Enabled GTSAM_BUILD_TYPE_POSTFIXES by default on all platforms.
|
2014-01-30 14:41:25 -05:00 |
dellaert
|
fd6eb2b129
|
Added MagFactor that solves for rotation, now called 1,2,3, with respectively 1,2,3 arguments to factor.
|
2014-01-30 00:58:15 -05:00 |
dellaert
|
2a637e77a7
|
gtsam namespace
|
2014-01-29 21:25:33 -05:00 |
dellaert
|
46c266f8e5
|
Header file
|
2014-01-29 21:22:00 -05:00 |
dellaert
|
2775bb9381
|
MagFactor scaffold
|
2014-01-29 21:16:43 -05:00 |
dellaert
|
326876fe9d
|
Fixed dimension of noise model; caught by @atrevor
|
2014-01-29 16:50:16 -05:00 |
dellaert
|
8fbab3bde8
|
Changed API slightly and made very clear what is measurement (typically in nav frame) and what is reference direction (typically in body frame)
|
2014-01-29 13:34:52 -05:00 |
Frank Dellaert
|
7049e83593
|
Just reading over both factors, whitespace changes only
|
2014-01-29 00:38:41 -05:00 |
dellaert
|
19ed8b93b4
|
Merge branch 'feature/2.4.0/AttitudeFactor'
|
2014-01-28 20:14:13 -05:00 |
dellaert
|
344ef7801e
|
New AttitudeFactor is useful for aiding with an accelerometer
|
2014-01-28 19:43:44 -05:00 |
dellaert
|
ff83094b5c
|
EXPECT not CHECK
|
2014-01-28 19:43:19 -05:00 |
Andrew Melim
|
1d9aa38a62
|
Move partition over
|
2014-01-28 19:38:28 -05:00 |
Andrew Melim
|
a6ff1eb9ec
|
Merged develop into feature/partition
|
2014-01-28 18:35:46 -05:00 |
dellaert
|
40f1858fd8
|
Fixed some things in GPSFactor
|
2014-01-28 16:24:59 -05:00 |
dellaert
|
6bda38583f
|
EstimateState
Also, some more comments, and cpp file
|
2014-01-28 15:46:18 -05:00 |
Richard Roberts
|
29ae7226bc
|
Adding imuSimulator directory from old branch for new imu factors
|
2014-01-28 12:19:25 -05:00 |
Luca
|
7bf0d8ebf1
|
commented functionality - not working yet
|
2014-01-27 22:56:21 -05:00 |
Luca
|
c9a8ad0ac6
|
Merge remote-tracking branch 'origin/develop' into feature/LevenbergMarquardt
|
2014-01-27 22:23:11 -05:00 |
Luca
|
2a3575fcbc
|
added measure of fit between original and linearized model in LM
|
2014-01-27 22:02:02 -05:00 |
Luca
|
fe55148dd7
|
deleted redundant files for imu factors
|
2014-01-27 17:38:01 -05:00 |
Richard Roberts
|
8cc58686a1
|
Merged in support/noMoreVector_ (pull request #4)
Dangerous constructors fixed
|
2014-01-27 16:30:52 -05:00 |
jing
|
ca0a355498
|
merge in changes in develop branch recently
|
2014-01-27 16:29:17 -05:00 |
jing
|
a2c3b8e083
|
remove changes in gtsam/linear/NoiseModel.cpp to fix unit test failures
|
2014-01-27 15:13:37 -05:00 |
Richard Roberts
|
f38b599a8e
|
Merged in feature/merge-2.4 (pull request #5)
Merge in changes from 2.4 release branch
|
2014-01-27 11:41:43 -05:00 |
Luca
|
7656ce8b05
|
added lower bound for lambda
|
2014-01-27 10:29:20 -05:00 |
dellaert
|
16071f5360
|
Fixed Jacobians
|
2014-01-25 21:20:18 -05:00 |
dellaert
|
f924c21c19
|
Added test for Jacobian
|
2014-01-25 21:11:37 -05:00 |
dellaert
|
c06ecb4f49
|
Merge branch 'origin/release/2.4.0'
|
2014-01-25 20:51:00 -05:00 |
dellaert
|
4bd6bc9f5f
|
Merge branch 'origin/feature/2.4.0/GeographicLib'
|
2014-01-25 20:47:01 -05:00 |
dellaert
|
60f0c4e51f
|
Tested local ENU coordinates
|
2014-01-25 20:32:22 -05:00 |
dellaert
|
94e045e864
|
Convert to UTM
|
2014-01-25 19:45:10 -05:00 |
dellaert
|
32455c3817
|
Geocentric coordinates test
|
2014-01-25 19:28:55 -05:00 |
dellaert
|
088d85d8ba
|
Now links properly
|
2014-01-25 19:28:37 -05:00 |
dellaert
|
73b3748bc6
|
enu coordinates
|
2014-01-25 18:57:10 -05:00 |
dellaert
|
bcb13ec4e6
|
Expected result
|
2014-01-25 18:28:45 -05:00 |
dellaert
|
ee018ecbee
|
Added unit test scaffold, but no idea how to link
|
2014-01-25 18:22:23 -05:00 |
dellaert
|
ddaf473e28
|
Added GeographicLib in 3rdparty
|
2014-01-25 15:38:59 -05:00 |
dellaert
|
837085e5d4
|
Merge branch 'origin/release/2.4.0'
|
2014-01-25 11:45:59 -05:00 |
dellaert
|
d3a61a9bb6
|
Merge branch 'support/2.4.0/mergeDevelop'
|
2014-01-25 11:10:24 -05:00 |