|
Re: Grabbing Output from Robot Sensors
The Watchdog not fed message means that the running program enabled the watchdog timer and is not calling the Feed() method before the expiration time runs out. If you have autonomous code that does a long Wait() you are probably running out the watchdog timer. If you have a program loop in your teleop code then you might be missing a call to Feed().
The configuration of the programming laptop and driver station shouldn't matter if they are all successfully talking to the robot.
Are you running some sample code or your own program?
__________________
Brad Miller
Robotics Resource Center
Worcester Polytechnic Institute
|