To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *3275 (-20)
  Re: TinyVM coding question
 
(...) [...] I already responded to Eric via email, but for anyone else who might be interested, this bug was fixed in TinyVM 0.1.4. The current version is 0.2.2. Expect 0.2.3 tonight or tomorrow (due to a bug fix, having to do with assigning (...) (24 years ago, 23-Sep-00, to lugnet.robotics, lugnet.robotics.rcx.java)
 
  TinyVM coding question
 
Folks, I have a question about TinyVM 0.1.3. I am working with the included code (TestReceiver1.java) but have come across some interesting behavior which I hope someone can explain (and offer a solution for). I am tryying to write a simple program (...) (24 years ago, 22-Sep-00, to lugnet.robotics, lugnet.robotics.rcx.java)
 
  Re: Which set contains the Temparature Sensor?
 
I'm pretty sure that it doesn't come in any sets. I know you can order it from Shop@Home. I purchased my from eBay and got a much better deal than through S@H. LEGO tech support said the sensor was accurate to the integer. for example, it's 71 (...) (24 years ago, 22-Sep-00, to lugnet.robotics.rcx)
 
  RE: Three new books about Lego Mindstorms
 
(...) This one has pbForth on the CD - or at least that's what they said.... Of course, you all know that Dave Baum's new book, "Extreme Mindstorms: an Advanced Guide to Lego Mindstorms" It has lots of detailed information on the RCX, as well as a (...) (24 years ago, 22-Sep-00, to lugnet.robotics.rcx)
 
  Re: Three new books about Lego Mindstorms
 
"Johan Hjertman" <the_hartman@hotmail.com> wrote in message news:G1ABov.DI2@lugnet.com... (...) released. (...) AFAIK, this one hasn't shipped yet in the US. (...) Available in the UK, see: (URL) sets and parts for sale or trade: (URL) (24 years ago, 22-Sep-00, to lugnet.books, lugnet.robotics.rcx)
 
  Which set contains the Temparature Sensor?
 
Hi, Does any set (except 9755 from Dacta) contain the Temparature Sensor? I tought that the Ultimate Accessory Set (3801) contained one and spend most of the last night searching in my collection for the damned thing (hey, I *really* thought that (...) (24 years ago, 22-Sep-00, to lugnet.robotics.rcx)
 
  Three new books about Lego Mindstorms
 
Hi I have found that three new books about Lego Mindstorms soon will be released. Lego Mindstorms for Dummies by Michael Meadhra, Arthur Griffith ISBN: 0764507672 Introducing Robotics with Lego Mindstorms Penfold, R A ISBN: 0859349012 More Advanced (...) (24 years ago, 22-Sep-00, to lugnet.robotics.rcx)  
 
  Re: Short term memory ablut sensor input???
 
(...) The program doesn't actually record in the Vectors array any information about where it saw an obstacle. It just records which direction the robot went and how far (according to the rotation sensor) during the last leg of the journey. Each (...) (24 years ago, 22-Sep-00, to lugnet.robotics.rcx)
 
  Re: Short term memory ablut sensor input???
 
Can you remember a touch sensor reading? This way by using only one light sensor as an irpd, I can detect which way to turn to avoid the obstacle. (...) */ (...) turning */ (...) */ (...) travel */ (...) */ (...) ------ (...) */ (...) ------ (...) (...) (24 years ago, 21-Sep-00, to lugnet.robotics.rcx)
 
  C++ support in CVS
 
Hey, everyone- Thanks to the patches Pat Welsh posted last week, C++ support is now in the CVS version of legOS. Pat made a number of changes to clean up the makefiles, so everything will compile if you aren't using gcc 2.95 and/or don't plan to use (...) (24 years ago, 21-Sep-00, to lugnet.robotics.rcx.legos)
 
  Re: Short term memory ablut sensor input???
 
Agreed, LegOS is the way to go. Here is a LegOS program I wrote for a robot that keeps track of its heading in one of 8, increments (45 degrees intervals, numbered 0 to 7 heading clockwise). It keeps track of the last 10 segments in it's travels (...) (24 years ago, 21-Sep-00, to lugnet.robotics.rcx)
 
  Is Extreme Creatures Good? (WAS: Re: US S@H Specials, Sep 20 - Sep 26, 2000)
 
(...) is this a good set? (i know i cant beat the price, but i wanna know if i'll have fun with it) josh (24 years ago, 21-Sep-00, to lugnet.market.shopping, lugnet.robotics.rcx, lugnet.robotics, lugnet.technic)
 
  Re: Short term memory ablut sensor input???
 
(...) never mind. I've done this once, to prove, that you can build a little robot, which won't get stuck in any kind of corner. Changing strategie, if it detects a corner, in which it was stuck. an programm it only with this kid programming (...) (24 years ago, 21-Sep-00, to lugnet.robotics.rcx)
 
  Re: Short term memory ablut sensor input???
 
(...) That's true. You can't remember something like a light-sensor reading, though. My thinking is: if you're at the point where you want to be doing stuff like this, you're probably ready to graduate to a better system! (24 years ago, 21-Sep-00, to lugnet.robotics.rcx)
 
  Re: Short term memory ablut sensor input???
 
(...) That's not quite right. It is a little bit weard but you can use the counter to detect different states :) In connection with the timer, you can build a simple time dependent variable but only one. Regards Carsten (24 years ago, 21-Sep-00, to lugnet.robotics.rcx)
 
  Re: Short term memory ablut sensor input???
 
(...) You can't do this with graphical RIS Code -- you'll need something more powerful. I highly recommend NQC. (24 years ago, 21-Sep-00, to lugnet.robotics.rcx)
 
  Short term memory ablut sensor input???
 
Can anyone help on how to utilize short term memory about sensor input? Ex. Remembering which side if the robot made contact? (24 years ago, 21-Sep-00, to lugnet.robotics.rcx)
 
  Communicatin between NQC and legOS
 
Hi folks, is it possible to communicate between two RCX, one running NQC, one running legOS ? I have to solve this problem for using a RCX programmed with legOS and the Vision Command camera. The vision command camera software requires an (...) (24 years ago, 20-Sep-00, to lugnet.robotics.rcx)
 
  WinNQC version 1.01
 
When RcxCC's source was opened, I found it wasn't written by C++, so I thought I need to write a new windows tool for NQC, after 3 weeks, I got the first baby. I want to introduce you this new NQC tool - WinNQC, this is a Win32 GUI application, it (...) (24 years ago, 20-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Vision Command on NT2000?
 
Does Vision Command work under NT2000? Huw (24 years ago, 19-Sep-00, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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