You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the current SDK for FR5 and tried to connect the COBOT with the SDK API Calls.
The example used from the example folders.
FRRobot robot; //实例化机器人对象
int err = robot.RPC("192.168.58.2"); //与机器人控制器建立通信连接
The err returns -2.
The I check the src from the code where in FRRobot Constructor, the sockets are already connected to 192.168.58.2
So we commented the RPC line and things work correctly.
But this should not be the case for the given examples.
Is there any good solution to that or there is a bug in the SDK?
Rohit
The text was updated successfully, but these errors were encountered:
I have downloaded the current SDK for FR5 and tried to connect the COBOT with the SDK API Calls.
The example used from the example folders.
FRRobot robot; //实例化机器人对象
int err = robot.RPC("192.168.58.2"); //与机器人控制器建立通信连接
The err returns -2.
The I check the src from the code where in FRRobot Constructor, the sockets are already connected to 192.168.58.2
So we commented the RPC line and things work correctly.
But this should not be the case for the given examples.
Is there any good solution to that or there is a bug in the SDK?
Rohit
The text was updated successfully, but these errors were encountered: