Commit Graph

14046 Commits (dbe5c0fa81fd097e90b4c40fe2e7c02d97146bcc)

Author SHA1 Message Date
Fan Jiang 7a9d89539c TBB revival 2021-10-21 19:23:44 -04:00
Varun Agrawal b3e8bf2325 fix the included_imu_measurement_count scope 2021-10-21 18:45:57 -04:00
Varun Agrawal 9aa0dbf493 replace static variable with variable of greater scope in cpp example 2021-10-21 18:42:46 -04:00
Varun Agrawal 1e84fd9cc4 refactor the example to make it cleaner 2021-10-21 16:33:32 -04:00
John Lambert 84d291003f
add lago unit test, since lago namespace cannot be imported properly be wrapper 2021-10-21 16:14:44 -04:00
John Lambert 3ce02ba21e
fix typos in python example file 2021-10-21 16:08:33 -04:00
Varun Agrawal 03ac36c8c3 use python f-strings 2021-10-21 15:12:31 -04:00
Varun Agrawal 279c645028 fix type annotation 2021-10-21 15:08:21 -04:00
Varun Agrawal 86ab7d323a Merge branch 'develop' into fix/566 2021-10-21 15:02:33 -04:00
Varun Agrawal 6145466dec add type annotations 2021-10-21 15:02:24 -04:00
John Lambert b9f10cdb15
use nested namespace 2021-10-21 11:04:06 -06:00
John Lambert 769c75c01f
use nested namespace in wrapper from Varun's suggestion 2021-10-21 11:03:29 -06:00
John Lambert c5e24dbae4
add LAGO example to Python 2021-10-21 10:37:00 -04:00
Ivor Wanders 2a9ac7c166 Fix dangling reference in static allocation. 2021-10-21 10:23:32 -04:00
John Lambert 4dbd006d7d
add LAGO (for Pose2) to python wrapper 2021-10-21 10:18:39 -04:00
Frank Dellaert 0a6a6b00b8
Merge pull request #867 from borglab/feature/between-factor-cmake-flag
BetweenFactor Jacobian CMake flag
2021-10-21 08:00:21 -04:00
yetongumich 6eb01aa5ac
Merge pull request #898 from borglab/feature/logmap_expression
Feature/logmap expression
2021-10-20 21:16:34 -04:00
yetongumich 60d7514e15 add logmap expression 2021-10-20 14:27:56 -04:00
yetongumich e0425f3548 add logmap expression 2021-10-20 14:27:42 -04:00
Varun Agrawal 9e032e4511
Merge pull request #893 from borglab/feature/clean-import 2021-10-18 17:43:07 -04:00
Varun Agrawal 21c1945334 address review comments 2021-10-18 12:23:38 -04:00
Varun Agrawal 7793a2ddc1 clean up the __init__ file 2021-10-18 09:16:49 -04:00
Varun Agrawal 108c77b57a use variables to store targets 2021-10-18 08:56:08 -04:00
Gerry Chen 31e5cbb81a address frank review comments 2021-10-16 13:49:04 -04:00
Gerry Chen bc1104c807 Revert "stricter tolerances"
This reverts commit 761987a14c.
2021-10-16 11:20:55 -04:00
Gerry Chen 761987a14c stricter tolerances 2021-10-16 03:37:34 -04:00
Gerry Chen f2ac90d5b9 explicitly define simpified jacobian expressions for efficiency 2021-10-16 03:35:44 -04:00
Gerry Chen 908ba70706 documentation 2021-10-16 03:34:13 -04:00
Gerry Chen 33e16aa7d2 correct jacobians 2021-10-16 01:01:02 -04:00
Fan Jiang aac05f2389 Revert "Revert "replace deprecated tbb functionality""
This reverts commit f819b1a03f.
2021-10-15 14:46:17 -04:00
Fan Jiang 12f32187f1
Merge pull request #892 from borglab/add-axis-angle-stress-test
Add unit tests where angle of (axis,angle) repr. exceeds 180 degrees by <0.5 deg
2021-10-14 14:37:52 -04:00
jerredchen 00c541aca6 adjusted docstrings to match google style guide 2021-10-14 13:42:21 -04:00
Fan Jiang 70b0e95222 Merge remote-tracking branch 'origin/add-axis-angle-stress-test' into add-axis-angle-stress-test 2021-10-13 22:06:02 -04:00
Fan Jiang 462fdb4ff0 Fix again with better approximation 2021-10-13 22:05:23 -04:00
John Lambert 9ec3f791f5
loosen tolerance on trace(R) == -1 2021-10-13 22:03:40 -04:00
John Lambert 80ebd5a63b
Add specific examples to stress-test the log map 2021-10-13 19:41:04 -04:00
Fan Jiang d314fda66b
Merge pull request #887 from borglab/add-failing-axis-angle-test-c++
add failing unit test on axisAngle for Rot3 in c++
2021-10-13 19:22:48 -04:00
Fan Jiang 48cd9794da Fix typo 2021-10-13 13:48:41 -04:00
Fan Jiang 35061ca135 simplify logic of biggest diagonal 2021-10-13 13:46:33 -04:00
jerredchen 47c45c633f Added minor comments for documentation 2021-10-13 11:03:40 -04:00
jerredchen 859c5f8d07 added new Python examples using iSAM2 2021-10-13 00:13:05 -04:00
Varun Agrawal 561037f073 make threshold more lenient 2021-10-12 23:22:37 -04:00
Varun Agrawal 2de623befc add docs explaining why pRw_H_t is the same as Rw_H_R 2021-10-12 21:50:07 -04:00
Varun Agrawal f97e55b85b update proxy functions to use the Adjoint and AdjointTranpose methods 2021-10-12 21:05:18 -04:00
Fan Jiang aa6b432911 Cleanup equation 2021-10-12 20:30:06 -04:00
Fan Jiang dae409373c Revert "Revert "Revert "replace deprecated tbb functionality"""
This reverts commit 21279e6d51.
2021-10-12 19:03:56 -04:00
Fan Jiang 1a97b14138 Fixed numerical problems near +-pi 2021-10-12 19:02:40 -04:00
Varun Agrawal 7c026666f9 Merge branch 'develop' into feature/Pose3AdjointMapJacobians 2021-10-11 18:00:17 -04:00
Fan Jiang 21279e6d51 Revert "Revert "replace deprecated tbb functionality""
This reverts commit f819b1a03f.
2021-10-10 16:20:30 -04:00
Fan Jiang 64bbc79bf6 Add wrapping and tests 2021-10-08 16:06:09 -04:00