Java project which uses the RoboKind Basic API; for use with R50 RoboKind-based robot.
Contains classes with main methods for testing and example use. App.java is the most basic example, VisitorDemo.java builds on this. ExpressionDemo shows how to use the Expression class; GripDemo is a basic example which demonstrates the robot's grip. SensorsTest.java is the RoboKind example for connecting to the robot's sensors. JointTest. java is a class which demonstrates a joint's movements (between 0 and 1) and then sets it back to default. Finally, Demo.java is an example class which works with the standalone avatar.
- App.java
- ExpressionsDemo.java
- GripDemo.java
- JointTest.java
- SensorsTest.java
- VisitorDemo.java
- Demo.java
Contains a class with simple expressions that can be used.
- Expression.java
Contains settings and config class.
- SetSettings.java
Contains example code for use with face detection and tracking. Requires the native binaries to be run. This example should work but currently doesn't.
- FaceMonitor.java
- FaceTest.java
Lianne Meah (Subalary) FaceMonitor.java/FaceTest.java by Jason Pallack