Skip to content
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

Issue with install #21

Open
ghost opened this issue Jan 23, 2017 · 3 comments
Open

Issue with install #21

ghost opened this issue Jan 23, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 23, 2017

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:

  1. Create new catkin_ws by following the link you provided

  2. cd /src

  3. catkin_ws/src$ wstool init //this line was from another issue posted because I had an error without it

  4. wstool set youbot_manipulation --git [email protected]:svenschneider/youbot-manipulation.git --version=indigo

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

After step 5) I received this error:
cody@cody-Aspire-M5-582PT:~/catkin_ws/src$ wstool update youbot_manipulation
[youbot_manipulation] Fetching [email protected]:svenschneider/youbot-manipulation.git (version indigo) to /home/cody/catkin_ws/src/youbot_manipulation
Cloning into '/home/cody/catkin_ws/src/youbot_manipulation'...
Permission denied (publickey).
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/cody/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/cody/catkin_ws/src/youbot_manipulation failed.

cody@cody-Aspire-M5-582PT:~/catkin_ws/src$

Do you have any idea why I am getting this error?

Thanks,
Cody

@shivangg
Copy link

You are using SSH to clone the repo the keys of which I'm afraid you have not configured correctly. Use the alternative method of cloning using https instead of SSH.

@Ahmed-Nouman
Copy link

Ahmed-Nouman commented Feb 22, 2017 via email

@arafatsh
Copy link

arafatsh commented Oct 4, 2019

do you guys know how to install it for kinetic when i try catkin_make it says error:shared_ptr in namespace std does not name a template type
??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants