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 / *1534 (-20)
  DJGPP (Windows) for Legos
 
For anyone who encountered problems with the DJGPP tools for legOS, I found an omission in my instructions at (URL) Specifically, I had left out the requirement for ftp://ftp.simtel.net...hl112b.zip My web page has been updated to correct for this (...) (24 years ago, 26-Nov-00, to lugnet.robotics.rcx.legos)
 
  WinCVS
 
There is a module which helps configure WinCvs for Sourceforge. It helped. Check it here: (URL) (24 years ago, 25-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: help with lnp
 
(...) ah yes.. now i c it.. in fact. theres no reference to the LD_LIBRARY_PATH in the legOS HOWTO written by luis willa, but in the "lnpd+liblnp" directory there is a REAME file that says exactly what you said. (guess i should have read that more (...) (24 years ago, 23-Nov-00, to lugnet.robotics.rcx.legos)
 
  help with lnp
 
hello all, im tryin to run the lnptest program within the /lnpd+liblnp/applications directory, but all i get when i type "./lnptest" is "./lnptest: error in loading shared libraries: liblnp.so.0: cannot open shared object file: No such file or (...) (24 years ago, 22-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Strange problem using 2 active sensors at the same time with 0.2.4
 
I could send you a copy of the Legos Kernel (legOS.srec and legOS.lds) files I am using and you can see if your code compiles and works better under it (actually I am using a patched version of 0.2.4, a early beta from Luis for what will most likely (...) (24 years ago, 16-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Strange problem using 2 active sensors at the same time with 0.2.4
 
(...) Unlikely, i've worked on my office machine, 0.2.4 was the first compilation of an legOS on this machine. Later in the evening i installed 0.2.3. Carsten (24 years ago, 16-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Strange problem using 2 active sensors at the same time with 0.2.4
 
I also have a LegOS 0.2.4 program that uses two rotation sensors on input ports 1 and 3 as well as another active sensor (the Technostuff Dual IRPD sensor) on port 2. All work flawlessly, no counter drift noted on the rotation sensor. Perhaps it is (...) (24 years ago, 16-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Fixed-point Math
 
(...) That's true. However, IMO, man pages are good for reference but not good for first-time learning. A quick tutorial with a couple of simple code examples might be nice. I didn't have too much trouble with the man pages, but I *did* have trouble (...) (24 years ago, 16-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Fixed-point Math
 
(...) And, of course, if you want, feel free to use CVS to get the HOWTO and add it directly to there- I'm always happy to see another contributor :) Luis ---...--- "Nobody ever said that democracy was simple or efficient." Florida Election Board (...) (24 years ago, 16-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Fixed-point Math
 
(...) That'd be great. I'm in no hurry, since time is not opening up for me either any time soon. (...) I've never bothered, since semaphores are basically POSIX compliant. If you have "man" installed you should be OK ;) Luis ---...--- "Nobody ever (...) (24 years ago, 16-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Fixed-point Math
 
(...) By all means go ahead. I can write up some explanation as to what they are and how they work, too, once I find time. Also, nobody seems willing/able to write anything about semaphores, so when I write that up I'll see about a little blurb on (...) (24 years ago, 16-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Fixed-point Math
 
Mike- If you want to, I'd be happy (later- busy this week) to mirror those on the sourceforge site. They look quite useful, and I'll be sure to mention those in the HOWTO (whenever I next have time for that. :| Luis (...) ---...--- "Nobody ever said (...) (24 years ago, 16-Nov-00, to lugnet.robotics.rcx.legos)
 
  I'm back!
 
I just saw four messages of mine (sent over the course of three days) show up simultaneously in my inbox. I guess my connection to lugnet is happy once again. I did get an error report on one of them, and it looked like some mail server in the (...) (24 years ago, 15-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Math
 
(...) Most math functions aren't available. They would require so much computing power, and so few people would use them, that they probably aren't worth the code space in the kernel. You could probably find some sample implementations of pow and (...) (24 years ago, 12-Nov-00, to lugnet.robotics.rcx.legos)
 
  Fixed-point Math
 
I'm not sure if this will make it to the list, but we'll see. I sent out a message twice and it still hasn't shown up. Anyway, I have uploaded my fixed-point math routines to my web site. This includes simple stuff like multiplication and division, (...) (24 years ago, 14-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Math
 
I sent this before, but it never made it through. My apologies if this ends up being posted twice. (...) (24 years ago, 13-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Strange problem using 2 active sensors at the same time with 0.2.4
 
(...) I don't have a solution, but I thought I'd throw in my experiences. I curently have a robot that uses two rotation sensors, and I've never had trouble with them under either 0.2.3 or 0.2.4. I looked through your code briefly and couldn't find (...) (24 years ago, 15-Nov-00, to lugnet.robotics.rcx.legos)
 
  Strange problem using 2 active sensors at the same time with 0.2.4
 
Hello In a actual project, i'm using the following setup: Input: 1 Rotation sensor (steering) 2 nc 3 Rotation sensor (distance measuring) Output: A drive motor B nc C steering motor If more than one sensor is set to active, only the first (steering) (...) (24 years ago, 14-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Math
 
I received the following comments and code from Mike Ash, whose Lugnet 'connection' appears not to be working at present. Big thanks Mike. I've yet to try it, but it looks OK in theory. (...) Most math functions aren't available. They would require (...) (24 years ago, 14-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Math
 
Mike, You may have to look at writing your own. I know there's a libmint (integer math) library, but I'm currently at work, and can't check what else is there. Maybe need a libm to put all math functins in?? ROSCO mike mcfarlane (...) (24 years ago, 12-Nov-00, 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