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

Revision history [back]

click to hide/show revision 1
initial version

On ubuntu 18, you can install most ros dependencies from the apt repository using apt-get; it works well here and I do not get the errors you are reporting. apt-get knows to install the python2 files needed for melodic.

sudo apt-get install ros-melodic-sensor-msgs sudo apt-get install ros-melodic-tf2-sensor-msgs

On ubuntu 18, you can install most ros dependencies from the apt repository using apt-get; it works well here and I do not get the errors you are reporting. apt-get knows to install the python2 files needed for melodic.

``` sudo apt-get install ros-melodic-sensor-msgs ros-melodic-sensor-msgs

sudo apt-get install ros-melodic-tf2-sensor-msgs ```

On ubuntu 18, you can install most ros dependencies from the apt repository using apt-get; it works well here and I do not get the errors you are reporting. apt-get knows to install the python2 files needed for melodic.

```

sudo apt-get install ros-melodic-sensor-msgs

ros-melodic-sensor-msgs sudo apt-get install ros-melodic-tf2-sensor-msgs ```