-
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(mrm_pull_over_manager): add pull over mrm #5634
base: main
Are you sure you want to change the base?
feat(mrm_pull_over_manager): add pull over mrm #5634
Conversation
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: Tomohito Ando <[email protected]>
Signed-off-by: veqcc <[email protected]>
Signed-off-by: veqcc <[email protected]>
Signed-off-by: veqcc <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
msg Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5634 +/- ##
==========================================
- Coverage 14.94% 14.92% -0.03%
==========================================
Files 1943 1948 +5
Lines 133961 134124 +163
Branches 39849 39838 -11
==========================================
- Hits 20022 20019 -3
- Misses 91655 91829 +174
+ Partials 22284 22276 -8
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
#include <autoware_adapi_v1_msgs/srv/clear_route.hpp> | ||
#include <autoware_adapi_v1_msgs/srv/set_route_points.hpp> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added the internal route interfaces for route_selector. I think that these are more suitable for this node.
https://github.com/tier4/tier4_autoware_msgs/tree/tier4/universe/tier4_planning_msgs/srv
#ifndef EMERGENCY_GOAL_MANAGER_CORE_HPP_ | ||
#define EMERGENCY_GOAL_MANAGER_CORE_HPP_ | ||
|
||
// Autoware |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments in include sections disable sorting, so avoid them if you don't need them.
https://autowarefoundation.github.io/autoware-documentation/main/contributing/coding-guidelines/languages/cpp/#include-header-files-in-the-defined-order-required-partially-automated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,70 @@ | |||
// Copyright 2022 Tier IV, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The copyright year is 2022. Is there a original file for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
system/emergency_goal_manager/src/emergency_goal_manager_core.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
Signed-off-by: Makoto Kurihara <[email protected]>
This pull request has been automatically marked as stale because it has not had recent activity. |
@mkuri @TetsuKawa @isamu-takagi @ito-san could you rebase and merge this PR? |
Description
Add pull over MRM.
Related links
tier4/tier4_autoware_msgs#108
TIER IV Internal link
Tests performed
pull-over-mrm-fhd.mp4
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.