|
Re: Momentary On/Off
You don't want to delay your teleop.
Move your code from the teleop loop into a parallel loop, like the one for periodic tasks. That way your teleop can return and be called again with more joystick info. I'd just move the joystick stuff to the parallel loop too. If it is in a parallel loop, you can use delay or delay and feed no problem.
Greg McKaskle
|