mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 13:20:35 +08:00
FlightTaskManual/Orbit: make sure we are not required stick input data during orbit
This commit is contained in:
@@ -47,7 +47,9 @@ using namespace matrix;
|
||||
|
||||
FlightTaskOrbit::FlightTaskOrbit(control::SuperBlock *parent, const char *name) :
|
||||
FlightTaskManual(parent, name)
|
||||
{}
|
||||
{
|
||||
_sticks_data_required = false;
|
||||
}
|
||||
|
||||
bool FlightTaskOrbit::activate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user