To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *5590 (-20)
  Re: LNPD: communication between clients
 
(...) Great, thank you very much. Btw, didn't you diff in reverse order (I grabbed version 1.2.4.2)? The lines to add begin with "-"... Eric (23 years ago, 31-Dec-01, to lugnet.robotics.rcx.legos)
 
  My Lego Mindstorms.
 
Hi all this is my lego mindstorms racer I built for a compatition at michigan lurance uv. 1 touch 2 motors. took a week to build LOL (URL) (23 years ago, 31-Dec-01, to lugnet.robotics.rcx)
 
  Re: LNPD: communication between clients
 
In adding LNP support to EmuLegOS I needed this feature in the lnpd. If you grab EmuLegos there is a patch for lnpd that will add the feature you are looking for. The patch has nothing to do with EmuLegOS so you can apply it without setting up the (...) (23 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: host address
 
(...) Do you have a patch? (...) I'm writing a compiler (automaton model of the robot to C). With dynamic addresses, it could manage an "addresses pool", and simply add a call to change the address when the program starts... On the other hand, if (...) (23 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: host address
 
Eric, see the thread started by Zhengrong Zhang on 11/5/01 about this. short: we can't find any compelling reason to hardcode the address. I'm not sure about Zhengrong, but I've modified my copy of LegOS to support "dynamic" addresses (i.e. can (...) (23 years ago, 30-Dec-01, to lugnet.robotics.rcx.legos)
 
  RCX radiocontrol
 
Hello Does anybody make a RCX radiocontrol? Thanks Gonzalo (23 years ago, 29-Dec-01, to lugnet.robotics.rcx)
 
  Re: How to make shared memory....not
 
Hi Steve, (...) Yes. Actually, I am working on a robot that finds a path trough a maze. After solving the maze, a second program can run through the maze with the informations from the first program. (I will do this with shared mem). Both programs (...) (23 years ago, 28-Dec-01, to lugnet.robotics.rcx.legos)
 
  LNPD: communication between clients
 
It seems that when a client of lnpd sends data to the IR tower, these are not sent to the other clients connected to the daemon. Unfortunately, I really need this feature... So I tried to call "deliver_packet(tx_buffer, tx_end-tx_buffer);" in (...) (23 years ago, 28-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: ROBOLAB 2.5 (USB) woes with Mac OS 9.2
 
This morning I tried reinstalling ROBOLAB, and now it works. I wish I knew why... Dean (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.robolab)
 
  Re: How to make shared memory....not
 
(...) Yes, I'm sure I can. And I think it would be 'safer' that way. But Mike's idea about functions sounds interesting. I don't really have any idea about how I would use that in a real program, but it sure sounds interesting. Steve (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: How to make shared memory....not
 
I think this is what you want, but I am still learning. :) int inc (int&); int dec (int&); int (*pFunc) (int); //pointer to a function that accepts/returns an int if (add) { pFunc = inc; } else { pFunc = dec; } int a = pFunc(10); So, if add is true, (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: How to make shared memory....not
 
(...) ooohh. I like that idea. So I can write one program with all my functions and my other programs can just include a couple function calls. Again, in my VB world, I don't mess with pointers. When you have a minute, can you type up a sample (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: How to make shared memory....not
 
(...) Yes. That is the only thing you have to do. You can store whatever you want. (...) Exactly. If you know you what you do, nothing bad can happen. BTW., this scheme can be extended to something like a shared library. If you store pointers to (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: How to make shared memory....not
 
(...) Thanks, Michael. This appears to be exactly what I'm looking for. I assume if I want to store more values, I can just change the 'shared' struct, right? (add l, m, n...) When you say 'multitasking problems', you're talking about storing & (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.legos)
 
  Re: startin with robolab
 
I have only the building parts to an Intelligent House set and the illustrated building instructions... I suppose I can download the Robolab software right? But my doubt is if I must buy the RCX and IR Tower. -- Paula Berger E-mail: (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.robolab)
 
  ROBOLAB 2.5 (USB) woes with Mac OS 9.2
 
I just gave my son ROBOLAB (2.5, with USB tower, in the Team Challenge set) and can't get it to run on our Power Macintosh G3 running Mac OS 9.2.1. When I bring up ROBOLAB, the "ADMINISTRATOR" button is not enabled, so I can't download firmware to (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.robolab)
 
  Re: startin with robolab
 
Do you have the building parts to an Intelligent House set? Do you have the illustrated building instructions? Do you have a RCX and an IR Tower? Do you have the RoboLab software? (...) (23 years ago, 27-Dec-01, to lugnet.robotics.rcx.robolab)
 
  Re: Vision Command
 
I would have tried that, but there was nowhere to choose where it looks for the files. It prompts for the windows CD and has only one button, "ok". Clicking on the OK button without the windows CD in the drive does nothing. Thanks QBF (...) (23 years ago, 26-Dec-01, to lugnet.robotics.rcx)
 
  Re: Vision Command
 
(...) Jason, many of the files are probably in the CAB files on your hard drive. When it asks you for a missing file from your WIN98 disk, refer it to C:\windows\options\cabs. Vision Command works fine with Win98. Jerry (23 years ago, 26-Dec-01, to lugnet.robotics.rcx)
 
  RL2.5 crashes on Win95
 
Hi all, Has anyone got RL2.5 working on Win95 OSR1? I just got my copy for Xmas and it crashes after displaying the main menu screen :( Just for fun (haha!) I tried on another machine, also installed with Win95 and got the same result - looks like (...) (23 years ago, 26-Dec-01, to lugnet.robotics.rcx.robolab)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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