File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ add_message_files(FILES
8
8
EmergencyStopState.msg
9
9
Network.msg
10
10
PowerState.msg
11
+ SafetyControllerState.msg
11
12
SiteSurvey.msg
12
13
)
13
14
Original file line number Diff line number Diff line change
1
+ Header header
2
+ bool has_wireless_emstop
3
+ bool has_fall_sensors
4
+ bool has_magnetic_safety_switch
5
+
6
+ bool emergency_button_stop
7
+ bool brake_button_stop
8
+ bool laser_stop
9
+ bool wireless_stop
10
+ bool fall_sensor_stop
11
+ bool external_stop
12
+
13
+ bool laser_bridged
14
+ bool wireless_bridged
15
+
16
+ bool magnetic_safety_switch
17
+
18
+ bool laser_front_ok
19
+ bool laser_left_ok
20
+ bool laser_right_ok
21
+
22
+ bool fall_sensor_front
23
+ bool fall_sensor_left
24
+ bool fall_sensor_right
25
+ bool fall_sensor_released
26
+
27
+ bool base_active
28
+ bool torso_active
29
+ bool base_enabled
30
+ bool torso_enabled
You can’t perform that action at this time.
0 commit comments