ros-diagnostics 1.11.0+ds-1 source package in Ubuntu

Changelog

ros-diagnostics (1.11.0+ds-1) unstable; urgency=medium

  * Drop repacksuffix number
  * New upstream version 1.11.0+ds
  * Drop Python 3 patch (no longer needed)

 -- Jochen Sprickerhof <email address hidden>  Mon, 03 Jan 2022 22:41:13 +0100

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.11.0+ds-1.dsc 3.3 KiB 142b54080a87439728383e0cd0670aa53858986d739e353eb9f10db98beeec62
ros-diagnostics_1.11.0+ds.orig.tar.xz 74.2 KiB 398289d1663f7d1bcb91101410d09418fd8846bfb2afa5dd3877e3998b554e90
ros-diagnostics_1.11.0+ds-1.debian.tar.xz 7.3 KiB 780b87850f4e948485234b4148763fb5e8746ea980c62a8f1e625065b499f272

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.