mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 10:41:15 +00:00
system_statuses_node.py is updated so it handles 6 message types: GPSInfo.msg, JetsonInfo.msg, FrSkyStatus.msg, MiscStatuses.msg, BogieStatuses.msg, and CameraStatuses.msg instead of 1 giant message.
This commit is contained in:
BIN
rover/system_statuses/msg/.RoverSysStatus.msg.kate-swp
Normal file
BIN
rover/system_statuses/msg/.RoverSysStatus.msg.kate-swp
Normal file
Binary file not shown.
3
rover/system_statuses/msg/BogieStatuses.msg
Normal file
3
rover/system_statuses/msg/BogieStatuses.msg
Normal file
@@ -0,0 +1,3 @@
|
||||
int8 bogie_connection_1
|
||||
int8 bogie_connection_2
|
||||
int8 bogie_connection_3
|
||||
@@ -1 +0,0 @@
|
||||
int8 camera_2_value
|
||||
4
rover/system_statuses/msg/CameraStatuses.msg
Normal file
4
rover/system_statuses/msg/CameraStatuses.msg
Normal file
@@ -0,0 +1,4 @@
|
||||
int8 camera_zed
|
||||
int8 camera_undercarriage
|
||||
int8 camera_chassis
|
||||
int8 camera_main_navigation
|
||||
1
rover/system_statuses/msg/FrSkyStatus.msg
Normal file
1
rover/system_statuses/msg/FrSkyStatus.msg
Normal file
@@ -0,0 +1 @@
|
||||
int8 FrSky_controller_connection_status
|
||||
2
rover/system_statuses/msg/GPSInfo.msg
Normal file
2
rover/system_statuses/msg/GPSInfo.msg
Normal file
@@ -0,0 +1,2 @@
|
||||
int8 UTC_GPS_time
|
||||
int8 GPS_connection_status
|
||||
4
rover/system_statuses/msg/JetsonInfo.msg
Normal file
4
rover/system_statuses/msg/JetsonInfo.msg
Normal file
@@ -0,0 +1,4 @@
|
||||
int8 jetson_CPU
|
||||
int8 jetson_RAM
|
||||
int8 jetson_EMMC
|
||||
int8 jetson_NVME_SSD
|
||||
5
rover/system_statuses/msg/MiscStatuses.msg
Normal file
5
rover/system_statuses/msg/MiscStatuses.msg
Normal file
@@ -0,0 +1,5 @@
|
||||
int8 arm_connection_status
|
||||
int8 arm_end_effector_connection_statuses
|
||||
int8 sample_containment_connection_status
|
||||
int8 tower_connection_status
|
||||
int8 chassis_pan_tilt_connection_status
|
||||
Reference in New Issue
Block a user