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