|
Re: Compressor works in teleop but not autonomous?
Hi,
@biojae: We know that compressor.start(); is meant to be called once. The problem is, it doesn't do anything (even with pressure at zero).
In other words, it's not starting even when it should (and again, the compressor works in teleop without an issue).
@buildmaster5000: We're using SimpleRobotTemplate, so we don't have robotInit(). We'll try robotMain() and see what it does.
|