leJOS
| Tiny Java OS for Lego RCX brick. Like its predecessor TinyVM, has tiny Java
runtime, under 32K; works as replacement firmware for Lego; Hitachi H8300 ... |
Fatal PhpWiki Error
| lib/Request.php:196: Warning[2]: session_start():
open(/home/groups/l/le/lejos/wiki_tmp/sess_71549ee5889f6eace85b7ae51142c2bb,
O_RDWR) failed: Read-only ... |
The leJOS Tutorial
| The lejos tutorial. ... The leJOS Tutorial. A practical guide for developers with
examples and trails--groups of lessons on a particular subject. ... |
Using the LEGO® remote control
| Using the LEGO® remote control. by Matthias Paul Scholz. Note that this lesson
already refers to the actual re-organization of the remotecontrol package in ... |
Contributing to leJOS
| Trail: Contributing to leJOS. by Matthias Paul Scholz. Contributing to leJOS Now
that we have come to the end of this tutorial, and as you are aware that ... |
Navigation
| The Navigator API. The leJOS Navigator API provides a convenient set of methods
to control a robot. There are methods for moving to any location and ... |
package lejos.tutorial.speech; import josx.rcxcomm.*; import java ...
| package lejos.tutorial.speech; import josx.rcxcomm.*; import java.io.*; import
josx.platform.rcx.*; public class Rover implements SensorConstants, ... |
package lejos.tutorial.speech; import java.io.*; import java.util ...
| package lejos.tutorial.speech; import java.io.*; import java.util.*; import
javax.speech.*; import javax.speech.recognition.*; import javax.speech.synthesis ... |
rcxcomm
| Overview. josx.rcxcomm is a package for communication between a PC and the RCX.
It is based on original code created by the LEGO3 Team at DTU-IAU. ... |
Behavior
| Programming Behavior with leJOS. When most people start programming a robot, they
think of the program flow as a series of if-thens, which is remeniscent of ... |