 | | Re: Vendita mattoncini Lego
|
|
Ciao ringrazio tutti quelli che hanno ordinato dei pezzi. Vi segnalo che nel weekend ho aggiunto un altro migliaio di pezzi di varie forme e colori che avevo via per vari progetti che ho abbandonato. (URL) che lo sconto sui pezzi per i membri di (...) (18 years ago, 5-Dec-07, to lugnet.org.it.itlug.market)
|
| |
 | | Re: Ecco il primo semestre 2008
|
|
Luca Giannitti ha scritto: (...) Il mio povero portafoglio!!!! GIuliano (18 years ago, 5-Dec-07, to lugnet.org.it.itlug)
|
| |
 | | Re: ISCC4
|
|
Luca Giannitti ha scritto: (...) Ti voterei, ma non so come fare!! GIuliano ;-) (18 years ago, 5-Dec-07, to lugnet.org.it.itlug)
|
| |
 | | 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) ? (...) (18 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 (...) (18 years ago, 5-Dec-07, to lugnet.robotics)
|