udacity / sdc-issue-reports

29 stars 6 forks source link

Behavioral Cloning - Running Simulator in Autonomous Mode #150

Closed paul-o-alto closed 7 years ago

paul-o-alto commented 7 years ago

After using the updated drive.py, it appears that the simulator never sends a request to the 'telemetry' method. The server only ever logs 'connect'.

paul-o-alto commented 7 years ago

Apparently transposing in the telemetry function is a no-no. Works now...