 | | Re: Spawning threads in NBC
|
|
(...) I stop a thread the manual way: #define STOP_OTHER_THREAD() \ set bOtherThreadEnable, FALSE dseg segment bOtherThreadEnable byte TRUE ends thread main start OtherThread // John's great invention //... STOP_OTHER_THREAD() // ... endt thread (...) (19 years ago, 30-Jan-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Spawning threads in NBC
|
|
(...) I'm trying to leave you alone John, but I haven't been too successful :). (19 years ago, 30-Jan-07, to lugnet.robotics.nxt)
|
| |
 | | Re: WIP - Red Quad
|
|
Hello Eric! (...) The legs show a high flexiblity! Great! Why are there wheels on the feets? Are there wheels so that they feets legs do not slipping away? I think a time abot the Mindstorms NXT and I think about how to use this in a Mecha. Nice to (...) (19 years ago, 30-Jan-07, to lugnet.build.mecha, lugnet.robotics.nxt, FTX)
|
| |
 | | NBC and NXC API macro testing (bluetooth-related)
|
|
If you have 2 NXTs lying around and you are moderately interested in testing some potentially interesting new NBC and NXC API macros then I would definitely be interested in hearing from you via email. I have written a few additions to the NXTDefs.h (...) (19 years ago, 30-Jan-07, to lugnet.robotics, lugnet.robotics.nxt)
|
| |
 | | Re: WIP - Red Quad
|
|
(...) Ah-ha! That explains my strange building habits lately. Hopefully the merger will mean I'll get an equal portion of the extensive Sophie part collection. I mean, if you doesn't know where he got it, you won't miss it right? -a (19 years ago, 30-Jan-07, to lugnet.build.mecha, lugnet.robotics.nxt)
|
| |
 | | NXC/NBC release news
|
|
I have posted beta 24 of NBC/NXC. Here's the list of fixes and new features: Version 1.0.1.b24 ---...--- - Fixes a preprocessor bug in NBC and NXC that is triggered by not having a ')' at the end of a macro invocation (or anywhere following in the (...) (19 years ago, 29-Jan-07, to lugnet.robotics, lugnet.robotics.nxt)
|
| |
 | | RE: Spawning threads in NBC
|
|
In practicality, it is not a good practice to kill another thread without some sort of synchronization anyway. However, if one thread is not responding for a long period of time, it will be good to allow the parent thread to terminate it. (...) (19 years ago, 29-Jan-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Spawning threads in NBC
|
|
(...) Unfortunately, there really isn't any way to implement a mechanism for stopping a thread from another thread (without firmware modifications). John Hansen (19 years ago, 29-Jan-07, to lugnet.robotics.nxt)
|
| |
 | | Re: Spawning threads in NBC
|
|
(...) Is there any plan to create a way to stopped threads that have been spawned in this way (similar to NQC)? (19 years ago, 29-Jan-07, to lugnet.robotics.nxt)
|
| |
 | | FW: Another Challenge. Performance Comparison
|
|
Dick, 2 questions: 1) Regarding the benchmark code used for performance analysis. How about something which will require intense sensor feedback? How about simple alignment code? I really want to stick with RCX for teaching as kids have to do a lot (...) (19 years ago, 29-Jan-07, to lugnet.robotics.nxt, lugnet.robotics.rcx)
|