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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: