mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
Added missing flag, tested
This commit is contained in:
@@ -1718,6 +1718,8 @@ int commander_thread_main(int argc, char *argv[])
|
||||
home_pub = orb_advertise(ORB_ID(home_position), &home);
|
||||
}
|
||||
|
||||
/* mark home position as set */
|
||||
home_position_set = true;
|
||||
tune_confirm();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user