Declared in Spacecraft
Declaration
bool SetCustomTrajectory(
string lookupPath,
bool integratePostData,
string orbitingBody,
bool usePointingAttitude,
bool repeatAtEnd
);
Description
Sets the path to the lookup data to read from. This should be an absolute path to the CSV file with the data from the file. This assumes the file is of the correct format, but will not throw an error if not.
Parameters
Name | Description |
---|---|
lookupPath | The path to the lookup data. This is the absolute path to the CSV file. |
integratePostData | A flag for if the state should be integrated after the data is exhausted. |
orbitingBody | The name of the body orbiting |
usePointingAttitude | A flag whether to use an attitude that points in the direction of motion |
repeatAtEnd | A flag whether to repeat the data set at the end of the data sheet |