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 / *32928 (-20)
  Camera and legOS
 
I wonder if anyone knows about the compability between legOS and the camera set named Vision command that are available for the Legorobot? Has anyone made any progress in trying to get it to work wíthin legOS? We are to guys at the University in (...) (23 years ago, 13-May-02, to lugnet.robotics.rcx.legos)
 
  wireless vision command?
 
I have many questions about my vision command kit (still unopened). The biggest one un-answered is: Is there a wireless usb connector of some sort to allow wireless communication between the vision command camera and a PC. Currently, as we all know, (...) (23 years ago, 13-May-02, to lugnet.robotics)
 
  Infrared communication expansion?
 
I'm curious to know if anyone has expanded the communication of the infrared on the RCX brick to a point where it could be interacted with on a 360 degree scale. Somewhat like a radio frequency although the communication does not require going (...) (23 years ago, 13-May-02, to lugnet.robotics)
 
  Re: Unknown Return Code
 
(...) This may not be what you want to hear, but I would recommend trying BricxCC instead of NQC Edit. Downloading firmware and programs works just fine with BricxCC. John Hansen (URL) (23 years ago, 13-May-02, to lugnet.robotics)
 
  Unknown Return Code
 
Hi, I'm just getting started using mindstorm, and I'm having problems setting up everything to start with NQC. I'm using RIS 2.0, and NQC Edit on Windows 2000, but any time I try to download any firmware or programs, I get a message saying "unknown (...) (23 years ago, 13-May-02, to lugnet.robotics)
 
  Re: More problems with floats
 
(...) Eric, did you ever resolve this? If not, I could try to reproduce this... but I'd need two things: 1) the type of the return value of getVarVal 2) the type of the bool typedef Also, if you could run your cross compiler with the -v flag, that (...) (23 years ago, 13-May-02, to lugnet.robotics.rcx.legos)
 
  Re: What about this for a new RCX 2.5 setup?
 
There is stuff going on. But it isn't my highest priority at the moment :( (...) (23 years ago, 13-May-02, to lugnet.robotics.rcx)
 
  Re: What about this for a new RCX 2.5 setup?
 
(...) cost) (...) Replying to my own post, Why not build our own? Glue together some bricks, hollow them out and put in one of these babys: (URL) something similar. The comunity could work out building instructions and develop our own add-ons. (...) (23 years ago, 13-May-02, to lugnet.robotics.rcx)
 
  Re: What about this for a new RCX 2.5 setup?
 
(...) What might be doable and best is a documented bus extension (a card plug-in) slot. This could be taken to the extreme by making a cpu unit that just has power (plug-in option of course) and memory (expandable of course) and maybe the IR or (...) (23 years ago, 13-May-02, to lugnet.robotics.rcx)
 
  Robotics Courses
 
Hello Liz, First of all, please forgive me for emailing you out of the blue... I happened to see a recent email of yours, and I noticed your signature line detailing the fact that you teach Robotics courses, and it peaked my interest. My company, (...) (23 years ago, 13-May-02, to lugnet.robotics)
 
  RE: A very Power Tool
 
I'm glad for the disabling of attachments, forcing people to put textual links. If I want a file, I'll download it, otherwise it's "wasted bandwidth" which someone has to pay for. Which operating system and applications are more secure is like (...) (23 years ago, 13-May-02, to lugnet.robotics)
 
  software-controlled motors
 
Steve Baker writes: > I've used a collection of four Scouts driven by IR commands from an RCX > to drive a total of eleven motors. Just program the scouts to read simple > 1-byte messages sent from the RCX - use the top two bits to select which > (...) (23 years ago, 13-May-02, to lugnet.robotics)
 
  Re: start_process question....
 
(...) first off, "proicess_name" should be "process_name", but thats not your problem. You are trying to use an integer as an array in this snippet. You have "int process_priority;" and then try to treat it as an array in "process_priority[pid]=1;" (...) (23 years ago, 13-May-02, to lugnet.robotics.handyboard)
 
  Re: A very Power Tool
 
Robert Templeton writes: > (tired of virus attachments to e-mail) Me too. They're now banned from the lego-robotics mailing list, as are text/html-only postings, as are multipart/alternative postings. Email is text. You want HTML, go to the web. (23 years ago, 13-May-02, to lugnet.robotics)
 
  RE: What about this for a new RCX 2.5 setup?
 
I'd be happy with a good "official" LEGO SONAR sensor and a fixed version of the LEGO Rotation Sensor (without the lost "clicks" bug) On the RCX side, I'd like a RCX 3.0 with 6+ sensor inputs and more outputs (and more RAM. I'm using MANAS sets to (...) (23 years ago, 13-May-02, to lugnet.robotics.rcx, lugnet.dear-lego)
 
  Re: OffTopic: Re: VIRUS ALERTS - TWO of them Fw: Will sell in male
 
(...) Simply solution. Don't run Outbreak. Eudora is a fine emailer. If you have the Linux spirit switch to Evolution. Heck there is even Mozilla's email program. (23 years ago, 13-May-02, to lugnet.robotics)
 
  OffTopic: Re: VIRUS ALERTS - TWO of them Fw: Will sell in male
 
Also, don't forget the Klez screws with the From: field (we all do know that the From: field can be faked right.) so don't get all snipy at whoever is in the From: field since it's very unlikely they are even infected with Klez. Personally I think (...) (23 years ago, 13-May-02, to lugnet.robotics)
 
  start_process question....
 
I am writing a program based mainly on Fred Martin's book. The code is prety close to his program, but when I try to load I keep getting the following error codes, "attempt to use <int> as an array", and, "too many argumentd given to , (...) (23 years ago, 13-May-02, to lugnet.robotics.handyboard)
 
  Re: VIRUS ALERTS - TWO of them Fw: Will sell in male
 
Andy how many people send these out on purpose? A virus is self propagating, otherwise it would be worthless. Get a decent virus scanner and use it - mine caught Klez before you decided to email. Some people don't have webspace, and free space is (...) (23 years ago, 12-May-02, to lugnet.robotics)
 
  Re: Converting a float to an integer
 
It looks like xdist and ydist are integers. You divide an integer by an integer, the answer is an integer. For example, if xdist=5 and ydist=10, you have 5/10, the answer is 0 (with a remainder of 5). So, if you do the multiply first, you will be (...) (23 years ago, 13-May-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