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

Is it possible to have rosdep set-up a ubuntu ppa on your system as part of dependency validation?

asked 2011-02-21 06:11:30 -0500

John Hoare gravatar image

updated 2014-01-28 17:09:12 -0500

ngrennan gravatar image

Is it possible to have rosdep set-up a ubuntu ppa on your system as part of dependency validation?

Of course, if you have already added the PPA to your system, you can put a dependency on that package, but is there a way for rosdep to also add that ppa to your system as well?

(On newer ubuntu versions this is done by "sudo add-apt-repository ppa:user/ppa-name")

edit retag flag offensive close merge delete

3 Answers

Sort by » oldest newest most voted
0

answered 2017-11-07 09:58:04 -0500

peci1 gravatar image

As tfoote explained in https://answers.ros.org/question/7021... , this will never be possible officially and automatically (and I'm glad for it!).

The best option is to ask users of your package to add the PPA manually, and then you can even have a rosdep rule for your dependency.

edit flag offensive delete link more
2

answered 2011-02-21 10:51:44 -0500

kwc gravatar image

This is currently not possible, but it's a feature we hope to add (or would help implementing)

edit flag offensive delete link more
0

answered 2011-10-20 01:36:21 -0500

updated 2011-10-20 01:42:19 -0500

What is the status of this wish? As maintainer of ROS packages, this would be very helpful!

As an alternative, I am considering the following two lines:

add-apt-repository ppa:user/ppa-name

apt-get install package

Although I do not know what happens with add-apt-repository if it is already present, hopefully nothing.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2011-02-21 06:11:30 -0500

Seen: 1,055 times

Last updated: Nov 07 '17