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

download source code

asked 2011-03-14 05:08:02 -0500

yonnitempo gravatar image

Is it posible to download the source code of the project?

I am trying to extend it.

Thanks!

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
3

answered 2011-03-14 07:43:10 -0500

KoenBuys gravatar image

updated 2011-03-14 11:43:56 -0500

kwc gravatar image

Which project do you mean? ROS is a combination of different repositories each hosting their packages (Repository list) you can get an introduction here and its concepts

The core packages can be found in the willow garage repository and on the Ros code site:

You can look at the get involved site.

edit flag offensive delete link more
2

answered 2011-03-14 12:37:50 -0500

Eric Perko gravatar image

If you install rosinstall you can then use the roslocate tool. To get the source link for a given package or stack, all you would have to do then is something like

roslocate uri <package_or_stack_name>

and it will output the full URI to the source repository for that package or stack.

Note that the code probably won't be very useful to you unless you have a working ROS installation.

edit flag offensive delete link more
-1

answered 2011-03-15 06:32:29 -0500

yonnitempo gravatar image

Thank you for your quick responses.

I am trying to extend the OMPL project: http://www.ros.org/wiki/ompl The problem when accesing the svn repositories for this package is that I cannot find the source code I am looking for. I have been browsing through the SVNs repos of this project, and I could not find my self in the code.

So, the best choice is to go directly to the main site of the project: http://ompl.kavrakilab.org/ There you can get it itself, with IDE and all... So, I will try this one. Then, if I success, I will try to export to ROS.

Once again, thank you. Your posts have been very helpfull to get a global picture of ROS.

edit flag offensive delete link more

Comments

The CTurtle ompl ros package, as part of it's build step, downloads a paricular version of OMPL from the main project site. This would be a reason why you can't find the OMPL source as part of the ompl ROS package's source, since it is only downloaded at build time.
Eric Perko gravatar image Eric Perko  ( 2011-03-15 06:47:44 -0500 )edit

Question Tools

Stats

Asked: 2011-03-14 05:08:02 -0500

Seen: 2,729 times

Last updated: Mar 15 '11