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

Problem checking out navigation 1.8.3

asked 2013-02-22 01:21:47 -0500

ChengXiang gravatar image

Hi, I was trying to checkout navigation 1.8.3 from github to my workspace. The commands I used are,

rosws set navigation --git https://github.com/ros-planning/navigation
/tree/navigation-1.8.3
rosws update

However, when doing update, I received the error:

[navigation] Fetching https://github.com/ros-planning/navigation
/tree/navigation-1.8.3 (version None) to /home/chengxiang/sim_workspace/navigation
WARNING [vcstools] Command failed: 'git clone --recursive https://github.com
/ros-planning/navigation/tree/navigation-1.8.3 /home/chengxiang/sim_workspace
/navigation'
 errcode: 128:
fatal: https://github.com/ros-planning/navigation/tree/navigation-1.8.3/info/refs 
not found: did you run git update-server-info on the server?
[/vcstools]
Exception caught during install: Error processing 'navigation' : [navigation]   
Checkout of https://github.com/ros-planning/navigation/tree/navigation-1.8.3 
version None into /home/chengxiang/sim_workspace/navigation failed.

ERROR in config: Error processing 'navigation' : [navigation] Checkout of   
https://github.com/ros-planning/navigation/tree/navigation-1.8.3 version None 
into /home/chengxiang/sim_workspace/navigation failed.

I am not familar with github at all so I don't have a clue what's wrong.Could anyone please advise? I am using ROS-fuerte on Ubuntu 12.04. Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-02-22 03:26:40 -0500

KruseT gravatar image

You cannot clone a tag or branch from github using that url.

Instead, do:

rosws set navigation --git https://github.com/ros-planning/navigation --version-new navigation-1.8.3
rosws update navigation
edit flag offensive delete link more

Comments

Thanks KruseT. It works.

ChengXiang gravatar image ChengXiang  ( 2013-02-22 16:11:47 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-02-22 01:21:47 -0500

Seen: 229 times

Last updated: Feb 22 '13