 | | Re: OS-X driver for the Vision Command cam ?
|
|
(...) good for anything else. Does anyone else's run faster? (19 years ago, 17-May-07, to lugnet.robotics.vc)
|
| |
 | | Re: circular pointer
|
|
(...) There's something about that too in the same book. If I have some time this weekend I'll try to figure that one out. (thanks for the pointer, I'd forgotten about it) linmix (19 years ago, 17-May-07, to lugnet.robotics)
|
| |
 | | Re: circular pointer
|
|
(...) Another way to accomplish the same result with less code and less memory is to use exponential smoothing. (see Wikipedia) The method uses coefficients between 0 and 1, but if you want to use integers you can always use the integer numerator (...) (19 years ago, 16-May-07, to lugnet.robotics)
|
| |
 | | Re: Building and downloading NXT firmware
|
|
(...) Thanks for trying: You need just to look at the NXTGCC project. You should probably be able to start by reading nxt.pdf at (URL) then install either the winarm or (URL) toolchains. Finally download the zip file from (URL) see if you can (...) (19 years ago, 14-May-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: circular pointer
|
|
(...) I should have written: 'array' (...) OK, undefined is not the same as zero, that makes sense (in a way). I looked up how to initialise an array and according to Dave Baum's NQC Guide "The initial values for an array's elements cannot be (...) (19 years ago, 14-May-07, to lugnet.robotics)
|