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

Use the RKNG #1930

Merged
merged 4 commits into from
Sep 8, 2018
Merged

Use the RKNG #1930

merged 4 commits into from
Sep 8, 2018

Conversation

eggrobin
Copy link
Member

@eggrobin eggrobin commented Sep 7, 2018

Fix #1909.

anomalous_segments_ = 1;
return;
}
// TODO(egg): move this to the Manœuvre class.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please create an issue for all these TODOs.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -54,6 +55,11 @@ class Ephemeris {
using IntrinsicAcceleration =
std::function<Vector<Acceleration, Frame>(Instant const& time)>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need the old intrinsic acceleration somewhere? If not, mention that we need to clean up in the issue.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still use it for the non-guided path, which uses a non-RKNG RKN.

max_ephemeris_steps * parameters_.step(),
trajectory_last_time + parameters_.step()),
t);
Prolong(t_final);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am sure that I have seen most of this code elsewhere. Please factor it out.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More TODOs for #1931.

@pleroy pleroy added the LGTM label Sep 8, 2018
@eggrobin eggrobin merged commit 1471a3b into mockingbirdnest:master Sep 8, 2018
pleroy added a commit that referenced this pull request Dec 2, 2018
Start fixing the debt introduced in #1930
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants