31 static const NameURI NAME(
"YoYo",
"Causes the vehicle to descend as quickly as "
32 "possible when it it pointing down, and to ascend as quickly "
33 "as possible when it is pointing up." );
38 static const SettingURI DOWN_PITCH_SETTING(
"downPitch",
"Desired downward pitch of the vehicle",
Units::DEGREE );
43 static const SettingURI SATISFIED_THRESHOLD_SETTING(
"satisfiedThreshold",
"Minimum depth change required to enable sequence behavior to be satisfied",
Units::METER );
Specifies the interface details for the YoYo component in the GuidanceModule.
Definition: YoYoIF.h:27
static const BaseUnit METER_PER_SECOND
Definition: Units.h:86
Definition: ElementURI.h:268
Contains the ElementURI class definition.
Definition: ElementURI.h:242
static const Unit DEGREE
Definition: Units.h:132
static const BaseUnit METER
Definition: Units.h:42