Skip to content
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

How to control robot through unity #1

Open
slxxqs opened this issue Apr 3, 2021 · 1 comment
Open

How to control robot through unity #1

slxxqs opened this issue Apr 3, 2021 · 1 comment

Comments

@slxxqs
Copy link

slxxqs commented Apr 3, 2021

Hi~Thank you for your demo.
It's great to be able to monitor the state of the robot in real time.How to realize reverse control? That is to say, to control the actual robot through unity.

@rparak
Copy link
Owner

rparak commented Apr 6, 2021

Hi,

Thank you for your response. There are many ways to control a robot from Unity3D. You can use TCP / IP communication protocol, EGM (Externely Guided Motion), etc., but all with the appropriate RAPID program on the robot side.

One possible solution is to use the same principle (RWS), but with the SET command (request.Method = 'SET').

Maybe I will extend this project to control the robot through Unity3D, but in a few weeks / months.

Have a great day.

RP

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

2 participants