Commit Graph

10982 Commits (b51e89c910d50ca6fd98fce1818bac77fac9da94)

Author SHA1 Message Date
Varun Agrawal 927e8a6c27 removed instruction to add LD_PRELOAD to .bashrc 2019-03-20 17:38:58 -04:00
Frank Dellaert 79880d6a7c Use GtsamTestCase in example 2019-03-20 17:36:11 -04:00
Frank Dellaert c442df3866 Modernized all tests 2019-03-20 17:35:53 -04:00
Frank Dellaert 90e6eb95cf Added GtsamTestCase 2019-03-20 17:35:31 -04:00
Varun Agrawal 366bf54f45 added instructions for performing linker setup to find libgtsam.so correctly 2019-03-20 15:37:26 -04:00
Varun Agrawal 214b1208b1 changed MATLAB README to markdown file for better rendering 2019-03-20 15:30:49 -04:00
Frank Dellaert c53e1ec653 Merged in feature/pose3_init (pull request #400)
Pose3 Initialization in Python/MATLAB

Approved-by: Luca Carlone <luca.carlone@gatech.edu>
2019-03-19 23:00:14 +00:00
lucacarlone 1e944fb86a now initialization is aware of rotation noise model 2019-03-19 18:44:09 -04:00
Frank Dellaert a89e422a8a Added python example and test 2019-03-19 17:04:48 -04:00
Frank Dellaert e2cf42773a Switched to struct with static methods as apparently global methods in namespaces are not wrapped. 2019-03-19 17:04:31 -04:00
Frank Dellaert 3a371a1cf2 Wrapped 2019-03-19 15:47:51 -04:00
Frank Dellaert 37eba50932 Modernized, documented 2019-03-19 15:47:01 -04:00
Frank Dellaert 9a16cf97a7 Merged in feature/more_noise_wrapped (pull request #397)
Wrapped more useful noiseModel methods

Approved-by: Duy-Nguyen Ta <thduynguyen@gmail.com>
2019-03-19 16:43:18 +00:00
Frank Dellaert aa8b40b594 Got rid of some obsolete methods/arguments 2019-03-19 12:42:40 -04:00
Frank Dellaert 40051a6226 New expected files after no more Shared 2019-03-19 12:42:09 -04:00
Frank Dellaert 98ed4d7850 Only create typedef to SharedXXX where really needed. 2019-03-19 12:09:00 -04:00
Frank Dellaert 5da004a732 Merge remote-tracking branch 'origin/feature/optimization_params' into feature/more_noise_wrapped 2019-03-19 11:05:54 -04:00
Frank Dellaert 5af2256277 Added missing clone for MATLAB wrapper 2019-03-19 10:30:30 -04:00
Frank Dellaert 90f5dae3d0 Merge remote-tracking branch 'origin/develop' into feature/optimization_params 2019-03-19 10:21:26 -04:00
Frank Dellaert 6b20b888a2 Merged in feature/datasets (pull request #395)
parse3DFactors

Approved-by: Chris Beall <chrisbeall@gmail.com>
2019-03-19 04:43:19 +00:00
Frank Dellaert 205803a0ea Better optimization parameter wrapping, plus python test 2019-03-19 00:11:45 -04:00
Frank Dellaert a7e60a08fe Wrapped more useful noiseModel methods 2019-03-18 23:15:53 -04:00
Fan Jiang 4b723107b3 Merged in proffan/gtsam (pull request #392)
Fix compilation on MKL 2019

Approved-by: Chris Beall <chrisbeall@gmail.com>
2019-03-17 22:45:25 +00:00
Frank Dellaert bb85f26127 Merged in fix/noise_model_inheritance (pull request #396)
Tiny wrapper change

Approved-by: Varun Agrawal <varagrawal@gmail.com>
2019-03-15 14:55:35 +00:00
Frank Dellaert dd7fa966e4 Added print in base class so all derived have it.
Added comment how wrap currently does not handle Base class correctly in case of name clash, apparently.
2019-03-15 00:25:52 -04:00
Frank Dellaert cbb84a6436 Added information about LieGroup helper class 2019-03-14 14:14:20 +00:00
Frank Dellaert 88ac6de4af Wrapped parse3DFactors 2019-03-14 01:25:06 -04:00
Frank Dellaert a47c52cb5e Split parsing and moved to dataset.* 2019-03-14 00:58:22 -04:00
Frank Dellaert d8ee79fb8f Working parseG2o3D 2019-03-14 00:27:02 -04:00
Frank Dellaert 0ca3f9d199 Use c+11 initializer lists 2019-03-13 23:22:37 -04:00
Frank Dellaert 724a906bee Test existing readG2o 2019-03-13 22:47:23 -04:00
matthew.broadway 32b38d775f Merged in matt_broadway/gtsam/feature/clearer_setup_py_instructions (pull request #394)
small setup.py improvements
2019-03-13 12:59:10 +00:00
Jeremy Aguilon d7b7c07bb7 Merged in jeraguilon/gtsam/fixed-lag-smoother-wrapper (pull request #384)
Added the fixed lag smoother wrapper
2019-03-13 12:55:51 +00:00
Matthew Broadway 173191621e made it possible to disable the setup.py check 2019-03-13 09:45:56 +00:00
Matthew Broadway 9982d79d74 added reasoning behind the setup.py unexpected location check 2019-03-13 09:02:04 +00:00
Jeremy Aguilon fe647a9e94 Remove unneeeded file in build chain 2019-03-13 01:32:49 -04:00
Jeremy Aguilon e909f2faba Merged with upstream/develop' 2019-03-13 01:06:32 -04:00
matthew.broadway a9bba03b72 Merged in matt_broadway/gtsam/feature/setup.py (pull request #378)
added setup.py
2019-03-13 03:59:54 +00:00
Chris Beall e2bae62b01 Merged in feature/mkl-off-by-default-and-performance-docs (pull request #393)
Turn MKL off by default. Add section on performance to INSTALL.md

Approved-by: Frank Dellaert <dellaert@cc.gatech.edu>
2019-03-13 03:55:50 +00:00
Jeremy Aguilon 359fc433ae Merged 2019-03-12 17:05:32 -04:00
Jeremy Aguilon 929d6696c2 Merge with upstream 2019-03-12 17:02:01 -04:00
Chris Beall 40134c3a9e Restore warnings about MKL, change notice about performance. 2019-03-12 11:16:32 -07:00
chrisbeall e24b402db4 Turn MKL off by default. Add section on performance to INSTALL.md 2019-03-12 09:25:14 -07:00
Matthew Broadway a4b713454a updated cython README 2019-03-12 09:49:03 +00:00
Matthew Broadway ecb8471e86 updated cython README 2019-03-12 09:47:25 +00:00
Fan Jiang 0d924e23db Fix compilation on MKL 2019 2019-03-12 14:49:18 +08:00
Matthew Broadway 5a0e7bb92a fixed string formatting to work with python 2 and 3 2019-03-11 15:05:53 +00:00
Matthew Broadway 03500b004b enforcing the setup script from being run from the installation directory 2019-03-11 15:02:11 +00:00
Matthew Broadway 91fa7adf07 added more keywords 2019-03-11 14:54:12 +00:00
Matthew Broadway 9b80f4b158 not using DeprecationWarning because it is ignored by default 2019-03-11 14:52:58 +00:00