Commit Graph

13274 Commits (bce9050672ddf73e15a2b32e83074084f534a21c)

Author SHA1 Message Date
Milo Knowles 075293cf83 Three examples of failing PartialPriorFactor<Pose3> Jacobians 2021-03-20 17:44:03 -04:00
lcarlone 2dc908c986 working on new sym matrix 2021-03-19 23:09:26 -04:00
Jose Luis Blanco-Claraco 74e4fc392c
Merge pull request #716 from borglab/fix-verbosityLMTranslator
fix missing verbosityLMTranslator case
2021-03-19 01:40:56 +01:00
Varun Agrawal 9dbb47fced Merge branch 'develop' into fix-verbosityLMTranslator 2021-03-18 16:19:24 -04:00
Varun Agrawal 8fcfb4fe30
Merge pull request #720 from borglab/fix/717 2021-03-18 16:14:34 -04:00
Varun Agrawal 7c0434c6da explicitly add python version 2021-03-18 10:45:46 -04:00
Varun Agrawal a04b064fb1 temporarily added required check 2021-03-18 10:34:52 -04:00
Varun Agrawal 6a35fedd29 Fix CI with separate boost install
Github Actions no longer supports boost, so we install it separately.
Also turned off some checks since the wrapper causes an OOM exception.
2021-03-18 10:27:18 -04:00
Varun Agrawal 9e3813a4c0
Merge pull request #719 from borglab/fix/sim3
Fix the Similarity3 export declarations and wrapper
2021-03-17 22:56:56 -04:00
Varun Agrawal 4bf353031f fix the Similarity3 export declarations and wrapper 2021-03-17 20:22:54 -04:00
Jose Luis Blanco Claraco 43078f7cb8
fix missing verbosityLMTranslator case 2021-03-17 04:29:54 +01:00
lcarlone 6d118da82d still segfaults 2021-03-14 22:43:53 -04:00
Varun Agrawal 436c8fa436
Merge pull request #711 from borglab/feature/matlab-wrap 2021-03-14 11:13:44 -04:00
lcarlone e571d2c188 debugging jacobians 2021-03-13 23:49:33 -05:00
lcarlone 2132778edc pipeline up and running, need to fix Jacobians next, then Schur complement 2021-03-13 22:34:37 -05:00
lcarlone dbc10ff227 isolated schur complement! 2021-03-13 21:51:39 -05:00
Varun Agrawal 1f60a7ea84 undo ignore updates, all tests now pass 2021-03-13 19:40:33 -05:00
lcarlone 0161047427 trying to figure out jacobians 2021-03-13 19:19:12 -05:00
Varun Agrawal a30574fdff Squashed 'wrap/' changes from 91f3835a8..aae9b4605
aae9b4605 Merge pull request #40 from borglab/fix/instantiation-capital
dc8c67843 fix template instantiation capitalization

git-subtree-dir: wrap
git-subtree-split: aae9b4605b1a95fd0165f8ec3fede1fb7ffcb9c1
2021-03-13 18:56:36 -05:00
Varun Agrawal 7e5a8b2496 Merging 'master' into 'wrap' 2021-03-13 18:56:36 -05:00
Varun Agrawal ec48b14d70 Squashed 'wrap/' changes from d19cda546..91f3835a8
91f3835a8 Merge pull request #39 from borglab/fix/deepcopy
b64e01744 don't remove underscore for instantiations
80c060b52 monkey patch deepcopy issue in pyparsing

git-subtree-dir: wrap
git-subtree-split: 91f3835a8a69919ccb67435c567803f162faeac7
2021-03-13 18:31:10 -05:00
Varun Agrawal dbbcbfb3aa Merging 'master' into 'wrap' 2021-03-13 18:31:10 -05:00
Varun Agrawal 4af355b0eb make ignore list consistent across Python and Matlab 2021-03-13 18:30:31 -05:00
Varun Agrawal 1618218cff fix holder_type typo 2021-03-13 18:30:12 -05:00
lcarlone 8a37a86441 test failure: now we can start computing jacobians 2021-03-13 18:12:12 -05:00
lcarlone c1da490c2d got it! 2021-03-13 18:10:03 -05:00
lcarlone 0194e3df94 fixed unit test 2021-03-13 17:55:24 -05:00
lcarlone f234ad516e moving to noisy tests 2021-03-13 17:49:08 -05:00
lcarlone f0b5b244ad moving to other tests 2021-03-13 17:40:53 -05:00
lcarlone 0c50c963a1 error computation also looks fine! 2021-03-13 17:36:53 -05:00
lcarlone c965ce6be0 fixed equals 2021-03-13 17:20:39 -05:00
lcarlone 266d8248d0 simple tests are passing, but now we start on the serious ones 2021-03-13 14:03:10 -05:00
lcarlone 273d2da567 compiles and all tests pass!! 2021-03-13 13:54:23 -05:00
lcarlone f84e1750ea done factor! 2021-03-13 13:50:47 -05:00
lcarlone bc8866bd9e created .h 2021-03-13 13:21:43 -05:00
lcarlone f7a84ff9f3 added test 2021-03-13 12:46:18 -05:00
Varun Agrawal 6016a2d764 Move wrapper documentation to the wrap project 2021-03-13 12:03:17 -05:00
Varun Agrawal 51be66ff14 templated return types are now supported 2021-03-13 12:01:56 -05:00
Varun Agrawal 55dade0b8e Squashed 'wrap/' changes from b0eb968f2..d19cda546
d19cda546 Merge pull request #36 from borglab/fix/shared-ptr-property
13ef2485c Merge pull request #37 from borglab/feature/multiple-templates
f3f40b375 add support for multiple instantiated templates
4f33353ef support for templated return types
1244045c2 cleaned up tests and added test for Pybind property shared pointer
0f3fbc428 add support for pointers as properties, and update docs
9974a73ec Merge pull request #35 from borglab/feature/docs
e9c52421d Added DOCS with info about wrapping structure
627154f9f fix call to superclass init
8a4e61ead added more docs and fixed typo for holder_type
b1bdec933 added docstrings to interface_parser and took care of all the errors and warnings

git-subtree-dir: wrap
git-subtree-split: d19cda5467f8b5cb8d4f571d8735ede328dae02d
2021-03-13 12:01:28 -05:00
Varun Agrawal f81746da20 Merging 'master' into 'wrap' 2021-03-13 12:01:28 -05:00
Varun Agrawal b890f06afe clean up the CMake 2021-03-13 12:01:05 -05:00
lcarlone 52355012ae removed new class and test 2021-03-12 20:27:04 -05:00
Frank Dellaert 8bd4f2bcd8
Merge pull request #713 from borglab/fix/boost_issue
Fix/boost issue
2021-03-11 22:09:10 -05:00
John Lambert 0eb20b6291
Merge pull request #702 from borglab/sim3-alignment
add Sim(3)-based alignment to the wrapper
2021-03-11 18:52:59 -05:00
Frank Dellaert c37c8b794e Added explicit header as suggested in issue #634 2021-03-11 18:26:22 -05:00
Frank Dellaert cfc77b7df8 fixed inhertance 2021-03-11 18:24:34 -05:00
John Lambert 35ea79b2cb Merge branch 'develop' of https://github.com/borglab/gtsam into sim3-alignment 2021-03-11 16:59:28 -05:00
John Lambert b83f06a8af
Merge pull request #712 from borglab/tbb-CI-off
temporarily turn off Python + tbb in CI because of OOM
2021-03-11 16:58:58 -05:00
Frank Dellaert a9f9d463bf
Merge pull request #701 from asa/asa/ConstantVelocityFactor
Constant Velocity Constraint between NavStates
2021-03-11 15:24:44 -05:00
John Lambert e9855dcad3
temporarily turn off Python + tbb in CI because of OOM 2021-03-11 15:12:49 -05:00