by chrisvo » Mon Apr 12, 2010 2:45 am
by chrisvo
Mon Apr 12, 2010 2:45 am
Hi. It's tricky - most of the Kondo stuff is completely in Japanese, and they are not very open with source code, and provide the most minimal information about protocols, etc. You will have much more support if you go with the Robotis options. I do not speak Japanese myself, and I am a cheapskate, so I have spent many hours reverse engineering, etc on the KHR-3HV, RCB-4, and ICS protocols so I can use the less expensive Kondo stuff...
I can answer some of these:
2. Yes, this all three are in the ICS 3.0 serial protocol.
3. Yes, over the ICS 3.0 serial protocol.
4. Yes, it's simple UART control over a serial bus. The RCB-4 is just a Renesas microcontroller. We plan to use an ARM 7 controller later this year to control our humanoids.
5. The manual for the ICS 3.0 protocol is here:
http://kondo-robot.com/pdf/ICS30CommandRef.pdf
It's in Japanese - Google Translate is your friend. The protocol is extremely simple.
6. As far as I know, no. Somewhat related, I'm working on a small C library for the RCB-4 control board:
https://bitbucket.org/vo/libkondo4/wiki/Home .
7. Not really. However, I have painstakingly created patches for the latest version of the Heart2Heart software bundled with the KHR-3HV:
http://robosavvy.com/forum/viewtopic.php?t=5931
8. There exists some English documentation for the construction of the KHR-3HV humanoid kit, and the RCB-4 control board, but currently, it is not publicly available. You must ask for it.
9. The Kondo serial servos are the best bang for buck. Strong and accurate. The main complaint about these servos is lack of support in English language...
11. Yes.
12. See (6) and (7) above for English code examples and software for controlling RCB-4.
Hi. It's tricky - most of the Kondo stuff is completely in Japanese, and they are not very open with source code, and provide the most minimal information about protocols, etc. You will have much more support if you go with the Robotis options. I do not speak Japanese myself, and I am a cheapskate, so I have spent many hours reverse engineering, etc on the KHR-3HV, RCB-4, and ICS protocols so I can use the less expensive Kondo stuff...
I can answer some of these:
2. Yes, this all three are in the ICS 3.0 serial protocol.
3. Yes, over the ICS 3.0 serial protocol.
4. Yes, it's simple UART control over a serial bus. The RCB-4 is just a Renesas microcontroller. We plan to use an ARM 7 controller later this year to control our humanoids.
5. The manual for the ICS 3.0 protocol is here:
http://kondo-robot.com/pdf/ICS30CommandRef.pdf
It's in Japanese - Google Translate is your friend. The protocol is extremely simple.
6. As far as I know, no. Somewhat related, I'm working on a small C library for the RCB-4 control board:
https://bitbucket.org/vo/libkondo4/wiki/Home .
7. Not really. However, I have painstakingly created patches for the latest version of the Heart2Heart software bundled with the KHR-3HV:
http://robosavvy.com/forum/viewtopic.php?t=5931
8. There exists some English documentation for the construction of the KHR-3HV humanoid kit, and the RCB-4 control board, but currently, it is not publicly available. You must ask for it.
9. The Kondo serial servos are the best bang for buck. Strong and accurate. The main complaint about these servos is lack of support in English language...
11. Yes.
12. See (6) and (7) above for English code examples and software for controlling RCB-4.