Commit Graph

14036 Commits (989552b8ec8738e4aadf45d9534f5ee1c92dab9c)

Author SHA1 Message Date
roderick-koehle e1db2be5bd
Fix type in extression for dyd_dyi 2021-10-28 13:54:38 +02:00
roderick-koehle 8c2ea78b1a
Undo change in scaling function 2021-10-28 13:27:05 +02:00
roderick-koehle 0d01e4844f
Fix missing semicolons 2021-10-28 13:23:18 +02:00
roderick-koehle c0219c1ad0
Numerically stable refactoring of fisheye jacobian 2021-10-28 11:56:42 +02:00
roderick-koehle 91103d5f47
Check numeric stability close to optical axis 2021-10-28 11:20:12 +02:00
roderick-koehle f8444813ae
Merge branch 'borglab:develop' into Fix-Cal3Fisheye-Jacobian 2021-10-28 11:15:17 +02:00
jerredchen c51a1a2309 removed ground truth; set ang in deg and convert to rad for Pose3iSAM2 2021-10-27 22:35:03 -04:00
jerredchen e31beee22b removed ground truth; angles set in deg and converted to rad 2021-10-27 22:33:11 -04:00
Frank Dellaert f50f963e57 Add main 2021-10-27 13:44:54 -04:00
Varun Agrawal 15e57c7ec8 specify optional args as Optional type 2021-10-27 10:03:31 -04:00
Varun Agrawal 755484c579 fix small bug 2021-10-27 10:01:50 -04:00
Varun Agrawal e4a2af5f3f address review comments 2021-10-27 09:58:07 -04:00
Gerry Chen 115852cef7 delete "FIXME" because `compose` unit tests check `AdjointMap` 2021-10-26 03:24:00 -04:00
Gerry Chen f0fc0d4457 much cleaner Adjoint jacobian 2021-10-26 03:18:04 -04:00
Varun Agrawal 4fc9e830ec
Merge pull request #910 from borglab/feature/lie-interpolate-tests 2021-10-26 00:32:11 -04:00
Varun Agrawal 27143fc724 Add tests for Lie::interpolate jacobians 2021-10-25 17:15:18 -04:00
Varun Agrawal 59abf8aebc
Merge pull request #909 from borglab/feature/wrap-update 2021-10-25 17:12:27 -04:00
Varun Agrawal e5866799df
Merge pull request #906 from borglab/fix/unstable-dependency 2021-10-25 17:04:29 -04:00
Varun Agrawal d852c7e79b update CMake 2021-10-25 13:01:58 -04:00
Varun Agrawal c195bb562c Squashed 'wrap/' changes from d6350c214..0ab10c359
0ab10c359 Fix pyparsing version and replace `create_symlinks` with `copy_directory` (#128)
230a3c967 Merge pull request #127 from borglab/feature/template-instantiator
cc7d9a8b4 breakdown template instantiator into smaller submodules
59536220a Merge pull request #126 from borglab/feature/instantiation-tests
7ee715ecc add type info to template_instantiator
b367ed93d tests for InstantiationHelper
e41cfd50e tests for InstantiatedGlobalFunction
1837982a7 tests for InstantiatedClass
a7e3678a3 tests for InstantiatedStaticMethod
da06c53f7 tests for InstantiatedMethod
c645c143c tests for InstantiatedConstructor
b8a046267 tests for InstantiatedDeclaration
af80c9d04 finish all tests for namespace level instantiation
d6085c37a add tests for high level template instantiation
f7ae91346 add docs and utility method
d90abb52b Merge pull request #125 from borglab/feature/templated-static
58cdab20d clean up
247cea727 add helper for multilevel instantiation
761f588e4 update tests
81e5d5d19 update pybind wrapper to use new way
96d1575d8 streamlined way of instantiating template for class methods
1e4e88799 add to_cpp method for Method
485d43138 add the test fixtures
8cb943635 support instantiation of static method templates
84ef6679b add template to static method parser

git-subtree-dir: wrap
git-subtree-split: 0ab10c359a6528def20eddc60aced74a04250419
2021-10-25 12:46:06 -04:00
Varun Agrawal ec406dd6db Merging 'master' into 'wrap' 2021-10-25 12:46:06 -04:00
jerredchen 79f7861f0c made changes according to Frank 2021-10-24 15:34:49 -04:00
Varun Agrawal 901ebd719b
Merge pull request #905 from borglab/feature/vector-values-constructor 2021-10-24 11:37:00 -04:00
Varun Agrawal f06d66df69 update cmake function to set default package version number 2021-10-23 12:45:44 -04:00
Varun Agrawal 48cc70c506 generate GTSAM_UNSTABLE Cmake exports 2021-10-23 12:45:21 -04:00
Varun Agrawal 361f9f4fbd add conjoining constructor for VectorValues 2021-10-23 01:14:27 -04:00
Varun Agrawal c56579c61d
Merge pull request #903 from borglab/feature/python-examples 2021-10-23 01:06:09 -04:00
Varun Agrawal cb0e62b1ad
Merge pull request #899 from borglab/add-pose2-lago-to-wrapper 2021-10-22 22:17:15 -04:00
Varun Agrawal f8f93cab21 add type annotations 2021-10-22 19:28:11 -04:00
John Lambert a93c58abd6
use Point3 instead of artificial vector3 2021-10-22 15:05:37 -04:00
John Lambert d48b7371bb
use Point3 instead of artificial vector3 2021-10-22 15:05:05 -04:00
Varun Agrawal 430530ca54 put all example scripts inside main() functions and apply formatting 2021-10-22 14:40:30 -04:00
roderick-koehle 8df2c70866
Avoid division by zero in jacobian calculation 2021-10-22 19:39:09 +02:00
roderick-koehle 1640f172e6
Test jacobian of Cal3Unified for on-axis point 2021-10-22 19:34:27 +02:00
roderick-koehle 0a1fead551
Test of jacobian of Cal3Fisheye for on-axis point 2021-10-22 19:33:06 +02:00
roderick-koehle 9440ff6cd8
Merge branch 'borglab:develop' into develop 2021-10-22 19:28:33 +02:00
John Lambert 97fee355ee
add missing default arg on useOdometricPath 2021-10-22 09:13:17 -04:00
Varun Agrawal 791c7bdcab
Merge pull request #836 from borglab/fix/566 2021-10-22 08:11:20 -04:00
John Lambert bc68ecb5ab
use unittest framework instead of pytest 2021-10-22 01:18:51 -04:00
Varun Agrawal db88546a0f
Merge pull request #900 from clearpathrobotics/CORE-20522-dangling-reference 2021-10-22 00:10:32 -04:00
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