 | | Re: LEGO RCX and I2C
|
|
(...) (URL) what hyperlink have been invented for). Jürgen (23 years ago, 21-Mar-02, to lugnet.robotics)
|
|
 | | Re: LEGO RCX and I2C
|
|
Hi Steve, your time stamp is rather wrong ... today it's 2002-03-21 and not 27. The software seems to be good readable and not like something to bother with. The author did his work and wrote a lot of comments within the source so you would be able (...) (23 years ago, 21-Mar-02, to lugnet.robotics)
|
|
 | | Re: RoboSoccer
|
|
(...) Of course, I should have added the link: (URL) (23 years ago, 21-Mar-02, to lugnet.robotics)
|
|
 | | RoboSoccer
|
|
Hi, for all those interested in advanced Robolab 2.5 features. We just finished our RoboSoccer-project. Again we are dealing with the positioning problem. This time it is done combining a sort of Camera-GPS and dead-reckoning. The Lego camera is (...) (23 years ago, 21-Mar-02, to lugnet.robotics)
|
|
 | | Re: Motion Tracking Robot Using an RCX, Visual Basic, and a 3Com Webcam
|
|
(...) Thanks! I'm glad to hear some people are getting something out of it. nate (23 years ago, 21-Mar-02, to lugnet.robotics)
|
|
 | | Another Proposal
|
|
Request for comments: I moved the visualization code for the man_stand / man_run out of the task_scheduler and put it in the tm_idle_task. Performance is enhanced at the expense of the display not updating when the processor load is at or near 100%. (...) (23 years ago, 21-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: LegOS newbie needs help
|
|
I have all the tools (fast connection and CD burner). I need to check the licensing to see if there would be a problem with sending it to you on CD... but other than that, contact me off list and maybe we can get you SP5. -Joe NOTE: Remove (...) (23 years ago, 21-Mar-02, to lugnet.robotics)
|
|
 | | Re: Proposal: int program_running()
|
|
I know it is fairly trivial, but it is a start. I am working on some other things... hopefully to be included either in patch form or in 0.2.6 (if/when it comes about). I like the idea of the inline function best, but will leave that up for debate. (...) (23 years ago, 21-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Motion Tracking Robot Using an RCX, Visual Basic, and a 3Com Webcam
|
|
"nullgel" <nullgel@cox.net> wrote in message news:GtAJI3.JK3@lugnet.com... (...) Nate, This is absolutely amazing! Thanks for taking the time to write this up and post the images, it's great! I really enjoyed reading it. Iain (23 years ago, 21-Mar-02, to lugnet.robotics)
|
|
 | | Re: Spectrum as source of Technic Spares
|
|
According to their customer service, they are not allowed to sell Lego in the USA. ----- Original Message ----- From: "Mike Fusion" <mikefusion@hotmail.com> To: <lugnet.technic@lugnet.com>; <lugnet.robotics.rcx...ugnet.com> Sent: Friday, March 15, (...) (23 years ago, 21-Mar-02, to lugnet.technic, lugnet.robotics.rcx)
|
|
 | | Re: RIS 2.0 or 1.5 (minimum requirements)
|
|
The 2.0 firmware is available separately from LEGO as part of the 2.0 SDK. You can use this firmware with a 1.5 set (or even a 1.0 set). If you are not planning on using the Lego software then the only difference between 2.0 and 1.5 is that 2.0 has (...) (23 years ago, 21-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: Proposal: int program_running()
|
|
(...) I've thought about this before but never did anything 8?( I think I'd prefer a macro, thus removing the need for #ifdef. Although you wouldn't want the #ifdef anyway, as you need to call it in the kernel, and #ifdefing it out would be rather (...) (23 years ago, 20-Mar-02, to lugnet.robotics.rcx.legos)
|
|
 | | Motion Tracking Robot Using an RCX, Visual Basic, and a 3Com Webcam
|
|
Please check out the report on my site. I'd love to hear some feedback or questions. (URL) (23 years ago, 20-Mar-02, to lugnet.robotics)
|
|
 | | LEGO RCX and I2C
|
|
Hi, the Elektor - Magazine for Electronics and Computer - comes with a very interesting project. They have a pcb and software in NQC. Have a look to the homepages (URL) I2C Interface for Lego RCX 'Brick' (...) The magazine comes tomorrow. I 'll test (...) (23 years ago, 20-Mar-02, to lugnet.robotics)
|
|
 | | RE: LegOS newbie needs help
|
|
If you know someone with a faster connection, then perhaps they could d/l it and burn it to a CD for you. BTW, I tried this out with VS6 w/ no SP and reproed the problem. Then I installed SP5 and tried again. So at least you now know that getting (...) (23 years ago, 20-Mar-02, to lugnet.robotics)
|
|
 | | Re: LegOS newbie needs help
|
|
Thanks for youre help, but downloading 129 MB whit my connection is not a good idea, so thats now option for me. I also cant order it on CD because this is only available for subscribers in North America. Im not a subscriber and I dont live in (...) (23 years ago, 20-Mar-02, to lugnet.robotics)
|
|
 | | Re: RIS 2.0 or 1.5 (minimum requirements)
|
|
A more important consideration is whether USB or Serial is more convenient on your notebook. 1.5 comes with a COM port interface, and the 2.0 comes with a USB interface. USB is a lot better, if you have it. (...) (23 years ago, 20-Mar-02, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: Sony's New Biped 'Bot
|
|
I saw a quick segment on the News last night, I was amazed at the speed and fluidity of the movements, once I get over how well it moves, I'm gonna go look into the other aspects and funtions of the design. The Future is here Folks. Legomaster (23 years ago, 20-Mar-02, to lugnet.org.ca.rtltoronto, lugnet.robotics)
|
|
 | | Re: LegOS newbie needs help
|
|
Have you installed the Visual Studio service packs? You stated that you had reinstalled Visual Studio... so I am guessing that it is currently 6.0 (with no service packs). I can't guarentee that this will solve THIS problem, but I know from (...) (23 years ago, 20-Mar-02, to lugnet.robotics)
|
|
 | | Proposal: int program_running()
|
|
I have noticed several places in the kernel where nb_tasks is used to see if a program is running. Currently, nb_tasks > 3 means that a program is running and <= 3 means that just the kernel processes are running. I would like to propose that the (...) (23 years ago, 20-Mar-02, to lugnet.robotics.rcx.legos)
|