Skip to content

Commit 321b399

Browse files
Update Robot.h
1 parent 969353f commit 321b399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/include/Robot.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <frc/Joystick.h>
2222
#include <frc/PowerDistributionPanel.h>
2323
#include <frc/PWMVictorSPX.h>
24-
#include <frc/Smartdashboard/SendableChooser.h>
24+
#include <frc/smartdashboard/SmartDashboard.h>
2525
#include <frc/SpeedControllerGroup.h>
2626
#include <opencv2/core/core.hpp>
2727
#include <opencv2/core/types.hpp>
@@ -65,7 +65,7 @@ class Robot : public frc::TimedRobot {
6565
static constexpr double downSpeedNormal = -.04;
6666
static constexpr double downSpeedFast = -.03;
6767
//Analog PI (PWM)
68-
//frc::AnalogInput input{0};
68+
AnalogInput pi{0};
6969
Joystick fightStick{1};
7070
Joystick flightStick{2};
7171
Compressor compressor;

0 commit comments

Comments
 (0)