mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +02:00
added reverse client to publish targets to the robot
This commit is contained in:
committed by
Felix Mauch
parent
153585ad9d
commit
4c0aea4c4f
@@ -27,6 +27,8 @@
|
||||
|
||||
namespace ur_driver
|
||||
{
|
||||
namespace comm
|
||||
{
|
||||
URServer::URServer(int port) : port_(port)
|
||||
{
|
||||
}
|
||||
@@ -151,4 +153,5 @@ bool URServer::readLine(char* buffer, size_t buf_len)
|
||||
*current_pointer = '\0';
|
||||
return true;
|
||||
}
|
||||
} // namespace comm
|
||||
} // namespace ur_driver
|
||||
Reference in New Issue
Block a user