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 / *2404 (-20)
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
(...) Sounds good to me, I'll fix them up and put them in as patches. As far as keeping things small they will be able to be excluded at compile time, much like everything else in LegOS. It is probably also a good idea to have all 3rd party sensors (...) (22 years ago, 26-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Deleting Programs
 
(...) I created a user space program which does some of this. I call it "inspector" as it mostly inspects the values of sensors. It also shows the current battery reading and how long the RCX has been on. The UI is pretty simple to use. It also (...) (22 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Final RFC on next legOS release (would have been legOS 0.2.6)
 
(...) Since there has to be a name change, perhaps keep the numbering for continuity? Unless you think we should go direct to 0.3.0 :-) Max. (22 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Deleting Programs
 
And another option would be: 3.5) View/Set RCX ID for lnp. <snip> (...) <snip> - Joe (22 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
(...) Stephen, My SourceForge id is emanlove. And a few comments ... - Although you say the idea of a distribution shape is minor, it might be useful to start off using this so that we can be consistant from the beginning. And it sounds like a good (...) (22 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)  
 
  Deleting Programs
 
Per message: (URL) there be a way to delete programs via the RCX buttons? Or perhaps just a dll -delete option? I have concidered adding a simple menu (using the view button or something in program.c perhaps) Could provide these functions: 1) View (...) (22 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 
  Another LegOS Feature - Combo Sensor
 
With the latest surge of interest in updating LegOS, I’d like to offer an idea that I think would be nice to add. A few months ago, someone posted some sensor code that allowed a light sensor and a rotation sensor to be connected to the same port. (...) (22 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 
  RFC: smaller task scheduler
 
I have been working on some changes to the task scheduler (and therefore execi, kill, killall) and have reduced the size/complexity a bit. I think it is ready for use (although I am going to continue to test it). Here is a bit of info. about it: (...) (22 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
"Stephen M Moraco" <stephen_moraco@agilent.com> wrote in message news:GtIG2u.7Gy@lugnet.com... (...) I believe the firmdl application could load the .srec, look for a tag and replace the tag with the user selected RCX ID. Then transmit as it always (...) (22 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
(...) Thanks for reading it. (...) I'll need time to play with this. It seems to me this is not the first time this has been mentioned in this news group. Has anybody thought of using the downloader as a means for setting the RCX id? Seems to me it (...) (23 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 
  Final RFC on next legOS release (would have been legOS 0.2.6)
 
We are now actively deciding what the next release of legOS will be. (yes there will be a name change and, likely, the numbering will change but -for now- let's call it legOS 0.2.6) I've put together a more formal description of what we know today. (...) (23 years ago, 25-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
I read over the proposed release changes for 0.2.6, just a few ideas. I recently picked up a second RCX and found it quite difficult to do development using legOS on two RCXs. I might just be missing something, but I had to maintain two seperate (...) (23 years ago, 24-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
This looks good so far Stephen. I agree with the time-to-release remarks (although I love to dive in to new code 8-) Also, I like the idea of not updating to a new compiler (as I just got this machine setup and the compiler working well). I am (...) (23 years ago, 23-Mar-02, to lugnet.robotics.rcx.legos)
 
  Name suggestion
 
I think I suggested this before, but how about Leg-OS. This isn't easily confusable with Lego, and allows us to keep saying "leg os". mark (23 years ago, 23-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
And don't forget: We need a new NAME!!! There is no reference to legOS on the LEGO MINDSTORMS homepage. I understand their reason for this but it would be good for brickOS (formerly known as legOS) to get more popular. Mike (23 years ago, 23-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
(...) Here's my first cut at more detail. Thanks to a couple of you for providing some hint of your desired direction and for making my day by your showing of interest. I've more to add but you can get a feel for what I've been thinking to date. (...) (23 years ago, 23-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
I guess I should check the documentation on sourceforge as well, but I would like to know: What are the design goals for legOS at this point. By this, I mean, with the current set of people involved, what are the goals that everyone wants to work (...) (23 years ago, 22-Mar-02, to lugnet.robotics.rcx.legos)
 
  egcs or something else?
 
(...) Actually, gcc 3.0.3-1 is available for the Hitachi. I'm running gcc with the new 2.12 binutils on my SuSE Linux machine without a flaw. Gcc only complains about some depricated styles at kernel compilation and has some problems with the c++ (...) (23 years ago, 22-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
I'm interested in helping out with legOS as well. So here's a brief write up of my applicable qualifications. ~7 years of C/C++ programming ~3 years of embeded C programming ~5 years of distributed programming (CORBA, RPC, RMI, homegrown stuff) (...) (23 years ago, 22-Mar-02, to lugnet.robotics.rcx.legos)
 
  Re: Proposals, Bug Fixes, etc and tracking them with SourceForge
 
Well, I am definitely interested in participating! I am actively seeking developer status on sourceforge for the legOS project. I had concidered volunteering to coordinate the release, but had doubts/concerns about the time I would be able to put (...) (23 years ago, 22-Mar-02, 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