 | | Re: More Speed? Re: Mindstorms 3.0 Wish List
|
|
(...) OK, that's definitely a good reason to keep things simple. I'm far from convinced that _any_ sensor suite (advanced or not) will completely fix the drift problem, but if the sensors themselves return absolute coordinates (or even absolute (...) (22 years ago, 10-Nov-03, to lugnet.robotics)
|
|
 | | Re: Spybot studies: seek a world object
|
|
(...) Or, then again, you might not. As with the vast majority of the ROM subroutines (and all the _Bead subroutines) this subroutine fiddles around with a global variable (via calls to EnterBead and ExitBead). In this case it happens to be global (...) (22 years ago, 10-Nov-03, to lugnet.robotics.spybotics)
|
|
 | | 4095 Record and Play
|
|
I had to buy this set just to see. Total disappointment :( Nice idea, dreadful implementation. The motor/battery box clearly tries to record the rotation of each of two wheels in "record" mode, and I think it actually manages to do that part ok. The (...) (22 years ago, 10-Nov-03, to lugnet.robotics)
|
|
 | | Re: Spybot studies: seek a world object
|
|
(...) Cool program. Keep up the great work! (...) You might be able to use PointToward_Bead without running into problems. __nolist void PointToward_Bead(const int& nTimes) { asm { 0xe3, &nTimes, 0x17, 81, 0x01, 1 }; } This ROM routine monitors an (...) (22 years ago, 10-Nov-03, to lugnet.robotics.spybotics)
|
|
 | | Spybot studies: seek a world object
|
|
/* beacon.nqc Uses World Relation Table to get a fix on and drive to another object. The object can be a Spybot, PC, or Spybot Controller. The program fixes on (i.e. drives to) the first object it finds. If that object disappears from the "radar", (...) (22 years ago, 10-Nov-03, to lugnet.robotics.spybotics)
|