-
Notifications
You must be signed in to change notification settings - Fork 50
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): update msg name and content
Signed-off-by: AhmedEbrahim <[email protected]>
- Loading branch information
Ahmed Ebrahim
committed
Apr 23, 2024
1 parent
c6767dd
commit d6ac44a
Showing
3 changed files
with
8 additions
and
5 deletions.
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 |
This file was deleted.
Oops, something went wrong.