added GYR dummies to acsTask. Added complete GYR dataSets to the dummies
This commit is contained in:
@ -157,6 +157,10 @@ void initmission::initTasks() {
|
||||
acsTask->addComponent(objects::SUS_10_N_LOC_XMYBZF_PT_ZF);
|
||||
acsTask->addComponent(objects::SUS_5_N_LOC_XFYMZB_PT_ZB);
|
||||
acsTask->addComponent(objects::SUS_11_R_LOC_XBYMZB_PT_ZB);
|
||||
acsTask->addComponent(objects::GYRO_0_ADIS_HANDLER);
|
||||
acsTask->addComponent(objects::GYRO_1_L3G_HANDLER);
|
||||
acsTask->addComponent(objects::GYRO_2_ADIS_HANDLER);
|
||||
acsTask->addComponent(objects::GYRO_3_L3G_HANDLER);
|
||||
#endif
|
||||
|
||||
PeriodicTaskIF* sysTask = factory->createPeriodicTask(
|
||||
|
Reference in New Issue
Block a user