Skip to content

Commit ecfd458

Browse files
committed
fix --js
1 parent 85c2d6a commit ecfd458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irmark1/templates/complete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def drive(cfg, model_path=None, use_joystick=False, model_type=None, camera_type
143143

144144

145145
V.add(ctr,
146-
inputs=['cam/image_array', 'cam/image_array_a', 'cam/image_array_b'],
146+
inputs=['cam/image_array_a'],
147147
outputs=['user/angle', 'user/throttle', 'user/mode', 'recording'],
148148
threaded=True)
149149

0 commit comments

Comments
 (0)