Skip to content

Commit

Permalink
Minor tweaks to send_control()
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-keenan committed May 8, 2017
1 parent cf8d61b commit d106a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/drive_rover.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def send_control(commands, image_string1, image_string2):
'throttle': commands[0].__str__(),
'brake': commands[1].__str__(),
'steering_angle': commands[2].__str__(),
'inset_image': image_string1,
'inset_image3': image_string2,
'inset_image1': image_string1,
'inset_image2': image_string2,
}
# Send commands via socketIO server
sio.emit(
Expand Down

0 comments on commit d106a22

Please sign in to comment.