View Single Post
  #4   Spotlight this post!  
Unread 01-02-2017, 16:10
dvanvoorst dvanvoorst is offline
Registered User
FRC #2771 (Code Red)
Team Role: Mentor
 
Join Date: Jan 2012
Rookie Year: 2012
Location: Grand Rapids, MI
Posts: 73
dvanvoorst is an unknown quantity at this point
Re: Build succesful, but no robot code

I believe the part that says "Resource already allocated at [edu.wpi.first.wpilibj.hal.PWMJNI.initializePWMPort " indicates that the PWM port you are trying to use has already been used to initialize another device. Make sure all of your motor controllers have a unique port number passed to them. Or post your RobotInit code here if that doesn't help.
__________________

Reply With Quote