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 / *1894 (-20)
  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)
 
  cvs changes
 
Hi, I checked into the CVS repository some changes today. They include: A) a fix to util/dll-src/Makefile to reference ../../kernel/lnp.c, so a symbolic link or copy is not required. B) small changes to various makefiles to get c++ support working (...) (23 years ago, 21-May-01, to lugnet.robotics.rcx.legos)
 
  Re: c++
 
Hi, Sorry that I've been AWOL! Attached is a set of patches you can apply to the 2.5 distribution to clean up most of the make process. You will still have to correctly specify the TOOLPREFIX in Makefile.common, or via the make command line. You can (...) (23 years ago, 21-May-01, to lugnet.robotics.rcx.legos)
 
  c++
 
Is c++ supported in legOs2.5 ? We've been unable to compile even the demos! (I already posted about that) Please give us a voice! thanks Ciao, Vittorio (23 years ago, 20-May-01, to lugnet.robotics.rcx.legos)
 
  Trouble loading programs
 
Hi all, I'm new to legos and am having some problems loading programs. I have searched the news pages for my particular error and there are some that are close but not exactly. I hope someone can help because I am currently "dead in the water". Here (...) (23 years ago, 19-May-01, to lugnet.robotics.rcx.legos)
 
  Re: Floating ponts ??
 
(...) Exceptions to the 0th law: You are manipulating and comparing floating-point values you know are integers with a magnitude less than a million or two. You are manipulating and comparing values you know are integer multiples of some power of (...) (23 years ago, 17-May-01, to lugnet.robotics.rcx.legos)
 
  Re: Floating ponts ??
 
Hi there! (...) 0th law of computer science: NEVER use == on floats; it simply doesn't work as expected. In most cases a value cannot be exactly represented as a float variable; so MOST comparisons for equality WILL fail. (this is NOT an issue of (...) (23 years ago, 17-May-01, to lugnet.robotics.rcx.legos)
 
  Re: lnpd
 
Ah. Those links. I have asked Markus to move those a couple of times but he no longer responds to my emails. I'm afraid that until he does those links will remain in place (and remain quite dead.) Sorry... Luis (...) ---...--- "Nobody ever said that (...) (23 years ago, 16-May-01, to lugnet.robotics.rcx.legos)
 
  Re: lnpd
 
(...) This is old news, but I didn't find any answer to it while there are still two such links on (URL) the Doc section, the link to the HOWTO points to (URL) in the File section, the link to the Windows 9x/NT compiler points to (URL) (23 years ago, 16-May-01, to lugnet.robotics.rcx.legos)
 
  Re: permissions
 
(...) Thanks! But rather than do things for a single user I opted for: chmod 666 ttyS0 If I'm not mistaken, this will give every user access to Serial port 0 (comm 1). Since my system only uses comm 1 for the lego tower this seems like a safe thing (...) (23 years ago, 15-May-01, to lugnet.robotics.rcx.legos)
 
  Re: permissions
 
the following error as a user. [James@Sauron demo]$ ../util/dll helloworld.lx open: Permission denied opening tty: Permission denied To what directory or files does my user need permission? I tried using a find on tty to no avail. A little help? if (...) (23 years ago, 15-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