minor bus fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user