Quote:
Originally Posted by Webberbots
The laptop reads "Error 44061: The loop that contains robot drive is not running fast enough" then it also said Error: left and right motors in VI path. This makes us think there is a code problem.
|
It makes a lot of teams think there is a code problem.
If it only happens once, what it means is that the LabVIEW code framework isn't quite perfect and there is nothing wrong with your program. Does it just show up a single time immediately after your robot powers up?
If it happens repeatedly while you're driving your robot, what it means is that you probably have too much going on in your Teleop code and your program isn't able to command the motors often enough. When that happens, you'll find that the robot drive motors get shut off briefly.