View Single Post
  #1   Spotlight this post!  
Unread 26-01-2004, 12:48
hobbes hobbes is offline
Registered User
#0058
 
Join Date: Oct 2003
Location: South Portland, Maine
Posts: 8
hobbes is an unknown quantity at this point
Autonomous help please

Following all the information I can find, it appears that having the robot execute something in autonomous mode is as simple as placing the code, such as pwm01 = 200; into the autonomous portion of the default code (where it indicates, place autonomous code here) in fast user routines. My team has a dongle built up to switch the robot between user and autonomous mode (I know this switch works as indicated by a blinking disable light on the operator interface). I have written small changes to the default code and successufully uploaded them to the robot, so no problems getting the code to the robot. All I was trying to do is confirm some kind of autonomous operation of the robot, such as: pwm01=pwm02=200; but I got nothing . Any help anyone can provide would be greatly appreciated. I did search the forums, but could not find anyone else having similar problems.

Thanks
~David