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

Unable to install stacks from Kforge

asked 2011-09-10 07:40:13 -0500

Paul0nc gravatar image

Sorry for the newbie question, but this does not appear to be covered in the StackInstallation tutorial or any other documentation I can find. When I attempt to install the pr2_mechanism_model (or any other stack whose repository is on kforge), I get the following error:

% svn co https://kforge.ros.org/pr2mechanism/hg/file/6d505613a901/pr2_mechanism_model pr2_mechanism_model svn: The OPTIONS response did not include the requested activity-collection-set; this often means that the URL is not WebDAV-enabled

Any assistance would be appreciated. Thanks, Paul.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2011-09-10 08:30:38 -0500

joq gravatar image

That stack is using Mercurial, not Subversion.

$ roslocate info pr2_mechanism
- hg:
    local-name: pr2_mechanism
    uri: https://kforge.ros.org/pr2mechanism/hg

Try something like:

$ hg clone https://kforge.ros.org/pr2mechanism/hg pr2_mechanism
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2011-09-10 07:40:13 -0500

Seen: 494 times

Last updated: Sep 10 '11