 | | Re: please help with threaded robot program
|
|
(...) Thanks for the pointer. I'll go check it out. (My bad for not actually searching on "subsumption" -- I think I searched for +lejos +thread.) Susan (25 years ago, 22-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: please help with threaded robot program
|
|
Hi Susan, Subsumption works great in leJOS. See this message for some example code: (URL) think what you're missing is an arbitrator, which will probably run as yet another thread. Regards, Jonathan (...) (25 years ago, 20-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | please help with threaded robot program
|
|
Hi, this is my first message to the robotics groups. A little background: I've had RIS 1.0 for a couple of years, I have ~14 years of programming experience but only 1 year of Java (mostly server side). I downloaded leJOS beta 3 last week and wrote (...) (25 years ago, 19-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | leJOS article in JavaWorld
|
|
Enjoy! (URL) (25 years ago, 12-Feb-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | ANN: leJOS Visual Interface 1.1.1
|
|
With this version I have added an auto indent feature that indents lines after braces, and have made an 'installer' that sets up the properties file. It should also run with the commands I have up now too :) Sorry about the error in the (...) (25 years ago, 10-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: ANN: TextLCD-Tester for leJOS
|
|
That LCD applet is too cool! Sort of lets you test out what words look good and which don't before actually putting it into code. It gave me an idea to make a list on all the capital letters and lower case letters that actually look good, then try (...) (25 years ago, 8-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: LeJOS
|
|
(...) Thanks for the encouraging words, Brian. I've been following this forum (and learning Java) for several weeks now, and am about ready to install Lejos myself. You can expect some newbie posts from me shortly... (: Corey Snipes Boulder, CO, USA (...) (25 years ago, 5-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | ANN: TextLCD-Tester for leJOS
|
|
I have added a little TextLCD-Applet to my rcxtools site. It will be part of the next version of RCX-Direct-Mode for leJOS and can be tested at (URL) (25 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | ANN: leJOS Visual Interface
|
|
There is a new version of the leJOS Visual Interface up at www.geocities.com/gombos_2000/ It includes somewhat better (not much) options handling, and an enabled and working edit menu. Next will be online help, and auto indent. Andy (25 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: LeJOS
|
|
API documentation is available online at the lejos homepage: (URL) You can also create a local copy if you have the Java Developer Kit. I have a batch file to do this: javadoc -author -d apidocs -sourcepath classes java.io java.lang java.util (...) (25 years ago, 3-Feb-01, to lugnet.robotics.rcx.java)
|
| |
 | | leJOS presentation
|
|
Hello, I'm going to be speaking about leJOS at the O'Reilly Java conference: (URL) March 29 at the Westin Santa Clara. Unfortunately, you can't come see it for free, but I thought it was worth mentioning anyway. Even though the online description (...) (25 years ago, 23-Jan-01, to lugnet.robotics, lugnet.robotics.rcx.java)
|
| |
 | | the 'java on host' concept
|
|
to overcome limitations of the prog. size in my CM, and my experience with Java, I decided to have the applications running on the host laptop. In the mean time things are looking very good. I'm only running Java on the host. I didn't touch the CM. (...) (25 years ago, 19-Jan-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: [tinyvm-discussion] Fwd: Getting lejos running -- anyone advise?
|
|
(...) "/home/simon/notes/p...ejos.srec" (...) It's unusual for lejosfirmdl to be working better than the program downloader :) Anyway, turn the RCX off and on again, then try different ranges. You might want to change the range in the IR tower. (...) (26 years ago, 12-Jan-01, to lugnet.robotics.rcx.java)
|
| |
 | | RCX/CM doc on reading sensors using Get Value <source> <argument>
|
|
I'm building my own Java code to drive the CM from my PC COM port. Now I have some testing/lab sw which reasonably reliably writes to and reads from the COM port, I got stuck at read sensor using the GetValue opcode 0x12. I can read the variables (...) (26 years ago, 8-Jan-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: LeJOS
|
|
(...) There are some examples in the distribution. For a documentation you have to call javadoc. Naturally it is helpfull if you have some knowledge on the RCX. There is only a lack of documentation which Java-features are missing. You have to go (...) (26 years ago, 7-Jan-01, to lugnet.robotics.rcx.java)
|
| |
 | | Re: How well does the RCX JVM work?
|
|
Hi Dennis, (...) Lejos runs AFAIK on PC and Linux. (...) No. (...) You have to use an original SDK. It's an frontend to javac (...) Yes, but currently no priority (AFAIK) (...) Yes. (...) Yes. (...) Yes. (...) Yes. After toying around with NQX, I (...) (26 years ago, 7-Jan-01, to lugnet.robotics.rcx.java)
|
| |
 | | How well does the RCX JVM work?
|
|
All, I am considering moving up to the Java VM from NQC on my RCX but I have a few questions. Does it only run on a PC? W9X? Mac (NO PC emulation)? Does it need spirit.ocx to run? Can I write in my own SDK or does it have its own SDK, and do its own (...) (26 years ago, 4-Jan-01, to lugnet.robotics.rcx.java)
|
| |
 | | LeJOS
|
|
Is there any documentation on classes for the LeJOS? How do I write a program that accesses all the motors, senors, etc? Is it worth the trouble to replace the firmware? (26 years ago, 28-Dec-00, to lugnet.robotics.rcx.java)
|
| |
 | | [ANN] leJOS 1.0.0beta3 released!
|
|
Beta 3 of leJOS is out at (URL) main change is that the NT "Permission Denied" bug in lejosfirmdl appears to be fixed. Thanks to Paolo Masetti for his hints, and to anyone else who's contributed to the firmware downloader in legOS. Enjoy, --Jose (26 years ago, 15-Dec-00, to lugnet.robotics.rcx.java)
|
| |
 | | Re: PSION 5MX HAND HELD
|
|
I got this reply from Kasper: (...) Hi scott... unforunatly, i cannot get the lugnet listserver let me post to the list, so if anybody else is interested, you will have to forward this mail to the list =) anyways, i am the happy owner of a palm5mx.. (...) (26 years ago, 11-Dec-00, to lugnet.robotics.palm, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.java)
|