31 static const NameURI NAME(
"Waypoint",
"Drives the vehicle to a waypoint by following a calculated bearing, using crosstrack error correction (unless waterframe is true)" );
35 static const SettingURI CAPTURE_RADIUS_SETTING(
"captureRadius",
"Optional "
36 "radius of the circle that defines that the vehicle has reached the "
38 static const SettingURI DISTANCE_DELTA_SETTING(
"distanceDelta",
"Distance from "
39 "the nominal waypoint set by other settings. Must be combined with "
41 static const SettingURI DISTANCE_DELTA_BEARING_SETTING(
"distanceDeltaBearing",
42 "Bearing of distance from the nominal waypoint set by other settings. "
44 static const SettingURI EASTINGS_DELTA_SETTING(
"eastingsDelta",
"Desired "
45 "change in longitude to achieve, expressed as a distance",
Units::METER );
46 static const SettingURI LATITUDE_SETTING(
"latitude",
"Desired Latitude, "
48 static const SettingURI LATITUDE_DELTA_SETTING(
"latitudeDelta",
"Desired "
49 "waypoint latitude delta from the current latitude",
Units::DEGREE );
50 static const SettingURI LONGITUDE_SETTING(
"longitude",
"Desired Longitude, "
52 static const SettingURI LONGITUDE_DELTA_SETTING(
"longitudeDelta",
"Desired "
53 "waypoint latitude delta from the current latitude",
Units::DEGREE );
54 static const SettingURI NORTHINGS_DELTA_SETTING(
"northingsDelta",
"Desired "
55 "change in latitude to achieve, expressed as a distance",
Units::METER );
56 static const SettingURI WATER_FRAME_SETTING(
"waterFrame",
"If true, attempt to "
57 "drive in water frame of reference (no attempt to fix for crosstrack "
58 "errors, drive until calculated distance thru water is achieved). Can "
Definition: ElementURI.h:268
Contains the ElementURI class definition.
Specifies the interface details for the Waypoint component in the GuidanceModule. ...
Definition: WaypointIF.h:27
Definition: ElementURI.h:242
static const Unit DEGREE
Definition: Units.h:132
static const BaseUnit BOOL
Definition: Units.h:227
static const BaseUnit METER
Definition: Units.h:42