 | | Re: Proximity Sensors for Legway
|
|
(...) Henrik Dahlgren posted here several months back saying that he had successfully built a LegWay using standard LEGO Light Sensors instead of the HiTechnic Proximity Detector. I don't know how much code modification was required, but here is his (...) (22 years ago, 22-Sep-03, to lugnet.robotics.rcx)
|
|
 | | Duel InfraRed Obstacle Detector
|
|
Mindsensors Has recently developed a low cost Duel InfraRed Obstacle Detector , which can detect Obstacle on left right or ahead. If your are interested visit us at www.mindsensors.com/drod.htm www.mindsensors.com Mindsensors Robotics (22 years ago, 20-Sep-03, to lugnet.robotics)
|
|
 | | Re: Aaargh...I need some help
|
|
(...) 1. Make sure LEJOS_HOME is set properly: echo %LEJOS_HOME% 2. Make sure there is a file lib\classes.jar in your LEJOS_HOME directory: dir %LEJOS_HOME%\lib\classes.jar 3. Try including the percentage signs and using backslashes: set (...) (22 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
|
|
 | | Re: Aaargh...I need some help
|
|
(...) I would put the following two lines into a batch file which you execute prior to trying to compile and download your lejos programs. set LEJOS_HOME=<some path to lejos directory without a trailing slash> set CLASSPATH=%LEJOS_HOM...cxcomm.jar (...) (22 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
|
|
 | | Aaargh...I need some help
|
|
Hi, Can anyone lend a desperate soul a helping hand? Here's my problem: I've followed the installation directions for windows as outlined in lejos.sourceforge.net For your convenience, I've included the instructions here: Installation of the leJOS (...) (22 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
|
|
 | | Sensor listener
|
|
Hello! I'm using a Sensor listener to read a sensor in a behavior class. This is the code: public class Angestossen implements Behavior, SensorListener { public void stateChanged(Sensor touchsensor, int oldValue, int newValue) { if (...) (22 years ago, 19-Sep-03, to lugnet.robotics.rcx.java)
|
|
 | | Re: Multiplexing 4 touch sensors on an RCX input port
|
|
(...) (apologies for delay - my server decided to stop talking to lugnet for some reason, hopefully now fixed) (...) Errm, probably 2.1.0 (but I don't have it immediately to hand at the moment - that's the name of the directory on my computer with (...) (22 years ago, 18-Sep-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth)
|
|
 | | Re: Proximity Sensors for Legway
|
|
Now Hi-Technic stop building those parts.. may be they could give their diagrams to public... Chris. (22 years ago, 18-Sep-03, to lugnet.robotics.rcx)
|
|
 | | Proximity Sensors for Legway
|
|
Hi I'm keen on building a Legway but Hitechnic tell me they no longer supply the sensors.... (or I maybe they don't want to supply me in New Zealand) Are there alternatives? either pre built or a circuit daigram? I don't have any electronics (...) (22 years ago, 18-Sep-03, to lugnet.robotics.rcx)
|
|
 | | [ANN] leJOSUnit v1.0 available
|
|
Hello, I want to let you know, that there is the first port of JUnit available for the leJOS Java platform based on LEGO Mindstorms. The main features of leJOSUnit are: - the core framework has been carefully ported to the very restricted leJOS (...) (22 years ago, 18-Sep-03, to lugnet.robotics.rcx.java)
|