-
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_naoqi_robot/README] Update for kinetic user #969
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
cee6365
add info about SDK path, more pkgs for step4
kochigami dd3ba6d
add explanation of installing mesh package
kochigami 5e8fedb
modify English
kochigami 707fbf6
change ros distro to kinetic
kochigami 5f65203
modify catkin build: add continue-on-failure option
kochigami 1dbdcde
add naoqi_dashboard temporary explanation for kinetic
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 |
---|---|---|
|
@@ -17,13 +17,27 @@ Then put the file under your ``pynaoqi`` folder. | |
2. Export environment variables in your ``.bashrc`` | ||
|
||
``` | ||
# Python NAOqi SDK version >= 2.5.5 | ||
export PYTHONPATH=$HOME/pynaoqi/pynaoqi-python2.7-2.5.5.5-linux64/lib/python2.7/site-packages:$PYTHONPATH | ||
|
||
# Python NAOqi SDK version < 2.5.5 | ||
export PYTHONPATH=$HOME/pynaoqi/<your Python SDK package name>:$PYTHONPATH | ||
|
||
export NAO_IP="olive.jsk.imi.i.u-tokyo.ac.jp" % OR IP address like "133.11.216.xxx" | ||
export ROS_IP="133.11.216.yyy" % OR run rossetip command to set ROS_IP | ||
``` | ||
% `pose_controller.py` in `naoqi_pose` imports `NaoqiNode` from `naoqi_node.py` in `naoqi_driver_py`. | ||
|
||
% `naoqi_node.py` imports `ALProxy` from `naoqi.py`. | ||
|
||
% `naoqi.py` is under `pynaoqi-python2.7-2.5.5.5-linux64/lib/python2.7/site-packages/` | ||
|
||
|
||
% NAO_IP is IP address of Pepper. Pepper tells you their address when pushing their belly button. | ||
|
||
% Please install ```ros-indigo-jsk-tools``` to use ```rossetip``` command. | ||
|
||
|
||
3. Install ROS packages for Pepper | ||
|
||
``` | ||
|
@@ -37,12 +51,6 @@ rosdep install -y -r --from-paths src --ignore-src | |
catkin build | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
source devel/setup.bash | ||
``` | ||
% In addition, please install ```ros-indigo-jsk-tools``` to use ```rossetip``` command. | ||
Otherwise, please write the line below in your ```.bashrc```. | ||
|
||
``` | ||
export ROS_IP="133.11.216.yyy" | ||
``` | ||
|
||
4. (optional) For Pepper developers | ||
|
||
|
@@ -51,6 +59,9 @@ Please add following source code for debugging. | |
``` | ||
cd catkin_ws/src | ||
wstool set pepper_robot --git http://github.com/ros-naoqi/pepper_robot | ||
wstool set naoqi_driver --git http://github.com/ros-naoqi/naoqi_driver | ||
wstool set naoqi_bridge --git http://github.com/ros-naoqi/naoqi_bridge | ||
wstool set naoqi_bridge_msgs --git http://github.com/ros-naoqi/naoqi_bridge_msgs | ||
``` | ||
|
||
NAO | ||
|
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.
Before executing
catkin build
, installingros-$ROS_DISTRO-pepper(nao)-meshes
manually is required in order to getpepper(nao).l