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 / *3215 (-20)
  Re: Can't get Linux NQC to compile/Run
 
(...) Sounds like part of the g++ library is missing....or perhaps an incompatability between the installed library and the g++ header files. I'm not quite sure how to unmangle that name, but my first guess would be the default allocator used in (...) (24 years ago, 12-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: newbie questions...
 
(...) yes (...) That's pretty tough to implement. Code in the tasks is easy...the task number is a constant. Same for subs that are only called from one task. Inline functions are also easy...provided they are called from one of the above. The (...) (24 years ago, 12-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Can't get Linux NQC to compile/Run
 
I'm sort of new to Linux (mandrake 7.1) and I've been trying to get NQC to work but keep getting odd errors. "./nqc: error in loading shared libraries: ./nqc: undefined symbol: _t24__default_alloc_...free_list" comes up when I try to run the (...) (24 years ago, 11-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Creating sight for RIS/No Vision Command
 
Tough, I think that in order to do this you would need to do some very complicated electronics and programming of a computer that could all be carried on the rcx and use little power. This would probably involve lots of expensive stuff. Although (...) (24 years ago, 11-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: newbie questions...
 
(...) Ok, so the 'if ( ActiveEvents(10) & EVENT_MASK(0) )' is the correct syntax to check if event 0 was triggered ? (...) Or a function that returns the current task number ? Thanks for your advices and keep up the good work ! Stelian. (24 years ago, 11-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: newbie questions...
 
(...) Both versions should work ok. Personally I prefer something like the following code because its less code overall and the "modality" of the program is apparent from the listing. But its really a matter of personal style. #define TOUCH SENSOR_1 (...) (24 years ago, 9-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Creating sight for RIS/No Vision Command
 
Hello Does anybody have any experience in adapting a small color video camera so that it will either send messages to the RCX via the IR port or connect to the RCX's sensor inputs ? I realize that at the very least I am going to have to create some (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Anyone using P-brick script code yet?
 
If so, I have a question. Is there and/or functionality for if statements: if x and y if x or y I have tried the obvious AND, &&, & etc., but without luck. Huw (24 years ago, 8-Sep-00, to lugnet.robotics.rcx)
 
  Re: c++ classes
 
Hey, everybody. I'm going to try to patch and build this this weekend. (ADSL line goes in today, so it becomes suddenly more feasible to build and test with gcc 2.95.) However, if anyone else has already done that, and can test these (particularly (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  Re: Using the rotation sensor as velocity sensor
 
Checked in to CVS. Thank you again, Jochen. By the way, for those of you who may want to check it out, I've disabled it by default in boot/config.h (as we probably should with rotation sensors) so you'll have to go in there and uncomment it (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  c++ classes
 
Dear legOSers, I have written a set of c++ classes for manipulating sensors and motors within legOS. The classes include: A) Sensor, a base class for accessing sensors B) LightSensor, derived from Sensor, but uses the LIGHT function to get values C) (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  Re: Using the rotation sensor as velocity sensor
 
Looks solid to me, and I appreciate the effort to isolate all the code with #defines- hopefully, most future feature additions will be similarly controlled. If no one objects, I'm going to check this into CVS this afternoon. Thanks a lot, Jochen... (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  Using the rotation sensor as velocity sensor
 
Hello, For my own project I need to measure the velocity at which my robot is moving. I finally patched the legOS kernel to get accurate values. I think that others may profit from a good velocity sensor. The velocity is given in rotation ticks (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.legos)
 
  Re: Thoughts & Issues w/ Vision Command
 
(...) It MUST be used with a PC. The camera has no special programs or anything like that. It's the PC that is the link between the Camera and the RCX... Dean -- Coin-Op's For Sale!: (URL) Lego Workshop: (URL) Lego Club: (URL) (24 years ago, 9-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Thoughts & Issues w/ Vision Command
 
Hello Does the Vision Command camera send messages to the RCX via the IR port ? I would assume this would be the case but I just wanted to make sure. Also, does Vision Command come pre-configured with a default program or do you have to configure it (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Re: Localization and the RCX
 
(...) I've played with this only a bit. With tech the way it is right now I've come up with the following ideas. 1. The robot's playing area is painted from black to white. Where the top left is all white and the bottom right all black with a (...) (24 years ago, 8-Sep-00, to lugnet.robotics.rcx)
 
  Localization and the RCX
 
We're working on a project that requires an autonomous robot to manage the localization problem. We started by trying just dead-reckoning. We've tried a number of different gearing set-ups and wheel configurations, including using a dual (...) (24 years ago, 6-Sep-00, to lugnet.robotics.rcx)
 
  newbie questions...
 
Hi everybody, I recently acquired a RIS 1.5 box and started playing with nqc (great program btw)... Still, I have some questions... Let's take a simple example: I have 1 touch sensor and I want to do a SOUND_UP when the touch is pressed and a (...) (24 years ago, 6-Sep-00, to lugnet.robotics.rcx.nqc)
 
  Vision Command and RCX
 
Hi all, does anyone know how to copy a program from the RCX to a LINUX machine ? I am interested to get the binary code from the program in slot 5, which is downloaded to there, when running Vision Command. With this code, hopefully, the (...) (24 years ago, 5-Sep-00, to lugnet.robotics.rcx)
 
  Re: Using a Sony Remote control to run my Mindstorms...
 
"Mike Burger" <mike@hawaii.edu> wrote in message news:G0835L.Ax2@lugnet.com... (...) Mike, Thanks for the thought...I went and taught my Sony Remote what my Mindstorms remote could do and that worked great. I guess now I have to try to figure out (...) (24 years ago, 2-Sep-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