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 / *1084 (-20)
  RE: DJGPP/DOS legOS Howto
 
Long term, though, I'd like to put everything (or at least links to everything) in one place on sourceforge- it'll make it much easier for newbies. Of course, I suppose the HOWTO has to be the first step to that :( Luis (...) ---...--- "Going to (...) (24 years ago, 22-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Robocup with Mindstorm/ legOS
 
(...) I recently held a Mindstorms competition and determined that battling robots was too difficult a task for the novice Mindstormer. I ended up doing a maze navigation competition. You can check out the results as well as rules format here: (URL) (...) (24 years ago, 22-May-00, to lugnet.robotics.rcx.legos)
 
  Re: DJGPP/DOS legOS Howto
 
Sweet. Sorry about not figuring out the upload permission sooner. I'll try to figure things out tonight... Luis (...) ---...--- "Going to California with an aching in my heart. Someone told me there's a girl out there with love in her eyes and (...) (24 years ago, 22-May-00, to lugnet.robotics.rcx.legos)
 
  DJGPP/DOS legOS Howto
 
I've posted the howto for using the DJGPP port of GNU tools on a Windows system. It can be found here: (URL) (24 years ago, 22-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Robocup with Mindstorm/ legOS
 
Hello Thorsten, (...) you can get some inspiration for example at: (13 URLs) (ROBOLAB Curriculum) (4 URLs) We wonder if there is a possibility to do (some kind of) robocup with (...) Last summer at IJCAI in Stockholm, there was a special category at (...) (24 years ago, 22-May-00, to lugnet.robotics.rcx.legos, lugnet.robotics.edu)
 
  Robocup with Mindstorm/ legOS
 
Hi all, I am working at the university of Bonn, Germany, and we're currently thinking about using MINDSTORM and legOS to teach younger students about robotics. We wonder if there is a possibility to do (some kind of) robocup with MINDSTORM. Has (...) (24 years ago, 22-May-00, to lugnet.robotics.rcx.legos)
 
  two compiler questions
 
Hey, Markus and everyone else- sorry to be cluttering all of your inboxes like I have today. I have two questions about the compilers: 1) How important is the interrupt patch? What functionality would I be losing if I don't have that patch? 2) What (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  one quick thing
 
having been forced to look at the homepage for the first time in ages, I note that there are now "drivers for all RCX subsystems." I can't find anything with the temperature sensors, though. Am I correct in this? Or am I not doing a thorough enough (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) Ah, that's all right, happens to the best of us. :) I'll go back to my happy little preemptive world. -- "Our doubts are traitors, and make us lose the good we oft might win by fearing to attempt." - William Shakespeare Mike Ash - (URL), (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) I have not done large-scale "production" work with 0.2.x, really, so I may be vastly incorrect. Ah-hah. The legOS homepage (at least) indicates that you are correct. My fault for scaring people... sorry. Luis ---...--- "Going to California (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) Ack! I knew that it was cooperative in the 0.1.x series, but I had thought it was preemptive in 0.2.x. Drat. Well, I don't think it's a major problem for me, since I call msleep() religiously, but it's something to look into. Thanks. -- "Our (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) Just that it is not pre-emptive. If you don't msleep() at the appropriate places in your code, you'll never go back to the scheduler or the other threads. This can come as a surprise, since you'll only notice it when one thread never executes. (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) That seems very likely. (...) Great :). The complete rules for the tournament can be found on the course web page, which is linked from our page. Tobias (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) Neural nets do similar things. Our class had some very interesting cheaters. I actually thought the students learned as much from watching their robots cheat as they did from any other single component, since figuring out the "cheating" forced (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) Probably movement since it is easier. Our fitness function may have to change once we see the result though. GA tends to give you individuals that cheat every chance they get :). (...) It will be found at (URL) Right now we have our (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) What sort of "issues" are these? Are you referring to the normal issues of multithreading (synchronization, deadlock, etc.), or specific legOS-related problems with it? I have a program that uses a decent amount of multithreading, and I'd hate (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) Redundancy is good :) (...) Good. It's generally solid, but can cause some issues from time to time. <snip lots of monkey talk :) > (...) Distance of movement or consistency (i.e. always forward) or both for fitness? Sounds really cool. Good (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) We have not done anything to ensure that whatever is transmitted is received correctly (i.e. without errors). What we have done is a build a system which will work even if one (or several) of the RCXs are temporarily blocked for some reason. (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) Argh. I was getting emulegos (which I was pretty familiar with) and legosim (which I though was C, not Java) confused. I'm afraid neither of them would be too easy to port to 0.2.x :( (...) Please make sure to share this with us! IR continues (...) (24 years ago, 21-May-00, to lugnet.robotics.rcx.legos)
 
  Re: Very strange problems
 
(...) I was afraid so. (...) We haven't reached the GA part yet. Right now the idea is to work out a communication protocol and then send a information back and fourth. And since the RCXs locked up we thought that there must be something wrong in (...) (24 years ago, 21-May-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