svenschneider / youbot-manipulation

38 stars 41 forks source link

Issue with Install #22

Open mohitsarang opened 7 years ago

mohitsarang commented 7 years ago

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 git@github.com:svenschneider/youbot-manipulation.git --version=indigo

wstool update youbot_manipulation //This is where I got the error below

[youbot_manipulation] Fetching git@github.com: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 git@github.com: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 git@github.com: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.

shivangg commented 7 years ago

Just use the regular git clone -b indigo https://github.com/svenschneider/youbot-manipulation.git if wstool give trouble.

arafatsh commented 4 years ago

how can i install it for kinetic it says fatal: remote branch kinetic not found in upstream origion???