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

Change the flight plan tolerance and steps to be consistent with the prediction #3423

Merged
merged 3 commits into from
Aug 20, 2022

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Aug 20, 2022

Fix #3395.

parameters.length_integration_tolerance.ToString(
"0.0e0")),
length_integration_tolerances_names_[
length_integration_tolerance_index_]),
Copy link
Member

Choose a reason for hiding this comment

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

Just remove the localized string (also from the localization files).

private static readonly string[] speed_integration_tolerances_names_ = {
"1 µm/s", "10 µm/s", "100 µm/s", "1 mm/s", "1 cm/s", "10 cm/s", "1 m/s",
"10 m/s", "100 m/s", "1 km/s", "10 km/s", "100 km/s", "1000 km/s"
};
Copy link
Member

Choose a reason for hiding this comment

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

Unused, remove.
Also remove this TODO  in the main window :

// TODO(egg): make the speed tolerance independent.

Let’s not go there.

@eggrobin eggrobin added the LGTM label Aug 20, 2022
@pleroy pleroy merged commit d98c34a into mockingbirdnest:master Aug 20, 2022
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.

The flight plan and prediction tolerance settings are inconsistent
2 participants