To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *46048 (-20)
  Re: Unit LNE of the dinochrome brigade (Was: Rock Crawling)
 
Brian, (...) Absolutely awesome! /Matthias (deeply impressed) ps Now I'm going to wait day and night for the LDraw file ;-) (give them an inch and they will take a mile...) (19 years ago, 29-Jan-07, to lugnet.org.us.laflrc, lugnet.robotics, lugnet.technic)
 
  Philo's remote and spy rover
 
I just ran across these on LEGO's NXTlog: A little Spy rover and a joystick-based remote control: (URL) - nice job Philo! I like the ball caster (OK, I'll admit bias), but I really like using a mechanical linkage to pan the US sensor to widen the (...) (19 years ago, 29-Jan-07, to lugnet.robotics)
 
  Re: Unit LNE of the dinochrome brigade (Was: Rock Crawling)
 
(...) OK, I hammered on it some more, and made a much more fun video. I updated Brickshelf with some "deconstruction" pictures that show how to build it (hey, I didn't say they made it *easy* to build it): (URL) the video on YouTube, with my son (...) (19 years ago, 29-Jan-07, to lugnet.org.us.laflrc, lugnet.robotics, lugnet.technic)
 
  Spawning threads in NBC
 
Thanks to David Wallace's very thought-provoking (although somewhat distracting) emails, I think I can put together a simple pseudo NBC opcode which will let you start a thread in a manner very similar to how it works in NQC. It requires a couple (...) (19 years ago, 28-Jan-07, to lugnet.robotics.nxt)
 
  Re: WIP - Red Quad
 
(...) Thanks, I am sometimes not sure where some of my parts come from. I just have them. :p (...) Yes, we will be announcing the Sneary-Sophie combine. We are building a Spa-Mechgorpian. Amazing? Indeed. Scary? yes. (...) Thank you, I have the Quad (...) (19 years ago, 28-Jan-07, to lugnet.build.mecha, lugnet.robotics.nxt)
 
  Help me Controling NXT with mouse!
 
Hi, I'm a user of Open-source NXT Controling program 'OnBrick'. I am really astonished by the program and I appreciate. I want to ask you guys to do a little favor :-) As I wrote before, I watched a video clip from youtube (URL) made my wish come (...) (19 years ago, 28-Jan-07, to lugnet.robotics)
 
  Re: WIP - Red Quad
 
"Geoffrey Hyde" <g.hyde@bigpond.net.au> wrote in message news:JCKtAE.6qJ@lugnet.com... (...) Aaron? I've been looking at posts for too long. :) I meant Eric, sorry for any confusion!! :D BTW, I would like to say to Eric that is one pretty good (...) (19 years ago, 28-Jan-07, to lugnet.build.mecha, lugnet.robotics.nxt)
 
  Re: WIP - Red Quad
 
"David List" <zerobuttons@gmail.com> wrote in message news:JCKpMs.KG0@lugnet.com... (...) I recognize at least this element in them: (URL) also this element as well: (URL) easy if you know what you're looking at! ;) I know I'm not Aaron, but these (...) (19 years ago, 28-Jan-07, to lugnet.build.mecha, lugnet.robotics.nxt)
 
  Re: WIP - Red Quad
 
"Eric Sophie" <mylegomaster@aol.com> skrev i en meddelelse news:JCJpCL.16x@lugnet.com... (...) Nice - which set do you find the hip joints in? Best regards, David List (19 years ago, 28-Jan-07, to lugnet.build.mecha, lugnet.robotics.nxt)
 
  Re: New York City NXT Meet-up
 
Sounds great, keep us informed! (19 years ago, 27-Jan-07, to lugnet.robotics.nxt)
 
  WIP - Red Quad
 
I have been working on this Red Quad. Contains the NXT. Work in Progress. (URL) (19 years ago, 27-Jan-07, to lugnet.build.mecha, lugnet.technic, lugnet.robotics.nxt, FTX) ! 
 
  Re: Improving the firmware?
 
(...) Dick, I was thinking more in the direction of adding a new Module, with a IOMap that has room to set a command and several parameters, and use the ReadIOMap and WriteIOMap to set them. This may not be the fastest solution, since as you (I (...) (19 years ago, 27-Jan-07, to lugnet.robotics.nxt)
 
  Re: Improving the firmware?
 
(...) Yes, LeJOS supports the Java Math library. (19 years ago, 26-Jan-07, to lugnet.robotics.nxt)
 
  Re: Get Pixel Value Plotter
 
(...) I was able to connect the "Get Pixel Color" command with the RCX. I run a direct program on the computer, feeding color datum to the RCX. The RCX program is set up to receive the color datum and act on it in a sequential manner. Soon I will (...) (19 years ago, 26-Jan-07, to lugnet.robotics.rcx.robolab)
 
  Re: New York City NXT Meet-up
 
(...) I think you could arrange and trip out to NYC! (no offense) but as long as you can speak in english. Anyway, thank you so much for your own kind thoughts about my future group., (19 years ago, 26-Jan-07, to lugnet.robotics.nxt, FTX)
 
  Re: another comparison
 
../snip (...) Ah, I forgot, he is trying to do this with an ARM. (19 years ago, 25-Jan-07, to lugnet.robotics)
 
  Re: another comparison
 
(...) 1. Indeed. 2. I got an email some time ago from a 16 year old student Korean student, Jimin Sung,living in the US, who is making an autonomous underwater robot. I was so amazed of what he was doing. He sent me his application of the RFT (...) (19 years ago, 25-Jan-07, to lugnet.robotics)
 
  Re: Text Based Programming for NXT - pbLua is Available
 
(...) Hi pbLua-Fans, while waiting for Ralphs nxt = {}, I'm started some more test at my PC... and this it the result of today: (URL) was written using murgaLua (Lua5.1+FLTK+Luasocket). Some simple routines for emulating pbLUa are alreay running 8-) (...) (19 years ago, 25-Jan-07, to lugnet.robotics.nxt)
 
  Re: another comparison
 
Hi Claude, (...) thanks, I found it at (URL) . And pseudocode is fine with me, Java or C were just meant as examples for textual languages. (...) :-) Best is to avoid assignment and modifiable state whenever possible. Jürgen (19 years ago, 25-Jan-07, to lugnet.robotics)
 
  Re: another comparison
 
(...) Hi Jürgen, The document, where I develop the theory of the algorithm has some text-pseudo code ( a mixture of C and PASCAL) that you easily can convert to anything. Since the document is math stuff, I largely prefer the := notation for (...) (19 years ago, 25-Jan-07, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

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