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 / *7875 (-20)
  RE: leJOS & BricxCC news
 
John, Thanks for continuing to work on this. It's one of the things that keeps me motivated to continue supporting pbForth. Now, there has not bee much traffic there lately, and I have not done much with it becuase as far as I know, things are "just (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.pbforth)
 
  Re: trouble compiling brickOS
 
(...) Hm, that should not happen. Try to start your hitachi compiler by hand, for example with "h8300-hms-gcc --version" to get an "I am alive" message from it, so you are sure it is installed as intended. If _you_ can't get it to work, configure (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.legos)
 
  Re: leJOS & BricxCC news
 
In lugnet.robotics.rcx.java, Mark Riley wrote: [snipped] (...) I have incorporated the changes made to firmdl in the leJOS distribution into my BricxCC firmware downloader code. Now I can successfully download all the firmwares I have access to (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos, lugnet.robotics.rcx.nqc, lugnet.robotics.rcx.pbforth)
 
  Linremote
 
Hello, I've wait a report from a friend for this software ... But he have no time to produce it ... Then I announce it here : Linremote permit you to control via PC (it the same soft that Dr Vegetable make : an remote control emulator). You can view (...) (21 years ago, 5-Sep-03, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: trouble compiling brickOS
 
(...) I did! (...) It did complain and I did install the hitachi 8300 gcc version. Funny thing, after installing it, the configure script was still complaining that it cannot find the hitachi gcc compiler, although the binaries were right there in (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.legos)
 
  Re: Lego Mindstorms Robotic Sumo Question
 
(...) David, To answer your question, everyone has their own way. But here's a link to a pretty well refined set of rules. (URL) should answer most of your questions. And, if you find yourself around Ann Arbor, Mi, in a couple weeks, you should stop (...) (21 years ago, 4-Sep-03, to lugnet.events, lugnet.robotics.rcx)
 
  Lego Mindstorms Robotic Sumo Question
 
Hello all Mindstorms fans! I have a few questions regarding Robotic Sumo (Lego Mindstorms Robotic Sumo that is). I have gotten interested in Robotic Sumo and would like to learn a few more things about it. I would also like to know if everyone does (...) (21 years ago, 4-Sep-03, to lugnet.events, lugnet.robotics.rcx)
 
  Re: trouble compiling brickOS
 
(...) Run ./configure!!! (...) Let me guess: You use the original c compiler of your linux distribution. May be that configure will complain that it does not find the gcc compiler? You run Linux on a Intel box. Your normal gcc will compile c to (...) (21 years ago, 3-Sep-03, to lugnet.robotics.rcx.legos)
 
  trouble compiling brickOS
 
Hi! I am pretty new to lego and I started for a few days to make my rcx work under Linux. After I passed all the makefile issues, gcc 3.3 mlsl problems, I still get this error from memcpy.c: make[1]: Entering directory (...) (21 years ago, 3-Sep-03, to lugnet.robotics.rcx.legos)
 
  Additions to the ILTCO Library, and a call for a librarian
 
ILTCO is pleased to announce some additions to the ILTCO library. Many of the presentations given during the train sessions at BrickFest 2003 have been archived and are available for your reading pleasure here. (URL) include presentations on - (...) (21 years ago, 3-Sep-03, to lugnet.announce.iltco, lugnet.cad.dev, lugnet.trains.org, lugnet.trains, lugnet.robotics.rcx, lugnet.publish) ! 
 
  RemoteCX 0.0.0.6
 
This one is much more reliable than 0.0.0.5 because I fixed all of the saving issues (I hope)... (URL) me know any bugs if you find any... -AK -- ---...--- My website: (URL) LEGOCam: (URL) (21 years ago, 1-Sep-03, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: RemoteCX 0.0.0.5
 
Thanks, feel free to give me the tarball and I'll make this a multi-platform project... (...) (21 years ago, 1-Sep-03, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: RemoteCX 0.0.0.5
 
(...) under linux .... nanobapt (21 years ago, 1-Sep-03, to lugnet.robotics, lugnet.robotics.rcx)
 
  RemoteCX 0.0.0.5
 
(URL) beginning of my all-in-one program for controlling the RCX..should eventually have a robot server, webcam image server, the works - everything to fit my needs and hopefully everyone else's too...I'm open to feature requests (just check the (...) (21 years ago, 1-Sep-03, to lugnet.robotics, lugnet.robotics.rcx)
 
  Re: Maths functions
 
Make my day. "nanobapt" <nanobapt@wanadoo.fr> wrote in message news:3F50F04C.204090...adoo.fr... (...) have (...) (21 years ago, 31-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Maths functions
 
(...) That's nor really difficult ... nanobapt (21 years ago, 30-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Maths functions
 
Natural log (ln), and square root. Also useful would be x^y where x and y have fractional parts. I see you have done it with just x as a float and y as an int. This would incorporate the square root by doing x^1/2 "nanobapt" <nanobapt@wanadoo.fr> (...) (21 years ago, 30-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Maths functions
 
(...) What do you need more than I wrote ? nanobapt (21 years ago, 30-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Maths functions
 
I've posted an enhancement request on the sourceforge website for someone to write a full math.h. I would do it myself but my programming skills aren't very good. Your math.h looks like a good start. Hopefully someone will build on that. Thanks for (...) (21 years ago, 30-Aug-03, to lugnet.robotics.rcx.legos)
 
  Re: Maths functions
 
(...) (URL) (21 years ago, 29-Aug-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