//////////////////////////////////////////////////////////////////// // // PURPOSE: List of parameters that pertain to the work site. // // NOTES: All values (except "strings") must be followed by // a unit abbreviation (or one of the unit-like // abbreviations: n/a, bool, enum, count). // //////////////////////////////////////////////////////////////////// // initLat = 36.737845 arcdeg; // Initial latitude // initLon = -121.8804227 arcdeg; // Initial longitude initLat = 33.60204 arcdeg; // Initial latitude initLon = -118.01505 arcdeg; // Initial longitude startupScript = "Missions/Startup.xml"; // Mission to run on power-up defaultScript = "Missions/Default.xml"; // Mission to run when no other mission is running.