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

NameDescription
lookupPathThe path to the lookup data. This is the absolute path to the CSV file.
integratePostDataA flag for if the state should be integrated after the data is exhausted.
orbitingBodyThe name of the body orbiting
usePointingAttitudeA flag whether to use an attitude that points in the direction of motion
repeatAtEndA flag whether to repeat the data set at the end of the data sheet