 | | Re: threads - bug in the firmware?
|
|
Hi Ross (...) you (...) What are the advantages and disadvantages of this method as opposed to the one I used? mike (24 years ago, 18-Jan-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: My Ambulators
|
|
Welcome Brian! This is fun right? Your Walkers are great and it takes real skill to build them. You certainly have a talent for it as well as an understanding of the sheer mechanical principals involved. I applaud you. Wow, I can't wait to see this (...) (24 years ago, 18-Jan-02, to lugnet.robotics, lugnet.technic)
|
|
 | | RE: My Ambulators
|
|
I used the datalog to upload a batch of data to the PC and then used Excel's import to make it into a spreadsheet. It was easy and worked well. I used the spreadsheet to precisely characterize my motors so that I could match motors to each other in (...) (24 years ago, 18-Jan-02, to lugnet.robotics)
|
|
 | | Re: Lego Studios Cam and Macintosh
|
|
In lugnet.robotics, Dave Johann writes: [Snip] (...) I'm interested in buying the CD since you can't use it. Martin (24 years ago, 17-Jan-02, to lugnet.robotics)
|
|
 | | Re: threads - bug in the firmware?
|
|
(...) Note also since bumper_task() is an infinite loop, and you never use pid1, you could save one thread by doing this: int main(int argc, char *argv[]) { pid2 = execi (&left_task, 0, NULL, PRIO_NORMAL+2, DEFAULT_STACK_SIZE); pid3 = execi (...) (24 years ago, 17-Jan-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Lego Studios Cam and Macintosh
|
|
(...) On Windoze the Logitech drivers identify the camera as a Logitech QuickCam Web just fine. (24 years ago, 17-Jan-02, to lugnet.robotics)
|
|
 | | Re: Lego Studios Cam and Macintosh
|
|
(...) I recollect that someone said that whilst the Lego camera *is* a Logitech device, the USB identification info for the 'badge-engineered' Lego device is different from that of the Logitech equivalent. Hence, the camera may not be *recognised* (...) (24 years ago, 17-Jan-02, to lugnet.robotics)
|
|
 | | Re: Lego Studios Cam and Macintosh
|
|
(...) But have you tried these drivers? Backwards compatability is often present in newer drivers. Also, has anyone tried plugging the camera in with iMovie open to see if it's drivers will recognize the camera? Matt (24 years ago, 17-Jan-02, to lugnet.robotics)
|
|
 | | Re: threads - bug in the firmware?
|
|
;-) That worked a treat, thanks Michael. (thanks for the other little corrections in the code too). mike (...) Mike, (...) your subroutines and then you leave main()! Leaving main means (...) memory is freed. The following will do the job: (...) (...) (24 years ago, 17-Jan-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Lego Studios Cam and Macintosh
|
|
(...) You'll notice none of those are "QuickCam Web." (24 years ago, 17-Jan-02, to lugnet.robotics)
|