-
Notifications
You must be signed in to change notification settings - Fork 672
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 reroute interface for mrm #3299
feat(mission_planner): add reroute interface for mrm #3299
Conversation
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3299 +/- ##
==========================================
- Coverage 13.25% 12.54% -0.72%
==========================================
Files 1384 1366 -18
Lines 97016 94639 -2377
Branches 28212 26769 -1443
==========================================
- Hits 12857 11868 -989
+ Misses 70351 70234 -117
+ Partials 13808 12537 -1271
*This pull request uses carry forward flags. Click here to find out more.
... and 193 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
planning/mission_planner/README.md
Outdated
| `/planning/routing/clear_route` | autoware_adapi_v1_msgs/srv/ClearRoute | route clear request | | ||
| `/planning/routing/set_route_points` | autoware_adapi_v1_msgs/srv/SetRoutePoints | route request with pose waypoints | | ||
| `/planning/routing/set_route` | autoware_planning_msgs/srv/SetRoute | route request with HAD map format | | ||
| `~/srv/set_mrm` | autoware_planning_msgs/srv/SetPoseWithUuidStamped | set emergency route | |
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.
| `~/srv/set_mrm` | autoware_planning_msgs/srv/SetPoseWithUuidStamped | set emergency route | | |
| `~/srv/set_mrm_goal` | autoware_planning_msgs/srv/SetPoseWithUuidStamped | set emergency route | |
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.
Done 9d8573f.
planning/mission_planner/include/mission_planner/mission_planner_interface.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
planning/mission_planner/README.md
Outdated
| `/planning/routing/clear_route` | autoware_adapi_v1_msgs/srv/ClearRoute | route clear request | | ||
| `/planning/routing/set_route_points` | autoware_adapi_v1_msgs/srv/SetRoutePoints | route request with pose waypoints | | ||
| `/planning/routing/set_route` | autoware_planning_msgs/srv/SetRoute | route request with HAD map format | | ||
| `~/srv/set_mrm_goal` | autoware_planning_msgs/srv/SetPoseWithUuidStamped | set emergency route | |
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.
mrm_goal
is good for me since currently only one goal is sent for rerouting, but would you prefer mrm_route
?
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.
@isamu-takagi how about this?:pray: I saw the comment (tier4 internal link)
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.
Sorry for late reply. I renamed them 4605211.
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.
ok, thanks
just a comment, that the name is mrm_route
but the type is PoseWithUuidStamped
is a little confusing, but it's ok for me.
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.
Renamed autowarefoundation/autoware_msgs#59.
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.
Change service type aa320bc.
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
|
||
namespace mission_planner | ||
{ | ||
|
||
struct SetMrmGoal |
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.
how about here? SetMrmRoute?
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.
Thank you. Fixed it f02299e.
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
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.
LGTM
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…ion#3299) * feat(mission_planner): add reroute interface for mrm Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat: fix readme Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat: rename mrm interface Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat: rename mrm interface Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * feat: change route service type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
Description
Add reroute interface for mrm.
autowarefoundation/autoware#3406
Tests performed
Not applicable.
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.