-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
navigator_robotx_comms: Add UAV replenishment message for 2024, other…
… message fixups
- Loading branch information
Showing
9 changed files
with
77 additions
and
64 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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
string color # color of docking bay R, G, B | ||
string color # color of docking bay to park in ('R' for example) | ||
int8 ams_status # 1=docking, 2=complete | ||
string status_of_delivery # S = 'scanning', D = 'delivering' | ||
--- | ||
string message |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
string entry_color # color of the entry buoy ('R' for example) | ||
int8 finished # 1=in progress 2=completed | ||
--- | ||
string message |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
int8 uav_status # 1=stowed, 2=deployed, 3=faulted | ||
int8 item_status # 0=not picked up, 1=picked up, 2=delivered | ||
string item_color # color of the item ('R' for example) | ||
--- | ||
string message |
12 changes: 3 additions & 9 deletions
12
NaviGator/utils/navigator_msgs/srv/MessageUAVSearchReport.srv
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 |
---|---|---|
@@ -1,13 +1,7 @@ | ||
string object1 | ||
float64 object1_latitude | ||
string object1_n_s | ||
float64 object1_longitude | ||
string object1_e_w | ||
string object1 # 'R' for the R pad, 'N' for the N pad | ||
geographic_msgs/GeoPoint object1_location | ||
string object2 | ||
float64 object2_latitude | ||
string object2_n_s | ||
float64 object2_longitude | ||
string object2_e_w | ||
geographic_msgs/GeoPoint object2_location | ||
int8 uav_status # 1=manual, 2=autonomous, 3=faulted | ||
--- | ||
string message |
4 changes: 3 additions & 1 deletion
4
NaviGator/utils/navigator_msgs/srv/MessageWildlifeEncounter.srv
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
string[] buoy_array # list of buoys (R,G,B), up to three buoys | ||
string circling_wildlife # which animal to circle ('P' for example (python)) | ||
bool clockwise # whether to circle clockwise or counter-clockwise | ||
int8 number_of_circles # how many circles to do | ||
--- | ||
string message |
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