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 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
|
Source: ros-nodelet-core
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>,
Timo Röhling <roehling@debian.org>,
Build-Depends:
catkin (>= 0.8.10-1~),
debhelper-compat (= 13),
dh-ros,
dh-sequence-python3,
libbond-dev,
libbondcpp-dev,
libboost-dev,
libboost-thread-dev,
libclass-loader-dev,
libdynamic-reconfigure-config-init-mutex-dev,
libros-rosgraph-msgs-dev,
librosconsole-dev,
libroscpp-core-dev,
libroscpp-dev,
libroscpp-msg-dev,
libroslib-dev,
libsmc-dev,
libstd-msgs-dev,
libxmlrpcpp-dev,
pluginlib-dev,
python3-dev,
python3-dynamic-reconfigure,
python3-roslib,
ros-cmake-modules,
ros-message-generation,
ros-message-runtime,
uuid-dev,
Standards-Version: 4.7.0
Section: libs
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/nodelet_core
Vcs-Git: https://salsa.debian.org/science-team/ros-nodelet-core.git
Vcs-Browser: https://salsa.debian.org/science-team/ros-nodelet-core
Package: libnodelet-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libbondcpp-dev,
libboost-dev,
librosconsole-dev,
libstd-msgs-dev,
pluginlib-dev,
ros-cmake-modules,
ros-message-runtime,
uuid-dev,
${misc:Depends},
Description: Robot OS nodelet library - service header files
This package is part of Robot OS (ROS). Nodelet is designed to
provide a way to run multiple algorithms in the same process with
zero copy transport between algorithms. The nodelet base class needed
for implementing a nodelet, and the NodeletLoader class used for
instantiating nodelets are provided.
.
This package contains the development files for the service.
Package: cl-nodelet
Section: lisp
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: Robot OS nodelet library - service files - LISP
This package is part of Robot OS (ROS). Nodelet is designed to
provide a way to run multiple algorithms in the same process with
zero copy transport between algorithms. The nodelet base class needed
for implementing a nodelet, and the NodeletLoader class used for
instantiating nodelets are provided.
.
This package contains the LISP interface.
Package: libnodelet-topic-tools-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libboost-dev,
libboost-thread-dev,
libdynamic-reconfigure-config-init-mutex-dev,
${misc:Depends},
Description: Robot OS nodelet_topic_tools library - development files
This package is part of Robot OS (ROS). Nodelet is designed to
provide a way to run multiple algorithms in the same process with
zero copy transport between algorithms.
.
This package contains the development files for common nodelet tools
such as a mux, demux and throttle.
Package: libnodeletlib-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libbondcpp-dev,
libnodelet-dev,
libnodeletlib1d (= ${binary:Version}),
librosconsole-dev,
libroscpp-dev,
libstd-msgs-dev,
pluginlib-dev,
ros-message-runtime,
${misc:Depends},
${shlibs:Depends},
Description: Robot OS nodelet library - development
This package is part of Robot OS (ROS). Nodelet is designed to
provide a way to run multiple algorithms in the same process with
zero copy transport between algorithms. The nodelet base class needed
for implementing a nodelet, and the NodeletLoader class used for
instantiating nodelets are provided.
.
This package contains the development files for the library.
Package: libnodeletlib-tools
Architecture: any
Depends:
python3,
${misc:Depends},
${shlibs:Depends},
Multi-Arch: foreign
Description: Robot OS nodelet library - tools
This package is part of Robot OS (ROS). Nodelet is designed to
provide a way to run multiple algorithms in the same process with
zero copy transport between algorithms. The nodelet base class needed
for implementing a nodelet, and the NodeletLoader class used for
instantiating nodelets are provided.
.
This package contains the tools.
Package: libnodeletlib1d
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: Robot OS nodelet library
This package is part of Robot OS (ROS). Nodelet is designed to
provide a way to run multiple algorithms in the same process with
zero copy transport between algorithms. The nodelet base class needed
for implementing a nodelet, and the NodeletLoader class used for
instantiating nodelets are provided.
.
This package contains the library.
Package: python3-nodelet
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Robot OS nodelet library - service files - Python 3
This package is part of Robot OS (ROS). Nodelet is designed to
provide a way to run multiple algorithms in the same process with
zero copy transport between algorithms. The nodelet base class needed
for implementing a nodelet, and the NodeletLoader class used for
instantiating nodelets are provided.
.
This package contains the Python 3 interface.
Package: python3-nodelet-topic-tools
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: Robot OS nodelet_topic_tools library - Python 3 service files
This package is part of Robot OS (ROS). Nodelet is designed to
provide a way to run multiple algorithms in the same process with
zero copy transport between algorithms.
.
This package contains the generated Python 3 package for common
nodelet tools such as a mux, demux and throttle.
|