ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
All audio_common
packages appear to state their dependencies correctly in their package manifests.
That leads to two questions:
audio_common
packages from sources? This seems to suggest a simple apt install ros-lunar-audio-common
should workrosdep install --from-paths /your/catkin_ws/src -i
? Refer to #q252478 for an example workflow.As a general recommendation: always prefer to use apt
on Ubuntu. Only build packages from source if you have to.
2 | No.2 Revision |
All audio_common
packages appear to state their dependencies correctly in their package manifests.
That leads to two questions:
audio_common
packages from sources? This seems to suggest a simple apt install ros-lunar-audio-common
should workrosdep install --from-paths /your/catkin_ws/src -i
? Refer to #q252478 for an example workflow.As a general recommendation: always prefer to use apt
on Ubuntu. Only build packages from source if you have to.
Edit:
Forgive the naivete but how do I know if there is a package I can install through apt?
I believe #q320046 should clear this up.