mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 16:10:35 +08:00
Whitespace cleanup.
This commit is contained in:
@@ -29,7 +29,7 @@ R_tas_init = 1.4**2
|
||||
|
||||
#########################################################################################################################
|
||||
|
||||
# define symbols: true airspeed, sidslip angle,
|
||||
# define symbols: true airspeed, sidslip angle,
|
||||
V, beta, yaw, groundspeed_body_x, groundspeed_body_y = symbols('V beta yaw vx_body vy_body')
|
||||
R_tas, R_beta, R_yaw = symbols('R_tas R_beta R_yaw')
|
||||
|
||||
@@ -64,4 +64,4 @@ P_wind_earth_numeric = P_wind_earth_numeric.subs([(groundspeed_body_x, groundspe
|
||||
print('P[22][22] = ' + str(P_wind_earth_numeric[0,0]))
|
||||
print('P[22][23] = ' + str(P_wind_earth_numeric[0,1]))
|
||||
print('P[23][22] = ' + str(P_wind_earth_numeric[1,0]))
|
||||
print('P[23][23] = ' + str(P_wind_earth_numeric[1,1]))
|
||||
print('P[23][23] = ' + str(P_wind_earth_numeric[1,1]))
|
||||
|
||||
Reference in New Issue
Block a user