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