mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Fixing some typos.
This commit is contained in:
@@ -111,11 +111,11 @@ bool TrajectoryFollower::start()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_DEBUG("Awaiting incomming robot connection");
|
LOG_DEBUG("Awaiting incoming robot connection");
|
||||||
|
|
||||||
if (!server_.accept())
|
if (!server_.accept())
|
||||||
{
|
{
|
||||||
LOG_ERROR("Failed to accept incomming robot connection");
|
LOG_ERROR("Failed to accept incoming robot connection");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -240,4 +240,4 @@ void TrajectoryFollower::stop()
|
|||||||
|
|
||||||
server_.disconnectClient();
|
server_.disconnectClient();
|
||||||
running_ = false;
|
running_ = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user