-
Notifications
You must be signed in to change notification settings - Fork 663
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): warn if the lidar scan has gone out of the ra…
…nge of the loaded map (#7612) * Warn if the initial NDT pose of the lidar has gone out of the map range Signed-off-by: Anh Nguyen <[email protected]> * style(pre-commit): autofix * Testing Signed-off-by: Anh Nguyen <[email protected]> * style(pre-commit): autofix * Add mutex and a secondary last_update_position to map_update_module to avoid race condition when checking map range Signed-off-by: Anh Nguyen <[email protected]> * style(pre-commit): autofix * Remove last_update_pos_ and use mutex for last_update_position_ Signed-off-by: Anh Nguyen <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Anh Nguyen <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
77cb05c
commit 3f47d51
Showing
3 changed files
with
54 additions
and
1 deletion.
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