Comran Morshed | 41ed7c2 | 2015-11-04 21:03:37 +0000 | [diff] [blame] | 1 | package(default_visibility = ['//visibility:public']) |
| 2 | |
| 3 | cc_binary( |
| 4 | name = 'joystick_reader_y2014_bot3', |
| 5 | srcs = [ |
| 6 | 'joystick_reader.cc', |
| 7 | ], |
| 8 | deps = [ |
Brian Silverman | c206573 | 2015-11-28 22:55:30 +0000 | [diff] [blame^] | 9 | '//aos/input:joystick_input', |
Comran Morshed | 41ed7c2 | 2015-11-04 21:03:37 +0000 | [diff] [blame] | 10 | '//aos/linux_code:init', |
| 11 | '//aos/common/logging', |
| 12 | '//aos/common:time', |
| 13 | '//aos/common/util:log_interval', |
| 14 | '//aos/common/actions:action_lib', |
| 15 | |
| 16 | '//frc971/queues:gyro', |
| 17 | '//y2014_bot3/autonomous:auto_queue', |
| 18 | '//y2014_bot3/control_loops/rollers:rollers_queue', |
| 19 | '//y2014_bot3/control_loops/drivetrain:drivetrain_queue', |
| 20 | ], |
| 21 | ) |