| | Possible bug? Simple light sensor condition checking.
|
|
I tried my own skill on writing a program for the included lego test pad (RIS 2.0), and I discovered something weird. The following code does set the conditions right, but the following code doesn't set the conditions right if I comment out the (...) (17 years ago, 16-Jul-07, to lugnet.robotics.rcx.legos)
|
|
| | Program doesn't work
|
|
Does someone know why motors on RCX are not working with this code: #include<unistd.h> #include<conio.h> #include<dsensor.h> #include<dmotor.h> int main(int argc, char **argv){ ds_active(&SENSOR_1); while(1){ if(TOUCH_1){ dlcd_show(LCD_ARMS); (...) (17 years ago, 14-Jul-07, to lugnet.robotics)
|
|
| | New NXC/NBC release is available
|
|
I have released today beta 31 of NBC/NXC. Lots and lots of fixes and enhancements. Some of your code may not compile due to fixes that I have made to the parser. It used to let things get past which it should not have been allowing such as extra (...) (17 years ago, 13-Jul-07, to lugnet.robotics.nxt)
|
|
| | Fwd: Robotics - Stolen Life (fwd)
|
|
Hello I'm wondering if you can help me. I am an independent filmmaker. I have just released the DVD of a new film "Stolen Life". Stolen Life is an unusual science fiction story populated entirely by industrial (non-humanoid) robots. Do you know of (...) (17 years ago, 13-Jul-07, to lugnet.robotics)
|
|
| | RunBot
|
|
I saw this on Slashdot: (URL) find it interesting that parts of this robot are TECHNIC-esque. That and the fact that the robot walks and runs like a real person. (17 years ago, 13-Jul-07, to lugnet.robotics, lugnet.technic)
|