-
Notifications
You must be signed in to change notification settings - Fork 682
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(map_loader)!: update loading path for multiple pcd files #5500
Closed
kminoda
wants to merge
6
commits into
autowarefoundation:main
from
kminoda:feat/map_loader/change_path
Closed
feat(map_loader)!: update loading path for multiple pcd files #5500
kminoda
wants to merge
6
commits into
autowarefoundation:main
from
kminoda:feat/map_loader/change_path
Conversation
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
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Signed-off-by: kminoda <[email protected]>
Closed
4 tasks
Signed-off-by: kminoda <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5500 +/- ##
==========================================
+ Coverage 14.79% 14.81% +0.02%
==========================================
Files 1682 1683 +1
Lines 116742 116749 +7
Branches 36271 36295 +24
==========================================
+ Hits 17276 17301 +25
+ Misses 79959 79910 -49
- Partials 19507 19538 +31
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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:map
Map creation, storage, and loading. (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)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Current Autoware with default argument assumes that the pointcloud files are stored under
pointcloud.pcd
directory as follows:Since this is confusing for beginners, I would like to change the interface as follows. When specifying
pointcloud_map_file
aspointcloud_map
,pointcloud_map
+.pcd
exists, load the filepointcloud_map
exists as a directory, load the pcd files underneathMUST BE MERGED WITH autowarefoundation/autoware_launch#678
Related links
None
Tests performed
Notes for reviewers
Interface changes
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.
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.