Skip to content

Commit

Permalink
remove unnecessary brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
KmakD committed Jun 6, 2024
1 parent 016b3b9 commit 38c5f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panther_manager/behavior_trees/lights.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ current_anim_id = CHARGING_BATTERY_ANIM_ID"/>
param=""
repeating="true"
service_name="lights/controller/set/animation"
_skipIf="(!e_stop_state) || (current_anim_id == E_STOP_ANIM_ID)"
_skipIf="(!e_stop_state) || current_anim_id == E_STOP_ANIM_ID"
_onSuccess="current_anim_id = E_STOP_ANIM_ID"/>
<Sequence name="BatteryStatusSequence">
<TickAfterTimeout timeout="{LOW_BATTERY_ANIM_PERIOD}"
Expand Down

0 comments on commit 38c5f6a

Please sign in to comment.