ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

git clone https://github.com/pribot/rbx1.git

asked 2015-11-21 00:33:29 -0500

RL90 gravatar image

updated 2015-11-21 04:46:16 -0500

gvdhoorn gravatar image

I read about the book ros_by_example_indigo_volume_1 , first time i tap

git clone https://github.com/pribot/rbx1.git

it print

Username for 'https://github.com'

im sure it not talking about 'my own' username.

second i tap

git clone --depth=1 https://github.com/pirobot/rbx1.git

it worked , but when i tap

git checkout indigo-devel

it print:

error: pathspec 'indigo-devel' did not match any file(s) known to git.

I download the zip form web page and unzip it to my ~/catkin_ws/src and try to catkin_make, nothing happen. how can i do next?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-11-21 04:46:01 -0500

gvdhoorn gravatar image
git clone https://github.com/pribot/rbx1.git

It is indeed pirobot/rbx1.git, not pribot.

git checkout indigo-devel

This works for me, but only if I clone pirobot/rbx1.git. I don't know whether the pribot/rbx1.git repository contains such a branch.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-11-21 00:33:29 -0500

Seen: 2,079 times

Last updated: Nov 21 '15