mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
formatting fix for producer setup
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
|||||||
tv.tv_sec = 1;
|
tv.tv_sec = 1;
|
||||||
tv.tv_usec = 0;
|
tv.tv_usec = 0;
|
||||||
stream_.setReceiveTimeout(tv);
|
stream_.setReceiveTimeout(tv);
|
||||||
if(!stream_.connect())
|
if (!stream_.connect())
|
||||||
{
|
{
|
||||||
throw UrException("Failed to connect to robot. Please check if the robot is booted and connected.");
|
throw UrException("Failed to connect to robot. Please check if the robot is booted and connected.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user