-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6aaa52f
commit da0175f
Showing
18 changed files
with
149 additions
and
11 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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,123 @@ | ||
panels: | ||
- channel: 1 | ||
number_of_leds: 22 | ||
- channel: 2 | ||
number_of_leds: 22 | ||
|
||
segments: | ||
- name: fl | ||
channel: 1 | ||
led_range: 0-10 | ||
- name: rl | ||
channel: 1 | ||
led_range: 21-11 | ||
- name: fr | ||
channel: 2 | ||
led_range: 0-10 | ||
- name: fl | ||
channel: 2 | ||
led_range: 21-11 | ||
|
||
|
||
segments_map: | ||
all: [fl, fr, rl, rr] | ||
front: [fl, fr] | ||
rear: [rl, rr] | ||
|
||
led_animations: | ||
- id: 0 | ||
name: E_STOP | ||
priority: 3 | ||
animations: | ||
- type: panther_lights::ImageAnimation | ||
segments: all | ||
animation: | ||
image: $(find panther_lights)/animations/lynx/triangle01_red.png | ||
duration: 2 | ||
|
||
- id: 1 | ||
name: READY | ||
priority: 3 | ||
animations: | ||
- type: panther_lights::ImageAnimation | ||
segments: all | ||
animation: | ||
image: $(find panther_lights)/animations/lynx/triangle01_green.png | ||
duration: 2 | ||
|
||
- id: 2 | ||
name: ERROR | ||
priority: 1 | ||
animations: | ||
- type: panther_lights::ImageAnimation | ||
segments: all | ||
animation: | ||
image: $(find panther_lights)/animations/lynx/strip01_red.png | ||
duration: 3 | ||
repeat: 2 | ||
|
||
- id: 3 | ||
name: MANUAL_ACTION | ||
priority: 3 | ||
animations: | ||
- type: panther_lights::ImageAnimation | ||
segments: all | ||
animation: | ||
image: $(find panther_lights)/animations/lynx/triangle01_blue.png | ||
duration: 3 | ||
|
||
- id: 4 | ||
name: AUTONOMOUS_ACTION | ||
priority: 3 | ||
animations: | ||
- type: panther_lights::ImageAnimation | ||
segments: all | ||
animation: | ||
image: $(find panther_lights)/animations/lynx/triangle01_orange.png | ||
duration: 3 | ||
|
||
- id: 5 | ||
name: GOAL_ACHIEVED | ||
priority: 2 | ||
animations: | ||
- type: panther_lights::ImageAnimation | ||
segments: all | ||
animation: | ||
image: $(find panther_lights)/animations/lynx/strip01_purple.png | ||
duration: 3 | ||
repeat: 2 | ||
|
||
- id: 6 | ||
name: LOW_BATTERY | ||
priority: 2 | ||
animations: | ||
- type: panther_lights::ImageAnimation | ||
segments: all | ||
animation: | ||
image: $(find panther_lights)/animations/lynx/battery_low.png | ||
duration: 2 | ||
repeat: 2 | ||
|
||
- id: 7 | ||
name: CRITICAL_BATTERY | ||
priority: 2 | ||
animations: | ||
- type: panther_lights::ImageAnimation | ||
segments: all | ||
animation: | ||
image: $(find panther_lights)/animations/lynx/battery_critical.png | ||
duration: 2 | ||
repeat: 2 | ||
|
||
# The BATTERY_STATE animation is no longer supported. | ||
# Animation ID: 8 was intentionally omitted to keep numbering compatibility with ROS 1. | ||
|
||
- id: 9 | ||
name: CHARGING_BATTERY | ||
priority: 3 | ||
animations: | ||
- type: panther_lights::ChargingAnimation | ||
segments: all | ||
animation: | ||
duration: 3 | ||
repeat: 2 |
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