|
| | Re: Code Repository
|
| (...) As LDraw enthusiasts have discovered (via the lugnet.cad.dat.* hierarchy), having special newsgroups for these sorts of things really makes it nice to follow discussions that pop up as well, since they're simply lower-level nodes in the (...) (25 years ago, 16-Sep-99, to lugnet.robotics, lugnet.robotics.rcx.nqc, lugnet.admin.general)
| | | | Re: Code Repository
|
| (...) Hi Brian, Yea, if someone wanted to be an editor of the /robotics/rcx/nqc/ area of the www.lugnet.com website, a code repository would be very easy indeed to set up on LUGNET. For example, John VanZwieten is editor of the /cad/datsville/ area (...) (25 years ago, 16-Sep-99, to lugnet.robotics, lugnet.robotics.rcx.nqc)
| | | | Code Repository
|
| Anyone interested in setting up a code repository for NQC? It could be a place to look for cut and paste routines that you could use in your project. If you had a cool piece of code that had some reuse value, then you could upload it to the (...) (25 years ago, 16-Sep-99, to lugnet.robotics.rcx.nqc)
| | | | Re: NQC 2 Request
|
| Dave, Thanks for all the comments in the thread. As I have not looked at the API supplied by the firmware I did not realise that the NQC api was such a close match. Adding the functions as you have suggested is a very neat solution. It is nice to (...) (25 years ago, 16-Sep-99, to lugnet.robotics.rcx.nqc)
| | | | Re: NQC 2 Request
|
| (...) If anyone wants to add these functions into their own code... void OnFwdFor(const int m, const int &t) { Fwd(m); OnFor(m, t); } void OnRevFor(const int m, const int &t) { Rev(m); OnFor(m, t); } These should be efficient - everything will be (...) (25 years ago, 15-Sep-99, to lugnet.robotics.rcx.nqc)
| |