1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-12 11:00:47 +02:00

Added reconnect to RT port

This commit is contained in:
Thomas Timm Andersen
2015-09-24 15:47:47 +02:00
parent 8ae3a86a62
commit 039664a1a3
2 changed files with 90 additions and 12 deletions

View File

@@ -30,6 +30,8 @@
#include <unistd.h>
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/types.h>
#ifdef ROS_BUILD
#include <ros/ros.h>