mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +02:00
use namespace ur_driver instead of ur_rtde_driver
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include <cstring>
|
||||
#include "ur_rtde_driver/log.h"
|
||||
|
||||
namespace ur_rtde_driver
|
||||
namespace ur_driver
|
||||
{
|
||||
URServer::URServer(int port) : port_(port)
|
||||
{
|
||||
@@ -151,4 +151,4 @@ bool URServer::readLine(char* buffer, size_t buf_len)
|
||||
*current_pointer = '\0';
|
||||
return true;
|
||||
}
|
||||
} // namespace ur_rtde_driver
|
||||
} // namespace ur_driver
|
||||
|
||||
Reference in New Issue
Block a user