| | Re: NBC arrays
|
|
Thank you for the valuable first-hand information. It is a pitty there is no byte-code instruction to copy a part of an array somewhere to a middle of another array (so that one does not have to index and replace element-by-element or allocate a new (...) (18 years ago, 13-May-07, to lugnet.robotics.nxt)
|
|
| | NXT radar
|
|
I've built a 'true' NXT radar, using a 4 wire untangler to allow infinite rotation of a Sharp IR sensor from mindsensors.com. Details and images on www.nxtasy.org main page. Guy Ziv NXTasy.org (18 years ago, 12-May-07, to lugnet.robotics.nxt)
|
|
| | robo soccer
|
|
I'm not sure if this is a right forum to ask for this. I am wondering if there is anyone who may be interested in working with 10 high school kids on learning how to do robosoccer. --Elizabeth (18 years ago, 12-May-07, to lugnet.robotics.nxt)
|
|
| | Building and downloading NXT firmware
|
|
Hello Hackers, That's my first post to this group so I would like to introduce myself shortly: I'm a 34 year old german who has studied computer science some years ago. Being on the job for a few years I decided to go back to the university to get a (...) (18 years ago, 11-May-07, to lugnet.robotics.nxt.nxthacking)
|
|
| | Re: pbLua Beta 8 - with pixel and battery voltage reading
|
|
(...) I questioned the significance of the first one too when one of the pbLua users asked for it. Then, as I was writing some docs for pbLua I realized that it would be a nice way to get screenshots of the display. It's pretty easy to read the (...) (18 years ago, 8-May-07, to lugnet.robotics.nxt)
|
|
| | Re: pbLua Beta 8 - with pixel and battery voltage reading
|
|
snip (...) snip I question the significance of feature #1, but feature #2 sure is a neat trick. How do you do it? (18 years ago, 8-May-07, to lugnet.robotics.nxt)
|
|
| | pbLua Beta 8 - with pixel and battery voltage reading
|
|
All, I should get a life....another pbLua Beta - number 8 - is available at: (URL) What's so special about this one? Well it's got some significant new features including: 1. The ability to read an arbitrary pixel on the display 2. The ability to (...) (18 years ago, 8-May-07, to lugnet.robotics.nxt)
|
|
| | Re: New Beta 7 for pbLua is available
|
|
(...) pbLua Rocks with OSX ! Very good job Ralph! BtConsole works out of the box at OSX. Now cables are from the past :D This song is just for you! demo = {} demo.playMusic = function() vol=1 C1=261;C2=523;C3=1047;C4=2093; (...) (18 years ago, 7-May-07, to lugnet.robotics.nxt)
|
|
| | New Beta 7 for pbLua is available
|
|
All, Yes, I've been busy and I have yet another Beta of pbLua available in the Download link at: (URL) What's so special about this one? Well it's got some significant new features including: 1. The ability to turn the NXT off by pressing the orange (...) (18 years ago, 7-May-07, to lugnet.robotics.nxt)
|
|
| | Re: NBC arrays
|
|
(...) I misspoke here. It is not OP_REPLACE which requires that the output array be different from the input array. Using the same arrays as input and output with OP_REPLACE, in fact, is quite normal and usual. I was actually thinking of OP_ARRBUILD (...) (18 years ago, 5-May-07, to lugnet.robotics.nxt)
|