ros-ros 1.14.2-1 source package in Ubuntu
Changelog
ros-ros (1.14.2-1) unstable; urgency=medium * New upstream version 1.14.2 * Update standards version -- Jochen Sprickerhof <email address hidden> Sat, 28 Oct 2017 10:19:00 +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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ros-ros_1.14.2-1.dsc | 2.9 KiB | 346de2cdea629ab5653aaf4c8f013babf292701b3df2b62dcf55e06c900e9bdc |
ros-ros_1.14.2.orig.tar.gz | 163.9 KiB | f2231438c5e12c27989ec02b27aa6badabdba8da4b9ecefe3359dde8174f4c8a |
ros-ros_1.14.2-1.debian.tar.xz | 6.8 KiB | 8f5415197dc29de806a34f65777242586422249cf9d890e9796b24861651963f |
Available diffs
- diff from 1.14.1-1 to 1.14.2-1 (2.6 KiB)
- diff from 1.14.1-1build1 (in Ubuntu) to 1.14.2-1 (2.6 KiB)
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: library 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 C library.
- libroslib0d-dbgsym: debug symbols for libroslib0d
- python-rosboost-cfg: No summary available for python-rosboost-cfg in ubuntu cosmic.
No description available for python-rosboost-cfg in ubuntu cosmic.
- python-rosclean: cleanup Robot OS filesystem resources (e.g. logs)
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.
- python-roscreate: Robot OS empty package template creator
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.
- python-roslib: No summary available for python-roslib in ubuntu cosmic.
No description available for python-roslib in ubuntu cosmic.
- python-rosmake: rosmake is a Robot OS dependency aware build tool
This package is part of Robot OS (ROS). rosmake is a tool to assist
with building ROS packages. It facilitates building packages that
have dependencies, allowing all dependencies to be built in the
correct order.
- python-rosunit: Unit-testing package for ROS
This package is part of Robot OS (ROS). python-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.
- 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: No summary available for rosbash in ubuntu cosmic.
No description available for rosbash in ubuntu cosmic.
- 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.