jingwuOUO
|
df73414b1c
|
Fixed checkwitheigen testcase failure
|
2020-08-24 23:18:43 -04:00 |
Frank dellaert
|
4dd9ee5f1f
|
Linting and getAnchor wrap
|
2020-08-24 14:40:29 -04:00 |
Varun Agrawal
|
32943df612
|
Merge pull request #365 from borglab/imu-examples
Reworked IMU examples
|
2020-08-24 13:54:39 -04:00 |
alexma3312
|
065896d9ad
|
Merge remote-tracking branch 'upstream/develop' into sim3
|
2020-08-24 09:28:28 -04:00 |
Fan Jiang
|
4c0e87be78
|
Merge pull request #493 from borglab/feature/fix_foreach
Make sure our readme is proper restructuredText
|
2020-08-23 22:52:04 -04:00 |
Fan Jiang
|
b74c053c65
|
Proper method to deal with markdown in setup.py
|
2020-08-23 22:01:49 -04:00 |
Fan Jiang
|
bba3b6772a
|
Remove unnecessary comment
|
2020-08-23 20:54:38 -04:00 |
alexma3312
|
f5c0830b53
|
Change CMakelist file to fix merge conflict.
|
2020-08-23 20:54:08 -04:00 |
alexma3312
|
d2209bff30
|
Merge remote-tracking branch 'upstream/master' into sim3
|
2020-08-23 20:47:09 -04:00 |
alexma3312
|
9890744fab
|
Create AlignGivenR function and refactor code.
|
2020-08-23 20:43:27 -04:00 |
alexma3312
|
9fd5c66a24
|
Add mean function into Point3 class.
|
2020-08-23 20:32:16 -04:00 |
Fan Jiang
|
6eb8b13f6e
|
Make sure our readme is proper restructuredText
|
2020-08-23 20:06:21 -04:00 |
jingwuOUO
|
3beb4df3a2
|
Replace MakeATangentVector with MakeATangentVectorValues
|
2020-08-22 18:18:16 -04:00 |
alexma3312
|
4789cd2682
|
Modify comments and move header file declaration.
|
2020-08-22 15:20:20 -04:00 |
Frank Dellaert
|
02cd45d4b8
|
Merge pull request #492 from borglab/feature/version_bump_4_1
Bump version to 4.1.0
|
2020-08-22 11:40:48 -04:00 |
Fan Jiang
|
09480469ad
|
Bump version to 4.1.0
|
2020-08-21 21:36:15 -04:00 |
alexma3312
|
e3bf43856d
|
Merge remote-tracking branch 'upstream/develop' into sim3
|
2020-08-21 21:13:59 -04:00 |
alexma3312
|
a9dd3ed3c7
|
Add a comment for transformFrom pose.
|
2020-08-21 21:09:36 -04:00 |
alexma3312
|
e00fa5605a
|
create a helper function to remove repeat code.
|
2020-08-21 20:53:52 -04:00 |
alexma3312
|
9a07a61779
|
reformat pose3 declaration.
|
2020-08-21 14:57:29 -04:00 |
alexma3312
|
f5611fbc49
|
Add Compatibility unittest.
|
2020-08-21 14:54:43 -04:00 |
alexma3312
|
e94aae10bf
|
Replace rotAveraging with gtsam::FindKarcherMean.
|
2020-08-21 13:51:21 -04:00 |
Fan Jiang
|
3558ab8727
|
Merge pull request #490 from borglab/feature/tbb_fixes
TBB CI Fixes
|
2020-08-21 13:33:40 -04:00 |
Fan Jiang
|
8e5dbeba57
|
Fix preamble.h
|
2020-08-21 11:57:01 -04:00 |
Fan Jiang
|
7f32553440
|
Merge remote-tracking branch 'origin/develop' into feature/tbb_fixes
|
2020-08-21 11:56:51 -04:00 |
Frank Dellaert
|
69f7a27a7e
|
Merge pull request #483 from borglab/feature/ShonanCLI
Shonan averaging cli in C++ and python
|
2020-08-21 11:46:44 -04:00 |
Varun Agrawal
|
9e1c4fc2fb
|
Merge branch 'develop' into imu-examples
|
2020-08-21 11:25:39 -04:00 |
Fan Jiang
|
056c835cea
|
Fix TBB env not propagated
|
2020-08-21 11:20:36 -04:00 |
Frank dellaert
|
9f345bb703
|
Fixed compilation and removed absolute path.
|
2020-08-21 11:01:28 -04:00 |
Frank dellaert
|
12d8ae2f5f
|
Address review comments
|
2020-08-21 11:01:08 -04:00 |
Fan Jiang
|
f97fdd1cfd
|
Add TBB Python CI to matrix
|
2020-08-21 10:53:08 -04:00 |
Fan Jiang
|
681bfe72f4
|
Fix special builds
|
2020-08-21 10:51:23 -04:00 |
Fan Jiang
|
86763e620c
|
Add TBB test for Python and GTSAM C++
|
2020-08-21 10:43:39 -04:00 |
Fan Jiang
|
4ba494aa3f
|
Cleanup preamble and specialization
|
2020-08-21 10:43:19 -04:00 |
Frank Dellaert
|
30ee2b9409
|
Merge branch 'develop' into feature/ShonanCLI
|
2020-08-21 09:46:04 -04:00 |
Frank Dellaert
|
838c5df471
|
Merge pull request #489 from borglab/feature/remove_point_type
Remove GTSAM_DEFINE_POINTS_TO_VECTORS
|
2020-08-21 09:39:44 -04:00 |
Fan Jiang
|
43816e5cd1
|
Remove GTSAM_DEFINE_POINTS_TO_VECTORS
|
2020-08-21 09:08:34 -04:00 |
Frank dellaert
|
dd9bc7b2a3
|
Remove distinction between Typedef and Point3.
|
2020-08-21 08:49:48 -04:00 |
Frank dellaert
|
9f660f9b98
|
Made 2D and 3D translation recovery work, and added plot
|
2020-08-20 23:26:29 -04:00 |
Frank dellaert
|
af7ced4112
|
Now plots 2D or 3D trajectories (on a 3D plot)
|
2020-08-20 23:25:51 -04:00 |
Frank dellaert
|
84e0bc5351
|
Added more support for Pose2 data
|
2020-08-20 23:25:28 -04:00 |
Frank dellaert
|
3d477f3a38
|
Fixed Point2 and Point3 to have similar behavior as in C++
- to also take vectors
- to be initialized to Nan
|
2020-08-20 18:50:47 -04:00 |
Fan Jiang
|
a350295760
|
Merge pull request #487 from borglab/fix/tbb_python
Fix Python wrapper with TBB on
|
2020-08-20 18:49:12 -04:00 |
Fan Jiang
|
67ddcaf22d
|
Add missing newline
|
2020-08-20 18:17:44 -04:00 |
Fan Jiang
|
fb96e049c4
|
Fix Python wrapper with TBB on
|
2020-08-20 16:58:21 -04:00 |
Frank dellaert
|
a2d5730c30
|
Fixed test
|
2020-08-20 13:22:02 -04:00 |
Fan Jiang
|
60a948aeba
|
Merge pull request #485 from borglab/feature/wrap_update_script
Add script to update the wrap subtree
|
2020-08-20 13:01:41 -04:00 |
alexma3312
|
c80cfe068f
|
Modify the print function print out format.
|
2020-08-20 11:47:46 -04:00 |
Fan Jiang
|
cded12e6c8
|
Add script to update the wrap subtree
|
2020-08-20 10:31:40 -04:00 |
Varun Agrawal
|
77a6ed4320
|
Merge pull request #481 from borglab/feature/special-ci
CI For Special Cases
|
2020-08-20 09:10:58 -04:00 |