File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ jsk_pepper_robot
4
4
setup environmnet
5
5
-----------------
6
6
```
7
- mkdir -p catkin_ws/semi/ src
8
- cd catkin_ws/semi/ src
7
+ mkdir -p catkin_ws/src
8
+ cd catkin_ws/src
9
9
wstool init src
10
10
wstool merge -t src https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_pepper_robot/pepper.rosinstall
11
11
wstool update -t src
@@ -14,6 +14,13 @@ catkin_make
14
14
source devel/setup.bash
15
15
```
16
16
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
+
17
24
running demo
18
25
------------
19
26
```
You can’t perform that action at this time.
0 commit comments