-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(probabilistic_occupancy_grid_map): add grid map fusion node #5993
feat(probabilistic_occupancy_grid_map): add grid map fusion node #5993
Conversation
Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[email protected]>
…_lidar ogm creation Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5993 +/- ##
==========================================
+ Coverage 15.30% 15.36% +0.06%
==========================================
Files 1740 1747 +7
Lines 119914 120297 +383
Branches 36450 36669 +219
==========================================
+ Hits 18351 18484 +133
- Misses 81028 81138 +110
- Partials 20535 20675 +140
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…owarefoundation#5993) Signed-off-by: yoshiri <[email protected]>
…owarefoundation#5993) Signed-off-by: yoshiri <[email protected]>
…owarefoundation#5993) Signed-off-by: yoshiri <[email protected]>
…owarefoundation#5993) * add synchronized ogm fusion node Signed-off-by: yoshiri <[email protected]> * add launch test for grid map fusion node Signed-off-by: yoshiri <[email protected]> * fix test cases input msg error Signed-off-by: yoshiri <[email protected]> * change default fusion parameter Signed-off-by: yoshiri <[email protected]> * rename parameter for ogm fusion Signed-off-by: yoshiri <[email protected]> * feat: add multi_lidar_ogm generation method Signed-off-by: yoshiri <[email protected]> * enable ogm creation launcher in tier4_perception_launch to call multi_lidar ogm creation Signed-off-by: yoshiri <[email protected]> * fix: change ogm fusion node pub policy to reliable Signed-off-by: yoshiri <[email protected]> * chore: remove files outof scope with divied PR Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…owarefoundation#5993) * add synchronized ogm fusion node Signed-off-by: yoshiri <[email protected]> * add launch test for grid map fusion node Signed-off-by: yoshiri <[email protected]> * fix test cases input msg error Signed-off-by: yoshiri <[email protected]> * change default fusion parameter Signed-off-by: yoshiri <[email protected]> * rename parameter for ogm fusion Signed-off-by: yoshiri <[email protected]> * feat: add multi_lidar_ogm generation method Signed-off-by: yoshiri <[email protected]> * enable ogm creation launcher in tier4_perception_launch to call multi_lidar ogm creation Signed-off-by: yoshiri <[email protected]> * fix: change ogm fusion node pub policy to reliable Signed-off-by: yoshiri <[email protected]> * chore: remove files outof scope with divied PR Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…owarefoundation#5993) * add synchronized ogm fusion node Signed-off-by: yoshiri <[email protected]> * add launch test for grid map fusion node Signed-off-by: yoshiri <[email protected]> * fix test cases input msg error Signed-off-by: yoshiri <[email protected]> * change default fusion parameter Signed-off-by: yoshiri <[email protected]> * rename parameter for ogm fusion Signed-off-by: yoshiri <[email protected]> * feat: add multi_lidar_ogm generation method Signed-off-by: yoshiri <[email protected]> * enable ogm creation launcher in tier4_perception_launch to call multi_lidar ogm creation Signed-off-by: yoshiri <[email protected]> * fix: change ogm fusion node pub policy to reliable Signed-off-by: yoshiri <[email protected]> * chore: remove files outof scope with divied PR Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…owarefoundation#5993) * add synchronized ogm fusion node Signed-off-by: yoshiri <[email protected]> * add launch test for grid map fusion node Signed-off-by: yoshiri <[email protected]> * fix test cases input msg error Signed-off-by: yoshiri <[email protected]> * change default fusion parameter Signed-off-by: yoshiri <[email protected]> * rename parameter for ogm fusion Signed-off-by: yoshiri <[email protected]> * feat: add multi_lidar_ogm generation method Signed-off-by: yoshiri <[email protected]> * enable ogm creation launcher in tier4_perception_launch to call multi_lidar ogm creation Signed-off-by: yoshiri <[email protected]> * fix: change ogm fusion node pub policy to reliable Signed-off-by: yoshiri <[email protected]> * chore: remove files outof scope with divied PR Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
Description
This PR is part of the multi-lidar based grid map fusion.
Original PR: #5485
This PR adds node to fuse two synchronized(same timestamp) occupancy grid map message.
Detailed features
config/synchronized_grid_map_fusion_node.param.yaml
Related links
Tests performed
Tested with gtest, launch test and Lsim.
See TIER IV internal ticket.
Other information in conflu.
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.