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 / *1424 (-20)
  Re: legOS doesn't work under NT?
 
(...) problems. (...) appears (...) Only thing I can think is maybe the serial port driver does something funny in NT. I'm not familiar with the serial comms used in firmdl & dll, and don't have the source here at work, but maybe this causes the (...) (24 years ago, 5-Oct-00, to lugnet.robotics.rcx.legos)
 
  legOS doesn't work under NT?
 
I've been using legOS for Windows (Vamos-Wentworth's distribution) both on Windows 95 and Windows 98. Due to some reasons, I'll have to use a NT computer from now on (I'm the administrator). I installed everything, even the long filename support (...) (24 years ago, 5-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: IRPD sensors and LegOS (long)
 
OK, the IRPD rover just smarter. I had an error in the comments in the previously posted version, references in the initial comments about the Right Side Motor being hooked up to Output B were incorrect, it is actually hooked up to Output C. This (...) (24 years ago, 4-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: 0.2.4 API
 
I can put one up as a tarball or .zip file- pick which output format you'd prefer. Luis (...) ---...--- "It's clear to us that Microsoft isn't the competition anymore. They are our environment." WordPerfect manager, talking about Word ---...--- (24 years ago, 3-Oct-00, to lugnet.robotics.rcx.legos)
 
  0.2.4 API
 
Hello everybody. I am currently looking for the API for legOS 0.2.4. I did find one at legos.sourceforge.net (i think it was), but it was poorly suited for downloading. anyone happend to have the API as a downloadable file ?(html/ps/pdf, doesnt (...) (24 years ago, 3-Oct-00, to lugnet.robotics.rcx.legos)
 
  test
 
have had some problems posting to this news group, so heres another test. (24 years ago, 2-Oct-00, to lugnet.robotics.rcx.legos)
 
  Re: New Kernel Documentation
 
There is now a .pdf version (which maintains the tables) available at (URL) I tried ps2ascii, but it didn't seem to work. pstotext does work, but the many (very nice) tables get lost. If it weren't for that, I would have converted it all to sgml/xml (...) (24 years ago, 30-Sep-00, to lugnet.robotics.rcx.legos)
 
  Re: New Kernel Documentation
 
Dave, I tried ps2ascii, but it didn't seem to work. The only thing I can suggest is to download a copy of GhostScript / GhostView. If you're using a common Linux distro you've probably already got it - if you're using Windoze, it's really easy to (...) (24 years ago, 30-Sep-00, to lugnet.robotics.rcx.legos)
 
  Re: New Kernel Documentation
 
I have just skimmed through this document and it is AWESOME!! In case you ran into the same problem as I did and was not able to view Post Script files, check out this URL: (URL) a Utility call Ghost Script that allows even Winblows users to view (...) (24 years ago, 30-Sep-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  Re: New Kernel Documentation
 
Is it possible to put up a non-Post Script version? I don't have a viewer that can display this type of document. Perhaps a plain .txt or .html version? Thanks Dave (...) (24 years ago, 29-Sep-00, to lugnet.robotics.rcx.legos)
 
  new legOS HOWTO and note from our sponsors
 
This is just a minor update to the HOWTO- it discusses the new C++ support in CVS, how to access CVS, and links to the new kernel documentation. As usual, it can be found here: (URL) plug: I'd like to note that the past several releases of the HOWTO (...) (24 years ago, 29-Sep-00, to lugnet.robotics.rcx.legos, lugnet.robotics)
 
  New Kernel Documentation
 
Stig Nielsson has written excellent documentation on the internals of the kernel. I learned a heck of a lot going through it- I think this makes Stig our new designated kernel expert :) Anyway, you can read it here: (URL) you have any comments or (...) (24 years ago, 29-Sep-00, to lugnet.robotics.rcx.legos, lugnet.robotics)  
 
  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: c++ classes
 
Hey, everybody. I'm going to try to patch and build this this weekend. (ADSL line goes in today, so it becomes suddenly more feasible to build and test with gcc 2.95.) However, if anyone else has already done that, and can test these (particularly (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  Re: Using the rotation sensor as velocity sensor
 
Checked in to CVS. Thank you again, Jochen. By the way, for those of you who may want to check it out, I've disabled it by default in boot/config.h (as we probably should with rotation sensors) so you'll have to go in there and uncomment it (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  c++ classes
 
Dear legOSers, I have written a set of c++ classes for manipulating sensors and motors within legOS. The classes include: A) Sensor, a base class for accessing sensors B) LightSensor, derived from Sensor, but uses the LIGHT function to get values C) (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  Re: Using the rotation sensor as velocity sensor
 
Looks solid to me, and I appreciate the effort to isolate all the code with #defines- hopefully, most future feature additions will be similarly controlled. If no one objects, I'm going to check this into CVS this afternoon. Thanks a lot, Jochen... (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  Using the rotation sensor as velocity sensor
 
Hello, For my own project I need to measure the velocity at which my robot is moving. I finally patched the legOS kernel to get accurate values. I think that others may profit from a good velocity sensor. The velocity is given in rotation ticks (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  Re: IRPD sensors and LegOS (long)
 
Well, I worked on it a bit and added two routines: TurnTo(int New_Direction) => Figures the quickest way to turn from the current Direction to the new one. Retrace(int N) => Retraces the last N number of legs of it's journey. Change the #define LEGS (...) (24 years ago, 30-Aug-00, to lugnet.robotics.rcx.legos)
 
  Re: IRPD sensors and LegOS (long)
 
Since IRPD doesn't use the upper half of the sensor range (above 512), it looks like it could easily be multiplexed with a touch sensor. Has anyone tried this? (I would try it myself, but I haven't bought an IRPD [yet!].) (...) -- ___...___ $50,000 (...) (24 years ago, 30-Aug-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