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

revert(map_loader): revert the change error handling when pcd_metadata file #6294

Conversation

SakodaShintaro
Copy link
Contributor

Description

This reverts commit #6227 (25bc636).

After the pull request above, if "divided map is used and pointcloud_map_metadata.yaml is missing", initial_pose_adaptor does not work properly and there is unexpected side effects in planning_simulator, so we decide to revert.

Tests performed

  • It has been confirmed that Autoware works properly if pointcloud_map_metadata.yaml is present (in AWSIM).
  • It has been confirmed that the above error message continues to appear if pointcloud_map_metadata.yaml is missing (in AWSIM).

Effects on system behavior

The error message will change.

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.

@github-actions github-actions bot added the component:map Map creation, storage, and loading. (auto-assigned) label Feb 2, 2024
@SakodaShintaro SakodaShintaro changed the title revert "fix(map_loader): change error handling when pcd_metadata file" revert(map_loader): revert the change error handling when pcd_metadata file Feb 2, 2024
Copy link
Contributor

@KYabuuchi KYabuuchi left a comment

Choose a reason for hiding this comment

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

Looks Good To Me. This is actually a revert PR. 🙆‍♂️

@SakodaShintaro SakodaShintaro enabled auto-merge (squash) February 2, 2024 08:59
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (57f8a94) 14.37% compared to head (e232f22) 14.37%.
Report is 2 commits behind head on main.

Files Patch % Lines
...intcloud_map_loader/pointcloud_map_loader_node.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6294   +/-   ##
=======================================
  Coverage   14.37%   14.37%           
=======================================
  Files        1907     1907           
  Lines      130072   130070    -2     
  Branches    37618    37616    -2     
=======================================
  Hits        18697    18697           
+ Misses      90366    90364    -2     
  Partials    21009    21009           
Flag Coverage Δ *Carryforward flag
differential 26.60% <0.00%> (?)
total 14.37% <ø> (+<0.01%) ⬆️ Carriedforward from 57f8a94

*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.

@SakodaShintaro SakodaShintaro merged commit e063f2d into autowarefoundation:main Feb 2, 2024
22 of 24 checks passed
@SakodaShintaro SakodaShintaro deleted the revert/map_loader_error_handling branch February 2, 2024 10:06
anhnv3991 pushed a commit to anhnv3991/autoware.universe that referenced this pull request Feb 13, 2024
…a file (autowarefoundation#6294)

Revert "fix(map_loader): change error handling when pcd_metadata file not found (autowarefoundation#6227)"

This reverts commit 25bc636.
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…a file (autowarefoundation#6294)

Revert "fix(map_loader): change error handling when pcd_metadata file not found (autowarefoundation#6227)"

This reverts commit 25bc636.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:map Map creation, storage, and loading. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants