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 / *5630 (-20)
  Re: Dave Chen's Function List
 
(...) Message 1001, in case anyone was wondering. Better yet: (URL) been looking for something like this as well, so thanks for pointing me in that direction. Is there a more recent version? -- David Schilling (23 years ago, 13-Jan-02, to lugnet.robotics.rcx.legos)
 
  Two Servo motor Conteroler available !
 
Two servo motor control for RCX available now. Mindsensors has developed a two servo motor control for the RCX. This interface works on IR message Sent from RCX. It can control tow servo motors with ~2 degree resolution, and can move from 0 to 180 (...) (23 years ago, 11-Jan-02, to lugnet.robotics.rcx)
 
  Re: MacNQC can't open the #include file
 
(...) Hi John, I've just uploaded MacNQC 2.2.4 which fixes the #include problem. You need to have the include file in the same folder as the source file. Have Fun, Rob Bate (URL) (23 years ago, 12-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: newbie
 
NQC is intended to write programs that run on programmable bricks (RCX, Cybermaster, and Scout). The 9751 is more like a peripheral for the host computer, so you'd need some tool that writes programs that run on the host. I think I've seen (...) (23 years ago, 12-Jan-02, to lugnet.robotics.rcx.nqc)
 
  newbie
 
Hello everybody, I`m just starting to use Lego Dacta products and I have one doubt: can I use NQC with other lego interfaces such as the 9751 kit, or does NQC only work with RCX? I need to know that becuase here in the University we still don`t have (...) (23 years ago, 11-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: Mac version
 
(...) If you are talking about Lejos, there has recently been a success report for Mac OS X. Replace gcc by cc in the Makefile and compile from source. If you succeed please post a diff with your modifications. Jürgen (23 years ago, 11-Jan-02, to lugnet.robotics.rcx.java)
 
  Mac version
 
Subject speaks for itself. Is there a Mac port? (23 years ago, 11-Jan-02, to lugnet.robotics.rcx.java)
 
  USB Serail convertor woes with 2.5 on a Mac
 
Hi, I have 2.5 installed on a iBook running OS9.2.2 with both a Belkin USB serial convertor and a Xircom convertor. The latter can download the firmware, but the former errors after only 4% download. I am using RCX 1.0 from the Team Challenge kit (...) (23 years ago, 11-Jan-02, to lugnet.robotics.rcx.robolab)
 
  Re: Configuring LegOS with USB tower under Win2K.
 
Hi Aaron, Thanks for your quick reply. Thank you for the USB fix. I have also done as you suggested and altered the path under #NT - I forgot the drive letter should have been specified //x where x is the drive, C:, D: etc. I have now eliminated (...) (23 years ago, 10-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: Configuring LegOS with USB tower under Win2K.
 
Thanks for your interest Dave. The source for the USB tower Win2k patch is located at anonymous ftp://134.29.51.4 I can also give you one hint to get you going on configuring legos for cygwin. The most problems I have had are with the (...) (23 years ago, 10-Jan-02, to lugnet.robotics.rcx.legos)
 
  Automatic train switching with RCX
 
Dear all, we've built an automatic train switching mechanism using the RCX. It detects trains using reed contacts (cheap devices sensitive to magnets) and switches two points so that the train stops and another one departs instead. We've tried to (...) (23 years ago, 10-Jan-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.trains)
 
  Re: Measuring robot turn angle
 
(...) Another option would be to connect a single rotation sensor directly to the motor that turns your robot. (you may wish to gear it down) You could not detect the distance forward or backward (from the other motor), but you could calculate the (...) (23 years ago, 10-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: Measuring robot turn angle
 
(...) I have done this, although not with a differential. My solution used a rotation sensor on each axel, and good navigation can be done with that. Since you can guarantee that both axels turn the same amount, a single rotation sensor should be (...) (23 years ago, 10-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: Measuring robot turn angle
 
(...) Robert, I have been playing with this problem a bit. Another approach is to power each tread with a separate motor, use a differential assembly to add the shaft rotation from both sides and use a rotation sensor to 'control' to a zero (...) (23 years ago, 10-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: USB, Windows, legOS
 
Hi Don and Aaron, Any chance of sending me the patches for the USB Tower to work under Cygwin. I may be able to help get the patches working. I have some experience with Win95/98/2K. Dave W. (...) (23 years ago, 9-Jan-02, to lugnet.robotics.rcx.legos)
 
  Measuring robot turn angle
 
The drive system in my robot is an adder-subtractor (see (URL) which uses two differentials in order to get equalized forward/reverse drive while allowing turning and pivoting (turning in place). For navigational purposes, the robot should be able (...) (23 years ago, 9-Jan-02, to lugnet.robotics.rcx.legos)
 
  Configuring LegOS with USB tower under Win2K.
 
Hi Everyone, Does anyone have any info. on setting up and using the new USB tower with Cygwin and the H8 cross-compiler for LegOS under Win2K. These are the instructions I am currently following :- (URL) would also be very grateful for any more (...) (23 years ago, 9-Jan-02, to lugnet.robotics.rcx.legos)
 
  MacNQC can't open the #include file
 
When I have an #include line in my .nqc source file, such as #include "incl_file.nqh" the compiler complains that it can't open the referenced file. I get the following error: Error: could not open file incl_file.nqh test_file.nqc line 1 #include (...) (23 years ago, 9-Jan-02, to lugnet.robotics.rcx.nqc)
 
  Re: startin with robolab
 
(...) I'm pretty sure that you cannot download ROBOLAB, but must purchase it. What country are you in? This page will help you figure out where you can buy it: (URL) will need ROBOLAB version 2.5 if you do not want to buy the RCX and IR Tower. As (...) (23 years ago, 9-Jan-02, to lugnet.robotics.rcx.robolab)
 
  Re: Linux driver for USB Tower
 
Have a look at: (URL) I'm not involved! (...) (23 years ago, 9-Jan-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