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 (#10)

* feat(remaining_dist_eta): add msg definition for mission remaining distance and time

Signed-off-by: Ahmed Ebrahim <[email protected]>

feat(remaining_dist_eta): add msg definition for mission remaining distance and time"

* feat(remaining_dist_eta): fix review comment - remove remaining hours, remaining minutes, and remaining seconds

Signed-off-by: Ahmed Ebrahim <[email protected]>

---------

Signed-off-by: Ahmed Ebrahim <[email protected]>
  • Loading branch information
ahmeddesokyebrahim authored May 7, 2024
1 parent a701d19 commit c2ce980
Show file tree
Hide file tree
Showing 2 changed files with 6 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
4 changes: 4 additions & 0 deletions msg/MissionRemainingDistanceTime.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Information about the mission remaining distance and time.

float64 remaining_distance # Remaining distance in meters
float64 remaining_time # Remaining total time in seconds

0 comments on commit c2ce980

Please sign in to comment.