-
Notifications
You must be signed in to change notification settings - Fork 69
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
Asynchronous computation of predictions #2092
Conversation
…the computation if the parameters have not changed.
…ry is thread-safe.
virtual void FlowPrediction(Instant const& last_time); | ||
// Tries to extend the prediction by extending the ephemeris by at most | ||
// |max_ephemeris_steps_per_frame|. No guarantees regarding the end time of | ||
// the prediction when this call returns. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first sentence of this comment has little in common with the behaviour.
This doesn't really Flow
anything directly; RefreshPrediction
?
The parameterized one below does flow (after refreshing), so the identifier makes more sense there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
retest this please |
Documentation at https://docs.google.com/document/d/185OY7VJRUY1_tnZDGwFR3cnL44Vj749vZMEn1Hv71bU/edit?usp=sharing