mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 23:07:34 +08:00
Changed location of lots of flags and conditions, needs testing and more work
This commit is contained in:
@@ -150,12 +150,14 @@ int control_demo_thread_main(int argc, char *argv[])
|
||||
|
||||
using namespace control;
|
||||
|
||||
fixedwing::BlockMultiModeBacksideAutopilot autopilot(NULL, "FWB");
|
||||
#warning fix this
|
||||
// fixedwing::BlockMultiModeBacksideAutopilot autopilot(NULL, "FWB");
|
||||
|
||||
thread_running = true;
|
||||
|
||||
while (!thread_should_exit) {
|
||||
autopilot.update();
|
||||
#warning fix this
|
||||
// autopilot.update();
|
||||
}
|
||||
|
||||
warnx("exiting.");
|
||||
|
||||
Reference in New Issue
Block a user