Skip to content
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

Scheduler: Would like endsWithin clause to allow non-adjacent to anchor #791

Closed
bashbash opened this issue Mar 17, 2023 · 1 comment
Closed
Labels
clipper Requests from the Europa Clipper project scheduling Anything related to the scheduling domain

Comments

@bashbash
Copy link

srschaff
https://jira.jpl.nasa.gov/browse/AERIEQS-311
Moderate
for example "endsWithin: TimingConstraint.range(WindowProperty.START, Operator.MINUS, 15 * 60 * 1000 * 1000)," will have it end anywhere from -15min to 0min before start of anchor

but sometimes want it to end anywhere from -15min to -5min before the start of the anchor. (for example a slew that needs some wait time after for pointing stability)

suggest allow specifying the full range, eg endsWithin(start.minus(-15),start.minus(-5))

@bashbash bashbash added the clipper Requests from the Europa Clipper project label Mar 17, 2023
@camargo camargo changed the title would like endsWithin clause to allow non-adjacent to anchor Would like endsWithin clause to allow non-adjacent to anchor Mar 17, 2023
@mattdailis mattdailis added the scheduling Anything related to the scheduling domain label Aug 30, 2023
@mattdailis mattdailis changed the title Would like endsWithin clause to allow non-adjacent to anchor Scheduler: Would like endsWithin clause to allow non-adjacent to anchor Aug 30, 2023
@github-project-automation github-project-automation bot moved this to Todo in Aerie Aug 30, 2023
@adrienmaillard
Copy link
Contributor

This has been solved by #1069

@github-project-automation github-project-automation bot moved this from Todo to Done in Aerie Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clipper Requests from the Europa Clipper project scheduling Anything related to the scheduling domain
Projects
Status: Done
Development

No branches or pull requests

3 participants