Hello,
My team has just finished our official robot and I was running some code on it for the elevator. The button i had set was acting weird. On the old robot if I put
if (stick->GetRawButton(3))
{
ElevatorMotors(0.3);
}
And I press the button 3 it would do the command as long as I held the button down. Once I let go it would stop. Though for some reason on the new robot if I press it and let go, it still does the command. If I disable the robot, the command stops. But if I re-enable it, the command will continue even if I haven’t touched the button. Help would be greatly appreciated. I want to see how to get it back to how it was originally.