1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
Source: ros-diagnostics
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>,
Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
Johannes 'josch' Schauer <josch@debian.org>
Build-Depends: debhelper-compat (= 13), catkin (>= 0.8.10-1~), python3-all, python3-setuptools, dh-sequence-python3, libdiagnostic-msgs-dev, pluginlib-dev, libroscpp-dev, python3-rospy, librostest-dev, librosbag-dev, libbondcpp-dev, libgtest-dev, python3-rostest <!nocheck>, python3-diagnostic-msgs <!nocheck>, python3-psutil <!nocheck>, python3-rosbag <!nocheck>, python3-bondpy <!nocheck>
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/diagnostics
Vcs-Browser: https://salsa.debian.org/science-team/ros-diagnostics
Vcs-Git: https://salsa.debian.org/science-team/ros-diagnostics.git
Package: libdiagnostic-aggregator-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libdiagnostic-aggregator1d (= ${binary:Version}), ${misc:Depends}, libdiagnostic-msgs-dev, pluginlib-dev, libroscpp-dev, python3-rospy, librostest-dev, libxmlrpcpp-dev
Description: 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.
Package: libdiagnostic-aggregator1d
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: 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.
Package: libdiagnostic-aggregator-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3
Multi-Arch: foreign
Description: 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.
Package: python3-diagnostic-analysis
Section: python
Architecture: all
Multi-Arch: allowed
Depends: ${python3:Depends}, ${misc:Depends}
Description: 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.
Package: libdiagnostic-updater-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libdiagnostic-updater0d (= ${binary:Version}), libdiagnostic-msgs-dev, libroscpp-dev, librostest-dev
Description: 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.
Package: libdiagnostic-updater0d
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: 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.
Package: python3-diagnostic-updater
Section: python
Architecture: all
Multi-Arch: allowed
Depends: ${python3:Depends}, ${misc:Depends}, python3-rospy, python3-diagnostic-msgs
Description: 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.
Package: python3-diagnostic-common-diagnostics
Section: python
Architecture: any
Multi-Arch: allowed
Depends: ${python3:Depends}, ${misc:Depends}
Description: 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.
Package: libself-test-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libdiagnostic-msgs-dev, libdiagnostic-updater-dev, libroscpp-dev, librostest-dev
Description: 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.
Package: libself-test-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3
Multi-Arch: foreign
Description: 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.
Package: rosdiagnostic
Section: python
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: 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.
|