-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #816 from kochigami/delete-unable-to-use-service
[jsk_201504_miraikan] mirai-demo-20150413.l: delete services we can't use now
- Loading branch information
Showing
2 changed files
with
88 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,62 @@ | ||
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/```. | ||
Requirements | ||
------------ | ||
|
||
- jsk_naoqi_robot environment: Please follow instructions [here](https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_naoqi_robot/README.md) | ||
- naoqi_driver (kochigami-develop) | ||
- naoqi_bridge_msgs (kochigami-develop) | ||
|
||
For the time being, please use `kochigami-develop` branch of `naoqi_driver` and `naoqi_bridge_msgs`. | ||
|
||
``` | ||
cd catkin_ws/src | ||
wstool set naoqi_driver --git https://github.com/ros-naoqi/naoqi_driver | ||
wstool set naoqi_bridge_msgs --git https://github.com/ros-naoqi/naoqi_bridge_msgs | ||
wstool update | ||
cd naoqi_driver | ||
git remote add kochigami https://github.com/kochigami/naoqi_driver.git | ||
git fetch kochigami | ||
git checkout -b kochigami-develop kochigami/kochigami-develop | ||
cd ../naoqi_bridge_msgs | ||
git remote add kochigami https://github.com/kochigami/naoqi_bridge_msgs.git | ||
git fetch kochigami | ||
git checkout -b kochigami-develop kochigami/kochigami-develop | ||
``` | ||
|
||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters