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 / *3550 (-20)
  Strange problem using 2 active sensors at the same time with 0.2.4
 
Hello In a actual project, i'm using the following setup: Input: 1 Rotation sensor (steering) 2 nc 3 Rotation sensor (distance measuring) Output: A drive motor B nc C steering motor If more than one sensor is set to active, only the first (steering) (...) (24 years ago, 14-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Math
 
I received the following comments and code from Mike Ash, whose Lugnet 'connection' appears not to be working at present. Big thanks Mike. I've yet to try it, but it looks OK in theory. (...) Most math functions aren't available. They would require (...) (24 years ago, 14-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Charge!
 
(...) I'm not sure if I'm thinking of the same riff as you are, since mine has far fewer notes, but its worth a try... I don't know the "official" key, and I'm doing this without a piano in front of me, but any major chord should do the trick.... C (...) (24 years ago, 14-Nov-00, to lugnet.robotics.rcx, lugnet.robotics)
 
  Charge!
 
Hi! My FLL Team would like to have their robot sign the "Charge!" bugle cry at the start of each mission that the robot attempts. I'm musically challenged. Does anyone have the note sequence for the "Charge!" bugle cry often heard at Baseball, (...) (24 years ago, 13-Nov-00, to lugnet.robotics.rcx, lugnet.robotics)
 
  Re: Math
 
Mike, You may have to look at writing your own. I know there's a libmint (integer math) library, but I'm currently at work, and can't check what else is there. Maybe need a libm to put all math functins in?? ROSCO mike mcfarlane (...) (24 years ago, 12-Nov-00, to lugnet.robotics.rcx.legos)
 
  Math
 
Hi What math functions are available under legOS? I can get the usual +-/ and * to work, but not powers or square roots. Are these math functions available and what others e.g. sine, cosine etc? I thought it would be standard C stuff like pow and (...) (24 years ago, 12-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp doc
 
I just dropped a class that was killing me, so I mayt have time to fix that this weekend. Thanks for holding out :) Luis (...) ---...--- "Nobody ever said that democracy was simple or efficient." Florida Election Board Member Bob Crawford. ---...--- (24 years ago, 10-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: lnp doc
 
(...) You bet! The legOS HOWTO (URL) now has a LNP section. Unfortunately the table of contents is currently broken, so you'll have to hit Next a lot. The URL to the LNP section is (URL). (24 years ago, 10-Nov-00, to lugnet.robotics.rcx.legos)
 
  lnp doc
 
Hi there, I'm quite now on legOS (compiled my first program yesterday), and I'm trying to find a way of using lnp. Is there any HOWTO or reference for the RCX side/the host side ? Thanx in advance. (24 years ago, 10-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: Painful details on RCX.pm problems
 
Yes, it does in fact happen more or less often sometimes (though it is usually consistent.) It has been an awful long time since I changed batteries... I'll get a new set tomorrow and take a look at it. Thanks a bunch, John... Luis (...) (24 years ago, 9-Nov-00, to lugnet.robotics.rcx)
 
  Behavior Control, nee Subsumption Architecture
 
This post contains a simple implementation of Subsumption Architecture, which is now called Behavior Control. If you've read my book, you'll recognize that this code is ported to Java from my NQC and legOS implementations of Subsumption (...) (24 years ago, 9-Nov-00, to lugnet.robotics.rcx.java)
 
  Re: Painful details on RCX.pm problems
 
Luis, I found a half dead 9V battery and put it in my tower. I am getting similar results, except I hang after the first or second reading. Something like: 0) 41 1) 41 And that is it. I for got to ask is it connisistantly after the 4th one things go (...) (24 years ago, 8-Nov-00, to lugnet.robotics.rcx)
 
  Re: Difficulty Activating Sensors in v0.2.4
 
(...) Jochen, you're right on target! I put them into one of my sub-routines and it worked fine. I appreciate everyone else's help as well. Thanks, -- Gary Mayer (24 years ago, 9-Nov-00, to lugnet.robotics.rcx.legos)
 
  eToys has RIS 1.0
 
Go to the mindstorms aisle at eToys.com, they have both the RIS 1.5 and RIS 1.0 listed, and both are in stock. Great way to get an RIS with the power jack (and, more importantly IMHO, the "notch" that allows a LEGO wire to be conveniently routed (...) (24 years ago, 8-Nov-00, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: Painful details on RCX.pm problems
 
Luis, I am here. I tryed your code. The interesting this is the first time I tryed it I got the following results with the towwer turning off after 5. But repeated runs of the program dont seem to have any problems. 0) 41 1) 41 2) 44 3) 45 4) 40 (...) (24 years ago, 7-Nov-00, to lugnet.robotics.rcx)
 
  [ANN] leJOS: Replacement firmware for the RCX
 
The first beta release of leJOS is out at (URL) leJOS is a Java based replacement firmware for the RCX, forked out of TinyVM ((URL) practically all of its features, plus: - There is a Windows version (CygWin not required). - Much faster Sensor API. (...) (24 years ago, 7-Nov-00, to lugnet.robotics.rcx.java, lugnet.robotics.rcx.legos, lugnet.robotics)  
 
  Re: Difficulty Activating Sensors in v0.2.4
 
(...) You have to use the commands inside of a method, e.g. in the main method. I just tried it and get the exactly the same error messages if I don't put these calls inside a method. If you think you put them in a method, make sure that you don't (...) (24 years ago, 7-Nov-00, to lugnet.robotics.rcx.legos)
 
  Re: RCX.pm questions [and Linux RCX GUI question]
 
(...) Wow, I'm looking forward for that. Just what I need. Sorry I don't know anything about GTK, I would have liked to help you... Jacob (24 years ago, 7-Nov-00, to lugnet.robotics.rcx)
 
  RE: RCX.pm questions [and Linux RCX GUI question]
 
(...) Luis, You might want to look at my rcxtcl package. It has all of the stuff you need to make messages for the RCX. Currently, the tcl code makes the messages for uploading firmware bytes to the RCX, but there is a routine that will take a (...) (24 years ago, 7-Nov-00, to lugnet.robotics.rcx)
 
  Re: RCX.pm questions [and Linux RCX GUI question]
 
No, I don't, but thanks for the offer. I've actually never built a GUI in anything except Java until today, but Glade ((URL) makes building a GTK gui ridiculously easy- it literally took about 30 minutes to go from knowing absolutely nothing to (...) (24 years ago, 7-Nov-00, to lugnet.robotics.rcx)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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