mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
EKF2_GPS_POS_X/Y/Z have same long description (#25068)
This commit is contained in:
@@ -77,7 +77,7 @@ parameters:
|
||||
EKF2_GPS_POS_X:
|
||||
description:
|
||||
short: X position of GPS antenna in body frame
|
||||
long: Forward axis with origin relative to vehicle centre of gravity
|
||||
long: Forward (roll) axis with origin relative to vehicle centre of gravity
|
||||
type: float
|
||||
default: 0.0
|
||||
unit: m
|
||||
@@ -85,7 +85,7 @@ parameters:
|
||||
EKF2_GPS_POS_Y:
|
||||
description:
|
||||
short: Y position of GPS antenna in body frame
|
||||
long: Forward axis with origin relative to vehicle centre of gravity
|
||||
long: Right (pitch) axis with origin relative to vehicle centre of gravity
|
||||
type: float
|
||||
default: 0.0
|
||||
unit: m
|
||||
@@ -93,7 +93,7 @@ parameters:
|
||||
EKF2_GPS_POS_Z:
|
||||
description:
|
||||
short: Z position of GPS antenna in body frame
|
||||
long: Forward axis with origin relative to vehicle centre of gravity
|
||||
long: Down (yaw) axis with origin relative to vehicle centre of gravity
|
||||
type: float
|
||||
default: 0.0
|
||||
unit: m
|
||||
|
||||
Reference in New Issue
Block a user