well this is a bug
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

Signed-off-by: meggert <eggertm@irs.uni-stuttgart.de>
This commit is contained in:
Marius Eggert 2023-02-23 17:36:15 +01:00
parent 7c3031de78
commit 80e12fb194

View File

@ -197,7 +197,7 @@ class AcsController : public ExtendedControllerBase, public ReceivesParameterMes
PoolEntry<double> tgtQuat = PoolEntry<double>(4);
PoolEntry<double> errQuat = PoolEntry<double>(4);
PoolEntry<double> errAng = PoolEntry<double>();
PoolEntry<double> tgtRotRate = PoolEntry<double>(4);
PoolEntry<double> tgtRotRate = PoolEntry<double>(3);
// Actuator CMD
acsctrl::ActuatorCmdData actuatorCmdData;