 | | re: start_process problem
|
|
My suggestion is to double check that you double check the simple things withing the code (your code should be executing an infinite loop) while(1) { code .... } If the code is more complex and involves external assembly modules, check that they (...) (26 years ago, 15-Oct-99, to lugnet.robotics.handyboard)
|
|
 | | Re: Start_process problem
|
|
alex, each of your processes must be an indefinite loop. otherwise starting them up via start_process just runs through once. so, e.g.: void checkir() { while (1) { if (digital(4)) { /* go backward for some time */ /* turn a little */ /* go forward (...) (26 years ago, 15-Oct-99, to lugnet.robotics.handyboard)
|
|
 | | stuff
|
|
Hi everybody... I was wondering if anybody has investigated attaching more powerful motors to the RCX. Can anybody tell me (before I bother finding out myself) how to rig up a more powerful motor by getting the RCX output to control some sort of (...) (26 years ago, 15-Oct-99, to lugnet.robotics)
|
|
 | | Mindstorms on Macs! MacDaily plans review(?)
|
|
Hi Folks, I was browsing Mac Gamers hoping to find info on the new mactell voodoo3 cards and instead discovered this... (URL) appears the next week ( Tuesday) they plan on covering Mindstorms on Macs troubleshooting. I thought someone here might (...) (26 years ago, 15-Oct-99, to lugnet.robotics.events)
|
|
 | | Powered Crossaxles Through a Large Technic Turntable
|
|
In tinkering with my new robot thingy, I've come up with a design someone might find useful. I realize that it may be a bit on the obvious side to many of you advanced LEGO roboticists; however, I've seen a few people requesting more basic (...) (26 years ago, 15-Oct-99, to lugnet.robotics)
|