We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969353f commit 321b399Copy full SHA for 321b399
main/include/Robot.h
@@ -21,7 +21,7 @@
21
#include <frc/Joystick.h>
22
#include <frc/PowerDistributionPanel.h>
23
#include <frc/PWMVictorSPX.h>
24
-#include <frc/Smartdashboard/SendableChooser.h>
+#include <frc/smartdashboard/SmartDashboard.h>
25
#include <frc/SpeedControllerGroup.h>
26
#include <opencv2/core/core.hpp>
27
#include <opencv2/core/types.hpp>
@@ -65,7 +65,7 @@ class Robot : public frc::TimedRobot {
65
static constexpr double downSpeedNormal = -.04;
66
static constexpr double downSpeedFast = -.03;
67
//Analog PI (PWM)
68
- //frc::AnalogInput input{0};
+ AnalogInput pi{0};
69
Joystick fightStick{1};
70
Joystick flightStick{2};
71
Compressor compressor;
0 commit comments