You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mavros_msgs/srv/SetMavFrame.srv
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@
7
7
# mavros_cog.idl_decl_enum('MAV_FRAME', 'FRAME_')
8
8
# ]]]
9
9
# MAV_FRAME
10
-
uint8FRAME_GLOBAL = 0# Global (WGS84) coordinate frame + MSL altitude. First value / x: latitude, second value / y: longitude, third value / z: positive altitude over mean sea level (MSL).
10
+
uint8FRAME_GLOBAL = 0# Global (WGS84) coordinate frame + altitude relative to mean sea level (MSL).
11
11
uint8FRAME_LOCAL_NED = 1# NED local tangent frame (x: North, y: East, z: Down) with origin fixed relative to earth.
12
12
uint8FRAME_MISSION = 2# NOT a coordinate frame, indicates a mission command.
13
-
uint8FRAME_GLOBAL_RELATIVE_ALT = 3# Global (WGS84) coordinate frame + altitude relative to the home position. First value / x: latitude, second value / y: longitude, third value / z: positive altitude with 0 being at the altitude of the home location.
13
+
uint8FRAME_GLOBAL_RELATIVE_ALT = 3# Global (WGS84) coordinate frame + altitude relative to the home position.
14
14
uint8FRAME_LOCAL_ENU = 4# ENU local tangent frame (x: East, y: North, z: Up) with origin fixed relative to earth.
15
-
uint8FRAME_GLOBAL_INT = 5# Global (WGS84) coordinate frame (scaled) + MSL altitude. First value / x: latitude in degrees*1E7, second value / y: longitude in degrees*1E7, third value / z: positive altitude over mean sea level (MSL).
16
-
uint8FRAME_GLOBAL_RELATIVE_ALT_INT = 6# Global (WGS84) coordinate frame (scaled) + altitude relative to the home position. First value / x: latitude in degrees*1E7, second value / y: longitude in degrees*1E7, third value / z: positive altitude with 0 being at the altitude of the home location.
15
+
uint8FRAME_GLOBAL_INT = 5# Global (WGS84) coordinate frame (scaled) + altitude relative to mean sea level (MSL).
16
+
uint8FRAME_GLOBAL_RELATIVE_ALT_INT = 6# Global (WGS84) coordinate frame (scaled) + altitude relative to the home position.
17
17
uint8FRAME_LOCAL_OFFSET_NED = 7# NED local tangent frame (x: North, y: East, z: Down) with origin that travels with the vehicle.
18
-
uint8FRAME_BODY_NED = 8# Same as MAV_FRAME_LOCAL_NED when used to represent position values. Same as MAV_FRAME_BODY_FRD when used with velocity/accelaration values.
18
+
uint8FRAME_BODY_NED = 8# Same as MAV_FRAME_LOCAL_NED when used to represent position values. Same as MAV_FRAME_BODY_FRD when used with velocity/acceleration values.
19
19
uint8FRAME_BODY_OFFSET_NED = 9# This is the same as MAV_FRAME_BODY_FRD.
20
-
uint8FRAME_GLOBAL_TERRAIN_ALT = 10# Global (WGS84) coordinate frame with AGL altitude (at the waypoint coordinate). First value / x: latitude in degrees, second value / y: longitude in degrees, third value / z: positive altitude in meters with 0 being at ground level in terrain model.
21
-
uint8FRAME_GLOBAL_TERRAIN_ALT_INT = 11# Global (WGS84) coordinate frame (scaled) with AGL altitude (at the waypoint coordinate). First value / x: latitude in degrees*1E7, second value / y: longitude in degrees*1E7, third value / z: positive altitude in meters with 0 being at ground level in terrain model.
22
-
uint8FRAME_BODY_FRD = 12# FRD local tangent frame (x: Forward, y: Right, z: Down) with origin that travels with vehicle. The forward axis is aligned to the front of the vehicle in the horizontal plane.
20
+
uint8FRAME_GLOBAL_TERRAIN_ALT = 10# Global (WGS84) coordinate frame with AGL altitude (altitude at ground level).
21
+
uint8FRAME_GLOBAL_TERRAIN_ALT_INT = 11# Global (WGS84) coordinate frame (scaled) with AGL altitude (altitude at ground level).
22
+
uint8FRAME_BODY_FRD = 12# FRD local frame aligned to the vehicle's attitude (x: Forward, y: Right, z: Down) with an origin that travels with vehicle.
23
23
uint8FRAME_RESERVED_13 = 13# MAV_FRAME_BODY_FLU - Body fixed frame of reference, Z-up (x: Forward, y: Left, z: Up).
24
24
uint8FRAME_RESERVED_14 = 14# MAV_FRAME_MOCAP_NED - Odometry local coordinate frame of data given by a motion capture system, Z-down (x: North, y: East, z: Down).
25
25
uint8FRAME_RESERVED_15 = 15# MAV_FRAME_MOCAP_ENU - Odometry local coordinate frame of data given by a motion capture system, Z-up (x: East, y: North, z: Up).
uint8FRAME_RESERVED_19 = 19# MAV_FRAME_ESTIM_ENU - Odometry local coordinate frame of data given by an estimator running onboard the vehicle, Z-up (x: East, y: North, z: Up).
30
30
uint8FRAME_LOCAL_FRD = 20# FRD local tangent frame (x: Forward, y: Right, z: Down) with origin fixed relative to earth. The forward axis is aligned to the front of the vehicle in the horizontal plane.
31
31
uint8FRAME_LOCAL_FLU = 21# FLU local tangent frame (x: Forward, y: Left, z: Up) with origin fixed relative to earth. The forward axis is aligned to the front of the vehicle in the horizontal plane.
0 commit comments