Skip to content

Commit

Permalink
feat(remaining_dist_eta): add msg definition of remaining distance an…
Browse files Browse the repository at this point in the history
…d ETA

Signed-off-by: AhmedEbrahim <[email protected]>
  • Loading branch information
ahmeddesokyebrahim committed Apr 19, 2024
1 parent 224bd3a commit c6767dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions autoware_planning_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/PathPoint.msg"
"msg/PathWithLaneId.msg"
"msg/PathPointWithLaneId.msg"
"msg/RemainingDistanceETA.msg"
DEPENDENCIES
geometry_msgs
std_msgs
Expand Down
4 changes: 4 additions & 0 deletions autoware_planning_msgs/msg/RemainingDistanceETA.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
float64 remaining_distance
uint8 hours
uint8 minutes
uint8 seconds

0 comments on commit c6767dd

Please sign in to comment.