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

use namespace ur_driver instead of ur_rtde_driver

This commit is contained in:
Felix Mauch
2019-04-08 13:51:33 +02:00
parent 3c61cbeb35
commit 1c205556a1
36 changed files with 68 additions and 68 deletions

View File

@@ -26,7 +26,7 @@
#include <string>
#include "ur_rtde_driver/comm/tcp_socket.h"
namespace ur_rtde_driver
namespace ur_driver
{
#define MAX_SERVER_BUF_LEN 50
@@ -49,4 +49,4 @@ public:
bool readLine(char* buffer, size_t buf_len);
bool write(const uint8_t* buf, size_t buf_len, size_t& written);
};
} // namespace ur_rtde_driver
} // namespace ur_driver