Update roslibjs to v1.0.1

This commit is contained in:
David Walsh
2019-03-27 17:43:00 -04:00
parent 39ebd35247
commit 56b04ef0bc
6 changed files with 2684 additions and 240 deletions

View File

@@ -30,7 +30,7 @@ ros.on('connection', function() {
document.getElementById("ConnectionIPInput").value = ros.connectionName;
document.getElementById("ConnectionIPLabel").innerHTML = 'Connection made at:';
document.getElementById("rosbridgeconnection_badge").innerHTML = 'Connected';
document.getElementById("ConnectionButton").className = "btn btn-success"
document.getElementById("ConnectionButton").className = "btn btn-success";
ros.nodes = Array();
ros.topics = Array();
@@ -48,7 +48,7 @@ ros.on('close', function() {
ros.topics = Array();
});
// Create a connection to the rosbridge WebSocket server.
ros.connect(ros.connectionName);
//ros.connect(ros.connectionName);
///////////////////////////////////////////////////////////////////////////////////