Home | Blog | Project | About Me | Downloads |
Robovie Files:
Download Page for RobovieMaker2 (linked through google translate)
Current version of Robovie installer as of May 10, 2010
RobotProject and motion files for KTX-PC Pro
RobotProject and motion files for KTX-PC(non-Pro)
PICO820 Drivers and Manuals
RobovieMaker2 Manual
Instructions to make Japanese characters display correctly
Suggested Folder Structure for using Robovie (PDF)
Make your KTX-PC Walk guide
Guide to make KTX respond to game controllerCode Files:
Working SDK Visual Studio 2008 Solution
Sample SDK C# Program
main.cpp for playmotionfile
VSRC003_SDK.h
If you use the header file to make a project make sure to go to the project menu select (your project name) properties and in the window that pops select configuration properties -> linker-> input and in the additional dependencies box add VSRC003_SDK.lib. Also place VSRC003_SDK.lib, VSRC003_SDK.dll, and rclib.dll in the folder that has the .sln file. If you problems with TCHAR select project properties and in the popup window under configuration properties -> general in the character set box, select use Multi-Byte Character set.
SDK related Files:
Layout of KTX's memory and what each cell represents
VSRC003 SDK Manual
VSRC003 SDK Manual Japanese version
VSRC003_SDK.lib (required for VSRC003_SDK.h to work)
VSRC003_SDK.dll (required for VSRC003_SDK.h to work)
rclib.dll (required for VSRC003_SDK.h to work)Other Resources:
A demo video
Kumotek's development blog.