//////////////////////////////////////////////////////////////// // // Copyright (c) 2024 MBARI // MBARI Proprietary Information. Confidential. All Rights Reserved // Unauthorized copying or distribution of this file via any medium is strictly // prohibited. // // WARNING - This file contains information whose export is restricted by the // Export Administration Act of 1979 (Title 50, U.S.C., App. 2401 et seq.), as // amended. Violations of these export laws are subject to severe civil and/or // criminal penalties. // //////////////////////////////////////////////////////////////// // // PURPOSE: This contains GuidanceModule parameters for Tethys. // // NOTES: All values (except "strings") must be followed by // a unit abbreviation (or one of the unit-like // abbreviations: n/a, bool, enum, count). // //////////////////////////////////////////////////////////////// // All mission components are always enabled. // They are only used if they appear in a mission // When this variable is set to true the waypoint behavior will recalculate a new bearing to the waypoint upon receiving a new lat/lon fix. // This should be used when the user wants to offset current when there is no bottom lock available. Note that the bearing angle will get // steeper the closer the vehicle is to the waypoint. Consider using this along with a suitable capture radius to prevent too much // chase close to the waypoint. Waypoint.wptRecalcBearing = 1 bool;