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
|
Source: ros-angles
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:
debhelper-compat (= 13),
dh-ros,
dh-sequence-python3,
ament-cmake,
ament-cmake-googletest <!nocheck>,
ament-cmake-pytest <!nocheck>,
python3-all,
python3-setuptools,
Standards-Version: 4.7.2
Section: libs
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/angles
Vcs-Browser: https://salsa.debian.org/science-team/ros-angles
Vcs-Git: https://salsa.debian.org/science-team/ros-angles.git
Description: Robot OS set of simple math utilities to work with angles
This package is part of Robot OS (ROS). The utilities cover simple
things like normalizing an angle and conversion between degrees and
radians. But even if you're trying to calculate things like the
shortest angular distance between two joint space positions of your
robot, but the joint motion is constrained by joint limits, this
package is what you need. The code in this package is stable and well
tested. There are no plans for major changes in the near future.
Package: libangles-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends:
ament-cmake-core,
${misc:Depends},
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package contains the development files.
Package: python3-angles
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: ${source:Synopsis} (Python 3)
${source:Extended-Description}
.
This package contains the Python 3 binding.
|