 | | Re: 5-DOF arm
|
|
(...) I would like to see some pictures. Thanks, Kev (21 years ago, 17-Sep-05, to lugnet.robotics)
|
| |
 | | Re: Pneumatic "One Leg at a Time" Robot Circuit
|
|
In lugnet.technic, Mark Bellis wrote: <snip> (...) Is there such a thing?!?! :^) Kev (21 years ago, 17-Sep-05, to lugnet.technic)
|
| |
 | | Re: Train Factory palette
|
|
(...) Might work here, and perhaps color matching the brick color would work out better this way. And indeed, shouldn't cost too much... perhaps Jake could take this up with the design team? While on the subject... how about re-doing some of the (...) (21 years ago, 17-Sep-05, to lugnet.trains)
|
| |
 | | Re: Train Factory palette
|
|
(...) That comment basically applies to ANY part being considered that has two versions.. (it wasn't really mentioned yet, but it would apply to the tailgate part, to the club car window part, etc etc) (21 years ago, 17-Sep-05, to lugnet.trains)
|
| |
 | | Re: Studless Brick Wall Study
|
|
It's MOCs like these that put me to shame... Great job!!! God Bless, Nathan Visit my brickshelf gallery: (URL) (pic=link) (21 years ago, 17-Sep-05, to lugnet.build.arch, FTX)
|
| |
 | | Re: Today's offer from JJ's Furniture Store: A cupboard
|
|
(...) This is so clean it makes me slightly sick : ) Another piece of great small furniture that makes my own interiors seem yet more cumbersome... 'Thanks for sharing'? :-) God Bless, Nathan Visit my brickshelf gallery: (URL) (pic=link) (21 years ago, 17-Sep-05, to lugnet.build, FTX)
|
| |
 | | Back reading .Castle
|
|
After a long absence from Lugnet.castle (due to moving) I would like to announce I'm back, safely established in Ireland, and working on a new MOC.... Looks like I missed 'heaps'... God Bless, Nathan Visit my brickshelf gallery: (URL) (pic=link) (21 years ago, 17-Sep-05, to lugnet.castle, FTX)
|
| |
 | | Re: What's in a part name? (WAS: 4679 Fall Spring Cleaning Bonus)
|
|
(...) You don't think it's a good idea to rename slopes? ;) But I agree with you, it's not a bad alternate name for them. In the Brickopedia I tried to find a balance between taxonomically correct labels and groupings/names that made sense from a (...) (21 years ago, 17-Sep-05, to lugnet.parts, FTX)
|
| |
 | | Re: My humble opinion about LDraw animation
|
|
(...) IMHO there is no reason why someone can't invent something new. Especially as anything new would be still compatible with LDraw standards (otherwise the author would have to reinvent the wheel, the LDraw library and the existing Lego-Cad tools (...) (21 years ago, 17-Sep-05, to lugnet.cad, lugnet.cad.ray, lugnet.animation)
|
| |
 | | Re: Train Factory palette
|
|
In lugnet.trains, Jake McKee wrote: <snip> (...) (The following is from Steve Barile, who asked me to post it for him because his new email addy isn't registered with LUGNET yet...) -JOHN I see the port hole printed clear panels come up several (...) (21 years ago, 17-Sep-05, to lugnet.trains, FTX)
|
| |
 | | History a NWBrickCon 2005
|
|
For Paul Hetherington: Hello NWBrickCcon attendees. Here's a reqest for everyone who wants to participate in the Lego History section, to bring your favorite Lego sets from the 50's - up to the 90's. Sets can be with or without boxes. As well as any (...) (21 years ago, 17-Sep-05, to lugnet.events.nwbrickcon, FTX) !!
|
| |
 | | Re: Presenting the Dutch Division
|
|
(...) Snip snip I am surprised nobody replied to your post earlier Sylvi. That's quite a collection of MOCs, what a way to start / introduce a new faction, or sub-faction if prefered! About the faction itself: I like the back-story you brought (...) (21 years ago, 17-Sep-05, to lugnet.space, FTX)
|
| |
 | | RE: time sampling under the rcx standard OS
|
|
Here are some comments on how to improve your code for real-time performance. 1. Move the "SetUserDisplay" out of the loop and put it just before the loop. 2. I think the "OnFwd" macro is actually two instructions: "Fwd" and then "On". Replace this (...) (21 years ago, 17-Sep-05, to lugnet.robotics.rcx.nqc)
|
| |
 | | Re: Pneumatic "One Leg at a Time" Robot Circuit
|
|
(...) There's probably no limit to the number of designs, but only a few will have a situation where they are the best one. Different designs are better in different situations. Of the differential output designs that provide output hoses to both (...) (21 years ago, 17-Sep-05, to lugnet.technic)
|
| |
 | | Spiderman's Tain Rescue
|
|
I tried to find an answer before posting but didn't. I apologize if this question has been discussed previously. Is Spiderman's Train Rescue compatible size-wise with other Lego trains? Can it be motorized? Has anyone done this? Does anyone care? (...) (21 years ago, 17-Sep-05, to lugnet.trains)
|
| |
 | | Re: time sampling under the rcx standard OS
|
|
(...) From what I've seen, the standard firmware takes about 3ms per command, and the same program will run on BrickOS about 100 times faster. I usually set up my BrickOS programs so they use the internal timer, and only update the motor setting (...) (21 years ago, 17-Sep-05, to lugnet.robotics.rcx.nqc)
|
| |
 | | Re: Train Factory palette
|
|
(...) But PLEASE PLEASE PLEASE the NON-clickhinge version... (21 years ago, 17-Sep-05, to lugnet.trains)
|
| |
 | | Re: The Brick Testament: Samson -- the early years
|
|
Hey, Bruce. (...) Thanks, I'm pretty happy with the new look. Easier to read, and hopefully a little nicer to look at. I also dispensed with the two letter abbreviations for the books of the Bible. When I started the project, I mistakenly thought (...) (21 years ago, 17-Sep-05, to lugnet.build.ancient, FTX)
|
| |
 | | Re: time sampling under the rcx standard OS
|
|
(...) Francois, I think you should be able to get much faster sampling. I can easily get 10-20 Hz, and others have claimed to get down to 3 ms. Whether it can be done at a constant rate, I'm not sure, and think it probably depends on what else is in (...) (21 years ago, 17-Sep-05, to lugnet.robotics.rcx.nqc)
|
| |
 | | time sampling under the rcx standard OS
|
|
Hi list, I'm trying to implement a position regulation (using a motor and a rotation sensor), using for instance a PID (Proportional-Integr...erivative) regulation. I tried to code it in NQC, using the standard OS, but it seems that the RCX loops at (...) (21 years ago, 17-Sep-05, to lugnet.robotics.rcx.nqc)
|