-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(remaining_dist_eta): add msg definition for mission remaining di…
…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
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |