mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-12 11:00:47 +02:00
use rtde interface to query control pc's IP
This commit is contained in:
@@ -125,7 +125,7 @@ void TCPSocket::close()
|
||||
socket_fd_ = -1;
|
||||
}
|
||||
|
||||
std::string TCPSocket::getIP()
|
||||
std::string TCPSocket::getIP() const
|
||||
{
|
||||
sockaddr_in name;
|
||||
socklen_t len = sizeof(name);
|
||||
|
||||
Reference in New Issue
Block a user