Skip to content

Commit

Permalink
feat(remaining_dist_eta): add msg definition for mission remaining di…
Browse files Browse the repository at this point in the history
…stance and time

Signed-off-by: AhmedEbrahim <[email protected]>

feat(remaining_dist_eta): add msg definition for mission remaining distance and time"
  • Loading branch information
Ahmed Ebrahim committed Apr 24, 2024
1 parent a701d19 commit 5e1a121
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()

set(msg_files
"msg/PublishedTime.msg")
"msg/PublishedTime.msg"
"msg/MissionRemainingDistanceTime.msg")

set(msg_dependencies
builtin_interfaces
Expand Down
7 changes: 7 additions & 0 deletions 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

0 comments on commit 5e1a121

Please sign in to comment.