View Single Post
  #3   Spotlight this post!  
Unread 08-02-2016, 08:34
gerthworm's Avatar
gerthworm gerthworm is offline
Making the 1's and 0's
FRC #1736 (Robot Casserole)
Team Role: Mentor
 
Join Date: Jan 2015
Rookie Year: 2015
Location: Peoria, IL
Posts: 67
gerthworm has a spectacular aura aboutgerthworm has a spectacular aura about
Re: CTRE CAN Recieve Timeout?

We get this error whenever the device isn't properly hooked up, or otherwise isn't visible to the RIO. Check out the web browser interface to your RIO and make sure it's showing up on CAN, the self-tests pass, etc.

As to shutting down the whole drivetrain, we've shown this year that lots of CAN timeouts add lots of delay to the user controls code (we were clocking over 200ms to execute our teleopPeriodic control code with CAN timeouts, and ~10ms without the timeouts). Depending on the rest of your code, its possible you could be hitting watchdogs or other timeouts that are disabling the drive? In any case I'd expect it to be a lot less responsive.