Skip to content

Commit

Permalink
add note not to edit the manual signal part
Browse files Browse the repository at this point in the history
  • Loading branch information
domluna committed Jan 30, 2017
1 parent 0efeab8 commit 9ae0727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def telemetry(sid, data):
image_filename = os.path.join(args.image_folder, timestamp)
image.save('{}.jpg'.format(image_filename))
else:
# NOTE: DON'T EDIT THIS.
sio.emit('manual', data={}, skip_sid=True)


Expand Down

0 comments on commit 9ae0727

Please sign in to comment.