px4_work_queue: rename navigation_and_controllers -> nav_and_controllers

- keep the thread within the current NuttX max length
This commit is contained in:
Daniel Agar
2020-07-13 10:10:19 -04:00
parent 78ff7c608f
commit fa44cd5cd5
12 changed files with 12 additions and 12 deletions
@@ -37,7 +37,7 @@
FixedwingPositionControl::FixedwingPositionControl(bool vtol) :
ModuleParams(nullptr),
WorkItem(MODULE_NAME, px4::wq_configurations::navigation_and_controllers),
WorkItem(MODULE_NAME, px4::wq_configurations::nav_and_controllers),
_attitude_sp_pub(vtol ? ORB_ID(fw_virtual_attitude_setpoint) : ORB_ID(vehicle_attitude_setpoint)),
_loop_perf(perf_alloc(PC_ELAPSED, MODULE_NAME": cycle")),
_launchDetector(this),