Skip to content

Commit

Permalink
feat(remaining_dist_eta): update msg name and content
Browse files Browse the repository at this point in the history
Signed-off-by: AhmedEbrahim <[email protected]>
  • Loading branch information
Ahmed Ebrahim committed Apr 23, 2024
1 parent c6767dd commit d6ac44a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion autoware_planning_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/PathPoint.msg"
"msg/PathWithLaneId.msg"
"msg/PathPointWithLaneId.msg"
"msg/RemainingDistanceETA.msg"
"msg/MissionRemainingDistanceTime.msg"
DEPENDENCIES
geometry_msgs
std_msgs
Expand Down
7 changes: 7 additions & 0 deletions autoware_planning_msgs/msg/MissionRemainingDistanceTime.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Information about the mission remaining distance and time.

float64 remaining_distance # Remaining distance in meters
float64 remaining_time # Remaining total time in seconds
uint32 remaining_hours # Remaining hours
uint32 remaining_minutes # Remaining minutes
uint32 remaining_seconds # Remaining seconds
4 changes: 0 additions & 4 deletions autoware_planning_msgs/msg/RemainingDistanceETA.msg

This file was deleted.

0 comments on commit d6ac44a

Please sign in to comment.