Description
Syntax check the Mission Plans specified in either a text file or a directory.
Forms
•--check-syntax-mission-plan-list
•-csmpl |
Usage
ff --check-syntax-mission-plan-list <PATH TO TEXT FILE CONTAINING MISSION PLAN PATHS>
ff --check-syntax-mission-plan-list <PATH TO DIRECTORY CONTAINING MISSION PLANS>
|
Example
Syntax check the Mission Plans given by paths in myTextMissionPlanList.txt
Windows
FF.exe -csmpl myTextMissionPlanList.txt
|
Linux
ff -csmpl myTextMissionPlanList.txt
|
|
Syntax check Mission Plans in a folder on your desktop
Windows
FF.exe -csmpl "\Users\<USERNAME>\Desktop\FreeFlyerFolder"
|
Linux
ff -csmpl > ~/Desktop/FreeFlyerFolder
|
|
|