mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
SITL: Documented SIM_WIND_DIR_Z
This commit is contained in:
parent
cb74ebbddd
commit
2cd5413b0d
@ -2662,7 +2662,6 @@ class TestSuite(ABC):
|
||||
"SIM_WAVE_ENABLE",
|
||||
"SIM_WAVE_LENGTH",
|
||||
"SIM_WAVE_SPEED",
|
||||
"SIM_WIND_DIR_Z",
|
||||
])
|
||||
|
||||
vinfo_key = self.vehicleinfo_key()
|
||||
|
@ -207,6 +207,11 @@ const AP_Param::GroupInfo SIM::var_info2[] = {
|
||||
AP_GROUPINFO("TEMP_TCONST", 3, SIM, temp_tconst, 30),
|
||||
AP_GROUPINFO("TEMP_BFACTOR", 4, SIM, temp_baro_factor, 0),
|
||||
|
||||
// @Param: WIND_DIR_Z
|
||||
// @DisplayName: Simulated wind vertical direction
|
||||
// @Description: Allows you to set vertical wind direction (true deg) in sim. 0 means pure horizontal wind. 90 means pure updraft.
|
||||
// @Units: deg
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("WIND_DIR_Z", 10, SIM, wind_dir_z, 0),
|
||||
// @Param: WIND_T
|
||||
// @DisplayName: Wind Profile Type
|
||||
|
Loading…
Reference in New Issue
Block a user