| | Solved Virtual Memory problem! (was: I can't get the RCX 1.5 software to run on WinXP)
|
|
Okay, I got it working. Here's the short version of the problem: I installed the RCX 1.5 software on a WinXP machine with 1GB of memory. The installation went fine. When I tried to run the program, it beeped and hung with a blanked screen. After (...) (17 years ago, 9-Dec-07, to lugnet.robotics.rcx)
|
|
| | Re: NXTLog sumo Event
|
|
The deadline for the NXTLog sumo (Dec 15th) is approaching. The details are posted here: (URL) summarize: Create a sumo robot, and post it to NXTLog (on the LEGO MINDSTORMS web site). Several robots will be selected and built, using instructions & (...) (17 years ago, 5-Dec-07, to lugnet.robotics)
|
|
| | Re: any video of LEGO fire fighting bots?
|
|
(...) (URL) the video can be found here-- (URL) little slow, mind you--sorry about that. Dave K (17 years ago, 5-Dec-07, to lugnet.robotics)
|
|
| | RE: any video of LEGO fire fighting bots?
|
|
Joe, Certainly there have been instances of lego robots in the contest. The department at Trinity College sponsoring the competition sells videos of the competition each year. I have several of those from years long past. I bought them from the (...) (17 years ago, 5-Dec-07, to lugnet.robotics)
|
|
| | Re: Need help combining steering with odometry in NXC
|
|
(...) Here is a line follower from my book, NXT Power Programming: #define SLOW_SPEED 25 #define FAST_SPEED 75 #define EYE_PORT S1 #define EYE_VALUE SENSOR_1 int BlackThreshold; int WhiteThreshold; inline int min(int v1, int v2) { return (v1 < v2) ? (...) (17 years ago, 5-Dec-07, to lugnet.robotics)
|