mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 01:50:34 +08:00
FlightTask: inherit from Block instead of SuperBlock
I think this is more how it's meant to be
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
FlightTaskManual::FlightTaskManual(SuperBlock *parent, const char *name) :
|
||||
FlightTaskManual::FlightTaskManual(control::SuperBlock *parent, const char *name) :
|
||||
FlightTask(parent, name),
|
||||
_xy_vel_man_expo(parent, "MPC_XY_MAN_EXPO", false),
|
||||
_z_vel_man_expo(parent, "MPC_Z_MAN_EXPO", false),
|
||||
|
||||
Reference in New Issue
Block a user