-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(localization): add SmartPoseBuffer to handle ekf pose (#5713)
* Added smart_pose_buffer Signed-off-by: Shintaro Sakoda <[email protected]> * Added rpy_*_to_quaternion Signed-off-by: Shintaro SAKODA <[email protected]> * Fixed arg name Signed-off-by: Shintaro SAKODA <[email protected]> * Added test_smart_pose_buffer Signed-off-by: Shintaro SAKODA <[email protected]> * Fixed time jump issue in SmartPoseBuffer Signed-off-by: Shintaro SAKODA <[email protected]> * Removed pose_array_interpolator Signed-off-by: Shintaro SAKODA <[email protected]> * Removed unused functions Signed-off-by: Shintaro SAKODA <[email protected]> * Added a test about detect_time_jump_to_past Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed process of frame_id mismatch in pose callback Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed as pointed out by linter Signed-off-by: Shintaro Sakoda <[email protected]> * Fixed mutex comment in smart_pose_buffer.hpp Signed-off-by: Shintaro SAKODA <[email protected]> * Added comment about covariance interpolation in SmartPoseBuffer Signed-off-by: Shintaro SAKODA <[email protected]> * Added const to some variables Signed-off-by: Shintaro SAKODA <[email protected]> * Fixed lock range Signed-off-by: Shintaro SAKODA <[email protected]> * Added const to some variables Signed-off-by: Shintaro SAKODA <[email protected]> * Removed a waste cast Signed-off-by: Shintaro SAKODA <[email protected]> * Fixed the code about get self pose Signed-off-by: Shintaro SAKODA <[email protected]> * Removed detect_time_jump_to_past Signed-off-by: Shintaro SAKODA <[email protected]> --------- Signed-off-by: Shintaro Sakoda <[email protected]> Signed-off-by: Shintaro SAKODA <[email protected]>
- Loading branch information
1 parent
b5417a9
commit f89751b
Showing
11 changed files
with
382 additions
and
360 deletions.
There are no files selected for viewing
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
109 changes: 0 additions & 109 deletions
109
localization/localization_util/src/pose_array_interpolator.cpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.