-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[jsk_201504_miraikan] mirai-demo-20150413.l: delete services we can't use now #816
Merged
k-okada
merged 8 commits into
jsk-ros-pkg:master
from
kochigami:delete-unable-to-use-service
Nov 21, 2018
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
2484f14
[jsk_201504_miraikan] delete services we can't use now
kochigami 01c06e8
Merge branch 'master' into delete-unable-to-use-service
k-okada 95e0164
Merge remote-tracking branch 'origin/master' into delete-unable-to-us…
kochigami 765a66f
check ALife, add change language function
kochigami aad152c
action for https://github.com/jsk-ros-pkg/jsk_robot/issues/823
kochigami 15fc7c3
update README
kochigami ec3db18
delete unnecessary load-ros-package
kochigami 5421f55
update README: add information about required packages
kochigami File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have to add Naoqi version and ROS version which I confirmed that this works.
In addition, I have to add version of other packages which this package depends on.