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(mission_planner): add mrm route planner #4027

Merged
merged 7 commits into from
Jun 23, 2023

Conversation

purewater0901
Copy link
Contributor

@purewater0901 purewater0901 commented Jun 20, 2023

Description

Add MRM reroute implementation in the mission planner. If there is an MRM manager, and it requires rerouting in an appropriate situation, the mission planner creates a new route for the MRM manager. It also sends the MRM route to the behavior path planner. Note that if the reroute success, it only published mrm route via mrm_route_pub_.

Tests performed

Not applicable.

Effects on system behavior

If it's under MRM state, it can create an MRM route.

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: yutaka <purewater0901@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jun 20, 2023
@codecov
Copy link

codecov bot commented Jun 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: +1.10 🎉

Comparison is base (3b162aa) 14.31% compared to head (d16313c) 15.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4027      +/-   ##
==========================================
+ Coverage   14.31%   15.42%   +1.10%     
==========================================
  Files        1557     1355     -202     
  Lines      106900    96387   -10513     
  Branches    30777    29857     -920     
==========================================
- Hits        15302    14863     -439     
+ Misses      75028    65297    -9731     
+ Partials    16570    16227     -343     
Flag Coverage Δ *Carryforward flag
differential 12.86% <0.00%> (?)
total 15.43% <ø> (+1.12%) ⬆️ Carriedforward from 7953ecb

*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% <ø> (ø)
...e/updater/occupancy_grid_map_updater_interface.hpp 0.00% <ø> (ø)
...id_map/laserscan_based_occupancy_grid_map_node.cpp 0.00% <ø> (ø)
...d_map/pointcloud_based_occupancy_grid_map_node.cpp 0.00% <ø> (ø)
...occupancy_grid_map_binary_bayes_filter_updater.cpp 0.00% <ø> (ø)
...er/src/scene_module/avoidance/avoidance_module.cpp 4.15% <ø> (+0.01%) ⬆️
...ehavior_path_planner/src/utils/avoidance/utils.cpp 2.73% <ø> (ø)
...on_planner/src/mission_planner/mission_planner.cpp 0.00% <0.00%> (ø)

... and 223 files with indirect coverage changes

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

purewater0901 and others added 5 commits June 23, 2023 13:45
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
Copy link
Contributor

@isamu-takagi isamu-takagi left a comment

Choose a reason for hiding this comment

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

LGTM

@purewater0901 purewater0901 merged commit 4ee6975 into main Jun 23, 2023
@purewater0901 purewater0901 deleted the feat/mrm-route-planner branch June 23, 2023 09:51
SaltUhey pushed a commit to SaltUhey/autoware.universe that referenced this pull request Apr 11, 2024
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mitsudome-r <mitsudome-r@users.noreply.github.com>
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants