minor bus fix

This commit is contained in:
Rohit
2019-06-07 02:01:59 -04:00
parent 33d1233613
commit 30f2460791

View File

@@ -251,7 +251,7 @@ bagNotifier.subscribe(function(message) {
// attept to connect to the ros master from the IP given orgrab it from the form // attept to connect to the ros master from the IP given orgrab it from the form
ros.attemptConnection = function(ipAddress) ros.attemptConnection = function(ipAddress)
{ {
//ros.close(); ros.close();
if( typeof ipAddress !== "undefined") if( typeof ipAddress !== "undefined")
{ {
ros.connectionName = ipAddress; ros.connectionName = ipAddress;