Home | Blog | Project | About Me | Downloads |
Develop a protocol that instructs a KTX under program control from a PC.
- Communication should be wireless.
- The protocol can direct a command to a specific robot.
- Design a library of functions for basic behaviors.
- The functions should have parameters (e.g. raise_left_arm(height, speed)).
- Consider using a layered approach:
- set of low level primitive states (poses)
- set of basic activities (functions) that consist of primitive states
- functions with parameters that employ the basic activities to perform a task
- Write a PC program using the library that has the KTX accomplish a task and modifying a behavior from within the program (like walking faster).
Due to difficulties the documentation and the original environment presented the goal of the project became to make adequate documentation and tutorials to create a base for further development.