-
Notifications
You must be signed in to change notification settings - Fork 658
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): add differential lanelet loading #6241
base: main
Are you sure you want to change the base?
feat(map): add differential lanelet loading #6241
Conversation
@StepTurtle Thanks for the PR. |
map/map_loader/src/lanelet2_map_loader/lanelet2_map_loader_node.cpp
Outdated
Show resolved
Hide resolved
0b57570
to
1275f6f
Compare
3f87732
to
e02348d
Compare
Signed-off-by: Barış Zeren <[email protected]>
Commit which updates PR which updates map component from |
Thank you so much! |
I'd like to unify the name, but I'm okay with either option. @anhnv3991 Hi, we are planning to include the Lanelet2 version of the |
Signed-off-by: Barış Zeren <[email protected]>
Signed-off-by: Barış Zeren <[email protected]>
@YamatoAndo Err, autoware_lanelet2_divider sounds good. |
@StepTurtle Please name it |
Hey @YamatoAndo kindly ping Is there anything we are waiting for to merge the PRs? I just saw a conflict that occurred on the planning side, and I think it would be good for us to quickly complete the task. If we're waiting for the divider tool, I will suggest merging the PRs before completing it, because it looks like we won't have much time to allocate to working on the tool in the next few weeks. |
Co-authored-by: Yamato Ando <[email protected]>
Co-authored-by: Yamato Ando <[email protected]>
Co-authored-by: Yamato Ando <[email protected]>
@isamu-takagi As the code owner of |
@StepTurtle Hi,
|
Description
Dynamically load Lanelet2 maps required for the current driving situation, aiming to avoid time consumption and reduce computational costs in the planning pipeline, while also addressing long-term issues associated with Lanelet2 map projection.
Related links
Proposal Link
Tests performed
You can check the update comment in proposal to see current test results.
short.mp4
To test on your local environment, follow these steps:
enable_differential_map_loading
argument fromsrc/launch/autoware_launch/autoware_launch/launch/components/tier4_planning_component.launch
file:enable_differential_map_loading
argument fromsrc/launch/autoware_launch/autoware_launch/launch/components/tier4_map_component.launch
file:/map/dynamic_vector_map_marker
topic to Rviz. After you provide a 2D position, the dynamic should be loaded. (It looks with dark grey color.)ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/dummy_800_4/ vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
Documentation:
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.