commit | 289ee4f06f4bfee66b2eca86e235c7edd16295f4 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Fri Feb 05 00:20:52 2016 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Fri Feb 05 00:20:52 2016 -0800 |
tree | 14ad34ce97ac3069e7efd5ef2b42b7c41db39996 | |
parent | 52f9a1f020d961555acbdc533d07847fe09afcbc [diff] [blame] |
Added init call to make glog use gflags. Change-Id: I39783702e522fcb35b877d508e705ffbde49f4f8
diff --git a/y2016/control_loops/python/drivetrain.py b/y2016/control_loops/python/drivetrain.py index f67662c..f94b456 100755 --- a/y2016/control_loops/python/drivetrain.py +++ b/y2016/control_loops/python/drivetrain.py
@@ -220,6 +220,7 @@ def main(argv): argv = FLAGS(argv) + glog.init() # Simulate the response of the system to a step input. drivetrain = Drivetrain()