ros-diagnostics 1.10.4+ds1-4 source package in Ubuntu

Changelog

ros-diagnostics (1.10.4+ds1-4) unstable; urgency=medium

  * Ignore failing tests

 -- Jochen Sprickerhof <email address hidden>  Wed, 27 Oct 2021 12:36:18 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ros-diagnostics_1.10.4+ds1-4.dsc 3.3 KiB bdc5aff1a4e472c7e30821ff6e0126861d0ff5cf26df952b939fef7bd7497595
ros-diagnostics_1.10.4+ds1.orig.tar.xz 73.5 KiB d72e033965bc13f99660facd615ebe82cd94b34877e81b4dec0de3b0267aa5ae
ros-diagnostics_1.10.4+ds1-4.debian.tar.xz 8.7 KiB 8b2460e91c1d0d2f70d19280632bda70d85db1d9dc3623ddf580496ff824d189

Available diffs

No changes file available.

Binary packages built by this source

libdiagnostic-aggregator-dev: development files for diagnostic_aggregator (Robot OS)

 The diagnostic_aggregator contains a ROS node, aggregator_node, that listens
 to diagnostic_msgs/DiagnosticArray messages on the /diagnostics topic,
 processes and categorizes the data, and republishes on /diagnostics_agg. The
 aggregator_node loads "Analyzer" plugins to perform the diagnostics processing
 and categorization. The configuration and setup for each diagnostic aggregator
 is specific to each robot and can be determined by users or developers.
 .
 This package contains the development files for the library.

libdiagnostic-aggregator-tools: Robot OS diagnostic_aggregator tools

 The diagnostic_aggregator contains a ROS node, aggregator_node, that listens
 to diagnostic_msgs/DiagnosticArray messages on the /diagnostics topic,
 processes and categorizes the data, and republishes on /diagnostics_agg. The
 aggregator_node loads "Analyzer" plugins to perform the diagnostics processing
 and categorization. The configuration and setup for each diagnostic aggregator
 is specific to each robot and can be determined by users or developers.
 .
 This package contains the tools.

libdiagnostic-aggregator-tools-dbgsym: debug symbols for libdiagnostic-aggregator-tools
libdiagnostic-aggregator1d: library for diagnostic_aggregator (Robot OS)

 The diagnostic_aggregator contains a ROS node, aggregator_node, that listens
 to diagnostic_msgs/DiagnosticArray messages on the /diagnostics topic,
 processes and categorizes the data, and republishes on /diagnostics_agg. The
 aggregator_node loads "Analyzer" plugins to perform the diagnostics processing
 and categorization. The configuration and setup for each diagnostic aggregator
 is specific to each robot and can be determined by users or developers.
 .
 This package contains the C library.

libdiagnostic-aggregator1d-dbgsym: debug symbols for libdiagnostic-aggregator1d
libdiagnostic-updater-dev: development files for diagnostic_updater (Robot OS)

 This package is part of Robot OS (ROS). diagnostic_updater contains tools for
 easily updating diagnostics. it is commonly used in device drivers to keep
 track of the status of output topics, device status, etc.
 .
 This package contains the development files for the library.

libdiagnostic-updater0d: library for diagnostic_updater (Robot OS)

 This package is part of Robot OS (ROS). diagnostic_updater contains tools for
 easily updating diagnostics. it is commonly used in device drivers to keep
 track of the status of output topics, device status, etc.
 .
 This package contains the shared library.

libdiagnostic-updater0d-dbgsym: debug symbols for libdiagnostic-updater0d
libself-test-dev: development files for self_test (Robot OS)

 This package is part of Robot OS (ROS). It uses the diagnostic_updater to
 perform a self test on a driver, using a special service call.
 .
 This package contains the development files for the library.

libself-test-tools: Robot OS self_test tools

 This package is part of Robot OS (ROS). It uses the diagnostic_updater to
 perform a self test on a driver, using a special service call.
 .
 This package contains the tools.

libself-test-tools-dbgsym: debug symbols for libself-test-tools
python3-diagnostic-analysis: Python library diagnostic_analysis (Robot OS)

 This package is part of Robot OS (ROS). The diagnostic_analysis package can
 convert a log of diagnostics data into a series of CSV files. Robot logs are
 recorded with rosbag, and can be processed offline using the scripts in this
 package.

python3-diagnostic-common-diagnostics: Python library diagnostic_common_diagnostics (Robot OS)

 This package is part of Robot OS (ROS). The diagnostic_common_diagnostics
 package can convert a log of diagnostics data into a series of CSV files.
 Robot logs are recorded with rosbag, and can be processed offline using the
 scripts in this package.

python3-diagnostic-updater: Python library diagnostic_updater (Robot OS)

 This package is part of Robot OS (ROS). The diagnostic_updater package can
 convert a log of diagnostics data into a series of CSV files. Robot logs are
 recorded with rosbag, and can be processed offline using the scripts in this
 package.

rosdiagnostic: command line tool to print aggregated diagnostic (Robot OS)

 This package is part of Robot OS (ROS). It contains a command to print
 aggregated diagnostic contents to the command line.