 | | Re: ...2 years later... :-) (was: newbie again part 2)
|
|
Hello, for the benefit of the next guy reading this thread (probably in January 2006 :-) : Dave was right, the *.rcx file I was trying to feed to pbsim wasn't in the current directory. (I didn't notice that my Java environment, jEdit, had set the (...) (22 years ago, 10-Jan-04, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: Will the educational arm of Technic and Mindstorms continue, at least?
|
|
(...) I think it should continue, and i just posted this: (URL) couple seconds b4 seeing this thread. (22 years ago, 10-Jan-04, to lugnet.robotics, lugnet.general, lugnet.technic)
|
|
 | | Re: TLC to stop making Mindstorms/Movie sets?
|
|
(...) Getting finished with the software & licensed stuff i can understand, If software companies want Lego games, they could pay Lego for a license fee. I hate to see SW & HP go, 'cause they're are cool, but if it's hurting Lego now, move on. (...) (22 years ago, 10-Jan-04, to lugnet.general, lugnet.dear-lego, lugnet.robotics, FTX)
|
|
 | | Re: Will the educational arm of Technic and Mindstorms continue, at least?
|
|
(...) Yes, I would like to hear something official as well. I would have thought that as a moderator of the official MindStorms forum I would have been told something, but no. The exact same questions are being asked there and I have no solid (...) (22 years ago, 10-Jan-04, to lugnet.robotics, lugnet.general, lugnet.technic)
|
|
 | | Will the educational arm of Technic and Mindstorms continue, at least?
|
|
It seems like the writing is on the wall with regards to the retail sector for many of LEGO's more sophisticated lineups --- press releases abound about how LEGO is restructuring and eliminating all its electronics (which I assume means Mindstorms) (...) (22 years ago, 10-Jan-04, to lugnet.robotics, lugnet.general, lugnet.technic)
|
|
 | | Lego in trouble
|
|
(URL) ===...=== Glenn Holmer (Linux registered user #16682) ===...=== Don't say that you have no choice With no one to hear your voice You can shout and make no sound Or whisper up a storm ===...=== -Robin Trower, 1994 ===...=== (22 years ago, 10-Jan-04, to lugnet.robotics)
|
|
 | | Re: The BrickOS Task Manager
|
|
(...) This works. Steve ---- #include <unistd.h> #include <dbutton.h> #include <dmotor.h> int MotorSpeed = 0; int RunMotor() { while (!shutdown_requested()) { motor_a_dir(MotorSpeed); } return 0; } int CheckButton() { while (!shutdown_requested()) { (...) (22 years ago, 10-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Design by Contract (long post)
|
|
Thanks, Tim. I haven't used the #x idiom myself - I like it. Your implementation with the boolean: (...) Will need an extra level of parenthesis surrounding the bool so that its declaration scope is made local. You can certainly go to town with this (...) (22 years ago, 10-Jan-04, to lugnet.robotics.rcx, FTX)
|
|
 | | Re: Implementation of Installable Timers
|
|
(...) I'd go with the flag, myself. (...) Its certainly possible for the client timer to reinsert itself - therefore the recurring timer is not strictly required. It could be left out for space reasons. I'd probably either take it out and make it (...) (22 years ago, 10-Jan-04, to lugnet.robotics.rcx.legos)
|
|
 | | Re: The BrickOS Task Manager
|
|
(...) Sorry, I'm still just not getting it at all. I have type errors all over the place trying to pass arguments to my task. Could someone please simply email me or post an example of a program that starts, runs two or more threads, and will (...) (22 years ago, 10-Jan-04, to lugnet.robotics.rcx.legos)
|