![]() |
Toggle When Pressed Option
First year doing Java and I don't have a robot yet to test on so I was wondering about the toggleWhenPressed option.
Does it simply just switch between the execute and end in whatever command its mapped to each time the same button is pressed? Ex. Is this the correct usage? OI joystickButton1.toggleWhenPressed(new FireSolenoid()); FireSolenoid ... protected void execute() { Robot.shooter.pistonUp(); } ... protected void end() { Robot.shooter.pistonDown(); } Will this just switch between pistonUp and pistonDown each time I press button 1? |
Re: Toggle When Pressed Option
Quote:
Do you at least have a crio you could plug into and run the code. If you do you could put print statements into those methods to verify that they are being called the way you think they are. |
Re: Toggle When Pressed Option
Quote:
Thanks for the help! |
Re: Toggle When Pressed Option
The implementation may make things clearer (from Toggle.java in WPILibJ):
Code:
/** |
| All times are GMT -5. The time now is 09:33. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi