 | | Re: File Error - what does it exactly mean?
|
|
(...) Well, I try to allocate all memory available for one big array and then deal with it using my own memory manager with C-like calls of malloc and free. It works fine, but I'd need to know how big this one array I can make while the program (...) (19 years ago, 17-Aug-07, to lugnet.robotics.nxt)
|
| |
 | | Re: File Error - what does it exactly mean?
|
|
(...) You've got 32k to work with for all variables of all types, including user-defined types and arrays. Every time you manipulate an array you use up more memory due to copying taking place in the VM. If you shared with me some information about (...) (19 years ago, 17-Aug-07, to lugnet.robotics.nxt)
|
| |
 | | Re: File Error - what does it exactly mean?
|
|
(...) But I am getting it when trying to allocate an array that is larger than the amount of heap available. And it seems there is no way of checking how much space remains free, so I have no way of preventing this File Error! from happening if I (...) (19 years ago, 17-Aug-07, to lugnet.robotics.nxt)
|
| |
 | | Re: NXT R/C Car Drifting (NXT GT)
|
|
(...) You might try the wheels of these vehicles: (2 URLs) are made from hard plastic. Congratulations for your work! Philo (19 years ago, 17-Aug-07, to lugnet.robotics.nxt)
|
| |
 | | NXT R/C Car Drifting (NXT GT)
|
|
Hi, I just uploaded a video of a NXT Bluetooth R/C Car which is called "NXT GT". I've found many NXT based cars (includes R/C or non R/C) and a uniquie point of NXT GT is that we succeeded to make the NXT GT Drifting! (URL) The trick of NXT GT (...) (19 years ago, 17-Aug-07, to lugnet.robotics.nxt)
|