mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
increase max num params per block because of ekf2
This commit is contained in:
committed by
ChristophTobler
parent
ed950d70ce
commit
791e420d42
@@ -48,7 +48,7 @@ namespace control
|
||||
{
|
||||
|
||||
static constexpr uint8_t maxChildrenPerBlock = 100;
|
||||
static constexpr uint8_t maxParamsPerBlock = 100;
|
||||
static constexpr uint8_t maxParamsPerBlock = 110;
|
||||
static constexpr uint8_t maxSubscriptionsPerBlock = 100;
|
||||
static constexpr uint8_t maxPublicationsPerBlock = 100;
|
||||
static constexpr uint8_t blockNameLengthMax = 40;
|
||||
|
||||
Reference in New Issue
Block a user