-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edge Case for Az then El Motions #122
Comments
This has happened for every schedule this week. So an important error to fix. Maybe at least start by moving in elevation first instead of azimuth? |
The constraint that moves should be separated into [az move; el move] would be best dealt with in the Agent, to be honest. It already does a bunch of thinking about whether az-then-el or el-then-az is better. Then the scheduler wouldn't have to worry about it so much. And it would be in effect all the time. |
^^ Support added in simonsobs/socs#778 - once I test and merge that I propose we simply remove the az/el sequencing from scheduler and do it through ACU agent config. |
I'm still finding this error in schedule generation, would be nice to have something to fix it. |
Config now pending in https://github.com/simonsobs/ocs-deployment-configs/pull/297 ... |
We changed the Az / El moves to be separate, but I definitely just found an edge case on doing this (thanks sun safety checker!).
Running off this configuration:
Ended up with
The text was updated successfully, but these errors were encountered: