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 / *9195 (-20)
  Re: NQC release
 
(...) It turns out one of the steps in the process I used to generate the .tgz source code archive not only got the wrong version from CVS but it changed all my unix-style line endings back to windows-style line endings. I've replaced the latest (...) (20 years ago, 16-Mar-05, to lugnet.robotics.rcx.nqc)
 
  Re: How to build a shared library
 
Hello Anne, (...) You can't. Shared libraries are not supported by brickOS. Shared memory or shared libraries are not a feature of a compiler but a feature of the underlying OS. But you can do it the hard way: - put all shared routines in program 1. (...) (20 years ago, 16-Mar-05, to lugnet.robotics.rcx.legos)
 
  Re: NQC release
 
(...) I'm apparently very confused. I could have sworn I checked the code here and there wasn't a "private:" before the class Chunk definition starting at line 81. But after double checking just now indeed there is one there. That's what had me (...) (20 years ago, 16-Mar-05, to lugnet.robotics.rcx.nqc)
 
  Robolab Conference - Call for Papers
 
1) The Call for Presentation and Papers for the Annual ROBOLAB Conference (August 15-17th, Austin, Texas) has been extended to APRIL 1st. Please consider submitting a presentation or a paper for the conference. Details are available at the (...) (20 years ago, 16-Mar-05, to lugnet.events, lugnet.edu, lugnet.robotics, lugnet.robotics.edu, lugnet.robotics.events, lugnet.robotics.rcx.robolab)
 
  How to build a shared library
 
Hello! How can I dynamically link my c++ classes or rather build a shared library with the brickos Makefiles? Anne. (20 years ago, 16-Mar-05, to lugnet.robotics.rcx.legos)
 
  Re: NQC release
 
Ahh...I shouldn't add comments to anything before my first green tea of the morning. I moved line 56 back to public: and went to line 81 and found private: was already there... 81 private: 82 class Chunk 83 { 84 public: 85 86 const UByte* GetData() (...) (20 years ago, 16-Mar-05, to lugnet.robotics.rcx.nqc)
 
  Re: NQC release
 
(...) I was not sufficiently clear. My apologies. Line 56 needs to remain unchanged: public: Comments, by the way, in C++ are specified by '//' rather than '#'. I say that because it looks like your compiler is complaining about a line (56) that (...) (20 years ago, 16-Mar-05, to lugnet.robotics.rcx.nqc)
 
  Re: NQC release
 
Making progress: I changed the public: to private: in RCX_Image.h and here was the output after I did a `make clean`: [root@aluminum nqc-3.1.r1]# make g++ -o bin/mkdata -Inqc/ -Iplatform/ mkdata/mkdata.cpp nqc/SRecord.cpp bin/mkdata (...) (20 years ago, 16-Mar-05, to lugnet.robotics.rcx.nqc)
 
  Re: NQC release
 
(...) Can you try adding "private:" directly above the declaration of the nested type Chunk in RCX_Image.h? I'd like to confirm that that change fixes the problem. If any more compile errors (or warnings) show up let me know here or via email. (...) (20 years ago, 16-Mar-05, to lugnet.robotics.rcx.nqc)
 
  Re: NQC release
 
Hi John! Thanks for the new release. On my Linux box I get a compile error. uname -a: Linux aluminum 2.6.10-1.770_FC3smp #1 SMP Thu Feb 24 14:20:06 EST 2005 i686 athlon i386 GNU/Linux [root@aluminum nqc-3.1.r1]# make g++ -o bin/mkdata -Inqc/ (...) (20 years ago, 16-Mar-05, to lugnet.robotics.rcx.nqc)
 
  NQC release
 
I've released a new version of NQC today (3.1r1). (URL) would be most grateful if a few non-Windows platform folks could download the source release and make sure it builds and functions correctly on your favorite platform. I *think* I fixed all the (...) (20 years ago, 15-Mar-05, to lugnet.robotics.rcx.nqc)
 
  Re: What that displayed on my RCX2.0?
 
(...) This is just the datalog display. It indicates, in 25% increments, how full the datalog is. This indicator is totally harmless, and can be ignored. If you want to get rid of it just download and run the following program: task main() { (...) (20 years ago, 15-Mar-05, to lugnet.robotics.rcx, lugnet.robotics)
 
  Northeast Region ROBOLAB Conference
 
I don't work for the LEGO Company, but I felt that this announcement should be posted in the official .lego group. -Suz (URL) reposting the announcement of a special event. This conference, at the LEGO Enfield HQ, is a big deal! For those who don't (...) (20 years ago, 14-Mar-05, to lugnet.lego.announce, lugnet.robotics.rcx.robolab, lugnet.robotics, lugnet.events, lugnet.robotics.edu, lugnet.edu, FTX)  
 
  Re: power levels clarification
 
(...) I couldn't call myself an expert either! In your second way of looking at it, the full voltage and full current are already multiplied to give full power for part of the time. I=(Vcc-Eb)/R Current I, Voltage Vcc, Back EMF Eb and motor (...) (20 years ago, 14-Mar-05, to lugnet.robotics.rcx, lugnet.robotics.rcx.robolab)
 
  Re: problem downloading
 
Hi, (...) this means that the class files are in a newer format that Lejos cannot use, so the compiler needs a '-target 1.1' option (with Java 1.5 you may also need '-source 1.2'). It seems your Lejos version is rather old, the current ones put the (...) (20 years ago, 14-Mar-05, to lugnet.robotics.rcx.java)
 
  Re: power levels clarification
 
Hi Mark, (...) is it really true that there is a square law for PWM? Can you explain the reason why this is so? I understand that this is true if you change the voltage (half the voltage gives half the current so a quarter of the power). But I (...) (20 years ago, 14-Mar-05, to lugnet.robotics.rcx, lugnet.robotics.rcx.robolab)
 
  Re: What that displayed on my RCX2.0?
 
On Mon, March 14, 2005 5:22 am, Ian Reid said: (...) I believe that means there is some data in the datalog Steve (20 years ago, 14-Mar-05, to lugnet.robotics.rcx, lugnet.robotics)
 
  Re: What that displayed on my RCX2.0?
 
(...) That sounds like the datalog indicator - while RIS doesn't take advantage of it (to my knowledge), the RCX can function as a datalogger - the quarter of the datalog that is being loaded flashes, while the quarters of the datalog that are (...) (20 years ago, 14-Mar-05, to lugnet.robotics.rcx, lugnet.robotics)
 
  Re: What is that displayed on my RCX2.0?
 
I am not sure here - but could that mean that the batteries are seriously low? It would seem likely if they have been sat for a while, as even when powered down there is some residual current usage, and leakage in the RCX. Remember that when (...) (20 years ago, 14-Mar-05, to lugnet.robotics.rcx, lugnet.robotics)
 
  What that displayed on my RCX2.0?
 
G'day, I have been using my RCX 2.0 brick recently after it has been laying idle for a period. I have noticed that there is an extra icon in the display window which is not discussed in the Lego Robotics Invention System 2.0 Constructopedia. I was (...) (20 years ago, 14-Mar-05, to lugnet.robotics.rcx, lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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