To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *1904 (-20)
  Re: problem with floating point numbers (legOS 0.2.5)
 
(...) Actually, the problem seems to come with gcc 2.96 (recent installation of Red Hat 7.1). My program runs without any problem on an other PC with gcc 2.95. I have forced the system to use egcs, re-built everything, and now it works fine. (23 years ago, 29-May-01, to lugnet.robotics.rcx.legos)
 
  Re: lnp rcx hostaddress [and a summer legOS release?]
 
I'm very open, to feedback to tell me why I'm nuts and/or to help in making sure I don't break anything important to current legOS users. I certainly won't change anything serious without announcing and discussing it here. Luis (...) (23 years ago, 29-May-01, to lugnet.robotics.rcx.legos)
 
  Re: lnp rcx hostaddress [and a summer legOS release?]
 
Hi I'm preparing for the same project Vittorio's working on, a high level library in C++ to send explicit commands to rcx from a pc and back. I hope if you gonna change the low level library you will mantain a certain compatibility so that I won't (...) (23 years ago, 28-May-01, to lugnet.robotics.rcx.legos)
 
  Re: lnp rcx hostaddress [and a summer legOS release?]
 
Vittorio- I've frequently wondered the same, but since I've never had reason to use LNP I've never fixed it. If you'd like to submit a patch I'll gladly apply it to the source tree. In other news- I'm back, more or less. While this week will be (...) (23 years ago, 27-May-01, to lugnet.robotics.rcx.legos)
 
  lnp rcx hostaddress
 
I have an important question: WHY the rcx lnp address (and mask) is hardcoded in the library? I inspected the source code for both the pc part and the rcx part. The pc library is well formed and the init function allows you to set up the address and (...) (23 years ago, 27-May-01, to lugnet.robotics.rcx.legos)
 
  Re: problem with floating point numbers (legOS 0.2.5)
 
(...) You are the second person to report something like this, so there must be something wrong somewhere. I will take a closer look at this when I get a chance. I am busy until Tuesday though. I know I will forget, so keep e-mailing me until I fix (...) (23 years ago, 26-May-01, to lugnet.robotics.rcx.legos)
 
  Custom Firmware, IR Problems, and Dead RCXs (long)
 
The following information is my own opinion and not endorsed or verified in any way by LEGO. That being said, I think that now is the time to relate some experiences I've had over the past couple of months with my RCX and IR tower - and it boils (...) (23 years ago, 26-May-01, to lugnet.robotics.rcx, lugnet.robotics.rcx.pbforth, lugnet.robotics.rcx.legos)
 
  problem with floating point numbers (legOS 0.2.5)
 
Hi Here are two programs I've compiled and downloaded into my RCX. The first one works fine whereas the second doesn't (no music). Since the only difference between them is the type of the variable "number", I'm worrying about the ability of the (...) (23 years ago, 25-May-01, to lugnet.robotics.rcx.legos)
 
  Re: modulo in legOS 2.4 ?
 
-----Original Message----- From: Ciaran Jessup <ciaranjessup@myrealbox.com> To: lugnet.robotics.rcx....lugnet.com <lugnet.robotics.rcx...ugnet.com> Date: 24. mai 2001 22:39 Subject: Re: modulo in legOS 2.4 ? (...) an (...) you (...) ah, i mean the (...) (23 years ago, 24-May-01, to lugnet.robotics.rcx.legos)
 
  Re: modulo in legOS 2.4 ?
 
do you mean 3mod3 = 0 or mod(-3)=mod(3)= 3 ? If you mean the first then you want the %age operator, otherwise you want an 'abs' function not sure if legOS supports this as doesn't support floats(entirely), but you can always write a quick (...) (23 years ago, 24-May-01, to lugnet.robotics.rcx.legos)
 
  RE: modulo in legOS 2.4 ?
 
Ummm, that would be the % operator in C, right? (...) (23 years ago, 24-May-01, to lugnet.robotics.rcx.legos)
 
  modulo in legOS 2.4 ?
 
hi all, just wonderin if there is such a thing as a modulo opperator in legOS 2.4 ? i checked the stdlib.h (which seems to be the place where the math functions are), but no luck. regards kenneth johansen kennethj@stud.cs.uit.no (23 years ago, 24-May-01, to lugnet.robotics.rcx.legos)
 
  C++ and linux HELP!!!
 
HI! I have the same problems as Vittorio's - we actually are working together :) - : the makefile.common in the legOS 0.2.5 version recall a g++ cross compiler instead of the cross version of gcc directly but among the tools provided there's only (...) (23 years ago, 24-May-01, to lugnet.robotics.rcx.legos)
 
  Re: Lego Camera and legOS
 
(...) IIRC, the identifier chip is different, so it returns a different ID, otheriwse it is a regular QuickCam. Change the driver so it recognizes the different chip, and it should work (at least this is what it seemed to be on the robotics mailing (...) (23 years ago, 22-May-01, to lugnet.robotics.rcx.legos)
 
  Re: Lego Camera and legOS
 
Hi, There are two versions of the Logitech QuickCam Express which use two different sensors and as far as I know, only one of them is supported by the alpha driver for Linux. I think that the Lego Cam (and your camera, maybe)uses the other sensor... (...) (23 years ago, 22-May-01, to lugnet.robotics.rcx.legos)
 
  Re: Lego Camera and legOS
 
Last I checked, the chip which the lego camera uses is unsupported under linux. I wrote up a short discussion of what I knew at the time here: (URL) is even less than I seem to remember knowing but hopefully the link there can be helpful. Luis (...) (...) (23 years ago, 22-May-01, to lugnet.robotics.rcx.legos)
 
  Re: Lego Camera and legOS
 
In lugnet.robotics.rcx.legos, Kenneth Johansen writes: . (...) AFAIK it is not possible yet. ISTR that the legocam is closely related to the Logitech QuickCam express and the project to develop drivers for the latter (look at (URL) ) will eventually (...) (23 years ago, 22-May-01, to lugnet.robotics.rcx.legos)
 
  Re: Lego Camera and legOS
 
(...) argg....forgot to start a new thread, hopefully you guys will read it anyways :) kenneth johansen kennethj@stud.cs.uit.no (23 years ago, 22-May-01, to lugnet.robotics.rcx.legos)
 
  Lego Camera and legOS
 
hi all, my supervisor, recently supplied me with a camera that is part of the "vision command" package. unfortunately (and naturally) it only comes with software for windoze. so i was wondering if theres anyone out there that has managed to use this (...) (23 years ago, 22-May-01, to lugnet.robotics.rcx.legos)
 
  R: c++
 
Thank you Pat! I should be able to make it go. I'll tell you the results in a couple of weeks, cause I have to finish another project on lnp first. I still don't understand much the unix community: if version 2.5 is to be patched anyway, why not (...) (23 years ago, 22-May-01, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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