 | | Re: Mindstorms in London/Europe
|
|
In London, I know Hamleys on Regent St and Harrods in Knightsbridge both have stock of Mindstorms. There are several ToysR'Us locations on the outer areas of London, but none in the city proper, and you would want to call them first to check stock, (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | RE: Is Scout powerful?
|
|
I agree the droid kits are a bit too much (and I was never a huge Star Wars fan). But they're discounted now to $49.00, and there are 656 other parts.....that's 7.5 cents a part, well below my pain threshold. I got me two ;>) Jeff Jeffrey Hazen (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | RCX Code tutorial or better program all together?
|
|
Hello, I'm a new RCX owner and I find that the tutorial for RCX Code that comes with Mindstorms explains squat. Is there an online tutorial that explains what each object does and actually shows how to do more than just turn on a motor for one (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: Is Scout powerful?
|
|
"Jeffrey Hazen" <jeffrey.hazen@northmill.net> wrote in message news:01C039AF.73F65F...thmill1... (...) I could think of some applications for that, but I'd have to win a lottery before I could afford 8 Microscouts!! About Microscouts: when I first (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: The Datalog
|
|
(...) LegOS doesn't use the standard Byte Codes... So, no I did not... If I was proficient in C I probably would like it. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: The Datalog
|
|
(...) I don't want to crash your party, but I thik you just described legos as in news:lugnet.robotics.legos ;-) Regards, Hakan (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: LINUX
|
|
(...) If you are looking for NQC for Linux go to the NQC web site and click on the Unix installs. Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: Is Scout powerful?
|
|
(...) The Scout has the following drawbacks. Passive Sensors only. No Rotation or Light. It's very hard to use the Light sensor for some projects since it's built into the brick. 1k of RAM!!! That's 400 bytes to play with. Not very much at all. (The (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: Need more help with NQC
|
|
Why didn't you try my WinNQC? although it is only v1.1. You can find information in lugnet.robotics.rcx.nqc, you won't be sorry. Zhengrong (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: Is Scout powerful?
|
|
I also think Scout is very good, and it has some new features that not in RCX but will be in new RCX2, like event monitor and so on. NQC 2.2 r1 supports scout in NQC language, so you can write software like for RCX, if you like to use IDE (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Mindstorms in London/Europe
|
|
Hi All, I am travelling to London from Europe and would welcome suggestions as to where to buy Lego and or Mindstorms in London. Pref. shops that carry stock as I can probably visit them once. Alternatively, mail order organisations selling Lego (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: AI, AI & AC
|
|
Do you have any references or links that you could share with us about "Game AI" ? I'm curious : ) (...) research (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | LINUX
|
|
I've got a linux box sitting here that is not doing much at all. I was thinking that I could devote it to Legos. I know that I have seen something on here b4 about using Linux. Where could I get the appropriate driver? Thanks, Jim (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | RE: Is Scout powerful?
|
|
I have to agree, the Scout is great. While it will never be as powerful as it's bigger sibling (not sure on the gender here....), it still has plenty of fun inside. And it's being discounted at places like BestBuy for $79.00 which makes it a good (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: Is Scout powerful?
|
|
I think the scout is great. We build quite a lot of simple models to be controlled by the IRRC, it is perfect for this. It is also good for checking out larger models before the RCX is cranked up. It is biggest draw back is the it only having two (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Is Scout powerful?
|
|
I just acquired the Discovery set that includes the Scout. At first I always face the scout as a simpler version of the RCX with the following disadvantages: -2 motor outputs only -2 inputs only -inputs are restricted to touch sensors only -less (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: Need more help with NQC
|
|
(...) You have to be careful with upper and lower case: task main() { OnFwd(OUT_A); OnFwd(OUT_C); Wait(200); OnRev(OUT_A+OUT_C); Wait(200); Off(OUT_A+OUT_C); } Jürgen (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: Need more help with NQC
|
|
I think you have to define out_a, out_b and out_c as OUT_A, OUT_B and OUT_C. (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Re: AI, AI & AC
|
|
(...) Com'on doesn't everybody want a robot that has more sense then only reverse/turn when it hits a wall ... (...) One of simplest forms of AI is to incorporate moods (AE) that can result in more human behavior. This can be done by using different (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|
|
 | | Need more help with NQC
|
|
I need some other help with NQC. I downloaded the tutorialof Mark Overmars, a lot of example of NQC, but when i write the first program of the tutorial i got at least 6 errors (maybe 8 !), here is the program: task main() { onfwd(out_a); (...) (25 years ago, 19-Oct-00, to lugnet.robotics)
|