mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 03:57:59 +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