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 / *3334 (-20)
  robot as input device
 
Hi, I am not familiar with LegOS but I would like to use the robot as an input device and get all sensor values. Is it possible? regards, kristian (21 years ago, 7-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Modifying the BrickOS source code
 
(...) But remember that changes in the brickOS files and therefore in the resulting brickOS code will allmost certainly crash the user programs. With every new brickOS version you must recompile the user programs that should run on the brick. (...) (21 years ago, 4-Jul-03, to lugnet.robotics.rcx.legos)
 
  USB tool under linux
 
Hello there .... I'm really interest about driving the lego USB tower but I need some help :) Is someone know how work the USB tower ? How pilot it ? For the camera I've found a better module than the qce-ga one ! The qc-usb is really better (I've (...) (21 years ago, 2-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Modifying the BrickOS source code
 
(...) Actually, you don't need to do all that. For the last few versions of BrickOS, things are different. The first time you install BrickOS, you: $ cd /brickos-0.2.6.10 $ configure $ make If everything has been installed correctly, you will find a (...) (21 years ago, 2-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Modifying the BrickOS source code
 
(...) This is my friend writing this time becuase he lost his user info for lugent and is trying to become a member but he hasnt gotten an email back from the system so he is having me do the asking: Thanks for the help guys. I am going to edit a (...) (21 years ago, 2-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Help with lnp
 
To all, Paolo has done some work with upgrading the lnpd software to run under cygwin. You can search the newsgroup for information about this. And I have taken this work and I am working to bring it back into the brickOS code source. But I am (...) (21 years ago, 2-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Help with lnp
 
(...) I may try this. It looks like the problem is that the files are in the wrong place. I am going to try to fix this problem, but I may use your idea. You have tried it and it works? I am not that familiar with Java, but may be able to figure out (...) (21 years ago, 1-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Modifying the BrickOS source code
 
(...) If he wants to do this, he should better have a good understanding of programming in C and Operation System design. Debugging an OS is a hard job. (...) I am under the impression that you don't have any knowledge of how to handle a UNIX style (...) (21 years ago, 1-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Modifying the BrickOS source code
 
(...) If you have installed and built the unmodified BrickOS then you are ready to go. At the very end of the build after you built/instaled the cross compliter and BirckOs source you executed a make command. When you did this you got a whole bunch (...) (21 years ago, 1-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Help with lnp
 
And legnoppix ? What about this solution ? nanobapt (21 years ago, 1-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Modifying the BrickOS source code
 
(...) The build system is not particularly complex. $ ./configure $ make You will, of course, have to either build or install prebuilt cross compiler binaries first. Info on the brickOS website, ask here if you run into problems. I'm not quite sure (...) (21 years ago, 1-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Help with lnp
 
(...) Katie, I am also doing a project which envolves getting information from the RCX using the BrickOS and Cygwin. I tried the same approach with using the Linux files but, I found another way to get information. If your familiar with Java you can (...) (21 years ago, 1-Jul-03, to lugnet.robotics.rcx.legos)
 
  Modifying the BrickOS source code
 
Hey, My friend and I are tring to modify the BrickOS memmory management for a computer Science senior project. I am trying to help him out with it. We are wondering if anyone can give us some information on how we can edit the source code and then (...) (21 years ago, 1-Jul-03, to lugnet.robotics.rcx.legos)
 
  Re: Help with lnp
 
(...) Hello katie, Have you read on my page How to comile it ? :) liblnp.h call function from the lib. You not only need to include this file ! you need the library ! Download it here : (URL) need to run lnpd before run your program Oh I just see (...) (21 years ago, 30-Jun-03, to lugnet.robotics.rcx.legos)
 
  Help with lnp
 
Hello, I am currently in the middle of a research project using Mindstorms robots. We are using brickOS and are working on algorithsm for dispersion. One thing that would be handy to do, however, is be able to record the path the robot takes and (...) (21 years ago, 30-Jun-03, to lugnet.robotics.rcx.legos)
 
  display driver data segment
 
hi folks ! can anyone explain me how the lcddata segment is used in legos ! it seems to me there are some routines which use the rom and some which dont. especially i dont get that the conio.c accesses with the dlcd_* functions the lower lcd data (...) (21 years ago, 26-Jun-03, to lugnet.robotics.rcx.legos)
 
  realloc in legos(brickOS)
 
can someone please help this guy? ive been out of the loop for some time and really dont know if anyone has made any realloc functions for legos (working in 0.2.6). below is the email he sent me. his email address is: renespanw@hotmail.com regards (...) (21 years ago, 23-Jun-03, to lugnet.robotics.rcx.legos)
 
  Re: Error linking c++ with gcc 3.3
 
No, I'm sorry, it doesn't seem to quite work. But it does get rid of the 3 errors at the bottom - Now it's just the operator new/delete stuff. I replaced the stub.c with the thing below, made libc++.a, and just make in lib/c++, and then go to demo (...) (21 years ago, 19-Jun-03, to lugnet.robotics.rcx.legos)
 
  Re: Error linking c++ with gcc 3.3
 
(...) You should add -fno-rtti -fno-exceptions to the CXXFLAGS in Makefile.common. To get rid of the operator new/delete errors you can replace lib/c++/stub.c with a stub.cpp containing the following. Don't forget to update the Makefile. This works (...) (21 years ago, 18-Jun-03, to lugnet.robotics.rcx.legos)
 
  Re: OS X Complier problems solved--now struggling with BrickOS
 
(...) The only time(s) I encountered this type of issue were when I compiled the .srec with different set of compiler settings (or with a different set of header files) than what was used for compiling the Demo/Application code. For instance, if I (...) (21 years ago, 17-Jun-03, 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