You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In src/StateAggregator.[cpp|h], class CommandDispatcher integer types of size_t, uint32_t, int, int32_t are used, e.g. for actuatorId or size() comparison. It should be checked that this cannot lead to trouble.