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

installing XV-11 driver git error

asked 2011-07-01 06:18:48 -0500

ringo42 gravatar image

updated 2011-07-05 16:31:12 -0500

tfoote gravatar image

I'm following the directions from here, http://www.ros.org/wiki/xv_11_laser_d... I installed Cturtle and then when I try to install the driver I get this.

linux$ rosinstall ~/cwru-ros-pkg /opt/ros/cturtle 'http://www.ros.org/wiki/xv_11_laser_driver/Tutorials/Running%20the%20XV-11%20Node?action=AttachFile&do=get&target=cwru-ros-pkg.rosinstall' rosinstall operating on /home/ringo/cwru-ros-pkg from specifications in rosinstall files /opt/ros/cturtle, http://www.ros.org/wiki/xv_11_laser_d... processing config_uri /opt/ros/cturtle ERROR: woah, unknown installation method git not installed, cannot create a git vcs client

So do I need to install GIT or is there another way?

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2011-07-01 08:03:09 -0500

fergs gravatar image

How about trying to install git:

sudo apt-get install git-core
edit flag offensive delete link more
0

answered 2011-07-01 06:28:01 -0500

ringo42 gravatar image

I downloaded the file and tried installing it like this

hold$ rosinstall ~/cwru-ros-pkg /opt/ros/cturtle 'cwru-ros-pkg.rosinstall' rosinstall operating on /home/ringo/cwru-ros-pkg from specifications in rosinstall files /opt/ros/cturtle, cwru-ros-pkg.rosinstall processing config_uri /opt/ros/cturtle ERROR: woah, unknown installation method git not installed, cannot create a git vcs client

but it still did not work.

edit flag offensive delete link more
0

answered 2011-07-01 09:59:11 -0500

Eric Perko gravatar image

You will have to install git. See @fergs answer for details on that for Ubuntu. I've also updated that tutorial with a step to install git if you don't have it already installed.

Note that the driver should also work against Diamondback, so feel free to install against that if you would prefer.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-07-01 06:18:48 -0500

Seen: 383 times

Last updated: Jul 05 '11