1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 01:50:46 +02:00

formatting fix for producer setup

This commit is contained in:
Tristan Schnell
2019-06-13 17:18:32 +02:00
parent 30f398ada5
commit f2bd2415e9

View File

@@ -49,7 +49,7 @@ public:
tv.tv_sec = 1;
tv.tv_usec = 0;
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.");
}