Setting up your Script
Now that we've created our template file, we can begin to start writing our script.
This tutorial will be much easier with axcli
installed.
Although we created the system, we actually don't know where Mars will be by the time the rocket gets there. First, we need to load our simulation to find the final position of Mars. With axcli
we can load the system:
Then we can run a short Python script to analyze our results:
Last updated