Re: 6wd with double rack-and-pinion steering
Posted: 01 Oct 2011, 15:32
I once made a 4x2 which could be steered like that and while I think it is fun it is just not worth the effort in my opinion. I can't do it with the current design anyway, as I'm one motor short.
I'm done with the tricky part of the programming so I should be fine from here. (I guess most people here on the forum sees me more as a programmer than a builder.) The tricky parts where to compile the PC software I needed for the BT communication and connecting the NXT via BT. The latter was almost the most difficult, it took about an hour of attempts to get it working, trying 5 different USB-ports for the dongle. It even ended up screwing up the connection to my USB-speakers... Well, it all seems to be working fine now...
So I now have a working C++ program which communicates with a NXC program on the NXT via BT. Now I need to make an GUI for the C++ program and manage the motors in the NXC program. I just forgot all the motor commands in NXC, so I have to review those...
I'm done with the tricky part of the programming so I should be fine from here. (I guess most people here on the forum sees me more as a programmer than a builder.) The tricky parts where to compile the PC software I needed for the BT communication and connecting the NXT via BT. The latter was almost the most difficult, it took about an hour of attempts to get it working, trying 5 different USB-ports for the dongle. It even ended up screwing up the connection to my USB-speakers... Well, it all seems to be working fine now...
So I now have a working C++ program which communicates with a NXC program on the NXT via BT. Now I need to make an GUI for the C++ program and manage the motors in the NXC program. I just forgot all the motor commands in NXC, so I have to review those...