Skip to content

Commit f0a9355

Browse files
committed
Update README.md
1 parent 6e600a3 commit f0a9355

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

jsk_pepper_robot/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jsk_pepper_robot
44
setup environmnet
55
-----------------
66
```
7-
mkdir -p catkin_ws/semi/src
8-
cd catkin_ws/semi/src
7+
mkdir -p catkin_ws/src
8+
cd catkin_ws/src
99
wstool init src
1010
wstool merge -t src https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_pepper_robot/pepper.rosinstall
1111
wstool update -t src
@@ -14,6 +14,13 @@ catkin_make
1414
source devel/setup.bash
1515
```
1616

17+
Make sure that you have NAO_IP environment variable and PYTHON PATH to your NAOqi Python SDK path. So your `.bashrc` would be
18+
```
19+
source ~/catkin_ws/devel/setup.bash
20+
export PYTHONPATH=$HOME/pynaoqi:$PYTHONPATH
21+
export NAO_IP="olive.jsk.imi.i.u-tokyo.ac.jp"
22+
```
23+
1724
running demo
1825
------------
1926
```

0 commit comments

Comments
 (0)