Star Tracker : Tweaks and fixes #443
@ -62,7 +62,7 @@ ReturnValue_t StarTrackerHandler::initialize() {
|
|||||||
return result;
|
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..
|
// to check whether init was done. Or move it into the helper class..
|
||||||
// Also move update of these classes into the helper class.
|
// Also move update of these classes into the helper class.
|
||||||
tracking.init(paramJsonFile);
|
tracking.init(paramJsonFile);
|
||||||
|
Loading…
Reference in New Issue
Block a user