You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reference, I am using Ubuntu 14.04 and ROS Indigo.
I am trying to follow your install, and this is what I have done so far:
Create new catkin_ws by following the link you provided
cd /src
catkin_ws/src$ wstool init //this line was from another issue posted because I had an error without it
wstool set youbot_manipulation --git [email protected]:svenschneider/youbot-manipulation.git --version=indigo
wstool update youbot_manipulation //This is where I got the error below
[youbot_manipulation] Fetching [email protected]:svenschneider/youbot-manipulation.git (version indigo) to /home/youbot/catkin_ws/src/youbot_manipulation
Cloning into '/home/youbot/catkin_ws/src/youbot_manipulation'...
ssh: Could not resolve hostname github.com: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Exception caught during install: Error processing 'youbot_manipulation' : [youbot_manipulation] Checkout of [email protected]:svenschneider/youbot-manipulation.git version indigo into /home/youbot/catkin_ws/src/youbot_manipulation failed.
ERROR in config: Error processing 'youbot_manipulation' : [youbot_manipulation] Checkout of [email protected]:svenschneider/youbot-manipulation.git version indigo into /home/youbot/catkin_ws/src/youbot_manipulation failed.
Requesting you to let me know what mistake I am making so that i can resolve subject concerned.
Thanks in advance for your support.
The text was updated successfully, but these errors were encountered:
Hello,
For reference, I am using Ubuntu 14.04 and ROS Indigo.
I am trying to follow your install, and this is what I have done so far:
Create new catkin_ws by following the link you provided
cd /src
catkin_ws/src$ wstool init //this line was from another issue posted because I had an error without it
wstool set youbot_manipulation --git [email protected]:svenschneider/youbot-manipulation.git --version=indigo
wstool update youbot_manipulation //This is where I got the error below
[youbot_manipulation] Fetching [email protected]:svenschneider/youbot-manipulation.git (version indigo) to /home/youbot/catkin_ws/src/youbot_manipulation
Cloning into '/home/youbot/catkin_ws/src/youbot_manipulation'...
ssh: Could not resolve hostname github.com: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Exception caught during install: Error processing 'youbot_manipulation' : [youbot_manipulation] Checkout of [email protected]:svenschneider/youbot-manipulation.git version indigo into /home/youbot/catkin_ws/src/youbot_manipulation failed.
ERROR in config: Error processing 'youbot_manipulation' : [youbot_manipulation] Checkout of [email protected]:svenschneider/youbot-manipulation.git version indigo into /home/youbot/catkin_ws/src/youbot_manipulation failed.
Requesting you to let me know what mistake I am making so that i can resolve subject concerned.
Thanks in advance for your support.
The text was updated successfully, but these errors were encountered: