ros-ros 1.15.8-5 source package in Ubuntu

Changelog

ros-ros (1.15.8-5) unstable; urgency=medium

  * Add patch to drop distutils

 -- Jochen Sprickerhof <email address hidden>  Mon, 19 Jun 2023 22:28:24 +0200

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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ros-ros_1.15.8-5.dsc 2.8 KiB 15b09a8a8f08763b643a28fcb9b5ee378c9b6aeeaf5a0d4fc3b92fffff266386
ros-ros_1.15.8.orig.tar.gz 175.1 KiB 2cece46697585e55db415c5ddb4be935641b70c8a220f761a8e551225f133e40
ros-ros_1.15.8-5.debian.tar.xz 8.6 KiB 7c0b2afb3a8227f03c93f34cf36d95c27095bc2f4986513df1fb2718a85f5c4a

Available diffs

No changes file available.

Binary packages built by this source

libroslib-dev: development files for roslib (Robot OS)

 This package is part of Robot OS (ROS). It provides the base
 dependencies and support libraries for ROS. roslib contains many of
 the common data structures and tools that are shared across ROS
 client library implementations.
 .
 This package contains the development files for the library.

libroslib0d: No summary available for libroslib0d in ubuntu noble.

No description available for libroslib0d in ubuntu noble.

libroslib0d-dbgsym: No summary available for libroslib0d-dbgsym in ubuntu noble.

No description available for libroslib0d-dbgsym in ubuntu noble.

python3-rosboost-cfg: No summary available for python3-rosboost-cfg in ubuntu noble.

No description available for python3-rosboost-cfg in ubuntu noble.

python3-rosclean: cleanup Robot OS filesystem resources (e.g. logs) (Python 3)

 This package is part of Robot OS (ROS). rosclean purge will remove
 directories associated with storing ROS-related log files. You will
 be asked to confirm each deletion and it is important that you verify
 the command that rosclean purge executes is correct.
 .
 This package contains the Python 3 library.

python3-roscreate: Robot OS empty package template creator (Python 3)

 This package is part of Robot OS (ROS). It provides roscreate-pkg
 which creates empty ROS package templates and thus addresses the
 common problem of packages being created using pre-existing packages,
 which leads to errors in build files and manifests. The tool creates a
 new package directory, including the appropriate build and manifest
 files.
 .
 This package contains the Python 3 library.

python3-roslib: Python 3 library for roslib (Robot OS)

 This package is part of Robot OS (ROS). It provides base dependencies
 and support libraries for ROS. roslib contains many of the common
 data structures and tools that are shared across ROS client library
 implementations.
 .
 This package contains the Python 3 library.

python3-rosmake: No summary available for python3-rosmake in ubuntu noble.

No description available for python3-rosmake in ubuntu noble.

python3-rosunit: Unit-testing package for ROS (Python 3)

 This package is part of Robot OS (ROS). python3-rosunit is a
 lower-level library for rostest and handles unit tests, whereas
 rostest handles integration tests. It's an internal tool for running
 unit tests within ROS. While it can be run by a regular user, most
 users will generally use rosunit indirectly via rosbuild test macros.
 .
 This package contains the Python 3 library.

ros-mk: Robot OS make file helpers

 This package is part of Robot OS (ROS). It is a collection of make
 include files for building ROS architectural elements. Most package
 authors should use cmake.mk, which calls CMake for the build of the
 package. The other files in this package are intended for use in
 exotic situations that mostly arise when importing 3rdparty code.

rosbash: Assorted shell commands for using Robot OS with bash

 This package is part of Robot OS (ROS). The rosbash package contains
 some useful bash functions and adds tab-completion to a large number
 of the basic ros utilities. The package includes limited support for
 zsh and tcsh by way of sourcing the roszsh or rostcsh files
 respectively. It doesn't provide documentation on these shells,
 though much of the functionality is similar to the bash shell
 extensions.

rosbuild: scripts for managing the Robot OS build system

 This package is part of Robot OS (ROS). Rosbuild solves the core
 problem of gathering appropriate build flags from, and tracking
 dependencies in, the ROS package tree. The macros provided by
 rosbuild automatically inherit the union of build flags exported by
 packages on which your package depends.

roslang: Common metapackage for all Robot OS client libraries

 This package is part of Robot OS (ROS). It is mainly used to find
 client libraries (via 'rospack depends-on1 roslang'). The roslang
 package is only of interest to those implementing a ROS client
 library. Client libraries mark themselves as such by depending on
 the roslang package, which allows rosbuild and other tools to perform
 appropriate actions, such as msg- and srv-based code generation. The
 roslang package itself contains no actual code.