small comment
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-03-07 19:13:22 +01:00
parent 70e2a3f5f8
commit 45e1e7250b
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -62,7 +62,7 @@ ReturnValue_t StarTrackerHandler::initialize() {
return result;
}
// TODO: This takes ages. Move it into a separate thread, use a mutexed boolean
// TODO: This takes 200-250ms. Move it into a separate thread, use a mutexed boolean
// to check whether init was done. Or move it into the helper class..
// Also move update of these classes into the helper class.
tracking.init(paramJsonFile);