-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(behavior_velocity): add mandatory detection area for run out mod…
…ule (#2864) * feat: add mandatory detection area Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * change the topic order to subscribe compare map filtered points Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * define function for transform pointcloud Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * add missing mutex lock Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * fix subscribing topic for points Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * remove unnecessary comments Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * add debug publisher for pointcloud Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * fix warning for empty frame id Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * add comments Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * add parameter whether to use mandatory detection area Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * use the same stop margin for the two kind of detection area Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * remove unused parameter Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * change max queue size Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * change the marker color of mandatory detection area Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * fix publishing debug pointcloud Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * create function to concatenate clouds Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * use current_odometory instead of current_pose Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * add param for mandatory area Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
90d09fe
commit fd60ca4
Showing
16 changed files
with
502 additions
and
156 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
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.