Teleop on Follow Person RR
How do you teleop for the Follow Person RR exercise ? gh pages for this exercise is outdated working on updating the same .
This mode is disabled currently. In order to add it you may need to add the contents of exercises/static/exercises/follow_person/react-components/TeleopLogic.js to exercises/static/exercises/follow_person/react-components/ImgCanvas.js and only allow the teleop operation when the Teleop universe is selected, but that exercise does not work currently.
Got it, will get started on implementing this and find a possible fix for it
https://github.com/user-attachments/assets/a86806b0-be8b-40fc-afba-9f95fc4601d8
Here is the teleop mode working, but by adding the TeleopLogic component directly into the exercise html file. Now, I'll try to unify ImgCanvas and TeleopLogic into a single file as suggested.