Skip to content

Commit

Permalink
Update huntsman.yaml
Browse files Browse the repository at this point in the history
Fix scheduling state
  • Loading branch information
danjampro authored Sep 9, 2021
1 parent 5021526 commit 7d19cf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/state_table/huntsman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ states:
housekeeping:
tags: always_safe
scheduling:
horizon: twilight_max # Use twilght horizon so we don't park in between observing and flats
horizon: observe
starting:
tags: always_safe
horizon: twilight_max # TODO: Start up slightly before flat horizon
Expand Down Expand Up @@ -80,6 +80,10 @@ transitions:
source: starting
dest: ready
trigger: get_ready
-
source: scheduling
dest: ready
trigger: get_ready
-
source: ready
dest: twilight_flat_fielding
Expand Down

0 comments on commit 7d19cf8

Please sign in to comment.