Skip to content
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(probablisitic_occupancy_grid_map): add scan_frame option for gridmap generation #3032

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Mar 8, 2023

Description

main changes

In last PR #2939, we set option for choosing occupancy grid map.
This PR tries to add another option that enables to separate gridmap origin frame and scan sensor frame. (See figure below)

This change will be useful in asymmetric range sensor such as Hokuyo Lidar or stereo camera, and multiple-sensor-based grid map fusion.

additional

fixed some bags that prevents this PR working.

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) labels Mar 8, 2023
@YoshiRi YoshiRi requested a review from soblin March 8, 2023 17:27
@YoshiRi YoshiRi marked this pull request as ready for review March 8, 2023 17:32
@YoshiRi YoshiRi requested review from yukkysaito and a team as code owners March 8, 2023 17:32
@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (8c6797e) 11.93% compared to head (41e878a) 11.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3032      +/-   ##
==========================================
- Coverage   11.93%   11.93%   -0.01%     
==========================================
  Files        1320     1320              
  Lines       91849    91872      +23     
  Branches    24469    24469              
==========================================
  Hits        10965    10965              
- Misses      69523    69546      +23     
  Partials    11361    11361              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 11.94% <ø> (+<0.01%) ⬆️ Carriedforward from a3c78d0

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...id_map/laserscan_based_occupancy_grid_map_node.hpp 0.00% <ø> (ø)
...id_map/laserscan_based_occupancy_grid_map_node.cpp 0.00% <0.00%> (ø)
...ud_based_occupancy_grid_map/occupancy_grid_map.cpp 0.00% <0.00%> (ø)
...d_map/pointcloud_based_occupancy_grid_map_node.cpp 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
@YoshiRi
Copy link
Contributor Author

YoshiRi commented Mar 10, 2023

Still need to fix launch configuration please wait for a while

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
@YoshiRi YoshiRi requested a review from miursh as a code owner March 10, 2023 18:26
@github-actions github-actions bot added the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Mar 10, 2023
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@YoshiRi YoshiRi merged commit 7a0f84c into autowarefoundation:main Mar 14, 2023
@YoshiRi YoshiRi deleted the feature/add_option_to_gridmap_generation branch March 14, 2023 09:02
LeoDriveProject pushed a commit to leo-drive/autoware.universe.golf that referenced this pull request Mar 22, 2023
…dmap generation (autowarefoundation#3032)

* add scan_frame and raytrace center

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* add scan frame to laserscan based method

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update readme

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix typo

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update laucher in perception_launch

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix config and launch file

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fixed laserscan based launcher

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
LeoDriveProject pushed a commit to leo-drive/autoware.universe.golf that referenced this pull request Mar 22, 2023
…dmap generation (autowarefoundation#3032)

* add scan_frame and raytrace center

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* add scan frame to laserscan based method

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update readme

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix typo

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update laucher in perception_launch

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix config and launch file

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fixed laserscan based launcher

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Zeysthingz pushed a commit to leo-drive/autoware.universe.golf that referenced this pull request Mar 29, 2023
…dmap generation (autowarefoundation#3032)

* add scan_frame and raytrace center

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* add scan frame to laserscan based method

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update readme

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix typo

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update laucher in perception_launch

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix config and launch file

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fixed laserscan based launcher

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
xianglunkai pushed a commit to xianglunkai/autoware.universe that referenced this pull request Apr 3, 2023
…owarefoundation#3032)

* ci(.pre-commit-config-ansible.yaml): update ansible-lint version

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

* ci: change to v5.4.0

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
LeoDriveProject pushed a commit to leo-drive/autoware.universe.golf that referenced this pull request Apr 7, 2023
…dmap generation (autowarefoundation#3032)

* add scan_frame and raytrace center

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* add scan frame to laserscan based method

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update readme

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix typo

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update laucher in perception_launch

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix config and launch file

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fixed laserscan based launcher

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
LeoDriveProject pushed a commit to leo-drive/autoware.universe.golf that referenced this pull request Apr 7, 2023
…dmap generation (autowarefoundation#3032)

* add scan_frame and raytrace center

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* add scan frame to laserscan based method

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update readme

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix typo

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update laucher in perception_launch

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix config and launch file

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fixed laserscan based launcher

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
LeoDriveProject pushed a commit to leo-drive/autoware.universe.golf that referenced this pull request Apr 7, 2023
…dmap generation (autowarefoundation#3032)

* add scan_frame and raytrace center

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* add scan frame to laserscan based method

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update readme

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix typo

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update laucher in perception_launch

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix config and launch file

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fixed laserscan based launcher

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
soblin pushed a commit to tier4/autoware.universe that referenced this pull request May 26, 2023
…dmap generation (autowarefoundation#3032)

* add scan_frame and raytrace center

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* add scan frame to laserscan based method

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update readme

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix typo

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* update laucher in perception_launch

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fix config and launch file

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

* fixed laserscan based launcher

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>

---------

Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants