GliderGeek / PySoar

Gliding competition analysis
http://www.pysoar.com
GNU General Public License v3.0
17 stars 7 forks source link

investigate taskpoint_completed #78

Closed GliderGeek closed 7 years ago

GliderGeek commented 8 years ago

seems that it is completed when first fix is inside the sector and the second is out. for racetasks this should be the other way around? (as soon as sector is entered, next tp is selected)

GliderGeek commented 8 years ago

update: maybe this only applies for taskpoints with sector_orientation == 'next'? if so, it might be to fix the start. should this be enforced more directly? (as sector_orientation can also be next for normal taskpoints)

should actually move all this logic to task. since the handling is specific whether it is aat or race. if taskpoint just contains function inside_sector this problem is maybe gone?

GliderGeek commented 7 years ago

duplicate, will be solved with #91