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

refactor(probabilistic_occupancy_grid_map): rework parameters #7339

Conversation

tby-udel
Copy link
Contributor

@tby-udel tby-udel commented Jun 6, 2024

Description

Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the probabilistic_occupancy_grid_map package.

  • Renamed the grid_map_param.yaml file to grid_map.param.yaml file.
  • Move the default parameter file to a standardized location. Created a lot of JSON files for schema.
  • Updated readme file.

Tests performed

Package built and launched locally.

Notes for reviewers

Nothing inside the src code part was changed, only taking the parameters out.

Interface changes

Parameter values are now required to be passed to the node when launched.

Effects on system behavior

None

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

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

@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 Jun 6, 2024
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

@mitsudome-r
Copy link
Member

@tby-udel Thanks for the PR.

However, the PR seems to be failing in the CI for DCO check. When you push commits, could you push with signed-off commits?

For example by running the following command:
git rebase -i --signoff origin/main

@tby-udel tby-udel force-pushed the traffic-light-visualization-branch branch from 11bebcd to 4b9c4a3 Compare June 21, 2024 21:06
@tby-udel
Copy link
Contributor Author

Thank you for the reminder, I have pushed the signed off commit.

@mitsudome-r mitsudome-r added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 27, 2024
Copy link

codecov bot commented Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.94%. Comparing base (24aa499) to head (96ff2bb).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7339   +/-   ##
=======================================
  Coverage   28.94%   28.94%           
=======================================
  Files        1600     1600           
  Lines      117215   117183   -32     
  Branches    50291    50269   -22     
=======================================
- Hits        33930    33921    -9     
+ Misses      74125    74103   -22     
+ Partials     9160     9159    -1     
Flag Coverage Δ *Carryforward flag
differential 10.05% <ø> (?)
total 28.94% <ø> (+<0.01%) ⬆️ Carriedforward from 9aedc68

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 5 to 6
"properties": {
"ros__parameters": {
Copy link
Member

Choose a reason for hiding this comment

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

The CI is complaining about the syntax in this file.

I think the properties should start with /** as required field, but it is now starting with ros__parameters

Copy link

github-actions bot commented Jul 6, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@tby-udel
Copy link
Contributor Author

tby-udel commented Jul 6, 2024

The required changes have been made.

@mitsudome-r mitsudome-r force-pushed the traffic-light-visualization-branch branch from 08c77ca to 96ff2bb Compare July 11, 2024 14:22
@oguzkaganozt oguzkaganozt merged commit 247e5c7 into autowarefoundation:main Jul 18, 2024
30 checks passed
yhisaki pushed a commit to yhisaki/autoware.universe that referenced this pull request Jul 19, 2024
…refoundation#7339)

* refactor(probabilistic_occupancy_grid_map): rework parameters

Signed-off-by: Boyang <tby@udel.edu>

* style(pre-commit): autofix

* Solved the CI's complainment

Signed-off-by: Boyang <tby@udel.edu>

---------

Signed-off-by: Boyang <tby@udel.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
Ariiees pushed a commit to Ariiees/autoware.universe that referenced this pull request Jul 22, 2024
…refoundation#7339)

* refactor(probabilistic_occupancy_grid_map): rework parameters

Signed-off-by: Boyang <tby@udel.edu>

* style(pre-commit): autofix

* Solved the CI's complainment

Signed-off-by: Boyang <tby@udel.edu>

---------

Signed-off-by: Boyang <tby@udel.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chihungtzeng pushed a commit to chihungtzeng/autoware.universe that referenced this pull request Jul 23, 2024
…refoundation#7339)

* refactor(probabilistic_occupancy_grid_map): rework parameters

Signed-off-by: Boyang <tby@udel.edu>

* style(pre-commit): autofix

* Solved the CI's complainment

Signed-off-by: Boyang <tby@udel.edu>

---------

Signed-off-by: Boyang <tby@udel.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: chtseng <chtseng@itri.org.tw>
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
…refoundation#7339)

* refactor(probabilistic_occupancy_grid_map): rework parameters

Signed-off-by: Boyang <tby@udel.edu>

* style(pre-commit): autofix

* Solved the CI's complainment

Signed-off-by: Boyang <tby@udel.edu>

---------

Signed-off-by: Boyang <tby@udel.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants