activating ready mode when the bag gets loaded
This commit is contained in:
@@ -383,6 +383,8 @@ playbackStatus.subscribe(function(message) {
|
|||||||
triggerService('/right/aescape/mode/activateReadyController');
|
triggerService('/right/aescape/mode/activateReadyController');
|
||||||
displayTaggingOptions('play');
|
displayTaggingOptions('play');
|
||||||
} else if (status === "loaded") {
|
} else if (status === "loaded") {
|
||||||
|
triggerService('/left/aescape/mode/activateReadyController');
|
||||||
|
triggerService('/right/aescape/mode/activateReadyController');
|
||||||
displayMessage(true, "Loaded the selected bag file!")
|
displayMessage(true, "Loaded the selected bag file!")
|
||||||
}
|
}
|
||||||
lastPlaybackStatus = status;
|
lastPlaybackStatus = status;
|
||||||
|
|||||||
Reference in New Issue
Block a user