In MaxQ there are 4 primary methods of determing the location/state of objects in space.
Method | It is |
---|---|
spk/emphemeris | SPK Kernels |
TLE | Near-Earth Telemetry |
simple orbit | Orbital Elements |
state vector | Rigidbody Physics |
The relevant Blueprint actions of each:
Method | Blueprint Action |
---|---|
spk/ephemeris | spkpos , spkezr |
TLE | getelem , ev2lin |
conics | conics |
state | oscelt |