To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *32189 (-20)
  Rechargeables for the RCX
 
My RCX is eating batteries, probably because I can't stop playing with it. I want to start using rechargeables. Took a look over the postings on Lugnet, many of which are quite old and using which I think I could have supported any opinion I cared (...) (23 years ago, 16-Mar-02, to lugnet.robotics)
 
  Re: New Book - Core Lego Mindstorms
 
(...) I have made the necessary modifications to leJOS (there was a clash with the new assert keyword) and then tried the Java SDK 1.4 with a few tests, it worked. What you have to do is use the CVS version and add "-target 1.1" as an option to (...) (23 years ago, 16-Mar-02, to lugnet.robotics)
 
  Re: Running Vision Command on XP
 
(...) Ted (and all): Please forgive my ignorance, but could you explain or point me to an explanation of how I perform step 6. "Edit and import legovcs.reg into RegEdit" I'm not a computer jock (though I am fairly competant) and am nervous about (...) (23 years ago, 16-Mar-02, to lugnet.robotics.vc)
 
  Lego drivers for Labview
 
Howdi, does anybody know where to get the drivers to program the Lego Brick in labview. Freeware please,... Thanx,... Greetings, ErX. (23 years ago, 15-Mar-02, to lugnet.robotics)
 
  Re: New Book - Core Lego Mindstorms
 
I assume with the offfical 1.4 release? I have had several problems with the offical release including stability problems, incompatible code (some wierd 1.2 stuff), slow performance, and hanging event threads (they never return from calling the (...) (23 years ago, 16-Mar-02, to lugnet.robotics)
 
  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)
 
  Spectrum as source of Technic Spares
 
With all of the back and forth lately on the lack of Technic spares, I've found that Spectrum Educational Supplies in Aurora Ontario has many hard-to-get parts, including the little pneumatic pumps. Without keeping everyone in suspense... Specturm (...) (23 years ago, 15-Mar-02, to lugnet.technic, lugnet.robotics.rcx)
 
  Re: Erroded axles
 
(...) but (...) the (...) you (...) Right, I came to the same conclusion. They're good enough (except for the null grip) if used on a smooth surface and with not too much tension. When for any reason the links are no more exactly aligned, the force (...) (23 years ago, 15-Mar-02, to lugnet.technic, lugnet.robotics)
 
  Re: anyone got hardware specifications for the RCX?
 
(URL) (23 years ago, 15-Mar-02, to lugnet.technic, lugnet.robotics)
 
  Re: Running Vision Command on XP
 
Hi all, Will someone please email me the Vision Command Updater.exe from RIS 2.0? Thanks in advance Chris (23 years ago, 15-Mar-02, to lugnet.robotics.vc)
 
  Re: New Book - Programming Lego Mindstorms with Java
 
Dario, I thought your book was supposed to come out last year ,but then you said it was cancelled by the publisher. Why did they decide to cancel it and then renew it? (...) (23 years ago, 15-Mar-02, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR