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

yonnitempo's profile - activity

2012-08-25 08:53:23 -0500 received badge  Famous Question (source)
2012-08-25 08:53:23 -0500 received badge  Notable Question (source)
2012-05-03 12:42:10 -0500 received badge  Popular Question (source)
2012-03-28 04:09:14 -0500 received badge  Taxonomist
2011-03-15 06:32:29 -0500 answered a question download source code

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.

2011-03-15 06:00:03 -0500 marked best answer download source code

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.

2011-03-15 06:00:03 -0500 received badge  Scholar (source)
2011-03-15 05:46:34 -0500 received badge  Supporter (source)
2011-03-14 12:51:58 -0500 marked best answer download source code

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.

2011-03-14 11:44:01 -0500 received badge  Student (source)
2011-03-14 05:08:02 -0500 asked a question download source code

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

I am trying to extend it.

Thanks!