Varun Agrawal
5e8acf4378
fix bug in Pose2 print
2021-01-25 16:17:25 -05:00
lcarlone
a59a12245c
done with new default noise thresholds!
2021-01-22 23:24:28 -05:00
lcarlone
28b0f0ac8e
working unit tests: added chi2
2021-01-22 22:27:47 -05:00
lcarlone
fdced87b9a
trying to include chi2
2021-01-22 22:22:54 -05:00
lcarlone
be86b9b5d7
changed barcsq to be a vector, such that the user can provide a bound for each factor
2021-01-22 21:04:28 -05:00
Varun Agrawal
79305fc497
set TBB default to Release unless TBB_USE_DEBUG_BUILD is set
2021-01-22 13:21:39 -05:00
Varun Agrawal
3d629290ee
make non-editable CMake variables as INTERNAL
2021-01-22 13:21:09 -05:00
Toni
241d82dbf7
Fix can be marked override warning
2021-01-22 00:27:32 -05:00
Frank Dellaert
79d42479d0
Cleanup
2021-01-21 15:21:29 -05:00
Frank Dellaert
1b36c7497e
Cleaned up derivative code
2021-01-21 15:02:54 -05:00
Frank Dellaert
6c39730872
Got rid of static versions of methods
2021-01-21 14:53:13 -05:00
Frank Dellaert
68887f2da6
Got rid of extra keys
2021-01-21 14:52:58 -05:00
Frank Dellaert
564c8bf98d
Merge pull request #362 from dwisth/fix/oriented-plane3-factor-jacobian
...
Fix OrientedPlane3Factor jacobian
2021-01-21 10:50:40 -05:00
Frank Dellaert
fd8575bd13
Merge branch 'fix/planeFactor' into fix/oriented-plane3-factor-jacobian
2021-01-21 10:50:18 -05:00
Frank Dellaert
6b11c9fe83
use transform rather than deprecated static function
2021-01-21 10:46:23 -05:00
Frank Dellaert
b5789f6b80
Merge branch 'develop' into fix/planeFactor
2021-01-21 10:09:09 -05:00
Frank Dellaert
b9a8101aa4
Merge pull request #680 from dwisth/fix/planeFactor-dwisth
...
Fix/plane factor dwisth
2021-01-21 10:08:11 -05:00
jingwuOUO
d267368b28
Merge pull request #533 from borglab/jing/powermethod
...
Added accelerated power method to compute eigenpair fast
2021-01-20 22:09:54 -05:00
Gerry Chen
b638954266
formatting
2021-01-20 17:08:18 -05:00
Gerry Chen
570135c6f6
revert Matrix.h
2021-01-20 17:02:51 -05:00
Gerry Chen
fd2d8a236a
remove templating while maintaining efficiency
...
Templating still used in cpp file for generic-ness, but not exposed
anymore
std::tuple has the same performance as Eigen::Triplet, but boost::tuple
is slower. Sparse matrix indices are int instead of size_t for
efficiency (e.g. A(i, j) = s -> i/j are int's instead of size_t's)
2021-01-20 17:01:15 -05:00
Gerry Chen
286898a847
move SparseMatrixBoostTriplets typedef to gfg
2021-01-20 12:25:20 -05:00
Varun Agrawal
0bb6d25bac
add known issues section with info about march=native
2021-01-19 23:53:54 -05:00
Varun Agrawal
3e8973e8a8
Revert "upgrade minimum required Boost version to 1.67."
...
This reverts commit e8d71735ba
.
2021-01-19 23:39:02 -05:00
Varun Agrawal
e8d71735ba
upgrade minimum required Boost version to 1.67.
2021-01-19 21:09:20 -05:00
Varun Agrawal
06d8ec289d
Merge pull request #633 from borglab/fix/foot-imu
...
Adds unit test for imu preintegration of a single step
2021-01-19 21:03:10 -05:00
Gerry Chen
b5951d033e
populate sparse matrix with `insert` rather than `setFromTriplets`
...
About 5% speed improvement.
2021-01-19 20:56:18 -05:00
Varun Agrawal
229abc7fe7
Merge pull request #678 from borglab/fix/better-printing
...
Better printing
2021-01-19 20:54:00 -05:00
Varun Agrawal
e86e328240
Merge pull request #679 from borglab/fix/misc
...
Miscellaneous fixes
2021-01-19 20:53:37 -05:00
Gerry Chen
9584860da0
eliminate copy/pasta from SparseEigen with generic version of sparseJacobian
2021-01-19 20:27:30 -05:00
Gerry Chen
e3dd22925a
more generic sparseJacobianInPlace function
2021-01-19 20:25:57 -05:00
Gerry Chen
7a6f632f4c
add generic optional parameters to sparseJacobian
...
Also, the unit test changed due to a 0 entry that was previously wrongly
included in the b-column of the sparse representation.
2021-01-19 16:59:12 -05:00
David Wisth
62119d8076
Add hessian calculation
2021-01-19 20:51:31 +00:00
Varun Agrawal
7eeed6dc14
remove cout statements from testImuPreintegration tests
2021-01-19 15:47:44 -05:00
Varun Agrawal
f831bfd62e
add override and formatting
2021-01-19 15:40:37 -05:00
Varun Agrawal
afb28e91b6
add BearingRange measured to wrapper
2021-01-19 15:40:21 -05:00
Varun Agrawal
2168cd4a04
stream printing for Pose2
2021-01-19 15:39:37 -05:00
Varun Agrawal
56eb1bb808
use of passed in stream for print capture
2021-01-19 15:23:14 -05:00
Varun Agrawal
6f6588457b
use streams instead of printf
2021-01-19 15:22:41 -05:00
Gerry Chen
ada83d92dc
minor efficiency modifications
2021-01-19 14:38:10 -05:00
Gerry Chen
77c65f8176
timing sparse eigen
2021-01-19 14:03:14 -05:00
Gerry Chen
8f13405f05
Merge pull request #677 from borglab/feature/sparseJacobian3
...
additional `sparseJacobian` functions (new)
2021-01-19 13:59:05 -05:00
David Wisth
50768371dc
Add a simplifed version of the minimal failing example
2021-01-19 17:41:12 +00:00
Gerry Chen
b76993b171
typo: `expected` changed to `expectedMatlab`
2021-01-19 11:47:44 -05:00
Gerry Chen
e2f5be4e47
SparseEigen docstring
2021-01-19 11:04:26 -05:00
Gerry Chen
25e3b5609e
roll back some cosmetic changes to minimize the diff
2021-01-19 11:01:25 -05:00
Gerry Chen
d8491b27fb
rename matrix type from `SpMat` to `SparseEigen`
2021-01-19 10:53:22 -05:00
Russell Buchanan
07244bbdea
merge with upstream
2021-01-19 10:54:52 +00:00
Russell Buchanan
bb662f0cb4
clean up
2021-01-19 10:49:42 +00:00
jingwuOUO
9c781b605f
Set estimateBeta() as optional
2021-01-19 00:07:21 -05:00