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

Source location for installed packages - Groovy

asked 2013-06-05 04:09:55 -0500

In groovy (maybe only catkin packages) the source code for installed packages do not appear in the package directories (i.e. the directory found using roscd). I know the source code can be found in the original repository, but this may not be exactly what is installed. Is there a tarball somewhere that captures the source code for a particular installed version.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-06-05 04:18:45 -0500

mjcarroll gravatar image

updated 2013-06-05 04:19:42 -0500

I believe that you can find the source code as part of the *-release repositories.

For instance, if you wanted the source code for the 1.9.30 release of Rviz in Hydro for Quantal, you can go to Github:

https://github.com/ros-gbp/rviz-release/tree/debian/ros-hydro-rviz_1.9.30-0_quantal

Bloom automates the creation of the specific branches and tags for the released versions. This is the source that the buildfarm then uses to generate the debs.

The release repositories will be listed in the rosdistro repository

Edit: Forgot to mention that Github allows for downloading tarballs of git tags, such as:

https://github.com/ros-gbp/rviz-release/archive/debian/ros-hydro-rviz_1.9.30-0_quantal.tar.gz

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-05 04:09:55 -0500

Seen: 121 times

Last updated: Jun 05 '13