| | Precise moves with cybermaster
|
| Anyone got a really good accurate move algorithm for a cybermaster. I'm currently using the following mechanism... BeginOfSub(0); ClearTachoCounter("01"); On("01"); While(BOT_TACHO, 0, LT, BOT_VAR, BOT_COUNT); SetVar(BOT_TEMP, BOT_TACHO, 1); (...) (26 years ago, 7-Dec-98, to lugnet.robotics)
| | | | Re: Precise moves with cybermaster
|
| I'm going to start working on this in a couple of days, but there are a few things you might want to look at: 1. Don't Float the motors. Float is very imprecise. Make them Stop in the spot! 2. If you are maneuvering, slow down the motors. Don't do (...) (26 years ago, 7-Dec-98, to lugnet.robotics)
| |