mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
fix(commander): capture home orientation on ground independent of local position (#27946)
This commit is contained in:
@@ -18,6 +18,15 @@
|
||||
"PX4_PARAM_ATT_EN": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "quadx",
|
||||
"test_filter": "[sih_home_yaw]",
|
||||
"timeout_min": 10,
|
||||
"env": {
|
||||
"PX4_HOME_YAW": "2.3562",
|
||||
"PX4_SIM_GPS_USED": "0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "standard_vtol",
|
||||
"test_filter": "[vtol]",
|
||||
|
||||
Reference in New Issue
Block a user