Howto:Implementing a simple GCA system: Difference between revisions

Jump to navigation Jump to search
Line 254: Line 254:


Now that we have the boilerplate in place, we can look into implementing the actual heuristics for a ground controlled approach.
Now that we have the boilerplate in place, we can look into implementing the actual heuristics for a ground controlled approach.
For that, we are dealing with a single method only: <code>buildInstruction()</code>, primarily using the helpers available in geo.nas:   
For that, we are dealing with a single method only: <code>buildInstruction()</code>, primarily using the helpers available in geo.nas, using glide_slope_tunnel.nas as refernece:   


<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">

Navigation menu