Path: FormationFlying/Transformation
% Compute geometric goals given Frenet frame state and orbit info
--------------------------------------------------------------------------
Form:
[g,D] = FFEccFrenet2Goals( e, nu, xF, n );
--------------------------------------------------------------------------
------
Inputs
------
e (1,1) Eccentricity
nu (1,1) True anomaly [rad]
xF (6,1) Frenet frame state at nu (time-domain)
n (1,1) Mean orbit rate [rad/s] (optional)
* uses time-derivatives if provided
* uses nu-derivatives if NOT provided
-------
Outputs
-------
g (.) Data structure of geometric goals
--------------------------------------------------------------------------
Copyright (c) 2007 Princeton Satellite Systems, Inc.
All rights reserved.
--------------------------------------------------------------------------
Since version 7.
2019.1 Fixed bug in second path
--------------------------------------------------------------------------