mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
commander fix hil_state regression again
This commit is contained in:
parent
b7404ad6c1
commit
bda929bebb
@ -4568,7 +4568,7 @@ Commander *Commander::instantiate(int argc, char *argv[])
|
||||
|
||||
void Commander::enable_hil()
|
||||
{
|
||||
status.hil_state = vehicle_status_s::HIL_STATE_OFF;
|
||||
status.hil_state = vehicle_status_s::HIL_STATE_ON;
|
||||
}
|
||||
|
||||
void Commander::mission_init()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user