TASRobotics / RaidZero-FRC-2018

Competition code for 2018 Season
3 stars 1 forks source link

Teleop controls #45

Closed qsctr closed 6 years ago

qsctr commented 6 years ago

@Kof223 In some teleop controls you wrote get some button pressed. Did you mean get some button instead, because the pressed methods only return true when it is pressed the first time (i.e. the state changes from not pressed to pressed since the last check). For example https://github.com/TASRobotics/RaidZero-FRC-2018/blob/master/src/org/usfirst/frc/team4253/robot2018/teleop/Teleop.java#L107