View Single Post
  #1   Spotlight this post!  
Unread 24-02-2012, 17:24
Supernovapsy Supernovapsy is offline
Registered User
FRC #1334
 
Join Date: Feb 2012
Location: Canada
Posts: 18
Supernovapsy is an unknown quantity at this point
Errors when running

Hi,
Our code uses the command based robot template, and builds and downloads with no problems. However, there is an error message that comes in waves through the console, and sometimes creates lag issues. It looks like this:

Assertion failed: "(rawValue >= GetMinNegativePwn()) && (rawValue <= GetMaxPositivePwn())" in SetSpeed() in C://WindRiver/workspace/WPILib/PWM.cpp at line 241

This message then repeats itself a bunch of times and then stops, and comes back again sometime later.

When it happens, it often creates lag, which might be detrimental when it comes to the competition. Any help would be greatly appreciated.
Reply With Quote