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

[Follow person] Moving teleoperation functionality #2415

Open
OscarMrZ opened this issue Feb 15, 2024 · 1 comment
Open

[Follow person] Moving teleoperation functionality #2415

OscarMrZ opened this issue Feb 15, 2024 · 1 comment
Assignees

Comments

@OscarMrZ
Copy link
Collaborator

Currently, the teleoperation of the robot in the Follow Person exercise is done through a separate tool that starts a dedicated websocket server. This isn't currently operative and introduces unnecesary complexities in the RAM. I think this should be handled from the exercise template.

@OscarMrZ OscarMrZ changed the title [Follow person] [Follow person] Moving teleoperation functionality Feb 15, 2024
@jmplaza
Copy link
Member

jmplaza commented Feb 23, 2024

Yes, the teleoperation will performed with the GUI.py receiving the pressed keys from the browser through the regular websocket connecting the RAM (and the gui-broker) and the browser. This way no extra port will be required, no extra component will be required either and the functionality will be solved in the python template, not in the manager.

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

No branches or pull requests

3 participants