-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jsk_fetch_startup] Add audible warning
- Loading branch information
1 parent
2426298
commit 961847f
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
jsk_fetch_robot/jsk_fetch_startup/config/warning_blacklist.yaml
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,12 @@ | ||
blacklist: | ||
- name: "/CPU/CPU Usage/my_machine CPU Usage" | ||
- name: "/Other/amcl: Standard deviation" | ||
- name: "/Other/jsk_joy_node: Joystick Driver Status" | ||
- name: "/Other/l515_head l515_head_realsense2_camera_.*: Frequency Status" | ||
- name: "/Peripherals/PS3 Controller" | ||
- name: "/Sensors/IMU/IMU.*" | ||
- name: "/SoundPlay/sound_play.*" | ||
run_stop_blacklist: | ||
- name: "\\w*_(mcb|breaker)" | ||
- name: "Mainboard" | ||
message: "Runstop pressed" |
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