continue with new set

This commit is contained in:
2024-02-27 13:05:13 +01:00
committed by Marius Eggert
parent dc730bb6de
commit b8a07a3299
3 changed files with 45 additions and 6 deletions

View File

@ -216,6 +216,7 @@ class StarTrackerHandler : public DeviceHandlerBase {
startracker::CentroidSet centroidSet;
startracker::CentroidsSet centroidsSet;
startracker::ContrastSet contrastSet;
startracker::BlobStatsSet blobStatsSet;
// Pointer to object responsible for uploading and downloading images to/from the star tracker
StrComHandler* strHelper = nullptr;