mirror of
https://github.com/team2059/Dent
synced 2024-12-18 20:52:29 -05:00
Removed unused elevator and bin elevator constants
This commit is contained in:
parent
a923246677
commit
5d6897fb88
@ -7,7 +7,6 @@ class BinElevator{
|
||||
private:
|
||||
CANTalon *motor;
|
||||
Encoder *elevatorEncoder;
|
||||
static constexpr double kP_real=4, kI_real=.0f, kP_simulation=18, kI_simulation=.2;
|
||||
DigitalInput *elevatorBottom, *elevatorTop;
|
||||
public:
|
||||
BinElevator();
|
||||
|
@ -7,7 +7,6 @@ class Elevator{
|
||||
private:
|
||||
CANTalon *motor;
|
||||
Encoder *elevatorEncoder;
|
||||
static constexpr double kP_real=4, kI_real=.0f, kP_simulation=18, kI_simulation=.2;
|
||||
DigitalInput *elevatorBottom, *elevatorMiddle, *elevatorTop;
|
||||
bool useEncoder;
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user