To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / *1164 (-20)
  Re: rotation sensor problem, again...
 
(...) On second thought, this need not be the case. Maybe the initial sensor state starts out at whatever value it normally starts out at after bootup (probably zero), and simply never gets set (or reset) to the state indicated by looking at the (...) (24 years ago, 15-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: rotation sensor problem, again...
 
(...) That you see values -1, 2, and 1 sounds like the current state of the rotation sensor is not considered when when the sensor is reset, like it is reset to a state of 0 when it should be reset to the current state of the sensor, like 0, 1, 2, (...) (24 years ago, 15-Jun-00, to lugnet.robotics.rcx.legos)
 
  rotation sensor problem, again...
 
Just when you thought it was all fixed. I use the following code: ds_active(&SENSOR_2); ds_rotation_on(&SENSOR_2); ds_rotation_set(&SENSOR_2, 0); to setup a rotation sensor. Immediately after calling ds_rotation_set(), and /without moving the (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS 0.2.4 on Win NT 4.0 WS
 
(...) I wish I could join you... Guinness is a wonderful habit to have. I s'pose it's even better in .ie. And it's probably a little to early to have one here ;) -Luis (...) ---...--- "Going to California with an aching in my heart. Someone told me (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  cat out of bag, sort of :)
 
I prematurely posted an 0.2.4 version of legOS (mainly just right out of CVS) on sourceforge. I've asked Paolo and others to review it for me before we make an "official" announcement, so there isn't one yet (I'd like to post it to freshmeat and (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS 0.2.4 on Win NT 4.0 WS
 
Ooops, fixed - sorry - if only all bug-resolutions were as fast .... Now where was that pint .... (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  legOS 0.2.4 on Win NT 4.0 WS
 
Hi All, I've just successfully installed legOS 0.2.4 on Win NT and run the demo programs, all thanks to Lius' instructions. I did have one small difficulty though, with both the gzip file and CVS versions at sourceforge - it's tiny ... It was a (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  CVS screwup- sorry
 
I checked in a patch to config.h last night that had too many whitespaces and it broke the build. Sorry. I've fixed it now. Luis ---...--- "Going to California with an aching in my heart. Someone told me there's a girl out there with love in her (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP Question
 
Hello Colin, (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP Question
 
"Colin Ryan" <colin.ryan@cs.tcd.ie> ha scritto nel messaggio news:394758BE.3DEA88....tcd.ie... (...) I'm working to a porting of lnpd for Win32, but it's not finished yet... Bye, Paolo. --- Indecision is the key to flexibility. (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  LNP Question
 
Hi All, Apologies if this should be obvious., but I'm curious as to how I can build a windows based LNP application, can it be done? I see that most LNP discussions to date are Linux and LNPd oriented, which would lead me to believe that my only (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: Help with make in Windows
 
Ah...progress. I have finally started tracing the function calls. Did I mention my head hurts? :-p Seriously, what I found was in the 0.2.2 on Windows Instructions, number 8 says "Change the CINC variable definition in legOS\Makefile.common to (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS built on NT - what now
 
Colin, what version of legOS did you install? -- Gary (...) (24 years ago, 14-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: LNP ActiveX for windows users
 
Hi ! I've added the compiled version of winlnp to (URL) (24 years ago, 13-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: Convert Integer to String
 
K&R has a very simple itoa implementation that you can copy if LegOS's libc doesn't already have itoa. alex "Michael Marklew" <mike@idl.net.au> wrote in message news:Fw13p2.5yq@lugnet.com... (...) other (...) string in (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: legOS built on NT - what now
 
(...) My pleasure. You should really thank Professor Michael Littman, who gave me the time to do it in the first place :) (...) This is what occurred in the 0.1.x series of legOS. (...) In the 0.2.x series, you are expected to load the legOS.srec (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  legOS built on NT - what now
 
Hi All, I've just built and successfully compiled legOS on NT 4.0, it is thanks Luis Villa and his online instructions, that this was possible - much appreciated Luis. Hence, when I type" make --unix", the compilation process completes with a few (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  Convert Integer to String
 
I am having an anoying problem. I want to format a string made up of other strings and integers. Normally I would do something like this sprintf(txt,"Num=%d String=%s",number,text) At the very least does any one know how to do covert an integer to a (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: Help with make in Windows
 
(...) In Unix-ish systems, that style of error message means that it is being generated by the program yada/yada/ld. So, what is happening is that ld.exe is unable to find crt0.o, whatever that is. (...) This is rather odd. /legOS/include/config.h (...) (24 years ago, 12-Jun-00, to lugnet.robotics.rcx.legos)
 
  Re: Help with make in Windows
 
Luis, Thanks for the info. I do have Win 95 and tried installing there ... same errors. Then, I tried the Windows install using cygwin. I've gotten to the end part where you type "make --unix" While it did compile, there were errors along the way. (...) (24 years ago, 12-Jun-00, 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