control_allocator,angular_velocity_controller: run on rate_ctrl wq

This commit is contained in:
Beat Küng
2021-11-11 11:06:51 +01:00
committed by Daniel Agar
parent a0e43bca96
commit bcba3dfe52
3 changed files with 3 additions and 4 deletions
@@ -51,7 +51,7 @@ using namespace time_literals;
ControlAllocator::ControlAllocator() :
ModuleParams(nullptr),
WorkItem(MODULE_NAME, px4::wq_configurations::ctrl_alloc),
WorkItem(MODULE_NAME, px4::wq_configurations::rate_ctrl),
_loop_perf(perf_alloc(PC_ELAPSED, MODULE_NAME": cycle"))
{
parameters_updated();