Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kochigami committed Nov 17, 2018
1 parent aad152c commit 15fc7c3
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions jsk_naoqi_robot/jsk_201504_miraikan/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
jsk_201504_miraikan
===================

how to run demo
--------------
What is this?
-------------

For Japanese and English demo,
Please confirm the language (Japanese/ English). You can change it from Pepper's tablet -> setup. (Note: This function is under construction.)
Pepper@JSK introduces him/ herself.
Pepper can speak three languages (Japanese, Chinese and English).

For Chinese demo,
please move mp3 files in file directory you want Pepper to speak under ``` /home/nao/audio_file . If not, please make ```audio_file``` folder in ```/home/nao/```. You can use ```scp <file> nao@<Pepper IP>:/home/nao/audio_file/```.
How to run demo?
----------------

This demo was tested with Pepper (NAOqi version: 2.5.5.5) and ROS kinetic.

- (Optional) Preparation for Chinese demo

Please move mp3 files under `/jsk_201504_miraikan/file` to `/home/nao/audio_file` inside Pepper's PC.
You can log in to Pepper's PC by `ssh nao@<Pepper's IP>`.
If there is no `audio_file` folder, please make it under `/home/nao/`.
You can move mp3 files as follows:

```
roscd jsk_201504_miraikan
cd file
scp <file name> nao@<Pepper IP>:/home/nao/audio_file/
```

- Please execute these for all languages

```
roslaunch jsk_pepper_startup jsk_pepper_startup.launch
roslaunch nao_interaction_launchers nao_audio_interface.launch nao_ip:=<Pepper's IP>
roseus mirai-demo-2015-0413.l
demo (:en, :chi)
demo ; Japanese
demo :en ; English
demo :chi ; Chinese
```

0 comments on commit 15fc7c3

Please sign in to comment.