The Examples :
- General Example:
- located on Reeti in /home/reetiDevel/Samples/Java API/JavaExamples/src/main/java/JavaExamples/JavaExamples/GeneralExample.java
- use various functionality of the API to interract with the Reeti.
- The example will basically make the Reeti move react to his movement and make him speech.
- Camera Example:
- located on Reeti in /home/reetiDevel/Samples/Java API/JavaExamples/src/main/java/JavaExamples/JavaExamples/CameraSample.java
- allows to use the cameras in the Reeti's eyes
- Player Example:
- located on Reeti in /home/reetiDevel/Samples/Java API/JavaExamples/src/main/java/JavaExamples/JavaExamples/PlayerSample.java
- allows to make executes the differents files used by the REETI
- Pose Example:
- located on Reeti in /home/reetiDevel/Samples/Java API/JavaExamples/src/main/java/JavaExamples/JavaExamples/PoseSample.java
- allows to set the position of the motors at a given speed and poll the current position of the motors
- Talking Example:
- located on Reeti in /home/reetiDevel/Samples/Java API/JavaExamples/src/main/java/JavaExamples/JavaExamples/TalkingSample.java
- allows to make the Reeti talks and get back information from the bookmarks set up in the text.
Bitbucket Repository : Java API Samples