Skip to content

Commit

Permalink
Error increase frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Sep 26, 2024
1 parent 2965cf0 commit e0e188a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
Binary file modified panther_lights/.docs/CHARGING_BATTERY.webp
Binary file not shown.
Binary file modified panther_lights/.docs/ERROR.webp
Binary file not shown.
Binary file modified panther_lights/.docs/GOAL_ACHIEVED.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion panther_lights/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## LED Animations

Basic led configuration is loaded from [`{robot_model}_animations.yaml`](config) file. It includes definition of robot panels, virtual segments and default animations. Default animations can be found in the table below:
Basic led configuration is loaded from [`{robot_model}_animations.yaml`](config) file. It includes definition of robot panels, virtual segments and default animations. The default appearance of the animation when looking at the robot from the front or back is as follows:

| ID | NAME | PRIORITY | ANIMATION |
| :---: | ----------------- | :------: | -------------------------------------------------- |
Expand Down
6 changes: 5 additions & 1 deletion panther_lights/config/lynx_animations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ segments_map:
all: [fl, fr, rl, rr]
front: [fl, fr]
rear: [rl, rr]
fl: [fl]
fr: [fr]
rl: [rl]
rr: [rr]

led_animations:
- id: 0
Expand Down Expand Up @@ -52,7 +56,7 @@ led_animations:
segments: all
animation:
image: $(find panther_lights)/animations/lynx/strip01_red.png
duration: 3
duration: 2
repeat: 2

- id: 3
Expand Down
2 changes: 1 addition & 1 deletion panther_lights/config/panther_animations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ led_animations:
segments: all
animation:
image: $(find panther_lights)/animations/panther/strip01_red.png
duration: 3
duration: 2
repeat: 2

- id: 3
Expand Down

0 comments on commit e0e188a

Please sign in to comment.