RoboticsAcademy icon indicating copy to clipboard operation
RoboticsAcademy copied to clipboard

Obstacle avoidance

Open mohamedsayed18 opened this issue 6 years ago • 1 comments

there was an error "MainWindow has no attribute setCamera" so I just uncommented the lines in the gui/GUI.py

mohamedsayed18 avatar Jan 06 '20 06:01 mohamedsayed18

I faced the same error but instead of uncommenting setCamera, I removed the function call from obstacle_avoidance_f1.py. Since this exercise doesn't need a camera anymore shouldn't we just remove all the code related to it?

Also on a side note, the instructions page mentions to edit MyAlgorithm.py but the _f1 config uses MyAlgorithm_f1.py.

Korusuke avatar Feb 26 '20 01:02 Korusuke