Class AStick

java.lang.Object
com.stuypulse.stuylib.streams.angles.AStick
All Implemented Interfaces:
AStream, Supplier<Angle>

public class AStick extends Object implements AStream
When controlling angle with a joystick that has a deadzone filter, the angle will snap to 0 degrees while in the deadzone. This class prevents the angle snapping and will return the most recent angle from outside of the deadzone.
  • Constructor Details

  • Method Details