mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user