activating ready mode when the bag gets loaded

This commit is contained in:
Rohit
2019-07-08 16:50:54 -04:00
parent c6fac6e470
commit cfc5bfa6ba

View File

@@ -383,6 +383,8 @@ playbackStatus.subscribe(function(message) {
triggerService('/right/aescape/mode/activateReadyController');
displayTaggingOptions('play');
} else if (status === "loaded") {
triggerService('/left/aescape/mode/activateReadyController');
triggerService('/right/aescape/mode/activateReadyController');
displayMessage(true, "Loaded the selected bag file!")
}
lastPlaybackStatus = status;