mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Tested and bugfixed masterboard data parsing
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
class UrCommunication {
|
||||
private:
|
||||
int sockfd_;
|
||||
int pri_sockfd_, sec_sockfd_;
|
||||
struct sockaddr_in pri_serv_addr_, sec_serv_addr_;
|
||||
struct hostent *server_;
|
||||
bool keepalive_;
|
||||
|
||||
Reference in New Issue
Block a user