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

fix sector orientation; #46

Merged
merged 5 commits into from
Aug 25, 2023
Merged

fix sector orientation; #46

merged 5 commits into from
Aug 25, 2023

Conversation

GliderGeek
Copy link
Owner

@GliderGeek GliderGeek commented Jul 17, 2023

with symmetrical sector orientation, the orientation should point inward. the cause of the orientation pointing outward was that previous and next were reversed. incidentally another bug with fixed orientation angles hid this problem. fixing these fixed orientation angles recently brought up this problem. also had to change line cross logic

this MR closes #45

remaining:

  • add test: from L lines in IGC -> correct waypoint definitions
  • add test: line crossings start and finish
  • consider moving sector orientation setting logic
  • changelog

…ntation should point inward. the cause of this was that previous and next were reversed. incidentally another bug hid this fix. fixing the orientation angle recently brought up this problem. also had to change line cross logic
…on_angle is dependent on previous or next waypoints in the list. the task is a good way to group them and make sure the order is not changed
@GliderGeek GliderGeek merged commit 68b591e into development Aug 25, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with keyhole sectors
1 participant