Added stuff to make shooter work.
Doesn't seem to start running when deployed to the robot.
diff --git a/bot3/atom_code/atom_code.gyp b/bot3/atom_code/atom_code.gyp
index 1b1ba1e..245e212 100644
--- a/bot3/atom_code/atom_code.gyp
+++ b/bot3/atom_code/atom_code.gyp
@@ -7,8 +7,8 @@
'<(AOS)/build/aos_all.gyp:Atom',
'<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain',
'<(DEPTH)/bot3/control_loops/drivetrain/drivetrain.gyp:drivetrain_lib_test',
- #'<(DEPTH)/frc971/control_loops/shooter/shooter.gyp:shooter_lib_test',
- #'<(DEPTH)/frc971/control_loops/shooter/shooter.gyp:shooter',
+ '<(DEPTH)/bot3/control_loops/shooter/shooter.gyp:shooter_lib_test',
+ '<(DEPTH)/bot3/control_loops/shooter/shooter.gyp:shooter',
'<(DEPTH)/bot3/autonomous/autonomous.gyp:auto',
'<(DEPTH)/bot3/input/input.gyp:joystick_reader',
#'../input/input.gyp:AutoMode',
diff --git a/bot3/atom_code/scripts/start_list.txt b/bot3/atom_code/scripts/start_list.txt
index 5af6a46..46ece83 100644
--- a/bot3/atom_code/scripts/start_list.txt
+++ b/bot3/atom_code/scripts/start_list.txt
@@ -4,4 +4,5 @@
drivetrain
CRIOLogReader
auto
+shooter
gyro_sensor_receiver