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

Upload packages to respositories

asked 2014-01-19 09:53:23 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi all! Im working on a Pharo library for writing ROS nodes, also in some tools based on this technology and some commands for infraestructure.

I am wanting to start to use apt-get for installation because of facility. I was thinking in upload in ubuntu developer, but then im quite sure it will be better to have it here.

How do i get a space for uploading my work? I searched through site and google without cool results, there is any tutorial? there is any standar process?

Thank you very much!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
6

answered 2014-01-19 14:05:36 -0500

130s gravatar image

updated 2014-01-20 11:24:48 -0500

ROS has nice and powerful releasing envionment.

"Releasing" your package allows you to install your package via debian binary (ie. via apt-get on Ubuntu). You can start from looking at "Get Involved" wiki page and specifically at Release Binary Packages section, where its tutorial using bloom is linked from.

Before starting that tutorial, you have to have at least your package publicly accessible on a distributed revision control system such as github, code.google.com, bitbucket etc. Being comfortable with SCM tools (eg. git, svn, hg) would be very helpful (or almost required) if you're not yet.

edit flag offensive delete link more

Comments

Thank you very much! It's very usefull information!

sbragagnolo gravatar image sbragagnolo  ( 2014-01-20 01:24:30 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-01-19 09:53:23 -0500

Seen: 392 times

Last updated: Jan 20 '14