Star Tracker : Tweaks and fixes #443

Merged
muellerr merged 7 commits from startracker_try_cfg_time_reduction into develop 2023-03-08 01:26:04 +01:00
Showing only changes of commit 45e1e7250b - Show all commits

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);