Skip to content

Fixed issue 1081 : Add toOrbitRelativeFrame method in LOFType

Vincent CUCCHIETTI requested to merge vcucchie/orekit:issue-1081 into develop

Hi everyone,

Opening this merge request to close issue #1081 (closed).

Cheers, Vincent

Commit message: Added "toOrbitRelativeFrame" method in LOFType enum to allow for better compatibility between Orekit and CCSDS files

Added new error message when trying to convert LVLH and LVLH_INERTIAL LOFType enum to OrbitRelativeFrame as they use a different definition than the one expected in CCSDS files

Merge request reports