Does rosdep support installing dependencies from PPAs?
This is a fresh post regarding the question raised here.
Basically, I'd like to know if installing ROS package dependencies from a third-party apt repository is supported/recommended. I understand that non-debian users would still need to install these packages from source.
I see at least one third-party apt repository added in the rosdistro/rosdep/base.yaml, see lines 540-552
However, based on the discussion here , and REPS 111, 112 and 125 - I get the feeling that embedding bash commands and adding apt-repos in a rosdep.yaml is frowned upon.
What is the best way to add system dependencies from a third-party apt repository to a ROS package?
/daniel