 | | Image processing with RCX
|
|
Hello, I wanna use a camera to understand path while robot is moving. But i don't know how to do this? I think there is a camera in lego. But is RCX enough to process these datas or i need to connect camera to computer? And are there anyone try this (...) (19 years ago, 7-Dec-06, to lugnet.robotics)
|
| |
 | | Re: Copy the Tyco "terrain Twister" screw drive?
|
|
(...) [...] (...) Well, there is this piece: (URL) this set: (URL) even if you have an old Rock Raiders set sitting around (and why would you?), you'd be wearing off all that nice chrome if you used it. Not to mention that, if I recall correctly, it (...) (19 years ago, 6-Dec-06, to lugnet.org.ca.rtltoronto, lugnet.robotics)
|
| |
 | | Re: Mac universal bluetooth filebrowser.
|
|
(...) It's fixed. - Carsten (19 years ago, 6-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Re: Copy the Tyco "terrain Twister" screw drive?
|
|
I think the flex tube is a good idea. I would use the 4x4 round brick with holes (peeron part #6222) spaced on an axle to make build the supporting framework. Attach some Angle connector #1 (peeron part 32013) to the holes on the circumference of (...) (19 years ago, 6-Dec-06, to lugnet.org.ca.rtltoronto, lugnet.robotics)
|
| |
 | | Re: Copy the Tyco "terrain Twister" screw drive?
|
|
(...) I remember this toy! Wow, Tyco must be where old molds never die. (...) I don't know of any pieces which would fit the shape, but then of course, I'm really not as up on my piece knowledge anymore. There doesn't seem to be a "worm segment" (...) (19 years ago, 6-Dec-06, to lugnet.org.ca.rtltoronto, lugnet.robotics)
|
| |
 | | Copy the Tyco "terrain Twister" screw drive?
|
|
I saw the Tyco "Terrain Twister" (URL) on TV and was intrigued by the drive mechanism. It looks like it uses two counter-rotating screws/augers to move it forward on bad surfaces like sand or snow. I found a couple other references on the web: The (...) (19 years ago, 6-Dec-06, to lugnet.org.ca.rtltoronto, lugnet.robotics)
|
| |
 | | Re: Mac universal bluetooth filebrowser.
|
|
(...) Dragging the file out of the list works! Download button doesn't. I click download, it asks me where I want to save it, but then the file never downloads. (19 years ago, 6-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Re: NXT sensor part updates
|
|
(...) Cross-posted to lugnet.robotics.nxt Philo (19 years ago, 6-Dec-06, to lugnet.cad, lugnet.robotics.nxt)
|
| |
 | | Re: Mac universal bluetooth filebrowser.
|
|
(...) Oops. They are implemented and have worked for me. You should even be able to download files from the NXT by drag and drop from the table. I'll investigate this further. (...) No i haven't. Thats cause i have not written a single line of ruby (...) (19 years ago, 6-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Re: NQC programming guide
|
|
Thanks for the link. As for which programming language to learn, I'm sure C (or C related) is a perfect choice. For one, as you say NQC is C based. Secondly, learning C should give me a better insight in some of the things that happen in my Linux (...) (19 years ago, 6-Dec-06, to lugnet.robotics)
|
| |
 | | Re: Mac universal bluetooth filebrowser.
|
|
(...) Oops. They are implemented and have worked for me. You should even be able to download files from the NXT by drag and drop from the table. I'll investigate this further. (...) No i haven't. Thats cause i have not written a single line of ruby (...) (19 years ago, 6-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Re: NXT sensor part updates
|
|
(...) XP to lugnet.robotics.nxt... Philo (19 years ago, 6-Dec-06, to lugnet.cad, lugnet.robotics.nxt)
|
| |
 | | Re: NQC programming guide
|
|
(...) Because there is an additional relationship established between the array elements, namely that of succession. Five variable names would not have such a property. Now go and read a book on computer programming, please. ++L (19 years ago, 6-Dec-06, to lugnet.robotics)
|
| |
 | | Re: Mac universal bluetooth filebrowser.
|
|
Cool, works pretty good, except the download function doesn't seem to work? Have you tried ruby-nxt? It provides bluetooth access and works well on intel macs. It doesn't have all the system commands for uploading/downloading files yet, but I'm (...) (19 years ago, 6-Dec-06, to lugnet.robotics.nxt)
|
| |
 | | Mac universal bluetooth filebrowser.
|
|
Hi, i have written a little filebrowser for Mac OS X - Tiger (10.4.X). The DMG can be downloaded from (URL) site>. -- Carsten (19 years ago, 6-Dec-06, to lugnet.robotics.nxt, FTX)
|
| |
 | | Re: NQC programming guide
|
|
(...) If you want to perform the same operation (or sum) on multiple variables, you can use a loop. As long as you use the same variable that controls the loop to control the array, then each successive iteration through the loop will perform the (...) (19 years ago, 5-Dec-06, to lugnet.robotics)
|
| |
 | | Re: NQC programming guide
|
|
(...) You'll know when you need it, probably. (...) It's a style thing. (...) There are a number of 'Beginner's Guide to C' style books, buy one. :-) (19 years ago, 5-Dec-06, to lugnet.robotics)
|
| |
 | | Re: NQC programming guide
|
|
I think you need to learn to program in text-based languages in general, first. Since NQC stands for "Not Quite C," you should learn the basics of programming in C or C++. (URL) sure someone will come in here and decry that approach and tell you to (...) (19 years ago, 5-Dec-06, to lugnet.robotics)
|
| |
 | | Re: NQC programming guide
|
|
(...) So why use an array with say 5 values and not 5 variables? (...) so it's always +1, not like my pocket calculator which will keep adding the original value of x if I use a double + (5++ =10, 15, 20, etc.) (...) (19 years ago, 5-Dec-06, to lugnet.robotics)
|
| |
 | | Re: NQC programming guide
|
|
(...) I wouldn't say I was a great programmer either. An array is simply a sequence of memory variables (say 1-10) that can be accessed via their numeric position. x++ If you write x++ in your code and x=1, once used, one will be added to it so it (...) (19 years ago, 5-Dec-06, to lugnet.robotics)
|