https://github.com/michdo93/pepper-java-example
A simple example how to use the Java SDK with the pepper robot
https://github.com/michdo93/pepper-java-example
Last synced: about 2 months ago
JSON representation
A simple example how to use the Java SDK with the pepper robot
- Host: GitHub
- URL: https://github.com/michdo93/pepper-java-example
- Owner: Michdo93
- Created: 2022-05-23T11:08:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T11:14:57.000Z (about 4 years ago)
- Last Synced: 2025-03-04T00:45:30.216Z (over 1 year ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pepper-java-example
A simple example how to use the Java SDK with the pepper robot. The sample eclipse Java project will connect with a pepper robot under a given ip. Then it will create a tts service. After that the robot will say "Hello World!".
The Java project was created for NAOqi version 2.5. You have to download the Java SDK first and then import it as external library.
```
wget https://community-static.aldebaran.com/resources/2.5.10/Java%20SDK/java-naoqi-sdk-2.5.6.5-linux64%20%281%29.jar
```