Changes ControlAllocator to always publish actuator controls and status

This commit is contained in:
Charles Cross
2022-02-19 12:11:41 -08:00
committed by Beat Küng
parent 59f9a40584
commit 51c055832f
@@ -398,6 +398,7 @@ ControlAllocator::Run()
_control_allocation[i]->clipActuatorSetpoint(); _control_allocation[i]->clipActuatorSetpoint();
} }
}
// Publish actuator setpoint and allocator status // Publish actuator setpoint and allocator status
publish_actuator_controls(); publish_actuator_controls();
@@ -408,7 +409,6 @@ ControlAllocator::Run()
publish_control_allocator_status(); publish_control_allocator_status();
_last_status_pub = now; _last_status_pub = now;
} }
}
perf_end(_loop_perf); perf_end(_loop_perf);
} }