 | | Re: New Book - Programming Lego Mindstorms with Java
|
|
Hi Michelle, Yes it was supposed to come out last year - it was delayed but now it's nearly completed. In addition to myself the author list is as follows (to give credit where it's due): Guilio Ferrari, Jamie Waldinger, Soren Hilmer, Jurgen (...) (23 years ago, 15-Mar-02, to lugnet.robotics)
|
|
 | | Re: LEGOCAM with Handy Board
|
|
The Lego cam can be used as a sensor. See: (URL) Fay THE SHOP (URL) Potter" <jacobdp@earthlink.net> wrote in message news:3C925D84.CB6C47...ink.net... (...) Has (...) in (...) the (...) (23 years ago, 15-Mar-02, to lugnet.robotics)
|
|
 | | Re: problem with lnpd...help!?
|
|
(...) this must be char test4 = 'a'; I think. Otherwise, you won't sent an 'a' anyway. But I can't imaginge why you want to do this. Michael Ash has shown a way to fiddle the strings into a contigous data area ready to be sent. But why do you want (...) (23 years ago, 15-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: New Book - Core Lego Mindstorms
|
|
Yes, it's 100% compatible with the latest versions of the Java SDK. I use 1.3.1 myself and it works great. There were originally some problems with the SDK 1.4 beta but those have been worked out. (...) (23 years ago, 15-Mar-02, to lugnet.robotics)
|
|
 | | Re: problem with lnpd...help!?
|
|
(...) That's wrong. You should write "char test4 = 'a';", otherwise you are implicitly casting the character 'a' to a pointer to store it in test4 (the compiler should warn you about this; use -Wall to catch these errors). (...) Then this line (...) (23 years ago, 15-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: LEGOCAM with Handy Board
|
|
(...) The Vision Command camera does not talk to the RCX. It's actually a re-packaging of (IIRC) a Logitech QuickCam, with software that runs on the PC, communicating with the RCX. - Jacob (23 years ago, 15-Mar-02, to lugnet.robotics)
|
|
 | | Re: problem with lnpd...help!?
|
|
This is really more of a general C question than an lnpd question. Anyway, the problem is with serialization; you want to take a structure in memory, and turn it into a stream of bytes, either to store in a file, send over a network, or whatever. (...) (23 years ago, 15-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | LEGOCAM with Handy Board
|
|
Greetings, I am participating in a graduate project in the Lamar University Computer Science Department, dealing in "Topics in Robotics." We are using the LEGO #3804 Robotics Invention System 2.0, with the Handy Board, Expansion Board, and the (...) (23 years ago, 15-Mar-02, to lugnet.robotics)
|
|
 | | problem with lnpd...help!?
|
|
hi all. im using legOS 0.2.4 and using lnpd to communicate with my linux box. now then, here is my problem. lets imagine i have the following: foo{ int test; char *test2; void *test3; }; char *test4 = 'a'; char *test5 = 'b'; struct foo bar* = NULL; (...) (23 years ago, 15-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: New Book - Core Lego Mindstorms
|
|
In lugnet.announce, Brian Bagnall writes: As some of you know I've been working on a Lego Mindstorms book for Java programmers. The official release date is March 15, 2002 so it seems like a good time to announce it. The intent of this book is to (...) (23 years ago, 15-Mar-02, to lugnet.robotics)
|