Skip to content

Commit

Permalink
switch , to ; in robot_log.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-keenan committed May 29, 2017
1 parent cd44e6d commit f1afceb
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 286 deletions.
4 changes: 2 additions & 2 deletions code/drive_rover.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def send_control(commands, image_string1, image_string2):
"data",
data,
skip_sid=True)

#eventlet.sleep(0)
# Define a function to send the "pickup" command
def send_pickup():
print("Picking up")
Expand All @@ -172,7 +172,7 @@ def send_pickup():
"pickup",
pickup,
skip_sid=True)

#eventlet.sleep(0)
if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Remote Driving')
parser.add_argument(
Expand Down
Loading

0 comments on commit f1afceb

Please sign in to comment.