Added two Java libraries and discussion of the Vision Command.

This commit is contained in:
liv 2000-10-19 19:40:49 +00:00
parent 0d6d6f7378
commit 47dedc9be6
1 changed files with 53 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<revhistory>
<revision>
<revnumber>1.1</revnumber>
<date>October 1st, 2000</date>
<date>October 19th, 2000</date>
</revision>
</revhistory>
@ -124,7 +124,12 @@
Besides the RIS, Lego makes two other robotics systems- the CyberMaster (available only in Europe) and the Scout. Unfortunately, I believe that only one of these tools (NQC, discussed in <xref linkend="nqc">) will work with these other tools. Generally speaking, if you are considering buying a Scout, unless you are severely financially restrained, go ahead and buy an RCX- the additional investment is worth it.
</para>
</sect2>
<sect2>
<title>Mindstorms Vision Command</title>
<para>
The <ulink url="http://mindstorms.lego.com/products/vision/index.asp">Vision Command</ulink> kit is a new addition to the Mindstorms line that uses a USB camera to do some cool stuff. Unfortunately, because USB camera support (in particular, USB Quickcam support) is still shaky under Linux, the product is not yet supported under Linux. If you want to look into hacking it yourself, you may want to look at <ulink url="http://hotswap.in.tum.de/~acher/quickcam/quickcam.html">this page</ulink> which has a driver for a similar Quickcam.
</para>
</sect2>
<sect2>
<title>Important Note about the MS Windows CD</title>
<para>
@ -413,6 +418,52 @@
</sect2>
</sect1>
<sect1 id="javalibs">
<title>Remote Java APIs</title>
<sect2>
<title>Homepages</title>
<para>
<ulink url="http://www.escape.com/~dario/java/rcx/">RCX Java API</ulink>
</para>
<para>
<ulink url="http://www.slewis.com/rcxport/">RCXPort Java Interface</ulink></para>
</sect2>
<sect2>
<title>Type</title>
<para>
Remote Control Libraries
</para>
</sect2>
<sect2>
<title>Language</title>
<para>
Java.
</para>
</sect2>
<sect2>
<title>Platforms</title>
<para>
GNU/Linux(?)
</para>
</sect2>
<sect2>
<title>Description</title>
<para>
Both of these libraries are (theoretically) cross-platform Java libraries that send signals that can be used to remotely control an RCX that is using the original firmware. Neither have been tested with Linux, and neither are even in active development, but they may be useful sources for someone, which is why I've included them here.
</para>
</sect2>
</sect1>
<sect1 id="tcl">