Browse Source

local_position_estimator: move to INS0 work queue (for significantly more stack)

master
Daniel Agar 3 years ago
parent
commit
133fe0cfb1
  1. 2
      src/modules/local_position_estimator/BlockLocalPositionEstimator.cpp

2
src/modules/local_position_estimator/BlockLocalPositionEstimator.cpp

@ -19,7 +19,7 @@ static const char *msg_label = "[lpe] "; // rate of land detector correction
BlockLocalPositionEstimator::BlockLocalPositionEstimator() : BlockLocalPositionEstimator::BlockLocalPositionEstimator() :
ModuleParams(nullptr), ModuleParams(nullptr),
WorkItem(MODULE_NAME, px4::wq_configurations::nav_and_controllers), WorkItem(MODULE_NAME, px4::wq_configurations::INS0),
// this block has no parent, and has name LPE // this block has no parent, and has name LPE
SuperBlock(nullptr, "LPE"), SuperBlock(nullptr, "LPE"),

Loading…
Cancel
Save