 | | Control a microScout
|
|
Greetings from Venezuela!!! How can I use a MicroScout as a third motor on my RCX, I own a RIS 1.5 and a DDK or Can I control the MicroScout from the IR Tower? Thanks!! Juan (23 years ago, 27-Jun-02, to lugnet.robotics)
|
|
 | | Re: Dead reckoning (was Re: Rover Programming)
|
|
(...) If you haven't already, check out (URL) was able to get quite precise dead-reckoning w/ a Lego bot by programming a PID-type controller. - Gareth (23 years ago, 27-Jun-02, to lugnet.robotics)
|
|
 | | Re: control multiple mindstorms robots using 1 IR tower!
|
|
(...) found it! BattleBricks at (URL) the "Remote Control" link under "Support" on the sidebar on the left. (23 years ago, 27-Jun-02, to lugnet.robotics.rcx)
|
|
 | | Re: pbForth vs RCX 1.0
|
|
Thanks, Just to make sure, let's take an example. Let's say that I have two RCX, named A and B. What if the program in RCX B is waiting for a character on the instruction KEY and RCX A sends a character, let's say '5' (ASCII 52) with 52 EMIT ? That (...) (23 years ago, 27-Jun-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | kits on sale - Toronto area
|
|
I was recently at the Cookstown factory outlet (located at highway 400 and 89, north of Toronto) which has a LEGO outlet store. The store currently has Vision Command on sale for $52.99 Can (regular price $149.99) and Exploration Mars $49.99 Can (...) (23 years ago, 27-Jun-02, to lugnet.robotics)
|
|
 | | Re: Rover Programming
|
|
(...) Try this (leJos): import josx.platform.rcx.*; import josx.util.*; import josx.robotics.Navigator; public class Test { public static void main (String[] arg) throws Exception { int size = 100; Navigator nav = new RotationNavigator( ( float)8.5, (...) (23 years ago, 27-Jun-02, to lugnet.robotics)
|
|
 | | Re: Rover Programming
|
|
(...) While we're talking about programming rovers, could someone give me an example of a 'spiral drive around behavior' in either RCX Code (v1.5) or Gordon's Brick Programmer? Or how about code with two rotation sensors attached to the (...) (23 years ago, 27-Jun-02, to lugnet.robotics)
|
|
 | | Dead reckoning (was Re: Rover Programming)
|
|
(...) A systematic search pattern is one solution. Not being too anal about it is another - random walking the domain will eventually explore the whole of it, although increasingly inefficiently as time goes on. (...) It's killing me. My first (...) (23 years ago, 27-Jun-02, to lugnet.robotics)
|
|
 | | Re: pbForth vs RCX 1.0
|
|
"Mario Beaulieu" <mariobeaulieu@videotron.ca> writes... (...) Yes. I run pbForth on RCX 1.0, 1.5 and 2.0. No differences. (...) No, to my knowledge. In pbForth the IR port is entirely devoted to communication between the brick and the terminal. (...) (23 years ago, 27-Jun-02, to lugnet.robotics.rcx.pbforth)
|
|
 | | Light Sensor Problem
|
|
Hello, I have been trying out the demo programs in legOS. all demos worked fine except linetrack.c. When I download linetrack.lx in the RCX (RCX2.0) and put it on the test pad that comes with mind storm the bot goes srtaight. It does not recognize (...) (23 years ago, 27-Jun-02, to lugnet.robotics.rcx.legos)
|