Add functionality to check if the image collection has been loaded and pass that information to the GUI

This commit is contained in:
Ylva Selling
2022-04-18 15:35:56 -04:00
parent 17965a130d
commit 2829d726de
9 changed files with 79 additions and 26 deletions

View File

@@ -123,6 +123,7 @@ void SkyBrowserTopic::sendBrowserData() {
target.setValue("roll", pair->targetRoll());
target.setValue("color", pair->borderColor());
target.setValue("cartesianDirection", cartesian);
target.setValue("isImageCollectionLoaded", pair->isImageCollectionLoaded());
target.setValue("isFacingCamera", pair->isFacingCamera());
target.setValue("isUsingRae", pair->isUsingRadiusAzimuthElevation());
target.setValue("selectedImages", selectedImagesVector);