31 static const Str NAME(
"Pitch" );
38 static const SettingURI DEPTH_SETTING(
"depth",
"Desired depth to direct the "
39 "vehicle to. If specified with Pitch, only the absolute value of Pitch "
45 static const SettingURI DEPTH_RATE_SETTING(
"depthRate",
"Desired depth rate "
46 "for the vehicle. Can be specified alone, or with Depth. Overrides "
51 static const SettingURI ELEVATOR_ANGLE_SETTING(
"elevatorAngle",
"Desired "
52 "elevator angle for the vehicle. Overrides all other settings "
57 static const SettingURI MASS_POSITION_SETTING(
"massPosition",
"Desired "
58 "massPosition for the vehicle. Overrides all other settings except "
65 static const SettingURI PITCH_SETTING(
"pitch",
"Desired pitch of the vehicle. "
66 "If specified with PitchRate only the absolute value of PitchRate is "
67 "used. If specified with Depth, only the absolute value of Pitch is "
74 static const SettingURI PITCH_RATE_SETTING(
"pitchRate",
"Desired pitch rate "
75 "of the vehicle. Valid until the vehicle reaches its maximum pitch. "
76 "If specified with Pitch, only the absolute value of PitchRate is "
static const BaseUnit RADIAN_PER_SECOND
Definition: Units.h:95
static const BaseUnit METER_PER_SECOND
Definition: Units.h:86
static const BaseUnit RADIAN
Definition: Units.h:60
Replacement for standard template class string.
Definition: Str.h:12
Definition: ElementURI.h:268
Contains the ElementURI class definition.
Specifies the interface details for the Pitch component in the GuidanceModule.
Definition: PitchIF.h:27
static const BaseUnit METER
Definition: Units.h:42