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 / *37985 (-20)
  Error in UBS plotter instructions!
 
I just got my Ultimate builders set last week and found that the plotter model is way too cool. I built it, but the sample program didn't work the way it was supposed to. I looked at the program and it had programming for sensor ports 1 and 2. So I (...) (22 years ago, 9-Aug-03, to lugnet.robotics)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Tom, Max, I have seen the "Permission Denied" message before. I ussually get this error message after I have done some upgrading Cygwin packages or installling new parts, etc. The best answer I have (and the one I use) is to reinstall Cygwin. (...) (22 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Odd. I don't understand where that "Permission denied" message came from. What happens if you simply run "less"? Does less work on any files at all? Perhaps you would like to take this to the Cygwin mailing list (cygwin@cygwin.com). (I (...) (22 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Max, Here's one of your suggestions, and the cygcheck.out file is in the email (the check is in the mail) ;) Most of this is greek to me; it's been a long time since I've been able to deal with a Unix system. Tom Pugsley ===...=== (...) (22 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) If you use "./configure && make", then make will only run if ./configure completes successfully. (...) ... (...) This suggests that your compiler is broken. Personally, I have never used the prebuilt compiler from Hitachi, preferring to (...) (22 years ago, 9-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Brickfest 2003 Presentations
 
(...) I'll second the question and add...will anybody be videotaping their presentations? I know there are webcams available but I simply don't have the time to sit and watch them 60/24. :-) (22 years ago, 8-Aug-03, to lugnet.general, lugnet.technic, lugnet.robotics)
 
  Brickfest 2003 Presentations
 
Just wondering how many of the presenters at Brickfest 2003 are planning to put their presentations on their respective web pages, for those of us unable to attend? Max (22 years ago, 8-Aug-03, to lugnet.general, lugnet.technic, lugnet.robotics)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
Ed, John, and Max, (et.al.?), Here's the output from one of my sessions. I started to follow some of John's instructions (got through the make strip alright, even though it's unnecessary), but I didn't want to go too deep until you people see the (...) (22 years ago, 8-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Is it a LEGO compatible robot ??
 
"Michael Obenland" <obenland@t-online.de> wrote in message news:HJAo64.1toB@lugnet.com... (...) Actually, I wasn't referring specifically to the pincer robot in the photo, but more so to other parts of their product line. I find the various gear (...) (22 years ago, 8-Aug-03, to lugnet.robotics)
 
  Re: Is it a LEGO compatible robot ??
 
(...) Really? From what I see, it is far beyond any LEGO kit. The so called remote control is wire-driven; if I translate the Construction Set to Lego it looks really poor. The good old 8485 set or the plotter with control center had a lot more bang (...) (22 years ago, 8-Aug-03, to lugnet.robotics)
 
  Re: Is it a LEGO compatible robot ??
 
Also, if you look closely at the controller, you can see the label on the D cell batteries inside: Tamiya Here's the web page of interest: (URL) stuff. I've seen some of their kits at the local Fry's. Mark "Steve Baker" <lego-robotics@crynwr.com> (...) (22 years ago, 7-Aug-03, to lugnet.robotics)
 
  Re: Is it a LEGO compatible robot ??
 
(...) beams seem a little thin. The yellow connectors also look very un-Lego. ---...--- Steve Baker ---...--- HomeEmail: <sjbaker1@airmail.net> WorkEmail: <sjbaker@link.com> HomePage : (URL) : (4 URLs) GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ (...) (22 years ago, 7-Aug-03, to lugnet.robotics)
 
  LNP under Cygwin(Windows)
 
Hi everyone, Me again.Does anyone know how I can get LNP to work under Cygwin(Windows)? Most of the documentation I've found make references to Linux. I'm planning to use LPD for communication between 2 RCXs. Has anyone tried that yet using LNP (...) (22 years ago, 7-Aug-03, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
 
  Ball Passing between RCX Robots
 
Hello everyone, I'm currently fooling around with my Mindstorms to get two RCX robots to ball pass between them. As there are only 3 inputs on RCX, I've used 1 for ball sensing, 1 for a touch sensor(to feel for the ball) and 1 which I'm planning to (...) (22 years ago, 7-Aug-03, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
 
  Is it a LEGO compatible robot ??
 
I find a strange picture on robotstore, what do you think about it??? (URL) (22 years ago, 7-Aug-03, to lugnet.robotics)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) My favorite means of grabbing the commands I type and their output is to set the buffer size of my DOS window to something very large and just select the text with my mouse via click and drag. Then I right click in the DOS window to copy the (...) (22 years ago, 6-Aug-03, to lugnet.robotics.rcx.legos)
 
  BrickVista August Update
 
Hello all, A New month sees further refinment and improvment to the site along with the addion of a NEW area to BrickVista - Features. The first feature highlights large scale Rover wheels. Originally developed to meet the requirments of my second (...) (22 years ago, 6-Aug-03, to lugnet.announce.moc, lugnet.build, lugnet.cad, lugnet.robotics, lugnet.technic) !! 
 
  Re: BrickOS installation with WinME and Cygnus problems
 
(...) Tom, You can always use the classic pipe to command, >. For example $ make strip > output.txt But I don't think this dumps any error messages to the file; only to the screen. So I would try something similar to the commands in buildgcc.sh, (...) (22 years ago, 6-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: BrickOS installation with WinME and Cygnus problems
 
Thanks, Max, John, and Ed for your help. I will try some of the suggestions this afternoon after work. I will also post some more helpful output if someone will remind me how to port Cygwin output to a text file (and DOS output?) I read the command (...) (22 years ago, 6-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: sys_time not working
 
It works! My mistake was that i only checked the "Command Reference" link that obviously refers to a previous version of legOS. So thank you very much. See you at the Olympic Games in our city Athens . "John Hansen" <JohnBinder@aol.com> wrote in (...) (22 years ago, 6-Aug-03, 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