| | Robo Rocks 2007
|
|
I am at the Robo Rocks 2007 robotics competition in Edison New Jersey with my team from the School for Enterprise Business and Technology. We are competing at the Middlesex County College and we are moments away from beginning! It is so exciting! (...) (17 years ago, 17-Dec-07, to lugnet.robotics, FTX)
|
|
| | Robo Rocks 2007
|
|
I am at the Robo Rocks 2007 robotics competition in Edison New Jersey with my team from the School for Enterprise Business and Technology. We are competing at the Middlesex County College and we are moments away from beginning! It is so exciting! (...) (17 years ago, 17-Dec-07, to lugnet.robotics, FTX)
|
|
| | robolabatceeo/college/tutorials Is not working
|
|
(URL) not working. This is the go to place for VisionCamera. Being a classic example of deferred content, I was never able to copy it. I need this badly. May someone suggest an alternative? (URL) (17 years ago, 12-Dec-07, to lugnet.robotics.rcx.robolab)
|
|
| | Re: RoboLab
|
|
(...) Dear Elizabeth, Thank you for your support. I have purchased 2.9.4 and look forward to using LabView Student Version, if NI lets me have it, with the patch NI offers to run the RCX & NXT. My work with the Lego camera is developing on two (...) (17 years ago, 11-Dec-07, to lugnet.robotics.rcx.robolab)
|
|
| | Re: Solved Virtual Memory problem! (was: I can't get the RCX 1.5 software to run on WinXP)
|
|
(...) Might be a 16bit/32bit problem (or similar 24/32bit), precisely 1GB (coded on 32 bits) could return 0 when truncated to 16 or 24 bits by old software. 3000MB truncated to 16 or 24 bits might be OK. Philo (17 years ago, 10-Dec-07, to lugnet.robotics.rcx)
|
|
| | 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)
|
|
| | Re: Need help combining steering with odometry in NXC
|
|
(...) If you are really following a line then you should use a traditional line following algorithm rather than try to use motor synchronization and turn ratios. There isn't any reason to synchronize the motors since following a line usually (...) (17 years ago, 5-Dec-07, to lugnet.robotics)
|
|
| | any video of LEGO fire fighting bots?
|
|
I'm giving a demo on Saturday of the Trinity College Robot Fire Fighting contest. There are likely to be a lot of LEGO bot builders there (Fort Collins has one of the biggest FIRST LEGO League followings in the country). I'll be showing some videos (...) (17 years ago, 5-Dec-07, to lugnet.robotics)
|
|
| | Re: Need help combining steering with odometry in NXC
|
|
(...) Update: upon a couple more hours' testing, I found that the above command actually prevents the bot from turning at all. It will only turn if I pass at least RESET_BLOCK_COUNT for the last parameter (of course other combinations that include (...) (17 years ago, 4-Dec-07, to lugnet.robotics)
|
|
| | Re: I can't get the RCX 1.5 software to run on WinXP
|
|
(...) I've got some more info, but it doesn't seem to help. Searching on "Director Player" and "Virtual Memory" turns up tons of hits on other software, totally unrelated to the RCX. But in every case, the listed workaround is the same- increase (...) (17 years ago, 4-Dec-07, to lugnet.robotics.rcx)
|
|
| | Need help combining steering with odometry in NXC
|
|
I'm working on an NXT bot to do the Trinity College Fire Fighting Robot Contest ((URL) at least well enough to get through this Saturday's demo at the local science museum. At the moment, I'm just trying to get the robot to follow the wall (which is (...) (17 years ago, 4-Dec-07, to lugnet.robotics)
|
|
| | Re: NXT compatible bluetooth adapters
|
|
I have a older no-name one with BlueSoleil. But that one didn't work with the instruction I followed. (...) (17 years ago, 4-Dec-07, to lugnet.robotics)
|
|
| | Re: NXT compatible bluetooth adapters
|
|
At the very beginning, I could get the BlueSoleil (the software with an orange in the middle) connect to NXT, no problem. But it was no use, as long as Lego software can't find the bluetooth. But that was only at the beginning. I can't reproduce (...) (17 years ago, 4-Dec-07, to lugnet.robotics)
|
|
| | Re: motor command question
|
|
Hi Patty, I can't really answer this question other to say that I had exactly the same problem a while ago. I talked to LEGO tech support to no avail and they actually sent me a replacement block to fix the problem. However when I got it I had (...) (17 years ago, 3-Dec-07, to lugnet.robotics.nxt)
|
|
| | Re: motor command question
|
|
Because the motors start to turn, then the program reaches the end, and exits. You need to tell the program to "wait for" something after the motors start. Steve (...) (17 years ago, 3-Dec-07, to lugnet.robotics.nxt)
|
|
| | I can't get the RCX 1.5 software to run on WinXP
|
|
Help! I installed the RCX 1.5 software on my WinXP machine. I got no errors during setup, but when I tried to run it I got an error saying it needs 3MB of virtual memory. Running with Win95 compatability settings didn't help. I looked around on the (...) (17 years ago, 3-Dec-07, to lugnet.robotics.rcx)
|