-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ndt_scan_matcher): estimate the covariance of ndt scan matching …
…in real time instead of using a predefined value (#7596) * enable to calculate 2D covariance in real time Signed-off-by: yuhei <[email protected]> * enable to display offset_pose Signed-off-by: yuhei <[email protected]> * enable to publish estimated ndt_dev Signed-off-by: yuhei <[email protected]> * Addition of explanation of 2D real-time covariance estimation Signed-off-by: yuhei <[email protected]> * fix name of picture Signed-off-by: yuhei <[email protected]> * style(pre-commit): autofix * fix covariance_covariance_estimation.json Signed-off-by: yuhei <[email protected]> * fix covariance_covariance_estimation.json Signed-off-by: yuhei <[email protected]> * style(pre-commit): autofix * Commonality using estimated_cov_2d and removal of unnecessary publishers Signed-off-by: yuhei <[email protected]> * Add a specific explanation for 2D real-time covariance estimation Signed-off-by: yuhei <[email protected]> * style(pre-commit): autofix * Remove initial_pose_offset_model_x and initial_pose_offset_model_y from the structure in hyper_parameters.hpp Signed-off-by: yuhei <[email protected]> * Generate initial_pose_offset_model_x and initial_pose_offset_model_y from initial_pose_offset_model Signed-off-by: yuhei <[email protected]> * Addition of covariance_estimation_type Signed-off-by: yuhei <[email protected]> * style(pre-commit): autofix * Add temperature to parameters Signed-off-by: yuhei <[email protected]> * Remove covariance_estimation.enable from the parameters and change the return value of estimate_covariance() Signed-off-by: yuhei <[email protected]> * style(pre-commit): autofix * Add a temperature description Signed-off-by: yuhei <[email protected]> * Add processing when the inverse matrix cannot be calculated in estimate_covariance() Signed-off-by: yuhei <[email protected]> * set default value and range of temperature Signed-off-by: yuhei <[email protected]> * Simplify the code Signed-off-by: yuhei <[email protected]> * style(pre-commit): autofix * Fix explanation of covariance_estimation_type Signed-off-by: yuhei <[email protected]> * Define initial_pose_offset_model_x and initial_pose_offset_model_y in hyper_parameters Signed-off-by: yuhei <[email protected]> * style(pre-commit): autofix * Add explanation of 2D real-time covariance estimation Signed-off-by: yuhei <[email protected]> --------- Signed-off-by: yuhei <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cc1ab05
commit 71fc4c3
Showing
7 changed files
with
117 additions
and
93 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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