577
edits
(→Issues) |
|||
| Line 107: | Line 107: | ||
In order to see a smooth movement of our AI traffic we need to calculate a fictive velocity, this should be done in recompute_aircraft() | * In order to see a smooth movement of our AI traffic we need to calculate a fictive velocity, this should be done in recompute_aircraft() {{Done}} | ||
* Currently our extrapolation routine doesn't apply climb rate, we need to implement this. {{Done}} | |||
Currently our extrapolation routine doesn't apply climb rate, we need to implement this. | * It seems that our extrapolator routine create an acceleration, we should keep a constant velocity | ||
* Our recompute_routine() seems to be not enough predicative since AI return to their last position when they have consumed all their positions | |||
* We should send n-1 position in order to avoid these back to position. It seems that an interpolator is more indicated for this task (follow an AI, you will see that he change of heading when he come back to previous position) | |||
== FGExternalMotionData == | == FGExternalMotionData == | ||
edits