To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *33648 (-20)
  RE: Re: Scheduler patch
 
Can someone please tell me how to unsubscribe from this group! Thanks, - Subir -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...net.com]On Behalf Of Ed Manlove Sent: Wednesday, July 10, 2002 8:49 PM To: (...) (23 years ago, 11-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Re: Scheduler patch
 
Joseph, Not to add too much work load, if you have a chance could you give an overview of the proposals out there for the task scheduling and sensor modifications (if any). This could be simply a quick list of lugnet.robotics.rcx.legos threads which (...) (23 years ago, 11-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: RIS 2.0 upgrade kit contents?
 
"Baha Baydar" <lego-robotics@crynwr.com> wrote in message news:00a501c22869$81...18@AMON... (...) Yes either tower works. -- Bob Fay THE SHOP (URL) (23 years ago, 11-Jul-02, to lugnet.robotics)
 
  Re: RIS 2.0 upgrade kit contents?
 
Drat (to put it mildly :-) It'd be nice if they told you that when ordering so they could be ordered together. Will the 2.0 software even work with the serial tower? -- Baha Baydar bbaydar@hfx.eastlink.ca ----- Original Message ----- From: "Jim (...) (23 years ago, 10-Jul-02, to lugnet.robotics)
 
  Re: HOWTO Demo.c
 
(...) Well, that's much easier than all the crap I was going through. I guess it helps if you actually know what you're talking about. Thanks Steve (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: RIS 2.0 upgrade kit contents?
 
I did this not too long ago myself. The Upgrade kit is ONLY software. I had to purchase the USB tower separately. (...) Jim West Lugnet Member 63 (23 years ago, 10-Jul-02, to lugnet.robotics)
 
  RIS 2.0 upgrade kit contents?
 
Hey folks, Does anyone have a list of what's supposed to be in the RIS 2.0 Upgrade set? I ordered one from LEGO S@H and got two copies of the 2.0 software (In two separate boxes no less) and nothing else. I'm going to give them a call and find out (...) (23 years ago, 10-Jul-02, to lugnet.robotics)
 
  Re: HOWTO Demo.c
 
To solve your problems with demo.c, you sent me your source. There are some problems with it, but I think they are intresting enough to say something about them. The big problem you get with your program is caused by your main function: ---...--- (...) (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Java version of DiscShooter
 
I think it would be a great idea to have a fixed robot design and a specified behaviour for that robot and then for people to write various applications to make it work. Is this disc shooter design available somewhere? (...) SNip to keep lugnet (...) (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.java)
 
  Re: Controlling Multiple RCX's from one PC
 
Lawrie Griffiths has majorly reworked the RCX communications support in leJOS. His architecture allows you to define protocol stacks that sit on top of a basic transport mechanism. He has implemented support for the LNP stack used in legos - which (...) (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.java)
 
  ***legOS new name : deadline is 18.07.***
 
As Steve mentioned, the 23.07. is too late for the announcement of the new name at Brickfest. I think it would be great to do so, so I decided to make the deadline at Thursday, 18.07. I will publish the new name around midnight of the 18.07 and (...) (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.legos)
 
  lnp error message..huh?
 
woolley thnx for the tip on checking the RCX memory.. now i have another question.. after having run continous messages back and forth between the RCX and my program on my PC for ~10 minutes. i get this error message: ---...--- Transmit error: (...) (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Re: Scheduler patch
 
(...) I'd built a maze solver. When the solver makes a step (for example forward) it uses the light sensor to search for a wall and the rotation sensor to measure the distance it has traveled. If a wall is hit, the solver steps back until it reaches (...) (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Navigation using landmarks (Was: Re: lasers and RCX)
 
(...) (23 years ago, 10-Jul-02, to lugnet.robotics)
 
  Re: Re: Scheduler patch
 
"Joel Uddén" wrote (...) not (...) Actually, each task gets equal "wakeup" checking. The only difference between a low priority task and a high priority task is that the high priority task gets a larger time-slice when it is awake. This is not an (...) (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Re: Scheduler patch
 
(...) Thanks for the link, your solution of proportional timeslicing is more straightforward than mine which I like. The only downside would be that a high prioritized process would have it's wakeup conditions checked less frequently than a low (...) (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Intervista su BimP
 
Sorry, the message is in Italian because it was addressed to lugnet.loc.it. Didn't realize I was on the .robotics ng when I clickked the New button... Mario "Mario Ferrari" <mario.ferrari@edis.it> ha scritto: (...) su (...) (23 years ago, 10-Jul-02, to lugnet.robotics)
 
  Re: anyone know how to check free space on RCX?
 
kenneth, I believe the code you are looking for is used in program.c (for LegOS v0.2.6) When you press the View button (with no program running) LegOS will show you "FREE", press again, you will get the most significant portion of the free memory (...) (23 years ago, 10-Jul-02, to lugnet.robotics.rcx.legos)
 
  Re: Navigation using landmarks (Was: Re: lasers and RCX)
 
(...) When I said "three degrees of freedom" - I didn't mean "X-Y-Z", I mean't X, Y and Rotation-about-Z. Whilst (in theory) a Killough platform moves in X and Y only - they do rotate a little in practice. (...) From reading the specifications for (...) (23 years ago, 10-Jul-02, to lugnet.robotics)
 
  Re: Navigation using landmarks (Was: Re: lasers and RCX)
 
(...) I don't think anyone has actually *tried* this yet - but it's still worth discussing the *other* issues since we wouldn't want to go to the hassle of ripping apart mice until it's evident that it *could* work. The data stream from the mouse is (...) (23 years ago, 10-Jul-02, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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