-
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
Conversation
@kochigami I am facing the same problem as this problem(#963 (comment)), and I am trying to solve this problem. |
@708yamaguchi |
jsk_naoqi_robot/README.md
Outdated
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
Before executing catkin build
, installing ros-$ROS_DISTRO-pepper(nao)-meshes
manually is required in order to get pepper(nao).l
I also added explanations about installing mesh files to create nao.l and pepper.l. As a next step (not this pull-request), I have to check other readme such as |
Travis passed. |
jsk_naoqi_robot/README.md
Outdated
|
||
``` | ||
export ROS_IP="133.11.216.yyy" | ||
catkin build |
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.
catkin build -c
is better? because many packages are abandoned when one package failed to be compiled.
https://gist.github.com/kochigami/c29acd6ca562752d834996c6b51f89ad
Travis passed. @k-okada |
My PC was broken, so I had to set new environment for Pepper and NAO.
I followed this README, and I modified some parts which I thought information was not enough.