2012-version thread resurrection
We are getting this from our cRio when running the SimpleTemplate sample code:
Quote:
|
>>>>>ERROR: Allocating module that is out of range or not found: Digital Module 1 ...in InitPWM() in C:/WindRiver/workspace/WPILib/PWM.cpp at line 33
|
We tried the RobotDrive(SpeedController&, SpeedController&, SpeedController&, SpeedController&) constructor with our own Jaguar classes and we got the error for each SpeedController that we constructed. We got it with just the basic RobotDrive(int,int) constructor (it chooses slot 1 as a default, and errors out).