|
Re: not able to get any programs to work
Putting "everything" in robotInit is a bit strange and probably not what you want to do. The robot outputs (PWM and relays) will not be enabled unless the robot is enabled. Which means that your code to set those outputs should probably be in one of the teleop or autonomous methods.
|