 | | how detect other RCX robots with light sensors?
|
|
I want to know if there another RCX infront of me at a maximum distance of 30cm. I tried to use only the light sensors but it was not enough. Does anyone has already tried this. Maybe putting some light in the RCX like infrared (I'm trying this). (...) (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | (canceled)
|
|
|
| |
 | | Re: Help with RCX.pm
|
|
(...) Aha! OK, sounds like the docs are out of sync with the code. IIRC, John renamed the module from RCX to LEGO::RCX a while back, which means that the new() constructor is actually now in the LEGO::RCX package and no longer in the RCX package. (...) (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: Help with RCX.pm
|
|
"Todd Lehman" <lehman@javanet.com> schrieb im Newsbeitrag news:FsyM2E.KoA@lugnet.com... (...) i used the following: use RCX; $rcx = new RCX(); as described in the doc-file that comes with RCX.pm. thanks, Clemens (26 years ago, 14-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: Help with RCX.pm
|
|
(...) Clemens, What are you using to invoke the new() constructor? Are you using LEGO::RCX->new(...) or LEGO::RCX->new("LEGO::RCX", ...) or new LEGO::RCX(...) or something else? --Todd (26 years ago, 13-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | (canceled)
|
|
|
| |
 | | Help with RCX.pm
|
|
when using the rcx.pm i only recieved the following error: "can't find method new in module rcx" it seems to me that perl finds the LEGO::RCX module but not its method "new". what am i missing? thanks for any suggestions! (26 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Re: USB->Serial Converts and IR Tower
|
|
(...) downloaded the latest drivers (Intel based). Also obtained a good troubleshooting doc to determine whether the S9 is configured correctly. Will gladly email to any interested. Problem: Having trouble getting the IR tower to talk to the RCX. I (...) (26 years ago, 12-Apr-00, to lugnet.robotics, lugnet.robotics.rcx)
|
| |
 | | Re: Lego Laser
|
|
(...) A resistor+zener fixes that nicely. Dw (26 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|
| |
 | | Controlling RCX with game controller
|
|
Hi everyone, I have developed a program for Windows 95/98/2000 that will allow you to control your RCX with a game controller via the infrared transmitter that comes with the RIS set. The program is called Remote Control X. One key feature is the (...) (26 years ago, 12-Apr-00, to lugnet.robotics.rcx)
|