Commit Graph

14877 Commits (efdbee2a76ced49f0f95e93054d6254ed5b9649a)

Author SHA1 Message Date
lcarlone 02c7d86dfc vector<Key> -> keyVector 2021-11-06 22:25:12 -04:00
John Lambert 1dd20a39fc
add missing `means()` function for Point2 2021-11-06 21:40:42 -04:00
John Lambert 4372ed82f2
add means() function to Point2.h 2021-11-06 20:49:04 -04:00
John Lambert 7082b67bc3
fix typo in types 2021-11-06 20:38:22 -04:00
lcarlone e0af235e53 disabled timing for test 2021-11-06 20:06:41 -04:00
lcarlone dfd86e8c57 this will need to be applied in #861 2021-11-06 20:00:23 -04:00
lcarlone 29f3af560d point2 -> measurement 2021-11-06 19:58:33 -04:00
lcarlone 7fa3b5cc96 added variable in loop 2021-11-06 19:43:45 -04:00
lcarlone 710a64fed4 now throwing exception is params are incorrect 2021-11-06 19:22:28 -04:00
Frank Dellaert c0faaed885
Merge pull request #917 from borglab/fix/AdjointTranspose 2021-11-06 19:09:43 -04:00
lcarlone 1e384686a1 more const& 2021-11-06 18:34:34 -04:00
lcarlone 459c8f93a5 Merge branch 'develop' into feature/cameraTemplateForAllSmartFactors 2021-11-06 18:12:15 -04:00
lcarlone dfd4a77454 formatting + const& 2021-11-06 18:11:46 -04:00
lcarlone c4cd2b5080 fixed formatting (plus small fix: std::vector -> fastVector) 2021-11-06 18:05:58 -04:00
John Lambert 9fd745156e
add Pose2Pair typedef 2021-11-06 17:37:58 -04:00
John Lambert 8e9815b270
fix typo 2021-11-06 17:35:07 -04:00
John Lambert 60053906a6
add python unit tests 2021-11-06 16:15:20 -04:00
John Lambert e48704d785
add basic Python interface to .i file 2021-11-06 15:44:40 -04:00
John Lambert 6b7b31a912
Create Similarity2.cpp 2021-11-06 15:32:52 -04:00
John Lambert d5918dcb81
Create Similarity2.h 2021-11-06 15:31:33 -04:00
Frank Dellaert 238563f0e5 Cleaner Jacobian. 2021-11-06 13:51:15 -04:00
Frank Dellaert 4bd80357f5 Use Eigen expressions more effectively and kill & in code. 2021-11-06 13:46:19 -04:00
Varun Agrawal 1b1ea146ac
Merge pull request #916 from borglab/feature/gfg-printErrors
Add printErrors method to GaussianFactorGraph
2021-11-05 07:03:25 -04:00
Varun Agrawal 2307fc7fa2 add printErrors method to GaussianFactorGraph 2021-11-04 17:50:12 -04:00
Jose Luis Blanco Claraco 89ce766269
more consistent notation of macros 2021-11-04 07:11:28 +01:00
Jose Luis Blanco Claraco a61cbdc4d1
Fix warnings raised by GCC -Wpedactic 2021-11-03 17:14:37 +01:00
yetongumich b76e9ef52b
Merge pull request #913 from borglab/feature/expression_double_multiply
enable expression double multiply
2021-11-02 19:38:48 -04:00
Gerry Chen 508db60f74
add jacobian of second argument to adjoint and adjointTranpsose 2021-11-02 12:04:04 -04:00
yetongumich 9b393c3fc9 enable expression double multiply 2021-11-02 08:44:41 -04:00
Gerry Chen 7b22090352
Merge pull request #885 from borglab/feature/Pose3AdjointMapJacobians
`Pose3::Adjoint(xi)` Jacobians
2021-11-01 09:36:51 -04:00
Gerry Chen 06bb9cedd1
Address review comments: negative sign and AdjointTranspose section 2021-10-31 20:53:15 -04:00
Varun Agrawal 41dc3f876b
Merge pull request #872 from borglab/fix/imu-examples 2021-10-29 09:34:09 -04:00
Jerred Chen 0f8353f7ec
Merge pull request #891 from borglab/origin/feature/python_examples
Pose SLAM Python examples using iSAM2
2021-10-29 01:13:06 -04:00
Fan Jiang 3755f2185d
Merge pull request #901 from borglab/fan/tbb_revert
Revert @acxz's TBB revert
2021-10-28 18:16:38 -04:00
Varun Agrawal b15297ae40 address review comments 2021-10-28 15:19:36 -04:00
jerredchen 99ce18c857 formatting by Google style 2021-10-28 12:29:00 -04:00
jerredchen 44fa7e552e Merge branch 'develop' of https://github.com/borglab/gtsam into origin/feature/python_examples 2021-10-28 10:00:38 -04:00
roderick-koehle 296c937ca8
Fix calling scaling_factor static method. 2021-10-28 15:55:25 +02:00
Varun Agrawal d98e6e500a address review comments 2021-10-28 09:51:31 -04:00
roderick-koehle 2763bd8968
Convergence of equidistant scaling utilizing atan2 2021-10-28 14:34:04 +02:00
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