David Duro Aragonés

Results 13 comments of David Duro Aragonés

I think it would be a good idea to change the camera orientation, maybe a view from below to follow the robot's movements. Now: ![Image](https://github.com/user-attachments/assets/928028a1-1e1c-4530-a6a0-87b4db0749e7) Possible change: ![Image](https://github.com/user-attachments/assets/db078cb3-9b79-4a5d-96a0-a0cb3751baae)

I've been trying this solution and I can't reproduce the issue . But with the solution https://github.com/JdeRobot/RoboticsAcademy-solutions/blob/master/solutions/global_navigation/Global_Navigation.py I get a similar error message: ```bash Error in shared image add IndexError('mmap...

After several tests it seems that the problem has to do with setting the lane speeds to 0. My intention is for a vehicle to learn to park so I...