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
|
Source: ros-actionlib
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,
libactionlib-msgs-dev,
libboost-dev,
libboost-filesystem-dev,
libboost-regex-dev,
libboost-thread-dev,
libconsole-bridge-dev,
libgtest-dev,
libros-rosgraph-msgs-dev,
librosconsole-dev,
libroscpp-core-dev,
libroscpp-dev,
libroscpp-msg-dev,
libroslib-dev,
librostest-dev,
libstd-msgs-dev,
libxmlrpcpp-dev,
python3-actionlib-msgs,
python3-all,
python3-roslaunch,
python3-rosnode,
python3-rospy,
python3-rostest,
python3-rostopic,
python3-rosunit,
python3-setuptools,
ros-actionlib-msgs,
ros-message-generation,
ros-roscpp-msg,
ros-rosgraph-msgs,
ros-std-msgs,
Standards-Version: 4.7.0
Section: libs
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://wiki.ros.org/actionlib
Vcs-Browser: https://salsa.debian.org/science-team/ros-actionlib
Vcs-Git: https://salsa.debian.org/science-team/ros-actionlib.git
Description: Robot OS actionlib library
This package is part of Robot OS (ROS). The actionlib stack provides
a standardized interface for interfacing with preemptable
tasks. Examples of this include moving the base to a target location,
performing a laser scan and returning the resulting point cloud,
detecting the handle of a door, etc.
Package: libactionlib1d
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package contains the library itself.
Package: cl-actionlib
Section: lisp
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: ${source:Synopsis} - LISP interface
${source:Extended-Description}
.
This package contains the LISP binding.
Package: libactionlib-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libactionlib-msgs-dev,
libactionlib1d ( = ${binary:Version}),
libboost-thread-dev,
libroscpp-dev,
libstd-msgs-dev,
python3,
python3-rosunit,
ros-message-generation,
${misc:Depends},
${python3:Depends},
Description: ${source:Synopsis} - development files
${source:Extended-Description}
.
This package contains the development files.
Package: python3-actionlib
Section: python
Architecture: all
Depends:
python3-actionlib-msgs,
python3-genpy,
python3-geometry-msgs,
python3-move-base-msgs,
python3-rospy,
python3-std-msgs,
${misc:Depends},
${python3:Depends},
Description: ${source:Synopsis} - Python 3 interface
${source:Extended-Description}
.
This package contains the Python 3 binding.
Package: python3-actionlib-tools
Section: python
Architecture: all
Depends:
python3-actionlib,
python3-actionlib-msgs,
python3-roslib,
python3-rospy,
python3-rostopic,
python3-wxgtk4.0,
python3-yaml,
${misc:Depends},
${python3:Depends},
Description: ${source:Synopsis} - Python 3 interface
${source:Extended-Description}
.
This package contains the Python 3 binding and tools.
|