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

Put everyting into ur_rtde_driver namespace

This commit is contained in:
Felix Mauch
2019-04-01 13:20:25 +02:00
parent 515dd41edc
commit 5840d4f406
53 changed files with 172 additions and 17 deletions

View File

@@ -25,6 +25,8 @@
#include <cstring>
#include "ur_rtde_driver/log.h"
namespace ur_rtde_driver
{
URServer::URServer(int port) : port_(port)
{
}
@@ -149,3 +151,4 @@ bool URServer::readLine(char* buffer, size_t buf_len)
*current_pointer = '\0';
return true;
}
} // namespace ur_rtde_driver