Closed kakehashi closed 8 years ago
The result of cd ~/catkin_ws/src & ls
is below:
CMakeLists.txt jsk_robot nao_robot naoqi_bridge
and nao_interaction
is not found, so we git clone https://github.com/ros-naoqi/nao_interaction.git
.
Can we catkin_make
these without following the setup instruction https://github.com/jsk-ros-pkg/jsk_robot/tree/master/jsk_pepper_robot
?
Please attach the result of wstool info
cd ~/catkin_ws/src
wstool info
Thank you for your advise,
leus@mirai1:~/catkin_ws$ cd ~/catkin_ws/src
leus@mirai1:~/catkin_ws/src$ wstool info
workspace: /home/leus/catkin_ws/src
Localname S SCM Version-Spec UID (Spec) URI (Spec) [http(s)://...]
--------- - ---- ------------ ----------- ---------------------------
jsk_robot git master 2704edf5af57 github.com/jsk-ros-pkg/jsk_robot.git
nao_robot git master 5cdff78fa61a github.com/ros-naoqi/nao_robot.git
nao_interaction x git master /home/leus/catkin_ws/src/https/github.com/ros-naoqi/nao_interaction.git
naoqi_bridge git master 7c2769dd2b38 github.com/ros-naoqi/naoqi_bridge.git
Also detected these repositories in the workspace, add using 'wstool set':
Localname SCM URI [http(s)://...]
--------- ---- -------------------
nao_interaction_2014-12-19-20-21-20 --git github.com/ros-naoqi/nao_interaction.git
leus@mirai1:~/catkin_ws/src$
I see
cd ~/catkin_ws/src
wstool set --git nao_interaction https://github.com/ros-naoqi/nao_interaction.git
wstool update nao_interaction
This patch will solve this problem!
@kakehashi Any update? If this problem was already solved, please close this issue.
Hi, I know it's not my place to say this and I don't have the permission, but I think it's ok to close.
Current pepper.rosinstall is used to pick only jsk_robot
.
Hi, @kochigami and I were doing the operations in https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_pepper_robot/README.md
The operations above made ~/catkin_ws/src/src directory, so we've deleted it first by $ rm -r ~/catkin_ws/src/src and then by using GUI (which means throwing the src-folder into the trash). Then we continued
and got the error messages below
The situation looks a bit like https://github.com/start-jsk/2014-semi/issues/21, but we've already set ssh keys.
Please help us!!!