fix(commander): capture home orientation on ground independent of local position (#27946)

This commit is contained in:
Claudio Chies
2026-07-21 11:49:06 -07:00
committed by GitHub
parent 841bb40365
commit 282c969687
17 changed files with 289 additions and 28 deletions

View File

@@ -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]",