-
Notifications
You must be signed in to change notification settings - Fork 767
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #874 from borglab/fix/368
CombinedImuFactor: Add bias effect on position jacobian
- Loading branch information
Showing
16 changed files
with
1,197 additions
and
123 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,72 @@ | ||
%% This BibTeX bibliography file was created using BibDesk. | ||
%% https://bibdesk.sourceforge.io/ | ||
%% Created for Varun Agrawal at 2021-09-27 17:39:09 -0400 | ||
%% Saved with string encoding Unicode (UTF-8) | ||
@article{Lupton12tro, | ||
author = {Lupton, Todd and Sukkarieh, Salah}, | ||
date-added = {2021-09-27 17:38:56 -0400}, | ||
date-modified = {2021-09-27 17:39:09 -0400}, | ||
doi = {10.1109/TRO.2011.2170332}, | ||
journal = {IEEE Transactions on Robotics}, | ||
number = {1}, | ||
pages = {61-76}, | ||
title = {Visual-Inertial-Aided Navigation for High-Dynamic Motion in Built Environments Without Initial Conditions}, | ||
volume = {28}, | ||
year = {2012}, | ||
Bdsk-Url-1 = {https://doi.org/10.1109/TRO.2011.2170332}} | ||
|
||
@inproceedings{Forster15rss, | ||
author = {Christian Forster and Luca Carlone and Frank Dellaert and Davide Scaramuzza}, | ||
booktitle = {Robotics: Science and Systems}, | ||
date-added = {2021-09-26 20:44:41 -0400}, | ||
date-modified = {2021-09-26 20:45:03 -0400}, | ||
title = {IMU Preintegration on Manifold for Efficient Visual-Inertial Maximum-a-Posteriori Estimation}, | ||
year = {2015}} | ||
|
||
@article{Iserles00an, | ||
title = {Lie-group methods}, | ||
author = {Iserles, Arieh and Munthe-Kaas, Hans Z and | ||
N{\o}rsett, Syvert P and Zanna, Antonella}, | ||
journal = {Acta Numerica 2000}, | ||
volume = {9}, | ||
pages = {215--365}, | ||
year = {2000}, | ||
publisher = {Cambridge Univ Press} | ||
} | ||
author = {Iserles, Arieh and Munthe-Kaas, Hans Z and N{\o}rsett, Syvert P and Zanna, Antonella}, | ||
journal = {Acta Numerica 2000}, | ||
pages = {215--365}, | ||
publisher = {Cambridge Univ Press}, | ||
title = {Lie-group methods}, | ||
volume = {9}, | ||
year = {2000}} | ||
|
||
@book{Murray94book, | ||
title = {A mathematical introduction to robotic manipulation}, | ||
author = {Murray, Richard M and Li, Zexiang and Sastry, S | ||
Shankar and Sastry, S Shankara}, | ||
year = {1994}, | ||
publisher = {CRC press} | ||
} | ||
author = {Murray, Richard M and Li, Zexiang and Sastry, S Shankar and Sastry, S Shankara}, | ||
publisher = {CRC press}, | ||
title = {A mathematical introduction to robotic manipulation}, | ||
year = {1994}} | ||
|
||
@book{Spivak65book, | ||
title = {Calculus on manifolds}, | ||
author = {Spivak, Michael}, | ||
volume = {1}, | ||
year = {1965}, | ||
publisher = {WA Benjamin New York} | ||
} | ||
author = {Spivak, Michael}, | ||
publisher = {WA Benjamin New York}, | ||
title = {Calculus on manifolds}, | ||
volume = {1}, | ||
year = {1965}} | ||
|
||
@phdthesis{Nikolic16thesis, | ||
title={Characterisation, calibration, and design of visual-inertial sensor systems for robot navigation}, | ||
author={Nikolic, Janosch}, | ||
year={2016}, | ||
school={ETH Zurich} | ||
} | ||
|
||
@book{Simon06book, | ||
title={Optimal state estimation: Kalman, H infinity, and nonlinear approaches}, | ||
author={Simon, Dan}, | ||
year={2006}, | ||
publisher={John Wiley \& Sons} | ||
} | ||
|
||
@inproceedings{Trawny05report_IndirectKF, | ||
title={Indirect Kalman Filter for 3 D Attitude Estimation}, | ||
author={Nikolas Trawny and Stergios I. Roumeliotis}, | ||
year={2005} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.