mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 14:57:35 +08:00
TECS: Use version in ECL library
This change updates a number of interfaces to use the new TECS implementation from the ECL library.
This commit is contained in:
committed by
Lorenz Meier
parent
4923d0cba3
commit
3fc7aba178
@@ -11,7 +11,6 @@ float32 altitudeSp
|
||||
float32 altitude_filtered
|
||||
float32 flightPathAngleSp
|
||||
float32 flightPathAngle
|
||||
float32 flightPathAngleFiltered
|
||||
float32 airspeedSp
|
||||
float32 airspeed_filtered
|
||||
float32 airspeedDerivativeSp
|
||||
|
||||
@@ -29,6 +29,10 @@ uint8 vxy_reset_counter
|
||||
|
||||
float32 delta_vz
|
||||
uint8 vz_reset_counter
|
||||
# Acceleration in NED frame
|
||||
float32 ax # North velocity derivative in NED earth-fixed frame, (metres/sec^2)
|
||||
float32 ay # East velocity derivative in NED earth-fixed frame, (metres/sec^2)
|
||||
float32 az # Down velocity derivative in NED earth-fixed frame, (metres/sec^2)
|
||||
|
||||
# Heading
|
||||
float32 yaw # Euler yaw angle transforming the tangent plane relative to NED earth-fixed frame, -PI..+PI, (radians)
|
||||
|
||||
Reference in New Issue
Block a user