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

Revision history [back]

This error message tells you that the ROS Package diagnostic_updater is missing.

There can be some reasons for that:

  1. Is your workspace sourced correctly?
  2. Is your ROS Distro sourced correctly?
  3. When you compile it from source are your dependencies set correctly?

If its even not installed I think you just can

sudo apt-get install ros-kinetic-diagnostics

Than the package which is missing is installed.