Skip to content

Error and connection abnormality with current SDK for windows. #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rohitgonsalves opened this issue Apr 25, 2025 · 0 comments
Open

Comments

@rohitgonsalves
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant