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 / *3910 (-20)
  Re: util/dll-src makefile patch
 
(...) current cvs (...) lnp.c under (...) windows. The other (...) They works. :-) Bye, Paolo. --- I'm an optimist, but I don't think it helps. (24 years ago, 18-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: undefined reference to `___ucmpsi2'
 
Hi, The problem is that wakeup_t is an unsigned long, and in order to save space, the switch statement is optimized to call a library comparator, ucmpsi2. Since the argument to ds_scale is an unsigned int, the argument to LIGHT should also be an (...) (24 years ago, 18-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: Vision command & macintosh
 
(...) I had heard that the actual camera was a Logitech QuickCam, but I could find no Mac drivers on their site that will work with the Lego camera. Any ideas? John (24 years ago, 18-Jan-01, to lugnet.robotics, lugnet.robotics.rcx)
 
  undefined reference to `___ucmpsi2'
 
I get this error when linking if I have the following in my source code in a wait_event function: #define THRESHOLD (unsigned short)50 static wakeup_t light_found(wakeup_t sens_num) { switch (sens_num) { case 2: return (LIGHT(SENSOR_2) > THRESHOLD); (...) (24 years ago, 18-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: pass by refrence or value?
 
Did you care to declare your global variable as volatile? this (normaly) prevent the compiler to optimize memory access and force it to read the actual value of the variable each time it need it ( instead of localy storing it in a register wich will (...) (24 years ago, 18-Jan-01, to lugnet.robotics.rcx.legos)
 
  c++ changes
 
After some prompting, I have made the method names in the c++ classes uniform in case. Unfortunately, the changes are not backward compatible. Please let me know of any problems you discover. If I don't hear of any problems, I'll check in the (...) (24 years ago, 18-Jan-01, to lugnet.robotics.rcx.legos)
 
  util/dll-src makefile patch
 
Hi, Here is a set of patches for util/dll-src/Makefile against the current cvs version. The first patch avoids the need of a symbolic link to lnp.c under unix. Can somebody please let me know if it works under windows. The other patches are for (...) (24 years ago, 18-Jan-01, to lugnet.robotics.rcx.legos)
 
  pass by refrence or value?
 
Hi all, i have a slight problem with legosv0.2.5 . The program code on the rcx is set up so that there is serverall callback methods which get called when a message comes in on the particular port for that object or class. These callback methods set (...) (24 years ago, 18-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: LegOS 0.2.5 and LNP
 
(...) Btw. README is (...) Ooops... :-) Changed to 0.2.5 version inside. (...) transport (...) packets of (...) mainly as way for (...) collisions, lost (...) which works as (...) write code to (...) To cut time (...) code that (...) directives (...) (24 years ago, 17-Jan-01, to lugnet.robotics.rcx.legos)
 
  LegOS 0.2.5 and LNP
 
Yesterday I downloaded legOS 0.2.5 and peeked at the code. Btw. README is not up to date. For last two month I was working with a friend of mine on a transport protocol implemented on top of LNP for the transmission of packets of unlimited size and (...) (24 years ago, 17-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: Lght Sensor & Three colors?
 
(...) I had good luck with black, green, and yellow. You could probably substitute red or white for the yellow if you wanted. Dave (24 years ago, 17-Jan-01, to lugnet.robotics.rcx)
 
  Re: Truck move along round
 
(...) Why go high-tech when low-tech might work just as well? The last GMLTC layout had a small dump truck that would drive in circles. Here's a thumbnail: (URL) small truck in the center of the picture has a magnet mounted on the front. Underneath (...) (24 years ago, 16-Jan-01, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: Truck move along round
 
(...) Note that the Miniland autonomous vehicles do this... every so often they come to a stop at a known place, their whiskers pick up recharge and exchange messages with the central controller, and reset their location (they learn how far they've (...) (24 years ago, 16-Jan-01, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: Truck move along round
 
(...) Hi Z. , This will only be possible with limitations. Because you will have several errors every round, you will lose your track after some rounds. This errors are given from (for example) 1. not at once stopping motors when the given value for (...) (24 years ago, 16-Jan-01, to lugnet.robotics.rcx, lugnet.trains)
 
  Re: lcd trouble and velocities questions.
 
first message, first error! As this message is about legOS, I repost it in lugnet.robotics.rcx.legos If you have any answer to it, please reply in the lugnet.robotics.rcx.legos thanks. michael. (24 years ago, 16-Jan-01, to lugnet.robotics.rcx)
 
  legOS lcd management and thoughts on velocities
 
Hello! I' am french, from Paris ( a way to say: excuse my english... or feel free to correct it!). Few weeks ago I download legOS (v2.5), and I made my first step with it. First all I wish to thank all people involved in this project. This OS is (...) (24 years ago, 16-Jan-01, to lugnet.robotics.rcx.legos)
 
  Re: Possible bug in firm0328 or NQC 2.2
 
"Dave Baum" <dbaum@spambgoneenteract.com> ha scritto: (...) I feel totally stupid, first thing I should have checked. Thanks Dave. Mario (24 years ago, 16-Jan-01, to lugnet.robotics.rcx.nqc)
 
  Re: Lght Sensor & Three colors?
 
Matthew Fisher <matthew.fisher@bigfoot.com> wrote in message news:G78nAy.D0A@lugnet.com... (...) The LEGO light sensor is based on a silicon photo transistor. It really doesn't "see" the colors we do. It is sensitive to the near IR. That said, I'd (...) (24 years ago, 16-Jan-01, to lugnet.robotics.rcx)
 
  lcd trouble and velocities questions.
 
Hello! I' am french, from Paris ( a way to say: excuse my english... or feel free to correct it!). Few weeks ago I download legOS (v2.5), and I made my first step with it. First all I wish to thank all people involved in this project. This OS is (...) (24 years ago, 16-Jan-01, to lugnet.robotics.rcx)
 
  Re: Firmware loading failure
 
I am able to download using native NQC - so NQC CC was the problem. (...) (24 years ago, 16-Jan-01, to lugnet.robotics.rcx.pbforth)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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