Skip to content

Commit

Permalink
Update generate_hmb3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchi1989 authored Jul 17, 2018
1 parent 1a95f78 commit 5d83a0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion generate_hmb3.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'''
Generate images and steering angles from hmb3.bag
Modified from
https://github.com/udacity/self-driving-car/blob/master/steering-models/evaluation/generator.py
'''
import argparse
import rosbag
Expand Down Expand Up @@ -60,4 +62,4 @@ def gen(bag):
csvcontent = []
csvcontent.append(ts)
csvcontent.append(steering)
writer.writerow(csvcontent)
writer.writerow(csvcontent)

0 comments on commit 5d83a0e

Please sign in to comment.