mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 12:10:35 +08:00
control_allocator: remove min/max/scale params
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
class ControlAllocation
|
||||
{
|
||||
public:
|
||||
ControlAllocation() { _control_allocation_scale.setAll(1.f); }
|
||||
ControlAllocation();
|
||||
virtual ~ControlAllocation() = default;
|
||||
|
||||
static constexpr uint8_t NUM_ACTUATORS = 16;
|
||||
|
||||
Reference in New Issue
Block a user