Quote:
Originally Posted by BEEKMAN
The jaguars are being initated with the correct ID's (verified in bdccomm) and the default mode (percentvbus). After that they are only used to set the voltage (via Set), they are not used to read or set anything else. The block of code that is generating the error contains four set commands.
|
There is a bug in the current release that will crash if the CANJaguar class failed in the constructor. The MotorSafetyHelper will not be created and when that pointer is accessed in Set(), it will crash.
The key here is that the constructor was unsuccessful. Check the console for any errors from the CANJaguar constructor such as the version being wrong or some unclean status error.
-Joe