Skip to content

Commit 3f7afa5

Browse files
PanConChicharronmitsudome-rpre-commit-ci[bot]
authored
feat(autoware_planning_msgs): added srv to package (#151)
* added srv to package Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp> * comments added Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp> * Apply suggestion from @mitsudome-r Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> * fix Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp> * rename Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Arjun Jagdish Ram <arjun.ram@tier4.jp> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f49c35c commit 3f7afa5

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

autoware_planning_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
1616
"msg/RouteState.msg"
1717
"srv/ClearRoute.srv"
1818
"srv/SetLaneletRoute.srv"
19+
"srv/SetPreferredPrimitive.srv"
1920
"srv/SetWaypointRoute.srv"
2021
DEPENDENCIES
2122
autoware_common_msgs
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Holds the list of preferred_primitives to be modified to in the current-route
2+
autoware_planning_msgs/LaneletPrimitive[] preferred_primitives
3+
# reset flag for preferred primitives in route
4+
# If set to true, this signals to mission_planner that the preferred-primitives have been reverted to those of the original path
5+
bool reset
6+
# ID of the route that will be modified.
7+
unique_identifier_msgs/UUID uuid
8+
---
9+
autoware_common_msgs/ResponseStatus status

0 commit comments

Comments
 (0)