Skip to content

Commit 8e94f13

Browse files
authored
Merge pull request #291 from benmaidel/feature/safety_controller_state
add SafetyControllerState message
2 parents 0748b2f + 6940db3 commit 8e94f13

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

cob_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ add_message_files(FILES
88
EmergencyStopState.msg
99
Network.msg
1010
PowerState.msg
11+
SafetyControllerState.msg
1112
SiteSurvey.msg
1213
)
1314

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

0 commit comments

Comments
 (0)