Howto:Implementing a simple GCA system: Difference between revisions

Jump to navigation Jump to search
Line 249: Line 249:
demo.registerReceiver( receiver );
demo.registerReceiver( receiver );
demo.start();
demo.start();
</syntaxhighlight>
== Implementing GCA heuristics ==
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: 
<syntaxhighlight lang="nasal">
</syntaxhighlight>
</syntaxhighlight>


Navigation menu