-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sys_status.cpp: Add a SYS_STATUS message publisher
- Loading branch information
1 parent
92e4062
commit 323ce6b
Showing
3 changed files
with
38 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
std_msgs/Header header | ||
|
||
uint32 sensors_present | ||
uint32 sensors_enabled | ||
uint32 sensors_health | ||
uint16 load | ||
uint16 voltage_battery | ||
int16 current_battery | ||
int8 battery_remaining | ||
uint16 drop_rate_comm | ||
uint16 errors_comm | ||
uint16 errors_count1 | ||
uint16 errors_count2 | ||
uint16 errors_count3 | ||
uint16 errors_count4 |