minor bug fixes
This commit is contained in:
@@ -326,7 +326,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<button class="btn btn-primary" type="button" onclick="triggerMessageService('/aescape/bags/startPlayingRecording', 'bagNameText')">
|
||||
<button class="btn btn-primary" type="button" onclick="updateSelectedBagFile()">
|
||||
<span>
|
||||
Play Bag
|
||||
</span>
|
||||
|
||||
@@ -146,7 +146,6 @@ ros.on('connection', function() {
|
||||
});
|
||||
|
||||
ros.on('close', function() {
|
||||
try { throw Error('') } catch(err) { console.log(err) }
|
||||
console.log('Connection closed.');
|
||||
ros.connected = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user