Package: gurumdds-3.2 Priority: optional Section: devel Installed-Size: 6940 Maintainer: GurumNetworks, Inc. Architecture: amd64 Version: 3.2.19-resolute Filename: pool/main/g/gurumdds-3.2/gurumdds-3.2_3.2.19-resolute_amd64.deb SHA512: 4c0bd0472f8b00d7669e3bc1cb7b071a6907517549f524ab45806f51dc8c20aa00508997fc623132dcff6d14af8b114cd389d4bc807b8cda3a96cd0b44f6210f Size: 2621016 SHA256: cbee11e807ce29a02d37375eb38fa54a13b1e84073f5b2c77c8f6aaec555452b SHA1: fd9cf26f556469c12127609b4c057e69c0411597 MD5sum: 739819cd74fee121ae4fab79da58fdf1 Description: DDS Implementation by GurumNetworks, Inc. Package: python3-bloom Priority: optional Section: python Installed-Size: 616 Maintainer: William Woodall Architecture: all Version: 0.14.4+upstream-1 Depends: python3:any (>= 3.6~), python3-yaml, python3-empy, python3-packaging, python3-rosdep (>= 0.15.0), python3-rosdistro (>= 0.8.0), python3-vcstools (>= 0.1.22), python3-catkin-pkg (>= 0.4.3), python3 (>= 3.10) | python3-importlib-metadata (>= 3.6), python3 (>= 3.10) | python3-importlib-resources (>= 5.0), python3 (>= 3.11) | python3-tomli (>= 1), python3-tomli-w Conflicts: python-bloom Filename: pool/main/p/python3-bloom/python3-bloom_0.14.4+upstream-1_all.deb SHA512: d83be51436d40dee557e03f78da3e5e246035fb3f3846f1725a7b5d29f29145f0613b5166da548ac9614f0efeabd60c7e897334597335dac4ffe94cec8934a49 Size: 74512 SHA256: 0afd19c87420c71c1df030138c05cccdf25c7e5d9e0013a031459f61a3a1efd7 SHA1: b51a3dbb44d87ee10f0491a5cbff1cc9d3889a82 MD5sum: c3ca9ff7cdda8af3eeb2dd40cc3ec0b9 Description: Bloom is a release automation tool. Bloom provides tools for releasing software on top of a git repository and leverages tools and patterns from git-buildpackage. Additionally, bloom leverages meta and build information from catkin (https://github.com/ros/catkin) to automate release branching and the generation of platform specific source packages, like debian's src-debs. Homepage: http://www.ros.org/wiki/bloom Package: python3-catkin-pkg Priority: optional Section: python Installed-Size: 26 Maintainer: Dirk Thomas Architecture: all Version: 1.1.1-100 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 1.1.1), python3-dateutil, python3-docutils Conflicts: catkin, python-catkin-pkg Filename: pool/main/p/python3-catkin-pkg/python3-catkin-pkg_1.1.1-100_all.deb SHA512: 0afbd3f0751a6fa7e2e8d483f83c16aee286dd4730f1575aeac4f9c9f492bdbefebb542b8a621aaffd2cf09704985a5d394fd8accfce3b9bf24d8c834b173d4a Size: 3916 SHA256: 6aa952b5b2a26f45d3cae5eb6df52f678689db573a8a6947cabb9b5bef4feef7 SHA1: d6df3109d0a97fe3be7efe1dfcc37c770a25a0d7 MD5sum: a7f2acb10567b27fb332c1be4a44853f Description: catkin package library Library for retrieving information about catkin packages. Homepage: http://wiki.ros.org/catkin_pkg Package: python3-catkin-pkg-modules Priority: optional Section: python Installed-Size: 254 Maintainer: Dirk Thomas Architecture: all Version: 1.1.1-1 Replaces: python3-catkin-pkg (<< 0.3.0) Depends: python3:any (>= 3.6~), python3-dateutil, python3-docutils, python3-pyparsing, python3-packaging Conflicts: catkin, python3-catkin-pkg (<< 0.3.0) Filename: pool/main/p/python3-catkin-pkg-modules/python3-catkin-pkg-modules_1.1.1-1_all.deb SHA512: 3019dde1ff14baa19af7858eeede488140163d3c2d88efa4ff7079ba0eebabd94171be79314359c582a5495e78484d6890e58902d46e69305a8b82bc2984adfb Size: 43428 SHA256: 0bffe122ad0a894254468b1fba88a175c961f755dc9895a3a6f33c1683d0e020 SHA1: 868c7b3fbd9c960d3e3143f55b5b257739aa839a MD5sum: 96cab0fcfca085bfe3856b5be6ee2524 Description: catkin package library Library for retrieving information about catkin packages. Homepage: http://wiki.ros.org/catkin_pkg Package: python3-colcon-alias Priority: optional Section: python Installed-Size: 37 Maintainer: Scott K Logan Architecture: all Version: 0.1.1-1 Depends: python3-colcon-core (>= 0.17.0), python3-filelock, python3-yaml, python3:any (>= 3.6~) Conflicts: python3-colcon-mixin (<= 0.2.2) Filename: pool/main/p/python3-colcon-alias/python3-colcon-alias_0.1.1-1_all.deb SHA512: 3d58c5b22dc792e415437b1682c975b574b9dfd936538c5bd9f3a534765bf77c8cf85e1c935be1f6666918b3e17ca77426a7e75e73256344286e7bab7675bb77 Size: 6248 SHA256: c169484721dabd1bb185fac260ac3071803a183670a762b12186ff64774cda21 SHA1: 48e4ed858e9ab928a46b6d9fecd92489581a3bd5 MD5sum: 063840eab9548c4761cec4dff7cfc448 Description: Extension for colcon to create and modify command aliases. colcon-alias ============ . An extension for `colcon-core `_ to create and modify command aliases. . Aliases condense any number of colcon command invocations made up of a verb followed by all associated arguments down to another 'alias' verb. When invoking the alias verb, additional arguments can be appended to the original invocations. . An example alias called 'bat', short for 'build and test':: . $ colcon alias bat --command build --command test Registered command list for alias 'bat': build test $ colcon bat --packages-select colcon-alias Running command alias: colcon build --packages-select colcon-alias ... Running command alias: colcon test --packages-select colcon-alias ... . Another example, an alias for building specific packages:: Homepage: https://github.com/colcon/colcon-alias/ Package: python3-colcon-argcomplete Priority: optional Section: python Installed-Size: 39 Maintainer: Dirk Thomas Architecture: all Version: 0.3.3+upstream-1 Depends: python3:any (>= 3.6~), python3-argcomplete, python3-colcon-core Filename: pool/main/p/python3-colcon-argcomplete/python3-colcon-argcomplete_0.3.3+upstream-1_all.deb SHA512: 792a3999d94d69c2b08f962d2388ee0efd6b0240e5e41b25213e8139796cb2ee336f455db52dfd95b0c344db8ce5dc53372ddebd3004c46ff8edfc10e7fd6113 Size: 5500 SHA256: 1e3b542821afb538f18f1f76dbf96587eeab962d2405b3c82253b3935acf56c4 SHA1: aced430318054253943932f11c2bc07ff0ff422c MD5sum: 35f4d112cd594304511b127a5653ac79 Description: Completion for colcon command lines using argcomplete. colcon-argcomplete ================== . An extension for `colcon-core `_ to provide command line completion using `argcomplete `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-bash Priority: optional Section: python Installed-Size: 37 Maintainer: Dirk Thomas Architecture: all Version: 0.5.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-bash/python3-colcon-bash_0.5.0-100_all.deb SHA512: 08070668cf1a7de0e5076574d3d04ba9322ccc24077ed87ca3d7921f61eb39ce8c88e1bb41a7c30647eda0eb5fd94b24ef9aee4236d3af1a7e4ba8329b6b581b Size: 5620 SHA256: f9be2fabed8af19f33c53b1778ea0900e6f6f094062c2ce799167470de4b180e SHA1: d3a748e045d57662d1ca2c1728b19a216cb4d599 MD5sum: b3905304459b3bbcab610009c7bf9471 Description: Extension for colcon to provide Bash scripts. colcon-bash =========== . An extension for `colcon-core `_ to provide `Bash `_ scripts. Homepage: https://colcon.readthedocs.io Package: python3-colcon-bazel Priority: optional Section: python Installed-Size: 48 Maintainer: Mickael Gaillard Architecture: all Version: 0.1.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.9), python3-colcon-library-path, python3-pyparsing Filename: pool/main/p/python3-colcon-bazel/python3-colcon-bazel_0.1.0-100_all.deb SHA512: 2021cc16313f39ebbd0fd202d81059634a8067126cade0b45d703071d6049149ad755e73a4a9bc4d7f62f737d94d375a08a5d2106e322a537428eedc5d1acc89 Size: 8012 SHA256: 8cee3f30afbaf74303497a26f54e2787ff7eae24c50edd090aaeb35a40ae25ea SHA1: ee04355e077bdc01b1647f1e3d555afd46d6a206 MD5sum: e3ed2f81f8a133864f078f707d9080bd Description: Extension for colcon to support Bazel packages. colcon-bazel ============= . [![Travis CI](https://travis-ci.org/colcon/colcon-bazel.svg?branch=master)](https://travis-ci.org/colcon/colcon-bazel) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/colcon/colcon-bazel?svg=true&branch=master)](https://ci.appveyor.com/project/Theosakamg/colcon-bazel) [![codecov](https://codecov.io/gh/colcon/colcon-bazel/branch/master/graph/badge.svg)](https://codecov.io/gh/colcon/colcon-bazel) [![PyPI version](https://img.shields.io/pypi/v/colcon_bazel.svg)](https://pypi.python.org/pypi/colcon_bazel/) . An extension for [colcon-core](https://github.com/colcon/colcon-core) to support [Bazel](https://bazel.build) projects. Homepage: https://colcon.readthedocs.io Package: python3-colcon-cargo Priority: optional Section: python Installed-Size: 58 Maintainer: Easymov Robotics Architecture: all Version: 0.2.0+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.19.0), python3 (>= 3.11) | python3-tomli (>= 1) | python3-toml Filename: pool/main/p/python3-colcon-cargo/python3-colcon-cargo_0.2.0+upstream-1_all.deb SHA512: b209f10fc1f5b0677f02f7b41fd8fa71708b8c09d1cf2820fbde016988d669ba22e51f85fa88618f95770acce2e68b486d65ad3f2bbf9abc47c272b3e05bc142 Size: 9932 SHA256: 3a5768ac225561d9b90c2b6d3acdfa9e82d63abba6f9b391a9a549d3bf958b33 SHA1: 7f8bf616963a79a60807eeee2a489b491fd826c6 MD5sum: d9c706265fe81a2bfd49c8995cbfc9b0 Description: Extension for colcon to support cargo packages. # colcon-cargo . [![CI](https://github.com/colcon/colcon-cargo/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)](https://github.com/colcon/colcon-cargo/actions/workflows/ci.yaml?query=branch%3Amain+event%3Apush) . An extension for [colcon-core](https://github.com/colcon/colcon-core) to support Rust projects built with Cargo. . ## Install ```sh $ pip3 install --user --upgrade git+https://github.com/colcon/colcon-cargo.git ``` . ## Usage / Minimal example .
Build a sample workspace
. ```sh $ mkdir ws/ Package: python3-colcon-cd Priority: optional Section: python Installed-Size: 32 Maintainer: Dirk Thomas Architecture: all Version: 0.2.1-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.4.1), python3-colcon-package-information Filename: pool/main/p/python3-colcon-cd/python3-colcon-cd_0.2.1-1_all.deb SHA512: e798e437d8d61913b7af4a60b2a8fae7ee2b85a7bf3703a9c095830d9b13d3f1284e891054af58a5e1c2e8ca883c086c7fd21a252b3db974ea6b74854673c13a Size: 4676 SHA256: 521762fe54f7525e6b117fce36019a1b106c0302c26ca2a113b4ce3f5a619dc9 SHA1: de1406b1de42c50419cc47e9c719c88d28862ee7 MD5sum: 03daeb027905bb91ff6ad5282e25c23e Description: A shell function for colcon to change the current working di colcon-cd ========= . A shell function for `colcon-core `_ to change the current working directory. . See the `documentation `_ on how to use it. Homepage: https://colcon.readthedocs.io Package: python3-colcon-clean Priority: optional Section: python Installed-Size: 57 Maintainer: Ruffin White Architecture: all Version: 0.2.1-1 Depends: python3-colcon-core (>= 0.5.2), python3-scantree, python3:any (>= 3.6~) Filename: pool/main/p/python3-colcon-clean/python3-colcon-clean_0.2.1-1_all.deb SHA512: 82886c17e417bffebcada40d480f37a663edecb7a755d023c4ad828b0166b34e378ef5fa99b923aa3f24be9bdb5ec0f27a7eb806f316fa21df3a7d05ace6fea0 Size: 9988 SHA256: a850639309165e506a10839cb8505dccaf957320e9bde5ea5aa1e459fbe7320d SHA1: 4803e1fda6fa73fedd7d30950ae1a148206b639d MD5sum: 101b01abe5af8a9449e9f2e2e37d2863 Description: Extension for colcon to clean package workspaces. # colcon-clean . [![GitHub Workflow Status](https://github.com/colcon/colcon-clean/actions/workflows/ci.yaml/badge.svg?branch=master&event=push)](https://github.com/colcon/colcon-clean/actions/workflows/ci.yaml?query=branch%3Amaster+event%3Apush) [![Codecov](https://codecov.io/gh/colcon/colcon-clean/branch/master/graph/badge.svg)](https://codecov.io/gh/colcon/colcon-clean) . An extension for [colcon-core](https://github.com/colcon/colcon-core) to clean package workspaces. Enables cleaning of various colcon paths, such as build or install folders, for either the entire workspace or for selected packages with advanced path globing options. In conjunction with [colcon-package-selection](https://github.com/colcon/colcon-package-selection), this extension can help maintain hygienic build environments while leveraging persistent workspaces for caching by allowing users to finely remove stale artifacts, preserving what can be cached during software development. For example, when pulling various changes into a local workspace to review pull requests, this extension can be used to wipe only the build and install paths for affected packages, ensuring subsequent builds are not cross contaminated from previous jobs. . The extension works by providing a convenient wrapper around filesystem deletion, allowing users to specify at which base paths to be cleaned (`build`, `install`, `log`, `test_result`), at what level cleaning should take place (global workspace or per package), and if specified what exact files should (or should not) be removed. . . ## Quick start . Setup, build and test an example colcon workspace: ``` mkdir -p ~/ws/src && cd ~/ws wget https://raw.githubusercontent.com/colcon/colcon.readthedocs.org/main/colcon.repos vcs import src < colcon.repos colcon build colcon test ``` Homepage: https://colcon.readthedocs.io Package: python3-colcon-cmake Priority: optional Section: python Installed-Size: 88 Maintainer: Dirk Thomas, Michel Hidalgo Architecture: all Version: 0.2.30+upstream-1 Depends: python3:any (>= 3.6~), cmake, python3-colcon-core (>= 0.5.6), python3-colcon-library-path, python3-colcon-test-result (>= 0.3.3), python3-packaging Filename: pool/main/p/python3-colcon-cmake/python3-colcon-cmake_0.2.30+upstream-1_all.deb SHA512: c6dedc9dbfe73b186f1e619883deab4d8bc1a438f92339ed8736c5ec927746b0c3850827636e7cd22ce8bf3c7246f9e69fd38d93c36c6d6f1799a01b278225f0 Size: 15532 SHA256: 4148c88b691292007fd56668fd8fbabbb7b00f42c53a15530874c5679adec1d3 SHA1: 4fe2167310a7e554d598cd903587e32294d3933c MD5sum: bdb11b52aac77b30cf455459e2d0323d Description: Extension for colcon to support CMake packages. colcon-cmake ============ . An extension for `colcon-core `_ to support `CMake `_ projects. Homepage: https://colcon.readthedocs.io Package: python3-colcon-common-extensions Priority: optional Section: python Installed-Size: 21 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-100 Depends: python3:any (>= 3.6~), python3-colcon-argcomplete, python3-colcon-bash, python3-colcon-cd, python3-colcon-cmake, python3-colcon-core, python3-colcon-defaults, python3-colcon-devtools, python3-colcon-library-path, python3-colcon-metadata, python3-colcon-notification, python3-colcon-output, python3-colcon-package-information, python3-colcon-package-selection, python3-colcon-parallel-executor, python3-colcon-powershell, python3-colcon-python-setup-py, python3-colcon-recursive-crawl, python3-colcon-ros, python3-colcon-test-result, python3-colcon-zsh Recommends: python3-colcon-override-check Filename: pool/main/p/python3-colcon-common-extensions/python3-colcon-common-extensions_0.3.0-100_all.deb SHA512: ba85cea8622892e10b5dabac50080ad37aa22dcd3db8043120828c721dc93d7e6f630506a10013acc1ca76a82219240a46aed6c7559b3744c731c15eba65b984 Size: 2972 SHA256: ee1b13abda1bc6c85509c844cf19103512577df26d0a7cf6841cae990dbd50ee SHA1: cf6094df34776018fd0ee9dc039b71c490e950b3 MD5sum: ab1c7b6b357124ac7c06206178176b1d Description: Meta package aggregating colcon-core and common extensions. colcon-common-extensions ======================== . A meta package aggregating `colcon-core `_ as well as a set of common extensions. Homepage: https://colcon.readthedocs.io Package: python3-colcon-core Priority: optional Section: python Installed-Size: 516 Maintainer: Dirk Thomas Architecture: all Version: 0.21.2+upstream-1 Replaces: colcon Depends: python3:any (>= 3.6~), python3-distlib, python3-empy, python3-packaging, python3-pytest, python3-setuptools (<= 80), python3 (>= 3.8) | python3-importlib-metadata, python3 (>= 3.11) | python3-tomli (>= 1) | python3-toml Recommends: python3-pytest-cov Suggests: python3-pytest-repeat, python3-pytest-rerunfailures Filename: pool/main/p/python3-colcon-core/python3-colcon-core_0.21.2+upstream-1_all.deb SHA512: e6fffbc43c8b148fd1f26022e283d4185ea1fa79922ac907187f4eb8b13153cf0b7c087aad29923e50a1ebdc5a167eb897d34c9c530d67aa55b3d664ac7bcf85 Size: 78568 SHA256: 5981f7a38006d2e1d77897c3980827987e0a7cbdae3335b8737c43d5d39efd3a SHA1: 132702a9b88a2d1e4963a889d9491c31ef7c8877 MD5sum: 111841ff6a783c59c3d6befa060d84c9 Description: Command line tool to build sets of software packages. colcon - collective construction ================================ . ``colcon`` is a command line tool to improve the workflow of building, testing and using multiple software packages. It automates the process, handles the ordering and sets up the environment to use the packages. . For more information see `colcon.readthedocs.io `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-coveragepy-result Priority: optional Section: python Installed-Size: 40 Maintainer: Christophe Bedard Architecture: all Version: 0.0.8-100 Depends: python3:any (>= 3.6~), python3-colcon-core, python3-coverage Filename: pool/main/p/python3-colcon-coveragepy-result/python3-colcon-coveragepy-result_0.0.8-100_all.deb SHA512: 9fdc3f7c20d952def9932a4dd60a7a4759bf19f00fad5a30ba64047e64ebd33ebc11e27738f34be0801f131c7f46bd403c9d7632f4727d5388d029e8d42fb680 Size: 6472 SHA256: 6e588aad2b3db1c13a1eb7b2823b93db83b6bc921fb21cd83baac16edd9ddf32 SHA1: f961a63aac8e90bbe45377e664b00a12ee23a506 MD5sum: c027eb151caaed3af51fb658289aa546 Description: colcon extension for collecting coverage.py results # colcon-coveragepy-result . [![PyPI](https://img.shields.io/pypi/v/colcon-coveragepy-result)](https://pypi.org/project/colcon-coveragepy-result/) [![GitHub Action Status](https://github.com/colcon/colcon-coveragepy-result/workflows/Test/badge.svg)](https://github.com/colcon/colcon-coveragepy-result/actions) . A [colcon](https://colcon.readthedocs.io/) extension for collecting [coverage.py](https://coverage.readthedocs.io/en/stable/) results. . ## Usage . 1. Build packages with coverage, e.g. using a [colcon mixin](https://colcon.readthedocs.io/en/released/reference/verb/mixin.html) for [coverage](https://github.com/colcon/colcon-mixin-repository/blob/master/coverage.mixin) ```shell $ colcon build --mixin coverage-pytest ``` 1. Test packages with coverage, again using a mixin ```shell $ colcon test --mixin coverage-pytest ``` 1. Collect coverage results ```shell $ colcon coveragepy-result Homepage: https://colcon.readthedocs.io Package: python3-colcon-defaults Priority: optional Section: python Installed-Size: 34 Maintainer: Dirk Thomas Architecture: all Version: 0.2.9+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-yaml Filename: pool/main/p/python3-colcon-defaults/python3-colcon-defaults_0.2.9+upstream-1_all.deb SHA512: b5a8fe234cf02a691d53fb5cadf5bc10f5066c7a947617d63768989a26b525f1b6921f2c11438508b3876096219005e8c35e428341cf3e27a6327ce812eb2448 Size: 5776 SHA256: ac69a0545b8fbd380d741232e8c0d088d83b2d5cf2cbd34c51728ba9204c57bf SHA1: 81e48f4f74315b33c60e65fd4b9ca884fce3206e MD5sum: e930d3135d951e5c602a2e8d7d34d667 Description: Extension for colcon to read defaults from a config file. colcon-defaults =============== . An extension for `colcon-core `_ to provide custom default values for the command line arguments from a configuration file. . For more information about the format of the configuration file see `colcon.readthedocs.io `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-devtools Priority: optional Section: python Installed-Size: 33 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.13.0), python3-packaging Filename: pool/main/p/python3-colcon-devtools/python3-colcon-devtools_0.3.0-1_all.deb SHA512: 9fabc7e64418eca9cf5782464c994c83a76304f3a7d66ef53ffefb9cd259e29b61cb1a41564a844574f10f3de24317b1c4feca4f46f4c8520d01ce36d187441f Size: 4852 SHA256: 2fbfbe60f364462f9b78f5ce74e136cc8c29822b42a9465688f83edbce3cd122 SHA1: 5e7df27340ca2b435729a063e9c6ad15fdefd0c4 MD5sum: a4f5cb84e7979eab2e8a928ebf1c4bb2 Description: Extension for colcon to provide information about all extens colcon-devtools =============== . An extension for `colcon-core `_ to provide information about the plugin system. Homepage: https://colcon.readthedocs.io Package: python3-colcon-ed Priority: optional Section: python Installed-Size: 31 Maintainer: Chen Bainian Architecture: all Version: 0.3.0-1 Depends: python3-colcon-core (>= 0.5.2), python3:any (>= 3.6~) Filename: pool/main/p/python3-colcon-ed/python3-colcon-ed_0.3.0-1_all.deb SHA512: 12369e4b7ce985eaa231a4ef78cdf504b80f7631c1963b3c66b5af43c8b6d2c90c2b4981029aa8b24e2a1986872b9617428c48e0a12b69330d41527c19415c4a Size: 4886 SHA256: ddb723e346627e288b74bec5742b7eaa267a66d7178d823a059b5b37b01e4e4b SHA1: 69922423ee3eee632fa4b7c2ae2085d7b2de3542 MD5sum: f83e109efc0bf12b2db67d5d08cbb0de Description: Extension for colcon to edit file in directories. colcon-ed ========= . An extension for `colcon-core `_ to edit a file within a package. . See the `documentation `_ on how to use it. Homepage: https://colcon.readthedocs.io Package: python3-colcon-hardware-acceleration Priority: optional Section: python Installed-Size: 182 Maintainer: Víctor Mayoral-Vilches Architecture: all Version: 0.8.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.7.1) Filename: pool/main/p/python3-colcon-hardware-acceleration/python3-colcon-hardware-acceleration_0.8.0-100_all.deb SHA512: c398b1f8cc96d2a7002a1ae128bc1519a1a2ab5c9afb4cdc0e2c45740b9de141dc5ed380c099da7034ef07c542a5b9ba15a319173e10a7880e4784cd043fc468 Size: 26240 SHA256: 6fbb4aedc1b24d04b38e494cae2a16e083f6be2dfd924e6dd7e24c69674dd992 SHA1: 13318e02db18c2c4b44a6ff2d4587700d9d43fbf MD5sum: 51b44b046ebd1231477ef1b4d5dd92cb Description: Extension for colcon to include hardware acceleration Homepage: https://colcon.readthedocs.io Package: python3-colcon-installed-package-information Priority: optional Section: python Installed-Size: 42 Maintainer: Scott K Logan Architecture: all Version: 0.2.1-1 Depends: python3:any (>= 3.6~), python3-colcon-core, python3 (>= 3.8) | python3-importlib-metadata Filename: pool/main/p/python3-colcon-installed-package-information/python3-colcon-installed-package-information_0.2.1-1_all.deb SHA512: 4aa80fbd189dd2ff1ed557a896c3c90ffec5f0e92f76a6e34391c8e4e45f8ae938b211d7fcf6049045a0170761f764f8738dda7e4758d9fc139e7a9696c97afa Size: 7680 SHA256: 451fabf7a6e351371ed81f8b26b714d39f3d81c00164970ac16a3c7a763d0099 SHA1: fc242dbfc4f19a8291c2b3472618991af492e7cb MD5sum: 9432a93e6d4c6fb9a83cc374c417ef55 Description: Extensions for colcon to inspect packages which have already colcon-installed-package-information ==================================== . Extensions for `colcon-core `_ to inspect packages which have already been installed. . Overview -------- . These colcon extensions provide a mechanism which can be used for getting information about packages outside of the workspace, which have already been built and installed prior to the current operation. In general, it works similarly to and is based on the `PackageDiscoveryExtensionPoint `_ and `PackageAugmentationExtensionPoint `_ extensions provided by ``colcon-core``. . Differences ----------- . Installed packages don't generally have a single directory which stores the package content and metadata. This set of extensions store the "prefix" under which the package resides rather than the package directory (e.g. ``~/workspace/install`` instead of ``~/workspace/install/share/`` or ``~/workspace/src/``), meaning many packages will likely share the same ``path`` attribute value. . Recursively crawling an entire system or even selective subdirectories to look for installed packages could be very slow, so this process also deviates from the Discover -> Identify -> Augment pipeline used in ``colcon-core``. Rather than attempting identification on prospective package locations, the discovery phase generally loads a list of installed packages from a database of some kind, such as the file-based colcon index. In some cases, the database might already populate sufficient information on the descriptor to identify the package. Homepage: https://colcon.readthedocs.io Package: python3-colcon-lcov-result Priority: optional Section: python Installed-Size: 47 Maintainer: Christophe Bedard Architecture: all Version: 0.5.3-1 Depends: python3-colcon-core (>= 0.5.6), python3:any (>= 3.6~) Filename: pool/main/p/python3-colcon-lcov-result/python3-colcon-lcov-result_0.5.3-1_all.deb SHA512: d61a73637b7723495e471577811cbb377a696baf3e16136c9a330be50f94146bd2286086ba119802636e37460ab2d5cca7f6995861974946cef5430383009a4e Size: 8500 SHA256: 4bd23be2ca776f2441e5a5261eec55eba5eec33fdb09202cc6c19d9dc327976e SHA1: 5f87c025a2dab0d5862fa3c4bbf9a114b2406a2b MD5sum: 557f3a02567a25dcfd8dc190c4728edd Description: Extension for colcon to gather test results. colcon-lcov-result ================== . An extension for `colcon-core `_ to provide aggregate coverage results using `LCOV `_. . LCOV is a graphical front-end for GCC's coverage testing tool `gcov `_, producing the following coverage metrics: . - Statement coverage - Function coverage - Branch coverage . For more information, see `this paper `_ and `this Wikipedia page `_. . . Usage Homepage: https://colcon.readthedocs.io Package: python3-colcon-library-path Priority: optional Section: python Installed-Size: 26 Maintainer: Dirk Thomas Architecture: all Version: 0.2.1-100 Depends: python3:any (>= 3.6~), python3-colcon-core Filename: pool/main/p/python3-colcon-library-path/python3-colcon-library-path_0.2.1-100_all.deb SHA512: c63a3df1db83b51ff98bc355a3b5845a0b72a9b687b36a78caab5714f8d92768529f36a4cd334ed48e9d467402eed248d8fd0e25bbb09856c078f5e3114a0b95 Size: 3544 SHA256: d58c8de4234fd5681bd4fe786187ab7a1a448401a45045f65f0eae3a14d06c96 SHA1: fe2448daf3d915b119f9a46480c905ece06d01ce MD5sum: eca4e76ce5757910a38f5536522b6e05 Description: Extension for colcon adding an environment variable to find colcon-library-path =================== . An extension for `colcon-core `_ to set an environment variable to find shared libraries at runtime. Homepage: https://colcon.readthedocs.io Package: python3-colcon-meson Priority: optional Section: python Installed-Size: 36 Maintainer: Christian Rauch Architecture: all Version: 0.6.1+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.10.0), python3-colcon-library-path, python3 (>= 3.8) | python3-importlib-metadata, meson (>= 0.60.0) Filename: pool/main/p/python3-colcon-meson/python3-colcon-meson_0.6.1+upstream-1_all.deb SHA512: bb1f437fa04954c77018c7aea6a912bd8f72d66c804333277a3c79b5d4226312bd29ba8212a50bc031a4b45533919bdc608983a28089401d3733b0f469a3fa55 Size: 7172 SHA256: 667ba0e44f979816e8a322f4995771df6f16723dd952edba26fc410ada30900b SHA1: 6f2922dfead66271749609ad72a0a5cf9f4dc3a0 MD5sum: 50916f96b360ed04a603fd820189feb0 Description: Extension for colcon to support Meson packages. # colcon-meson . A colcon extension for building [Meson](https://mesonbuild.com) packages. . Install from the Python Package Index via: ```sh pip install colcon-meson ``` . ## Passing Meson arguments . Arguments can be passed to `meson setup` via `--meson-args`: 1. set build options defined in `meson_options.txt`: ```sh colcon build --packages-select $PACKAGE --meson-args \ -D$ARG1=$PARAM1 \ -D$ARG2=$PARAM2 ``` 2. set the build type: ```sh Package: python3-colcon-metadata Priority: optional Section: python Installed-Size: 63 Maintainer: Dirk Thomas Architecture: all Version: 0.3.1+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core, python3-yaml Filename: pool/main/p/python3-colcon-metadata/python3-colcon-metadata_0.3.1+upstream-1_all.deb SHA512: 3026374d847c845331d447a07204dccd7f834e67703775acd4571c063c76bd5476d0a1aab578ef6e5aef2d54bda725f90aa0c59b335ac6fabb247b0dc200224b Size: 9676 SHA256: 0b2f04ed18abf9c98d1852a1d7777e999618ea175f78c812dbd0883ef1b0fb3f SHA1: 6efd3ceed965f599d452b65d5120cb7f7fdbc0ba MD5sum: bd2e5b70c287974af85b5d55aa87b0de Description: Extension for colcon to read package metadata from files. colcon-metadata =============== . An extension for `colcon-core `_ to fetch and manage package metadata from repositories. . For an example repository containing metadata see `colcon-metadata-repository `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-mixin Priority: optional Section: python Installed-Size: 71 Maintainer: Dirk Thomas Architecture: all Version: 0.3.2+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-yaml Filename: pool/main/p/python3-colcon-mixin/python3-colcon-mixin_0.3.2+upstream-1_all.deb SHA512: a9f0589640f15c6e73e754a032b505a5b13254c9b8e8b978a57924cf60e8d666b7c8d315d6070399ff400b1606ecb149f7a086963f8d737c5bf4e1160a71906f Size: 12468 SHA256: 7e5b3b0705cab1affdca59e05e980199b9d6e657528230c520f02b408a2b4297 SHA1: ae4c0a0f8d68263590f9da3b6ffeca8cacd5d936 MD5sum: 022c8d54716101949761304edbe47575 Description: Extension for colcon to read CLI mixins from files. colcon-mixin ============ . An extension for `colcon-core `_ to fetch and manage CLI mixins from repositories. . For an example repository containing mixins see `colcon-mixin-repository `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-notification Priority: optional Section: python Installed-Size: 98 Maintainer: Dirk Thomas Architecture: all Version: 0.3.2+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.7), python3-notify2 Filename: pool/main/p/python3-colcon-notification/python3-colcon-notification_0.3.2+upstream-1_all.deb SHA512: e5d799e45545147b40136e29ba02c8b08494b64947e1c21290833e238d2749579714f715e961caf6030224e153018ea489601ab346a312ee5b169372ac2d09bf Size: 10924 SHA256: 13c44cf82bd626af7e6c70a81e2b0bac68b37c6a92da0bb4efa837707fa0bc50 SHA1: ab687b6b60734d7112c347ddab591895460c1402 MD5sum: 4cf4e2941297302d276d356c194e1cad Description: Extension for colcon to provide status notifications. colcon-notification =================== . An extension for `colcon-core `_ to provide status notifications. Homepage: https://colcon.readthedocs.io Package: python3-colcon-output Priority: optional Section: python Installed-Size: 43 Maintainer: Dirk Thomas Architecture: all Version: 0.2.14+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.8) Filename: pool/main/p/python3-colcon-output/python3-colcon-output_0.2.14+upstream-1_all.deb SHA512: 1ce53e43c0724f8e89229c5ae22f1a263722c86bd3ec2ae95a15dd1ac7bd5a92531fa34372d9920d4efe5f473c7518518fea71448f415900c7869a0a42255fb9 Size: 6884 SHA256: 8018ea3a68e5eae231ec6b22b586f78dd1bed3e67bc89ac31d074b0c113fa79e SHA1: f8b8860cbbcb7b805b5e5640a9961f6207947724 MD5sum: c384547e33120829839628cb92a16cea Description: Extension for colcon to customize the output in various ways colcon-output ============= . An extension for `colcon-core `_ to customize the output in various ways. Homepage: https://colcon.readthedocs.io Package: python3-colcon-override-check Priority: optional Section: python Installed-Size: 31 Maintainer: Scott K Logan Architecture: all Version: 0.0.1-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.7.1), python3-colcon-installed-package-information Filename: pool/main/p/python3-colcon-override-check/python3-colcon-override-check_0.0.1-100_all.deb SHA512: 33866392ef69fe19b2aa18eda16409024437cf4e8879178f93bb40bed7f71e9c18fc45ea6dc46cd65ca7ee221ac305768ecf7cf7b05c959250e93376719b3283 Size: 5212 SHA256: 386836833f81a90afac56786ebf86e73d5921264bc4128c6b8ff7be5126fa7a3 SHA1: 86f58660de9fff7a34b6112caf0355685bf308ed MD5sum: 068b583ba8375b60ee150e79c5cb85eb Description: Extension for colcon to check for potential problems when ov colcon-override-check ===================== . An extension for `colcon-core `_ to check for potential problems when overriding installed packages. Homepage: https://colcon.readthedocs.io Package: python3-colcon-package-information Priority: optional Section: python Installed-Size: 54 Maintainer: Dirk Thomas Architecture: all Version: 0.4.1+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.5.2), python3-packaging Filename: pool/main/p/python3-colcon-package-information/python3-colcon-package-information_0.4.1+upstream-1_all.deb SHA512: ad78b397df5b9913011596aeb24099c6a08a57092d2a7b1c0964f6b52101b3ba189303d4160f0eb54ccbea95e06c859c24e45901f2efbe033fdc27907db0553b Size: 8716 SHA256: 90881e9794e8b568d16a75247da8ff26c56895f1226c29149b85c9c61b81c17b SHA1: 02faa7373710bbca56611a7cc53b851349eaaa6f MD5sum: 720b480777b0e7e2135cbf8b2e0e39a4 Description: Extension for colcon to output package information. colcon-package-information ========================== . An extension for `colcon-core `_ to provide information about the packages. Homepage: https://colcon.readthedocs.io Package: python3-colcon-package-selection Priority: optional Section: python Installed-Size: 59 Maintainer: Dirk Thomas Architecture: all Version: 0.2.10-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.19) Filename: pool/main/p/python3-colcon-package-selection/python3-colcon-package-selection_0.2.10-100_all.deb SHA512: dcf470b8d7a8212f19581c028b57039c13ad6876aab58581d576cc4159e0958c7332ae001a966669ee754a7cddbc44f7c2e8be1cd8862cfe28b048541a795b7e Size: 7540 SHA256: 16f55bc9fb28515dd62f7c7f94a30101af727a80982cd3533c8fe960791523a7 SHA1: aa1666f8cc78e178da5eb1d9ed877293dc98c09e MD5sum: b3e01a59cb57a5be91ffc1a4ded1fdd5 Description: Extension for colcon to select the packages to process. colcon-package-selection ======================== . An extension for `colcon-core `_ to select a subset of packages for processing. Homepage: https://colcon.readthedocs.io Package: python3-colcon-parallel-executor Priority: optional Section: python Installed-Size: 32 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.3.15) Filename: pool/main/p/python3-colcon-parallel-executor/python3-colcon-parallel-executor_0.3.0-100_all.deb SHA512: 87836e7abb429c62cf8f724f4462131d35ecd8ba7e47596f66d7bf16fa140c294b0701d71d30a001285e13d1a93e46e2167090b4b45faf3efe00c8c67e6c64e9 Size: 5532 SHA256: b30768928ce2870a753ce0eb63f6f651399c179bc8ef1f3fb3cc083a1e053a9a SHA1: 39eea2bab019cdd38b55de5738753c1851d4f7b3 MD5sum: a06bb1f4666f0884b2a0c0afccf0a471 Description: Extension for colcon to process packages in parallel. colcon-parallel-executor ======================== . An extension for `colcon-core `_ to process packages in parallel. Homepage: https://colcon.readthedocs.io Package: python3-colcon-pkg-config Priority: optional Section: python Installed-Size: 25 Maintainer: Dirk Thomas Architecture: all Version: 0.1.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core Filename: pool/main/p/python3-colcon-pkg-config/python3-colcon-pkg-config_0.1.0-100_all.deb SHA512: 9bc0d0d95df416b3e87b067d66f8ec49218c62123fc44c9e2429614115b0b4aa06fc64b8314584affcbfb142e0f875ac17273625afae626d683075e8be753d6d Size: 3204 SHA256: e8e376bfae40aef23d356eae3441263a30a296054913802ca566017dabd447af SHA1: 0fd0acd58ad86fcf63241f3468dffb7728d7e450 MD5sum: cafad22da3e2dd6668ead1c062e4d325 Description: Extension for colcon adding an environment variable to find colcon-pkg-config =================== . An extension for `colcon-core `_ to set an environment variable to find pkg-config files. Homepage: https://colcon.readthedocs.io Package: python3-colcon-powershell Priority: optional Section: python Installed-Size: 44 Maintainer: Dirk Thomas, Jacob Perron Architecture: all Version: 0.5.0+upstream-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-powershell/python3-colcon-powershell_0.5.0+upstream-1_all.deb SHA512: 9bb3d9963814a8155428dd351c588d60b75a0e1b1114ebb73738d55733cea3a6cda6936b89e93fe38ec4ea39ea96e3c8bb3bf57e20eb32d0e501d696a4e1b0b7 Size: 7016 SHA256: a653fec4f9c13e7aace6fae986d91e7733de26a50d55cd2fde8ea84f15b7c237 SHA1: 2eed2470ce3462b5f0599081a740aaf10f4cc9a6 MD5sum: bdaf6d74b60cf5af593e6983bf8f1033 Description: Extension for colcon to provide PowerShell scripts. colcon-powershell ================= . An extension for `colcon-core `_ to provide `PowerShell `_ scripts. Homepage: https://colcon.readthedocs.io Package: python3-colcon-python-setup-py Priority: optional Section: python Installed-Size: 38 Maintainer: Dirk Thomas Architecture: all Version: 0.2.9-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.6.1), python3-setuptools Filename: pool/main/p/python3-colcon-python-setup-py/python3-colcon-python-setup-py_0.2.9-1_all.deb SHA512: b97fd6c53ae103570a943738d5942260d717fb8928b96708245407f753937b027223d4e5b089a71eeafcd560c7e27281824e2252c29b1f9cfc619572c48feddc Size: 6592 SHA256: e35227157f4b5f7736cb5dfe38b80fef8bf504c15ebd1b3ba0bcdb218ba9c333 SHA1: bb9f34245dabd4f320d461137e236bcff6ce5409 MD5sum: 6cc442ebc13df97472abead2dc211bbc Description: Extension for colcon to support Python packages with the met colcon-python-setup-py ====================== . An extension for `colcon-core `_ to identify packages with a ``setup.py`` file by introspecting the arguments to the ``setup()`` function call of `setuptools `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-recursive-crawl Priority: optional Section: python Installed-Size: 27 Maintainer: Dirk Thomas Architecture: all Version: 0.2.3-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.7.0) Filename: pool/main/p/python3-colcon-recursive-crawl/python3-colcon-recursive-crawl_0.2.3-100_all.deb SHA512: d7897ab097711975b4c3fb851b24e959f0eb352e8c89fb61846ad3272e994efc0c80ac9210f55e98938aba2b0c10b18759fdf8821a825d88ada26257bd8edfb2 Size: 3896 SHA256: 4bc0666c0d4821d7fc213aaff4bebaed3eabcc8c8da5312ca10be592abf86934 SHA1: 1c70c60bec06f75b0c594a9cda2c9ceddd065be2 MD5sum: 32050b7151777156389a714db43c7705 Description: Extension for colcon to recursively crawl for packages. colcon-recursive-crawl ====================== . An extension for `colcon-core `_ to recursively crawl for packages. Homepage: https://colcon.readthedocs.io Package: python3-colcon-rerun Priority: optional Section: python Installed-Size: 32 Maintainer: Scott K Logan Architecture: all Version: 0.1.1-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.13.0), python3-filelock, python3-yaml Filename: pool/main/p/python3-colcon-rerun/python3-colcon-rerun_0.1.1-100_all.deb SHA512: 855ff1b5301de27e104a6b9ef3347e64c03532e0fcf2657797ccf493bf61b55739dffc6b280212767f091310185ada376535c3795a12086195fe476885312690 Size: 4948 SHA256: 7b6956be25269e5bf61dbf35f3e997757a48a5bf1d5d17ee48571b54c934f9e5 SHA1: 4d30977c81258c1c2d49cf197be935a012b5a9f6 MD5sum: 18f8fe4253b1e114275eb4334597b308 Description: Extension for colcon to quickly re-run a recently executed v colcon-rerun ============ . An extension for `colcon-core `_ to quickly re-run a recently executed verb. Homepage: https://colcon.readthedocs.io Package: python3-colcon-ros Priority: optional Section: python Installed-Size: 86 Maintainer: Dirk Thomas Architecture: all Version: 0.5.0+upstream-1 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.4.14) | python3-catkin-pkg (>= 0.4.14), python3-colcon-cmake (>= 0.2.6), python3-colcon-core (>= 0.7.0), python3-colcon-pkg-config, python3-colcon-python-setup-py (>= 0.2.4), python3-colcon-recursive-crawl Filename: pool/main/p/python3-colcon-ros/python3-colcon-ros_0.5.0+upstream-1_all.deb SHA512: ad1a9aa1d57c006d269b9c99028ab3c05306feddea4a4030b682bc15944be09c4796129d808fed07563af9153393867d4a19ac23957158b6eb6d9020925ea2df Size: 12588 SHA256: a42cdf0b4d0d1997e29867fb41fabe77d87ced80bd1f8b951ade2b1dc0b4b0b7 SHA1: 7d66c7f28ad5243e53829e7aed61a3c1617562a1 MD5sum: 38d4a8b886251faf64e565207b0f5a3b Description: Extension for colcon to support ROS packages. colcon-ros ========== . An extension for `colcon-core `_ to support `ROS packages `_. Homepage: https://colcon.readthedocs.io Package: python3-colcon-ros-distro Priority: optional Section: python Installed-Size: 29 Maintainer: unknown Architecture: all Version: 0.1.0-100 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules | python3-catkin-pkg, python3-colcon-core, python3-colcon-ros (>= 0.5.0), python3-rosdistro-modules (>= 1.0.0) | python3-rosdistro (>= 1.0.0) Filename: pool/main/p/python3-colcon-ros-distro/python3-colcon-ros-distro_0.1.0-100_all.deb SHA512: 65d036567f327373ecc33d860a2ade22fb85c83fac5eca8e051b3ac919d580c7426cec9427856c4c34aa5bc8ae95b6bced619ac4b1c8b35eedf9439fbc491796 Size: 4936 SHA256: c5825dd897f589310e0c37f16153cb71b5ff92f9ac332f07fafc149c1131ab71 SHA1: 707175d1f7c240b9ae032b1b6400a8825c49517d MD5sum: a9ffdee091a521297a38200c84647b2e Description: Extension for colcon to discover packages in a ROS distribut colcon-ros-distro ================= . An extension for `colcon-core `_ to discover packages in a ROS distribution. . This package provides package discovery and augmentation extensions for enumerating packages in a `REP 153 `_ ROS distribution file. It currently supports only the 'release' stanza of the distribution file, meaning that packages with only a 'source' stanza will not be enumerated. . Unlike some other colcon extension packages, this package does not register any of the extensions it defines for use in colcon-core. It therefore serves only as a library for other tools in the colcon ecosystem to use by registering these extensions at appropriate extension points. Homepage: https://colcon.readthedocs.io Package: python3-colcon-ros-domain-id-coordinator Priority: optional Section: python Installed-Size: 29 Maintainer: None Architecture: all Version: 0.2.4-100 Depends: python3-colcon-core (>= 0.12.0), python3:any (>= 3.6~) Filename: pool/main/p/python3-colcon-ros-domain-id-coordinator/python3-colcon-ros-domain-id-coordinator_0.2.4-100_all.deb SHA512: 5c9371c29daebd5ebd018790e6e335140b26852a8499a139bd7210ef375971171722c79dfd765a7aa825d435ea668d920558e37dcc66cde54971fe366bd4d62c Size: 5014 SHA256: e413aba99d9d6508ce1fecdf98b79dc663bd9b93017717d77b7e5b782f433cb4 SHA1: 71149ce31a8a4f1ae2a4c9d211afabd1aa40e492 MD5sum: d429b9fe720478663cec5751e00d577f Description: Extension for colcon to coordinate different DDS domain IDs colcon-ros-domain-id-coordinator ================================ . An extension for `colcon-core `_ to coordinate different DDS `domain IDs `_ for concurrently running tasks. . The current implementation of this package cycles through all of the non-default ROS 2 domain IDs that should be available on a platform given that it has no special network configurations. It does not track which task uses the domain IDs and therefore does not eliminate the possibility of a collision, but drastically reduces the likelihood that two tasks end up using the same domain ID. Homepage: https://colcon.readthedocs.io Package: python3-colcon-spawn-shell Priority: optional Section: python Installed-Size: 31 Maintainer: Shane Loretz Architecture: all Version: 0.3.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0), python3-colcon-bash (>= 0.3.0) Filename: pool/main/p/python3-colcon-spawn-shell/python3-colcon-spawn-shell_0.3.0-100_all.deb SHA512: 983847e2b2d83dabbf505c3ede8ffdfaecd37c451bf34f445e9c38b16e563d93cf2145430880f2bbc965344728908fbb353996b31fbaea3699ab49974fe60799 Size: 5660 SHA256: 8cae1d98002a79e16a6691321b6c5886f3af34ba60835905ff2a30dc33e5ce43 SHA1: 7904cb2f1c20a45e9040409166a2d90b5e933853 MD5sum: 8b7fb74a660207f6f21e497090c2e55b Description: Source colcon workspaces in a new shell. ================== Colcon Spawn Shell ================== . Introduction ------------ . This is a `colcon `_ plugin to chain workspaces in new shells. It allows quickly un-chaining workspaces by exiting the spawned shell. . The shell's prompt is edited to show the workspace order. The only supported shell is **bash**. . .. image:: https://raw.githubusercontent.com/colcon/colcon-spawn-shell/8de6d0a687619bfd8342647b6d216695bb76dfaf/doc/colcon_spawn_shell_example.gif . Quick Start ----------- . **Optional:** Create and source a virtual environment. Homepage: http://github.com/colcon/colcon-spawn-shell Package: python3-colcon-test-result Priority: optional Section: python Installed-Size: 43 Maintainer: Dirk Thomas Architecture: all Version: 0.3.8-100 Depends: python3:any (>= 3.6~), python3-colcon-core Filename: pool/main/p/python3-colcon-test-result/python3-colcon-test-result_0.3.8-100_all.deb SHA512: 47b011e04c0dfa465a52703619966a43a5e75e7b197dcb1c5c06b325de3dd33c793599be2d965015f057202abd8914b21df1558f0e7f9d38acbf03ecfb526232 Size: 7172 SHA256: 01c0dea2ce5b038585bf75a2b3f840dd2286cf636126a7ae0aee5fc8eac66910 SHA1: d2c0cadd282a6f37bea122808f8432981c5d52cf MD5sum: 1227073afbbe5fdc009eb182d8ba4c22 Description: Extension for colcon to provide information about the test r colcon-test-result ================== . An extension for `colcon-core `_ to provide information about the test results. Homepage: https://colcon.readthedocs.io Package: python3-colcon-zsh Priority: optional Section: python Installed-Size: 36 Maintainer: Dirk Thomas Architecture: all Version: 0.5.0-100 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.12.0) Filename: pool/main/p/python3-colcon-zsh/python3-colcon-zsh_0.5.0-100_all.deb SHA512: 3f69e8e72ce23ea1e5ab1663aa15eb96c4ad1bc027a5f84c32d6a5c561f889a9b2718a7aa1d4d5a644929fe8c149b72f93e34fa59344a6c1bf6abddb456b4e90 Size: 5560 SHA256: a62a1f4b3dfaa57db070d0eecd7b16bfc336eb412fedfba90fd4edc2c4e2635a SHA1: 4e35982a2bef00de88af0e6749815964ffb85625 MD5sum: 9f325b2f7e6d29c099cbcc8c99a754e2 Description: Extension for colcon to provide Z shell scripts. colcon-zsh ========== . An extension for `colcon-core `_ to provide `Z shell `_ scripts. Homepage: https://colcon.readthedocs.io Package: python3-osrf-pycommon Priority: optional Section: python Installed-Size: 121 Maintainer: William Woodall Architecture: all Version: 2.0.2-1 Depends: python3:any (>= 3.8~), python3-setuptools, python3-importlib-metadata Conflicts: python-osrf-pycommon Filename: pool/main/p/python3-osrf-pycommon/python3-osrf-pycommon_2.0.2-1_all.deb SHA512: c2aec229c62f2b491908bb84b00fbcfeb33d3918826d1f527f9b258879d5aa465f2623bbb6dabd9fa46d02bfbff97e097de70358510932919c6d2e604d7835fc Size: 23292 SHA256: 4be12211afbc60b27796b3598014002e52e820ffa79af0c71bbd63ac6012de23 SHA1: 244e499cf67d0073ee3ee01ae0ecdfd22b52391c MD5sum: 5914f20e07e090db895ad7a5438562b9 Description: Commonly needed Python modules, used by Python software deve Homepage: http://osrf-pycommon.readthedocs.org/ Package: python3-pallet-patcher Priority: optional Section: python Installed-Size: 47 Maintainer: unknown Architecture: all Version: 0.2.1+upstream-1 Depends: python3:any (>= 3.6~), python3-packaging, python3 (>= 3.11) | python3-tomli (>= 1) | python3-toml Filename: pool/main/p/python3-pallet-patcher/python3-pallet-patcher_0.2.1+upstream-1_all.deb SHA512: 0d38c34d5f8f52c36040cd484d165c21f0b2642ac2745628e3bae9dc082446719ebd0a6e3e5ae0cb5bb798fdafea6d4a3a96336e4ce91f9ba42ee5b66f81233d Size: 9848 SHA256: f9403c161fed7bb7207a8ce4840227d87b5b3fdf2b5dec67063c231053715e41 SHA1: 774c99efd6c7fda1b3cd4233ac4b401e79d97f2e MD5sum: 597d1409289fa3be29ad380d5d058112 Description: Tools for working with curated collections of Cargo packages pallet-patcher ============== . |build| |coverage| |pypi| . *Tools for working with curated collections of Cargo packages* . ``pallet-patcher`` is a command-line tool designed to compose a collection of locally available Cargo packages that satisfy the dependencies of a given Cargo manifest. It resolves dependencies from provided local search paths, identifying compatible crate versions, and outputs patch arguments or configuration that can be supplied directly to Cargo. This is particularly useful for building Cargo projects in offline environments or working with specific layers of dependencies. . Motivation ---------- . Cargo is designed to be highly reliable by ensuring that dependencies are either pulled from a central registry (like crates.io) or explicitly defined by their location (e.g., ``path = "../my-crate"``). While this approach provides great predictability, there are specialized use cases where developers may need more flexibility—specifically, when resolving dependencies from dynamically provided local directories without modifying the original source code. . Other build systems and environments often provide mechanisms to search for dependencies across multiple locations: . - **CMake** utilizes ``CMAKE_PREFIX_PATH`` for package discovery. - **pkg-config** leverages ``PKG_CONFIG_PATH`` to locate libraries. - **Python** uses ``PYTHONPATH`` to find modules. Package: python3-rocker Priority: optional Section: python Installed-Size: 96 Maintainer: Tully Foote Architecture: all Version: 0.2.14-100 Depends: python3-docker, python3-empy, python3-packaging, python3-pexpect, python3-urllib3, python3:any (>= 3.2~) Conflicts: python-rocker Filename: pool/main/p/python3-rocker/python3-rocker_0.2.14-100_all.deb SHA512: 49147e17d157c8c0a23446ed249c9852c4f4d3d6c9f05ea68a0502d8fb074e4b73bb0069393832305e1396d854271a4d6e9f433ab0dd95c6051f96dd4e020c03 Size: 17340 SHA256: 04fa323973cf54477e29f3f2a0fd06c5bdad003b4f6372a78b6ebb8e378f91dd SHA1: 64b71a2c4754eb570cdbaa2188b4bfcf67bfcf8b MD5sum: 2181b1a03129fcd9211cebffd1bdad67 Description: A tool to run docker containers with customized extras A tool to run docker containers with customized extra added like nvidia gui support overlayed. Homepage: https://github.com/osrf/rocker Package: python3-ros-buildfarm Priority: optional Section: python Installed-Size: 112 Maintainer: Dirk Thomas Architecture: all Version: 4.1.0-100 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.2.6), python3-ros-buildfarm-modules (>= 4.1.0), python3-rosdistro-modules (>= 1.0.0), python3-yaml Conflicts: python-ros-buildfarm Filename: pool/main/p/python3-ros-buildfarm/python3-ros-buildfarm_4.1.0-100_all.deb SHA512: c6ec88b2e775d44fa1866e7077d5712dde6a09832f33a30353ece76ce913e25c7f0e867827f8e325179eb7626817d37b503a52078fe45b8e73d5a4e2f59007f2 Size: 8404 SHA256: 8d41621538c0cb4df511af206fc882175eb3babdc68e363d97dc4164217b2937 SHA1: 664675ec2c76b0ec3759ae95ab7d821d1e5d2271 MD5sum: ab89351d0c603346f074c814a6ca5898 Description: Build farm used to build the ROS ecosystem's packages. # ROS build farm based on Docker . This repository contains the scripts and templates to generate Jenkins jobs or alternatively shell scripts to run jobs locally. Please look in the [doc](doc/index.rst) folder for more information about how to invoke the job generation and an explanation of the different job types. . The ROS build farm is using [Docker](http://www.docker.com) for each step in the process. It is based on the ROS distro specification [REP 143](http://www.ros.org/reps/rep-0143.html) and uses a separate repository to configure the jobs being generated (e.g. [ros-infrastructure/ros_buildfarm_config](https://github.com/ros-infrastructure/ros_buildfarm_config)). . If you are going to use any of the provided infrastructure please consider watching the [buildfarm Discourse category](https://discourse.ros.org/c/buildfarm) in order to receive notifications e.g. about any upcoming changes. . For quick reference to run scripts: Homepage: https://github.com/ros-infrastructure/ros_buildfarm Package: python3-ros-buildfarm-modules Priority: optional Section: python Installed-Size: 1312 Maintainer: Dirk Thomas Architecture: all Version: 4.1.0-1 Replaces: python3-ros-buildfarm (<< 1.3.0) Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.2.6), python3-empy, python3-jenkinsapi, python3-rosdistro-modules (>= 1.0.0), python3-vcstool (>= 0.1.37), python3-yaml Conflicts: python3-ros-buildfarm (<< 1.3.0) Filename: pool/main/p/python3-ros-buildfarm-modules/python3-ros-buildfarm-modules_4.1.0-1_all.deb SHA512: 552e5cc4bd4c8148f41e3b9f7910c766625b28ae54a50709fe0b84fbafef5e1786ed2ce481a841456a6462850053ea840ae097ca6af937cb96eb5640ea7ec407 Size: 164104 SHA256: ae11d6c5379a4e70e7d2c2bb444a734c5aba4e27af8ce1accf8759b9d0e6896a SHA1: 6b66de6f97436f11ce67bcbb5389362c00b9d2cf MD5sum: 3c61fd18f485d7a3020e935e32716f4c Description: Build farm used to build the ROS ecosystem's packages. # ROS build farm based on Docker . This repository contains the scripts and templates to generate Jenkins jobs or alternatively shell scripts to run jobs locally. Please look in the [doc](doc/index.rst) folder for more information about how to invoke the job generation and an explanation of the different job types. . The ROS build farm is using [Docker](http://www.docker.com) for each step in the process. It is based on the ROS distro specification [REP 143](http://www.ros.org/reps/rep-0143.html) and uses a separate repository to configure the jobs being generated (e.g. [ros-infrastructure/ros_buildfarm_config](https://github.com/ros-infrastructure/ros_buildfarm_config)). . If you are going to use any of the provided infrastructure please consider watching the [buildfarm Discourse category](https://discourse.ros.org/c/buildfarm) in order to receive notifications e.g. about any upcoming changes. . For quick reference to run scripts: Homepage: https://github.com/ros-infrastructure/ros_buildfarm Package: python3-rosdep Priority: optional Section: python Installed-Size: 21 Maintainer: Tully Foote, Ken Conley Architecture: all Version: 0.27.0-1 Depends: python3:any (>= 3.6~), python3-rosdep-modules (>= 0.27.0) Conflicts: python-rosdep, python-rosdep2, python3-rosdep2 Filename: pool/main/p/python3-rosdep/python3-rosdep_0.27.0-1_all.deb SHA512: 89683128374fc5f5f739ac34cee2833bbdad641b57eac54a7eb561d27347451abfe8aa4c453defc62e40cca9435c99d2f818b1257abe005d1ab8a04c7ec24d5b Size: 3560 SHA256: 4467c6849b18ecd81592515046d22b137ed94f07944e493d70f5d492ba34e0ed SHA1: 598da5dd838d2e455329d0099ae13bac90929261 MD5sum: 5ad1f8ee4fdf653961633e514398a57b Description: rosdep package manager abstraction tool for ROS Command-line tool for installing system dependencies on a variety of platforms. Homepage: http://wiki.ros.org/rosdep Package: python3-rosdep-modules Priority: optional Section: python Installed-Size: 340 Maintainer: Tully Foote, Ken Conley Architecture: all Version: 0.27.0-1 Replaces: python3-rosdep (<< 0.18.0) Depends: python3:any (>= 3.6~), ca-certificates, python3-rospkg-modules (>= 1.6.1), python3-yaml, python3-catkin-pkg-modules (>= 0.4.0), python3-rosdistro-modules (>= 0.7.5), python3 (>= 3.8) | python3-importlib-metadata, sudo Conflicts: python3-rosdep (<< 0.18.0), python3-rosdep2 Filename: pool/main/p/python3-rosdep-modules/python3-rosdep-modules_0.27.0-1_all.deb SHA512: b16c81f46afb2be464913b6be0cc9f7fd12c90cda3eedc7e300648e6fa05c4614b07fe2784e83c435ea53f8a4d2ec54ab2ddb75d6854c2fa3a647d3f2a9d4e66 Size: 54996 SHA256: d56fd84c7912fe2105620a1a8e401a143afb0c3db8cb9be1dac0764f853ad1bf SHA1: 143de2d5c6cd774eda8aa50f29acf01d621f72c0 MD5sum: b484d7910f706c94c8ae96c94cc375e9 Description: rosdep package manager abstraction tool for ROS Command-line tool for installing system dependencies on a variety of platforms. Homepage: http://wiki.ros.org/rosdep Package: python3-rosdistro Priority: optional Section: python Installed-Size: 24 Maintainer: Wim Meeussen, Dirk Thomas Architecture: all Version: 1.1.0-100 Depends: python3:any (>= 3.6~), ca-certificates, python3-packaging (>= 16.8.0), python3-rosdistro-modules (>= 1.1.0), python3-setuptools, python3-yaml Conflicts: python-rosdistro Filename: pool/main/p/python3-rosdistro/python3-rosdistro_1.1.0-100_all.deb SHA512: 8d1474d878cde4df7172c77a47be2f2af22df41f7bd3fe242c56b71b12b3a4c6173be53f3988ccc21d977a562b9cac2785b0ab952b52191a860afbfb8e536adc Size: 3752 SHA256: 74e1342a11c87921757176f3b731c5a0e38c069ca9851cbe437303f726cd394c SHA1: e79e97ebf8ffe521f583c80c10a0015e0909b255 MD5sum: 2f8bc6f260b021c9abbcda7e93f4e87c Description: A tool to work with rosdistro files A tool to work with rosdistro files Homepage: http://wiki.ros.org/rosdistro Package: python3-rosdistro-modules Priority: optional Section: python Installed-Size: 302 Maintainer: Wim Meeussen, Dirk Thomas Architecture: all Version: 1.1.0-1 Replaces: python3-rosdistro (<< 0.6.0) Depends: python3:any (>= 3.6~), ca-certificates, python3-catkin-pkg-modules, python3-packaging (>= 16.8.0), python3-rospkg-modules, python3-setuptools, python3-yaml Conflicts: python3-rosdistro (<< 0.6.0) Filename: pool/main/p/python3-rosdistro-modules/python3-rosdistro-modules_1.1.0-1_all.deb SHA512: 2a664f90fe55ad151907d295b6b96b085515e5918fb548f8443958eb748af12ff07f34efa079ed3f41bba18f801627a95c409f02edf459279ae432126f186f90 Size: 37856 SHA256: 0922467159e4c3a2d27659ea1af006e39e2eb30f288e39928db79438a848d78f SHA1: 7c9e9319fbc5540cc1542979d1820c4c3bda135b MD5sum: 9f040226d12042f56b632446ed942f9d Description: A tool to work with rosdistro files A tool to work with rosdistro files Homepage: http://wiki.ros.org/rosdistro Package: python3-rosdistro-reviewer Priority: optional Section: python Installed-Size: 86 Maintainer: unknown Architecture: all Version: 0.1.3-1 Depends: python3:any (>= 3.6~), python3-colcon-core (>= 0.18.0), python3-git, python3-rosdep-modules | python3-rosdep2, python3-unidiff, python3-yaml, yamllint Recommends: python3-github Filename: pool/main/p/python3-rosdistro-reviewer/python3-rosdistro-reviewer_0.1.3-1_all.deb SHA512: 34a281fc858f8c40ef8118aa64c53c173cf83c9712120687e96f85926af8b6c0729c10149b265cfae72d7b64e3d45d9cb9fed797111962dd99a852ba80e013eb Size: 16448 SHA256: 7e74c1b3dc20b317f3f4fbde7f9874651d92b1fb582887f3c1ce8af70f039ccd SHA1: 2c479a1847fe3b34dfb77d2a0949870e5d497886 MD5sum: 96f92a2e5943b9c835b97df81d03d987 Description: Automation for analyzing changes to the rosdep database and # rosdistro-reviewer . [![build](https://img.shields.io/github/actions/workflow/status/ros-infrastructure/rosdistro-reviewer/ci.yaml?branch=main&event=push)](https://github.com/ros-infrastructure/rosdistro-reviewer/actions/workflows/ci.yaml?query=branch%3Amain+event%3Apush) [![coverage](https://img.shields.io/codecov/c/github/ros-infrastructure/rosdistro-reviewer/main)](https://app.codecov.io/gh/ros-infrastructure/rosdistro-reviewer/branch/main) [![pypi](https://img.shields.io/pypi/v/rosdistro-reviewer)](https://pypi.org/project/rosdistro-reviewer/) . _Automation for analyzing changes to the rosdep database and rosdistro index_ . The rosdistro index and rosdep database hold a significant amount of semi-manually curated information about various types of packages and how they are associated. To facilitate maintenance of this data and discourage modifications which might introduce unexpected behavior for users, robust automation is needed to validate proposed changes. . This tool analyzes a git repository containing changes to the rosdistro index and/or rosdep database and provides specific and actionable feedback. It is also capable of posting that feedback directly to a content forge like GitHub as a pull request review. . ## Invoking rosdistro-reviewer locally . Nearly all of the validation that rosdistro-review does can be performed locally. To run the analysis, just run `rosdistro-reviewer` from anywhere in the git repository you'd like to check. By default, the tool will only analyze uncommitted changes against the most recent commit. If you've already committed your changes and you'd still like to check them, you can choose a different target ref with the `--target-ref` option. For example: ``` $ rosdistro-reviewer --target-ref origin/master . ✅ No changes recommended /————————————————————————————————————————————————————————————————————————————\ Package: python3-rosdoc2 Priority: optional Section: python Installed-Size: 143 Maintainer: William Woodall Architecture: all Version: 0.2.1-1 Depends: python3-breathe, python3-catkin-pkg, python3-jinja2, python3-pkg-resources, python3-sphinx, python3-sphinx-rtd-theme, python3-yaml, python3:any (>= 3.6~), python3-catkin-pkg-modules, python3-exhale, python3-myst-parser, python3-osrf-pycommon, python3-setuptools, doxygen, graphviz Filename: pool/main/p/python3-rosdoc2/python3-rosdoc2_0.2.1-1_all.deb SHA512: fc5cfd7e6912891c7f581565465039e885d3fcbc934806f43126edc4e0f54827bd99e2c47bbc044d36298720a5f86a250a39c860e20bfb68cdb8ce0e0bf621e5 Size: 26444 SHA256: 6913abdf95606de728d15da6508f31d879ec718ec300cce8e23e519d28ee2ec0 SHA1: b2fbc6d240587b00c5f9b42fea6655fcafa26e49 MD5sum: 307da53c3156eda7f65602ac168aa28b Description: Command line tool to build documentation for ROS packages. # rosdoc2 . Command-line tool for generating documentation for ROS 2 packages. . ## Quick-start . This tool can be viewed from two perspectives: first from the perspective of a user wanting to building documentation for any given ROS 2 package in order to view it, and second from the perspective of package maintainers who need to write their documentation and configure how this tool works on their package. . ### Build documentation for a ROS 2 package . To generate the documentation for almost any ROS 2 package, run this command replacing the arguments with appropriate directories: . ``` rosdoc2 build \ --package-path ./src/path/to/my_package_name ``` . > [!NOTE] > Please see [Known Issues](#known-issues) if failed. Homepage: https://github.com/ros-infrastructure/rosdoc2 Package: python3-rosinstall-generator Priority: optional Section: python Installed-Size: 75 Maintainer: Dirk Thomas Architecture: all Version: 0.1.23-1 Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules (>= 0.1.28), python3-rosdistro-modules (>= 0.7.3), python3-rospkg-modules, python3-yaml Conflicts: python-rosinstall-generator Filename: pool/main/p/python3-rosinstall-generator/python3-rosinstall-generator_0.1.23-1_all.deb SHA512: d035b9d87091fd2dccbe14567e8034aec9c39ce1c58446afe981b7b784ba6f0e855baec87240aacb7c01c5f5e52d3385ec9bac9b777a8348b06c1dbbe96d138b Size: 11804 SHA256: e0f702985eb3dfd6880c384ceb8d20b73690f3a8ccd1025198be92e816b7624c SHA1: 1f7ae24701f1985251fa3097120ede00f5b51c56 MD5sum: b8f01a493feb485a3d57d42a6557b191 Description: A tool for generating rosinstall files A tool for generating rosinstall files Homepage: http://wiki.ros.org/rosinstall_generator Package: python3-rospkg Priority: optional Section: python Installed-Size: 18 Maintainer: Ken Conley Architecture: all Version: 1.6.3-100 Depends: python3:any (>= 3.6~), python3-rospkg-modules (>= 1.6.3) Conflicts: python-rospkg Filename: pool/main/p/python3-rospkg/python3-rospkg_1.6.3-100_all.deb SHA512: cd3e91644aafbfa160ecb7e0382dc205a08f73a27b87cd2ff7ca77f4fec6f7476317c4533c732a2597e708dfe6e9e4519f979463c4a882bec1ae172af889d043 Size: 2528 SHA256: 5d8d4ae1fc915b081ce78c58c821ee4fe834e668610e0ada1213d13ca924aeb7 SHA1: fc58d1effa8471a5e92f0e24f8b9948f8eb01a99 MD5sum: d2dfd73f378c592105aa1d38e4fd28ba Description: ROS package library Library for retrieving information about ROS packages and stacks. Homepage: http://wiki.ros.org/rospkg Package: python3-rospkg-modules Priority: optional Section: python Installed-Size: 134 Maintainer: Ken Conley Architecture: all Version: 1.6.3-1 Replaces: python3-rospkg (<< 1.1.0) Depends: python3:any (>= 3.6~), python3-catkin-pkg-modules, python3-distro (>= 1.4.0) | python3 (<< 3.8), python3-yaml, lsb-release Conflicts: python3-rospkg (<< 1.1.0) Filename: pool/main/p/python3-rospkg-modules/python3-rospkg-modules_1.6.3-1_all.deb SHA512: 43ad6cabae791466dfebc6723b8d7d028bfce837b7ea2fc87e016798d4db5100b5a761c48bf6eaca8d04859dfb72164e37a553b58309acdb903a70bab347207e Size: 24568 SHA256: 89e4b894d6a65ed93224a9694f16bfce654e2d7e7cf629fe886ae7a9f247707f SHA1: b3d7d5a8895561f0ab03045e1ac95c54e926e22c MD5sum: 4f83dd4105a4e923224b252308af0307 Description: ROS package library Library for retrieving information about ROS packages and stacks. Homepage: http://wiki.ros.org/rospkg Package: python3-vcs2l Priority: optional Section: python Installed-Size: 197 Maintainer: Dirk Thomas Architecture: all Version: 1.1.7-1 Replaces: python3-vcstool (= 1.1.7-1), vcstool (= 1.1.7-1) Provides: python3-vcstool (= 1.1.7-1), vcstool (= 1.1.7-1) Depends: python3:any (>= 3.8~), python3-yaml Conflicts: python-vcstool (<< 1.1.7-1), python3-vcstool (<< 1.1.7-1), vcstool (<< 1.1.7-1) Filename: pool/main/p/python3-vcs2l/python3-vcs2l_1.1.7-1_all.deb SHA512: 7f980ee69927ad196781f5925ac3017d202fd0b591954eebaf3ae4f1a15359796bedd3bbe3667c94bbfc229934f99aebe02060da15bec9b73682a1d0fb30323f Size: 29260 SHA256: ab483733078ba33f9c066bb57a6421846ec78973df6b0c3cf3473740d79551b4 SHA1: ff569ec2403453938a37d31f986bbffc22e54147 MD5sum: ba5034456d0781b9108389e698c92e8c Description: vcs2l provides a command line tool to invoke vcs commands on # What is vcs2l? . Vcs2l is a fork of Dirk Thomas's [`vcstool`](https://github.com/dirk-thomas/vcstool/) which is a version control system (VCS) tool, designed to make working with multiple repositories easier. . This fork is created to continue the development of `vcstool`, as it is no longer actively maintained. . The commands provided by vcs2l have the same naming structure as the original fork, so it can be used as a drop-in replacement. Therefore, the repository is renamed to `vcs2l` while maintaining the command names to `vcstool` to ensure compatibility with existing scripts and workflows. . For more information on how to use vcs2l, please refer to the [**documentation**](https://ros-infrastructure.github.io/vcs2l/index.html). . ### Note: This tool should not be confused with [vcstools](https://github.com/vcstools/vcstools/) (with a trailing `s`) which provides a Python API for interacting with different version control systems. . The biggest differences between the two are: - `vcstool` doesn't use any state beside the repository working copies available in the filesystem. - The file format of `vcstool export` uses the relative paths of the repositories as keys in YAML which avoids collisions by design. - `vcstool` has significantly fewer lines of code than `vcstools` including the command line tools built on top. . ## Python 3.6+ support Homepage: https://github.com/ros-infrastructure/vcs2l Package: python3-vcstool Priority: optional Section: python Installed-Size: 172 Maintainer: Dirk Thomas Architecture: all Version: 0.3.0-1 Depends: python3-pkg-resources, python3-yaml, python3:any (>= 3.5~), python3-setuptools Conflicts: python-vcstool Filename: pool/main/p/python3-vcstool/python3-vcstool_0.3.0-1_all.deb SHA512: 5a5d569627da8041087de913304c9f5962c91c3c1894a9930d38bfa44985d44c85ff85701748b46c38663d7e0f8d3f8c6f14d406b1179397fa183a1c082a2209 Size: 23112 SHA256: 20a0f8090bbd5453ba8e14161e2ccdca18cffdf2e56dd50a7d425863b3e6e5cb SHA1: 9694641a637bbb85de9328a22f71677b4bf08c72 MD5sum: cf792e719ce489a3b4415adf074ce6fc Description: vcstool provides a command line tool to invoke vcs commands vcstool enables batch commands on multiple different vcs repositories. Currently it supports git, hg, svn and bzr. Homepage: https://github.com/dirk-thomas/vcstool Package: python3-vcstools Priority: optional Section: python Installed-Size: 168 Maintainer: Tully Foote, Thibault Kruse, Ken Conley Architecture: all Version: 0.1.42-1 Depends: python3-dateutil, python3-yaml, python3:any (>= 3.2~), subversion, mercurial, git-core, bzr Filename: pool/main/p/python3-vcstools/python3-vcstools_0.1.42-1_all.deb SHA512: 2bec2a285d0900ab0506e69afa8a8953350c890a5d32c5fcd3f014464db565a836de250452a04b051964d40aff965a4f96ce4b6b509642fc0bb970ab69822be9 Size: 30132 SHA256: ae6a65d40a3e5d47c8d4a5a36e557e27e7655e021dc570c04606f93b31aaf942 SHA1: f0836f529ff9fbb1fff3911b7cb1c7d5658ca3a0 MD5sum: f09ebbf24a3349a614b6bd715e85b409 Description: VCS/SCM source control library for svn, git, hg, and bzr vcstools ======== . .. image:: https://travis-ci.org/vcstools/vcstools.svg?branch=master :target: https://travis-ci.org/vcstools/vcstools . .. image:: https://coveralls.io/repos/github/vcstools/vcstools/badge.svg?branch=master :target: https://coveralls.io/github/vcstools/vcstools?branch=master . .. image:: https://img.shields.io/pypi/v/vcstools.svg :target: https://pypi.python.org/pypi/vcstools . .. image:: https://img.shields.io/pypi/pyversions/vcstools.svg :target: https://pypi.python.org/pypi/vcstools . .. image:: https://img.shields.io/pypi/status/vcstools.svg :target: https://pypi.python.org/pypi/vcstools . .. image:: https://img.shields.io/pypi/l/vcstools.svg :target: https://pypi.python.org/pypi/vcstools Package: ros-build-essential Priority: optional Section: misc Installed-Size: 10 Maintainer: Steven! Ragnarök Architecture: all Version: 1.0.3 Depends: build-essential, cmake, git, python3, python3-setuptools Filename: pool/main/r/ros-build-essential/ros-build-essential_1.0.3_all.deb SHA512: e6faade2ae8f7d9ac3cd147b94af9ca4916f0dc9c707ed61b98bfffd82854f3db7f0ab595faff8642197b88d7dcaa88b0c3a96cd63248184ba53538bb0976d02 Size: 2260 SHA256: 70f363c1b8f22f6d93c7b06b47ffec0cd1cd54bc10db29b3718b1ce505a1cb49 SHA1: 4d9d3050a9e307f126e580e75575f0803eb418fc MD5sum: d85f696d0d9619b40c1105a3507edc73 Description: Packages expected when building any ROS package Variant which includes packages that are expected to be present when building any ROS packages. Homepage: https://github.com/ros-infrastructure/infra-variants Multi-Arch: foreign Package: ros-dev-tools Priority: optional Section: misc Installed-Size: 9 Maintainer: Steven! Ragnarök Architecture: all Version: 1.0.3 Depends: ros-build-essential, python3-bloom, python3-colcon-common-extensions, python3-colcon-mixin, python3-rosdep, python3-vcstool, wget Filename: pool/main/r/ros-dev-tools/ros-dev-tools_1.0.3_all.deb SHA512: e682b612d08de8bdfb6d88e5c10ecd515fe449c4b061907e449df676fd16c9ca3e44613ce7f05b7634c45863ebad67f01b50a0f12ab047853d74dea2bc3c4f4f Size: 1756 SHA256: 05503d1672ec3a9907c639b5e66952aa34a7e4e4cea849342eaec9d285247db6 SHA1: 4f474514836b54f15f1f344149377c5ced76b73b MD5sum: bb08410fd02713d31ae2cae3ad1869e7 Description: Developer Tools for ROS Variant which includes packages generally useful during ROS development. Homepage: https://github.com/ros-infrastructure/infra-variants Multi-Arch: foreign Package: ros-lyrical-ackermann-msgs Version: 2.0.2-7resolute.20260901.110242 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 597 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ackermann_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-msgs/ros-lyrical-ackermann-msgs_2.0.2-7resolute.20260901.110242_amd64.deb Size: 54594 SHA256: fb0d08215f5e67eafcfb8c3355acd2fa00e4e823cc7d2c08e82b0c2718af4329 SHA1: ed2b6a05433dea304609cb2b6eac307258815564 MD5sum: 4ece72c050f07de469e47eb075398e8e Description: ROS2 messages for robots using Ackermann steering. Package: ros-lyrical-ackermann-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ackermann-msgs Version: 2.0.2-7resolute.20260901.110242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 426 Depends: ros-lyrical-ackermann-msgs (= 2.0.2-7resolute.20260901.110242) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-msgs/ros-lyrical-ackermann-msgs-dbgsym_2.0.2-7resolute.20260901.110242_amd64.deb Size: 267354 SHA256: 31235fc31e6de80804ffc1fc406ed446e064197a3643287dae1008c40afb177f SHA1: ccb967456f675ccf2c396624003f762c2f48ba21 MD5sum: 158321b28bad1e3ca6239f9f932904ac Description: debug symbols for ros-lyrical-ackermann-msgs Build-Ids: 004faf1ea3ce01586d4a13ad99ac0700b747e80e 0f1a269e5fdea70c988c1e780da1304ca4bd8a4e 1708f15d80f12e0f848355f69cda159a7b531e66 51a427989010fdaf980cfbcdfd51aea2aebd4a4b 587d1c8401c246d6a6f9fb73bd5934deb78367da 6df61ca317a0e026a9980a2e6cfda1cfc561ae3d 727e49e9d9443e67778e8cc94e12fd345cbc384b 8b43c9a959a6654e017502a8fba7ef7f4d4c86d0 a79de2e18a79683728063a1349e438039416ed54 f991a9d746579c00c276e09cb9627f380ef8fe4f ff1d24091e56a9c9858b3f778d3417530439d071 Package: ros-lyrical-ackermann-nlmpc Version: 1.0.3-3resolute.20260901.134521 Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 301 Depends: ros-lyrical-ackermann-msgs, ros-lyrical-ackermann-nlmpc-msgs, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ackermann_nlmpc/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-nlmpc/ros-lyrical-ackermann-nlmpc_1.0.3-3resolute.20260901.134521_amd64.deb Size: 47112 SHA256: 23e9bb52323802cc9ac77380c400276a337f12cbac79e83a24d870563e168b50 SHA1: daee6d265f5ad238600dfe160f0307bd960eea16 MD5sum: 30a8e2193c48efaa0545cd246da7ef04 Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-lyrical-ackermann-nlmpc-msgs Version: 1.0.3-3resolute.20260901.110251 Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 688 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ackermann_nlmpc_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-nlmpc-msgs/ros-lyrical-ackermann-nlmpc-msgs_1.0.3-3resolute.20260901.110251_amd64.deb Size: 65762 SHA256: febbe8a533ed9e7f7ed2ebec6f3f1da31b7adb32591874c34f4745a5209ffffa SHA1: d9dea70fd338ddfcb6442a32039987b9b3577b0a MD5sum: 31b829c619c248dbf03e9bfa1caba857 Description: Message definitions for ackermann_nlmpc Package: ros-lyrical-ackermann-nlmpc-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ackermann-nlmpc-msgs Version: 1.0.3-3resolute.20260901.110251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 502 Depends: ros-lyrical-ackermann-nlmpc-msgs (= 1.0.3-3resolute.20260901.110251) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-nlmpc-msgs/ros-lyrical-ackermann-nlmpc-msgs-dbgsym_1.0.3-3resolute.20260901.110251_amd64.deb Size: 340038 SHA256: 9fc54ff40feaf087a21a5487ad2969b08cb08f5f32ba4e05c789ef76e6dac7fb SHA1: 09168d406c51004d7626aba1a2a7536c93bd1286 MD5sum: 5bf7cec3be5c4625ce914bd6dc71def3 Description: debug symbols for ros-lyrical-ackermann-nlmpc-msgs Build-Ids: 03c0e839bb1c1e61a697c54aa0fa0e04a7ad138f 08629abca21a274ff4b150266b717affda37adce 2153ff8fb6b86924a46673e052f3a5c8227fd097 21c637575ba59bd945b31ea03abd9d480ccbc410 58ebe8b0241e38bb4c01a82531453f621068649c 712719b8bb21e74d6411e16cb784d14d985192ba 7595cca0ba52b768624ad506c5572c0625ad7c7a d1b3c6249cebf0f33b6a3726173f75604edf99d3 d24ca1daad4628f1064084e9b64f9ffa8c4a2d61 e1cc7f4e13703ce719e43e3992229e0052c34bc9 eb10a0c718b9dc593ab5146d5b4e5eb40c092ada Package: ros-lyrical-ackermann-steering-controller Version: 6.9.0-1resolute.20260908.113053 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 221 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-srvs, ros-lyrical-steering-controllers-library, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-steering-controller/ros-lyrical-ackermann-steering-controller_6.9.0-1resolute.20260908.113053_amd64.deb Size: 52844 SHA256: 597f2b3adfb92b3e46957bcbc670e7b8ba6a2a7fbe4d2d4e32009cc95d3bd148 SHA1: 7dc477207d3c4dcb2bdc9bd6575ab9726933f69a MD5sum: d742a57d136866b4a94daba0d5713898 Description: Steering controller for Ackermann kinematics. Rear fixed wheels are powering the vehicle and front wheels are steering it. Package: ros-lyrical-ackermann-steering-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-ackermann-steering-controller Version: 6.9.0-1resolute.20260908.113053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 801 Depends: ros-lyrical-ackermann-steering-controller (= 6.9.0-1resolute.20260908.113053) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ackermann-steering-controller/ros-lyrical-ackermann-steering-controller-dbgsym_6.9.0-1resolute.20260908.113053_amd64.deb Size: 751882 SHA256: 65b0cb442ad103ef3c1ca2ccb6d9786015e7f6c1fd550b9fe6945d01633dc9ea SHA1: fd2a688dcbc867fc71192904bf0d0cfab38472ea MD5sum: 89826627b89b94bb0270bee1ef0b04e3 Description: debug symbols for ros-lyrical-ackermann-steering-controller Build-Ids: f0ec7d315a53eaaef3c16cc9a1376c3d12446f18 Package: ros-lyrical-action-msgs Version: 2.4.5-1resolute.20260901.100121 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1141 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-core-runtime, ros-lyrical-service-msgs, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/action_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-action-msgs/ros-lyrical-action-msgs_2.4.5-1resolute.20260901.100121_amd64.deb Size: 101632 SHA256: 37c092f1f2bda37169fa011fde19e429832895495acc9fd65a3e5b5c134dcafc SHA1: 0d61a1d99c1ec207d385aedcf8f773bcfc5c3dea MD5sum: fd36246adad5a31b89cde01ef95d2434 Description: Messages and service definitions common among all ROS actions. Package: ros-lyrical-action-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-action-msgs Version: 2.4.5-1resolute.20260901.100121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 891 Depends: ros-lyrical-action-msgs (= 2.4.5-1resolute.20260901.100121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-action-msgs/ros-lyrical-action-msgs-dbgsym_2.4.5-1resolute.20260901.100121_amd64.deb Size: 634622 SHA256: b2c39440c76e4a068fa265ea5caca2701bbc798013dfd32225cbdd9dc3668fa9 SHA1: 206fa427410774d1cf61f2ee63187e7630e58d50 MD5sum: f857318671d3e2f820ed3ffedb83aafb Description: debug symbols for ros-lyrical-action-msgs Build-Ids: 225b68f41ab7699313009744c5bf97f861aa57c8 5387d92e866ca835af257febc4c9cb8b8fb6d677 669cd110d16a331fda66869c8d091cf459c8191c 8e44d1f1337e684c4a79a430606b33e66149cb83 a1bb0d223cada78ff7936fdba2fcc63dec1fa6dd afcf8c834c55f1e87aec686021b4586fa8f39c83 c50e27ab6cedfe71572b1dba2bf46cb396d6f19b c65e66c2342f0eabe0f5ccfe815262a66e9cc86d dca6d7262ee8424b966665d4f2021db47fe41865 eaea2ea15034b691f5dc8d089c7983b088748b81 f73b0dcff487515767b9f00bcfd60949bdc1e92f Package: ros-lyrical-action-tutorials-cpp Version: 0.37.9-1resolute.20260901.162407 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 360 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/action_tutorials_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-action-tutorials-cpp/ros-lyrical-action-tutorials-cpp_0.37.9-1resolute.20260901.162407_amd64.deb Size: 81756 SHA256: c52c283ffe971908d7ee1ae91fb04da2da976ebf09598b7cb54d27f58cf37b73 SHA1: e465872a20a4716e2b00caaf10cdfeb358fd7d95 MD5sum: 126a019f4330e3acbe4323e6f3830436 Description: C++ action tutorial cpp code Package: ros-lyrical-action-tutorials-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-action-tutorials-cpp Version: 0.37.9-1resolute.20260901.162407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2028 Depends: ros-lyrical-action-tutorials-cpp (= 0.37.9-1resolute.20260901.162407) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-action-tutorials-cpp/ros-lyrical-action-tutorials-cpp-dbgsym_0.37.9-1resolute.20260901.162407_amd64.deb Size: 1510738 SHA256: 6b4271ace1d63a3d103da22c65024d179819d872ce8c6c9b0aa0c30fc74c6585 SHA1: b3dfc6a3af6bb55b894303a3915e1821abe7c500 MD5sum: f030932ad959a09cdaec9793220e1dc1 Description: debug symbols for ros-lyrical-action-tutorials-cpp Build-Ids: 176b69189a04db087e2734a67583784cca890a20 671d2d50c06f0562490e5426d2590cf15a4a9e33 fa94c5b00bdeaf8576b40db4e75d667d48337b8b Package: ros-lyrical-action-tutorials-py Version: 0.37.9-1resolute.20260901.181047 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 64 Depends: ros-lyrical-example-interfaces, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/action_tutorials_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-action-tutorials-py/ros-lyrical-action-tutorials-py_0.37.9-1resolute.20260901.181047_amd64.deb Size: 11804 SHA256: e83583489055eb4912ab25863cad66a80f0fe8cab98167530545d0fda5b5c2d9 SHA1: 584ec1817a2e18ffc61199d6b29d45af1c6ace03 MD5sum: 229cb6f0d1de91b4c0a719db555e0ac6 Description: Python action tutorial code Package: ros-lyrical-actuator-msgs Version: 0.0.1-5resolute.20260901.115322 Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1450 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/actuator_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-actuator-msgs/ros-lyrical-actuator-msgs_0.0.1-5resolute.20260901.115322_amd64.deb Size: 107078 SHA256: 2d25053261737c1406d9e33c9fa5b61e79c4917f43cd56f69e945284b888fb53 SHA1: 69870c4ef44988335958e5f23f498158b5f51905 MD5sum: c8c30fc62147215dad75f7f058be0275 Description: ROS 2 message interface for Actuators. Package: ros-lyrical-actuator-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-actuator-msgs Version: 0.0.1-5resolute.20260901.115322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1170 Depends: ros-lyrical-actuator-msgs (= 0.0.1-5resolute.20260901.115322) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-actuator-msgs/ros-lyrical-actuator-msgs-dbgsym_0.0.1-5resolute.20260901.115322_amd64.deb Size: 854950 SHA256: 05aa008f5ff16ce7004b916727dee390c2101e4d283c35e0b024af0b74f4e716 SHA1: b63ef606fbb1ab278c2fa819fe5c19d4a6fb9e12 MD5sum: 85431b8248807685e1f69e3aff8755fd Description: debug symbols for ros-lyrical-actuator-msgs Build-Ids: 1346f69a8ecb46b05ae3e402a33025c15d9f8853 25f1c9ae38cd225252c1ec42caff4461749365e0 3a012746f28b6662cbe614d167adbe14f5858967 4d6a7a54fb0bda3799d9eb4b7d1e83a4fbfd97bf 648092350964a8c0e0d7ae5d5e073e38da9b9d82 780ecda321bb7c7cb32d862d4b8827292500b025 9a09a6d71a6c11c2a88e0f67dae4d69130996c55 a8fff2e7d34ab2125a4631cbc74f54eed96d4eae bc9cd6d8d6dab5b63188e91fe09a8ad92515d248 ceeaff19ea59164e8aa695285c76d8e7f459f47d d1ba29b0c97d8591e841cdfe60b7f5ba0234e908 Package: ros-lyrical-adi-iio Version: 1.1.0-1resolute.20260901.184244 Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 8596 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libiio0 (>= 0.26), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, libiio-dev, ros-lyrical-rclcpp, ros-lyrical-ros2launch, ros-lyrical-rosidl-default-runtime, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://analogdevicesinc.github.io/iio_ros2/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-adi-iio/ros-lyrical-adi-iio_1.1.0-1resolute.20260901.184244_amd64.deb Size: 742012 SHA256: 1e6dff4eb6c7e6a3a5d5708c933ad1ae4bd836810ad46b6a7cdcdd7f68832080 SHA1: 75e550f17f623aa402b310693c91808828d5f822 MD5sum: c6dcd2199317f16c7b46319a38ef4495 Description: ROS package to interface with IIO devices Package: ros-lyrical-adi-iio-dbgsym Package-Type: ddeb Source: ros-lyrical-adi-iio Version: 1.1.0-1resolute.20260901.184244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 14845 Depends: ros-lyrical-adi-iio (= 1.1.0-1resolute.20260901.184244) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-adi-iio/ros-lyrical-adi-iio-dbgsym_1.1.0-1resolute.20260901.184244_amd64.deb Size: 11868478 SHA256: 3fc941bb36cbec2c5a3e5d9da730cb4d440cfcfc0f3c127c70f2d9aafcf01fea SHA1: 26d80096e602dba0264f943565a2c22e9098b776 MD5sum: 956877fa54b61b8346fa92fbae9e60e8 Description: debug symbols for ros-lyrical-adi-iio Build-Ids: 0a7f6aa065d7c90908794c0942481c7f2b886ff7 4c9938d425769ecf8d36212ee9417b52286d2cd4 527565ec0974c45b4fe08bfd05185fb17312e6bd 62628464fda2baeda7c9a75e55171d088c68f026 729aa721c95df0140faa238c6a835ceaa331996b 7be87bbdf45eeccff1b2ce2c9b01b0953f8cf3af 9be78c70f68406656ae41a36f2d282710b497188 9c11888d453b5b206348fb511ae1629306c823d6 aabbe2fe84f65607d4288599b5dd2c0e42c58880 e62475f89747ce2d223841a834a355c0a34ff70d f3dec47f3970522a797f79b0dff9c438083c5831 fb2a644f50566c3caeb380f211f996f5dc27f283 Package: ros-lyrical-adi-imu Version: 1.1.0-1resolute.20260901.145446 Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 3464 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libiio0 (>= 0.26), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, libiio-dev, ros-lyrical-ament-cmake, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://analogdevicesinc.github.io/imu_ros2/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-adi-imu/ros-lyrical-adi-imu_1.1.0-1resolute.20260901.145446_amd64.deb Size: 383044 SHA256: e57da845f3548d6b933f88ebdd699cf82a582ee6627bea81cb6509c995f08f7c SHA1: 5f21d4964222f2db693f6254c1e65dc746c20b1d MD5sum: 5e385717f2fac2361b847a43432b8631 Description: Publisher for ADI IMUs Package: ros-lyrical-adi-imu-dbgsym Package-Type: ddeb Source: ros-lyrical-adi-imu Version: 1.1.0-1resolute.20260901.145446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Analog Devices" Installed-Size: 8513 Depends: ros-lyrical-adi-imu (= 1.1.0-1resolute.20260901.145446) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-adi-imu/ros-lyrical-adi-imu-dbgsym_1.1.0-1resolute.20260901.145446_amd64.deb Size: 7443554 SHA256: 3bf879707e9027f951d801d8ebad3bff90c7e12e58f5ab28c4e780d7a749709b SHA1: 1313f7952c15e6a688d90781e746a509b9571078 MD5sum: ec041eef10e8753b59a90da91ecfdb48 Description: debug symbols for ros-lyrical-adi-imu Build-Ids: 0c15a158c8365d6725a9d51e8099b8269a382443 2388817f71602c0e7d2d98dc4aeb0620d993c2b7 247eaac486e2b83d70f11a84ab5f67f717b92a2a 24d50d6ab0d2413b622dbed3a354662900d2c328 31763740aaf530548b6f3fff376515949a687d58 6eb29ab17868eb5511e06ee1eba96cd6427de637 9b801bb95f48fb55f0896c1e64c19d444ef658db a6949c55ab72fa37749813143bedf51f7a2b269b b7e385367e427d5e9ac97048ee48fdfdc736d9a0 c1721a88ffed704e18b9efded2a1ccf2b57484aa d732d844485700655e45f63ae4a995568cc14e3e d9bec2d328ce22eb2060f65efed890d27248c294 Package: ros-lyrical-admittance-controller Version: 6.9.0-1resolute.20260908.111902 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1214 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-lyrical-angles, ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-control-toolbox, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-kinematics-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-kdl, ros-lyrical-tf2-ros, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-admittance-controller/ros-lyrical-admittance-controller_6.9.0-1resolute.20260908.111902_amd64.deb Size: 272788 SHA256: 0995f6aa0399b4aef6b74f5743f275fa5a86859b07ec3c0388a5d05198451f38 SHA1: 3214c54300910dfc915c6bcdb2a7381b79b1fbd1 MD5sum: 181f0e92078db6515d8f0468aaf78e26 Description: Implementation of admittance controllers for different input and output interface. Package: ros-lyrical-admittance-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-admittance-controller Version: 6.9.0-1resolute.20260908.111902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6763 Depends: ros-lyrical-admittance-controller (= 6.9.0-1resolute.20260908.111902) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-admittance-controller/ros-lyrical-admittance-controller-dbgsym_6.9.0-1resolute.20260908.111902_amd64.deb Size: 5972196 SHA256: 30fe4454477206f3df7b98a34760c9f3ea2b603dfaf79588567afa9973b7800a SHA1: bdc80cc90cc9a92e8efa2afa05e6b191c842a379 MD5sum: 57f1d611f8fffc464e49b767f5b4f12d Description: debug symbols for ros-lyrical-admittance-controller Build-Ids: 19dabf6e107c9c15361f9ab8eeb8801135e9a97d Package: ros-lyrical-agni-tf-tools Version: 1.0.2-1resolute.20260908.163731 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 699 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.4.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), ros-lyrical-rviz-ogre-vendor, libboost-all-dev, ros-lyrical-angles, ros-lyrical-geometry-msgs, ros-lyrical-interactive-markers, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/agni_tf_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-agni-tf-tools/ros-lyrical-agni-tf-tools_1.0.2-1resolute.20260908.163731_amd64.deb Size: 183566 SHA256: d8d6984ba170a836744c7f35e0e2a5a645ca25785d604f39da63aee4449ecbd5 SHA1: 0652bdc8caf6c48643d5fe917f1e2becc3db8544 MD5sum: 439e5cdf4e3879fd4152879106e207c7 Description: This package provides a gui program as well as a rviz plugin to publish static transforms. Both support the transformation between various Euler angle representations. The rviz plugin also allows to configure the transform with an interactive marker. Package: ros-lyrical-agni-tf-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-agni-tf-tools Version: 1.0.2-1resolute.20260908.163731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 9696 Depends: ros-lyrical-agni-tf-tools (= 1.0.2-1resolute.20260908.163731) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-agni-tf-tools/ros-lyrical-agni-tf-tools-dbgsym_1.0.2-1resolute.20260908.163731_amd64.deb Size: 9487968 SHA256: 83cbbf790386590ddaba44d290de9a35a5fdd84e3c10ff5d428b38df707561ca SHA1: e11ed5df4476943c30fe83e04ef6d56f002419b8 MD5sum: 0db0e5a8ee36232db58126ecdd65cb7a Description: debug symbols for ros-lyrical-agni-tf-tools Build-Ids: 29e7b05de81ff69ce1d637a6b9fc22da295c2089 7ac7b7faf4bb2d336dde72539ac6213710fb0496 922a422294110b39665efe1b9fbfdbfc98d54787 Package: ros-lyrical-ament-acceleration Version: 0.2.0-6resolute.20260728.172729 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 46 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_acceleration/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-acceleration/ros-lyrical-ament-acceleration_0.2.0-6resolute.20260728.172729_amd64.deb Size: 5992 SHA256: c2f56fb821acc735cece34112e7f40d238f9c7f0440ef655d579b6d5dfa9559d SHA1: acd0f372777d4aa5e998e7d1c65645c1f3d64e9f MD5sum: 0ac614c4e8e870af49b72418fa1becca Description: CMake macros and utilities to include hardware acceleration into the ROS 2 build system (ament) and its development flows. Package: ros-lyrical-ament-black Version: 0.2.7-1resolute.20260728.172704 Architecture: amd64 Maintainer: "Guillaume Doisy" Installed-Size: 56 Depends: black, python3-unidiff, python3-uvloop, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_black/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-black/ros-lyrical-ament-black_0.2.7-1resolute.20260728.172704_amd64.deb Size: 13072 SHA256: 8a8cec0afe64a1aa01d0ca2ecfdd7ccd7230323fe6fd375f60a66f2976780564 SHA1: 0cec15a749adbe79caeeea843755949adb2f6fb0 MD5sum: 7f82f6ad09d18c69f3205a8f7cf43c65 Description: The ability to check code against style conventions using black and generate xUnit test result files. Package: ros-lyrical-ament-clang-format Version: 0.20.6-1resolute.20260728.172833 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 66 Depends: clang-format, python3-yaml, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_clang_format/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-clang-format/ros-lyrical-ament-clang-format_0.20.6-1resolute.20260728.172833_amd64.deb Size: 15956 SHA256: 5186e793334a0b6b5b151207970f709fe311ef53756f161bb8d58498844419ed SHA1: 1ea7a04f7ba0e16738da90e9c4713f0b89dccbc1 MD5sum: 457ccfc2fd7c46f300efd4f37602367d Description: The ability to check code against style conventions using clang-format and generate xUnit test result files. Package: ros-lyrical-ament-clang-tidy Version: 0.20.6-1resolute.20260728.173349 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 65 Depends: clang-tidy, python3-yaml, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_clang_tidy/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-clang-tidy/ros-lyrical-ament-clang-tidy_0.20.6-1resolute.20260728.173349_amd64.deb Size: 16336 SHA256: 6eca26ad7c7da1bbd736783d030ee1c345bda8be8c48cf4764d8c14614e84bc5 SHA1: af1106e0d48cf6363190a8a2f7deb674c0030c5c MD5sum: faae06f25bd5868544177664a1fbf218 Description: The ability to check code against style conventions using clang-tidy and generate xUnit test result files. Package: ros-lyrical-ament-cmake Version: 2.8.8-1resolute.20260728.175713 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: cmake, ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-export-definitions, ros-lyrical-ament-cmake-export-dependencies, ros-lyrical-ament-cmake-export-include-directories, ros-lyrical-ament-cmake-export-libraries, ros-lyrical-ament-cmake-export-link-flags, ros-lyrical-ament-cmake-export-targets, ros-lyrical-ament-cmake-gen-version-h, ros-lyrical-ament-cmake-libraries, ros-lyrical-ament-cmake-python, ros-lyrical-ament-cmake-target-dependencies, ros-lyrical-ament-cmake-test, ros-lyrical-ament-cmake-version, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake/ros-lyrical-ament-cmake_2.8.8-1resolute.20260728.175713_amd64.deb Size: 7074 SHA256: 02015126bc9d89675ae825fc481263944f77ed7c3b6e094a12cf98e84b913dc3 SHA1: 05549f9a895f75eaca8ab1615dd3868dd99e3fff MD5sum: 0a1a0ad6df9fca405c02fa0dc1ce7f00 Description: The entry point package for the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-auto Version: 2.8.8-1resolute.20260728.210738 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 76 Depends: ros-lyrical-ament-cmake, ros-lyrical-ament-cmake-gmock, ros-lyrical-ament-cmake-gtest, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_auto/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-auto/ros-lyrical-ament-cmake-auto_2.8.8-1resolute.20260728.210738_amd64.deb Size: 11396 SHA256: 3151eca25735331b041bcd9b31991beb07d3e90003aa69dd6b549ab9c7b4a92b SHA1: 496547e93efadbbe87b20c50d4283a3f4254b2d2 MD5sum: 281560acd8b33356eaf49d67ffada0b8 Description: The auto-magic functions for ease to use of the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-black Version: 0.2.7-1resolute.20260728.204102 Architecture: amd64 Maintainer: "Guillaume Doisy" Installed-Size: 48 Depends: ros-lyrical-ament-black, ros-lyrical-ament-cmake-test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_black/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-black/ros-lyrical-ament-cmake-black_0.2.7-1resolute.20260728.204102_amd64.deb Size: 7370 SHA256: 89d641019c8a6f365d46e8f13c10af4b8e63533ed197b15551243c587d0ddacd SHA1: 7bab2f24a84577bc096196a0cebc99284ddffdde MD5sum: b6c07ee1b931962463d9885b9ed0bbef Description: The CMake API for ament_black to lint Python code using black. Package: ros-lyrical-ament-cmake-catch2 Version: 1.5.0-3resolute.20260728.204147 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 51 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_catch2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-catch2/ros-lyrical-ament-cmake-catch2_1.5.0-3resolute.20260728.204147_amd64.deb Size: 7110 SHA256: f7247ece9b094351ef9a4ca3f2040991b631683295b409d0c10cc77f3808dde6 SHA1: 45d2df95971166a80df9aeaf1ae7c4215a485f5c MD5sum: 768915a6bd4f47f3f0937a3f7bfad1d2 Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-lyrical-ament-cmake-clang-format Version: 0.20.6-1resolute.20260728.204129 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 51 Depends: ros-lyrical-ament-clang-format, ros-lyrical-ament-cmake-test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_clang_format/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-clang-format/ros-lyrical-ament-cmake-clang-format_0.20.6-1resolute.20260728.204129_amd64.deb Size: 7574 SHA256: 5d4d9d744657243604f61d3cd765bd4be0ef99649b8f40647fa9caf858811078 SHA1: e4453fddbb88d3a8031925a6fd21cbcee44a6485 MD5sum: 9d7f4ff2ff135d2a54c9f90403cdba74 Description: The CMake API for ament_clang_format to lint C / C++ code using clang format. Package: ros-lyrical-ament-cmake-clang-tidy Version: 0.20.6-1resolute.20260728.204228 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 51 Depends: ros-lyrical-ament-clang-tidy, ros-lyrical-ament-cmake-test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_clang_tidy/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-clang-tidy/ros-lyrical-ament-cmake-clang-tidy_0.20.6-1resolute.20260728.204228_amd64.deb Size: 7532 SHA256: ff451863d1b6a21ebf55a8c9fc1ea8b32ab65581478216baa815857ae2f904ba SHA1: 32f37dd2a99d85350d857fc6ec7d1faecc31cf5d MD5sum: 550b2569c796950a6495fd4056014928 Description: The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy. Package: ros-lyrical-ament-cmake-copyright Version: 0.20.6-1resolute.20260728.204014 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-copyright, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_copyright/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-copyright/ros-lyrical-ament-cmake-copyright_0.20.6-1resolute.20260728.204014_amd64.deb Size: 7246 SHA256: f3b79dc50add5867ede1343f25b79686bc592231ecedd24475e35ca470655354 SHA1: a6418fb4240499c06c112837d4fac0ba8cff60a4 MD5sum: b39b6a938599fa96c51a77e6c97e0dba Description: The CMake API for ament_copyright to check every source file contains copyright reference. Package: ros-lyrical-ament-cmake-core Version: 2.8.8-1resolute.20260728.162608 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 186 Depends: cmake, python3-catkin-pkg-modules, ros-lyrical-ament-package Homepage: https://index.ros.org/p/ament_cmake_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-core/ros-lyrical-ament-cmake-core_2.8.8-1resolute.20260728.162608_amd64.deb Size: 25236 SHA256: 2d24966a9370252e90d1ca1ebf82a67bd1672290de49d32ad2bec9921d21a57e SHA1: d4d08bc7deeb7e8265eabed410a349cc899257c0 MD5sum: b05f1c3554248151e6b454e89f8708ba Description: The core of the ament buildsystem in CMake. Several subcomponents provide specific funtionalities: * environment: provide prefix-level setup files * environment_hooks: provide package-level setup files and environment hooks * index: store information in an index and retrieve them without crawling * package_templates: templates from the ament_package Python package * symlink_install: use symlinks for CMake install commands Package: ros-lyrical-ament-cmake-cppcheck Version: 0.20.6-1resolute.20260728.204151 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 53 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-test, ros-lyrical-ament-cppcheck, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_cppcheck/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-cppcheck/ros-lyrical-ament-cmake-cppcheck_0.20.6-1resolute.20260728.204151_amd64.deb Size: 8258 SHA256: 6f8ef93b52548c88c7ceca651ffc535cd269c86836a04b300e963735d605bd53 SHA1: 9c3cfe0ac5b9576a4d0d8379aaf21688dfc77885 MD5sum: 77146519a09d9e4bfee5c21d1c3b533f Description: The CMake API for ament_cppcheck to perform static code analysis on C/C++ code using Cppcheck. Package: ros-lyrical-ament-cmake-cpplint Version: 0.20.6-1resolute.20260728.204159 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 52 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-cpplint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_cpplint/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-cpplint/ros-lyrical-ament-cmake-cpplint_0.20.6-1resolute.20260728.204159_amd64.deb Size: 7878 SHA256: 8f7ce3a01ccb3981e6496cfa31ba2a9e72ba4ac996f78190ad992551ed55a08f SHA1: 001e0648db4fad612a4294b22be33f45869b6123 MD5sum: b255f425a4b92fff54c561e456f58648 Description: The CMake API for ament_cpplint to lint C / C++ code using cpplint. Package: ros-lyrical-ament-cmake-export-definitions Version: 2.8.8-1resolute.20260728.173325 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_definitions/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-export-definitions/ros-lyrical-ament-cmake-export-definitions_2.8.8-1resolute.20260728.173325_amd64.deb Size: 7138 SHA256: 10dda6f41c5a9f5040fcd86f8759b0c35279ce2af0ca5562aaccde5038a7fb19 SHA1: e5caa1341a7d40cc3b2713e34210d5880f9fd6e5 MD5sum: 6984cbbb14b71072b36ef704ae7bac05 Description: The ability to export definitions to downstream packages in the ament buildsystem. Package: ros-lyrical-ament-cmake-export-dependencies Version: 2.8.8-1resolute.20260728.173500 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 53 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-libraries, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_dependencies/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-export-dependencies/ros-lyrical-ament-cmake-export-dependencies_2.8.8-1resolute.20260728.173500_amd64.deb Size: 7972 SHA256: 41b094155ee5a8bed1e8abc8def464532fa588e5443f0765d9b0f06e145ddb17 SHA1: fe534f2fde7e7276437f377eac72c7490fdd6544 MD5sum: b7573b92df89f3b114c23966f40af557 Description: The ability to export dependencies to downstream packages in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-export-include-directories Version: 2.8.8-1resolute.20260728.172444 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 51 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_include_directories/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-export-include-directories/ros-lyrical-ament-cmake-export-include-directories_2.8.8-1resolute.20260728.172444_amd64.deb Size: 7460 SHA256: 1fa776d66e2894dc26fe0e11d497f5e997f9e6aac5890da8eeb72ba29603b7a7 SHA1: 23d05a138a0776ced30283dc23ff6235d001b077 MD5sum: fa285f6fc807b92d60f7f8d9d71d21c2 Description: The ability to export include directories to downstream packages in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-export-libraries Version: 2.8.8-1resolute.20260728.173328 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 63 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_libraries/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-export-libraries/ros-lyrical-ament-cmake-export-libraries_2.8.8-1resolute.20260728.173328_amd64.deb Size: 9222 SHA256: 4f056b3aedbff7a7d5eff95040029f98306d607d32387cec364a23a933d8e546 SHA1: 5c93c648190c2a5d46927328a43e651c19072e37 MD5sum: 9979c754c6ad62d7165f09d0e2898f99 Description: The ability to export libraries to downstream packages in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-export-link-flags Version: 2.8.8-1resolute.20260728.173334 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_link_flags/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-export-link-flags/ros-lyrical-ament-cmake-export-link-flags_2.8.8-1resolute.20260728.173334_amd64.deb Size: 7076 SHA256: 84cbe117cfe0149ba3302116e1fb619be9c0f9e12d9b8f91cc9c991f2dc9c558 SHA1: 87a1216333266438dd3c269cfe4f2f1a05b5a912 MD5sum: 6e0269fd37e7755093c82cc598a8fa9a Description: The ability to export link flags to downstream packages in the ament buildsystem. Package: ros-lyrical-ament-cmake-export-targets Version: 2.8.8-1resolute.20260728.173432 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 52 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-export-libraries, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_targets/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-export-targets/ros-lyrical-ament-cmake-export-targets_2.8.8-1resolute.20260728.173432_amd64.deb Size: 7876 SHA256: 671ebf1a5c18dbd3e53bf28c4b47456678a38d23257d67055eacf420f4b47ccb SHA1: c16fb7a6a929a0629001b1a787ad5a239b188183 MD5sum: 6eb1c80e309337530b7ba03ce9253bfe Description: The ability to export targets to downstream packages in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-flake8 Version: 0.20.6-1resolute.20260728.204007 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-flake8, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_flake8/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-flake8/ros-lyrical-ament-cmake-flake8_0.20.6-1resolute.20260728.204007_amd64.deb Size: 7544 SHA256: 7ab3bddf23ac2b1209ad9a4debe27a8c00d9d55a00f24ea88acbdcc1a647cf3d SHA1: f4de3fc2c2af8d2fc0baf0d0f6c9f6a7172e9a1c MD5sum: 9ee9989dc4b387a93e5d06c6cae9e476 Description: The CMake API for ament_flake8 to check code syntax and style conventions with flake8. Package: ros-lyrical-ament-cmake-gen-version-h Version: 2.8.8-1resolute.20260728.173325 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 55 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_gen_version_h/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-gen-version-h/ros-lyrical-ament-cmake-gen-version-h_2.8.8-1resolute.20260728.173325_amd64.deb Size: 8684 SHA256: 98e4a094747bb33e0bf1a79f22276787dd24456c27b52f762e9b73588fb504b0 SHA1: 2165e11bda4d402fe23b4ddd3de7b719a77a84dd MD5sum: 8c2870619883613d5d4d564a412ecd5b Description: Generate a C header containing the version number of the package Package: ros-lyrical-ament-cmake-gmock Version: 2.8.8-1resolute.20260728.175747 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 59 Depends: libgmock-dev, ros-lyrical-ament-cmake-gtest, ros-lyrical-ament-cmake-test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_gmock/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-gmock/ros-lyrical-ament-cmake-gmock_2.8.8-1resolute.20260728.175747_amd64.deb Size: 8514 SHA256: 24437f207d832619caab085b94a8546aefa697c45aae19398bc0d13670b0ca70 SHA1: ee0df6c56776dd551497becefef09713f646be71 MD5sum: 92aa620fd7c65376267a28a271e3aab5 Description: The ability to add Google mock-based tests in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-google-benchmark Version: 2.8.8-1resolute.20260728.175606 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 84 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-google-benchmark-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_google_benchmark/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-google-benchmark/ros-lyrical-ament-cmake-google-benchmark_2.8.8-1resolute.20260728.175606_amd64.deb Size: 12040 SHA256: a8b19eb3d0ee06a0cc51b28cae3ac43eea903b777c7c7dbfadd55ed875a64ac8 SHA1: cc4355d370f5024fef4cc0371cc6c188be1b4920 MD5sum: 67b21b00ad4161c01d6263b35cb6ba5c Description: The ability to add Google Benchmark tests in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-gtest Version: 2.8.8-1resolute.20260728.175609 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 59 Depends: libgtest-dev, ros-lyrical-ament-cmake-test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_gtest/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-gtest/ros-lyrical-ament-cmake-gtest_2.8.8-1resolute.20260728.175609_amd64.deb Size: 8536 SHA256: 64dadcfc95328cb05b4670d45e67a863b1e838bcf8c29858ea5eb10a26a392d8 SHA1: 69968191d892c7d5e299dadc8bf156061e2ee4ba MD5sum: d83165f451375e9aae69b23a12b0eade Description: The ability to add gtest-based tests in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-include-directories Version: 2.8.8-1resolute.20260728.173227 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 48 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_include_directories/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-include-directories/ros-lyrical-ament-cmake-include-directories_2.8.8-1resolute.20260728.173227_amd64.deb Size: 7038 SHA256: 25d5eaa7a3e24e8b3ce92c2c3cf896ecd378d931630b29bc7c914ff192a5449f SHA1: a823535dfab3b4e76b85c096c4dcc01a891d32eb MD5sum: 5496c13c42f79036dbfb3c128d02b98a Description: The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-libraries Version: 2.8.8-1resolute.20260728.173352 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 47 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_libraries/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-libraries/ros-lyrical-ament-cmake-libraries_2.8.8-1resolute.20260728.173352_amd64.deb Size: 6852 SHA256: 149022d093decd6178bd084dc85f127fee802f145f256c0634c37b8155aa2391 SHA1: 4256cc72d6e06d8d6df7dc4bea7e55992e3c51f7 MD5sum: 65456c09c5bd0e13549985801b0f4443 Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-lint-cmake Version: 0.20.6-1resolute.20260728.204241 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 49 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-lint-cmake, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_lint_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-lint-cmake/ros-lyrical-ament-cmake-lint-cmake_0.20.6-1resolute.20260728.204241_amd64.deb Size: 7192 SHA256: 512e5e425509d85eab735bfa3f8aa96f38175dfc52f0f93395af009cac42baef SHA1: 913bcba321a103fa2b7ba8ff74dbe24183dc1b40 MD5sum: a2f34b3bdf25133ed48de4546c23d388 Description: The CMake API for ament_lint_cmake to lint CMake code using cmakelint. Package: ros-lyrical-ament-cmake-mypy Version: 0.20.6-1resolute.20260728.204152 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-mypy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_mypy/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-mypy/ros-lyrical-ament-cmake-mypy_0.20.6-1resolute.20260728.204152_amd64.deb Size: 7386 SHA256: bd216fd0acc96df66e0a1a04566bc99cdc927fd4576b099e0d6496d85da6c672 SHA1: 551a4ebdf73598fd2bf0258a952db4cc548927f4 MD5sum: 314ba5d8e60a39e08b712e6227aee9d7 Description: The CMake API for ament_mypy to perform static type analysis on python code with mypy. Package: ros-lyrical-ament-cmake-pclint Version: 0.20.6-1resolute.20260728.204235 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 51 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-pclint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pclint/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-pclint/ros-lyrical-ament-cmake-pclint_0.20.6-1resolute.20260728.204235_amd64.deb Size: 7712 SHA256: 9998f5458caf19b91ebedeaa7023ab115cb7631c107bf811e1c25eb1538e93bc SHA1: 9df2ff016a27018c91dea613206d8d2dcdd7328f MD5sum: 5164dfce123261c293b931ab5d78cfcc Description: The CMake API for ament_pclint to perform static code analysis on C/C++ code using PC-lint. Package: ros-lyrical-ament-cmake-pep257 Version: 0.20.6-1resolute.20260728.204012 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 49 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-pep257, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pep257/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-pep257/ros-lyrical-ament-cmake-pep257_0.20.6-1resolute.20260728.204012_amd64.deb Size: 7186 SHA256: 345e511bb07f8df313091042ed2750e989c77378df631b48940c3f424a6bdeb0 SHA1: 79fb9c2b803114db74fc556dcb26637c67b92a88 MD5sum: 6247b371b4fbb41edd2fa1a487ddeaf3 Description: The CMake API for ament_pep257 to check code against the docstring style conventions in PEP 257. Package: ros-lyrical-ament-cmake-pycodestyle Version: 0.20.6-1resolute.20260728.204128 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-pycodestyle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pycodestyle/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-pycodestyle/ros-lyrical-ament-cmake-pycodestyle_0.20.6-1resolute.20260728.204128_amd64.deb Size: 7278 SHA256: 78ec3b1cf10ca961109d172fb82f58dfb1bcadbb87c800a80200c9b4e82e369e SHA1: 803f9afaca67dc92d79721f5c1e6b4c300bde6d8 MD5sum: a51317ca2761736516276edd91d86ea5 Description: The CMake API for ament_pycodestyle to check code against the style conventions in PEP 8. Package: ros-lyrical-ament-cmake-pyflakes Version: 0.20.6-1resolute.20260728.204240 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 49 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-pyflakes, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pyflakes/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-pyflakes/ros-lyrical-ament-cmake-pyflakes_0.20.6-1resolute.20260728.204240_amd64.deb Size: 7140 SHA256: 40d197cf784bd0a518474241586fd06f74d886a133800288eb49d3cedacfdae3 SHA1: 83371ef8cf4bef57e9beb36070a057b538279027 MD5sum: 145716cec948d95974073de421526e9a Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-lyrical-ament-cmake-pytest Version: 2.8.8-1resolute.20260728.175653 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 57 Depends: python3-pytest, ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pytest/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-pytest/ros-lyrical-ament-cmake-pytest_2.8.8-1resolute.20260728.175653_amd64.deb Size: 8984 SHA256: 739a46b4814b6bff7f903347ad2ac023b7ed46aa48c658ac555934361cb77286 SHA1: 4f56d44d75e15b7f42f24eee329552d9492fccb7 MD5sum: 47bd464c019c50559869670f8eef28ad Description: The ability to run Python tests using pytest in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-python Version: 2.8.8-1resolute.20260728.173021 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 64 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_python/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-python/ros-lyrical-ament-cmake-python_2.8.8-1resolute.20260728.173021_amd64.deb Size: 10168 SHA256: ae0824ee367c078299fa33d08ed7f20e41ebcdff6e4ff81ce57c28f5a7560a24 SHA1: 810732428a031803f60bd0d64652ea1ec470d3b3 MD5sum: ef3efcd794484b4f85bf4c6a554efa68 Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-ros Version: 0.15.8-1resolute.20260901.132958 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 63 Depends: ros-lyrical-ament-cmake, ros-lyrical-ament-cmake-gmock, ros-lyrical-ament-cmake-gtest, ros-lyrical-ament-cmake-pytest, ros-lyrical-ament-cmake-ros-core, ros-lyrical-rmw-test-fixture-implementation, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-ros/ros-lyrical-ament-cmake-ros_0.15.8-1resolute.20260901.132958_amd64.deb Size: 8526 SHA256: e2edc76cb8adee732a74a1c4b45e46574e5fa959073644b99534efd7843f4f6e SHA1: cc87098d1f99c1b634ba75751d0206fb1e28587d MD5sum: e4f26daf1158091f5c3a04a7fdb2541a Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-lyrical-ament-cmake-ros-core Version: 0.15.8-1resolute.20260728.173607 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 58 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-libraries, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_ros_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-ros-core/ros-lyrical-ament-cmake-ros-core_0.15.8-1resolute.20260728.173607_amd64.deb Size: 9096 SHA256: 71cfb4183416e3ca6210ab484a57f2b560f046d255777b5ec50055cb0a536e9e SHA1: 4e0a228430ff6449a97be82276b8638b9404d20c MD5sum: fd8f1cfecd3d611ecfff66c31e709812 Description: Core ROS specific CMake bits in the ament buildsystem. Package: ros-lyrical-ament-cmake-target-dependencies Version: 2.8.8-1resolute.20260728.173503 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 48 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-include-directories, ros-lyrical-ament-cmake-libraries, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_target_dependencies/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-target-dependencies/ros-lyrical-ament-cmake-target-dependencies_2.8.8-1resolute.20260728.173503_amd64.deb Size: 7346 SHA256: 0825c6d7217a0995b7f9c1e769c8e7f70af04dd8851146f9a9e0b032b09e7663 SHA1: 39daf4af7a2d4fa17b5aad0b7aecfd2a6e706483 MD5sum: 9595c8f90ae44ac1c5a4e96780f9aa19 Description: The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-test Version: 2.8.8-1resolute.20260728.175319 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 80 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_test/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-test/ros-lyrical-ament-cmake-test_2.8.8-1resolute.20260728.175319_amd64.deb Size: 12866 SHA256: 22a8107e2a828a3ded3fb6cf33be2d530de1add1624d3f4d587576f40cf72715 SHA1: a2c75a7a0439e149231e42d7f66d8bf7ffb91388 MD5sum: 1fc1f464c4770a9ca40605c81c729e4e Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-lyrical-ament-cmake-uncrustify Version: 0.20.6-1resolute.20260728.210813 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 52 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-uncrustify, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_uncrustify/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-uncrustify/ros-lyrical-ament-cmake-uncrustify_0.20.6-1resolute.20260728.210813_amd64.deb Size: 8040 SHA256: 4df3ee9d12f02255c10950a282ba34b2be132dc33a68eb22e9866d64421c27e2 SHA1: 756bc755a33375fdb36284ce922e163d8aa62e3a MD5sum: 344a3f3976d96b3ef800e0193c04590b Description: The CMake API for ament_uncrustify to check code against styleconventions using uncrustify. Package: ros-lyrical-ament-cmake-vendor-package Version: 2.8.8-1resolute.20260728.173616 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 74 Depends: git, python3-vcstool, ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-export-dependencies, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_vendor_package/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-vendor-package/ros-lyrical-ament-cmake-vendor-package_2.8.8-1resolute.20260728.173616_amd64.deb Size: 11406 SHA256: d8fce7854e71b9f65681a35327f92381ad1898274699e9b68463b6a8262afb7e SHA1: 75e24cb55399fef8214493451ba9b9475a57f984 MD5sum: 858c3b6718b4ef2499b22141c2135fc2 Description: Macros for maintaining a 'vendor' package. Package: ros-lyrical-ament-cmake-version Version: 2.8.8-1resolute.20260728.173013 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 48 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_version/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-version/ros-lyrical-ament-cmake-version_2.8.8-1resolute.20260728.173013_amd64.deb Size: 6870 SHA256: f6d1fe9d7e311fe7b75b77c94fd6287ae6ee81b6cf24bd125eaf689bf333d460 SHA1: d9e4c069fdbef63d3752b73f4dd619af99eeb789 MD5sum: b6ff45a56a8376ad8d651844e2d0d5d2 Description: The ability to override the exported package version in the ament buildsystem. Package: ros-lyrical-ament-cmake-xmllint Version: 0.20.6-1resolute.20260728.204019 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-xmllint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_xmllint/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cmake-xmllint/ros-lyrical-ament-cmake-xmllint_0.20.6-1resolute.20260728.204019_amd64.deb Size: 7248 SHA256: 6af708cc06cf382b92abc356f35ec38e8060eadd4f6a8149adb6672efb111e8a SHA1: 4ad7777a75c5a65c07bd17b4e5ffb43da52a57e0 MD5sum: 3c3b8fe877e4b31c403b23e42a5cf322 Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-lyrical-ament-copyright Version: 0.20.6-1resolute.20260728.172704 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 207 Depends: ros-lyrical-ament-lint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_copyright/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-copyright/ros-lyrical-ament-copyright_0.20.6-1resolute.20260728.172704_amd64.deb Size: 49994 SHA256: 03823acdd94bf0d489d1ee8f8e7efb3f5d92639762a68478f16ec95fe1059095 SHA1: 2dbbe498383b8dc85b31645ef47d41f6a0494f82 MD5sum: f1c722d80e3196e92e3da5de07b67b63 Description: The ability to check source files for copyright and license information. Package: ros-lyrical-ament-cppcheck Version: 0.20.6-1resolute.20260728.173125 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 62 Depends: cppcheck, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cppcheck/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cppcheck/ros-lyrical-ament-cppcheck_0.20.6-1resolute.20260728.173125_amd64.deb Size: 15194 SHA256: c69697b2344290c28183af2b7680f5499706ed1e75cb845254c9342991804b7a SHA1: 5b9e38b301195948733415e67457b3c949b030bf MD5sum: fd879d21d1be2f36a0256566a20f11b4 Description: The ability to perform static code analysis on C/C++ code using Cppcheck and generate xUnit test result files. Package: ros-lyrical-ament-cpplint Version: 0.20.6-1resolute.20260728.173508 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 556 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_cpplint/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-cpplint/ros-lyrical-ament-cpplint_0.20.6-1resolute.20260728.173508_amd64.deb Size: 150942 SHA256: ac728221d3cf9c8f9e8310333f22335701912bb47badc4243be5b2fe710a91e5 SHA1: e99dff4d2d4445e0059453b90d4b757f7ce78640 MD5sum: f38ab07bb53dc94aa27effaa3bbdad12 Description: The ability to check code against the Google style conventions using cpplint and generate xUnit test result files. Package: ros-lyrical-ament-download Version: 0.0.5-7resolute.20260728.205049 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 56 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_download/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-download/ros-lyrical-ament-download_0.0.5-7resolute.20260728.205049_amd64.deb Size: 9056 SHA256: e7febaeeb5f71fb0a3538bea37e889a5f0ad87d8df017c5611f5a9f0b0a9ad71 SHA1: 213b99bd1a7c4e8c1f2feaf7382223712d54b6d7 MD5sum: e9b86c2c421ba25d214d6c6d4f99f78c Description: CMake macros for downloading files with ament Package: ros-lyrical-ament-flake8 Version: 0.20.6-1resolute.20260728.172702 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 68 Depends: python3-flake8, python3-flake8-blind-except, python3-flake8-builtins, python3-flake8-class-newline, python3-flake8-comprehensions, python3-flake8-deprecated, python3-flake8-import-order, python3-flake8-quotes, ros-lyrical-ament-lint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_flake8/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-flake8/ros-lyrical-ament-flake8_0.20.6-1resolute.20260728.172702_amd64.deb Size: 16604 SHA256: 8fa5118f6d3834c906db96427337b281ab57e74d7e77fa1c9b8aa5d92a3bf8e9 SHA1: 0c46a704d68732a3d5d42765c05ad059030ceca2 MD5sum: 995797dc8b7deb807d7c58c2d42cc30a Description: The ability to check code for style and syntax conventions with flake8. Package: ros-lyrical-ament-index-cpp Version: 1.13.3-3resolute.20260728.204744 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 143 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 9), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_index_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-index-cpp/ros-lyrical-ament-index-cpp_1.13.3-3resolute.20260728.204744_amd64.deb Size: 32998 SHA256: 85030549bd49b7005debdfafbe53d410ccbefff9929772f5fc2f1fd5eb564a59 SHA1: 5ab7bffb5b40b8b212f27f5fa16851018509867f MD5sum: 3cfe2ec9c159c3aba4d9962f86347e58 Description: C++ API to access the ament resource index. Package: ros-lyrical-ament-index-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-ament-index-cpp Version: 1.13.3-3resolute.20260728.204744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 564 Depends: ros-lyrical-ament-index-cpp (= 1.13.3-3resolute.20260728.204744) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-index-cpp/ros-lyrical-ament-index-cpp-dbgsym_1.13.3-3resolute.20260728.204744_amd64.deb Size: 537192 SHA256: a01d8c68e2f7847b6980f9d36b8c5a0c7668406e8713d7bed076b79e5383db03 SHA1: 5dfff98fc05478ded4ba3dbb03ad33ab2ffb41ef MD5sum: 21240df4de6db6339a6d94dcb8e9eec0 Description: debug symbols for ros-lyrical-ament-index-cpp Build-Ids: 8b99234ff9ad571c5f5d9f19ab1844f1b765173d Package: ros-lyrical-ament-index-python Version: 1.13.3-3resolute.20260728.172618 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 77 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_index_python/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-index-python/ros-lyrical-ament-index-python_1.13.3-3resolute.20260728.172618_amd64.deb Size: 15078 SHA256: f662463603bc9b5c41925ef835eec9ab8dc7ae2baa888b55ccdec5f1d9552702 SHA1: 9e2edfd0899c256e0b150a705f753610c7afe375 MD5sum: ce51ec785459fef54335917ec7ed673e Description: Python API to access the ament resource index. Package: ros-lyrical-ament-lint Version: 0.20.6-1resolute.20260728.172451 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 32 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_lint/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-lint/ros-lyrical-ament-lint_0.20.6-1resolute.20260728.172451_amd64.deb Size: 4302 SHA256: 9dfc1dcfaf198d71f9c6d543f4b6045d3bda559883142e97a9b2729c14b2b223 SHA1: 1e85affd2cc0ef2c2ad1f8695854a6ecc18026bb MD5sum: 68d801b88ca1676764f1b0e6dd18eccf Description: Providing common API for ament linter packages. Package: ros-lyrical-ament-lint-auto Version: 0.20.6-1resolute.20260728.204247 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-lyrical-ament-cmake-core (>= 0.7.1), ros-lyrical-ament-cmake-test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_lint_auto/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-lint-auto/ros-lyrical-ament-lint-auto_0.20.6-1resolute.20260728.204247_amd64.deb Size: 7078 SHA256: 6c4bd27fe4ef81b0ac146af4316f5c6e28c198c985a9a1fdba2c4c0c07cf3e1e SHA1: 2a3642b068d0dbb7625b6b2faa4a88660f0e5f5d MD5sum: 6bf06e193547b5368b6f1c065df139b5 Description: The auto-magic functions for ease to use of the ament linters in CMake. Package: ros-lyrical-ament-lint-cmake Version: 0.20.6-1resolute.20260728.173508 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 94 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_lint_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-lint-cmake/ros-lyrical-ament-lint-cmake_0.20.6-1resolute.20260728.173508_amd64.deb Size: 24824 SHA256: 30cb91446670aa363489bdd513b7b3a04bcfcd9c0cf90992c91635c89c5b88ea SHA1: 58c02e7b1c4b4a6156c19f5c0e122f9d6dd5cd6a MD5sum: 21cbd8d31f4f4a93243959c248d7b90a Description: The ability to lint CMake code using cmakelint and generate xUnit test result files. Package: ros-lyrical-ament-lint-common Version: 0.20.6-1resolute.20260728.211054 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-lyrical-ament-cmake-copyright, ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-cppcheck, ros-lyrical-ament-cmake-cpplint, ros-lyrical-ament-cmake-flake8, ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-pep257, ros-lyrical-ament-cmake-uncrustify, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_lint_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-lint-common/ros-lyrical-ament-lint-common_0.20.6-1resolute.20260728.211054_amd64.deb Size: 7114 SHA256: d441e54d51e5ff84ea5329e34fe3ea68b3daecbd4f3dc371e1d3a772c49ba8c9 SHA1: f07e59ac29a8c8a6d17ce0343926e623cfccd668 MD5sum: d81d8ac2a726a50c831ffe2fddfdb100 Description: The list of commonly used linters in the ament build system in CMake. Package: ros-lyrical-ament-mypy Version: 0.20.6-1resolute.20260728.173532 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 60 Depends: python3-mypy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_mypy/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-mypy/ros-lyrical-ament-mypy_0.20.6-1resolute.20260728.173532_amd64.deb Size: 13532 SHA256: 734bfbf2fb89b5a421743737f5c9215c7250d12db834ad40cde7cd372f839c63 SHA1: f05ec04af861893aa0aa00184844560f4e99f7f3 MD5sum: 3d6a08f90024a61ac2c2bc5cded07e0f Description: Support for mypy static type checking in ament. Package: ros-lyrical-ament-nodl Version: 2.0.3-1resolute.20260910.120739 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 56 Depends: ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-launch-testing, ros-lyrical-launch-testing-ament-cmake, ros-lyrical-ros2nodl, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_nodl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-nodl/ros-lyrical-ament-nodl_2.0.3-1resolute.20260910.120739_amd64.deb Size: 9232 SHA256: 21fbd5e0ae3050a91bccb01739b9c0cb7a816dc864d2963ab59d17f6f77f21e4 SHA1: 8a326524bfbf96e1b8bfa658b8bf533bec8811d2 MD5sum: ee5865b987bdcf373413aaa058f8caf8 Description: CMake integration for NoDL features, such as ament index registration and test target creation. Package: ros-lyrical-ament-package Version: 0.18.3-3resolute.20260430.010336 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 143 Depends: python3-setuptools Homepage: https://index.ros.org/p/ament_package/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-package/ros-lyrical-ament-package_0.18.3-3resolute.20260430.010336_amd64.deb Size: 26262 SHA256: 0eab5091ce6ae6cab503179756b3510f1d8d7d4286b0fa86668a358d552d0289 SHA1: 70561571db2765b4a6dfc8c84506c23bdfd3bb73 MD5sum: 90465c55c8e07442b2fff43a62034d90 Description: The parser for the manifest files in the ament buildsystem. Package: ros-lyrical-ament-pclint Version: 0.20.6-1resolute.20260728.173558 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 306 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_pclint/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-pclint/ros-lyrical-ament-pclint_0.20.6-1resolute.20260728.173558_amd64.deb Size: 43130 SHA256: d7391ac2c7b4fdea6709d072a9347261fbdbf19d4e7a57b25c54d3b82c494e86 SHA1: 8da4b5c7f58d5dcf6184e90d31eaa7e88d995387 MD5sum: 9f2aa9480ef81617b8b7687c3c36f529 Description: The ability to perform static code analysis on C/C++ code using PC-lint and generate xUnit test result files. Package: ros-lyrical-ament-pep257 Version: 0.20.6-1resolute.20260728.172706 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 59 Depends: pydocstyle, ros-lyrical-ament-lint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_pep257/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-pep257/ros-lyrical-ament-pep257_0.20.6-1resolute.20260728.172706_amd64.deb Size: 14034 SHA256: 765df9423d230d2e76a81c9d6f56c220081a7135fb8d14a4f1824ee911da373d SHA1: 1fa6c0c35fda02cfb2d5b951f6c3b8f03a7a4a82 MD5sum: e7c67c9ea347ea8be2e976bce49a6d0b Description: The ability to check code against the docstring style conventions in PEP 257 and generate xUnit test result files. Package: ros-lyrical-ament-pycodestyle Version: 0.20.6-1resolute.20260728.172722 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: python3-pycodestyle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_pycodestyle/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-pycodestyle/ros-lyrical-ament-pycodestyle_0.20.6-1resolute.20260728.172722_amd64.deb Size: 10888 SHA256: a7cbbba3bfc7a1c54e8d597b3004df0a13b9b7fa89737ae400974ba52e616d42 SHA1: f163a1e8b1c6aec9087fe520c93892cf42a7671e MD5sum: 9149f7042c4c6548816ee682495bc9b5 Description: The ability to check code against the style conventions in PEP 8 and generate xUnit test result files. Package: ros-lyrical-ament-pyflakes Version: 0.20.6-1resolute.20260728.173556 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 52 Depends: pyflakes3, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_pyflakes/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-pyflakes/ros-lyrical-ament-pyflakes_0.20.6-1resolute.20260728.173556_amd64.deb Size: 11968 SHA256: 0520d13b0eee67b74e1705582b222bdab39a5605a32e595c79c47fa2826d8a00 SHA1: ffccda00b74bf2c9224ed5c161df895d360d4550 MD5sum: e373b0c44a614099d6aec9d4ca58a564 Description: The ability to check code using pyflakes and generate xUnit test result files. Package: ros-lyrical-ament-uncrustify Version: 0.20.6-1resolute.20260728.210701 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 323 Depends: ros-lyrical-uncrustify-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_uncrustify/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-uncrustify/ros-lyrical-ament-uncrustify_0.20.6-1resolute.20260728.210701_amd64.deb Size: 50452 SHA256: 809a171fc0dd73e756dc1573bdae33c84c2b1045264379414f823365ec702066 SHA1: 9bcdc8bcd32bf24235d17b2aa589a6e93cb8e20a MD5sum: 9f7a830394c92c7be23fb0dcf6fc6fb3 Description: The ability to check code against style conventions using uncrustify and generate xUnit test result files. Package: ros-lyrical-ament-vitis Version: 0.10.1-6resolute.20260901.135250 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 90 Depends: ros-lyrical-ament-acceleration, ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_vitis/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-vitis/ros-lyrical-ament-vitis_0.10.1-6resolute.20260901.135250_amd64.deb Size: 14968 SHA256: 10fd01af520b4dc0e697744bc4377345599c6ca65e62533bd312f67e766b84af SHA1: 457a8ec091bf8f9deb6bea78349fbd47efd38ae4 MD5sum: 9d31c5262f3507e6567417fc82c12c9e Description: CMake macros and utilities to include Vitis platform into the ROS 2 build system (ament) and its development flows. Package: ros-lyrical-ament-xmllint Version: 0.20.6-1resolute.20260728.172708 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 61 Depends: libxml2-utils, ros-lyrical-ament-lint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ament_xmllint/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ament-xmllint/ros-lyrical-ament-xmllint_0.20.6-1resolute.20260728.172708_amd64.deb Size: 14854 SHA256: d320f02596351f8ebc2b17697382281eb073050458866b131db5b5b0e83068dc SHA1: be7315b71a7fae1c280b508f4171cdbdf0a1acf8 MD5sum: 823f1ce04a7604941c6790b563708bbe Description: The ability to check XML files like the package manifest using xmllint and generate xUnit test result files. Package: ros-lyrical-angles Version: 1.16.1-3resolute.20260728.204755 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 93 Depends: ros-lyrical-ament-cmake, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/angles Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-angles/ros-lyrical-angles_1.16.1-3resolute.20260728.204755_amd64.deb Size: 13928 SHA256: c27b2a0fa4605a0c761d102d5f69d9f19d58ceacb6b41d3cc294a219412ca9be SHA1: 271d7c6c7881245f17a557892d307b206e66c0a6 MD5sum: bb59c416700c78b33bd0b5c42c3b0f58 Description: This package provides a set of simple math utilities to work with angles. 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: ros-lyrical-apex-test-tools Version: 0.0.2-10resolute.20260728.211027 Architecture: amd64 Maintainer: "Apex.AI, Inc." Installed-Size: 60 Depends: ros-lyrical-ament-cmake-gtest, ros-lyrical-osrf-testing-tools-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/apex_test_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apex-test-tools/ros-lyrical-apex-test-tools_0.0.2-10resolute.20260728.211027_amd64.deb Size: 8366 SHA256: c5fd368c80ffabdef7e43111be65dc84043971a0d45c748d28eb02427416e8c2 SHA1: 70bd16a9a117dfcd955bd76a03116bb419a7e676 MD5sum: 373eea101e53fd2256fb4e6dbd231498 Description: The package Apex.OS Test Tools contains test helpers Package: ros-lyrical-apriltag Version: 3.4.5-3resolute.20260728.173311 Architecture: amd64 Maintainer: Max Krogius Installed-Size: 1811 Depends: libc6 (>= 2.43), ros-lyrical-ros-workspace Homepage: https://april.eecs.umich.edu/software/apriltag.html Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag/ros-lyrical-apriltag_3.4.5-3resolute.20260728.173311_amd64.deb Size: 1152652 SHA256: b5b4119a76f4909871af46584112b23c4d9daa5108094a182977eac75fdd39b7 SHA1: d797750d152156f2ef3a37641fe1742d1cc7ea6f MD5sum: ede2d5e4ef23f7eed68fdefb051d9d18 Description: AprilTag detector library Package: ros-lyrical-apriltag-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag Version: 3.4.5-3resolute.20260728.173311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Max Krogius Installed-Size: 475 Depends: ros-lyrical-apriltag (= 3.4.5-3resolute.20260728.173311) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag/ros-lyrical-apriltag-dbgsym_3.4.5-3resolute.20260728.173311_amd64.deb Size: 338860 SHA256: 118dc4553c74ce5994aeb6c2989d108916b9117e6d6b3e02f737622a37375835 SHA1: 56c78512f8f30d9f9862d1c2bf6585304784a437 MD5sum: 486ccdd1f25a2bddc6cdcc07450c20ad Description: debug symbols for ros-lyrical-apriltag Build-Ids: 4963a1079dc779a8ecef03ef8889d03b0f04b5d5 b995fa60eb4786fbbb4abf131f18889e43f446d1 bbba7d8c3bffb9b15d0d75610ee5ed0932b0b8a0 Package: ros-lyrical-apriltag-detector Version: 3.0.4-3resolute.20260901.183330 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 452 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-apriltag-msgs, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/apriltag_detector/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-detector/ros-lyrical-apriltag-detector_3.0.4-3resolute.20260901.183330_amd64.deb Size: 130604 SHA256: 234e60126c526bc0ac098530c3884751db9160f47dce5176e63de43b227f71f3 SHA1: bc0434c03e657b2b4e0218af3eadf3a5aa30a128 MD5sum: bc943555050515933febbb5156f3de97 Description: ROS2 package for apriltag detection Package: ros-lyrical-apriltag-detector-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-detector Version: 3.0.4-3resolute.20260901.183330 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2133 Depends: ros-lyrical-apriltag-detector (= 3.0.4-3resolute.20260901.183330) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-detector/ros-lyrical-apriltag-detector-dbgsym_3.0.4-3resolute.20260901.183330_amd64.deb Size: 1958676 SHA256: 7c4d91eff5d4dcf2ddcf85ad406e7999b2e180cae19118d132140d220971bc97 SHA1: b01d7ed35d9d68aa8d092474952710e7c7684639 MD5sum: ae1e966fbbf170cba784fcfa9c38dfd1 Description: debug symbols for ros-lyrical-apriltag-detector Build-Ids: 7c1a2e6977c15b7efb6192ef6b88bcf2cf58e45d b1d796d4ad06948d486a2288382f38cf2fccebc2 Package: ros-lyrical-apriltag-detector-mit Version: 3.0.4-3resolute.20260901.184332 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 123 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-apriltag-detector, ros-lyrical-apriltag-mit, ros-lyrical-apriltag-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/apriltag_detector_mit/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-detector-mit/ros-lyrical-apriltag-detector-mit_3.0.4-3resolute.20260901.184332_amd64.deb Size: 30336 SHA256: ad344bb80204eb633c662628f72ed22cb203326c71c670c83d58b669f2e835fd SHA1: 6ce7ac4d72651e394c0cf08dede60eccacce6ed5 MD5sum: a26f71fc2215ee17e8f1be0d821ff888 Description: ROS package for apriltag detection with MIT detector Package: ros-lyrical-apriltag-detector-mit-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-detector-mit Version: 3.0.4-3resolute.20260901.184332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 506 Depends: ros-lyrical-apriltag-detector-mit (= 3.0.4-3resolute.20260901.184332) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-detector-mit/ros-lyrical-apriltag-detector-mit-dbgsym_3.0.4-3resolute.20260901.184332_amd64.deb Size: 471150 SHA256: bc4aa975d9f4a876cc0616f6b976197baf89d1366815023843f60762e0d8fdf8 SHA1: 803bf21dfad153523d2e154717ad88f3f47fb108 MD5sum: 80cd981fb70e97dfcf3595a0d3c9cfe3 Description: debug symbols for ros-lyrical-apriltag-detector-mit Build-Ids: 4b080378d6bbadf5796d103a608567170ed16d79 Package: ros-lyrical-apriltag-detector-umich Version: 3.0.4-3resolute.20260901.184347 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 120 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-apriltag, libopencv-dev, ros-lyrical-apriltag-detector, ros-lyrical-apriltag-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/apriltag_detector_umich/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-detector-umich/ros-lyrical-apriltag-detector-umich_3.0.4-3resolute.20260901.184347_amd64.deb Size: 25050 SHA256: 2355f2e97a99a12495dbbf66c2a042f27cb627380f4ba2a1c5ad9ce145dd3d0d SHA1: 2ded4c4035297996fb9c62f4285b9c4b843d3d82 MD5sum: 59d3ddde755bd19bcd34cabc6a1af39a Description: ROS package for apriltag detection with the UMich detector Package: ros-lyrical-apriltag-detector-umich-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-detector-umich Version: 3.0.4-3resolute.20260901.184347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 494 Depends: ros-lyrical-apriltag-detector-umich (= 3.0.4-3resolute.20260901.184347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-detector-umich/ros-lyrical-apriltag-detector-umich-dbgsym_3.0.4-3resolute.20260901.184347_amd64.deb Size: 466702 SHA256: 5135591ed994e86bbea0ba7255ee9ba08e263aadd49485e7fdb8cbc1e5810aa7 SHA1: 218d1f9f0e1f3bff163025d8cd7ecee45f0223df MD5sum: d1f41d1032ad1f5d802f211c4ef24756 Description: debug symbols for ros-lyrical-apriltag-detector-umich Build-Ids: b14abf71998176b94fd82405e02334c29e70980a Package: ros-lyrical-apriltag-draw Version: 3.0.4-3resolute.20260901.183335 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 672 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-apriltag-msgs, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/apriltag_draw/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-draw/ros-lyrical-apriltag-draw_3.0.4-3resolute.20260901.183335_amd64.deb Size: 156240 SHA256: 30f78d1b8cd8c16d2191705b1d3dbe1078f8c13cca3a8d1a76b4670233ba806c SHA1: 620a74cc172d13cd52deef11e0b4669cf37b4a75 MD5sum: f3388f7536b2747164013f0c4ee84989 Description: ROS package for drawing apriltags on image Package: ros-lyrical-apriltag-draw-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-draw Version: 3.0.4-3resolute.20260901.183335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3284 Depends: ros-lyrical-apriltag-draw (= 3.0.4-3resolute.20260901.183335) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-draw/ros-lyrical-apriltag-draw-dbgsym_3.0.4-3resolute.20260901.183335_amd64.deb Size: 2836828 SHA256: d6da9373ae7dfe4aa7e204d6ce4708bbd61e1a345df796e47d429000e8a66ac5 SHA1: bbff5a4a5164909aa8480cd261a18bc27d5263c3 MD5sum: b5c1de05121722996f98fd890c4f8096 Description: debug symbols for ros-lyrical-apriltag-draw Build-Ids: 51d658fa98d4d89763de9e05d15d0cb8a7830e7e 8cffba6ddb0e660ee6ab064b2f33ece3712206e8 Package: ros-lyrical-apriltag-mit Version: 1.0.3-3resolute.20260728.173258 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 247 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), clang-tidy, libboost-dev, libeigen3-dev, libopencv-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/apriltag_mit/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-mit/ros-lyrical-apriltag-mit_1.0.3-3resolute.20260728.173258_amd64.deb Size: 75796 SHA256: b7412fe5948e77bf867254edf132558304eee813bb405f38101f70446f8337da SHA1: f61731f54ca73f55f1825b74cd0861a0d966db03 MD5sum: 4f142bafcc6af21f772bcfd01d3fec1c Description: ROS2 package wrapper for the MIT apriltag detector Package: ros-lyrical-apriltag-mit-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-mit Version: 1.0.3-3resolute.20260728.173258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 844 Depends: ros-lyrical-apriltag-mit (= 1.0.3-3resolute.20260728.173258) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-mit/ros-lyrical-apriltag-mit-dbgsym_1.0.3-3resolute.20260728.173258_amd64.deb Size: 820070 SHA256: 861dcdfe31fb94a5b42517caef1b8a5fb5288aad3123bbc0863d78c944d0b41c SHA1: 4d4a85be18d26060733fdf4abb0c4de95b0c2af7 MD5sum: 3e986bc21b5e47a1d93f2c8f13d32a02 Description: debug symbols for ros-lyrical-apriltag-mit Build-Ids: c4d168aeeb94480f8545d8f82dfb5f4906c6e6d0 Package: ros-lyrical-apriltag-msgs Version: 2.0.2-1resolute.20260901.115314 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 770 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/apriltag_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-msgs/ros-lyrical-apriltag-msgs_2.0.2-1resolute.20260901.115314_amd64.deb Size: 76434 SHA256: 07ef1d0844e3db5df7091f0d205dd018267dc676dccaeb38785b93aaad18ee94 SHA1: 421fb51140489ce75877e359856bc52f5d4fb9d1 MD5sum: 8f8cdb0b9cdd7beacac2549a2ed4988d Description: AprilTag message definitions Package: ros-lyrical-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-msgs Version: 2.0.2-1resolute.20260901.115314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 628 Depends: ros-lyrical-apriltag-msgs (= 2.0.2-1resolute.20260901.115314) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-msgs/ros-lyrical-apriltag-msgs-dbgsym_2.0.2-1resolute.20260901.115314_amd64.deb Size: 440234 SHA256: 271241b8da232b8c34bbd5a5f1329ce6ef9e85a5cd74bec79c078cd41e8ab1a7 SHA1: 9adba3cc438d2e899abc84fd6a3c67444f65999b MD5sum: b0e5a2564959d4f28aea742463a0ccd9 Description: debug symbols for ros-lyrical-apriltag-msgs Build-Ids: 03471365ca358bd1ee3291973b87825c2e715436 1a40e8a3b7a3ddd2ed401637d784fe7f4843086e 364721920e0254f0a578e07391406c23003583fa 3be519a8f5913e38a53bf1f185520dedaa97d97e 4f1c6f7f54d206954c7f44d4b34ee25082e79b51 7c3efb406ac954385b573607548f7a554c481c19 8f2267ad533541d577e0fe654433e5c445ce79bb a458c2eb631d2c9bddc94774b3b8a07019119239 ac48cc57f13af4d9216655093444de2128ef8411 d8455d3f47cdf83c19a07026f24c269cb960974d f24df5a4e1e3a5f30a1a5489fd913713745f0a79 Package: ros-lyrical-apriltag-ros Version: 3.4.0-1resolute.20260901.211727 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 444 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), ros-lyrical-apriltag, ros-lyrical-apriltag-msgs, ros-lyrical-camera-ros, ros-lyrical-cv-bridge, ros-lyrical-image-proc, ros-lyrical-image-transport, ros-lyrical-image-transport-plugins, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/apriltag_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-ros/ros-lyrical-apriltag-ros_3.4.0-1resolute.20260901.211727_amd64.deb Size: 130132 SHA256: f29d09e6ddec48e6ae22f32d7aeacad3779f82818cf2895170e1f2b7b10638bc SHA1: 82c2197f96c9b63c274af1a783f95a24646b6442 MD5sum: f56f53169ffcb9dc4a06f45aca756ce2 Description: AprilTag detection node Package: ros-lyrical-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-ros Version: 3.4.0-1resolute.20260901.211727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 2623 Depends: ros-lyrical-apriltag-ros (= 3.4.0-1resolute.20260901.211727) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-ros/ros-lyrical-apriltag-ros-dbgsym_3.4.0-1resolute.20260901.211727_amd64.deb Size: 2432004 SHA256: 27faa34e418ae860234245a16a45b8153794a46ffd0f922c94b02ad40205f881 SHA1: d93fbd5eef56407681764d7831b0ed6b36865d9b MD5sum: 331dd6a1c11e3a2e7e9206dc6cd268d4 Description: debug symbols for ros-lyrical-apriltag-ros Build-Ids: b55d2dd7981ca4d7d11a032de0021aa7871f7ab5 f8d820878273a2c744b3fe1cbf13656e47e83705 Package: ros-lyrical-apriltag-tools Version: 3.0.4-3resolute.20260901.184343 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 109 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-apriltag-detector, ros-lyrical-apriltag-draw, ros-lyrical-apriltag-msgs, ros-lyrical-rclcpp, ros-lyrical-rosbag2-transport, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/apriltag_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-tools/ros-lyrical-apriltag-tools_3.0.4-3resolute.20260901.184343_amd64.deb Size: 27820 SHA256: c06797f88066c6e975a71237a2a51036624783665bd50f6904c3b90ab725ff77 SHA1: 39acb95cd51f23355ba9812a9406b1037787cd68 MD5sum: 06bdb5d4e5f330c6e243abbd97533e09 Description: misc tools for working with apriltags under ROS2 Package: ros-lyrical-apriltag-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-apriltag-tools Version: 3.0.4-3resolute.20260901.184343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 536 Depends: ros-lyrical-apriltag-tools (= 3.0.4-3resolute.20260901.184343) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-apriltag-tools/ros-lyrical-apriltag-tools-dbgsym_3.0.4-3resolute.20260901.184343_amd64.deb Size: 499626 SHA256: cbe3e93ff1e307cf090cc8e57da8a333bca887aaf7c269248623addbf3aa1d55 SHA1: 1bd4e4b3b7379c681561f1d34de11415bf2a9b1e MD5sum: f0cde291d82ee2e5833143604ec298ee Description: debug symbols for ros-lyrical-apriltag-tools Build-Ids: 4eb5ffc37341f81c4d190ab2092e8f78db093d32 Package: ros-lyrical-ardrone-sdk Version: 2.0.3-3resolute.20260728.205103 Architecture: amd64 Maintainer: victor Installed-Size: 11296 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.38), libjson-c5 (>= 0.15), libncurses6 (>= 6), libtinfo6 (>= 6), ffmpeg, libavahi-client-dev, libavcodec-dev, libavformat-dev, libavutil-dev, libjson-c-dev, libncurses-dev, libswscale-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ardrone_sdk/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ardrone-sdk/ros-lyrical-ardrone-sdk_2.0.3-3resolute.20260728.205103_amd64.deb Size: 1273504 SHA256: 38c143128d18eb3828aa16ce792b72db21044bd73bee771198c0389dca82d373 SHA1: 918af3a0780fa4e5abc963c5f59a8bca785ffc9c MD5sum: 30994760be53a6328196b95067d0e96c Description: Exports ARSDK3 as a library Package: ros-lyrical-ardrone-sdk-dbgsym Package-Type: ddeb Source: ros-lyrical-ardrone-sdk Version: 2.0.3-3resolute.20260728.205103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 4563 Depends: ros-lyrical-ardrone-sdk (= 2.0.3-3resolute.20260728.205103) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ardrone-sdk/ros-lyrical-ardrone-sdk-dbgsym_2.0.3-3resolute.20260728.205103_amd64.deb Size: 3319656 SHA256: f516fcbd0b3874ab16ed74f19f5767b81bcae3a08d913eb4a0154ed2312bd33a SHA1: 2e1ef54a97e22c7f7c523a8db2820d5a00f39bb7 MD5sum: 0dcaa11d45fb211805cfffc29e3647e3 Description: debug symbols for ros-lyrical-ardrone-sdk Build-Ids: 30569224e926d34c6e53945012fa7f6aa0afdc76 b9ab0e7f46aca7bac117cffc1e6dc6c54c3168ae Package: ros-lyrical-ardrone-sumo Version: 2.0.3-3resolute.20260901.153550 Architecture: amd64 Maintainer: victor Installed-Size: 727 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-lyrical-ardrone-sdk, ros-lyrical-cv-bridge, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ardrone_sumo/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ardrone-sumo/ros-lyrical-ardrone-sumo_2.0.3-3resolute.20260901.153550_amd64.deb Size: 172642 SHA256: e6823470bd10f0a66dd7386257de92bd8a89f9e462bf94b240f8c6462884ce48 SHA1: d459ca6dd8243747292aa0abf50bd284f16c90d8 MD5sum: e7a6d47a33c0cc5003a9cbdf7ab1e172 Description: Control the Parrot JumpingSumo drone via ROS2 topics Package: ros-lyrical-ardrone-sumo-dbgsym Package-Type: ddeb Source: ros-lyrical-ardrone-sumo Version: 2.0.3-3resolute.20260901.153550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 3544 Depends: ros-lyrical-ardrone-sumo (= 2.0.3-3resolute.20260901.153550) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ardrone-sumo/ros-lyrical-ardrone-sumo-dbgsym_2.0.3-3resolute.20260901.153550_amd64.deb Size: 3050228 SHA256: 0378cfa7828c24c4a4d66b6c34a1f2d6a84c7140cd14df4354a668633a3c6640 SHA1: 0825bee323bd19722e284f7a368e5547fa438021 MD5sum: 71092d605b9e1df3016e798fa413cd1b Description: debug symbols for ros-lyrical-ardrone-sumo Build-Ids: d343edd3740ca3550539c6c41fea44e7e72fb648 Package: ros-lyrical-aruco Version: 5.0.5-3resolute.20260901.170138 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 858 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, ros-lyrical-cv-bridge, ros-lyrical-ros-workspace Homepage: http://www.uco.es/investiga/grupos/ava/node/26 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco/ros-lyrical-aruco_5.0.5-3resolute.20260901.170138_amd64.deb Size: 297802 SHA256: ad02531bf23c8cf32fd0102e47db8c1e2c18b9afec5eeb5d9fa8c1ae78235885 SHA1: 2798483165d94d35fab08febe20848d55df9f099 MD5sum: adead073b80d68038904bfd72b5c3331 Description: The ARUCO Library has been developed by the Ava group of the Univeristy of Cordoba(Spain). It provides real-time marker based 3D pose estimation using AR markers. Package: ros-lyrical-aruco-dbgsym Package-Type: ddeb Source: ros-lyrical-aruco Version: 5.0.5-3resolute.20260901.170138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4671 Depends: ros-lyrical-aruco (= 5.0.5-3resolute.20260901.170138) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco/ros-lyrical-aruco-dbgsym_5.0.5-3resolute.20260901.170138_amd64.deb Size: 4467838 SHA256: a40a42cd86139625a57e240123764bdac65105adc170a6ce9a7d051bc7887e1e SHA1: 43c78c3e1b1a5d37d24c486ce0c2cc8d2886e470 MD5sum: f4cc4ce31873838e27dfade2053f8f89 Description: debug symbols for ros-lyrical-aruco Build-Ids: 99d8ae39a0a23c40263cff625bed34ab0159e1c5 Package: ros-lyrical-aruco-msgs Version: 5.0.5-3resolute.20260901.125454 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 612 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/pal-robotics/aruco_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco-msgs/ros-lyrical-aruco-msgs_5.0.5-3resolute.20260901.125454_amd64.deb Size: 61086 SHA256: cbd045fc1ca227e9a1b66686a0f7138ba42d9f9b6d4f4e2b1bc9e91acc8be354 SHA1: 6dfef36d955b881132a104f6b690baa06c5b7e53 MD5sum: 7d8eed4df5910c7521341afa8e3f516b Description: The aruco_msgs package Package: ros-lyrical-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-aruco-msgs Version: 5.0.5-3resolute.20260901.125454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 493 Depends: ros-lyrical-aruco-msgs (= 5.0.5-3resolute.20260901.125454) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco-msgs/ros-lyrical-aruco-msgs-dbgsym_5.0.5-3resolute.20260901.125454_amd64.deb Size: 330602 SHA256: 07c065149033628cfb51d8540821973e975396e9be69887bdd2e4783449240df SHA1: 9c8b13ecaf110f12b0a1ed5cfe6b87205affe17e MD5sum: 2f5f6b07b830db0f3758aaeb1d861126 Description: debug symbols for ros-lyrical-aruco-msgs Build-Ids: 30529ea1e90e12ae08238d97cdfc4778c0c51e4c 50e585ebda863251829969f6017dd389aed183b1 8a79f13f2aa315d3a8a0a93d8676d55c8c53bcea 974856bad9afb618cc9676934fc013be3c29aecb 9c765e4282d590ebc008cf65ddc59cf2d1607526 a0c7c1d2518e679fa3532f4d0789c2207c2831a0 bc3ebfb123f683cdee47fd606803a381eaf8873e c03fe700788c763459dd6fc47bfc5bd61401ad26 f62f955f28aee9184f72a663e176ed5486e326d3 f64ece1755a4d0517ba6b4624950949440635fb3 f6575c104d32c41a491292cc4ab8cdb37078a9db Package: ros-lyrical-aruco-opencv Version: 7.0.0-1resolute.20260901.200723 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1497 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-contrib410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-objdetect410 (>= 4.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, python3-img2pdf, python3-numpy, python3-opencv, ros-lyrical-aruco-opencv-msgs, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/aruco_opencv/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco-opencv/ros-lyrical-aruco-opencv_7.0.0-1resolute.20260901.200723_amd64.deb Size: 291314 SHA256: d00db25f36827d466f6f07bf6e112a0dd397d89eb656a6a893f9228085649fd0 SHA1: 7052122b5fee178fc362641c278ad39bdac664bc MD5sum: 86bfad8666109bfbadd6a54dae1e32e2 Description: ArUco marker detection using aruco module from OpenCV libraries. Package: ros-lyrical-aruco-opencv-dbgsym Package-Type: ddeb Source: ros-lyrical-aruco-opencv Version: 7.0.0-1resolute.20260901.200723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 7948 Depends: ros-lyrical-aruco-opencv (= 7.0.0-1resolute.20260901.200723) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco-opencv/ros-lyrical-aruco-opencv-dbgsym_7.0.0-1resolute.20260901.200723_amd64.deb Size: 6581944 SHA256: 728af39673ded9b8c262154c7bffa00e652c1dc92a8115f8086517f62a0f2519 SHA1: 7aa2c09e3ba8630ba3681702ef4ef86bc1e4cbe8 MD5sum: a4171caa1c88cdf26f185ac05594f590 Description: debug symbols for ros-lyrical-aruco-opencv Build-Ids: 4059064e78ca1aa894791661b3500f5f6bb9ddbe 6d7aecc5cd9b2471305093306a2b5e0f657bac26 ea70effd8ab0a0ce39669919cd6339954009be2e Package: ros-lyrical-aruco-opencv-msgs Version: 7.0.0-1resolute.20260901.121332 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 754 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/aruco_opencv_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco-opencv-msgs/ros-lyrical-aruco-opencv-msgs_7.0.0-1resolute.20260901.121332_amd64.deb Size: 73504 SHA256: 6edf430d01852c52cef265ccb00c749ddf5aa91c550d4ce34af768c360a4e4c4 SHA1: 054356ae4c4065fc77a645f095c3abfe9eee7f96 MD5sum: e2717822ce1cfdb625f90a31a0117c33 Description: Message definitions for aruco_opencv package. Package: ros-lyrical-aruco-opencv-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-aruco-opencv-msgs Version: 7.0.0-1resolute.20260901.121332 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 633 Depends: ros-lyrical-aruco-opencv-msgs (= 7.0.0-1resolute.20260901.121332) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-aruco-opencv-msgs/ros-lyrical-aruco-opencv-msgs-dbgsym_7.0.0-1resolute.20260901.121332_amd64.deb Size: 443166 SHA256: 3a62db678d856fef4f760f8634908394ef48744bfd56f2f5edc3d8e8efc1daea SHA1: 05b20467f827f7b59a9f3454082a9e2e1d74dd72 MD5sum: 003c2f43ba763bcf2671582c8e67449a Description: debug symbols for ros-lyrical-aruco-opencv-msgs Build-Ids: 02514fcda1d0c1bdfc04347e41f81aa2f17daca8 13402d203c969704f2c318a1d27277f8b34be9c7 1779856fdc093fe511183502fbabf576dcd1263a 27bce870d07dca50124fe369f32bbaedd03a51e1 4c8483351a189b5e764018bcac846e031b89e517 84650550d4a083c059b640a10f126f6f097e5659 8f9125b49e6d423189fba0c00f9d647098d48829 96b5b0f9237abcf64c37e75d8fcba16d91e11193 e5f32b7c2af11d300a2ac4b82a8ea5d8e92fef5c e70c4804e24da63926fc922cbfb8f58cadc98656 ee64907702ac5a429a272521b436ad6562a58f6e Package: ros-lyrical-asio-cmake-module Version: 1.2.0-5resolute.20260728.205055 Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 47 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/asio_cmake_module/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-asio-cmake-module/ros-lyrical-asio-cmake-module_1.2.0-5resolute.20260728.205055_amd64.deb Size: 6364 SHA256: 18c8567b8f04aaa19dc25c33ff6f5fc0dc8dfee1e44ef2234ba68c969f1c3ce0 SHA1: 77a67c2784a237401d9e0296ba25ed5395ff3412 MD5sum: bb1ff21299c950d160bdfd2462fdcf0b Description: A CMake module for using the ASIO network library Package: ros-lyrical-async-web-server-cpp Version: 2.0.2-1resolute.20260901.135240 Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 634 Depends: libboost-filesystem1.90.0 (>= 1.90.0), libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libboost-all-dev, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/async_web_server_cpp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-async-web-server-cpp/ros-lyrical-async-web-server-cpp_2.0.2-1resolute.20260901.135240_amd64.deb Size: 194916 SHA256: 30c79048c06c9e187c37b7ea61adca82b9ea611be24591d27c61d19802873c01 SHA1: 7e9f8794b7ebb9a460eb820d0878d81cdf28a868 MD5sum: 590e5a1d84807de5612bd82c1ab55db4 Description: Asynchronous Web/WebSocket Server in C++ Package: ros-lyrical-async-web-server-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-async-web-server-cpp Version: 2.0.2-1resolute.20260901.135240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 3039 Depends: ros-lyrical-async-web-server-cpp (= 2.0.2-1resolute.20260901.135240) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-async-web-server-cpp/ros-lyrical-async-web-server-cpp-dbgsym_2.0.2-1resolute.20260901.135240_amd64.deb Size: 2772614 SHA256: f66b0cd1ec22b9636ea5da7f41900d20e275e64ceda01125f6fed236181813e0 SHA1: 43aa3943111606626962cddd972d74d0e1507190 MD5sum: 6cb62d7fd85661bf66a4a671a2fe2521 Description: debug symbols for ros-lyrical-async-web-server-cpp Build-Ids: 459ef8506ab1188f4db77c1695a772dd819893ee Package: ros-lyrical-at-sonde-ros-driver Version: 1.0.0-3resolute.20260901.150926 Architecture: amd64 Maintainer: MA Song Installed-Size: 197 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libmodbus5 (>= 3.1.4), libstdc++6 (>= 13.1), libmodbus-dev, ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/at_sonde_ros_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-at-sonde-ros-driver/ros-lyrical-at-sonde-ros-driver_1.0.0-3resolute.20260901.150926_amd64.deb Size: 58018 SHA256: ee52ca0a0b1482b2c9436962a3021bd6326be30a84359c88e36b9f399a60b210 SHA1: 72b3ff33a338d46b69f2fa8835c8cc0b3e32f4dd MD5sum: ecdad59dd049c8f13db80dcbaf484d20 Description: A ROS 2 driver to stream the monitored parameters of an In-Situ Aqua TROLL Multiparameter Sonde. Package: ros-lyrical-at-sonde-ros-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-at-sonde-ros-driver Version: 1.0.0-3resolute.20260901.150926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MA Song Installed-Size: 881 Depends: ros-lyrical-at-sonde-ros-driver (= 1.0.0-3resolute.20260901.150926) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-at-sonde-ros-driver/ros-lyrical-at-sonde-ros-driver-dbgsym_1.0.0-3resolute.20260901.150926_amd64.deb Size: 796184 SHA256: dac3e81e49afa86f808f261b4d3888998e4ea05260e2395baf8de3bccbb23501 SHA1: 53a608daeca385447f67408d67b6d3c19673bd40 MD5sum: 58dbf39f5500d22758f86a391e09c51e Description: debug symbols for ros-lyrical-at-sonde-ros-driver Build-Ids: efc83c8520b7e550193cb41cf95baf4fc1a601e6 Package: ros-lyrical-audio-capture Version: 0.4.0-2resolute.20260901.193341 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 508 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 13.1), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, ros-lyrical-audio-common-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-launch-xml, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/audio_capture Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-capture/ros-lyrical-audio-capture_0.4.0-2resolute.20260901.193341_amd64.deb Size: 125398 SHA256: 4d8b40a17e30c50cdddce96dea055decae70e96b33266520dd9517c6b8ae074c SHA1: 0e430283d87e8ac6d6959dca418137229a33edf9 MD5sum: f7640bc108dd7186fb0ea6c129ddaa8d Description: Transports audio from a source to a destination. Audio sources can come from a microphone or file. The destination can play the audio or save it to an mp3 file. Package: ros-lyrical-audio-capture-dbgsym Package-Type: ddeb Source: ros-lyrical-audio-capture Version: 0.4.0-2resolute.20260901.193341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2321 Depends: ros-lyrical-audio-capture (= 0.4.0-2resolute.20260901.193341) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-capture/ros-lyrical-audio-capture-dbgsym_0.4.0-2resolute.20260901.193341_amd64.deb Size: 2069428 SHA256: bdc9379507cfe0f1acace421c6b976f2bd2dde2d0a15a1c711a04eea9db15dc0 SHA1: 9a2a9662a35edce2adb73688d73004ff71715d41 MD5sum: a334c20e06316083c3a2438b02f5ae4d Description: debug symbols for ros-lyrical-audio-capture Build-Ids: 5e2139c6f995eca99363eba40f1a6bd6c00cb7ea 8a795a9661a440eeb2199fe647d6e759bbd0a13d Package: ros-lyrical-audio-common Version: 0.4.0-2resolute.20260901.194212 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 45 Depends: ros-lyrical-audio-capture, ros-lyrical-audio-common-msgs, ros-lyrical-audio-play, ros-lyrical-sound-play, ros-lyrical-sound-play-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/audio_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-common/ros-lyrical-audio-common_0.4.0-2resolute.20260901.194212_amd64.deb Size: 5840 SHA256: 947fc3cabc09c2c09230c1859dff483f81c7592a9665fa5502bf8f47b709a7f0 SHA1: 24ff4a5edb7fe672cb683a00651943b072f939a9 MD5sum: 4eda22fde4f7cf46c82e0e29de8355e8 Description: Common code for working with audio in ROS Package: ros-lyrical-audio-common-msgs Version: 0.4.0-2resolute.20260901.115314 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 795 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/audio_common_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-common-msgs/ros-lyrical-audio-common-msgs_0.4.0-2resolute.20260901.115314_amd64.deb Size: 88910 SHA256: 47c0408c14a6cb9e1d38c5abef585f817145b5b5dc7cdabc98d71c969deeb414 SHA1: 1f2d1f2c2052669c6bdf8989538d46fc6f272f37 MD5sum: 09af7a58453ac36422ce46dd4849efb2 Description: Messages for transmitting audio via ROS Package: ros-lyrical-audio-common-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-audio-common-msgs Version: 0.4.0-2resolute.20260901.115314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 936 Depends: ros-lyrical-audio-common-msgs (= 0.4.0-2resolute.20260901.115314) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-common-msgs/ros-lyrical-audio-common-msgs-dbgsym_0.4.0-2resolute.20260901.115314_amd64.deb Size: 722006 SHA256: 1af4cfce0c863ba9453d842846b7ab4345523f59723165c71dd871f624cdc8da SHA1: 33fa73389238e5161525f90d6cf07275f91b3f41 MD5sum: 33a28456093d0b18196c77eebab8d2c6 Description: debug symbols for ros-lyrical-audio-common-msgs Build-Ids: 1f88ea25249e1826054f96e55666cb930598ed15 4287b5dbb8c076fa3a851d748d1ad2ee7bba9229 5971eaa6b8602a610c6e89793307d0dcc4cac546 64ac00ee8955c2fec33ccb318bd382052d12bc17 79c9ff0099e7dcd26558466c8d744a0fb5f4d12b 9809df017a6a5095076c8c3083390ca31fe102cb ac976ecfcdbc14114caca5d1eaf9d8e40ec8071a acb4c269d04cb5c3daf8e11f17b32a0b01e94968 b8c5b8c1851f19ba88633c8e795dde66eccac61f b8d5d28c3e18a1f00148b22f792d06a6a0a2d113 dda2aeda55b8aa0c52e1aacb97ae8650eda08b9f Package: ros-lyrical-audio-play Version: 0.4.0-2resolute.20260901.162217 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 650 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 14), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, ros-lyrical-audio-common-msgs, ros-lyrical-launch-xml, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/audio_play Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-play/ros-lyrical-audio-play_0.4.0-2resolute.20260901.162217_amd64.deb Size: 138662 SHA256: 016b5cda0b927860c71d65f19a16428ff500ff82bef32f44abf929cb3e2d02fc SHA1: eaad1937ef8fa5539393c9add4e4051b9b69794d MD5sum: 3100903bcebc692b64c4289e702b7428 Description: Outputs audio to a speaker from a source node. Package: ros-lyrical-audio-play-dbgsym Package-Type: ddeb Source: ros-lyrical-audio-play Version: 0.4.0-2resolute.20260901.162217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2953 Depends: ros-lyrical-audio-play (= 0.4.0-2resolute.20260901.162217) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-audio-play/ros-lyrical-audio-play-dbgsym_0.4.0-2resolute.20260901.162217_amd64.deb Size: 2509534 SHA256: 5ef5da3a661c95ed8aabf8f00f99c16b62c36a27683a5e9ee726fac795a1ae5d SHA1: 61cd95cf9cf4618aa392cb81d6836a99e4dc04dc MD5sum: d559549873dde675f9ba0e6ba2e255b7 Description: debug symbols for ros-lyrical-audio-play Build-Ids: 01561f6698b5f9839eb2f9ce410965ae783fd842 35a62d13ab5e7eb5e614d83dd7844af171bbfa7f Package: ros-lyrical-auto-apms-behavior-tree Version: 1.5.1-3resolute.20260901.195838 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 4521 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-ament-index-python, ros-lyrical-auto-apms-behavior-tree-core, ros-lyrical-auto-apms-interfaces, ros-lyrical-auto-apms-util, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2param, ros-lyrical-std-srvs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-behavior-tree/ros-lyrical-auto-apms-behavior-tree_1.5.1-3resolute.20260901.195838_amd64.deb Size: 907812 SHA256: c3a8f7fa38169afb4cea4f5c073fcbe7ee0ede995ba0855d2253ffcfeed66ba1 SHA1: 7ccd5adb6cb153dbe3b76a97fbc793585385e32f MD5sum: ec20571106568b7f8c25e6f2fadd82b4 Description: Standard AutoAPMS behavior tree nodes and deployment tools Package: ros-lyrical-auto-apms-behavior-tree-core Version: 1.5.1-3resolute.20260901.190011 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 1830 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libtinyxml2-dev, ros-lyrical-action-msgs, ros-lyrical-ament-index-cpp, ros-lyrical-ament-index-python, ros-lyrical-auto-apms-util, ros-lyrical-behaviortree-cpp, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-behavior-tree-core/ros-lyrical-auto-apms-behavior-tree-core_1.5.1-3resolute.20260901.190011_amd64.deb Size: 462472 SHA256: d9bd3b891ccee4ec8f46bcaa0813031c06b72eefec20b064329af28741698fb6 SHA1: a9ed685d7829812f6092c328de3e5da265081ae0 MD5sum: 37028bf7abc1279e142757d55df81fa4 Description: Core functionality and cmake tools for AutoAPMS Package: ros-lyrical-auto-apms-behavior-tree-core-dbgsym Package-Type: ddeb Source: ros-lyrical-auto-apms-behavior-tree-core Version: 1.5.1-3resolute.20260901.190011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 11420 Depends: ros-lyrical-auto-apms-behavior-tree-core (= 1.5.1-3resolute.20260901.190011) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-behavior-tree-core/ros-lyrical-auto-apms-behavior-tree-core-dbgsym_1.5.1-3resolute.20260901.190011_amd64.deb Size: 10937672 SHA256: 8735aef557911891e25b9b01b24fd1ad250c2dcb0b5704c7d05237b097f53481 SHA1: 271ee090fe251264514f611abde4891e0163f5c1 MD5sum: 89b24918066f73df86cbf70210da799d Description: debug symbols for ros-lyrical-auto-apms-behavior-tree-core Build-Ids: 556775508cbb55d80d7b4755f5441adc780afb8d 58b1d9df53dc5c00cf77af7a6a50b7bd8bcdf2b1 5f5d7448a09022d5f40f57aaf5a014b0bae919ed 68974cbb4aa367abfefe249985457028979ae8b4 d87b247141cec0d65b825cc1331688c0cb08504d f84729def84686a2a89cd4853243f3d06fbc8219 Package: ros-lyrical-auto-apms-behavior-tree-dbgsym Package-Type: ddeb Source: ros-lyrical-auto-apms-behavior-tree Version: 1.5.1-3resolute.20260901.195838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 27776 Depends: ros-lyrical-auto-apms-behavior-tree (= 1.5.1-3resolute.20260901.195838) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-behavior-tree/ros-lyrical-auto-apms-behavior-tree-dbgsym_1.5.1-3resolute.20260901.195838_amd64.deb Size: 26055476 SHA256: cd87f9e916f4871d0bcd60b0418837985fba8f9d61de3ef3d72f56d44cbe8bca SHA1: df3d3ce8633f5bdf0b16cd31783a1022abeff0b0 MD5sum: e8cc665bc7ac27a0754c8585dedc274d Description: debug symbols for ros-lyrical-auto-apms-behavior-tree Build-Ids: 19f3ef247e50ec0cfce6e0f965c2771820ef1cdc 21dd9f9c3bf94620e0ec43fa693ab766a0c33aaf 6dc79fd712337e7c951dace980075a5e4a71e48c 9ecf3389ef6b7d0f88d14582d3ff7a5e89d454b9 b26fa54ec36ce8a21043a48fde41271137cddfc1 b8abf3658bdbe7e61f2db15d7f3a7715356a1d56 d4e4a7eff6fde6885061f6c8001633bd132dcb9b dabb5dfa67b09f4eb4572683d9ea5126497508cd Package: ros-lyrical-auto-apms-examples Version: 1.5.1-3resolute.20260901.202324 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 783 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-auto-apms-behavior-tree, ros-lyrical-auto-apms-interfaces, ros-lyrical-auto-apms-mission, ros-lyrical-auto-apms-ros2behavior, ros-lyrical-auto-apms-util, ros-lyrical-rclcpp-components, ros-lyrical-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-examples/ros-lyrical-auto-apms-examples_1.5.1-3resolute.20260901.202324_amd64.deb Size: 187692 SHA256: cf39a0bd3bd567d225554fbfbc6649aa9f27b9520defb9c9da3a4b4fca81153e SHA1: fc6491518726ce9e712b54c7dcf26477ac00d6fc MD5sum: e0873138a75a62735db0e3fea371fbba Description: Examples package for AutoAPMS Package: ros-lyrical-auto-apms-examples-dbgsym Package-Type: ddeb Source: ros-lyrical-auto-apms-examples Version: 1.5.1-3resolute.20260901.202324 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 3640 Depends: ros-lyrical-auto-apms-examples (= 1.5.1-3resolute.20260901.202324) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-examples/ros-lyrical-auto-apms-examples-dbgsym_1.5.1-3resolute.20260901.202324_amd64.deb Size: 3347906 SHA256: 943686b9f7eae0b3526fa2e1cbc76cb1cae13e7fa2c89c7536b2347cfe23e01f SHA1: 6dd86d583ea5703eae163d4015a53c408c43617d MD5sum: 33b6a41097446e97c2a57438b8082b0f Description: debug symbols for ros-lyrical-auto-apms-examples Build-Ids: 78ab7d2d1894e2fb88c6f1a6dc36a1ad8c0dda9d be95db429635644611ffe95e2a3413f8dcafd565 e4d4d2b2d9a99b8cc01ce081fff905cf09e274f1 Package: ros-lyrical-auto-apms-interfaces Version: 1.5.1-3resolute.20260901.110340 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5831 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-interfaces/ros-lyrical-auto-apms-interfaces_1.5.1-3resolute.20260901.110340_amd64.deb Size: 315460 SHA256: 49512d8cd6e3084f64b7d6e9266cf8323f710b24ca11b74c8fc322707d5c3d6f SHA1: ccf6d6b90bbd0beeea829cdb77a6e448d3820cb1 MD5sum: 3f376982a270b7071675c3a4e9be35fb Description: ROS 2 interfaces for AutoAPMS Package: ros-lyrical-auto-apms-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-auto-apms-interfaces Version: 1.5.1-3resolute.20260901.110340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 3050 Depends: ros-lyrical-auto-apms-interfaces (= 1.5.1-3resolute.20260901.110340) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-interfaces/ros-lyrical-auto-apms-interfaces-dbgsym_1.5.1-3resolute.20260901.110340_amd64.deb Size: 1881084 SHA256: 218a020b872fd1ba31b594d212bd3b6a734d009323b9a76bdceb37dc0f8a20ca SHA1: 5349f00a7c38e020d106a3c315abde06c29c5dfe MD5sum: 153434a84ebb3d16ae6221e2be75a21c Description: debug symbols for ros-lyrical-auto-apms-interfaces Build-Ids: 0c7c414bd8b435e192e280fe3fb313c87f3a80b8 4a686bfcc22d55880d4d3f9a56816f3630020dd8 53ca79a67b1dc063913cadaffbbd997d68231bcb 66eff9ad1bc5f707bab9ab88e7883ac9ddb0aeb0 774273a139ec11d064c33d2a8a1e4c0b9b73d8b8 78722aa4dd714490460e0637604f0a14b4839410 aa58a8719966424ecb44219a8e718b1580b71323 e7ff256e0de7afb0564427a30dfefd104571cf99 f6ec6391978a0413cb58f688a4a7d6da754b16dc f9a5dcd6125fa17f6d2cc79a67810b1122e91425 faa407a65c9ab2b64d820b3aadc0b05d52a4dbbf Package: ros-lyrical-auto-apms-mission Version: 1.5.1-3resolute.20260901.201626 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 723 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-auto-apms-behavior-tree, ros-lyrical-auto-apms-util, ros-lyrical-rclcpp-components, ros-lyrical-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-mission/ros-lyrical-auto-apms-mission_1.5.1-3resolute.20260901.201626_amd64.deb Size: 160138 SHA256: 11a81c0af61051779aa8b609dc161a8e88221a5715f2a2fe3703c7b84907ef49 SHA1: 6f6235284ad2a553f4b420a171251375ac727749 MD5sum: 31e4202e61f8ecf72aebcad52d23835f Description: Implementation of AutoAPMS's automated mission management system Package: ros-lyrical-auto-apms-mission-dbgsym Package-Type: ddeb Source: ros-lyrical-auto-apms-mission Version: 1.5.1-3resolute.20260901.201626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 5129 Depends: ros-lyrical-auto-apms-mission (= 1.5.1-3resolute.20260901.201626) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-mission/ros-lyrical-auto-apms-mission-dbgsym_1.5.1-3resolute.20260901.201626_amd64.deb Size: 4867646 SHA256: 11c264d1ed167e0562d43642386a4a61f61614111fb20dba9a4891d6e60f5e45 SHA1: 72c98c634ecbc0d9f7bdb09ababa1b290d52cda8 MD5sum: 377133df3276e84a522f27ad70ed77c8 Description: debug symbols for ros-lyrical-auto-apms-mission Build-Ids: 1aabbcc3718626dca133bd72dab4cb10bb4f0ff9 5ec3706b1140329b3fad20cad840b3f9b1085deb 611211de0bbddd4e8d5dab35602fd2615b37c340 9f3b8e7e0dc788366aa766883bdc397d73df6f0a Package: ros-lyrical-auto-apms-ros2behavior Version: 1.5.1-3resolute.20260901.201415 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 157 Depends: ros-lyrical-ament-index-python, ros-lyrical-auto-apms-behavior-tree, ros-lyrical-auto-apms-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2param, ros-lyrical-ros2run, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-ros2behavior/ros-lyrical-auto-apms-ros2behavior_1.5.1-3resolute.20260901.201415_amd64.deb Size: 28782 SHA256: b60ef76dd17995fd647500f0f02c5ec048b1aaaff7f6235d768c3474574fbda6 SHA1: f479620ad040205f2459c290bad253c39127ac5d MD5sum: 5deec5d46e487c1c4380b3d5e3521485 Description: AutoAPMS related extensions for the ROS 2 CLI introducing the ros2 behavior command Package: ros-lyrical-auto-apms-util Version: 1.5.1-3resolute.20260901.173501 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 215 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ament-index-cpp, ros-lyrical-ament-index-python, ros-lyrical-generate-parameter-library, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rcpputils, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-util/ros-lyrical-auto-apms-util_1.5.1-3resolute.20260901.173501_amd64.deb Size: 44800 SHA256: c84746defe49f980e62fbe2c2ca38b13fcfb50753859240cbe2af77e55554df3 SHA1: 8af03430c378313173f5584483a091a0149a3d96 MD5sum: 98e611e8ab227a063aa28b8d697597d1 Description: AutoAPMS utilities Package: ros-lyrical-auto-apms-util-dbgsym Package-Type: ddeb Source: ros-lyrical-auto-apms-util Version: 1.5.1-3resolute.20260901.173501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 318 Depends: ros-lyrical-auto-apms-util (= 1.5.1-3resolute.20260901.173501) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-auto-apms-util/ros-lyrical-auto-apms-util-dbgsym_1.5.1-3resolute.20260901.173501_amd64.deb Size: 290696 SHA256: c9348ef2016f47b3456c0e67680ebc03b943a1936844f27b0dad0552b6f0c6ba SHA1: 15dc3e9f8c0c669123a30a1666bcf0cfd5ae3e89 MD5sum: c0ca46b8d4da1efbd42e14cd37ae7045 Description: debug symbols for ros-lyrical-auto-apms-util Build-Ids: f06af4ad67450ebbf7e9d7b415e27b2133d84b07 Package: ros-lyrical-automatika-embodied-agents Version: 0.7.4-1resolute.20260901.220233 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4280 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, python3-httpx, python3-platformdirs, python3-tqdm, python3-websockets, ros-lyrical-automatika-ros-sugar, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/automatika-robotics/embodied-agents Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automatika-embodied-agents/ros-lyrical-automatika-embodied-agents_0.7.4-1resolute.20260901.220233_amd64.deb Size: 526268 SHA256: 2a1bfc382b9ebe3abbab885d16b21625a5e65e1c3fe5fa27cc81fa3dab81a0cd SHA1: eeb8a1e45b6d46c302bc63716acbf45a83323465 MD5sum: 4bd589b49cc8fc4fbe03521e7313ad35 Description: agents Package: ros-lyrical-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-lyrical-automatika-embodied-agents Version: 0.7.4-1resolute.20260901.220233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2779 Depends: ros-lyrical-automatika-embodied-agents (= 0.7.4-1resolute.20260901.220233) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automatika-embodied-agents/ros-lyrical-automatika-embodied-agents-dbgsym_0.7.4-1resolute.20260901.220233_amd64.deb Size: 2118380 SHA256: 3fc6831e1e8cc894c50614ffe7d5781228c2cc627fd7c122d98c77d612e7443a SHA1: 0580b47b20b539efe17b45b0bf08da3e1cae280f MD5sum: a4937b1957e23dfccb401759e8fc968b Description: debug symbols for ros-lyrical-automatika-embodied-agents Build-Ids: 1016a8e6fd946e421bb236eb4eb951d0a2c3f504 2aeea142e26fb8c21a248d86f714d1e23d10058e 3e764ad3a52befab393489a25baad1c29241af07 45771956de02bdbb532b8c9bdb8651ffbeae18cb 6d6dd94cfb537135fdd3dbed00e2d4fed575ea4c 6fbff978b5a063083fd12533ff071dcc5fdae377 7c756b4d50c1c9bee83c1d399a00e37741e61ecd 9e8cbb025e47492cc2ccad0829f3b0ba0ee6d710 ce2ee6baa75282368c4a6faa485c73405a99824e d3d48e646e37fe4c9967e251440c4d959e22bf7f ef40627e96b9845e95b812c29953a042ad0461da Package: ros-lyrical-automatika-ros-sugar Version: 0.7.1-1resolute.20260901.211610 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4111 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, python3-attr, python3-jinja2, python3-msgpack, python3-msgpack-numpy, python3-numpy, python3-opencv, python3-setproctitle, python3-toml, python3-yaml, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/automatika-robotics/sugarcoat Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automatika-ros-sugar/ros-lyrical-automatika-ros-sugar_0.7.1-1resolute.20260901.211610_amd64.deb Size: 719880 SHA256: 11fc7aba238288d4cc60eea31865587f58e1a2b854d8badf7ddcf6eb402f8fbc SHA1: 2d2951821143d35d327909ae94a297d8b50adfb4 MD5sum: 0e5efb11d1ae5b14bef653af6a1f1e84 Description: Syntactic sugar for ROS2 nodes creation and management Package: ros-lyrical-automatika-ros-sugar-dbgsym Package-Type: ddeb Source: ros-lyrical-automatika-ros-sugar Version: 0.7.1-1resolute.20260901.211610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2346 Depends: ros-lyrical-automatika-ros-sugar (= 0.7.1-1resolute.20260901.211610) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automatika-ros-sugar/ros-lyrical-automatika-ros-sugar-dbgsym_0.7.1-1resolute.20260901.211610_amd64.deb Size: 1783740 SHA256: 010b28def13c840acd142dfeae3e8d8afd9a53af91e845915d77e704797b01f8 SHA1: 7a0da9329c660cc227949f477f97fab8f85878fa MD5sum: 0f4b535e2b691513cd69685defb03f13 Description: debug symbols for ros-lyrical-automatika-ros-sugar Build-Ids: 0a41e33ad5f2ee35540ba36f5f2458a1bf5ff742 4219211dd0ff391226fe43ba61c798b344668e45 5e020538d7b0d50bfa3eacf8933c20922e5e661b 73ba4a29e9ac7b2bc5da5561f035e5b0c8f2657e 7e8b6e76feccf46f5bdea5c744ac0c4ca0e6571d 899d6358ac425633a48f232d0277681898580290 8e7c914e57645306b8c2316dbccd145e0005acd9 c7ab97028ecd427617bd62bd9973d41ae1f09e3a e120b49e8df42bf10fad0c4da3e755be5007b423 e38fbac6c34e45986a243a6c9017f8b94c9a22ee ef79898852837ddcd68cffe69be34f1a34d456f6 Package: ros-lyrical-automotive-autonomy-msgs Version: 3.0.4-7resolute.20260901.125946 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 45 Depends: ros-lyrical-automotive-navigation-msgs, ros-lyrical-automotive-platform-msgs, ros-lyrical-ros-workspace Homepage: http://github.com/astuff/automotive_autonomy_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automotive-autonomy-msgs/ros-lyrical-automotive-autonomy-msgs_3.0.4-7resolute.20260901.125946_amd64.deb Size: 5902 SHA256: b229fb53204b9fcaef52a836f7dbddc7f2d068ea3b1b01a2f947a6fc8e0f243f SHA1: 31ca6e7dcf68b6d1f0118cbb350bf1d4a5799e14 MD5sum: 0b95ce596c4a619be1de71174b808f4d Description: Messages for vehicle automation Package: ros-lyrical-automotive-navigation-msgs Version: 3.0.4-7resolute.20260901.125453 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2351 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://github.com/astuff/automotive_navigation_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automotive-navigation-msgs/ros-lyrical-automotive-navigation-msgs_3.0.4-7resolute.20260901.125453_amd64.deb Size: 170278 SHA256: 4063a38fd31eb73baf5455f1f1a19c9a8faea3a97f44883514a34a7222c346f7 SHA1: 72485eed7030166a86bc02794f8724715421e455 MD5sum: 9703155dfe10e735a34240082c74d8a7 Description: Generic Messages for Navigation Objectives in Automotive Automation Software Package: ros-lyrical-automotive-navigation-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-automotive-navigation-msgs Version: 3.0.4-7resolute.20260901.125453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1908 Depends: ros-lyrical-automotive-navigation-msgs (= 3.0.4-7resolute.20260901.125453) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automotive-navigation-msgs/ros-lyrical-automotive-navigation-msgs-dbgsym_3.0.4-7resolute.20260901.125453_amd64.deb Size: 1450432 SHA256: 8661d2789f92420da4d6979cabdef5cac5e9f8d185bc2564356ce389ed468bfe SHA1: fb5f00e782b45215b6da678bdbc9d29b1692b00a MD5sum: ba9611eaaa8303cb28166f4700d1200c Description: debug symbols for ros-lyrical-automotive-navigation-msgs Build-Ids: 05040f53c582af58954a13689d409635677f334c 0ff0987ad84d2a42331d45016be3541bef172e1a 198ef3dcc3045077ddbd0daff89ac52a74d1ca64 2aebbfe5d7a074c0adb41409d2cd1b94dd6d4ad9 2cec3373d6d3aa93636434fcf02f7fc23756400f 9e2458f9b01cab066d5c244f77ad5d4e383177da aded3033c99adf7591902b03a79f8eb12d69b76e be96307fc9b7f6698ff45106cfb59a99e64ee6e3 e604e9988dfb66c80f8a6395b08adaf3ce6f9b8e e66df0444815693134eaf3a8a32870a90c9b8b79 e9b7071eab6e6b80acb38fe6f22c1400438d6eb7 Package: ros-lyrical-automotive-platform-msgs Version: 3.0.4-7resolute.20260901.115333 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4476 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://github.com/astuff/automotive_platform_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automotive-platform-msgs/ros-lyrical-automotive-platform-msgs_3.0.4-7resolute.20260901.115333_amd64.deb Size: 263210 SHA256: 3fab62ba4cfb518053fe571ca93f7bad7ed4fe2238fad423dda6e6d783562aa0 SHA1: 9439dd01bd0e13fe039c4c72f20c8f0fe5551852 MD5sum: a05c5ea7b6581331503b014dbbeb8abb Description: Generic Messages for Communication with an Automotive Autonomous Platform Package: ros-lyrical-automotive-platform-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-automotive-platform-msgs Version: 3.0.4-7resolute.20260901.115333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 3085 Depends: ros-lyrical-automotive-platform-msgs (= 3.0.4-7resolute.20260901.115333) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-automotive-platform-msgs/ros-lyrical-automotive-platform-msgs-dbgsym_3.0.4-7resolute.20260901.115333_amd64.deb Size: 2285516 SHA256: 906212e26b2c2ca04e77f801b82fd938a45f09f134166ad0050030ccd6661fea SHA1: 5e9ea50fcca56bde41161dde113a7891eb19afba MD5sum: 6ce8c1f7f7a0b4693c27b0aff34a2de2 Description: debug symbols for ros-lyrical-automotive-platform-msgs Build-Ids: 3254b79d2dcc687b1d14bbe38861294a6cd4d572 3c378187d435044ae3d82cfaeaeabb5419eeb8dd 3f3fbb93237a0c293cb9088f3e2b418ba12c994f 4a64d95066555587157e309b73d63333d3933821 666603150365c522eb928d4a6958489567d8a072 8a3f231a2ddbdab9731cba91f2c909d0b72d4f20 9cfe7deedc2ee2b316dca085261c1d90f1b68d51 cec859a3d96fcb62403208b67f79c58c01e86bc6 d266bf366f3d12a117dbcbdcec898d1d1b4e59ce f5814a814f1561cc1f3cc5b249904233c7c73793 f716c030973dc27d2efa01a94eaf31d77d6067a3 Package: ros-lyrical-autoware-adapi-v1-msgs Version: 1.9.0-4resolute.20260901.134555 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 17213 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_adapi_v1_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-adapi-v1-msgs/ros-lyrical-autoware-adapi-v1-msgs_1.9.0-4resolute.20260901.134555_amd64.deb Size: 1011870 SHA256: d6952188589df0c0fdfe37c40415db5ba13bd45dcf4b6822ce084d03ed954099 SHA1: e85e2ad3a948a587400794ad6c7c4334c76bb14b MD5sum: 5a7dcc0a83cba35b36dc0e2426d48946 Description: The Autoware AD API interfaces Package: ros-lyrical-autoware-adapi-v1-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-adapi-v1-msgs Version: 1.9.0-4resolute.20260901.134555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 14325 Depends: ros-lyrical-autoware-adapi-v1-msgs (= 1.9.0-4resolute.20260901.134555) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-adapi-v1-msgs/ros-lyrical-autoware-adapi-v1-msgs-dbgsym_1.9.0-4resolute.20260901.134555_amd64.deb Size: 11120898 SHA256: 41e227be778bbfa384176b2fd6e08f1b3491b2b1cef94ed6f800883154ca25a8 SHA1: 95e903006eab75b9204003c2874789bd8e0e0b11 MD5sum: 6c8ca3c38a013b2b209288d5432d3928 Description: debug symbols for ros-lyrical-autoware-adapi-v1-msgs Build-Ids: 0f35e59706fc9b4d9cf66591eb665aa58461b530 1d169763d1dfd268a4a24aad07593b7caf26e14e 2c9297104194cf684d901cbf9b505c01d125e8d8 35f3a8f1b8e5d117e9d32a00e0ea08b688c25df1 45d22a08303390555fe078082dce085cd91df12e 7130506a6d306c089f0998276382c3186f286e49 72b66b1e1787dd776d4b902ab67eaa5e9802c8bf 7b52590f33ecddc7e5d87e5b759ccbf62fab8f9c a785b8c803aa78eb18506a2ab44c79f16f270012 af1b26a431f7f01b52547c0b0a833a68eb3dcfe3 ed54cb1b0ed567421f061e14c5095a99b1a00b40 Package: ros-lyrical-autoware-adapi-version-msgs Version: 1.9.0-4resolute.20260901.110340 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 754 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_adapi_version_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-adapi-version-msgs/ros-lyrical-autoware-adapi-version-msgs_1.9.0-4resolute.20260901.110340_amd64.deb Size: 69774 SHA256: 77b6a0eabd278bcd8ee138a1eb742a7561fb35a5e53b23c4558b37a681b23e4d SHA1: e65f70b4f905b843170c2ef92ce5364928f78bd0 MD5sum: 18bc93b58a85e14bdae40bb21a2ec20f Description: The Autoware AD API version interfaces Package: ros-lyrical-autoware-adapi-version-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-adapi-version-msgs Version: 1.9.0-4resolute.20260901.110340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 515 Depends: ros-lyrical-autoware-adapi-version-msgs (= 1.9.0-4resolute.20260901.110340) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-adapi-version-msgs/ros-lyrical-autoware-adapi-version-msgs-dbgsym_1.9.0-4resolute.20260901.110340_amd64.deb Size: 315576 SHA256: a4e6029992d6e009446c77c59085026821802c54562634a62709b5fdd7f1c369 SHA1: 234d73f5716a10351f8b908e2aa07aebd1e8e6bf MD5sum: 167a339989577a6a1a49c29f23273146 Description: debug symbols for ros-lyrical-autoware-adapi-version-msgs Build-Ids: 0245c9b50173dd7c157b640a055d5d0b6543f061 4518245a88c5062d0168062a9a49ff0cce94a6a4 5de8e8ea74a585c723b31cacca743dad1423b131 5f2a13f7e60cfc3125ed14921ff9899bc9f0aebb 714c95032b7cf571808c21fb8e5ef82d133827cb 7204435703406a85a7e21fb5dd9ca439d4e14560 77272ca248f1ecabd52b0bf5a2d8c9f5f78ad112 956eacd121e8f3124be0db6b5c3cb5b2a9547e50 9d052f3adf9ac7a650f0f97327ac1720ceddd8c5 bfb8e40ddf62148adb188db45338124c61a08c7b e952d370b96bcc89c5e78bc47c2bbd369098b313 Package: ros-lyrical-autoware-cmake Version: 1.1.0-3resolute.20260728.211009 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 56 Depends: ros-lyrical-ament-cmake-auto, ros-lyrical-ament-lint-auto, ros-lyrical-ros-environment, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-cmake/ros-lyrical-autoware-cmake_1.1.0-3resolute.20260728.211009_amd64.deb Size: 8976 SHA256: b5e9f76c554aafc7277e04454c6d6f27adb16e667b0e3266be6e3398faf48f41 SHA1: cf5c56fe33cb98a89f664b4f8799aaddd21a24d6 MD5sum: b0a7d49e6642b1d87005ec3d6d240c66 Description: CMake scripts for Autoware Package: ros-lyrical-autoware-control-msgs Version: 1.11.0-3resolute.20260901.103545 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 947 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_control_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-control-msgs/ros-lyrical-autoware-control-msgs_1.11.0-3resolute.20260901.103545_amd64.deb Size: 77762 SHA256: 8c54c78500c02d89533ea09b8d66c97c86d6a93e95fbc15c353059256a0d413e SHA1: 801e3e25722498aaf382d6edc70acc4993b32df0 MD5sum: 93efa3f3a293705bc26ad1c71fecc231 Description: Autoware control messages package. Package: ros-lyrical-autoware-control-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-control-msgs Version: 1.11.0-3resolute.20260901.103545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 656 Depends: ros-lyrical-autoware-control-msgs (= 1.11.0-3resolute.20260901.103545) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-control-msgs/ros-lyrical-autoware-control-msgs-dbgsym_1.11.0-3resolute.20260901.103545_amd64.deb Size: 453938 SHA256: c9e0b7c9a852ddabb1e45cc8eba778b23f286f70e0bfe68ba6813ed46cdba54d SHA1: 5d436ea0a6ddc61cf8a1b38e5d8378ccdb19256f MD5sum: 92ac8a35acfbf0ddfddabee69be3793a Description: debug symbols for ros-lyrical-autoware-control-msgs Build-Ids: 17ab6c37ca14bd202a30d4ac422098868721fb4d 22db5e8fb4ef9e571203859bc25843b2aca80cb0 2c0372d6a3b0d7ec7fb581a3675c845037a2efa2 2c7ee1594e3fa7dd5044db74560761b67663c672 a143eb3fe8604689f029eef390c9b254bd1e1360 a9c7fcd615880fcd3df7a60c155795077cc2c054 adcef0a815c5249d651b45c66492bd8883fa6e14 b7f57eb0b54e6610acb966ddc45c6824db03d03e d05a6cd912aa4be915c8b0d6b1c2c25ab7294ceb defd5bebbda0c5def02e883cee111534dae8f794 fd4d50db9f985002798acdbf0051c6fd6ca7297e Package: ros-lyrical-autoware-internal-debug-msgs Version: 1.16.0-1resolute.20260905.031240 Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 2643 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_internal_debug_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-internal-debug-msgs/ros-lyrical-autoware-internal-debug-msgs_1.16.0-1resolute.20260905.031240_amd64.deb Size: 181624 SHA256: 9d13227c46e4fa8582605b311d11739a39886450f742d1ae6cb697cf9c07c67b SHA1: eda2961aaea8239cd606f9cf1728713bdfc492f3 MD5sum: e220e1339efbeefc574906f366083b06 Description: Autoware internal debug messages package. Package: ros-lyrical-autoware-internal-debug-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-internal-debug-msgs Version: 1.16.0-1resolute.20260905.031240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 2158 Depends: ros-lyrical-autoware-internal-debug-msgs (= 1.16.0-1resolute.20260905.031240) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-internal-debug-msgs/ros-lyrical-autoware-internal-debug-msgs-dbgsym_1.16.0-1resolute.20260905.031240_amd64.deb Size: 1620878 SHA256: 1da07d233e1f398bfd945bdb57189519de9b2a1793191fc580c26638f4a3a331 SHA1: e73e1e92e978e87cd5c2594c6da8aab76a195658 MD5sum: 0a9692d011fa86b3ec7b5197c33d0048 Description: debug symbols for ros-lyrical-autoware-internal-debug-msgs Build-Ids: 0a960a4b921f54f1792ba4015c662fc56e53d7b1 2674b7a38020d417599fe9b4a5e923b2a6f2d134 2e2bfc1f62ff9ae73c745f2a1b4b975d76bc05f7 30a3dd649d01b91ed96be37d3f690923dc3a1349 4c5de581d54c0f00f83f262913c2e510eaa7860d 4f1ea94579092c8c7ae5d7d20cbf21c6d92286b6 57e3bc06c0d3fba27a163a64e8a25f13accba0bf 6571d0670f08289f9c1ffdbab6af32be67490341 681d6783c054a17f52419cc61f57cb15a7d24b10 eb8b55d49a5dd7e584191e4e76f5342c0e6a9cb7 faa78e52ae23407bf86901f8b102c6238840e136 Package: ros-lyrical-autoware-internal-metric-msgs Version: 1.16.0-1resolute.20260905.031211 Architecture: amd64 Maintainer: "Temkei Kem" Installed-Size: 605 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_internal_metric_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-internal-metric-msgs/ros-lyrical-autoware-internal-metric-msgs_1.16.0-1resolute.20260905.031211_amd64.deb Size: 63180 SHA256: e732c18698ecc4a4d6f5e3d802cb43405ee7c775fabf5db35376dc50103306da SHA1: 689660f70725ddce3a8d762f696cc5295ca554d9 MD5sum: aa56ba184a8253948e7bfd96bc1bf715 Description: The autoware_internal_metric_msgs package Package: ros-lyrical-autoware-internal-metric-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-internal-metric-msgs Version: 1.16.0-1resolute.20260905.031211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Temkei Kem" Installed-Size: 514 Depends: ros-lyrical-autoware-internal-metric-msgs (= 1.16.0-1resolute.20260905.031211) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-internal-metric-msgs/ros-lyrical-autoware-internal-metric-msgs-dbgsym_1.16.0-1resolute.20260905.031211_amd64.deb Size: 346930 SHA256: 91cb956808481da6f4cf6e4ca58aa6481d9767fa7159b45b88e72513c5d1aea5 SHA1: 7b87de83424faa34a221e486b202fe73df6f81f3 MD5sum: e301a07cdba07a7e9fb2b35c6996cf57 Description: debug symbols for ros-lyrical-autoware-internal-metric-msgs Build-Ids: 773e06bafd27fbb4cbcae862285d542e08ee0deb 7d8f1d49002e10b90042fd018664ac781366c4a1 872f575cf568ce68f2d08b47900b420bf17c34ce 885c68a79bb90c7bd5f27df400bfb9ddd66f716f 8f0d544ef2641f04100ab562dd0a34617941e177 93c9d4901277152a533919a3698a97a5a1a429fb a372e83ebafb568990ac51ae5c7eb2cf247c4866 b6212878928eb0130d5a5a2fec4f8d7acbba5f30 c9f1603dc2314fe8aeef3caefe6e8a6934eccffd ede9d6a8111101ac16b341cb327f0c379949770f fa5d0f7ffe810aeb843d62f3751dbbb4b39e913f Package: ros-lyrical-autoware-lint-common Version: 1.1.0-3resolute.20260728.204532 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 50 Depends: ros-lyrical-ament-cmake-copyright, ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-cppcheck, ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-test, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_lint_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-lint-common/ros-lyrical-autoware-lint-common_1.1.0-3resolute.20260728.204532_amd64.deb Size: 6788 SHA256: 9f301fe0dc9b7a06609b6184033e24689e2d156dbbd3a010ed23e711175ad0e5 SHA1: 6fcb2fe27b076e2297c286472c226738889fac39 MD5sum: 87628dd081ab09a66c5e9f5a139d2055 Description: The list of commonly used linters in Autoware Package: ros-lyrical-autoware-map-msgs Version: 1.11.0-3resolute.20260901.134715 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 3777 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_map_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-map-msgs/ros-lyrical-autoware-map-msgs_1.11.0-3resolute.20260901.134715_amd64.deb Size: 292332 SHA256: 2d164cfe2d89f6b345a39c0f401c78021a04f36e8f98f57919d416a175846b45 SHA1: 5de7d3f21587d0a6522e6f9933dc8e62b90e18a6 MD5sum: c611c78e00f8de336424323896bc6611 Description: Autoware map messages package. Package: ros-lyrical-autoware-map-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-map-msgs Version: 1.11.0-3resolute.20260901.134715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 3769 Depends: ros-lyrical-autoware-map-msgs (= 1.11.0-3resolute.20260901.134715) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-map-msgs/ros-lyrical-autoware-map-msgs-dbgsym_1.11.0-3resolute.20260901.134715_amd64.deb Size: 3010930 SHA256: 7ee779970e3a82478cba9e36cc13b5812310d5b20cb378e01fced7bbe70ec807 SHA1: ef239ff114ea7479ca1112c34301fb2876de4671 MD5sum: c188723407b952e9840cc5fbd4bd015c Description: debug symbols for ros-lyrical-autoware-map-msgs Build-Ids: 00c613b286b27cc5eda4ce99838b9ee4ecc4db0f 077c1cc02c9a60ac0ba096442ee53fe12fd41c7d 1dd4b683883ceec8f2d48fe2572fe6b15a119e51 4a4e634d82808087d108c79eda0dad6cd3b8be89 60724956037d5f364f5a15fc8496a484670fe0fc 65821875aef324c9c4dacd01303b57846549311b ad538b4ae1a4bf0330321a141c55dfe1c3721359 b8acbc91dfe69e0cfd66360565a0c80a75930a5f c7953ea7c305979b14de8c09cf0eef706316851c c96b02b385130d9bb895f13889f363704913ba45 e47a6137fc63f7f13fe0c62fe3b6df3e9928a0b7 Package: ros-lyrical-autoware-sensing-msgs Version: 1.11.0-3resolute.20260901.130710 Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 2062 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_sensing_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-sensing-msgs/ros-lyrical-autoware-sensing-msgs_1.11.0-3resolute.20260901.130710_amd64.deb Size: 182224 SHA256: 3de132dfa93ccb51b8abae6b35ed142d10c9aec4528ca19044c68185d534be3f SHA1: 412c81b2beeae82d9ddb49ddbc7a807921e82691 MD5sum: 38ec02e4755c0b55d81774d0714963cb Description: Autoware sensing messages package. Package: ros-lyrical-autoware-sensing-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-sensing-msgs Version: 1.11.0-3resolute.20260901.130710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mete Fatih Cırıt Installed-Size: 1879 Depends: ros-lyrical-autoware-sensing-msgs (= 1.11.0-3resolute.20260901.130710) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-sensing-msgs/ros-lyrical-autoware-sensing-msgs-dbgsym_1.11.0-3resolute.20260901.130710_amd64.deb Size: 1482734 SHA256: ff0f80d54fb54194c92d4d3ce7bd6f2de0e7cc939acac2771c691e766c8dc453 SHA1: 4503232e1cfd6e416f3e4430ab5b9817a570d55f MD5sum: 4227c74cc7bdcf6400fb65980dfc73c4 Description: debug symbols for ros-lyrical-autoware-sensing-msgs Build-Ids: 056707f84cde77bea359096ad4aba7cb7b8d17f6 22270c249e59a27d706454479e4eca009e6be30e 26f43e2fae17d7c0afe9b0d7670731a1a3e61896 30fcaab85a552d3dac76d46e88de486c427891ff 3a24e1e5a1210fae739701838614dac4e8e898f3 5f7e5e1a989dc57639a08cb132aa61f02c83b2bd abc4478dc6564ebe2a6e9a9329c6c388b173bd7d b217f7c3a3185e51b1b34ce975cacf56e04a63d9 b8438a0dde1c6cf8f78c5b6d42ea775f32e45d71 e5c2e39118528662079804d9c5cd029c49f7669c ee58dfc4c638f5e49ca6e3141e9a1e41d7abaae7 Package: ros-lyrical-autoware-utils-diagnostics Version: 1.4.2-4resolute.20260901.152307 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 203 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-diagnostic-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_diagnostics/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-diagnostics/ros-lyrical-autoware-utils-diagnostics_1.4.2-4resolute.20260901.152307_amd64.deb Size: 55678 SHA256: 97e9349804ae02583710025a3d89408f92b452761003fd1eb5d19be4069a4844 SHA1: 35e63ef2439412f085b02c5690578283e54bcd39 MD5sum: 85c0326f34d3cc5991e8e53a66ea03ad Description: The autoware_utils_diagnostics package Package: ros-lyrical-autoware-utils-diagnostics-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-utils-diagnostics Version: 1.4.2-4resolute.20260901.152307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 854 Depends: ros-lyrical-autoware-utils-diagnostics (= 1.4.2-4resolute.20260901.152307) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-diagnostics/ros-lyrical-autoware-utils-diagnostics-dbgsym_1.4.2-4resolute.20260901.152307_amd64.deb Size: 779664 SHA256: 5bef1e48bc6e8ac67ec7856e0b0e1f57ea9291b5ad1b2594cc770c7d514119b6 SHA1: 14780c092e10286f7a008d7e7ecfb1896cf05ffd MD5sum: 9059f5375f67b7c48bc305f21204d4a5 Description: debug symbols for ros-lyrical-autoware-utils-diagnostics Build-Ids: cafefbaa5e11a1b8b4cacf035d23ebfc1e3f6266 Package: ros-lyrical-autoware-utils-logging Version: 1.4.2-4resolute.20260901.165806 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 141 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-logging-demo, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_logging/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-logging/ros-lyrical-autoware-utils-logging_1.4.2-4resolute.20260901.165806_amd64.deb Size: 31002 SHA256: 923c206d49d40f263ee4be9d392632f5ccc096727ee8b4d7ab0293cc51cc4fda SHA1: 96f92f04dd29314ba5ec025f76537b01ec1d457e MD5sum: f29a9dd6b222f1deec2c405b75dc85d8 Description: The autoware_utils_logging package Package: ros-lyrical-autoware-utils-logging-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-utils-logging Version: 1.4.2-4resolute.20260901.165806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 488 Depends: ros-lyrical-autoware-utils-logging (= 1.4.2-4resolute.20260901.165806) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-logging/ros-lyrical-autoware-utils-logging-dbgsym_1.4.2-4resolute.20260901.165806_amd64.deb Size: 446080 SHA256: 2108ed10a065b3a9da45169bd01e7eb57c25bdbc83f832a7dc2d70ce6ee7500c SHA1: c254e571482785b097dcfd1abb58a847bc495776 MD5sum: 63f9f1a2848da42ab58320bd168cd2d1 Description: debug symbols for ros-lyrical-autoware-utils-logging Build-Ids: ed48d4fb27970f13e2afa499870b41b3c22ef6f8 Package: ros-lyrical-autoware-utils-math Version: 1.4.2-4resolute.20260728.211352 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 214 Depends: libc6 (>= 2.2.5), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_math/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-math/ros-lyrical-autoware-utils-math_1.4.2-4resolute.20260728.211352_amd64.deb Size: 110426 SHA256: fd8bd40d30cef52842e014d663f349ca946f80cf777bafea7303b628f2b37dd6 SHA1: e622121ac8fc9fc5b368867a9a4a63081914accd MD5sum: df3b67fc374cf6d92b5f56140ffc2845 Description: The autoware_utils_math package Package: ros-lyrical-autoware-utils-math-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-utils-math Version: 1.4.2-4resolute.20260728.211352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 153 Depends: ros-lyrical-autoware-utils-math (= 1.4.2-4resolute.20260728.211352) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-math/ros-lyrical-autoware-utils-math-dbgsym_1.4.2-4resolute.20260728.211352_amd64.deb Size: 7524 SHA256: 051157bff195bd7f4a08d563a6aa6a601815c80817b9a45d01282ed90e61b594 SHA1: c63df6fb6e8d06b2ee360e1cc66a1a24a1aca552 MD5sum: faad11b1ffcd680c1c97752db542f5b5 Description: debug symbols for ros-lyrical-autoware-utils-math Build-Ids: f606e1d2bb97ca5e4f979e94e6c818e27a8b191d Package: ros-lyrical-autoware-utils-rclcpp Version: 1.4.2-4resolute.20260901.155516 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 64 Depends: ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_rclcpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-rclcpp/ros-lyrical-autoware-utils-rclcpp_1.4.2-4resolute.20260901.155516_amd64.deb Size: 9472 SHA256: b094b12cfafbbf61f025a085f3f2abd24e2c20e4638ee4a31be945ef7a936975 SHA1: 7f6ff74a3a390f0ed6a89e5e325b3e2f97dd83b7 MD5sum: fde74e410c4070a1f69adca95bb70322 Description: The autoware_utils_rclcpp package Package: ros-lyrical-autoware-utils-system Version: 1.4.2-4resolute.20260901.155531 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 89 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_system/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-system/ros-lyrical-autoware-utils-system_1.4.2-4resolute.20260901.155531_amd64.deb Size: 15746 SHA256: e3e7920dcc4e1d3f96e42e4cadaf13f19a61b099aca0b008669b2ff95ff92100 SHA1: 36b41f6b299ef9dee63bbfa06eefed7239622eab MD5sum: 5c69fe5662045db992b2b780996422be Description: The autoware_utils_system package Package: ros-lyrical-autoware-utils-system-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-utils-system Version: 1.4.2-4resolute.20260901.155531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 234 Depends: ros-lyrical-autoware-utils-system (= 1.4.2-4resolute.20260901.155531) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-system/ros-lyrical-autoware-utils-system-dbgsym_1.4.2-4resolute.20260901.155531_amd64.deb Size: 217822 SHA256: e6c68b9f8f6831c192f9d4114004c1508b83248c5f92d9e31cbf0daba2fcb515 SHA1: 953169d45464682fea4c476bbbb4abf96bd3bf5d MD5sum: 9f42cce1c689af75119c62f0e9539e48 Description: debug symbols for ros-lyrical-autoware-utils-system Build-Ids: 73670cfb74913bc73331478c49934fbd7c4e6a86 Package: ros-lyrical-autoware-utils-uuid Version: 1.4.2-4resolute.20260901.094038 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 56 Depends: libboost-system-dev, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_uuid/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-uuid/ros-lyrical-autoware-utils-uuid_1.4.2-4resolute.20260901.094038_amd64.deb Size: 7966 SHA256: c97a22b16fb292581a5bc87247b89f845ef55d2d71db4c25c847fe3720be78ec SHA1: d5a2d1bbc99990ede86b34ad4c13c96fc329db35 MD5sum: b5bdd43d50b6dee55845dac2ccb85b97 Description: The autoware_utils_uuid package Package: ros-lyrical-autoware-utils-visualization Version: 1.4.2-4resolute.20260901.152559 Architecture: amd64 Maintainer: Jian Kang Installed-Size: 90 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-lyrical-rclcpp, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_visualization/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-visualization/ros-lyrical-autoware-utils-visualization_1.4.2-4resolute.20260901.152559_amd64.deb Size: 17796 SHA256: b4283499faceedf45b64e880d510b7e2367bf960bc26aaffcbefb148121b3878 SHA1: dd0ed39598e6d8fd5911f81d9b4a46f104e5108f MD5sum: d24144f8cbcabce1dcaa0ccbb7b48648 Description: The autoware_utils_visualization package Package: ros-lyrical-autoware-utils-visualization-dbgsym Package-Type: ddeb Source: ros-lyrical-autoware-utils-visualization Version: 1.4.2-4resolute.20260901.152559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jian Kang Installed-Size: 156 Depends: ros-lyrical-autoware-utils-visualization (= 1.4.2-4resolute.20260901.152559) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-autoware-utils-visualization/ros-lyrical-autoware-utils-visualization-dbgsym_1.4.2-4resolute.20260901.152559_amd64.deb Size: 136326 SHA256: 87ffc8008e718ae99a245f2c81fdaa1daba61138717f473a6b7adc61f16ff071 SHA1: 822c686566050dd6000eaeebd26f33563acfad13 MD5sum: 1a92ba8e8c269bb16b086f693ff6551f Description: debug symbols for ros-lyrical-autoware-utils-visualization Build-Ids: 3698132772f30e22fdcb03100979ee9ef01e2601 Package: ros-lyrical-avt-vimba-camera Version: 2001.1.0-7resolute.20260901.214023 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2903 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-camera-info-manager, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-image-proc, ros-lyrical-image-transport, ros-lyrical-message-filters, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-stereo-image-proc, ros-lyrical-ros-workspace Homepage: https://github.com/astuff/avt_vimba_camera Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-avt-vimba-camera/ros-lyrical-avt-vimba-camera_2001.1.0-7resolute.20260901.214023_amd64.deb Size: 665086 SHA256: 33c6a0f21fa703080c4e214cfaa8be7c3647547315943bab3ff450f978a76434 SHA1: d98e4f0a3b496e8cc733b4851c0e7c34efd9664b MD5sum: 0e92a2690fe070f5a8c29700def4fc53 Description: Camera driver for Allied Vision Technologies (AVT) cameras, based on their Vimba SDK. Package: ros-lyrical-avt-vimba-camera-dbgsym Package-Type: ddeb Source: ros-lyrical-avt-vimba-camera Version: 2001.1.0-7resolute.20260901.214023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 5045 Depends: ros-lyrical-avt-vimba-camera (= 2001.1.0-7resolute.20260901.214023) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-avt-vimba-camera/ros-lyrical-avt-vimba-camera-dbgsym_2001.1.0-7resolute.20260901.214023_amd64.deb Size: 4474262 SHA256: 3105868d6f667c6958c5e007f3891a9744a0242c7733ef6f1f55486ed72b900b SHA1: e6c631e07e763f57adba7a1ddaeb20a31679cfa3 MD5sum: 0239af841ca24f19bf3ff8fe2de21452 Description: debug symbols for ros-lyrical-avt-vimba-camera Build-Ids: 2ca3708c628c178e515c45744142f006664beb05 a075d57a46d6fa8671121571fb69781fb51e9b16 a55f0f856f45077ba8cd30f32c36f8b0028cf7db efa7f44a393df56f0d7cb997b2c88737a3e051f5 Package: ros-lyrical-backward-ros Version: 1.0.8-5resolute.20260728.173605 Architecture: amd64 Maintainer: Victor López Installed-Size: 227 Depends: libc6 (>= 2.14), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), libdw-dev, ros-lyrical-ros-workspace Homepage: https://github.com/pal-robotics/backward_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-backward-ros/ros-lyrical-backward-ros_1.0.8-5resolute.20260728.173605_amd64.deb Size: 56540 SHA256: 710477c7a14590207dc628ac96291db6f1916d97cbd6d9493730d223d2dbac22 SHA1: 5f3a0d016895f2b6c12b79bf76a3e7efbbd01e39 MD5sum: 18e4cf2f6ffc51a1d53ad2d0cf6ae5f3 Description: The backward_ros package is a ros wrapper of backward-cpp from https://github.com/bombela/backward-cpp Package: ros-lyrical-backward-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-backward-ros Version: 1.0.8-5resolute.20260728.173605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Victor López Installed-Size: 263 Depends: ros-lyrical-backward-ros (= 1.0.8-5resolute.20260728.173605) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-backward-ros/ros-lyrical-backward-ros-dbgsym_1.0.8-5resolute.20260728.173605_amd64.deb Size: 232630 SHA256: 09df60ab788882c576d8e16fbd34ed731abd897fe8d0cb380c1ffe249cad958b SHA1: b1c280df365b4b6461522dae2bd2f0926bd98eb9 MD5sum: 58ef9be3c0abc2409d7a814a6069701f Description: debug symbols for ros-lyrical-backward-ros Build-Ids: 1b9a4998ec00ff40e9291a4fb7fd43836f731c06 Package: ros-lyrical-bag2-to-image Version: 0.1.2-3resolute.20260901.170907 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 298 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-storage, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/bag2_to_image/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bag2-to-image/ros-lyrical-bag2-to-image_0.1.2-3resolute.20260901.170907_amd64.deb Size: 86616 SHA256: 83c2520abeddad645cb275dc9ad0c93e3aa799a581e1bbbb598f206f22849c66 SHA1: a84d8f07f58a5bc457c6b97c55674f09c2cc0f3a MD5sum: 947d5ca0c044a3855073a8760a1f4c1e Description: The bag2_to_image package Package: ros-lyrical-bag2-to-image-dbgsym Package-Type: ddeb Source: ros-lyrical-bag2-to-image Version: 0.1.2-3resolute.20260901.170907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1723 Depends: ros-lyrical-bag2-to-image (= 0.1.2-3resolute.20260901.170907) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bag2-to-image/ros-lyrical-bag2-to-image-dbgsym_0.1.2-3resolute.20260901.170907_amd64.deb Size: 1620992 SHA256: 5c81cbf12ab85694f27202c8d4808a8c154d1596763eda3e9ea0c579e5eed1fb SHA1: 9bc29e844f8dea1dfde61d69f68eaddb589478bf MD5sum: f185eb362f08d8e5569a407aa6f8379c Description: debug symbols for ros-lyrical-bag2-to-image Build-Ids: b77d35311620e36d3c9b124a38dbbabcd94fb9a6 e06bff6dcd04b9c98eab900ec4f1bf9507efea75 Package: ros-lyrical-battery-state-broadcaster Version: 6.9.0-1resolute.20260908.111908 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 493 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-battery-state-broadcaster/ros-lyrical-battery-state-broadcaster_6.9.0-1resolute.20260908.111908_amd64.deb Size: 124016 SHA256: b89ec0e5e4df971e3348f07ca65274591d8be52f9013e1e9832181ecd0007450 SHA1: ec838262bc2c4657b5fe8fc1206e9f4cc2448938 MD5sum: 1cb0148b62b59f164a79aaadfedca78c Description: ros2_control battery state broadcaster controller Package: ros-lyrical-battery-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-battery-state-broadcaster Version: 6.9.0-1resolute.20260908.111908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1893 Depends: ros-lyrical-battery-state-broadcaster (= 6.9.0-1resolute.20260908.111908) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-battery-state-broadcaster/ros-lyrical-battery-state-broadcaster-dbgsym_6.9.0-1resolute.20260908.111908_amd64.deb Size: 1707372 SHA256: ed4dd6c5fb35af55648e6065c69164d7efd1484001c6ab1e582c8b966d8abc5c SHA1: 96b6045a69e9f9bdb1e71835d7804c557d789d43 MD5sum: a776231261445ba93af250b680eb307c Description: debug symbols for ros-lyrical-battery-state-broadcaster Build-Ids: 97f782216c56b0ab5182f31423b745861bf33328 Package: ros-lyrical-battery-state-rviz-overlay Version: 1.2.0-3resolute.20260901.152141 Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 549 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, ros-lyrical-rclcpp, ros-lyrical-rviz-2d-overlay-msgs, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/battery_state_rviz_overlay/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-battery-state-rviz-overlay/ros-lyrical-battery-state-rviz-overlay_1.2.0-3resolute.20260901.152141_amd64.deb Size: 128654 SHA256: 07d7cb95ef2b103a4fd964aef29863c8d625654c41a4337d5782be7dbd5c8407 SHA1: 502e78e005b5302499f3bffaad3374c67665b932 MD5sum: f0d297eed828bae04163b9a8b24f1561 Description: Converts BatteryState messages to RViz OverlayText messages. Package: ros-lyrical-battery-state-rviz-overlay-dbgsym Package-Type: ddeb Source: ros-lyrical-battery-state-rviz-overlay Version: 1.2.0-3resolute.20260901.152141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 2603 Depends: ros-lyrical-battery-state-rviz-overlay (= 1.2.0-3resolute.20260901.152141) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-battery-state-rviz-overlay/ros-lyrical-battery-state-rviz-overlay-dbgsym_1.2.0-3resolute.20260901.152141_amd64.deb Size: 2180478 SHA256: 09eb8e64a365ab4e5c1f8eefb0cc6b1e6231c53b7c45a83b918e1955a7797bc7 SHA1: 6d7dc1f867e2397224829ba2273a404a5c7d13fa MD5sum: 08be6ceff5091dd50361c8007e76671d Description: debug symbols for ros-lyrical-battery-state-rviz-overlay Build-Ids: beedd64cdcc218200d7a0043434cd24b3a384ae1 Package: ros-lyrical-behaviortree-cpp Version: 4.10.0-1resolute.20260901.170327 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 3077 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.10.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libzmq5 (>= 4.0.1+dfsg), cppzmq-dev, libsqlite3-dev, libtinyxml2-dev, libzmq3-dev, ros-lyrical-ament-index-cpp, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/behaviortree_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-behaviortree-cpp/ros-lyrical-behaviortree-cpp_4.10.0-1resolute.20260901.170327_amd64.deb Size: 656314 SHA256: e6327c47be8dd8b0b0963c15dcb6154420673cfe560d74b3b0d5b604252cfef9 SHA1: 64754b1fa2329b0602c4bf843f9918c955a5542d MD5sum: d3b182f12068efedd34b64b2e5d142df Description: This package provides the Behavior Trees core library. Package: ros-lyrical-behaviortree-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-behaviortree-cpp Version: 4.10.0-1resolute.20260901.170327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 13754 Depends: ros-lyrical-behaviortree-cpp (= 4.10.0-1resolute.20260901.170327) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-behaviortree-cpp/ros-lyrical-behaviortree-cpp-dbgsym_4.10.0-1resolute.20260901.170327_amd64.deb Size: 13087086 SHA256: 5c567816c1794f1cb0c5aaa8ec9ecc3d120fe95346728b7798f6cb82c70b491a SHA1: 99728c32ba0d19803f7bd6f87d024902896c7ae0 MD5sum: f73474b90e8b767316e8e8115164bea2 Description: debug symbols for ros-lyrical-behaviortree-cpp Build-Ids: 5016deb717761cb6a1aeccdffe4420f1321ff445 5ff5115a3c703cbb2ba1c3d395dcf8bbb247aa1e 61fa84513d1af5be192278ee8335208a0621746d c06af742587c707c677556faa4284b3b913acf13 f8afb9859f4353b3c00058ed376b0eae64c68199 f9ef5f7f5f32e107979541cecb04db3e1cb2c4b2 Package: ros-lyrical-bicycle-steering-controller Version: 6.9.0-1resolute.20260908.113044 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 198 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-srvs, ros-lyrical-steering-controllers-library, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bicycle-steering-controller/ros-lyrical-bicycle-steering-controller_6.9.0-1resolute.20260908.113044_amd64.deb Size: 49880 SHA256: ade04c3f0eac47c76da5c3a3194a5e9bff3444466a1dca7deb8480e9a95c1724 SHA1: f04c9d339f55f6dcede141c360ca7f6da9d73fe7 MD5sum: b7cd4151c2ff6aa88ddbac845aa853d7 Description: Steering controller with bicycle kinematics. Rear fixed wheel is powering the vehicle and front wheel is steering. Package: ros-lyrical-bicycle-steering-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-bicycle-steering-controller Version: 6.9.0-1resolute.20260908.113044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 763 Depends: ros-lyrical-bicycle-steering-controller (= 6.9.0-1resolute.20260908.113044) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bicycle-steering-controller/ros-lyrical-bicycle-steering-controller-dbgsym_6.9.0-1resolute.20260908.113044_amd64.deb Size: 715780 SHA256: 632ac5684eb3b5a2564d3d6e5f34b687862faaf69b8571ea29abc160fe553f20 SHA1: 25c9d0a83c6f0fdfc3ab0593b20e5cff77d4cd8d MD5sum: 5b51313b21e1b10cd89fca115c82a00e Description: debug symbols for ros-lyrical-bicycle-steering-controller Build-Ids: ad0ac54f8db06c4522b4bb23e52afe52d03dee9f Package: ros-lyrical-bno055 Version: 0.5.0-4resolute.20260901.181053 Architecture: amd64 Maintainer: flynneva Installed-Size: 200 Depends: python3-serial, python3-smbus, ros-lyrical-example-interfaces, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/bno055/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bno055/ros-lyrical-bno055_0.5.0-4resolute.20260901.181053_amd64.deb Size: 33016 SHA256: 8a9a8d71a6273d74b39c630c7c83cf9cc98f63966a528c144779619577f6b7d3 SHA1: f02eda7d459a2958c45d1e1c1715532811a71665 MD5sum: 3c211e4175a271354e7b66ad53b609c2 Description: Bosch BNO055 IMU driver for ROS2 Package: ros-lyrical-bond Version: 4.4.0-3resolute.20260901.115331 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 567 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/bond Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bond/ros-lyrical-bond_4.4.0-3resolute.20260901.115331_amd64.deb Size: 57234 SHA256: 7e2d6f489e46b2024cd125763d738efce9a9845710507fed0853cb3193eb3842 SHA1: cb263ef9f660bb0135ce9550a43935f3b4262eb9 MD5sum: 992ca68336607b21eaf9b8d2f20eb229 Description: A bond allows two processes, A and B, to know when the other has terminated, either cleanly or by crashing. The bond remains connected until it is either broken explicitly or until a heartbeat times out. Package: ros-lyrical-bond-core Version: 4.4.0-3resolute.20260901.162026 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 45 Depends: ros-lyrical-bond, ros-lyrical-bondcpp, ros-lyrical-smclib, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/bond_core Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bond-core/ros-lyrical-bond-core_4.4.0-3resolute.20260901.162026_amd64.deb Size: 6022 SHA256: 036fca707bda019c70eff8f6428ce23b10126e7a36c901d196e86ef5294424b1 SHA1: 94d809bc3fb00d395a311ae73dce2a3d5c1ebc12 MD5sum: a12892e36acf1931e07803470eb98889 Description: A bond allows two processes, A and B, to know when the other has terminated, either cleanly or by crashing. The bond remains connected until it is either broken explicitly or until a heartbeat times out. Package: ros-lyrical-bond-dbgsym Package-Type: ddeb Source: ros-lyrical-bond Version: 4.4.0-3resolute.20260901.115331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 450 Depends: ros-lyrical-bond (= 4.4.0-3resolute.20260901.115331) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bond/ros-lyrical-bond-dbgsym_4.4.0-3resolute.20260901.115331_amd64.deb Size: 294206 SHA256: 936ba1c914d5613628b06a5d86435cec3998391600e0a9a5fa673e904805df99 SHA1: e2c5d3ec53e1566aca334f160e1d7f6981fb1687 MD5sum: 38d2f3d06e5a6a080756002b9cfadcd0 Description: debug symbols for ros-lyrical-bond Build-Ids: 0a6b8e0642749ceec2a79bbe715f2dd98a0a0135 1118fae203f21ed1e75b618b840ea0742d9f81c7 30564519d30488e09ecfe552f74ed4cf25bd7e0f 3709e46ac31e2de2348e9d06e712221566341e73 38a47bd5ca4a780caac815d09b783fcf08ea5477 64111a3686b9d1224317588d43eed48977619a78 738e81569d6d17cda20f2dbb6be5cd70085d763a 921ffb7cc4b8a0dabc606157ee1974b5d1829b17 9808f9728f4de1aec18cf97b40a4b73188db91f4 d085ebb76ed7a0d067cc404d830c5fa1290fe629 e80e4612025d91c81aef3a6e8987962e5d4181df Package: ros-lyrical-bondcpp Version: 4.4.0-3resolute.20260901.161402 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 613 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libuuid1 (>= 2.16), ros-lyrical-bond, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-smclib, uuid-dev, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/bondcpp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bondcpp/ros-lyrical-bondcpp_4.4.0-3resolute.20260901.161402_amd64.deb Size: 134120 SHA256: 69b3f579bb30c6e355a685b2105988bac101466c066abdf14ea4befec567b1f5 SHA1: c0bc9d34422763c2f8f797737d02c9a3734417ee MD5sum: 68459ddf6ac7a6ba025ae221b69cd913 Description: C++ implementation of bond, a mechanism for checking when another process has terminated. Package: ros-lyrical-bondcpp-dbgsym Package-Type: ddeb Source: ros-lyrical-bondcpp Version: 4.4.0-3resolute.20260901.161402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2542 Depends: ros-lyrical-bondcpp (= 4.4.0-3resolute.20260901.161402) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bondcpp/ros-lyrical-bondcpp-dbgsym_4.4.0-3resolute.20260901.161402_amd64.deb Size: 2116006 SHA256: 130b904f470c543b0453bc21cfed8b4ddaa1be2693195de5678bccd980c9fe55 SHA1: 13a5368695a0b40c2a6181c2bb085aba59a145d6 MD5sum: ae50ecaec6b8993d11aa2ed6c40a0573 Description: debug symbols for ros-lyrical-bondcpp Build-Ids: 73c883c8e94ec8cb42116dc2a5bba1692a818d5c Package: ros-lyrical-bondpy Version: 4.4.0-3resolute.20260901.181444 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 86 Depends: ros-lyrical-bond, ros-lyrical-rclpy, ros-lyrical-smclib, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/bondpy/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-bondpy/ros-lyrical-bondpy_4.4.0-3resolute.20260901.181444_amd64.deb Size: 16898 SHA256: b738d63c4b2402160ae796c64b3bf44df1ccaf8386d40ca86f1bf8b419beef08 SHA1: 739121fe7dbdaf12c5b0cf8ab5ecfd347e0fd765 MD5sum: 7df56916a7328c9907c1b9d51c41a8c9 Description: Python implementation of bond, a mechanism for checking when another process has terminated. Package: ros-lyrical-boost-geometry-util Version: 0.0.1-6resolute.20260901.152142 Architecture: amd64 Maintainer: masaya Installed-Size: 96 Depends: libboost-all-dev, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/boost_geometry_util/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-boost-geometry-util/ros-lyrical-boost-geometry-util_0.0.1-6resolute.20260901.152142_amd64.deb Size: 11476 SHA256: 22af67f412e8cb0421d125e1f7a6aae938999c3577e00067065faad64deb5ecb SHA1: b7366dfb448672a406ea949c8807d81ee500deb4 MD5sum: d7e6a508e9ab70544e151fed3148794c Description: Utility library for boost geometry Package: ros-lyrical-boost-geometry-util-dbgsym Package-Type: ddeb Source: ros-lyrical-boost-geometry-util Version: 0.0.1-6resolute.20260901.152142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 48 Depends: ros-lyrical-boost-geometry-util (= 0.0.1-6resolute.20260901.152142) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-boost-geometry-util/ros-lyrical-boost-geometry-util-dbgsym_0.0.1-6resolute.20260901.152142_amd64.deb Size: 30278 SHA256: e936f8505b6b2e1a7131294fdc6f6c5cb54185b40c9dd247b161f850ab7b3b69 SHA1: 6b069da063a7b79422ec5e9ac98f6c09df3bb486 MD5sum: c3862b1cdea7764c27fd4ba6c1e41757 Description: debug symbols for ros-lyrical-boost-geometry-util Build-Ids: b5cbc8ffd8ebb95a94442aa61fc89e5a524d4727 Package: ros-lyrical-boost-plugin-loader Version: 0.4.5-1resolute.20260909.174039 Architecture: amd64 Maintainer: "Levi Armstrong" Installed-Size: 321 Depends: libboost-filesystem1.90.0 (>= 1.90.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-filesystem-dev, libboost-filesystem1.83.0, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/boost_plugin_loader/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-boost-plugin-loader/ros-lyrical-boost-plugin-loader_0.4.5-1resolute.20260909.174039_amd64.deb Size: 80380 SHA256: 081addbd995350beee5de913095a8a94bccff9772f8f2eab45447ff9cf597fa8 SHA1: 19a96b073e263fb724c4a4c13bf32a2b8d0c1ae5 MD5sum: a39365997ad598375787366e211db3b9 Description: Boost plugin loader implementation Package: ros-lyrical-boost-plugin-loader-dbgsym Package-Type: ddeb Source: ros-lyrical-boost-plugin-loader Version: 0.4.5-1resolute.20260909.174039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Levi Armstrong" Installed-Size: 1066 Depends: ros-lyrical-boost-plugin-loader (= 0.4.5-1resolute.20260909.174039) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-boost-plugin-loader/ros-lyrical-boost-plugin-loader-dbgsym_0.4.5-1resolute.20260909.174039_amd64.deb Size: 946806 SHA256: 7c4c48a4c8a2536e77f03cee1c0dfd8b076727e172bb43f5f1748ec68c2fcf11 SHA1: 0dfe34b754f2ddd00a84e9e29ced0b590a17713c MD5sum: 10df5d1f3bf315282cbfe11d9beac967 Description: debug symbols for ros-lyrical-boost-plugin-loader Build-Ids: 16d95d7b72d60290cc6a458fbbc9a439cefd8069 821ccfd7c5ad975db833de044c6e2af94d052aeb 9383965cf012abdb4c254db46cc5bf10f490828c d526f01958839f9d7c9d147efc1c87471cd6cc8b Package: ros-lyrical-boost-sml-vendor Version: 1.1.13-3resolute.20260728.205106 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 201 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/boost-ext/sml Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-boost-sml-vendor/ros-lyrical-boost-sml-vendor_1.1.13-3resolute.20260728.205106_amd64.deb Size: 25446 SHA256: 1b9b741c656b2095025487a3a5663cc2d8385d3aba20cc5ae73a106e904be130 SHA1: 2607833f9b0feba8d12dcba4b2e8844ded35a5b1 MD5sum: ed2e35e3237e9b74a3d6f1946a0d800d Description: Vendor package for the Boost SML (State Machine Language) Package: ros-lyrical-broll Version: 0.1.0-3resolute.20260901.164845 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 792 Depends: libavcodec62 (>= 7:8.0.1), libavformat62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libswscale9 (>= 7:8.0.1), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcutils, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/broll/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-broll/ros-lyrical-broll_0.1.0-3resolute.20260901.164845_amd64.deb Size: 184214 SHA256: 3080996340009b6a872c6375146bcfc275a8817f524297e1f508c9bd99614fcc SHA1: cdcbcb4493226ace3be6b718911b99a2411508b0 MD5sum: 2ce952fcc3748c921147e69cfa7c1c9a Description: B-Roll utility library for interacting with video stream data in the context of rosbag2 Package: ros-lyrical-broll-dbgsym Package-Type: ddeb Source: ros-lyrical-broll Version: 0.1.0-3resolute.20260901.164845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3693 Depends: ros-lyrical-broll (= 0.1.0-3resolute.20260901.164845) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-broll/ros-lyrical-broll-dbgsym_0.1.0-3resolute.20260901.164845_amd64.deb Size: 3182956 SHA256: 5c6e0c7a4fee4f7838ce5898d4cac58a5ec30ccf15001e985fe7e19eb2668494 SHA1: 3969f4fefb87f7c69c3077d65338aefc2ff7bfd2 MD5sum: f68802e2c64f3591daff3066a069df47 Description: debug symbols for ros-lyrical-broll Build-Ids: 2a45b183113fbf53c328e9f80eb36f5203ef0c99 7355bbcfd6e9117e5a74b6766e7685059aaab577 fd60d61a0f4d2117c89673543f329b075b4de186 Package: ros-lyrical-builtin-interfaces Version: 2.4.5-1resolute.20260901.093333 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 533 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-core-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/builtin_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-builtin-interfaces/ros-lyrical-builtin-interfaces_2.4.5-1resolute.20260901.093333_amd64.deb Size: 47368 SHA256: 7038e4a3124f6b6996ecd4692f3067c932396d9f452a5f9b7c1334f44a9864ce SHA1: 7093951311b27f87052fe2391ddc6ff96c743d46 MD5sum: ab5858e4da9501dfd0cd73b00167993e Description: A package containing message and service definitions for types defined in the OMG IDL Platform Specific Model. Package: ros-lyrical-builtin-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-builtin-interfaces Version: 2.4.5-1resolute.20260901.093333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 381 Depends: ros-lyrical-builtin-interfaces (= 2.4.5-1resolute.20260901.093333) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-builtin-interfaces/ros-lyrical-builtin-interfaces-dbgsym_2.4.5-1resolute.20260901.093333_amd64.deb Size: 233680 SHA256: 9370e66f0d7e028189d5b780b0601ebf64d6b3921b28a7aa88c831ff12e4b7f0 SHA1: 014c46a4e981db014212297e9313904007e0fc3d MD5sum: 8ed3fbc3b4bf8ba7d45eaae780a8e84f Description: debug symbols for ros-lyrical-builtin-interfaces Build-Ids: 06ab71d51454e2b6885959fd9ba3392b8fd7c16b 4bc0a2fb25f3b8f9660ed2a5c6d30408fc8989b5 4f399f9626907465db9ea3843a40b0856ca68b28 5aa3c2ce605ee2c57c6d20e8936faa72c52b6252 618fe13567d254dd8dafe2cb91a697019295a405 62dec00b4981e87bbad49098df5b5ac37541e879 63f1008f90ed009537b8269ba2c582e7f21a6b9f 73751823d8174dfcb945a524b23d73be4b073a0c 84dc77e969b705e56701a0dbb47a8244e0d17565 d0e8975dac1df3ce101cfa86dd896cb4d170e69c eb17c1292443d9131098e2365ddff23ad0098b77 Package: ros-lyrical-camera-calibration Version: 7.1.7-1resolute.20260901.182523 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 318 Depends: python3-opencv, python3-semver, ros-lyrical-cv-bridge, ros-lyrical-image-geometry, ros-lyrical-message-filters, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/camera_calibration/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-calibration/ros-lyrical-camera-calibration_7.1.7-1resolute.20260901.182523_amd64.deb Size: 79744 SHA256: ac2fb9f6983c8fb8a0a0dbcedd31f3b68c2239be003d084132437dac0b9ac8a1 SHA1: 5b8d465f95dd64b16b4c823052d521a71db6410b MD5sum: 9b8f7c2c423cb75ff44aedf929b3050d Description: camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target. Package: ros-lyrical-camera-calibration-parsers Version: 6.4.10-1resolute.20260901.152359 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 258 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/camera_calibration_parsers Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-calibration-parsers/ros-lyrical-camera-calibration-parsers_6.4.10-1resolute.20260901.152359_amd64.deb Size: 64342 SHA256: bea02bbfa15dd7266079410064270e65334a6a8f1f458e21748b31e2ab84d848 SHA1: 40ebf65e3cca30a00f370dbeaa63c40bb812ed6a MD5sum: 5b97e4828732d311a8268aaabbc3f521 Description: camera_calibration_parsers contains routines for reading and writing camera calibration parameters. Package: ros-lyrical-camera-calibration-parsers-dbgsym Package-Type: ddeb Source: ros-lyrical-camera-calibration-parsers Version: 6.4.10-1resolute.20260901.152359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 875 Depends: ros-lyrical-camera-calibration-parsers (= 6.4.10-1resolute.20260901.152359) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-calibration-parsers/ros-lyrical-camera-calibration-parsers-dbgsym_6.4.10-1resolute.20260901.152359_amd64.deb Size: 806370 SHA256: 6a9b98703d3a0c89bf9625e9f0ce704cac2519c556b78478f106b4c3ca597285 SHA1: 203ecc51b2923f6cf118b0a3bd2ccb5af59d1610 MD5sum: 35fa27f8167b3801b9c981489af081dd Description: debug symbols for ros-lyrical-camera-calibration-parsers Build-Ids: 3d0999b7c7a25be39d0bba3d65dd3cb32e2f712f a09ecc4fda85625e180267459deeb09c92b7d1c8 Package: ros-lyrical-camera-info-manager Version: 6.4.10-1resolute.20260901.164904 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 196 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-camera-calibration-parsers, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rcpputils, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/camera_info_manager Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-info-manager/ros-lyrical-camera-info-manager_6.4.10-1resolute.20260901.164904_amd64.deb Size: 51006 SHA256: c2bf1edaf5d98969df30b9e39e01b0a7fba3151df7b4aa963be51fe2cdcf0acf SHA1: c486b29415ce0c68d0250cbc68d209b189b6b918 MD5sum: 2394a2ce184739e89c7f865b480868dd Description: This package provides a C++ interface for camera calibration information. It provides CameraInfo, and handles SetCameraInfo service requests, saving and restoring the camera calibration data. Package: ros-lyrical-camera-info-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-camera-info-manager Version: 6.4.10-1resolute.20260901.164904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 623 Depends: ros-lyrical-camera-info-manager (= 6.4.10-1resolute.20260901.164904) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-info-manager/ros-lyrical-camera-info-manager-dbgsym_6.4.10-1resolute.20260901.164904_amd64.deb Size: 568006 SHA256: cf3f041b767d40dbe4f621c5c042398d1afcafcb25ede001f7ea7e64dac6d6cf SHA1: cd213795ebeaf47b811516d66f84af18eb05f16d MD5sum: 0c4c6af7efab4a13ee1792523085883a Description: debug symbols for ros-lyrical-camera-info-manager Build-Ids: 64e39414293f25cfed09efdfd68a97e677a5d0c8 Package: ros-lyrical-camera-info-manager-py Version: 6.4.10-1resolute.20260901.181118 Architecture: amd64 Maintainer: "Jose Mastrangelo" Installed-Size: 118 Depends: python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/camera_info_manager_py Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-info-manager-py/ros-lyrical-camera-info-manager-py_6.4.10-1resolute.20260901.181118_amd64.deb Size: 26154 SHA256: 832729038a9bd1b0108654d34cff7185c3d1141ca2d46233f7e76f0085fc6c92 SHA1: 22184f098e9e98c8a2523d8d967d99acfae61f15 MD5sum: 304f865af1eed830170381107d05090c Description: Python interface for camera calibration information. This ROS package provides a CameraInfo interface for Python camera drivers similar to the C++ camera_info_manager package. Package: ros-lyrical-camera-ros Version: 0.7.0-1resolute.20260901.184619 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 775 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-libcamera (>= 0.1), ros-lyrical-ament-index-python, ros-lyrical-camera-info-manager, ros-lyrical-cv-bridge, ros-lyrical-diagnostic-msgs, ros-lyrical-image-view, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-ros2launch, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/camera_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-ros/ros-lyrical-camera-ros_0.7.0-1resolute.20260901.184619_amd64.deb Size: 230108 SHA256: 849c980d517a6ce41dc99d3d256b0099b55588aaddcf8d2fb4f525d4d6a7c229 SHA1: e1131783ee8fdbb810f388737223023cf9be0b8e MD5sum: 02786b3c36de90a4d0260b25dcda3c64 Description: node for libcamera supported cameras (V4L2, Raspberry Pi Camera Modules) Package: ros-lyrical-camera-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-camera-ros Version: 0.7.0-1resolute.20260901.184619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 4809 Depends: ros-lyrical-camera-ros (= 0.7.0-1resolute.20260901.184619) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-camera-ros/ros-lyrical-camera-ros-dbgsym_0.7.0-1resolute.20260901.184619_amd64.deb Size: 4461180 SHA256: 3289a4f11b33d2e3ce519b086d2903603062783fab3c75c78482e516a1231c41 SHA1: 55368217423da65071acb129c5bc94b2ae192a05 MD5sum: 21ef0737a2370d090006e683a3cadf18 Description: debug symbols for ros-lyrical-camera-ros Build-Ids: 281f631e3997340074f8b64cc05417d0d7072b92 398291ef0cecb55c59f86997d373a8feda3af26f Package: ros-lyrical-can-msgs Version: 2.0.0-7resolute.20260901.115350 Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 477 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/can_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-can-msgs/ros-lyrical-can-msgs_2.0.0-7resolute.20260901.115350_amd64.deb Size: 47658 SHA256: 5108e0f2c82e23b1c4fb3751a86e07094ed748b085868abe18dd53a5022bfabb SHA1: 8490f8833b6c277c66d2a9821fd439e23f8b5bde MD5sum: 4de3c19a22399d3663b1a4aa1b37ee1e Description: CAN related message types. Package: ros-lyrical-can-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-can-msgs Version: 2.0.0-7resolute.20260901.115350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 335 Depends: ros-lyrical-can-msgs (= 2.0.0-7resolute.20260901.115350) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-can-msgs/ros-lyrical-can-msgs-dbgsym_2.0.0-7resolute.20260901.115350_amd64.deb Size: 200260 SHA256: 123ac30bcf3f213f8984aaad6891d2a57bf4088ca5d97728f0f99c27c6fd7e13 SHA1: 3d2ab16321437eb853743605d7627a4e32f4576d MD5sum: 4098811719d4c5de7e7492cb35137761 Description: debug symbols for ros-lyrical-can-msgs Build-Ids: 336f1e3d00eb85e2768776d662b92e9f10aedf46 3d616012cf639f5dc9fcd645a684a65198a8649f 400e03121931c92458c983d3cd2b15c7ff3371f8 58cf3a9bd82890414077ab724754071aa9138eaa 5b7af9a32eba9fc5759df9b11434596ebec061c6 67ba9fb81476fb897777c966d0bb414596393658 69f86be0dc505e95a6d68eca96afd56729572a94 935b200772e95d7e97aff44cf83bfd065207826e a2f5632e414be6d11dd5e0ccbc0b63208ee8b741 ba8c784be9b72b575aa3efa4727106d94b81c5e4 c76eac0634e08376310c1436cf2b340f19dc1a2e Package: ros-lyrical-canopen Version: 0.3.4-1resolute.20260901.184831 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 45 Depends: ros-lyrical-canopen-402-driver, ros-lyrical-canopen-base-driver, ros-lyrical-canopen-core, ros-lyrical-canopen-interfaces, ros-lyrical-canopen-proxy-driver, ros-lyrical-lely-core-libraries, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen/ros-lyrical-canopen_0.3.4-1resolute.20260901.184831_amd64.deb Size: 7364 SHA256: bfe525d1858304f1c97fd8df09054fa1b46fc788383f2fcaa63645fbc13d5ecc SHA1: 5a6d0f56adfff1f849a1e4d1bee0cb4f5530cc28 MD5sum: a0060429fb747c0f066bde1260cda7e9 Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-lyrical-canopen-402-driver Version: 0.3.4-1resolute.20260901.183720 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1304 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-lely-core-libraries, libboost-all-dev, ros-lyrical-canopen-base-driver, ros-lyrical-canopen-core, ros-lyrical-canopen-interfaces, ros-lyrical-canopen-proxy-driver, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_402_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-402-driver/ros-lyrical-canopen-402-driver_0.3.4-1resolute.20260901.183720_amd64.deb Size: 283752 SHA256: 27e21e763202de1d6c29d490349487bfc3327b5521267671b3363c0324cc3330 SHA1: d78cac3f5e87de58b9ee9dd700aa169575f9b69e MD5sum: 8305529ec7c42de5aed1fdef01dbacd1 Description: Driver for devices implementing CIA402 profile Package: ros-lyrical-canopen-402-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-canopen-402-driver Version: 0.3.4-1resolute.20260901.183720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 6449 Depends: ros-lyrical-canopen-402-driver (= 0.3.4-1resolute.20260901.183720) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-402-driver/ros-lyrical-canopen-402-driver-dbgsym_0.3.4-1resolute.20260901.183720_amd64.deb Size: 5882058 SHA256: b73b88bb59820da2edcbbb52034538e9b76d6ef394ddea23f6727ad1389e101c SHA1: cb195ec03c77e5bc5ec4463a37ae3eeea7bb0a43 MD5sum: af0f33115f2f8a3bccbe111c4f8b4760 Description: debug symbols for ros-lyrical-canopen-402-driver Build-Ids: 2d4e8a1837385430b40484353e44a34150d9a53d 517ad79fa54688d7d1a785b59d34dca873aa8fdc a0248ec8af7938c0fb5f75c737523389efd68674 bd1e5198432f66adf729a0bd000c3c5c98108150 Package: ros-lyrical-canopen-base-driver Version: 0.3.4-1resolute.20260901.182054 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 964 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-lely-core-libraries, libboost-all-dev, ros-lyrical-canopen-core, ros-lyrical-canopen-interfaces, ros-lyrical-diagnostic-updater, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_base_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-base-driver/ros-lyrical-canopen-base-driver_0.3.4-1resolute.20260901.182054_amd64.deb Size: 195090 SHA256: c978146801b960892949ef1f2e5d2b5482a4350468aef5a0b7012ca0dcaaa5cb SHA1: 66b3a80e26610e4de3631563fd18c4f2e07ffc9a MD5sum: a31d53f2459810654cae55719042980e Description: Library containing abstract CANopen driver class for ros2_canopen Package: ros-lyrical-canopen-base-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-canopen-base-driver Version: 0.3.4-1resolute.20260901.182054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4363 Depends: ros-lyrical-canopen-base-driver (= 0.3.4-1resolute.20260901.182054) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-base-driver/ros-lyrical-canopen-base-driver-dbgsym_0.3.4-1resolute.20260901.182054_amd64.deb Size: 3961270 SHA256: 2bc6d5e98a9db853c7b1cec6b9af0b65b8e64c6e320d5873d0f6a2d39906076a SHA1: 4646b10c32fc9a9e1bdd8ed5222db613cca3be89 MD5sum: 4790b1d41d46a3149c99330aee48f39e Description: debug symbols for ros-lyrical-canopen-base-driver Build-Ids: 721effa9e71ebbe0264589f235811b489581a678 7a59013aa377c763c65a79e564b6ee842c624e1c 8acc9471ef4b5871ce85afff247f54ec1e47c546 960f5ad9f7583c8290487a2f20c177bf30199ae8 Package: ros-lyrical-canopen-core Version: 0.3.4-1resolute.20260901.170425 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 837 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-lely-core-libraries, libboost-all-dev, ros-lyrical-canopen-interfaces, ros-lyrical-lifecycle-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-core/ros-lyrical-canopen-core_0.3.4-1resolute.20260901.170425_amd64.deb Size: 206754 SHA256: 8b81948504ddcb583b292b9f7891f34d7b55927003e0ab4b5912ec4079a19bc1 SHA1: 60e3a725d6de58a069c30e67645cde3a619f71cb MD5sum: 26b0e8709d8830432e7f5f565799cff8 Description: Core ros2_canopen functionalities such as DeviceContainer and master Package: ros-lyrical-canopen-core-dbgsym Package-Type: ddeb Source: ros-lyrical-canopen-core Version: 0.3.4-1resolute.20260901.170425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4769 Depends: ros-lyrical-canopen-core (= 0.3.4-1resolute.20260901.170425) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-core/ros-lyrical-canopen-core-dbgsym_0.3.4-1resolute.20260901.170425_amd64.deb Size: 4491738 SHA256: 6bb9e426f81f427a26487b0185e94c1bc038ff43d9bcb5a8162ce2c3bca490b8 SHA1: 3abf6f7cbc5187a211b88bbe348e45270182c926 MD5sum: b95818c8ebcace1b626408d547718081 Description: debug symbols for ros-lyrical-canopen-core Build-Ids: 31d0f8d7a07c462bee55c61c5d77cd2ca674646f 3496706bab23a48c319579d117063fe6c20eeb23 9365cc92d66d1189e79f4874f1f3cabbcaefb4ef 9be7c11dd4b8fd58ac43fcf1fe39d612c83565ad Package: ros-lyrical-canopen-fake-slaves Version: 0.3.4-1resolute.20260901.170546 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 355 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-lely-core-libraries, ros-lyrical-lifecycle-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_fake_slaves/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-fake-slaves/ros-lyrical-canopen-fake-slaves_0.3.4-1resolute.20260901.170546_amd64.deb Size: 74600 SHA256: 3f7ff221cdf8af7cf1d66b99422e24682e2ff3edf5b7d05a5568e7a2ff604ac9 SHA1: 89da2fd1826949087d02d169ce66895d3d29111a MD5sum: acd26c08c6cd27c293fe9b301a8612b2 Description: Package with mock canopen slave Package: ros-lyrical-canopen-fake-slaves-dbgsym Package-Type: ddeb Source: ros-lyrical-canopen-fake-slaves Version: 0.3.4-1resolute.20260901.170546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1078 Depends: ros-lyrical-canopen-fake-slaves (= 0.3.4-1resolute.20260901.170546) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-fake-slaves/ros-lyrical-canopen-fake-slaves-dbgsym_0.3.4-1resolute.20260901.170546_amd64.deb Size: 972048 SHA256: df3ef7c731fefe3b41d207aeb626b7ca10cfdc8d3e045d1bb802134aeeea9699 SHA1: ea8489a718f5fdedc98ebe7d24804dc12875cefa MD5sum: dbb87c6387ebe3bfa338552ba3127428 Description: debug symbols for ros-lyrical-canopen-fake-slaves Build-Ids: 5615e117aaa1228c8f1f13fee3998ba33b535064 7fce074a9776373e525c51a078c5c113b993b3cc e715c9b0ed286516711b255a2affddf2bde88754 Package: ros-lyrical-canopen-interfaces Version: 0.3.4-1resolute.20260901.110418 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3653 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-interfaces/ros-lyrical-canopen-interfaces_0.3.4-1resolute.20260901.110418_amd64.deb Size: 221350 SHA256: 8e65b1e9e1a164a83f46a13ac25ccbbd75b27c22031caed8296e2530de06cb48 SHA1: cc894fea272fabf3a79bc315581e4a4f7c0a5be3 MD5sum: 2aca9402771a7e7b5c6dc6c132d9a5b4 Description: Services and Messages for ros2_canopen stack Package: ros-lyrical-canopen-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-canopen-interfaces Version: 0.3.4-1resolute.20260901.110418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 2495 Depends: ros-lyrical-canopen-interfaces (= 0.3.4-1resolute.20260901.110418) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-interfaces/ros-lyrical-canopen-interfaces-dbgsym_0.3.4-1resolute.20260901.110418_amd64.deb Size: 1764496 SHA256: 265604258210c1d8e6e945ad2c10caf7d8b305e09315d1bce2f0ffb9a4cd9ad3 SHA1: 42ab96d2766bbc51a8e3725854f178c9f03c3713 MD5sum: df0153b513331903d42de721ea3ad3b3 Description: debug symbols for ros-lyrical-canopen-interfaces Build-Ids: 09f387163af5278de1c3c240f272a6c1ee3281a0 122819a1676aa4c9616457962a04aa7e9d6fc563 123801c7bf57267707cefff6877e6e9d6e0938c5 31abd7c7f08ec41f881cc3825ef7573fa7288345 3335ac36b985b9072cbcfaf5ed4fa44fed52af54 415f355ce3e0c5c0aa217c1322a694ea2a5d4a90 5c206039d06df515c126db1674f5a223550ba32a 828cffcc30e6598e1ce01d10ed6561c1c43d85ac 8f9b54c2748d72429a28002164a5c41f3ee4fdc3 a13fb5e017d1ebcadf98198957d353320b796069 a277d80b717942f3b4b059ae77cb342b4fb41f70 Package: ros-lyrical-canopen-master-driver Version: 0.3.4-1resolute.20260901.172426 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 808 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-lely-core-libraries, ros-lyrical-canopen-core, ros-lyrical-canopen-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_master_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-master-driver/ros-lyrical-canopen-master-driver_0.3.4-1resolute.20260901.172426_amd64.deb Size: 157276 SHA256: 955b08db1c17ef8cb51a284861c18da6c0dc14ce16821c16121ae9f19126f703 SHA1: 5dcfa16070fb7577a5afe487292fdfb828d09cdc MD5sum: c906126fceeeb86f8297cac55d5a1e55 Description: Basic canopen master implementation Package: ros-lyrical-canopen-master-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-canopen-master-driver Version: 0.3.4-1resolute.20260901.172426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3739 Depends: ros-lyrical-canopen-master-driver (= 0.3.4-1resolute.20260901.172426) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-master-driver/ros-lyrical-canopen-master-driver-dbgsym_0.3.4-1resolute.20260901.172426_amd64.deb Size: 3368382 SHA256: d718bc0cddd2f78e6f2783b838b418782a4dc4f112f56bda04a353107733ad15 SHA1: 4273fbad0005e53c6f684dae5c5a523993c9a095 MD5sum: c6ccfe125d8b9b05b0d758b0513b07d1 Description: debug symbols for ros-lyrical-canopen-master-driver Build-Ids: 0c87670e1b7186a99087b2bf6917bb1756be38dc 1eda5b13461bc9ff8590719fa4580a25c4adef16 57c0808cc87a53d3500988a93e3ed69a09495366 9310501921fb512b756f907f9356e0763b6c1bc8 Package: ros-lyrical-canopen-proxy-driver Version: 0.3.4-1resolute.20260901.182912 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1266 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-canopen-base-driver, ros-lyrical-canopen-core, ros-lyrical-canopen-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_proxy_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-proxy-driver/ros-lyrical-canopen-proxy-driver_0.3.4-1resolute.20260901.182912_amd64.deb Size: 257388 SHA256: c15b1550629018239386c77f842d569946b484e8df2f421486a338c4e807ef34 SHA1: 4ac36c4f857c4e44e350fe48be10a7089370f1bd MD5sum: 736633e3cb5e5681bb45235875b79229 Description: Simple proxy driver for the ros2_canopen stack Package: ros-lyrical-canopen-proxy-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-canopen-proxy-driver Version: 0.3.4-1resolute.20260901.182912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 6114 Depends: ros-lyrical-canopen-proxy-driver (= 0.3.4-1resolute.20260901.182912) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-proxy-driver/ros-lyrical-canopen-proxy-driver-dbgsym_0.3.4-1resolute.20260901.182912_amd64.deb Size: 5337866 SHA256: 49f264b31f564e3f874e18293c8f62531531c42a4f24b799c10db1b183f3583b SHA1: d3da6563637f512ffd76a5c0690ea01bf760417e MD5sum: 1c8d9fbf7d8602e55314b798d3a0d9a5 Description: debug symbols for ros-lyrical-canopen-proxy-driver Build-Ids: 87ccbd90d7b254c94f84c5dc50f14777879496e7 bb5266439b04030b9f1dd8b778387730f5429e4b cb1ab7a27278524346eb57b2d01202237b024d2b Package: ros-lyrical-canopen-ros2-control Version: 0.3.4-1resolute.20260908.111629 Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 432 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-lely-core-libraries, ros-lyrical-canopen-402-driver, ros-lyrical-canopen-core, ros-lyrical-canopen-proxy-driver, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_ros2_control/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-ros2-control/ros-lyrical-canopen-ros2-control_0.3.4-1resolute.20260908.111629_amd64.deb Size: 117086 SHA256: 4d109f28b715a3a01eb42276da5e096b4fab7c0d36b25395a488e760497839de SHA1: 550126df75c5fb3fb321276c5f6bafa2873be390 MD5sum: 2bed37509d5454bc014ebaf40f58992a Description: ros2_control wrapper for ros2_canopen functionalities Package: ros-lyrical-canopen-ros2-control-dbgsym Package-Type: ddeb Source: ros-lyrical-canopen-ros2-control Version: 0.3.4-1resolute.20260908.111629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 3387 Depends: ros-lyrical-canopen-ros2-control (= 0.3.4-1resolute.20260908.111629) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-ros2-control/ros-lyrical-canopen-ros2-control-dbgsym_0.3.4-1resolute.20260908.111629_amd64.deb Size: 3246904 SHA256: 70c2465549cfab3b0abd72b89f2b126bfa9721fe921ff1e68a5889492e316e31 SHA1: 1347be2274108b3211af77da97161e8048cd7d96 MD5sum: c5cc13af25d5d69799da92a82779eb5c Description: debug symbols for ros-lyrical-canopen-ros2-control Build-Ids: 35dea6abca53858bc6b27a93f5552250d1038198 Package: ros-lyrical-canopen-ros2-controllers Version: 0.3.4-1resolute.20260908.112554 Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 787 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-canopen-402-driver, ros-lyrical-canopen-interfaces, ros-lyrical-canopen-proxy-driver, ros-lyrical-controller-interface, ros-lyrical-controller-manager, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_ros2_controllers/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-ros2-controllers/ros-lyrical-canopen-ros2-controllers_0.3.4-1resolute.20260908.112554_amd64.deb Size: 182434 SHA256: 29e94210a33fc89fbd3ffbf55b4c3925ac9166c9928ff11fec6bdd639d365d55 SHA1: 844a8297c1215a9b6c79fae3496b9fd5059b3a46 MD5sum: e4e7a8d8dc39f0fdfd13566b728b2135 Description: ros2_control controllers for ros2_canopen functionalities Package: ros-lyrical-canopen-ros2-controllers-dbgsym Package-Type: ddeb Source: ros-lyrical-canopen-ros2-controllers Version: 0.3.4-1resolute.20260908.112554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 4288 Depends: ros-lyrical-canopen-ros2-controllers (= 0.3.4-1resolute.20260908.112554) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-ros2-controllers/ros-lyrical-canopen-ros2-controllers-dbgsym_0.3.4-1resolute.20260908.112554_amd64.deb Size: 3735776 SHA256: 6a433b04493ca6b3e9b5318a4d732c3251b9a1f747f561e207a42d5d162daba3 SHA1: c9505d4a0b800b975bd45d0730265f55d46804be MD5sum: 9fba7c079a65c05cbdcfd02b9a6d73fa Description: debug symbols for ros-lyrical-canopen-ros2-controllers Build-Ids: 142008cd9a4d381026a1ba6eba56b3eda07609b1 Package: ros-lyrical-canopen-tests Version: 0.3.4-1resolute.20260908.121649 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 631 Depends: ros-lyrical-canopen-402-driver, ros-lyrical-canopen-core, ros-lyrical-canopen-fake-slaves, ros-lyrical-canopen-proxy-driver, ros-lyrical-canopen-ros2-controllers, ros-lyrical-controller-manager, ros-lyrical-forward-command-controller, ros-lyrical-joint-state-broadcaster, ros-lyrical-joint-trajectory-controller, ros-lyrical-robot-state-publisher, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_tests/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-tests/ros-lyrical-canopen-tests_0.3.4-1resolute.20260908.121649_amd64.deb Size: 34652 SHA256: 28b3e0bf7ae47e172a455c739936426ce98b5960bdf7abe5ee57dd5028965f2a SHA1: 5630d53a5fab25eeef29721f34d19b78d9cae8d0 MD5sum: af1fd6e1206f1de550017472dc26998e Description: Package with tests for ros2_canopen Package: ros-lyrical-canopen-utils Version: 0.3.4-1resolute.20260902.030607 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 76 Depends: ros-lyrical-canopen-interfaces, ros-lyrical-lifecycle-msgs, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/canopen_utils/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-canopen-utils/ros-lyrical-canopen-utils_0.3.4-1resolute.20260902.030607_amd64.deb Size: 15840 SHA256: f17164704652979ee91836483af59117ac345aecd6d2422d584b759bb3988351 SHA1: ccb7c98697f479dd3a46a43fa2bf89cffaf4371a MD5sum: b2089016b5291dca4cfadbb50752d131 Description: Utils for working with ros2_canopen. Package: ros-lyrical-cartographer-ros-msgs Version: 2.0.9003-3resolute.20260901.125513 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5585 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/cartographer-project/cartographer_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cartographer-ros-msgs/ros-lyrical-cartographer-ros-msgs_2.0.9003-3resolute.20260901.125513_amd64.deb Size: 402028 SHA256: 26f3997c3cad4c868fc8c2399866a6c3e7d85facb7cacd475e27da1ad5ccd692 SHA1: bbff7167f0b3e15126b7882342e32a249a21f4a4 MD5sum: 57503816c738a8946c27d2a2a0fe47a6 Description: ROS messages for the cartographer_ros package. Package: ros-lyrical-cartographer-ros-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-cartographer-ros-msgs Version: 2.0.9003-3resolute.20260901.125513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5128 Depends: ros-lyrical-cartographer-ros-msgs (= 2.0.9003-3resolute.20260901.125513) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cartographer-ros-msgs/ros-lyrical-cartographer-ros-msgs-dbgsym_2.0.9003-3resolute.20260901.125513_amd64.deb Size: 4054722 SHA256: 862fe9da8d09124a603559dce5ba624f2fb9046a9dc9fc14e7f62d1b2c7598a7 SHA1: eabee274d4483060fe0be1fc438ebf39656c8ea2 MD5sum: 29ad6a2c51105ddf640a7537ec999c31 Description: debug symbols for ros-lyrical-cartographer-ros-msgs Build-Ids: 03b9884be91822147977b3fc3809b0e0b62506d2 2af35144291f1f045cb4a54a2a8a90abaaa685da 37bede20c83ca9b57772f5f78f1311a6511c9172 5457f081565d36cfe5a37602047e705ffb5f31be 5abaa160578f1d38e499f39fcdda6ad7f0373ae5 96a75dc8845fe57b0def8c877b90ff89daebdebf b6f43e590287198de6474a6cbfd9f29616544a73 bd884f81770a2cddc9cd1cb12f3ac86a4b899238 c4f513b014ea0a71a2aec7bbfd614d7c2417f98b c7fa26390ebce43b858f6d8cf01b07e519648774 f4c10d0819f97c2c340c41a397af9719e27b0283 Package: ros-lyrical-cascade-lifecycle-msgs Version: 2.0.6-1resolute.20260901.113637 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 561 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-lifecycle-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cascade_lifecycle_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cascade-lifecycle-msgs/ros-lyrical-cascade-lifecycle-msgs_2.0.6-1resolute.20260901.113637_amd64.deb Size: 54744 SHA256: 2fc5f622f75202bdc44cd95460a37f6a9574497d9cf59a91be99d328212afcfe SHA1: 2be8ae263392a73731e9c465f200c82578aec317 MD5sum: 676707e1a052dbeb0738dfb5c12300d3 Description: Messages for rclcpp_cascade_lifecycle package Package: ros-lyrical-cascade-lifecycle-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-cascade-lifecycle-msgs Version: 2.0.6-1resolute.20260901.113637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 436 Depends: ros-lyrical-cascade-lifecycle-msgs (= 2.0.6-1resolute.20260901.113637) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cascade-lifecycle-msgs/ros-lyrical-cascade-lifecycle-msgs-dbgsym_2.0.6-1resolute.20260901.113637_amd64.deb Size: 279088 SHA256: fb2fc154e34054011f2243304128855d5136407f0978ef9464bb684b4ac9f8ac SHA1: 55104436477f73c730537840f6ea4e2dbb07a3a1 MD5sum: eefce853b65b64f9a189d21add20ee62 Description: debug symbols for ros-lyrical-cascade-lifecycle-msgs Build-Ids: 45274325f3985d9d2f25f7dafb7e05fb06db0a37 4a74798a44de91c122894001bddf7de8008de95a 74db455c22f2b83150005f8e8d5c32dc7cd8edd6 7f4b785caeb4126decb14d57e7e947f41a3fb6c8 839338031338c9f7bc29ac02c0687385c52baaad 84fa59f0f66dac579b3bde3546413a1ab8a669b4 acc784bfe033afa2d0acd061c6fa7208491b48b7 b34abbdd42376bb61a60a711fac56eeb9e6ef164 cfe55e56726ace236862d7825b3c98b8e084b800 d7bfa3c5ca61531373502cac540be53575096422 f9c9472030cac8b4b3d995f7384faff77d6d81b1 Package: ros-lyrical-catch-ros2 Version: 0.2.3-3resolute.20260901.184243 Architecture: amd64 Maintainer: Nick Morales Installed-Size: 1450 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-ros2launch, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/catch_ros2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-catch-ros2/ros-lyrical-catch-ros2_0.2.3-3resolute.20260901.184243_amd64.deb Size: 370588 SHA256: 136c8e3419cc7aa61d7e35030698fc1a9ab06b2210f74d688918aa29756c9c5e SHA1: 8e152eb58687586bbbf9b07fb373cea6ca8273c5 MD5sum: 57dea4cc1c63b3edd270620f9e909f8b Description: Catch2 testing framework for ROS 2 unit and integration tests. Package: ros-lyrical-catch-ros2-dbgsym Package-Type: ddeb Source: ros-lyrical-catch-ros2 Version: 0.2.3-3resolute.20260901.184243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3773 Depends: ros-lyrical-catch-ros2 (= 0.2.3-3resolute.20260901.184243) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-catch-ros2/ros-lyrical-catch-ros2-dbgsym_0.2.3-3resolute.20260901.184243_amd64.deb Size: 3380586 SHA256: 7da3ec0bd21077295fd2482ac8ed9bcfb67e9f40baad0acb6269f65b481f317f SHA1: 57d4f176e76390294d54f60f6d5c7fdee2553436 MD5sum: cec4161d2bd613557227336272a383e2 Description: debug symbols for ros-lyrical-catch-ros2 Build-Ids: 3ac2e5027663dfa66d933e9422ba9a1e67c8e6f8 c7f791bcf5f59693c776e0d8b82d67b0b038fce8 e02184bb4c086ce5c80dcf890cdd8d33764b09aa Package: ros-lyrical-chained-filter-controller Version: 6.9.0-1resolute.20260908.112001 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 327 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-controller-interface, ros-lyrical-filters, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-chained-filter-controller/ros-lyrical-chained-filter-controller_6.9.0-1resolute.20260908.112001_amd64.deb Size: 95112 SHA256: 36d854b8d1a419bd5990a8e3d5b3f71024e1a01ef95d8d811a400775406633c4 SHA1: d0cfb5b659748d9df8ac48d0bebda8201386f125 MD5sum: 0b562d515538e7edbfbf670ed91bc63a Description: ros2_controller for configuring filter chains Package: ros-lyrical-chained-filter-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-chained-filter-controller Version: 6.9.0-1resolute.20260908.112001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1308 Depends: ros-lyrical-chained-filter-controller (= 6.9.0-1resolute.20260908.112001) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-chained-filter-controller/ros-lyrical-chained-filter-controller-dbgsym_6.9.0-1resolute.20260908.112001_amd64.deb Size: 1210726 SHA256: 75d7ee65caec8d45259ece1f751653e786a73407b552eaefffc7f6be955b96d1 SHA1: 10368a78dce332cce0280d15cee5dec28f6c1c47 MD5sum: 0dafbe223f04ecfcea24f80ffb816d6c Description: debug symbols for ros-lyrical-chained-filter-controller Build-Ids: 6e8ca933ff298b7f8514a91c98bc574c44f7fd1a Package: ros-lyrical-chomp-motion-planner Version: 2.15.1-1resolute.20260901.214559 Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 347 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-moveit-common, ros-lyrical-rclcpp, ros-lyrical-rsl, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/chomp_motion_planner Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-chomp-motion-planner/ros-lyrical-chomp-motion-planner_2.15.1-1resolute.20260901.214559_amd64.deb Size: 107510 SHA256: 4e80fef51d741f4a50972c5372bae10629eecb4783453ca08ea9abc340bb2ab5 SHA1: 7887e6a0cce9ec606d61f0bccc3442c7c1574668 MD5sum: 812d9725e5cc6e643e665cf901707573 Description: chomp_motion_planner Package: ros-lyrical-chomp-motion-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-chomp-motion-planner Version: 2.15.1-1resolute.20260901.214559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 7324 Depends: ros-lyrical-chomp-motion-planner (= 2.15.1-1resolute.20260901.214559) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-chomp-motion-planner/ros-lyrical-chomp-motion-planner-dbgsym_2.15.1-1resolute.20260901.214559_amd64.deb Size: 7359882 SHA256: 229fa3c5ae33822b86aa3fbd58c9652cb722b8edbba660322ed38deb874d8102 SHA1: 90a0a2c8b410ecd3679e199528d43ed0f0f0cf76 MD5sum: 72aa35a1fbd4bf9b325584aba313e101 Description: debug symbols for ros-lyrical-chomp-motion-planner Build-Ids: 599c73ab8ca3ab867eb007010a4f606ffe979689 Package: ros-lyrical-class-loader Version: 2.9.4-3resolute.20260831.171005 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 222 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libconsole-bridge-dev, ros-lyrical-console-bridge-vendor, ros-lyrical-rcpputils, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/class_loader Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-class-loader/ros-lyrical-class-loader_2.9.4-3resolute.20260831.171005_amd64.deb Size: 51470 SHA256: 941141ae00918ba3d54997cd4b59964f92f8e7c1007e756034190f7206df3ad3 SHA1: 060bf0aedce731e529a5a888a54f0a03cab3ed92 MD5sum: 89f960627b3f641c1d0765081fcb6240 Description: The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library. class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of these exported classes without the explicit declaration (i.e. header file) for those classes. Package: ros-lyrical-class-loader-dbgsym Package-Type: ddeb Source: ros-lyrical-class-loader Version: 2.9.4-3resolute.20260831.171005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 414 Depends: ros-lyrical-class-loader (= 2.9.4-3resolute.20260831.171005) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-class-loader/ros-lyrical-class-loader-dbgsym_2.9.4-3resolute.20260831.171005_amd64.deb Size: 366966 SHA256: e742fac9574baa98d797422e5218538d98a7ee95c09cd65ce7ba8543f61f8b60 SHA1: d698f48cb167046dfcb4f0284678d75f565419ab MD5sum: 03fa000edb0e0552f75cca268cc64aa6 Description: debug symbols for ros-lyrical-class-loader Build-Ids: 8a603d194414239906c77cd12df7ff2dd5b94304 Package: ros-lyrical-classic-bags Version: 0.4.0-3resolute.20260901.173614 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 68 Depends: ros-lyrical-builtin-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-py, ros-lyrical-rosbag2-storage, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/classic_bags/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-classic-bags/ros-lyrical-classic-bags_0.4.0-3resolute.20260901.173614_amd64.deb Size: 9584 SHA256: 938cd6b2fc5fbac3e1044e94d473d61408dd483a3584acaa384452af17e36aed SHA1: 46fda1aacf9b55a5e694e66052dcfe194ab2046a MD5sum: 80a0a4915c0d1065e7fbe5673e497483 Description: A ROS 2 interface in the style of ROS 1 for reading and writing bag files Package: ros-lyrical-clips-vendor Version: 6.4.4-1resolute.20260728.205123 Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 5625 Depends: libc6 (>= 2.38), ros-lyrical-ament-cmake-vendor-package, unzip, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/clips_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-clips-vendor/ros-lyrical-clips-vendor_6.4.4-1resolute.20260728.205123_amd64.deb Size: 790924 SHA256: 924d7684f1af5350ebfa1c2b06ba804401224559c1a793d50778ff1a918030c4 SHA1: 67d63d153e124d14cc939f8721c3c38155a8d3dc MD5sum: d0367316f790ab30df4b8ee2a8ad5a41 Description: Vendor package for the CLIPS rule based production system Package: ros-lyrical-clips-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-clips-vendor Version: 6.4.4-1resolute.20260728.205123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 7292 Depends: ros-lyrical-clips-vendor (= 6.4.4-1resolute.20260728.205123) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-clips-vendor/ros-lyrical-clips-vendor-dbgsym_6.4.4-1resolute.20260728.205123_amd64.deb Size: 5797920 SHA256: 0d7db66bdf4c89b24ca08167426b33f6d0733ca5f6248e35f5f74393167dc050 SHA1: 4abb174a5a79f77654559c1b64ffc13303148ed0 MD5sum: afc4a6e762e932b7fb14edb9d40414b3 Description: debug symbols for ros-lyrical-clips-vendor Build-Ids: 02c4a60fe0e67b818a046981aa1603a13928b056 116ac88aa9ece271b20176dbacb38bd71e251e1a 4fb0d4cbd89d2905729d8534e66874e93362cd49 e85ac92ea6c134b01885cb3945183226f7065c5c Package: ros-lyrical-cm-topic-hardware-component Version: 1.1.0-1resolute.20260908.111630 Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 759 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-hardware-interface, ros-lyrical-pal-statistics-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://github.com/ros-controls/topic_based_hardware_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cm-topic-hardware-component/ros-lyrical-cm-topic-hardware-component_1.1.0-1resolute.20260908.111630_amd64.deb Size: 138508 SHA256: f012207e42252eb3f3c0c8f1102118d57e1eeb7a449edeadbe82c20cd98ac8fe SHA1: 29d587999986c4001bebf420ba46cfa5aeef18f2 MD5sum: 108649fa174ce6c1d2eb0823be264dd5 Description: ros2_control hardware component using pal_statistics messages from controller_manager introspection Package: ros-lyrical-cm-topic-hardware-component-dbgsym Package-Type: ddeb Source: ros-lyrical-cm-topic-hardware-component Version: 1.1.0-1resolute.20260908.111630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 3503 Depends: ros-lyrical-cm-topic-hardware-component (= 1.1.0-1resolute.20260908.111630) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cm-topic-hardware-component/ros-lyrical-cm-topic-hardware-component-dbgsym_1.1.0-1resolute.20260908.111630_amd64.deb Size: 2821598 SHA256: a2a6d034a838f08c13a05ce02976d6e05b0615a16acc716e1be5801c5e09d552 SHA1: 9ab2bfba11529d1d8cc37ca57d2b3080f338e29c MD5sum: de653f8f6347ddd52ba2d911dd37483b Description: debug symbols for ros-lyrical-cm-topic-hardware-component Build-Ids: cdf5665beada1e00459ce008aebcfad03db1d119 Package: ros-lyrical-coal Version: 3.0.3-2resolute.20260825.012154 Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 12302 Depends: libassimp6 (>= 6.0.4+ds), libboost-filesystem1.90.0 (>= 1.90.0), libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 14), libassimp-dev, libboost-all-dev, libeigen3-dev, liboctomap-dev, python3-dev, python3-numpy, ros-lyrical-eigenpy, ros-lyrical-ros-workspace Homepage: https://github.com/coal-library/coal Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-coal/ros-lyrical-coal_3.0.3-2resolute.20260825.012154_amd64.deb Size: 2056990 SHA256: 1cbd019e7ffd21d5d42faa98b45da2de4d67da519aff048fc521088c3f04fca4 SHA1: ac9ba6c4600aa6a81dfcaf0e2098d1b120c43462 MD5sum: f5b5c2987a6cb716e1105c8631d0d999 Description: An extension of the Flexible Collision Library. Package: ros-lyrical-coal-dbgsym Package-Type: ddeb Source: ros-lyrical-coal Version: 3.0.3-2resolute.20260825.012154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 81107 Depends: ros-lyrical-coal (= 3.0.3-2resolute.20260825.012154) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-coal/ros-lyrical-coal-dbgsym_3.0.3-2resolute.20260825.012154_amd64.deb Size: 71470138 SHA256: bf8a87fbfa46382232b35b636bb4bd33f3c4a2cc24f15e5d7075252d0c52b15a SHA1: caa20d78a88a87a0df213977bba175ad2e0ed058 MD5sum: e1b188020e8adefedc731881ca663032 Description: debug symbols for ros-lyrical-coal Build-Ids: 5f318ee16a693c511d99d27e51fbe26d591d177b f7e660a04e8fe8827cfb671703b4c2c3548f5e8f Package: ros-lyrical-coin-d4-driver Version: 1.0.1-3resolute.20260901.165151 Architecture: amd64 Maintainer: Pyo Installed-Size: 389 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/coin_d4_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-coin-d4-driver/ros-lyrical-coin-d4-driver_1.0.1-3resolute.20260901.165151_amd64.deb Size: 98830 SHA256: 1b9aa10794ddb5c1d20ac3c668ed2fdb882a050745fe03f7c9d2c5967776ffc3 SHA1: efca6655f6b815625d8b7af26def7e3381d4267d MD5sum: 774cf8851c31c6d26c8148f506d47391 Description: ROS package for LDS-03 (COIN-D4) Lidar Package: ros-lyrical-coin-d4-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-coin-d4-driver Version: 1.0.1-3resolute.20260901.165151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2076 Depends: ros-lyrical-coin-d4-driver (= 1.0.1-3resolute.20260901.165151) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-coin-d4-driver/ros-lyrical-coin-d4-driver-dbgsym_1.0.1-3resolute.20260901.165151_amd64.deb Size: 1934066 SHA256: e1ecdede8215835734e0a55b972a650a37f34aaba7fb5828e42ac9f263ef4924 SHA1: 0e5ca398d50fdbbaafc97f66d9bc4c4268116dcc MD5sum: d6fef018927d2b89505b93472096bc5b Description: debug symbols for ros-lyrical-coin-d4-driver Build-Ids: 19f39c07edb5f0adc2d209cd3a2652db116f2768 4804e3375a12ca081c43e1a22fd3bee1f3f6b9ed bc7dd00d38269eea20f7b231b4f300c97d08bc93 Package: ros-lyrical-color-util Version: 1.2.0-2resolute.20260901.120125 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 111 Depends: libc6 (>= 2.4), ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/color_util/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-color-util/ros-lyrical-color-util_1.2.0-2resolute.20260901.120125_amd64.deb Size: 17118 SHA256: 5f15a0961bb033304f22e441b74a2932a0d3dd5f807751a3ea19fc269defe7e5 SHA1: 83795e6e02557b3b5017f2ca357d497002d5fb1b MD5sum: ba11d7229747e1c93db802c6c830d4e4 Description: An almost dependency-less library for converting between color spaces Package: ros-lyrical-color-util-dbgsym Package-Type: ddeb Source: ros-lyrical-color-util Version: 1.2.0-2resolute.20260901.120125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 43 Depends: ros-lyrical-color-util (= 1.2.0-2resolute.20260901.120125) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-color-util/ros-lyrical-color-util-dbgsym_1.2.0-2resolute.20260901.120125_amd64.deb Size: 25748 SHA256: db99055a903ab96d33c00b17ce704a47d9a73e2f6637dd26c38c23ae1d607778 SHA1: d4fe655be6cdec2ffc46ccb642bee9eb2ac836f2 MD5sum: b22d1339da49366e00fa7858a7e9edc7 Description: debug symbols for ros-lyrical-color-util Build-Ids: a9a142bb79b37720a44eebc6096c4e3d90aaed15 Package: ros-lyrical-common-interfaces Version: 5.9.3-1resolute.20260901.135731 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 45 Depends: ros-lyrical-builtin-interfaces, ros-lyrical-diagnostic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-sensor-msgs, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-stereo-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/common_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-common-interfaces/ros-lyrical-common-interfaces_5.9.3-1resolute.20260901.135731_amd64.deb Size: 6438 SHA256: 1e29d92dd1d5301e12b15d21631080427518d0caf48ad8c59e88ac80802fd229 SHA1: 270391e7e59b313c0eb28d7dc9b260abfeb519f7 MD5sum: d15121ed0362af1f25d3b133934359d0 Description: common_interfaces contains messages and services that are widely used by other ROS packages. Package: ros-lyrical-compass-conversions Version: 4.0.1-1resolute.20260901.220755 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3087 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libgeographiclib26 (>= 1.40), libstdc++6 (>= 14), libgeographiclib-dev, ros-lyrical-angles, ros-lyrical-compass-interfaces, ros-lyrical-cras-cpp-common, ros-lyrical-geometry-msgs, ros-lyrical-magnetic-model, ros-lyrical-message-filters, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/compass_conversions Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compass-conversions/ros-lyrical-compass-conversions_4.0.1-1resolute.20260901.220755_amd64.deb Size: 502606 SHA256: f4a06e7590cc05e7cbb8e8bb7ef63bf09387937555ff3cc6dc19fe9be4d8ff75 SHA1: e68d243a4d99b89a82ab1c53c0b51368985cc110 MD5sum: 3e0ee36c341a7175114dface17ce28c5 Description: Common conversions for compass data. Package: ros-lyrical-compass-conversions-dbgsym Package-Type: ddeb Source: ros-lyrical-compass-conversions Version: 4.0.1-1resolute.20260901.220755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 14156 Depends: ros-lyrical-compass-conversions (= 4.0.1-1resolute.20260901.220755) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compass-conversions/ros-lyrical-compass-conversions-dbgsym_4.0.1-1resolute.20260901.220755_amd64.deb Size: 11477610 SHA256: 548f2e5d9854ec6ff64cced75e4d2607f1c63e18301f6695bd87aa0cdbe0c7c9 SHA1: d3fac06556605dd6349938825e59f7ae2a02acd2 MD5sum: 5095037c17b144e1485c2594b834566c Description: debug symbols for ros-lyrical-compass-conversions Build-Ids: 494fc391ec55b8338b561a7dc2ea545d37a2ae2c 5207f4fa6a7f2402b0f9deee9f51aaece360a812 5ea56c9775868fb2c6440e44866bc2411799afa9 70fca4616d6d328e4dc5d3a8995bb62f7257158a 8ea64d984cb0a522a8f05a3bc558fb108358140c e9ae9b28da1f39ab0f61a388044aa954fb834115 Package: ros-lyrical-compass-interfaces Version: 4.0.1-1resolute.20260901.220244 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 618 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.3), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-cras-cpp-common, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/compass_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compass-interfaces/ros-lyrical-compass-interfaces_4.0.1-1resolute.20260901.220244_amd64.deb Size: 96864 SHA256: d23811dbcaf17e5e700b501aface90c5425797621a8741b3f4f297eea897f6a7 SHA1: b738925f62d63f90432d7236bc3e1bea98d50510 MD5sum: 63a20e9189e80e8c9214da10abfcaea5 Description: Messages related to compass Package: ros-lyrical-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-compass-interfaces Version: 4.0.1-1resolute.20260901.220244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 737 Depends: ros-lyrical-compass-interfaces (= 4.0.1-1resolute.20260901.220244) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compass-interfaces/ros-lyrical-compass-interfaces-dbgsym_4.0.1-1resolute.20260901.220244_amd64.deb Size: 557646 SHA256: 2199b71f2891179dfa9c8d348b7fc687c68dfab5bd718fc933afb4cf6f51466e SHA1: 6f042dba9a240e4f2d23046b559c57fbe7f2db19 MD5sum: ab893eca40fece695dd208b49eb3bd93 Description: debug symbols for ros-lyrical-compass-interfaces Build-Ids: 0d98b8418489bb9d2cf6583a2ea6a9bdeda649da 643d4156e0c882b1a3f692edba4e7d59ca274da3 9013dae5f1c1ac34dc6aab776826811114da9171 934b3a425b4a9ddcf2df512baa21547104743fc3 9c0e43cf40861ce78a085b5a9386905461c868bb a5fadd6e262275b7abf159280acbfc8ddc5eb87b a9a5c9165b6b5228cadc87a6871891ae33d9f7a9 ce09b3f1557d18236f45cbf1213ac06ba0c437d7 cf63edf9bb9acb334b0b82e1a6786639aa07f7e7 e3e44975682834eae1271bf9a285b09550218449 e6f923ae2aab99674752c3ac56fd0fb18d2b2904 f929a9d897d9dce59fb5907636e2d28ac077c9c3 Package: ros-lyrical-composition Version: 0.37.9-1resolute.20260901.194357 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1362 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-launch-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/composition/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-composition/ros-lyrical-composition_0.37.9-1resolute.20260901.194357_amd64.deb Size: 235722 SHA256: 585b06d6825790f05726ed4339c134d6de7882cbf6655a4a36834f85488d153a SHA1: 94006a4e1961cca9de72841a9d23a10a402cac6b MD5sum: 40f78e23f890d570168944ff42d0bef0 Description: Examples for composing multiple nodes in a single process. Package: ros-lyrical-composition-dbgsym Package-Type: ddeb Source: ros-lyrical-composition Version: 0.37.9-1resolute.20260901.194357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 7653 Depends: ros-lyrical-composition (= 0.37.9-1resolute.20260901.194357) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-composition/ros-lyrical-composition-dbgsym_0.37.9-1resolute.20260901.194357_amd64.deb Size: 6616898 SHA256: 9948a3d84cd3ca7142950a0d441f2411a82d2ae133fc60022f853781839a57fa SHA1: 1d9fc3cd2b0e34dee2cfae9c22dc2311e770cd78 MD5sum: 1c9625d2c63df94c40b6e42a0318035c Description: debug symbols for ros-lyrical-composition Build-Ids: 2b059162fd19c9108400bc33f15dc5cab16eddba 488b53e9833cede1ad0393e888e05bcb69c3f88b 51c9155ce31876c8effa33380d77475de4c20450 82e53eded0b70f77ef69ed7693eaf3a93af8fe0a b76a4439ede2fb86e377ad1ada4756e3e7371809 d98966fd896cc5be056cab43a55c3d559df69e3a e2dd4fccae1f4345a1ab5f22ccff4aebd7766d29 e8f0aa5ca4ab7124e2543922b03fbdbb97ae9782 Package: ros-lyrical-composition-interfaces Version: 2.4.5-1resolute.20260901.110426 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1779 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rcl-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/composition_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-composition-interfaces/ros-lyrical-composition-interfaces_2.4.5-1resolute.20260901.110426_amd64.deb Size: 162628 SHA256: 136c09a6a33f68432572b8b8e24cdfc8c00183d03e029ddd7536ec22760c0e5e SHA1: 9b580004191667910a49f8ae173d98642a5e7226 MD5sum: 1201f7e1acf00f0c153371834d656b42 Description: A package containing message and service definitions for managing composable nodes in a container process. Package: ros-lyrical-composition-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-composition-interfaces Version: 2.4.5-1resolute.20260901.110426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1697 Depends: ros-lyrical-composition-interfaces (= 2.4.5-1resolute.20260901.110426) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-composition-interfaces/ros-lyrical-composition-interfaces-dbgsym_2.4.5-1resolute.20260901.110426_amd64.deb Size: 1323866 SHA256: b24c7bb20132f40789f4a6991a53a611c6377332f3522acfa32c7a1222a34cdf SHA1: 6e7d9e71d8da5bcb98d6cca83e7cb05b49b54dd1 MD5sum: 6f0b79486c07fc9bca5ada24f2e4f823 Description: debug symbols for ros-lyrical-composition-interfaces Build-Ids: 2eb21f2c7e2d76b18b7c922d75a31e3215d1d0b8 466373d3d9974b188152d6a50bdd2af2e14688e6 8b349e0bd3d750ea0ddcbed529fe6bcd884cd125 bd55c6b4554ca8181fca36f8ab2dcb72186dc4ed c43f86d512475e43abd31b1bda8c8488e987b26b c6897a08b4b91f03d5cd06080b8c0acfae9b536a e5c495dad27efe3254e0b18bb83ce3029ac2e1bb e8128d3c8a062713102ca0c8520541c3a7911237 f68ba4809325895bfbb713ab26062d6ea8b22d1a f6d8fc7fae7b2252e1239ebb403dedaab513fd98 f89a2fd573d65f262b50d556915f21db06360a6f Package: ros-lyrical-compressed-depth-image-transport Version: 6.2.6-1resolute.20260901.183220 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 871 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compressed-depth-image-transport/ros-lyrical-compressed-depth-image-transport_6.2.6-1resolute.20260901.183220_amd64.deb Size: 210474 SHA256: b2f174214d316f16af78f99609ca9949151667f6fec2d689630d2fc39196de8f SHA1: 51e3f211ee2e386c7336a214f3947bad6bd8db2b MD5sum: 6aa7268ce326d9e3ae3b57f69ba1772f Description: Compressed_depth_image_transport provides a plugin to image_transport for transparently sending depth images (raw, floating-point) using PNG compression. Package: ros-lyrical-compressed-depth-image-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-compressed-depth-image-transport Version: 6.2.6-1resolute.20260901.183220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 4782 Depends: ros-lyrical-compressed-depth-image-transport (= 6.2.6-1resolute.20260901.183220) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compressed-depth-image-transport/ros-lyrical-compressed-depth-image-transport-dbgsym_6.2.6-1resolute.20260901.183220_amd64.deb Size: 4242606 SHA256: 63c4269d6be81f71cf75de5ac006c84b3a5502b068fe2bc116000f63fb1332c5 SHA1: dd7d593fa83649f06faab5f941984b1e5d93534d MD5sum: 731f4f3d7d6c9ce2e2c3272b259c5157 Description: debug symbols for ros-lyrical-compressed-depth-image-transport Build-Ids: 4cc39d1fae65ba404537551ab6eec74c0df83ad0 ef108e6d4f2cc10404c08cdbd97c96f90669196f Package: ros-lyrical-compressed-image-transport Version: 6.2.6-1resolute.20260901.184219 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 737 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compressed-image-transport/ros-lyrical-compressed-image-transport_6.2.6-1resolute.20260901.184219_amd64.deb Size: 186438 SHA256: b1121a434f487e29a76d2adf5fe8b8cf171e8be5c061465ed05e1dec73d04aae SHA1: 1f6cdcfa247428968b9d3175e4823698c5a116db MD5sum: 504a5fe701d3ad9d3d62d489826a0ee3 Description: Compressed_image_transport provides a plugin to image_transport for transparently sending images encoded as JPEG or PNG. Package: ros-lyrical-compressed-image-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-compressed-image-transport Version: 6.2.6-1resolute.20260901.184219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 4313 Depends: ros-lyrical-compressed-image-transport (= 6.2.6-1resolute.20260901.184219) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-compressed-image-transport/ros-lyrical-compressed-image-transport-dbgsym_6.2.6-1resolute.20260901.184219_amd64.deb Size: 3802338 SHA256: 93d34e91a068cc1f02b68abff8861a4a8d4418448cf88cd7964f4aff7a3a1c26 SHA1: 3f9d6ad6298867cc7e080978fb6c2c4af26b5abb MD5sum: 1675ff265ff811ef51f3fb058443f8bb Description: debug symbols for ros-lyrical-compressed-image-transport Build-Ids: f1d027c4b4ddb15878c18e4e271e852a9781489b Package: ros-lyrical-console-bridge-vendor Version: 1.9.1-3resolute.20260728.205113 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 45 Depends: libconsole-bridge-dev, ros-lyrical-ros-workspace Homepage: https://github.com/ros/console_bridge Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-console-bridge-vendor/ros-lyrical-console-bridge-vendor_1.9.1-3resolute.20260728.205113_amd64.deb Size: 5972 SHA256: bf1795705b64c696b355f1ff762cb6c5626ad1bc5adc6cf462afa30c5f599d26 SHA1: 20b1e7a9f953437599c9672762509d3d657c02ea MD5sum: 8a8933d78362d5ce6adc89f299c18068 Description: Wrapper around console_bridge, providing nothing but a dependency on console_bridge, on some systems. On others, it provides an ExternalProject build of console_bridge. Package: ros-lyrical-control-msgs Version: 6.10.0-1resolute.20260901.133826 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 19734 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-diagnostic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-control-msgs/ros-lyrical-control-msgs_6.10.0-1resolute.20260901.133826_amd64.deb Size: 1166128 SHA256: f54f2f17612400b71861f8c251d7163cd2188b1e803ae956198b5d9374856032 SHA1: 3199880987ba37309202f51a1578fb2fa8d3293d MD5sum: 20a1f13cd45592495d685a2d2d6b608d Description: control_msgs contains base messages and actions useful for controlling robots. It provides representations for controller setpoints and joint and cartesian trajectories. Package: ros-lyrical-control-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-control-msgs Version: 6.10.0-1resolute.20260901.133826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 13876 Depends: ros-lyrical-control-msgs (= 6.10.0-1resolute.20260901.133826) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-control-msgs/ros-lyrical-control-msgs-dbgsym_6.10.0-1resolute.20260901.133826_amd64.deb Size: 10311944 SHA256: 41d6992dace01fe5741a27be37709c2f05d4595d15b6815dd8690222a7f30e79 SHA1: e1776a5fa9fd64d908d3dfac0258643da0620f53 MD5sum: 670cd2d1a571778ca0ff7ec355654b0d Description: debug symbols for ros-lyrical-control-msgs Build-Ids: 001afbac32bb9069ed3c2c0bfe1db43add6cc34d 09f55e5c19e3c1396013c764cba3fc085c056d1c 3081996c8b11fed6ddc4178fafea62acc7dee741 60d1d534ea74cdd09fd62b0dbaaf42d675ae9c6d 8a86d3f901223cbcf9d4934730fc3795b41e85e9 a66f48afd4d03e0cc67d1e6160fcf5b152f35653 b2aeb183a2b59b58ed1ad48f3b2fa9d3202cf83e c52188685d26d84e4ce14febbf9e600124b43899 d339de29734b6ee89557a27cd3e448ae81715ae7 d70b7d46b6bb9334aaa8bda8ffe3b70ea098afab e58b4f8f3de6ea8eb027794cc6057a901074e111 Package: ros-lyrical-control-toolbox Version: 6.4.0-1resolute.20260905.031309 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 914 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libeigen3-dev, libexpected-dev, ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-filters, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-realtime-tools, ros-lyrical-rsl, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-control-toolbox/ros-lyrical-control-toolbox_6.4.0-1resolute.20260905.031309_amd64.deb Size: 195298 SHA256: 0b20c2fd05b9e186265d12221378f2b9ee4f59b9ac7c33213c76f8936751544f SHA1: 5d131f1fb78eff36b8c77a76c4f87d27a0f20a6d MD5sum: 0544cd065f66dad05ecbce528a8f03af Description: The control toolbox contains modules that are useful across all controllers. Package: ros-lyrical-control-toolbox-dbgsym Package-Type: ddeb Source: ros-lyrical-control-toolbox Version: 6.4.0-1resolute.20260905.031309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3703 Depends: ros-lyrical-control-toolbox (= 6.4.0-1resolute.20260905.031309) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-control-toolbox/ros-lyrical-control-toolbox-dbgsym_6.4.0-1resolute.20260905.031309_amd64.deb Size: 3411178 SHA256: 894d4eada0c2fe586f8854d09a9c6fc6d482ec1c3ae14497f7deb836df329b6f SHA1: d4a0f22084d837f06e34c69967d7069842572409 MD5sum: 88a0f46ec79d48a0b24b75233bc19fd1 Description: debug symbols for ros-lyrical-control-toolbox Build-Ids: 0a119a6f87c66087fe1e471913b4da48987bd661 109fe16be8eb7e15ef29a7cda7e1ed285d64ba5a 7cbc3f3512ad7245848c2a44e642d8e3ea625fa0 8cbd8535dfd516fed3d13a456d86a8ec23c81225 c1c1de3ac442e7a20997b87225241ee63fbc8c4f Package: ros-lyrical-controller-interface Version: 6.10.1-1resolute.20260908.111158 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 376 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-hardware-interface, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/controller_interface/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-controller-interface/ros-lyrical-controller-interface_6.10.1-1resolute.20260908.111158_amd64.deb Size: 100488 SHA256: a02ef1b18a163d78705a427be300fd15bb37854731380d854a6d1c444f08d647 SHA1: 58e6ac000300dbfddee5f09a438fb38ee82a0ae2 MD5sum: ade418d14b9223e883559c93c82a9613 Description: Base classes for controllers and syntax cookies for supporting common sensor types in controllers and broadcasters Package: ros-lyrical-controller-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-controller-interface Version: 6.10.1-1resolute.20260908.111158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1418 Depends: ros-lyrical-controller-interface (= 6.10.1-1resolute.20260908.111158) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-controller-interface/ros-lyrical-controller-interface-dbgsym_6.10.1-1resolute.20260908.111158_amd64.deb Size: 1345862 SHA256: 5d5779a517f0a2ed77976d678b6f00f5b88ee15600665edc1f0762c0941d1721 SHA1: 0a3537ba02d4c33bb67cb7f058a12e65cbf15c6a MD5sum: 9ee03feaf18305e5fc44d4f32e3773ac Description: debug symbols for ros-lyrical-controller-interface Build-Ids: b18c9a1969b4c58661c193114dbdc8584c90a31a Package: ros-lyrical-controller-manager Version: 6.10.1-1resolute.20260908.111759 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2235 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libfmt-dev, python3-filelock, python3-yaml, ros-lyrical-backward-ros, ros-lyrical-controller-interface, ros-lyrical-controller-manager-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-launch-testing-ros, ros-lyrical-libstatistics-collector, ros-lyrical-lifecycle-msgs, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-realtime-tools, ros-lyrical-ros2param, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/controller_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-controller-manager/ros-lyrical-controller-manager_6.10.1-1resolute.20260908.111759_amd64.deb Size: 540708 SHA256: df3888890209d15b03ee25b845cfe573beb51c03858acc5683b2ccced0f22b19 SHA1: c2f6cd798bddada1a577d2877595a97228495e90 MD5sum: f739bd1923f3b9d998cf41d403e55e47 Description: The main runnable entrypoint of ros2_control and home of controller management and resource management. Package: ros-lyrical-controller-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-controller-manager Version: 6.10.1-1resolute.20260908.111759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9023 Depends: ros-lyrical-controller-manager (= 6.10.1-1resolute.20260908.111759) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-controller-manager/ros-lyrical-controller-manager-dbgsym_6.10.1-1resolute.20260908.111759_amd64.deb Size: 7928376 SHA256: c0373fed9fe588c48470c71f095b343c5a809d78fccc73e36d188d44b0ee1bb2 SHA1: 1e07130913ac6a3c662db1252a28422b2e9a1c81 MD5sum: 99fdbb4e19d2efedb2cc4f9ed16bfb0d Description: debug symbols for ros-lyrical-controller-manager Build-Ids: 7b9d51811528a06410b143519c34f78748477e38 b0e06d8901934fe14b24775ee6f55b8005551edd Package: ros-lyrical-controller-manager-msgs Version: 6.10.1-1resolute.20260908.105718 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6432 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-lifecycle-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/controller_manager_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-controller-manager-msgs/ros-lyrical-controller-manager-msgs_6.10.1-1resolute.20260908.105718_amd64.deb Size: 405886 SHA256: 62469c1a27ac69da655b826ceb18679b9911398ed7af997a62332d63e8435929 SHA1: 17ade034025116e3224753d545da17bd03f7a305 MD5sum: 15e1b2de032ae87d2312682cfed45117 Description: Messages and services for the controller manager. Package: ros-lyrical-controller-manager-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-controller-manager-msgs Version: 6.10.1-1resolute.20260908.105718 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5121 Depends: ros-lyrical-controller-manager-msgs (= 6.10.1-1resolute.20260908.105718) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-controller-manager-msgs/ros-lyrical-controller-manager-msgs-dbgsym_6.10.1-1resolute.20260908.105718_amd64.deb Size: 3848194 SHA256: 9e5049da3e51f6204b69e753e6cec915db5a73f112220290ea5d1a5c4a8e8452 SHA1: a29249bba708542f5c31c43ec92b0c1786a1dba0 MD5sum: 47865a2bcd1436fa2ce261e34466bc27 Description: debug symbols for ros-lyrical-controller-manager-msgs Build-Ids: 2d02461d1475e4fb7da94e5d5e78d86637cafba5 3e48276106289b54d8f11d992a7c49726e80e19b 4f8f7da050e7eb363b84b600c3a1d286ad1907f0 5befcf9c6cf29a36d4d97cd40635b251e2b41e87 5c460ef84b19289ea61b88ae8ad0686f90bc5e95 766d50bae83deb1e5c62d7c5dea2fe71dbf07009 918429a51bb2d5a02c4a821b5387bea0db058a2b 9367eded590c6cb659ac1d2c71da365313f81859 abb9c2b9cbf3feace25c568e4384148eda401fa4 b561ff48a84f297915f8dc7f09de48c293c2869f c77c0bec0084c4a514969660a91044f2414fa23a Package: ros-lyrical-costmap-queue Version: 1.5.1-1resolute.20260901.214349 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 111 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-lyrical-backward-ros, ros-lyrical-nav2-costmap-2d, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/costmap_queue/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-costmap-queue/ros-lyrical-costmap-queue_1.5.1-1resolute.20260901.214349_amd64.deb Size: 21288 SHA256: 9431c716de0f9fdaa0922e699b6fd8f466f33129d0d7725c09625cbba39ac117 SHA1: 74bb37190db2789dcc7c9de68101cd8ca4bf5bef MD5sum: 07f850019f24c578ebd35054bd6ae6f8 Description: The costmap_queue package Package: ros-lyrical-costmap-queue-dbgsym Package-Type: ddeb Source: ros-lyrical-costmap-queue Version: 1.5.1-1resolute.20260901.214349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 142 Depends: ros-lyrical-costmap-queue (= 1.5.1-1resolute.20260901.214349) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-costmap-queue/ros-lyrical-costmap-queue-dbgsym_1.5.1-1resolute.20260901.214349_amd64.deb Size: 121626 SHA256: 3055a8003553a6362d28f4372934a24ca036f39147002bfefa14d3e7c9a521c8 SHA1: 66b789fc3139782e9efeb277503902f9cff57a9f MD5sum: af8b66dbf930c4ac8c6805fb0e224f70 Description: debug symbols for ros-lyrical-costmap-queue Build-Ids: 03b8f225ed8a2d26c3817eb8de9493dab1a19aae Package: ros-lyrical-cras-bag-tools Version: 4.0.2-1resolute.20260901.173619 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 171 Depends: python3-marisa, python3-matplotlib, python3-tqdm, ros-lyrical-builtin-interfaces, ros-lyrical-cv-bridge, ros-lyrical-rclpy, ros-lyrical-rosbag2-py, ros-lyrical-rosidl-runtime-py, ros-lyrical-sensor-msgs, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cras_bag_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-bag-tools/ros-lyrical-cras-bag-tools_4.0.2-1resolute.20260901.173619_amd64.deb Size: 29206 SHA256: 8d367c6909ec9b4056fed222c2723ebd794b0183cbe41918aeab6be0a80631f3 SHA1: 3c9d4e19aa4c5e4912870aabfa1b7a3199e0b1e9 MD5sum: 649861ae16d3c36a41663c451a6466ec Description: Various utilities to work with bag files Package: ros-lyrical-cras-cpp-common Version: 4.0.2-1resolute.20260901.215558 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 1826 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), libstdc++6 (>= 15), language-pack-en, libboost-dev, libeigen3-dev, libexpected-dev, libfmt-dev, ros-lyrical-backward-ros, ros-lyrical-builtin-interfaces, ros-lyrical-filters, ros-lyrical-geometry-msgs, ros-lyrical-rcl, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cras_cpp_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-cpp-common/ros-lyrical-cras-cpp-common_4.0.2-1resolute.20260901.215558_amd64.deb Size: 361474 SHA256: 4b86d5f8719a24322a31645741866cd0a57b6d0395a20e8224dfccfe8971f502 SHA1: 41746671712e2e9635e547b2d0a1b8b1a9f0386d MD5sum: 100e2ce7a18efebeb7e14cdd2c147ab7 Description: A Czech-army knife for ROS code written in C++. Package: ros-lyrical-cras-cpp-common-dbgsym Package-Type: ddeb Source: ros-lyrical-cras-cpp-common Version: 4.0.2-1resolute.20260901.215558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 5851 Depends: ros-lyrical-cras-cpp-common (= 4.0.2-1resolute.20260901.215558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-cpp-common/ros-lyrical-cras-cpp-common-dbgsym_4.0.2-1resolute.20260901.215558_amd64.deb Size: 5416432 SHA256: fcd4dc6453fda906b9ed09535d8b0bcb24a97c2beabc1eac1e4ed2495216655a SHA1: 0d493fc9d1a36399e81faf164a5f1d2a45ef460c MD5sum: d1b80b83900f4c09e4fe9fe4278adb19 Description: debug symbols for ros-lyrical-cras-cpp-common Build-Ids: 04c7e14dbb9deea44b9505520dc2a33dae798741 06ef67d86adb21e8c7582f0f8040fa8ef21518b1 0737a8a2b049402088ee59c1125bbeb29cb3540a 0b33df1696f6c29b8a67e57ac925e572eb45b74f 245888b8f9da022c1ceb83d5b474b2468aef8d1c 25facbcd9470aed632dda5c2c6b4e8b5c4a7a995 349f75e97a1d78388cf3143d9202cc9bbf65cc29 3ed81cdea1ee7338d7e0b8e5e71a8fc58ddf5dbb 6e1a3dc6b66ce1067d66c7a3e0ed313eece9cb9f 8873b75e0a8e3f93cf4c3938d5dcd934c6167659 8b081013229044c3ebf49e82ddcf83713faba3d9 94ba754bcae719525e0340f2c7f1affce47e9496 b3d7de08bb26e86c55f87820f8578dfb01982a31 bd8c6b14572d3b2f5f5ab8c83599a8a2e841beb5 c80f17e07417a13bf8cbb823202f62114e23c1b5 Package: ros-lyrical-cras-lint Version: 4.0.2-1resolute.20260824.235212 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 204 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-ament-cmake-test, ros-lyrical-ament-lint-common, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cras_lint Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-lint/ros-lyrical-cras-lint_4.0.2-1resolute.20260824.235212_amd64.deb Size: 32434 SHA256: 01232c348f99d58adc1c6ef5178c7080a3aecefe3c5663c99289f4af2d518e3c SHA1: a862b88fe5e75e3774849136626ac31af3b3fff5 MD5sum: 8588d11e678ab5c4210c2b58c7ad0555 Description: Various utilities to work with bag files Package: ros-lyrical-cras-msgs Version: 2.0.1-3resolute.20260901.115344 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2912 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cras_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-msgs/ros-lyrical-cras-msgs_2.0.1-3resolute.20260901.115344_amd64.deb Size: 193106 SHA256: a3b8cfe8b3d2b6176a7d68fd74918986c66b1494055b7c737c5c7c3c7e687763 SHA1: b70269c7f21d69d6ff2f58646b87b13059a83b77 MD5sum: ade9f7a3460cf2ac58e5d22a17854633 Description: Common messages used by CRAS Package: ros-lyrical-cras-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-cras-msgs Version: 2.0.1-3resolute.20260901.115344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2233 Depends: ros-lyrical-cras-msgs (= 2.0.1-3resolute.20260901.115344) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-msgs/ros-lyrical-cras-msgs-dbgsym_2.0.1-3resolute.20260901.115344_amd64.deb Size: 1647428 SHA256: 8586a760a2498907f6105ba5b42e7cb6006132a5fcaffc5edd34feee82b578d4 SHA1: 22c742af78c295a288de42ea6b5fd7acbc90425f MD5sum: c5465ead9511a8f6ad3db9c3e7f11fc5 Description: debug symbols for ros-lyrical-cras-msgs Build-Ids: 014e17e1e2b830ebbe7f056220d44e1516b91c71 2db52e45e6ba729a8faa6dff6b379f4092bc7a07 52c8eb6aa072e4f6861802cffbe1ee95719bc24e 59b153c1f8393e19b9f23fea138fbfdf279b4fc8 65d7b2ddf4c8cceb1e641f5a687816c31fdea2c8 8105cda77eb6312c81b99f333ce6b0ccfaba7062 837e8d862f1b8bb006f80cb77ab6d82d3afedd43 8e7e97b53a50eaecb03da0825b177bc5291e244c 9b0ef855be0276f144c930db3ea4314daa48628f 9be51b310d83f3092125aaa097a633d8cfccd927 ddd4e4fe42fafdcfc79278613dc9d48e5cab78f5 Package: ros-lyrical-cras-topic-tools Version: 4.0.2-1resolute.20260901.220252 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 671 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-cras-cpp-common, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-topic-tools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cras_topic_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-topic-tools/ros-lyrical-cras-topic-tools_4.0.2-1resolute.20260901.220252_amd64.deb Size: 188354 SHA256: ff1473017de52570de2bab3efc16399d02005451fb4f2f98f5ce0ebfb7651d8f SHA1: 3ed3dda27c2543f1cdb51bb54934d293f76d069f MD5sum: 47fcb8b6db9ef32be00fd8329936e182 Description: Nodes and components for safe and efficient manipulation with topics Package: ros-lyrical-cras-topic-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-cras-topic-tools Version: 4.0.2-1resolute.20260901.220252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3341 Depends: ros-lyrical-cras-topic-tools (= 4.0.2-1resolute.20260901.220252) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cras-topic-tools/ros-lyrical-cras-topic-tools-dbgsym_4.0.2-1resolute.20260901.220252_amd64.deb Size: 3093582 SHA256: 0adfc5e956202b202cafba62c141a7f91802c6588abd8b2254810fa848b99612 SHA1: 8179fec7f8b4f7aade76d2c1da1cae7f93474114 MD5sum: 5626589fcaa693cac2518a5b7e3d84ec Description: debug symbols for ros-lyrical-cras-topic-tools Build-Ids: d2b644397df50af717c1883a861769b014e06535 ed8ea02c0c831c9f66481b0178b997c84725c483 Package: ros-lyrical-crazyflie Version: 1.0.7-1resolute.20260901.200253 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 1012 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-crazyflie-description, ros-lyrical-crazyflie-interfaces, ros-lyrical-crazyflie-server-cpp, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/crazyflie/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie/ros-lyrical-crazyflie_1.0.7-1resolute.20260901.200253_amd64.deb Size: 200010 SHA256: 3010ba2671be3a6bcbc011047a095a09205e55a0893c9955d4f491e199c97405 SHA1: 872acaf656edfa2785fb2626b57a56e485358bc1 MD5sum: 320ea94bc65cf4a60e01569898d24a87 Description: ROS 2 Package for Bitcraze Crazyflie robots Package: ros-lyrical-crazyflie-dbgsym Package-Type: ddeb Source: ros-lyrical-crazyflie Version: 1.0.7-1resolute.20260901.200253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 5156 Depends: ros-lyrical-crazyflie (= 1.0.7-1resolute.20260901.200253) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie/ros-lyrical-crazyflie-dbgsym_1.0.7-1resolute.20260901.200253_amd64.deb Size: 4344726 SHA256: 453ed0adc4d06b0de997b6e6314f7d7f54a056f287f6977d31c9c71d4efa7c37 SHA1: 17b82457c07d193b6c11a33ac0bdd46cc01d036c MD5sum: 9e33a81b8162984e1b98efd5055eee49 Description: debug symbols for ros-lyrical-crazyflie Build-Ids: 2f6e090ae6b57d4b7d9b46fcda49932c473cc460 Package: ros-lyrical-crazyflie-description Version: 1.0.7-1resolute.20260821.155637 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 422 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/crazyflie_description/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-description/ros-lyrical-crazyflie-description_1.0.7-1resolute.20260821.155637_amd64.deb Size: 86396 SHA256: 7885d85b17c9468f4d50465e5c5c567ed35e93530e6cad27e225857dc8393d91 SHA1: 652bba004a3320dce4ba40d3e6f1b6e7d271c1cf MD5sum: b2c7d24969ddbc83cd1d1c248fb12848 Description: URDF and mesh assets for the Crazyflie robot Package: ros-lyrical-crazyflie-examples Version: 1.0.7-1resolute.20260901.195307 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 1510 Depends: ros-lyrical-crazyflie-py, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-tf-transformations, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/crazyflie_examples/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-examples/ros-lyrical-crazyflie-examples_1.0.7-1resolute.20260901.195307_amd64.deb Size: 107562 SHA256: 63d1f12e2ddaac69cbee1b4c49079974045660d148713b976e28ee902262ad8e SHA1: 3d1315eb4721ee4edef6bc97e3a874ea8b27aa6c MD5sum: 4da50b9aa973bb6336d6ada30ccb3f28 Description: Examples for the Crazyswarm2 ROS stack Package: ros-lyrical-crazyflie-interfaces Version: 1.0.7-1resolute.20260901.125542 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 6879 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/crazyflie_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-interfaces/ros-lyrical-crazyflie-interfaces_1.0.7-1resolute.20260901.125542_amd64.deb Size: 425944 SHA256: 8ae4ca5a8b8998e2bf8ddc0add6683f08069c3e12f3a28346dd27cb4c92e0377 SHA1: 5921b9aa173f2f6f3d4c70208d2947b966f30bf6 MD5sum: f73fa8f1299c523e7fe8e20434a1c0fb Description: Interfaces for Crazyswarm2 package. Package: ros-lyrical-crazyflie-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-crazyflie-interfaces Version: 1.0.7-1resolute.20260901.125542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 5117 Depends: ros-lyrical-crazyflie-interfaces (= 1.0.7-1resolute.20260901.125542) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-interfaces/ros-lyrical-crazyflie-interfaces-dbgsym_1.0.7-1resolute.20260901.125542_amd64.deb Size: 3802148 SHA256: 8c88cfcf6452783a8b500e788cf409ff43eaf4000d33725f22c204b02723cc53 SHA1: d731a2ed2ec1991c5abdc0eaa428bfef0bc936c7 MD5sum: b69ea2ba6715ffbaa74902f1f2f58471 Description: debug symbols for ros-lyrical-crazyflie-interfaces Build-Ids: 0c5e6462dd9df211485e396f2550153934809d5f 104950259a46e9852d91c0d5118d8e1e170f3379 2099d408c207c27fc954d3cbc46f151bbe71a0d1 5590dd0435f195533692dad0d23ec16eba34c0d4 567b73ebb72643e8c217546cde6cf890f0ef184a 5c0e0774458dce16926c9a72ed3ac59af19c4331 5c1619a3cd9d0714e3381851c05db9d462cb5857 712c9b606f29f4810be23603b6662d6eba0a7d75 775e5b008de6c15091e45662201cd4adfcae4edd 89f7b03f7eb40c44eb80b8078e42c11d64678e51 f033428292322999fd8c55c6e15fe8082231b2d9 Package: ros-lyrical-crazyflie-py Version: 1.0.7-1resolute.20260901.181128 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 179 Depends: python3-transforms3d, ros-lyrical-crazyflie-interfaces, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/crazyflie_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-py/ros-lyrical-crazyflie-py_1.0.7-1resolute.20260901.181128_amd64.deb Size: 41212 SHA256: 9ba7f3eeea25922010f0f5e9861974cea9caa18265ef99e8dd16e04b9b06e393 SHA1: b8d1397eb2aaa22d0ecc1602f775050649dac31c MD5sum: e6a1153f933b0e74673051de9e29aa6b Description: Simple Python Interface for Crayzswarm2 Package: ros-lyrical-crazyflie-server-cpp Version: 1.0.7-1resolute.20260901.195209 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 3754 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libboost-all-dev, libeigen3-dev, libusb-1.0-0-dev, ros-lyrical-crazyflie-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-motion-capture-tracking-interfaces, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-environment, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/crazyflie_server_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-server-cpp/ros-lyrical-crazyflie-server-cpp_1.0.7-1resolute.20260901.195209_amd64.deb Size: 601186 SHA256: 00bcb4904d869a5916177ada6209c1c76e755e9cf2ae93360e1e8bc7dd35574d SHA1: 5b86d9546acf2359a0092f624ce5b212f1eba882 MD5sum: 1dba071d5782b7f7524b3522d675441f Description: C++ ROS 2 server node for Bitcraze Crazyflie robots Package: ros-lyrical-crazyflie-server-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-crazyflie-server-cpp Version: 1.0.7-1resolute.20260901.195209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 17898 Depends: ros-lyrical-crazyflie-server-cpp (= 1.0.7-1resolute.20260901.195209) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-server-cpp/ros-lyrical-crazyflie-server-cpp-dbgsym_1.0.7-1resolute.20260901.195209_amd64.deb Size: 14656054 SHA256: 2ebd6cc743d4f4c1e73c5b63986d4d0794d81a1f2b90f03b3ed040bd813728c4 SHA1: a51c3b880823541fa5174fa3ece12722f251d5dd MD5sum: 067e40c63e0230aa4627a000ab1e2024 Description: debug symbols for ros-lyrical-crazyflie-server-cpp Build-Ids: 01a939d13027599eea550420dadd83f9064a9f35 24cca141a7006ad5b32de2f127786667ecfa3b67 4f66d4b070c04e1311048d40e01355e066c20880 77d532214c05ef914e7614aaf44d988fd806aa5c 7ca86ace26c9239620bb6b8fd0fa35a742bfb8b8 9f0d913e503f6e5e071697ff2fdc3982c85a1810 a3310ce8fabf2fac503b8460b674d6b6505f71d3 a60c3301d15edcee847b8086c0ce1bebe0a603dc c5f7ee17de08b08aee554cc0497e88b04b0773ce e0ea4443e78a6debcc69ff4adf831e59c5476d5e eb03a4f0fb5fc12d2dc460e027f73cc138d9ee19 f91f62eeb98b62cf56f97e21987fb41c9e1ac478 f9e7803b94b8c6db62db034e0196050dbcea3da3 Package: ros-lyrical-crazyflie-server-py Version: 1.0.7-1resolute.20260901.195054 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 167 Depends: ros-lyrical-crazyflie-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-motion-capture-tracking-interfaces, ros-lyrical-nav-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/crazyflie_server_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-server-py/ros-lyrical-crazyflie-server-py_1.0.7-1resolute.20260901.195054_amd64.deb Size: 35638 SHA256: 3280711da8368e3a6b103470c526e9d2bca4d3d1f33182615e071ef155763a97 SHA1: a3d31786d322e0b14b4951279036d88a1ee35d9d MD5sum: 9c2c7c13d1e34abcc2c3494ba6c23e81 Description: Python Crazyflie server node for Crazyswarm2 Package: ros-lyrical-crazyflie-sim Version: 1.0.7-1resolute.20260901.181158 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 2388 Depends: python3-transforms3d, ros-lyrical-crazyflie-interfaces, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/crazyflie_sim/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crazyflie-sim/ros-lyrical-crazyflie-sim_1.0.7-1resolute.20260901.181158_amd64.deb Size: 2027208 SHA256: 788591075f49f831f5bdec7e0f249edd587a9ff55782c2d0371b07c2e81fdfff SHA1: 0b70437b2f4a048cf8a0039e872f8a96cb96f407 MD5sum: 6061ccde33a6768b4b9ccd065b1f95b3 Description: Simulator for the Crazyswarm2 ROS stack Package: ros-lyrical-crocoddyl Version: 3.2.0-5resolute.20260828.063707 Architecture: amd64 Maintainer: Carlos Mastalli Installed-Size: 33324 Depends: coinor-libipopt3 (>= 3.14.19), libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-pinocchio, coinor-libipopt-dev, libboost-all-dev, python3-dev, python3-numpy, ros-lyrical-ament-cmake, ros-lyrical-eigenpy, ros-lyrical-ros-workspace Homepage: https://github.com/loco-3d/crocoddyl Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crocoddyl/ros-lyrical-crocoddyl_3.2.0-5resolute.20260828.063707_amd64.deb Size: 6059604 SHA256: d40fb21db7a3c58ca56a50da4f3816d1202f6158ae5ead408dbb75020d706b99 SHA1: b8a3518249dc95f035f75e7ff3ed63074727448e MD5sum: a086af76a89d87baf05fa5ac680df6bd Description: Crocoddyl optimal control library Package: ros-lyrical-crocoddyl-dbgsym Package-Type: ddeb Source: ros-lyrical-crocoddyl Version: 3.2.0-5resolute.20260828.063707 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Carlos Mastalli Installed-Size: 548625 Depends: ros-lyrical-crocoddyl (= 3.2.0-5resolute.20260828.063707) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crocoddyl/ros-lyrical-crocoddyl-dbgsym_3.2.0-5resolute.20260828.063707_amd64.deb Size: 524813456 SHA256: 6a277c7e8dacb076021c0684ca025739523b25c4a7669974a62bf74ba7a9abf1 SHA1: a92d5141574efeca1f99480035eb7ae1b136296d MD5sum: 348bc04472336449f8c786b0ec939eec Description: debug symbols for ros-lyrical-crocoddyl Build-Ids: 7488659253d914957a58be46021cb91c064d6c78 84287704687fdb4c0d90f41c06b492a801e14511 b1dd7b8df4cc51093670d56f8e767333fb33f6db Package: ros-lyrical-crx-kinematics Version: 1.0.0-3resolute.20260901.214719 Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 155 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, libeigen3-dev, ros-lyrical-pluginlib, ros-lyrical-tf2-eigen, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/crx_kinematics/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crx-kinematics/ros-lyrical-crx-kinematics_1.0.0-3resolute.20260901.214719_amd64.deb Size: 41092 SHA256: 9d10cd905ec1c730f0bf415ed2b5f1f0f3c4e08ada162c7606c59a5d35546885 SHA1: fc6ad6f182cfa2d054eed38c7586c37557281e2b MD5sum: 97d2fcf1102045819822c0221bebdc7a Description: C++ implementation of FK/IK for Fanuc CRX series cobots Package: ros-lyrical-crx-kinematics-dbgsym Package-Type: ddeb Source: ros-lyrical-crx-kinematics Version: 1.0.0-3resolute.20260901.214719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 2889 Depends: ros-lyrical-crx-kinematics (= 1.0.0-3resolute.20260901.214719) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-crx-kinematics/ros-lyrical-crx-kinematics-dbgsym_1.0.0-3resolute.20260901.214719_amd64.deb Size: 2886220 SHA256: c31c1f31bc8b6c76f43cb61e2b1359916e9423221a3f6de90e412bf83bc94e4b SHA1: b5c53371bc003c925ce39547dfc03d363036ee05 MD5sum: 103ee8f188e6009c9b54560392be923b Description: debug symbols for ros-lyrical-crx-kinematics Build-Ids: fab8acf5bb43b2688c2e5aa8508e88e7cbb14b7c Package: ros-lyrical-cuda-buffer Version: 0.1.2-1resolute.20260901.120253 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 210 Depends: libc6 (>= 2.38), libcudart12, libgcc-s1 (>= 3.3.1), libnvidia-compute-595 (>= 595.84), libstdc++6 (>= 14), nvidia-cuda-toolkit, ros-lyrical-cuda-buffer-backend-msgs, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rosidl-buffer, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cuda_buffer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cuda-buffer/ros-lyrical-cuda-buffer_0.1.2-1resolute.20260901.120253_amd64.deb Size: 56704 SHA256: 6f7bc1492d8dd0475a700b2fbc0da6b5eb4307c788e58d15eeffd9dbbebac506 SHA1: 5d7c06cdbf271395872f797d1a6abf55e4c2df2c MD5sum: 16e782ecc9f69939516d354b5ea1004a Description: CUDA-backed rosidl::Buffer storage and synchronization utilities, including memory pooling, CUDA IPC support, and same-host endpoint locality discovery for rosidl::Buffer backends. Package: ros-lyrical-cuda-buffer-backend Version: 0.1.2-1resolute.20260901.122102 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 150 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcudart12, libgcc-s1 (>= 3.3.1), libnvidia-compute-595 (>= 595.84), libstdc++6 (>= 13), ros-lyrical-cuda-buffer, ros-lyrical-cuda-buffer-backend-msgs, ros-lyrical-pluginlib, ros-lyrical-rcutils, ros-lyrical-rosidl-buffer-backend, ros-lyrical-rosidl-buffer-backend-registry, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cuda_buffer_backend/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cuda-buffer-backend/ros-lyrical-cuda-buffer-backend_0.1.2-1resolute.20260901.122102_amd64.deb Size: 36534 SHA256: fea0dc542e4f961ba171b4c9f6dd6b4c94f7e914df324b0e1f8399f2dd85e750 SHA1: cece19b4f78245d7ebdf404424b2a7b4564c216e MD5sum: 1d0009ccca3507346f71e11c31b143a0 Description: Pluginlib backend for CUDA-backed rosidl::Buffer transport, using CUDA IPC when available and CPU fallback otherwise. Package: ros-lyrical-cuda-buffer-backend-dbgsym Package-Type: ddeb Source: ros-lyrical-cuda-buffer-backend Version: 0.1.2-1resolute.20260901.122102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 438 Depends: ros-lyrical-cuda-buffer-backend (= 0.1.2-1resolute.20260901.122102) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cuda-buffer-backend/ros-lyrical-cuda-buffer-backend-dbgsym_0.1.2-1resolute.20260901.122102_amd64.deb Size: 391544 SHA256: 878141532ee5e9ce73cbe367b81419c9c596e176d3a1bcba0c21ab5dd19891ed SHA1: bc633e8bb0e4fcf763a4982f06c54cc013197840 MD5sum: f564373f4077cb771a1913004d304388 Description: debug symbols for ros-lyrical-cuda-buffer-backend Build-Ids: f432231a86d479772a199f396ac074181f8a0d99 Package: ros-lyrical-cuda-buffer-backend-msgs Version: 0.1.2-1resolute.20260901.110451 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 530 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cuda_buffer_backend_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cuda-buffer-backend-msgs/ros-lyrical-cuda-buffer-backend-msgs_0.1.2-1resolute.20260901.110451_amd64.deb Size: 52740 SHA256: 5f77978149b121c59777a3561e0e3f70d2f0275af9fbec36ea13e9e71c14de11 SHA1: 937337a3b3a981d25038b500b1212f3382f2ebd3 MD5sum: 21fbe720639fb795c985559402e89f6d Description: CUDA buffer descriptor messages for rosidl::Buffer backend serialization. Package: ros-lyrical-cuda-buffer-backend-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-cuda-buffer-backend-msgs Version: 0.1.2-1resolute.20260901.110451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 366 Depends: ros-lyrical-cuda-buffer-backend-msgs (= 0.1.2-1resolute.20260901.110451) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cuda-buffer-backend-msgs/ros-lyrical-cuda-buffer-backend-msgs-dbgsym_0.1.2-1resolute.20260901.110451_amd64.deb Size: 221012 SHA256: af076550836db283fe117f1e95db81eebb6357dace8896852b6cdf7c590e8a2b SHA1: b9099bdf6d99ae39ee7f99d4feafeebb0792123c MD5sum: 79c4286e9b329fdf7bd1c355c22735bc Description: debug symbols for ros-lyrical-cuda-buffer-backend-msgs Build-Ids: 1c630575e3da9d43e579069b3413d283d5f9652a 24ef58050dd8fa6ff9c53fa0421e73286a43e973 30fdeef10e3743e369f176d7fed2961e45a91911 46b28e50b38b0fe7ce7a4eb52a0d24c7ecc503f9 4f8f289517191c24e6aad7d1b6a398940a07f6cb 851c4787a1d75c14f07c4876e2ff51453fcb84b5 b1b91f5fd93177c26a6f37a3c0b8184ff05dd617 c01af35ec470e304d41b76f6fb4baff118f25d45 e9811cdd37e7aa500307f99246e61d418e2687f3 f2200be902d02ffd3bd4ba6cb2fdeec3659567b9 fe51c2e85efa3b15ba5f706178d3b0d5719a4ad1 Package: ros-lyrical-cuda-buffer-dbgsym Package-Type: ddeb Source: ros-lyrical-cuda-buffer Version: 0.1.2-1resolute.20260901.120253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 598 Depends: ros-lyrical-cuda-buffer (= 0.1.2-1resolute.20260901.120253) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cuda-buffer/ros-lyrical-cuda-buffer-dbgsym_0.1.2-1resolute.20260901.120253_amd64.deb Size: 546176 SHA256: 9894ccab5e10c144c12287eee8a39f8686180891dafaeb208794bad1e845bec8 SHA1: 2e1bf72e384f932c6daac424af9c31b717095ebe MD5sum: b004188d582835892b403fb5ad481545 Description: debug symbols for ros-lyrical-cuda-buffer Build-Ids: f426c86ec49ccce3aceb019963452b0eea3e029f Package: ros-lyrical-cudnn-cmake-module Version: 0.0.1-7resolute.20260728.205157 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 49 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cudnn_cmake_module/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cudnn-cmake-module/ros-lyrical-cudnn-cmake-module_0.0.1-7resolute.20260728.205157_amd64.deb Size: 6712 SHA256: 7ebab464883cdd2ba1de7abf930ef2c0d04538fc2fb215a0efe885f4fa5d86d7 SHA1: 33b506cecca87bbec25c820d4f70684429d8a647 MD5sum: bdf07cb050ef2b8c09fcc4c0eacbec0e Description: Exports a CMake module to find cuDNN. Package: ros-lyrical-cv-bridge Version: 4.1.0-3resolute.20260901.152403 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 501 Depends: libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libboost-python1.83.0, libopencv-dev, python3-numpy, python3-opencv, ros-lyrical-ament-index-python, ros-lyrical-rclcpp, ros-lyrical-rcpputils, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/cv_bridge Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cv-bridge/ros-lyrical-cv-bridge_4.1.0-3resolute.20260901.152403_amd64.deb Size: 126804 SHA256: aad8f8fb8624411bff21c1836a387d927b4f9f619017eb648ad5611f667fc5c8 SHA1: 294bf366e2b19d612ebc6da9c610a23a2b25fdde MD5sum: 9e318d945ec1af7a1bf45221f23e4fda Description: This contains CvBridge, which converts between ROS2 Image messages and OpenCV images. Package: ros-lyrical-cv-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-cv-bridge Version: 4.1.0-3resolute.20260901.152403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 2099 Depends: ros-lyrical-cv-bridge (= 4.1.0-3resolute.20260901.152403) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cv-bridge/ros-lyrical-cv-bridge-dbgsym_4.1.0-3resolute.20260901.152403_amd64.deb Size: 1923938 SHA256: c83b43025d26c581df5652040b5baccfafe8f3dd405d4fc73dd74a28de1278fe SHA1: b1cc3a07ffaa83dd20045e86d4ddace8a1f71c96 MD5sum: b92b26dc5952e3550b723fd817c2dc3d Description: debug symbols for ros-lyrical-cv-bridge Build-Ids: 929baee7ef5415ecc923bad56bf50e0ade5db81b d3c3ffa7939bbc0c381a687eaefe00b1f24faa4a Package: ros-lyrical-cx-msgs Version: 0.1.3-3resolute.20260901.110508 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2812 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-generators, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/cx_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cx-msgs/ros-lyrical-cx-msgs_0.1.3-3resolute.20260901.110508_amd64.deb Size: 200588 SHA256: 2bf912c2f12d808b5a30ab0bfcbf7dd11aa7474c2cd51f7532c4daf48efee207 SHA1: 0f86bd548139e96716bf0ab527e54bb163f9381f MD5sum: 295f4c56758271682bed805ee89f096a Description: ROS interfaces for ROS2 CLIPS-Executive Package: ros-lyrical-cx-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-cx-msgs Version: 0.1.3-3resolute.20260901.110508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2343 Depends: ros-lyrical-cx-msgs (= 0.1.3-3resolute.20260901.110508) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cx-msgs/ros-lyrical-cx-msgs-dbgsym_0.1.3-3resolute.20260901.110508_amd64.deb Size: 1765900 SHA256: 0104ffdfd6fdb3e9c35f3c287f97c723c3e425c214d83925e0f8ce6afee206ab SHA1: 0925ff9afbb043ba296a714ff080399ccca7b4f1 MD5sum: 5e1c0803130133b6650329d5a27a363e Description: debug symbols for ros-lyrical-cx-msgs Build-Ids: 0ee7eb467b4e45eb562c7fdaff52120429c914fa 1942177e1877b806a2d748056ca45469284185bd 474020cee677168c40b5a08633303acb6fe68a74 4bc6d8eaf026d8e2663ff3f803ea99d489b2c07c 4c0a43ce5d7ac17b3552c94c40e55a86a2d4c07b 4d32e02338e9245e2e6762bda9f90776b364faa1 7192e9f391e45c69246c813cd9ff924a3f39f772 732570c70cebceeed670a4a4e89c57a8a360fb3a ba1fbcf11d89391c6752593d4fb512562b7d90eb ed38eabe4e2b4cf7ed6cae8a2e68888eaafbc980 f3842e61efaf1e135f4274f5cb4686d9bf97a2bc Package: ros-lyrical-cyclonedds Version: 11.0.1-4resolute.20260728.175307 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 3929 Depends: libc6 (>= 2.42), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), openssl, ros-lyrical-iceoryx-hoofs, ros-lyrical-iceoryx-posh, ros-lyrical-ros-workspace Homepage: https://projects.eclipse.org/projects/iot.cyclonedds Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cyclonedds/ros-lyrical-cyclonedds_11.0.1-4resolute.20260728.175307_amd64.deb Size: 1094432 SHA256: 81c9290b826cbc3db8fc0dd01ad7c0430f6f448e4e165e7af7853d7bc3e27dfa SHA1: 5631be7c149584e417d43700f48c3d6fde34701f MD5sum: a4581c47ea57f27c7b4bba07c2bd1bcd Description: Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project. Package: ros-lyrical-cyclonedds-dbgsym Package-Type: ddeb Source: ros-lyrical-cyclonedds Version: 11.0.1-4resolute.20260728.175307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 5846 Depends: ros-lyrical-cyclonedds (= 11.0.1-4resolute.20260728.175307) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-cyclonedds/ros-lyrical-cyclonedds-dbgsym_11.0.1-4resolute.20260728.175307_amd64.deb Size: 4536264 SHA256: 59e4b02feb90f2c88376905a2bb66043fb5daa109f7f6cc56acc69a8135606ca SHA1: 02e31e7cbb36717f0b4e06aa2971647f1ced0bff MD5sum: 162691019c580dfe47bf3737e2b9a081 Description: debug symbols for ros-lyrical-cyclonedds Build-Ids: 319fb1bfd695bca2eadb8768cadaa1f3686f4cdc 81d25a26f80d5a09907a595caeb2b8b459dab207 8bdb9946cc257301290a1271701b7819ea3bca0a 969d5aea46dc5eb32fe84a07b06b56c00ebaa6c0 a0481ee31629d39a92d552f433e2eb62c51a80f1 ab2872877fe94c995d2141b1eb4863f4862a6b63 ca5d1792002b69d820ef97fbf574866ce3a1f2a5 cf26e0df0b4999891a03f7c60be1ef71296d3e8c dae68a590f9d2c583a6c3de604eeb777f774b052 Package: ros-lyrical-data-tamer-cpp Version: 1.0.3-3resolute.20260901.164918 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 564 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ament-cmake-gtest, ros-lyrical-data-tamer-msgs, ros-lyrical-gtest-vendor, ros-lyrical-mcap-vendor, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/data_tamer_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-data-tamer-cpp/ros-lyrical-data-tamer-cpp_1.0.3-3resolute.20260901.164918_amd64.deb Size: 125432 SHA256: 8ff423e96eb0b80611a883cec6746e91d212753aa1f169bc62a6309d58cfa6c9 SHA1: 6387ae3726aa20a9071e257d58d68bbea45a8e62 MD5sum: c5a57e34828628d1dabc32a2239c20d0 Description: DataTamer data logging library Package: ros-lyrical-data-tamer-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-data-tamer-cpp Version: 1.0.3-3resolute.20260901.164918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2439 Depends: ros-lyrical-data-tamer-cpp (= 1.0.3-3resolute.20260901.164918) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-data-tamer-cpp/ros-lyrical-data-tamer-cpp-dbgsym_1.0.3-3resolute.20260901.164918_amd64.deb Size: 2259628 SHA256: 0261e9975925c1aa40227b4d3fda489253278d3822c8dc213400e8dba1ec44fd SHA1: cc8a3984f5a844f563d1fffef7714cf6c3a0a255 MD5sum: e30eeb124c4fa80b4ad1fc111333b9ba Description: debug symbols for ros-lyrical-data-tamer-cpp Build-Ids: 4233e01fa4af665c6c0a18fbda2f0f42399064ef e41097e060b5a3fc5076b7773b5e5a2223bfaea9 Package: ros-lyrical-data-tamer-msgs Version: 1.0.3-3resolute.20260901.103414 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 810 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/data_tamer_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-data-tamer-msgs/ros-lyrical-data-tamer-msgs_1.0.3-3resolute.20260901.103414_amd64.deb Size: 94994 SHA256: 446e5fc924a0a8e3a23c7333f6753797967974658d19898fc5ffba13e4ad5fed SHA1: 0b11abdf35e5537c9a384f2d3e57b07cc2501aab MD5sum: 1e7e2b18d638d01b6186395aaea811d6 Description: Interfaces for data_tamer Package: ros-lyrical-data-tamer-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-data-tamer-msgs Version: 1.0.3-3resolute.20260901.103414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 960 Depends: ros-lyrical-data-tamer-msgs (= 1.0.3-3resolute.20260901.103414) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-data-tamer-msgs/ros-lyrical-data-tamer-msgs-dbgsym_1.0.3-3resolute.20260901.103414_amd64.deb Size: 744032 SHA256: c4f864ec83e9efb20423ae8fa6a487b84f80b9e1cb5cb5fa84e1ffec8f98fa29 SHA1: ca5b1d9dbfef51a48ce68d8eb816ba2b62c467ea MD5sum: bfa4deda13769fe8538d46c677786291 Description: debug symbols for ros-lyrical-data-tamer-msgs Build-Ids: 0bac8e9b8f927e00467ffea989646e11aca2f4f5 1a5fc325771702e8f160eb19986548a890f0455f 319f13903110f164860000d98523af15f28ece82 5ccbbcad461244c000bda5b9b51e4f14279e9776 63804a50085a1e77dd13d6d9040191aaa84ed627 917dae41e7d46b511be19d3100ac5d5a6e365653 9f99040627dfd99bf48721e2552bee041930d43b c6ee8dbad223fca85d396c86a0c905934725a580 ca6f50352caee4d4dd846dd2c13accc961c05e98 e76d5ca8a91ff2479d619287faa5b12db11f6687 f4e41b9c23009116bf20dbc9450490be7842ebdd Package: ros-lyrical-data-tamer-tools Version: 0.11.0-1resolute.20260907.142242 Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 5045 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, libprotobuf-dev, libprotoc-dev, nlohmann-json3-dev, protobuf-compiler, ros-lyrical-data-tamer-cpp, ros-lyrical-data-tamer-msgs, ros-lyrical-foxglove-sdk-vendor, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-mcap-vendor, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-tf2-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/data_tamer_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-data-tamer-tools/ros-lyrical-data-tamer-tools_0.11.0-1resolute.20260907.142242_amd64.deb Size: 726294 SHA256: 25b82acba8809b5b4b590d9446318cc97720ca80a0d38c0657979281b4ba2146 SHA1: 9a1812c57e34c6e995eaff2b067f9b6b2e82651a MD5sum: 27208710fe98eda0c96d54223d969234 Description: Set of tools for using Foxglove with data tamer Package: ros-lyrical-data-tamer-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-data-tamer-tools Version: 0.11.0-1resolute.20260907.142242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 24249 Depends: ros-lyrical-data-tamer-tools (= 0.11.0-1resolute.20260907.142242) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-data-tamer-tools/ros-lyrical-data-tamer-tools-dbgsym_0.11.0-1resolute.20260907.142242_amd64.deb Size: 19941312 SHA256: eaea1e302e5eef676ca1c725d5f0c080a21300087f9a14387b6bc37e45ae3463 SHA1: 51aa0f48bc9805374c5a6408d179f0c806096cb6 MD5sum: 36b12db865efade9be00ddbebdfa6875 Description: debug symbols for ros-lyrical-data-tamer-tools Build-Ids: 069e97e018259e06a007c6685a58c8743602fba3 11af8634ee7a147877299599d8642bbdd5fa6713 216587178c86288f98a53986697a7890ad7b3bac 32629a0789891af7405acde7ab3e1303cc20ff89 4089a82caf2631aae62850ca096b625c7e98c005 426b06043172bc0b13fab39bcc2128a0fd201020 68aca3e7598da5b822b54acfa03fe08a60d346d8 6a32634e42b104a8b0067d34ca99c9b561af9dea 79cead3ab35fae997f3e70c3adf74701c023fd55 836996af5b47b2de6566a5c025cd3108d51a3656 8dce79e7b8946763b8ab8ff9542fdbb1c6d6bd97 95e58fa60abbfbb59cbf8a7d9f437e0501ec48ca 96d1a886a1e7f6d8c880de58d7f3347eb58ff081 a3fae9a189e334581c70a742375f9d82749e3027 af25ee82a463733af7ed5ac8739e10720e8bae8a b89ed54edd1ce45a96782c01a4ac7a389829d646 bb061e22433ff83b9458dd8647fbcd7e62a51e38 e7a5f778441102e84a848bab0c7154dbe8543fec f5e96b23ee65aa4426b78d08de54280ebf20c4e1 f742c75b2914c73589632aacb6d2cdbd245e0980 Package: ros-lyrical-dataspeed-can Version: 2.0.7-1resolute.20260901.172416 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 44 Depends: ros-lyrical-dataspeed-can-msg-filters, ros-lyrical-dataspeed-can-msgs, ros-lyrical-dataspeed-can-tools, ros-lyrical-dataspeed-can-usb, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can/ros-lyrical-dataspeed-can_2.0.7-1resolute.20260901.172416_amd64.deb Size: 5718 SHA256: fa479ff613e19e0198a42ae382c4738b3159a8bb718928b059ee8746dc5fa5e0 SHA1: 8a7e6a1b8d319df9ea63f40d64a1fe243a60ff5b MD5sum: 498daca07851486372a107cfcb3a5616 Description: CAN bus tools using Dataspeed hardware Package: ros-lyrical-dataspeed-can-msg-filters Version: 2.0.7-1resolute.20260901.151815 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 78 Depends: ros-lyrical-can-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-msg-filters/ros-lyrical-dataspeed-can-msg-filters_2.0.7-1resolute.20260901.151815_amd64.deb Size: 12868 SHA256: eb2c5ab7bfe7dea2960eb452c7fc29ae0713f7acdc7c1aef9f569a95eee897f7 SHA1: 01427006237dfcf7fc9f948519a3dc2b9901751a MD5sum: 762590d60cb5cf6660e8f0eff02d0c68 Description: Time synchronize multiple CAN messages to get a single callback Package: ros-lyrical-dataspeed-can-msgs Version: 2.0.7-1resolute.20260901.110519 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 1173 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-msgs/ros-lyrical-dataspeed-can-msgs_2.0.7-1resolute.20260901.110519_amd64.deb Size: 84080 SHA256: 84dd34a8bb1e9bad22c42890b0a9e17e52481b033d1cefc21371369224b25c5b SHA1: f26ef74166691a441b7f91048eb5f6d03c4514c5 MD5sum: 5b4224a612403a205cab889b7271bdd7 Description: Controller Area Network (CAN) messages Package: ros-lyrical-dataspeed-can-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-dataspeed-can-msgs Version: 2.0.7-1resolute.20260901.110519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 821 Depends: ros-lyrical-dataspeed-can-msgs (= 2.0.7-1resolute.20260901.110519) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-msgs/ros-lyrical-dataspeed-can-msgs-dbgsym_2.0.7-1resolute.20260901.110519_amd64.deb Size: 585844 SHA256: 882bbf15d6e34538cebd782648d46743e7a64eb9e52586533ace23fe029e7b5d SHA1: cf0f342ccd161e3270e8ea6b1fe21596e72b7964 MD5sum: 452e6905813d9fddaa00cbf74babfb0b Description: debug symbols for ros-lyrical-dataspeed-can-msgs Build-Ids: 015625c5a1f70cb2733b4f364dd662b45c1e666b 243b316c6ef62c11ffad9bd45771be9bb2a3989d 27ae19e6009a7272e1d62e50820eae9c03e33bfd 2b790e822307f78f8e20c52f767fbad120a23f94 46e9b30bdc2970bc083c5bf09d9c906603dc7594 55fc2e7013030e81fac402b8138c02686bc919c5 6dce9e44958b072eff52a87ce6bdd3b98253d8b1 6e1b6a8835d1338a32013d2b9a1bbaaae51509b5 9a111c5616e8b702a13e644ba8edc0f51b51dc53 e28e1ca99f7d8e3a58a8ecac575e9c997ce92aa9 ea02fb739dd36f13f42c1fd2f53ac0b68904277f Package: ros-lyrical-dataspeed-can-tools Version: 2.0.7-1resolute.20260901.170652 Architecture: amd64 Maintainer: "Micho Radovnikovich" Installed-Size: 703 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-can-msgs, ros-lyrical-dataspeed-can-msgs, ros-lyrical-rclcpp, ros-lyrical-rosbag2-cpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-tools/ros-lyrical-dataspeed-can-tools_2.0.7-1resolute.20260901.170652_amd64.deb Size: 162892 SHA256: 33e871c29f4e370c44d566671c27b649db81882636f84ac1b394bc346c5da5ef SHA1: 44af0b8ec4fdc6c18564e1e47d044f913fbadaec MD5sum: c469e579a4ca8771cb22611531a5546f Description: CAN bus introspection Package: ros-lyrical-dataspeed-can-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-dataspeed-can-tools Version: 2.0.7-1resolute.20260901.170652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Micho Radovnikovich" Installed-Size: 3642 Depends: ros-lyrical-dataspeed-can-tools (= 2.0.7-1resolute.20260901.170652) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-tools/ros-lyrical-dataspeed-can-tools-dbgsym_2.0.7-1resolute.20260901.170652_amd64.deb Size: 3177368 SHA256: 7f4daf103c78e14bbe59582f75b5ddd447d74646f291ae152ffb21bddbbb130d SHA1: c14550158abe2145e3f4dc4131d0615e3d02458a MD5sum: 264924bac97bc136afe65f1484994a5b Description: debug symbols for ros-lyrical-dataspeed-can-tools Build-Ids: c58555478ecf311040f63e412958eea0f0f6bb87 db96366d12c94aa0b6417f017aca4947ad0f61ac f61a198f7f013404c985915b5e275bdfb96461da Package: ros-lyrical-dataspeed-can-usb Version: 2.0.7-1resolute.20260901.170537 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 802 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-can-msgs, ros-lyrical-lusb, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-usb/ros-lyrical-dataspeed-can-usb_2.0.7-1resolute.20260901.170537_amd64.deb Size: 188166 SHA256: 5e97b53589ffa786f1297759e64d8d3cf7ded51a405fbfbd58baeffcb9d79fe5 SHA1: 8f24b2c9c42797054a93c1aac107472b9c5a7fef MD5sum: 765cb5e98327ea900f07a989ac3242e3 Description: Driver to interface with the Dataspeed Inc. USB CAN Tool Package: ros-lyrical-dataspeed-can-usb-dbgsym Package-Type: ddeb Source: ros-lyrical-dataspeed-can-usb Version: 2.0.7-1resolute.20260901.170537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 3271 Depends: ros-lyrical-dataspeed-can-usb (= 2.0.7-1resolute.20260901.170537) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dataspeed-can-usb/ros-lyrical-dataspeed-can-usb-dbgsym_2.0.7-1resolute.20260901.170537_amd64.deb Size: 2795754 SHA256: 404e5a87c0b695787db15614f4a0007bf99950a2758a563d1eb80ea95ce5aef7 SHA1: b563341d2443bac6aef831cca6810a8bd613b0df MD5sum: 9c4f69d13cc8a91e4d49af9e32165acd Description: debug symbols for ros-lyrical-dataspeed-can-usb Build-Ids: 00ef3ea8edbb3f196a12b1270a46c285577f496a 75532e1b10a7e5c37385f5f85385f3113ac476e8 Package: ros-lyrical-delphi-esr-msgs Version: 4.0.0-5resolute.20260901.115419 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4071 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/delphi_esr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-delphi-esr-msgs/ros-lyrical-delphi-esr-msgs_4.0.0-5resolute.20260901.115419_amd64.deb Size: 251024 SHA256: 801e1aeb81db19a15793200197c23953ac6b05333a53bceac07ef3524362918d SHA1: 5f04277e5155ac52712ac5194707713aa55eb0d1 MD5sum: b090ec85f4196d735aa7842a02faa3ec Description: Message definitions for the Delphi ESR Package: ros-lyrical-delphi-esr-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-delphi-esr-msgs Version: 4.0.0-5resolute.20260901.115419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2626 Depends: ros-lyrical-delphi-esr-msgs (= 4.0.0-5resolute.20260901.115419) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-delphi-esr-msgs/ros-lyrical-delphi-esr-msgs-dbgsym_4.0.0-5resolute.20260901.115419_amd64.deb Size: 2010758 SHA256: d0d806d5ad2c15313c5386c1449067d0c96bf916ea699623bb663869ca65556a SHA1: a63ec572dcc9081babb6027b0fe1276c1fb541b9 MD5sum: c03a31b7adda3f5a33e53316b6123585 Description: debug symbols for ros-lyrical-delphi-esr-msgs Build-Ids: 0e74392596616fa43db96d63b7788ed03f62f1e0 25dc9435cf8b1e3b08b822be1c583055f96cc5ff 3d36ba1478d3d5bbaf7c109790f1cf456cf5dd81 6b48b943a9addfe8e6b4ccbb3f290986755ad026 76da4ae2340f226d3da1cb63db903cff1476f743 7d9defca1c0dd37cb5c5148323ca08a460b9ba6c ac51752a7e30584efbfe1231e2166a7c34fb10cb cad2206f17f226cd0f8ae409cd15819b94f49c27 f924925da9dd2bee7fafdff655adfedc0536400d fd34b60fe13d02fedd96b99ec2a845fe2aa9e95c fd49a249e3a00e2b10c180c091877a392111346b Package: ros-lyrical-delphi-mrr-msgs Version: 4.0.0-5resolute.20260901.115428 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3638 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/delphi_mrr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-delphi-mrr-msgs/ros-lyrical-delphi-mrr-msgs_4.0.0-5resolute.20260901.115428_amd64.deb Size: 216470 SHA256: e5dc05029a2beec647890b266baed184a99829fc5470211453a66224d341e424 SHA1: 980799e1e5c575d140303fa2d5b5c6eee26c49b9 MD5sum: 6256e92af8b09c4becafc08856fb6385 Description: Message definitions for the Delphi MRR Package: ros-lyrical-delphi-mrr-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-delphi-mrr-msgs Version: 4.0.0-5resolute.20260901.115428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2247 Depends: ros-lyrical-delphi-mrr-msgs (= 4.0.0-5resolute.20260901.115428) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-delphi-mrr-msgs/ros-lyrical-delphi-mrr-msgs-dbgsym_4.0.0-5resolute.20260901.115428_amd64.deb Size: 1688746 SHA256: c86ba19804e4743d8783e17098211d4cec871470abcd52d1f4dc0587d6c7dd19 SHA1: c22ff495df14d743f8390f16e7b9bbef20fdcc1c MD5sum: 1263c11d82c6d0e62239de4a98701122 Description: debug symbols for ros-lyrical-delphi-mrr-msgs Build-Ids: 0145228d3211937bd3a05ca7b4de6ad112ceaabe 0c0d50e10accbe29d466807b9a870e5c3b755845 25b6c5f1cff92e2970e3bf854af80f5ab29f0758 321d63fdb82ea457142a6f67635873b98ab93e67 4ecbdfc4d185f6d0050884662cf04108733c80b3 588a027daaf76539a10b9912451b27fb7ce7dd89 7acbb27ef1c225b7a0056769baf77dc76b55db5d a47c86712c6e7de1d1a29c8d439395c1619d7386 d38dc24cbdfd4e28b1ef3d3c41dd0d3a6dd702df d9613db34b4ae86c14716a80bb7ea4a974c4238f f750d9f4e8bdd907f661541529823240bc165b86 Package: ros-lyrical-delphi-srr-msgs Version: 4.0.0-5resolute.20260901.115433 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2820 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/delphi_srr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-delphi-srr-msgs/ros-lyrical-delphi-srr-msgs_4.0.0-5resolute.20260901.115433_amd64.deb Size: 164782 SHA256: c739a4d8b446f86bda4c26a5ba14b9ef222e720477cc363c17fd20b5007d56c9 SHA1: 53ad1fb6d6d21b8798a97619976e40646b7f9dcb MD5sum: 949615d61bcbf1b0893eb7376108baa9 Description: Message definitions for the Delphi SRR Package: ros-lyrical-delphi-srr-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-delphi-srr-msgs Version: 4.0.0-5resolute.20260901.115433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1554 Depends: ros-lyrical-delphi-srr-msgs (= 4.0.0-5resolute.20260901.115433) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-delphi-srr-msgs/ros-lyrical-delphi-srr-msgs-dbgsym_4.0.0-5resolute.20260901.115433_amd64.deb Size: 1173332 SHA256: 1c30a66d6eefd54402bcb0b6ef01bf25a2b6ed78b466dd77c3e2cc8a2f6f2d5d SHA1: 42e7dce06c37515e3b37c8f5fdc0c2f7e1eef07b MD5sum: 35cc097d9c5acfc94f6de608dd4a249e Description: debug symbols for ros-lyrical-delphi-srr-msgs Build-Ids: 08d25df2e894e1670abd8ea8f353180d1092700c 19b992ec46583e608a8e57284d2b898058d25069 1d01ca25cf8f9b1caec31fafc10e915efd44033a 9051e0daec7c75cd2ea5cfc0b8c1c3ef76113623 92e080684f3fb79fe1c1cce483001af5e17d349d be42e01c9c038c710c9395094c9193e93b693063 ce0b1a33fc19dd07074d6fcf9715ca5e2e7caf5b e2ab5b1840c3455f5fe2761c0ed8faa919dfb885 e3352e7b99e80fb8939c4f7178b51240d242d76d e57a0d261e5b20effa395b604836993f915330b9 e9538536a98870c5ae75c3ef71e8085af2495aa9 Package: ros-lyrical-demo-nodes-cpp Version: 0.37.9-1resolute.20260901.194403 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 7229 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-launch-ros, ros-lyrical-launch-xml, ros-lyrical-rcl, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/demo_nodes_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-demo-nodes-cpp/ros-lyrical-demo-nodes-cpp_0.37.9-1resolute.20260901.194403_amd64.deb Size: 981972 SHA256: d746890a5c967bbfbf42438e00b18eba4cd6ed1bffcce930143cc40b0eb5db05 SHA1: dc3f7953aa3604912411ff828fe9bfaa0ea09dfd MD5sum: 81a54df82feec046e7ed926e01ab3099 Description: C++ nodes which were previously in the ros2/examples repository but are now just used for demo purposes. Package: ros-lyrical-demo-nodes-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-demo-nodes-cpp Version: 0.37.9-1resolute.20260901.194403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 41909 Depends: ros-lyrical-demo-nodes-cpp (= 0.37.9-1resolute.20260901.194403) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-demo-nodes-cpp/ros-lyrical-demo-nodes-cpp-dbgsym_0.37.9-1resolute.20260901.194403_amd64.deb Size: 33411284 SHA256: 371adcd007b6f0a5d5380a6a455031cd756418096e4fb81f298ad0508b207a94 SHA1: dbff1f57600aa5f6d970cc01e647f52e25250e5a MD5sum: 1d6a692ab04161421d26015fa7358225 Description: debug symbols for ros-lyrical-demo-nodes-cpp Build-Ids: 012c0fbeceb396defcb0f33ec4c7e213eab95cc0 047d23d1369b8eb6c166f28e7b6500d43f5058fe 09ac551252a52859ae17817324b48713907d9b2a 0a0690bb175b46a48bb2675b51b17ba9795a3b08 0d922c03c228ded159ec9f86b9405568d080de0c 0ede6a1b3788a1c07cb2cac25c92cf83f76a0ed3 151419f5381b04799f4c603a63ab9385bae2a94c 198ced72c32acb0e3328e0e5672701a353c7a28b 1b627df83033e281157d9dcdac499b674775a08c 1d4727913c22831d82b8bd6011d440bd7bcbd287 1e89f558afa98eb388b314fcfa73c9f203f6456f 2e2535f78e90302ca95c6a512a2c6dd8a356c4d0 36e89898c4f5fc0c2f7d7f05e7359abc2b289eda 44c6ee61dc24d9c4b29c2afe77a7cda16fa90fe2 473bc295df53f51d25d4b1afd1cd89ef53d75d51 4cd565ae8abcce809d1aa374170bd3d08fa03efd 5be2a6681d1856d64132ccb7718d305b5f57b234 5d7452477bae73197c74af1e1ad4efe24d221179 696905613f761474c9dc63de0249d119400182e8 6b0c7434938727fcb10d655fe0b4103c91a976d7 6caed9863da64ffd556856d31846769cba96ae4a 6dd9688bdec2505c423a85603df3b2e12a058d9a 6e4c57804a05fade4ea89a953f9cbe8ebdacfaec 7117a32dc7f88222fa7daf3d1477c927887c8b22 748f8fa3b092dcdaf3ee42e3ad18740da0277747 75a4e682d91b37a29618782f7cfba8ed4548f7e1 79dd19ad5149571e0a660758d82149c0f7462850 7a39d9b868969ca274f772882c469b9086d70986 7f633fc5b2d8363dd355a291795d8bddb1729198 960683ba5e0f26ef5049c6b3ad8152836c3a57ba 97f88570f7505880d0c42e2a081c5ced72173a0b 9ea22ea8f52ad31aee22b090d6ed5f782a978419 a38b303992086bcde01e8cda5c501e0c16ee4613 aa25722382a0d714502aaefcf1e7df6ea58d733e b172b42e3ecc56001d70eddb2050e164d1179ae1 be7b7ddc622fb34a12baab21dfe23ee1fd0d8140 c387be189d287c7d4b7bb83524ea7ba79bfa99f2 c4f68891d65d7f66bfaacbbb4bc2d51f35886191 c69a38980ae6156da307806c9d21ee1fc6f7c461 d67502f1785296404e9577e383c22855aeeefed1 d75f1aa49afaa8bd196b364ae11894416c5c02de dd3ffa88280bb5e38dee6884bfcbd83ec353d249 e94584af22f236c832a6c67ea53d27ee237cc202 eb5bd03b3135873a6f407951934e6a64910e7e33 f173834c45f18b25c496e20f5ce4a0d36b6bb036 f55707983081adfca835628c319492e7ead5fa70 f8d99fd71b181f253927a733df7fbf368a915f47 fbd78598577b7cc50fad4bcf82aad99d449d213a Package: ros-lyrical-demo-nodes-cpp-native Version: 0.37.9-1resolute.20260901.162351 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 236 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-fastdds, ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rmw-fastrtps-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/demo_nodes_cpp_native/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-demo-nodes-cpp-native/ros-lyrical-demo-nodes-cpp-native_0.37.9-1resolute.20260901.162351_amd64.deb Size: 67628 SHA256: c630951940fd22ac32207cbaacd956faa908a096c2dee57d77f4e56c7ce8c59a SHA1: cc5f61350ccf4b539d902d520ef158175ef6e86b MD5sum: 6b8d57dffd57ccb99957fef440f43560 Description: C++ nodes which access the native handles of the rmw implementation. Package: ros-lyrical-demo-nodes-cpp-native-dbgsym Package-Type: ddeb Source: ros-lyrical-demo-nodes-cpp-native Version: 0.37.9-1resolute.20260901.162351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1325 Depends: ros-lyrical-demo-nodes-cpp-native (= 0.37.9-1resolute.20260901.162351) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-demo-nodes-cpp-native/ros-lyrical-demo-nodes-cpp-native-dbgsym_0.37.9-1resolute.20260901.162351_amd64.deb Size: 1209304 SHA256: 90f2707e1fac5eb0f5e433f046bb90bfb5b221f8c118467bfd321413c6ea1f50 SHA1: 4efae672f4989447547628095776735147e737c5 MD5sum: e6f06afb3eccaf887da86484ddd8f29d Description: debug symbols for ros-lyrical-demo-nodes-cpp-native Build-Ids: a205af6b511f5892a37b7ec6216f9880e54909aa f7a02635a51be86b96575414994cbf2629cc326e Package: ros-lyrical-demo-nodes-py Version: 0.37.9-1resolute.20260901.181208 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 185 Depends: ros-lyrical-ament-index-python, ros-lyrical-example-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/demo_nodes_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-demo-nodes-py/ros-lyrical-demo-nodes-py_0.37.9-1resolute.20260901.181208_amd64.deb Size: 30388 SHA256: 29fdc8ddf5a25f583b502d93db68d111f0999b27e2d8c5f47b75b8fc1033feaa SHA1: 58d0473f09e90b0e32bd09cbe57d378459ebf6bc MD5sum: 209b698b4602179d1597708d006be0f1 Description: Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes. Package: ros-lyrical-depth-image-proc Version: 7.1.7-1resolute.20260901.201526 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1758 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-lyrical-cv-bridge, ros-lyrical-image-geometry, ros-lyrical-image-proc, ros-lyrical-image-transport, ros-lyrical-message-filters, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-stereo-msgs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/depth_image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depth-image-proc/ros-lyrical-depth-image-proc_7.1.7-1resolute.20260901.201526_amd64.deb Size: 323078 SHA256: bb479ccf4108e0729f16c058f6210824ebfdd8afe505892de9dcd92e5f7aa643 SHA1: 401fdca8828d06b99260a21daa03321aaff8a858 MD5sum: 5d6a4a3c67a9da83f6555f40311b9818 Description: Contains components for processing depth images such as those produced by OpenNI camera. Functions include creating disparity images and point clouds, as well as registering (reprojecting) a depth image into another camera frame. Package: ros-lyrical-depth-image-proc-dbgsym Package-Type: ddeb Source: ros-lyrical-depth-image-proc Version: 7.1.7-1resolute.20260901.201526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 15273 Depends: ros-lyrical-depth-image-proc (= 7.1.7-1resolute.20260901.201526) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depth-image-proc/ros-lyrical-depth-image-proc-dbgsym_7.1.7-1resolute.20260901.201526_amd64.deb Size: 12495582 SHA256: a788e9cda04821b78cb9ee16a4f92c7eccc1106ad499dcec9c5e4d8746b64039 SHA1: 7b54d7396854b686cd996d071f50c11f2e701318 MD5sum: 2718e8f151fd59a9a07c44d54821d2b2 Description: debug symbols for ros-lyrical-depth-image-proc Build-Ids: 095ff7c0aa96b582f47585dc1fc6aefb485d5ac7 0d0bac46d07ad9c41361eba8faad6a11ac5de627 2c4ea1eaf6351b84c61a3ef55764ba641708e33b 53b576c70aa25597d111089064ad7826e2262cb4 56e02a9bbbdadf3057cf865b4d883f1cc8dc3b1a 7af754f16e1c088377d867f07b79f10f21259e1c b0aaae00bccada61b6395acbdbb0613c51ac39c6 b509fbdc4b8778ad087762a4cf12e7d56e14771d c36e0f5c6e4244ca399bbda1b13a9f08db665495 d4c3bcf58967a4b303f49b75813c290ee3a8c610 d5447581155bd82ca25b559fb7e0b198c5424ee0 Package: ros-lyrical-depthai Version: 3.10.0-1resolute.20260907.142548 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 55360 Depends: libc6 (>= 2.43), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 4.2), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libspdlog1.15-fmt10, libstdc++6 (>= 14), libusb-1.0-0 (>= 2:1.0.16), curl, gfortran, libcurl4-openssl-dev, libfmt-dev, libopencv-dev, libspdlog-dev, libudev-dev, libusb-1.0-0-dev, nlohmann-json3-dev, unzip, zip, ros-lyrical-ros-workspace Homepage: https://www.luxonis.com/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai/ros-lyrical-depthai_3.10.0-1resolute.20260907.142548_amd64.deb Size: 29223740 SHA256: 0f8d663e4164d1b276f2f40ea5b5dd0f65f2590904012dae67bda63ef9bae856 SHA1: cbbf967ca5ac966a550493149cc7be09a843eadf MD5sum: 24f547a37bdda778e96ed0941bdd579a Description: DepthAI core is a C++ library which comes with firmware and an API to interact with OAK Platform Package: ros-lyrical-depthai-bridge Version: 3.4.0-1resolute.20260908.121826 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 685 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libboost-dev, libopencv-dev, ros-lyrical-camera-info-manager, ros-lyrical-composition-interfaces, ros-lyrical-cv-bridge, ros-lyrical-depthai (>= 3.7.1), ros-lyrical-depthai-ros-msgs, ros-lyrical-ffmpeg-image-transport-msgs, ros-lyrical-image-transport, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-robot-state-publisher, ros-lyrical-ros-environment, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-stereo-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-vision-msgs, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/depthai_bridge/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-bridge/ros-lyrical-depthai-bridge_3.4.0-1resolute.20260908.121826_amd64.deb Size: 200260 SHA256: 16d831caeaed110b5a4e1789deb54bf0204854a5fb1640c5b426c982f464baac SHA1: 41e886100be3439589563e7bc16cdb16f045c319 MD5sum: 79a13510af4d65d0967e3155a522e336 Description: The depthai_bridge package Package: ros-lyrical-depthai-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-depthai-bridge Version: 3.4.0-1resolute.20260908.121826 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 4685 Depends: ros-lyrical-depthai-bridge (= 3.4.0-1resolute.20260908.121826) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-bridge/ros-lyrical-depthai-bridge-dbgsym_3.4.0-1resolute.20260908.121826_amd64.deb Size: 4498908 SHA256: c0217147a378269eefde7ece1e9a35bdf5b9805b3bbfa38e0bd6d498ab2a0c08 SHA1: 2a4ec467bb749520ab03ec901b4021b97494939f MD5sum: 91099374c3cf04e967fa128e1a4a54fa Description: debug symbols for ros-lyrical-depthai-bridge Build-Ids: 3da127eced49deaaa2192840bbaf0195815c6153 Package: ros-lyrical-depthai-dbgsym Package-Type: ddeb Source: ros-lyrical-depthai Version: 3.10.0-1resolute.20260907.142548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 178819 Depends: ros-lyrical-depthai (= 3.10.0-1resolute.20260907.142548) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai/ros-lyrical-depthai-dbgsym_3.10.0-1resolute.20260907.142548_amd64.deb Size: 152731084 SHA256: 2eeabbc1249c1dcb4a76f027afb665fdbf435a513699231071c11568156bf65d SHA1: 6b902d32bf265949bb33284b5872bea831cfe711 MD5sum: d95c73577f0227c4fc69fd9e0f7206d6 Description: debug symbols for ros-lyrical-depthai Build-Ids: 096f2195e232296c30734763f194b2e89055f785 be2cc2efde3b995a2cb54569aefcf0abea026336 Package: ros-lyrical-depthai-descriptions Version: 3.4.0-1resolute.20260908.121834 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 156428 Depends: ros-lyrical-robot-state-publisher, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/depthai_descriptions/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-descriptions/ros-lyrical-depthai-descriptions_3.4.0-1resolute.20260908.121834_amd64.deb Size: 44996316 SHA256: 0a17f253f859a6f2d6a69faf0793584bba2b42736692764266758b3659f9d17d SHA1: 25e3e925e4c341449c64efc46c690177ab2b910f MD5sum: 31d7fdd84477abe4b640e482deb5d82e Description: The depthai_descriptions package Package: ros-lyrical-depthai-examples Version: 3.4.0-1resolute.20260908.151328 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 4168 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-lyrical-backward-ros, ros-lyrical-camera-info-manager, ros-lyrical-cv-bridge, ros-lyrical-depth-image-proc, ros-lyrical-depthai (>= 3.7.1), ros-lyrical-depthai-bridge, ros-lyrical-depthai-descriptions, ros-lyrical-depthai-ros-msgs, ros-lyrical-foxglove-msgs, ros-lyrical-image-transport, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-robot-state-publisher, ros-lyrical-ros-environment, ros-lyrical-rviz-imu-plugin, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-stereo-msgs, ros-lyrical-vision-msgs, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/depthai_examples/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-examples/ros-lyrical-depthai-examples_3.4.0-1resolute.20260908.151328_amd64.deb Size: 759156 SHA256: e64ccc7b45d09159f8828c24a952f43d57d72783699d1f5f585df8d26bb0fd1e SHA1: f7e24e900949a5f15ae026b97ac2793a67dc6b36 MD5sum: 7faa46d79324d47f9d9760215fe8117a Description: The depthai_examples package Package: ros-lyrical-depthai-examples-dbgsym Package-Type: ddeb Source: ros-lyrical-depthai-examples Version: 3.4.0-1resolute.20260908.151328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 38837 Depends: ros-lyrical-depthai-examples (= 3.4.0-1resolute.20260908.151328) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-examples/ros-lyrical-depthai-examples-dbgsym_3.4.0-1resolute.20260908.151328_amd64.deb Size: 36457578 SHA256: 964535d636343fe55f1d4219f2893ad55c9d24b7d0c68382f19a759c6bf18a7a SHA1: 8993f870e6386f2911b77f5c039bd3682ad252dd MD5sum: b73c00275fdd0cd6654fcdc8efc36485 Description: debug symbols for ros-lyrical-depthai-examples Build-Ids: 02abb0c059f16cc82d28b9152745a3650a093931 1eb92dc5bb86a13a20139715fbf1b53019a388b9 2d4df6202b4f58c852d04d655ba3d0018f1acb9b 45a7dfb339e6e5421b106d48211ad4f0035cf4b6 53ab53722d82c527d36079d80ac959c0a6c4cd6e 693bba86ad268d5c6f3a0f7319174f6fc700a3a2 6b8818972afd27a20a2e397d08e68aad12891e2f 7987b661c70a06202efee36a81f9232638b69d9a 7f646e733efb9f24454135c9678dd0eecaf393e9 90ca0b7e2c46fedb5a2154045e588348881da82f a74926292b0fc7c354fb95d90418aeaa4f41be1c bc24baa4d4b60e58dde4d43c0af6359538013873 c77b9351fcb59d30ae9fc4acd85fc1275527e158 f22d3c2385faf6bac243f87baca40ba47800d5e1 Package: ros-lyrical-depthai-filters Version: 3.4.0-1resolute.20260901.183807 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 2325 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-contrib410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-lyrical-cv-bridge, ros-lyrical-depthai-ros-msgs, ros-lyrical-image-transport, ros-lyrical-message-filters, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-vision-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/depthai_filters/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-filters/ros-lyrical-depthai-filters_3.4.0-1resolute.20260901.183807_amd64.deb Size: 406014 SHA256: 3a619c5eadd35a67be279e9530091e44544f49e2dec37aa892820f4a15a7accf SHA1: 6a98a2da5685b9ee0b8cb26529d5a83e84cb05b2 MD5sum: 71ba84a35f22e123d0bcfa6d90343e74 Description: Depthai filters package Package: ros-lyrical-depthai-filters-dbgsym Package-Type: ddeb Source: ros-lyrical-depthai-filters Version: 3.4.0-1resolute.20260901.183807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 15574 Depends: ros-lyrical-depthai-filters (= 3.4.0-1resolute.20260901.183807) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-filters/ros-lyrical-depthai-filters-dbgsym_3.4.0-1resolute.20260901.183807_amd64.deb Size: 13473836 SHA256: f25bc13eb384a557e3a54a1cf8f16fb26b6bf468380387911a4bad0d2adce8b6 SHA1: e669575c48e412c1f2bdb9dbcffe164e7cd3d471 MD5sum: 4677a3424e45891de9fd16628a44fc5d Description: debug symbols for ros-lyrical-depthai-filters Build-Ids: ce6f353768ae51c7f1233fee6af31ccbc4c9b637 Package: ros-lyrical-depthai-ros Version: 3.4.0-1resolute.20260908.161332 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 50 Depends: ros-lyrical-depthai (>= 3.7.1), ros-lyrical-depthai-bridge, ros-lyrical-depthai-descriptions, ros-lyrical-depthai-examples, ros-lyrical-depthai-filters, ros-lyrical-depthai-ros-driver, ros-lyrical-depthai-ros-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/depthai-ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-ros/ros-lyrical-depthai-ros_3.4.0-1resolute.20260908.161332_amd64.deb Size: 8616 SHA256: 93dbc3fd9cd8bac66b90981bb1525e82c0fa5284be662b068ae50ecf737ead21 SHA1: 4537fa4fce57927b6e762322c0f27cbd1856b44e MD5sum: b3085cb95c803e255f449e2407b8220b Description: The depthai-ros package Package: ros-lyrical-depthai-ros-driver Version: 3.4.0-1resolute.20260908.122929 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 3630 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-ament-cmake-auto, ros-lyrical-backward-ros, ros-lyrical-camera-calibration, ros-lyrical-camera-info-manager, ros-lyrical-cv-bridge, ros-lyrical-depthai (>= 3.7.1), ros-lyrical-depthai-bridge, ros-lyrical-depthai-descriptions, ros-lyrical-depthai-ros-msgs, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-ffmpeg-image-transport-msgs, ros-lyrical-geometry-msgs, ros-lyrical-image-pipeline, ros-lyrical-image-transport, ros-lyrical-image-transport-plugins, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-ros, ros-lyrical-vision-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/depthai_ros_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-ros-driver/ros-lyrical-depthai-ros-driver_3.4.0-1resolute.20260908.122929_amd64.deb Size: 826678 SHA256: c090cf0ab55b2b9744a49bbfd51494142744c31342c4b00eb31aac98b7cc48da SHA1: eca1508049c3b01ffb1d656b2fc0c8704378a1c5 MD5sum: 390405243ba77fa55be362e38f268e4e Description: Depthai ROS Monolithic node. Package: ros-lyrical-depthai-ros-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-depthai-ros-driver Version: 3.4.0-1resolute.20260908.122929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 43105 Depends: ros-lyrical-depthai-ros-driver (= 3.4.0-1resolute.20260908.122929) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-ros-driver/ros-lyrical-depthai-ros-driver-dbgsym_3.4.0-1resolute.20260908.122929_amd64.deb Size: 41394682 SHA256: 1b2c49ca26ee0b58449a226426efab31f0e8729272799961f993ac5ba6122989 SHA1: a460a56b9d8622fbec9aad2675333b5c36dda160 MD5sum: 5cfca6e9a0cfd72435c1bd781c6945ae Description: debug symbols for ros-lyrical-depthai-ros-driver Build-Ids: 07ece9d7c17e7a261da8c0ad00f429ef742270f1 234278c83ca9ce77e4438110e28fe0284a2a1a09 7e6a7086060e246db99d7c0df4cf19148ad2e801 a96ae9df00f4197c8d9b30a56a629a01821300d4 dba3aeed69da68d80a3590accb52aef58c802a86 Package: ros-lyrical-depthai-ros-msgs Version: 3.4.0-1resolute.20260901.160046 Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 3241 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rosidl-default-generators, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-vision-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/depthai_ros_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-ros-msgs/ros-lyrical-depthai-ros-msgs_3.4.0-1resolute.20260901.160046_amd64.deb Size: 237616 SHA256: 64df76d56392308bc4ae4eef2e10be6cebf30f2f86d2c6fcf507fe378e7aa6cf SHA1: 31c73ad4abcf8a678a458afbac5292168493e946 MD5sum: 27c617a602c9045f594e05d9ccf9512b Description: Package to keep interface independent of the driver Package: ros-lyrical-depthai-ros-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-depthai-ros-msgs Version: 3.4.0-1resolute.20260901.160046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aljaž Sebastjan Ahtik" Installed-Size: 2692 Depends: ros-lyrical-depthai-ros-msgs (= 3.4.0-1resolute.20260901.160046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthai-ros-msgs/ros-lyrical-depthai-ros-msgs-dbgsym_3.4.0-1resolute.20260901.160046_amd64.deb Size: 2060104 SHA256: 2ce9caa453a7c8307d1034062ddfb6c09af08204d41e30bb3377b91a62c8f052 SHA1: e1dfb61f7be997392ce1b74415bb458aa4cbf794 MD5sum: ca6953cd097a58c1c920594761c5f7bb Description: debug symbols for ros-lyrical-depthai-ros-msgs Build-Ids: 0034e4d60e364d078580112060f16f37b9fcff01 3446c5e4fd2a346a24c7a1259288926b84da5091 66a85ed797edcc51ccd7d5eda0e8aee0349c71e2 67397bd62eee14f0197c681e14421363c3e6150f 72f800bfe273dd92a50cac2603729015f6d00809 a0fb4cd14236bb1c0c6c291e603918d80eb1d703 a50c13cd3fcec8fa1d41be8acdd1810dd08352da a969e9a8aefabda31680c48cfebeaa7acda77f51 d846440ddd36202a358c561f13f8b80165c9b02d d86da3cbf6351d70baacb530d163f3217fa36315 e09f19ed500b5bb8d4c6a6792d2c8fb86a37a954 Package: ros-lyrical-depthimage-to-laserscan Version: 2.5.1-4resolute.20260901.164842 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 999 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-lyrical-image-geometry, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/depthimage_to_laserscan Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthimage-to-laserscan/ros-lyrical-depthimage-to-laserscan_2.5.1-4resolute.20260901.164842_amd64.deb Size: 192800 SHA256: 2d4f6e19b70d1a96d9b3758869c529752855af8a2694522a0f39ca76f04b41c9 SHA1: f49c48d96b269252c6fbb1c01dea474329c92070 MD5sum: ff3a7f4d60a4be6e69bd35e641691412 Description: depthimage_to_laserscan Package: ros-lyrical-depthimage-to-laserscan-dbgsym Package-Type: ddeb Source: ros-lyrical-depthimage-to-laserscan Version: 2.5.1-4resolute.20260901.164842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4547 Depends: ros-lyrical-depthimage-to-laserscan (= 2.5.1-4resolute.20260901.164842) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-depthimage-to-laserscan/ros-lyrical-depthimage-to-laserscan-dbgsym_2.5.1-4resolute.20260901.164842_amd64.deb Size: 3787950 SHA256: 7bbfaca714f7747271d8102c32abd667fd8d5da1ddd864a645858bce0816cd8f SHA1: b469a905e885198c0d6fe56d2ea8a83e53310825 MD5sum: e49fa7a1064d039b251cf621d13821cc Description: debug symbols for ros-lyrical-depthimage-to-laserscan Build-Ids: 1b7076abe39c7ae8eb792a7ff1be9279605508c2 408abd5b59e49986fd9639472023cb34f599febe c30c4139944e26132df6832ee56fbdffbba80b42 Package: ros-lyrical-derived-object-msgs Version: 4.0.0-5resolute.20260901.130436 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1759 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/derived_object_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-derived-object-msgs/ros-lyrical-derived-object-msgs_4.0.0-5resolute.20260901.130436_amd64.deb Size: 140948 SHA256: cfe5533dbb260bc53de1798dc2344d827980f4f9b23570890412c33eb256cde5 SHA1: b20d676c1403a4e49f4ce4454c8948b0caa3041d MD5sum: 3cf96a894bf57b645c6c6d36c6c0a959 Description: Abstracted Messages from Perception Modalities Package: ros-lyrical-derived-object-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-derived-object-msgs Version: 4.0.0-5resolute.20260901.130436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1338 Depends: ros-lyrical-derived-object-msgs (= 4.0.0-5resolute.20260901.130436) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-derived-object-msgs/ros-lyrical-derived-object-msgs-dbgsym_4.0.0-5resolute.20260901.130436_amd64.deb Size: 1019970 SHA256: c7de37517ca9bab7352c7839ca74c6c74f3049a243041e6b30973e8be533c2de SHA1: 2401df39620a766a19d2301c60fe922ca89af211 MD5sum: 07808ca3efc8b9273e420ea339313596 Description: debug symbols for ros-lyrical-derived-object-msgs Build-Ids: 11c30e5d1017898b75ad5df35ffd61db1d9a8de0 184e8e27c7faa8baef7f66097e5599f89c85ca59 3f0c4e226666ca061531f42451ba1031bf424a4c 4fe663475832e86ff38ace293606cf54ab44528f 75f648c4973d3bf061b9f1cb0694818224548e04 83c68cc310fa99c1e3b9bed26508aacc59099d67 92594d651a9939b11a3a78239963954dee25df18 a0d3f877d93c8ed56692f7cb2bcc1b1e2ef3a0cd c0411606676560866b1362f045ab0b91e5272f1b c9c6e2577ec83f4f4133ce801b55074527450df1 eddcaba4e1269e4c510da39cbcbdaa0ed63b5697 Package: ros-lyrical-desktop Version: 0.13.0-3resolute.20260908.162155 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 47 Depends: ros-lyrical-action-tutorials-cpp, ros-lyrical-action-tutorials-py, ros-lyrical-angles, ros-lyrical-composition, ros-lyrical-demo-nodes-cpp, ros-lyrical-demo-nodes-cpp-native, ros-lyrical-demo-nodes-py, ros-lyrical-depthimage-to-laserscan, ros-lyrical-dummy-map-server, ros-lyrical-dummy-robot-bringup, ros-lyrical-dummy-sensors, ros-lyrical-examples-rclcpp-minimal-action-client, ros-lyrical-examples-rclcpp-minimal-action-server, ros-lyrical-examples-rclcpp-minimal-client, ros-lyrical-examples-rclcpp-minimal-composition, ros-lyrical-examples-rclcpp-minimal-publisher, ros-lyrical-examples-rclcpp-minimal-service, ros-lyrical-examples-rclcpp-minimal-subscriber, ros-lyrical-examples-rclcpp-minimal-timer, ros-lyrical-examples-rclcpp-multithreaded-executor, ros-lyrical-examples-rclpy-executors, ros-lyrical-examples-rclpy-minimal-action-client, ros-lyrical-examples-rclpy-minimal-action-server, ros-lyrical-examples-rclpy-minimal-client, ros-lyrical-examples-rclpy-minimal-publisher, ros-lyrical-examples-rclpy-minimal-service, ros-lyrical-examples-rclpy-minimal-subscriber, ros-lyrical-image-tools, ros-lyrical-intra-process-demo, ros-lyrical-joy, ros-lyrical-lifecycle, ros-lyrical-logging-demo, ros-lyrical-pcl-conversions, ros-lyrical-pendulum-control, ros-lyrical-pendulum-msgs, ros-lyrical-quality-of-service-demo-cpp, ros-lyrical-quality-of-service-demo-py, ros-lyrical-ros-base, ros-lyrical-rqt-common-plugins, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz2, ros-lyrical-teleop-twist-joy, ros-lyrical-teleop-twist-keyboard, ros-lyrical-tlsf, ros-lyrical-tlsf-cpp, ros-lyrical-topic-monitor, ros-lyrical-turtlesim, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/desktop/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-desktop/ros-lyrical-desktop_0.13.0-3resolute.20260908.162155_amd64.deb Size: 6728 SHA256: 0289b9caf7e036d1f95de542baba291e71723989f6b31a606a9572aa98b384e6 SHA1: 45d4cb433e214bc3ed7026705c395df397ccf735 MD5sum: f33fee8b6c0eb8577b31d325ae7a0819 Description: A package which extends 'ros_base' and includes high level packages like vizualization tools and demos. Package: ros-lyrical-desktop-full Version: 0.13.0-3resolute.20260908.163647 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 44 Depends: ros-lyrical-desktop, ros-lyrical-perception, ros-lyrical-ros-gz-sim-demos, ros-lyrical-simulation, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/desktop_full/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-desktop-full/ros-lyrical-desktop-full_0.13.0-3resolute.20260908.163647_amd64.deb Size: 5772 SHA256: 22fcde822ab7aa409914f1c5bbb1364d6118f97d9b9949a04f09c3e1aa901fef SHA1: a9f635cda7fee843ab3c3a8ab0f4bde92a19d857 MD5sum: 025221650eef416618f5fd9e8633c963 Description: Provides a 'batteries included' experience to novice users. Package: ros-lyrical-diagnostic-aggregator Version: 4.4.7-1resolute.20260901.193651 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1344 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/diagnostic_aggregator/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-aggregator/ros-lyrical-diagnostic-aggregator_4.4.7-1resolute.20260901.193651_amd64.deb Size: 332290 SHA256: 3820cef604ffab2ae075310347bb85c6060fcafab9c3452c3de290d86916aff0 SHA1: 966fc3375fcb24954f7bedbc61a1527f1fcc8c88 MD5sum: 29b8d67d5703e14d24d90c6f9d3a299c Description: Aggregates diagnostic information from multiple sources. Package: ros-lyrical-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-lyrical-diagnostic-aggregator Version: 4.4.7-1resolute.20260901.193651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 6744 Depends: ros-lyrical-diagnostic-aggregator (= 4.4.7-1resolute.20260901.193651) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-aggregator/ros-lyrical-diagnostic-aggregator-dbgsym_4.4.7-1resolute.20260901.193651_amd64.deb Size: 6042798 SHA256: d0a46800d6b0d394688a10fbe25c2bd661fc3d4dc68d49511b93df86508b6cea SHA1: e873089fc98b9edb8f32f79ddf07a621fd7504eb MD5sum: 6a2a64d52cdf3b0fbc877f5d3b7e790f Description: debug symbols for ros-lyrical-diagnostic-aggregator Build-Ids: 478f5cbecb9794cabe6b9d99188007c508aed94e 52405b674ad56c7db58f0ce0b3132baa7393de85 c10f1d849020d6d5069f239acf0bcabeca6b5270 d973fec8d0d9bf6a9433ab511f910e77819f09b7 Package: ros-lyrical-diagnostic-common-diagnostics Version: 4.4.7-1resolute.20260901.182530 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 125 Depends: lm-sensors, python3-ntplib, python3-psutil, ros-lyrical-diagnostic-updater, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/diagnostic_common_diagnostics/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-common-diagnostics/ros-lyrical-diagnostic-common-diagnostics_4.4.7-1resolute.20260901.182530_amd64.deb Size: 14018 SHA256: ca1057d848472f9b7ed90ba188be0b07f845f0e3c56f46b5ea5360ac96a63eb2 SHA1: df448ebf0faafb775192121e30e386d0df888f3a MD5sum: ad5508f71c74760d5d96f6098d387af5 Description: Common diagnostic functions for e.g. HD or CPU usage. Package: ros-lyrical-diagnostic-msgs Version: 5.9.3-1resolute.20260901.125550 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1641 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/diagnostic_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-msgs/ros-lyrical-diagnostic-msgs_5.9.3-1resolute.20260901.125550_amd64.deb Size: 147262 SHA256: 65507e0ad05cf0a30963ee334cc06749a224abcd375e3283bc66591eca86f68c SHA1: f86ccaf10ea638013d7335823bfd5ae8414f39f3 MD5sum: 63510788f576a4a9532d98c94f257fd4 Description: A package containing some diagnostics related message and service definitions. Package: ros-lyrical-diagnostic-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-diagnostic-msgs Version: 5.9.3-1resolute.20260901.125550 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1500 Depends: ros-lyrical-diagnostic-msgs (= 5.9.3-1resolute.20260901.125550) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-msgs/ros-lyrical-diagnostic-msgs-dbgsym_5.9.3-1resolute.20260901.125550_amd64.deb Size: 1153478 SHA256: 287698ed871dd75abdb3951b3888a92a917d5812953e6db72accf6e5ce97ed1b SHA1: 7acfd5acc0078d7e16f9acd6db9e2fe17298113a MD5sum: 3c94dc9c370654b096b6f8ad8c9e0861 Description: debug symbols for ros-lyrical-diagnostic-msgs Build-Ids: 195e8c71daa3c288b99c0c5607f4715877b7adae 1f23481820e48c12a9e5ed666b629c2047e09878 2d59df12c58c0525a073a846d477578db018550f 2e5695eb6933b64596af04c198851ecd7723eda7 63585353eeaa825a62760ba3d66b6c7526a6731c 683ad7d2f55b8f5f66102df86ef530e68617c410 6dd6605e3f3fd8d0bf1a5ae8bc423edb77ccbff2 869b39d2793b3bf5d64159347f49ba7dfbf42409 895396d290ece3f5f0c5fbdcac3e80983d2dc066 a966ed4b7a2c9db7b940f884fa9107faa20a9ee6 deba88afa4ab0d5b0fe62572e74bb3c934a4b5f6 Package: ros-lyrical-diagnostic-remote-logging Version: 4.4.7-1resolute.20260901.164841 Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 826 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/diagnostic_remote_logging/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-remote-logging/ros-lyrical-diagnostic-remote-logging_4.4.7-1resolute.20260901.164841_amd64.deb Size: 159254 SHA256: 096c838cee39191fcc4ff52e3b4f82bf956fe2be5d5ba3256271d7e10a1d668c SHA1: eecc79eb436f098cc8fd3cb6e5e6a98ff2a77968 MD5sum: b97cd534019dd9713dde0134f9c0715e Description: Tools for remotely logging diagnostics data. Package: ros-lyrical-diagnostic-remote-logging-dbgsym Package-Type: ddeb Source: ros-lyrical-diagnostic-remote-logging Version: 4.4.7-1resolute.20260901.164841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 3781 Depends: ros-lyrical-diagnostic-remote-logging (= 4.4.7-1resolute.20260901.164841) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-remote-logging/ros-lyrical-diagnostic-remote-logging-dbgsym_4.4.7-1resolute.20260901.164841_amd64.deb Size: 3071950 SHA256: 8a219d2f0ff02be4b5eab5d17f3cd389b5beadf2a4c84dee396d84d67504719d SHA1: 5e40dd47885fd9075d3e3ed4843b80e0a3f8fd89 MD5sum: 638d81662efd01dbb3dc3a3fc1fa14b2 Description: debug symbols for ros-lyrical-diagnostic-remote-logging Build-Ids: 104567312364114cb37f30f2c726b657fdb99f55 635b4047ab3a552116fbe8eeb9936de6186dde6e Package: ros-lyrical-diagnostic-updater Version: 4.4.7-1resolute.20260901.180853 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 479 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-diagnostic-msgs, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/diagnostic_updater/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-updater/ros-lyrical-diagnostic-updater_4.4.7-1resolute.20260901.180853_amd64.deb Size: 119072 SHA256: 4166f37435b00aede50bfaa18084c4f4e1010cde09da88afdda6492d1d181168 SHA1: 7dd9cb5b573c1143b1bc6773f96b13725e863ef7 MD5sum: 3613ef69085e9d42ccbce8d171c36058 Description: Update and publish diagnostic information. Package: ros-lyrical-diagnostic-updater-dbgsym Package-Type: ddeb Source: ros-lyrical-diagnostic-updater Version: 4.4.7-1resolute.20260901.180853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1803 Depends: ros-lyrical-diagnostic-updater (= 4.4.7-1resolute.20260901.180853) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostic-updater/ros-lyrical-diagnostic-updater-dbgsym_4.4.7-1resolute.20260901.180853_amd64.deb Size: 1637774 SHA256: 106e13f0ec0a3544ee973ea2eb757c262e412914cb13a74a4c70b8c00a205702 SHA1: 521514bd5f5879823b8ec77195c82b8833ada9f7 MD5sum: a911d0a69f9ce84186e7e5e33a974200 Description: debug symbols for ros-lyrical-diagnostic-updater Build-Ids: 5b2588220578785a1abf1be11c80fddb3d1471aa ac25bf158b7432e14204cd23c04791c88026bfe2 Package: ros-lyrical-diagnostics Version: 4.4.7-1resolute.20260901.194548 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 44 Depends: ros-lyrical-diagnostic-aggregator, ros-lyrical-diagnostic-common-diagnostics, ros-lyrical-diagnostic-remote-logging, ros-lyrical-diagnostic-updater, ros-lyrical-self-test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/diagnostics/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diagnostics/ros-lyrical-diagnostics_4.4.7-1resolute.20260901.194548_amd64.deb Size: 5878 SHA256: 6064a69f407a603808163933303bebb99cb2d091b2ca090609368de569a0eda7 SHA1: 7650e1d78363ec729973fa7bc5f42292c9ed2c25 MD5sum: d8fe67567a5dcc81919d05851a416dd9 Description: Diagnostics tools for monitoring and reporting system status. Package: ros-lyrical-diff-drive-controller Version: 6.9.0-1resolute.20260908.111900 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1059 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-control-toolbox, ros-lyrical-controller-interface, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rcpputils, ros-lyrical-realtime-tools, ros-lyrical-tf2, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diff-drive-controller/ros-lyrical-diff-drive-controller_6.9.0-1resolute.20260908.111900_amd64.deb Size: 246838 SHA256: c222cbd6404d98fbf43f390b6780ca057e1a18fe43431b1369825c4396ac7417 SHA1: 50c493d4cf6e3eebbd18e8112943b2773eadba66 MD5sum: f5fedefa85f2d79e0bcde7e7ffaae7ad Description: Controller for a differential-drive mobile base. Package: ros-lyrical-diff-drive-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-diff-drive-controller Version: 6.9.0-1resolute.20260908.111900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4298 Depends: ros-lyrical-diff-drive-controller (= 6.9.0-1resolute.20260908.111900) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-diff-drive-controller/ros-lyrical-diff-drive-controller-dbgsym_6.9.0-1resolute.20260908.111900_amd64.deb Size: 3688852 SHA256: ea2ca01f6dca6956e279c46e397bcb9e6e830c7cae8d6c5f9712b1af1287af88 SHA1: b9c1fef8feeb41e87f09a6271385cb67da412067 MD5sum: 205ec0ed3e29ec3fc1081594d9486bbc Description: debug symbols for ros-lyrical-diff-drive-controller Build-Ids: 518555ef23600b4a4372c73b8a234f92f201a034 Package: ros-lyrical-domain-coordinator Version: 0.15.8-1resolute.20260728.173643 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 37 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/domain_coordinator/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-domain-coordinator/ros-lyrical-domain-coordinator_0.15.8-1resolute.20260728.173643_amd64.deb Size: 5900 SHA256: fe8377c4f29cb350ae7251b9a514be674f7f68de6998afd34ce30f6e06549b59 SHA1: a1604810c017eca957e1362dc9d6178f0bfd2b60 MD5sum: 7e16d86965cbcc638f0f83df5713f33f Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-lyrical-draco-point-cloud-transport Version: 6.2.0-1resolute.20260901.183318 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 728 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libdraco9 (>= 1.5.7+dfsg), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libdraco-dev, ros-lyrical-pluginlib, ros-lyrical-point-cloud-interfaces, ros-lyrical-point-cloud-transport, ros-lyrical-rclcpp, ros-lyrical-rcpputils, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-draco-point-cloud-transport/ros-lyrical-draco-point-cloud-transport_6.2.0-1resolute.20260901.183318_amd64.deb Size: 168186 SHA256: 0259cb81596a7004574e40910370806ab5be983b2ac71864e1ffc2705ebcc406 SHA1: f382683d32c3f24ec7c94b56e6d34fe44777cb94 MD5sum: d012e71f11bc4776fc03e99399367c9f Description: draco_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with KD tree compression. Package: ros-lyrical-draco-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-draco-point-cloud-transport Version: 6.2.0-1resolute.20260901.183318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 4116 Depends: ros-lyrical-draco-point-cloud-transport (= 6.2.0-1resolute.20260901.183318) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-draco-point-cloud-transport/ros-lyrical-draco-point-cloud-transport-dbgsym_6.2.0-1resolute.20260901.183318_amd64.deb Size: 3587824 SHA256: 3ad2541df6c93998365e0df071b3f3838132afe4fad630a102294c3bb2d10fbd SHA1: effda9aa7936396aee5f0453a5de39326e403192 MD5sum: 89f06cf4a2a8aa533e01a07b40b7a0d4 Description: debug symbols for ros-lyrical-draco-point-cloud-transport Build-Ids: 6acfba52bfc1f44a7480793de4c646353e74bf07 Package: ros-lyrical-ds-dbw Version: 2.4.0-1resolute.20260901.191645 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 44 Depends: ros-lyrical-ds-dbw-can, ros-lyrical-ds-dbw-joystick-demo, ros-lyrical-ds-dbw-msgs, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ds-dbw/ros-lyrical-ds-dbw_2.4.0-1resolute.20260901.191645_amd64.deb Size: 6232 SHA256: 6dc287850b7b6d8b6b4aab4c310495920c51bc81e73cdf3533c1bb4ae47ba024 SHA1: e435f9d68b4d1db14438327d797e0f7abd28707f MD5sum: d519fe1f12765d5dee3475d25ee54f69 Description: Interface to the Dataspeed Inc. Drive-By-Wire kits Package: ros-lyrical-ds-dbw-can Version: 2.4.0-1resolute.20260901.172323 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 6445 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-can-msgs, ros-lyrical-dataspeed-can-usb, ros-lyrical-ds-dbw-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ds-dbw-can/ros-lyrical-ds-dbw-can_2.4.0-1resolute.20260901.172323_amd64.deb Size: 852050 SHA256: 393637985ef89d774257dd14d6022efadb19ec123bc556ee00ea5ac006aecd87 SHA1: e076ad801cc8986e40a2b77e37ff43182874c890 MD5sum: b979542475a7c697785f6539f654e12b Description: Interface to the Dataspeed Inc. Drive-By-Wire kit Package: ros-lyrical-ds-dbw-can-dbgsym Package-Type: ddeb Source: ros-lyrical-ds-dbw-can Version: 2.4.0-1resolute.20260901.172323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 26806 Depends: ros-lyrical-ds-dbw-can (= 2.4.0-1resolute.20260901.172323) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ds-dbw-can/ros-lyrical-ds-dbw-can-dbgsym_2.4.0-1resolute.20260901.172323_amd64.deb Size: 20746074 SHA256: 8d2917562291d7729e47650ba792851c64167c8c99933e6c0509362181faa9a0 SHA1: f0c6b0925b0d63aba20d74978abe21dd4aedf851 MD5sum: 40e4c7744d1534f84ddd5face9e2d454 Description: debug symbols for ros-lyrical-ds-dbw-can Build-Ids: 1d2d6e68a6081074fce378158ea79659a3bc3eed d98eecad72a33d69a68cfc7958f386aee92ff74e Package: ros-lyrical-ds-dbw-joystick-demo Version: 2.4.0-1resolute.20260901.173544 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 1409 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ds-dbw-can, ros-lyrical-ds-dbw-msgs, ros-lyrical-joy, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ds-dbw-joystick-demo/ros-lyrical-ds-dbw-joystick-demo_2.4.0-1resolute.20260901.173544_amd64.deb Size: 234454 SHA256: 6b055d28c65aebcc8f77ee1701af668a48e77daafecf2529de2793a8ac83e50f SHA1: caa3ee20d0d7b7aeb036a7de89d39935b073fe90 MD5sum: ff07584514e65be79317f579fbe11407 Description: Demonstration of drive-by-wire with joystick Package: ros-lyrical-ds-dbw-joystick-demo-dbgsym Package-Type: ddeb Source: ros-lyrical-ds-dbw-joystick-demo Version: 2.4.0-1resolute.20260901.173544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 6537 Depends: ros-lyrical-ds-dbw-joystick-demo (= 2.4.0-1resolute.20260901.173544) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ds-dbw-joystick-demo/ros-lyrical-ds-dbw-joystick-demo-dbgsym_2.4.0-1resolute.20260901.173544_amd64.deb Size: 5259914 SHA256: 142328db542919aa4344154b1d7a46f5f4e398fd89d8813117619e402a5e88c5 SHA1: e284ebb7188f0aef9d5956ae4be74b0814c5ea7c MD5sum: f9316afcc949535cae69013017d61093 Description: debug symbols for ros-lyrical-ds-dbw-joystick-demo Build-Ids: 68f37140ff493ee49f23922cc8243a46d2b9e798 764807dc4c87d43ddd4ceaf99eb4c3a476ee3283 Package: ros-lyrical-ds-dbw-msgs Version: 2.4.0-1resolute.20260901.121347 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 13737 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ds-dbw-msgs/ros-lyrical-ds-dbw-msgs_2.4.0-1resolute.20260901.121347_amd64.deb Size: 753668 SHA256: d09bea607a2c83f00afdb39013689aea3a53a80314709ac079cf66ed2310e42e SHA1: 5944c36d985caa436161ad529cb9564e7b41c397 MD5sum: d3c21f2269c3093481d6ad2818610576 Description: Drive-by-wire messages Package: ros-lyrical-ds-dbw-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ds-dbw-msgs Version: 2.4.0-1resolute.20260901.121347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 8128 Depends: ros-lyrical-ds-dbw-msgs (= 2.4.0-1resolute.20260901.121347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ds-dbw-msgs/ros-lyrical-ds-dbw-msgs-dbgsym_2.4.0-1resolute.20260901.121347_amd64.deb Size: 6141364 SHA256: 616e86c047aa2d199c83f096ea7df6e41d87fe71f009d47cc355331de3fa6563 SHA1: 23c9afe7ad7f43f381c80838718460ae6a192764 MD5sum: c3e77afc2ae4bdc9e4cfd232b29020ae Description: debug symbols for ros-lyrical-ds-dbw-msgs Build-Ids: 23187dc1a1dd968df4dae5eda4e6beca2306f068 2e6cd8d4e1dd00b407a743e7c747859306a6e476 4588ac8a1346f1784b4515c71976832bcd25ab2d 4a431df56f7b6bbf8e34b766121f746d3d63ead7 63b5d36573750116318ba394c9330f33d3f1567d a1595f8e508a4c4a6f1eaffc77e6da6a535a4c83 a557e6cd9823a13dfae92576b5cee50f0ec28c62 b2b056852339dca48f8da54af1c516aa225a7604 bdd13bc99fb395e0882fde9b1fa828eb961387dd e4f152b1486dc10c0d4bdf765b7347db296c2ce7 e83817a81e99aa69ca540ee232d9f29b6d238ef2 Package: ros-lyrical-dual-arm-panda-moveit-config Version: 3.2.0-1resolute.20260908.121927 Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 125 Depends: ros-lyrical-joint-state-publisher, ros-lyrical-joint-state-publisher-gui, ros-lyrical-moveit-resources-panda-description, ros-lyrical-robot-state-publisher, ros-lyrical-topic-tools, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dual-arm-panda-moveit-config/ros-lyrical-dual-arm-panda-moveit-config_3.2.0-1resolute.20260908.121927_amd64.deb Size: 16018 SHA256: a166c4eb56c75524d7ea940a625f6985a862d997445995e68dc5729e782147a2 SHA1: ef8800a801a9055d2449648114054421f27c862d MD5sum: 5f9c98fca69898fe71b6c49d1a42f500 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-lyrical-dummy-map-server Version: 0.37.9-1resolute.20260901.152722 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 174 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dummy_map_server/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dummy-map-server/ros-lyrical-dummy-map-server_0.37.9-1resolute.20260901.152722_amd64.deb Size: 49410 SHA256: 173cea4ee1be90b4cb269f406b1608b8746cc3f8c4dee75f34c06ce24669e4e9 SHA1: 3674320e58af8f08ecd851f4ae4d7ef3400c727b MD5sum: 6645d0d5650d5b9c5018a78c7cb09966 Description: dummy map server node Package: ros-lyrical-dummy-map-server-dbgsym Package-Type: ddeb Source: ros-lyrical-dummy-map-server Version: 0.37.9-1resolute.20260901.152722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 821 Depends: ros-lyrical-dummy-map-server (= 0.37.9-1resolute.20260901.152722) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dummy-map-server/ros-lyrical-dummy-map-server-dbgsym_0.37.9-1resolute.20260901.152722_amd64.deb Size: 748018 SHA256: 0310540b68dec670c13b6650c684d4d6247a9e76bc5fa2d7cc1d85380428224f SHA1: af3ed750f83b6debf560ccea36f609c318283146 MD5sum: 735b720648c33c3a7219d3db113e81be Description: debug symbols for ros-lyrical-dummy-map-server Build-Ids: 4df021c0da45dfba470f58ebedc696c38135f356 Package: ros-lyrical-dummy-robot-bringup Version: 0.37.9-1resolute.20260908.161916 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 68 Depends: ros-lyrical-ament-index-python, ros-lyrical-dummy-map-server, ros-lyrical-dummy-sensors, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-robot-state-publisher, ros-lyrical-rviz2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dummy_robot_bringup/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dummy-robot-bringup/ros-lyrical-dummy-robot-bringup_0.37.9-1resolute.20260908.161916_amd64.deb Size: 11160 SHA256: cfa555a18abfb4b4ab712dfa4b341f3a45a991a0471da5ddc7ce884dbc7c3951 SHA1: 8ba8d29d773b260b579c4bbe62a0885a7af328f1 MD5sum: 2bfc0f111582f18da3d6cede00490dfb Description: dummy robot bringup Package: ros-lyrical-dummy-sensors Version: 0.37.9-1resolute.20260901.152410 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 301 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dummy_sensors/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dummy-sensors/ros-lyrical-dummy-sensors_0.37.9-1resolute.20260901.152410_amd64.deb Size: 68906 SHA256: 804025625168678ea32f6c50c3426fe7f8a97173fe597a69cb37bd768b33c325 SHA1: 003484f9322e0c2bba45d4552e3687315ac56658 MD5sum: 621b25e6815606c59ee6715064b48a4c Description: dummy sensor nodes Package: ros-lyrical-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-lyrical-dummy-sensors Version: 0.37.9-1resolute.20260901.152410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1616 Depends: ros-lyrical-dummy-sensors (= 0.37.9-1resolute.20260901.152410) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dummy-sensors/ros-lyrical-dummy-sensors-dbgsym_0.37.9-1resolute.20260901.152410_amd64.deb Size: 1467496 SHA256: 5766c2355f7e3fa3f0f81f7baefd6dfb1d1da23f4829588e718c1536e2c5c80d SHA1: 2dc1611f4904b9678247c03332ee44aa649bebe5 MD5sum: fecd2cc145c7572195cfaef0eb5eae05 Description: debug symbols for ros-lyrical-dummy-sensors Build-Ids: 99bab6a614652962e3c4287ae2d674e9062f1032 9ee82675d0f69db0379db0cd3b9d7d8caefe4bf0 Package: ros-lyrical-dwb-core Version: 1.5.1-1resolute.20260901.220937 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 698 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-builtin-interfaces, ros-lyrical-dwb-msgs, ros-lyrical-geometry-msgs, ros-lyrical-nav-2d-msgs, ros-lyrical-nav-2d-utils, ros-lyrical-nav-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dwb_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-core/ros-lyrical-dwb-core_1.5.1-1resolute.20260901.220937_amd64.deb Size: 183518 SHA256: 6f53539af58a346cf74b1a2833afe4f018d3848ed5af6a0696cf67dcb45229d1 SHA1: a234d83722f8b2b45ff5b18d4f16fcaa50bff3f0 MD5sum: 20cff602d22cb698fd1cbc2c311b6531 Description: DWB core interfaces package Package: ros-lyrical-dwb-core-dbgsym Package-Type: ddeb Source: ros-lyrical-dwb-core Version: 1.5.1-1resolute.20260901.220937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 3268 Depends: ros-lyrical-dwb-core (= 1.5.1-1resolute.20260901.220937) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-core/ros-lyrical-dwb-core-dbgsym_1.5.1-1resolute.20260901.220937_amd64.deb Size: 2948296 SHA256: 4be0f4fd88dfada96521843ddc70cac097d65c87014e3ce0b0863d9f2de39985 SHA1: 38137014a77f7125c4b307f0c7c101fa2b7a0dde MD5sum: 95bfceb5d17de34510a61f7db835aa8b Description: debug symbols for ros-lyrical-dwb-core Build-Ids: 4e8869d6b9454e92f7da4f2df0ca0b13185e06c6 Package: ros-lyrical-dwb-critics Version: 1.5.1-1resolute.20260901.221508 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 300 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-costmap-queue, ros-lyrical-dwb-core, ros-lyrical-dwb-msgs, ros-lyrical-geometry-msgs, ros-lyrical-nav-2d-msgs, ros-lyrical-nav-2d-utils, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dwb_critics/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-critics/ros-lyrical-dwb-critics_1.5.1-1resolute.20260901.221508_amd64.deb Size: 67862 SHA256: 3b715b8d03b7e71cf83f5b31afb5f8329347a1d42391c94f24eeec361e19a3bc SHA1: 89b3d3cbd60a75d4aea78a05a16feebdaf159c24 MD5sum: 2dc3eaddb15429437e342648a659877b Description: The dwb_critics package Package: ros-lyrical-dwb-critics-dbgsym Package-Type: ddeb Source: ros-lyrical-dwb-critics Version: 1.5.1-1resolute.20260901.221508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 3076 Depends: ros-lyrical-dwb-critics (= 1.5.1-1resolute.20260901.221508) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-critics/ros-lyrical-dwb-critics-dbgsym_1.5.1-1resolute.20260901.221508_amd64.deb Size: 3001416 SHA256: c6b19c70d51ce5650c54fca054a1092f2e6fd11d70618b4bdbb9247a77fec516 SHA1: ebaadaefb54baba65e3665a1e2e4a1190d304841 MD5sum: 6a841eb6049754f0f4b6368505302faa Description: debug symbols for ros-lyrical-dwb-critics Build-Ids: d84d5f407c0b151e5df4525d6c00b54ea49e942d Package: ros-lyrical-dwb-msgs Version: 1.5.1-1resolute.20260901.134425 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 3268 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-backward-ros, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-nav-2d-msgs, ros-lyrical-nav-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dwb_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-msgs/ros-lyrical-dwb-msgs_1.5.1-1resolute.20260901.134425_amd64.deb Size: 243236 SHA256: 54357367d49438295bd4287d43d7e75330cf5bddbe07579bd49a37503c475146 SHA1: bc356a08c1564f04f5602ba60cbc7943b9af32b5 MD5sum: 031fdfbcd42166fd42aadc19d7eeac55 Description: Message/Service definitions specifically for the dwb_core Package: ros-lyrical-dwb-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-dwb-msgs Version: 1.5.1-1resolute.20260901.134425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 2999 Depends: ros-lyrical-dwb-msgs (= 1.5.1-1resolute.20260901.134425) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-msgs/ros-lyrical-dwb-msgs-dbgsym_1.5.1-1resolute.20260901.134425_amd64.deb Size: 2384090 SHA256: 75b85533911406f0019fe608e803aeadeac642df8f5be67b3a7d4ae9e0ec2fda SHA1: 4942dc959e57b5ef883f3f9551ba23b89d554135 MD5sum: dd2874fb0bcd1120a1d39baf4ab40103 Description: debug symbols for ros-lyrical-dwb-msgs Build-Ids: 216a305a6b51bfc528cd5b1b30f236bac870fda2 2c61a0d0edf27e85537005a6fea4f12ff1bff2a5 343b45c9ddf231965ca7f92f4ad8fb66ad4b4fff 374536753f179fc1fce711f8d2eaca61dd6e4829 39c0960ee984bf13990aecf08afc443e90740ce4 7005699ddf5ee1182cd1be3450982cb37453830a b5da0fc09d7ac2dabddd1d141d1a47648b0810a0 d79c4a32844443d7e584dfa02072517365545272 d87631a1e3107e8b021288bc3fe96891a338088c ea671ae8ef40c4653cd028105d495b83809b9393 f5512a83fb08ccc5b8a3e0ad2f7a6dca8dfba444 Package: ros-lyrical-dwb-plugins Version: 1.5.1-1resolute.20260901.221450 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 233 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-dwb-core, ros-lyrical-dwb-msgs, ros-lyrical-geometry-msgs, ros-lyrical-nav-2d-msgs, ros-lyrical-nav-2d-utils, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dwb_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-plugins/ros-lyrical-dwb-plugins_1.5.1-1resolute.20260901.221450_amd64.deb Size: 57716 SHA256: 5ef36ce6a2ed25023630fe918204a793d13c91ce1338cafe32c6771560b31146 SHA1: e5077fe4d87f81826c909062ae7413efdce41103 MD5sum: e7a2b41140b2e518b0a12ea7bbec85bc Description: Standard implementations of the GoalChecker and TrajectoryGenerators for dwb_core Package: ros-lyrical-dwb-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-dwb-plugins Version: 1.5.1-1resolute.20260901.221450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 1404 Depends: ros-lyrical-dwb-plugins (= 1.5.1-1resolute.20260901.221450) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dwb-plugins/ros-lyrical-dwb-plugins-dbgsym_1.5.1-1resolute.20260901.221450_amd64.deb Size: 1346824 SHA256: aa3a076cd6b1cd516ab621c805f99c1b4bae4b2c13b14d24fb4d5454dc2506e8 SHA1: 514f4455ad357cbeb4c5f72dd772d8591711c0e6 MD5sum: 3e8562840abf0133a6c545915e1a1538 Description: debug symbols for ros-lyrical-dwb-plugins Build-Ids: 9008870f5807a95bbd516c159fb8102489beb7c6 Package: ros-lyrical-dynamixel-hardware Version: 0.6.1-2resolute.20260908.112043 Architecture: amd64 Maintainer: "Yutaka Kondo" Installed-Size: 188 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-dynamixel-workbench-toolbox, ros-lyrical-hardware-interface, ros-lyrical-lifecycle-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dynamixel_hardware/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-hardware/ros-lyrical-dynamixel-hardware_0.6.1-2resolute.20260908.112043_amd64.deb Size: 46518 SHA256: 910f9701aeca191bac2e6793ec73abbcc965fe236b482315fe99a3d0acb672b8 SHA1: e2f3ee40cf9b7652725702332b869fbf8150a910 MD5sum: e093295f66257868d80c32c6abdf4b7f Description: ros2_control hardware for ROBOTIS Dynamixel Package: ros-lyrical-dynamixel-hardware-dbgsym Package-Type: ddeb Source: ros-lyrical-dynamixel-hardware Version: 0.6.1-2resolute.20260908.112043 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yutaka Kondo" Installed-Size: 771 Depends: ros-lyrical-dynamixel-hardware (= 0.6.1-2resolute.20260908.112043) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-hardware/ros-lyrical-dynamixel-hardware-dbgsym_0.6.1-2resolute.20260908.112043_amd64.deb Size: 728500 SHA256: 8c1a7b5eb2ac716e9a4ace9b9c907dced757759df014b0a163087682f4b539a9 SHA1: f0c4254c2eaf360741c1b820329f2064bb253e24 MD5sum: 524139c879fe5fd6b283422b29d439c1 Description: debug symbols for ros-lyrical-dynamixel-hardware Build-Ids: 3dfb7f8f3dec36df236a6308e3d41d5e8f0cccb5 Package: ros-lyrical-dynamixel-hardware-interface Version: 1.5.1-3resolute.20260908.111722 Architecture: amd64 Maintainer: Pyo Installed-Size: 1321 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-dynamixel-interfaces, ros-lyrical-dynamixel-sdk, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-realtime-tools, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dynamixel_hardware_interface/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-hardware-interface/ros-lyrical-dynamixel-hardware-interface_1.5.1-3resolute.20260908.111722_amd64.deb Size: 290722 SHA256: 56bb8de5f085be46d4a8d760b20637a851726fcc611b4bbee3ff4d2754f5544b SHA1: 7b1efafe0c003cb2f1c57bd2d3d4479c63732df2 MD5sum: 8dad3b1fafe18fcada46a46a2129baa8 Description: ROS 2 package providing a hardware interface for controlling Dynamixel motors via the ROS 2 control framework. Package: ros-lyrical-dynamixel-hardware-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-dynamixel-hardware-interface Version: 1.5.1-3resolute.20260908.111722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3991 Depends: ros-lyrical-dynamixel-hardware-interface (= 1.5.1-3resolute.20260908.111722) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-hardware-interface/ros-lyrical-dynamixel-hardware-interface-dbgsym_1.5.1-3resolute.20260908.111722_amd64.deb Size: 3658140 SHA256: e129f7528399579bc81ce2cedd4e24113e1c3b67eeb9c0f5a405f8ff11417b52 SHA1: cfd7180aca9bae14c725890f2fc395b0bbf8bd06 MD5sum: 8f4b330dbd02e00ef12cc232c51ce622 Description: debug symbols for ros-lyrical-dynamixel-hardware-interface Build-Ids: fd69f359e747df7f083a49e385f8fa03ce90a565 Package: ros-lyrical-dynamixel-interfaces Version: 1.0.1-3resolute.20260901.125310 Architecture: amd64 Maintainer: Pyo Installed-Size: 1857 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/dynamixel_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-interfaces/ros-lyrical-dynamixel-interfaces_1.0.1-3resolute.20260901.125310_amd64.deb Size: 145284 SHA256: 9487a6a6f48263dd0c78ef3a21da15eacb80c544453beab77511b755f09fa64c SHA1: 4f4cdc7b67c8d31b6be6484d5115793a28eab143 MD5sum: 1180b0ddbac6be2301cbb6b981d56542 Description: dynamixel_interfaces contains base messages and service useful for controlling Dynamixel. Package: ros-lyrical-dynamixel-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-dynamixel-interfaces Version: 1.0.1-3resolute.20260901.125310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1427 Depends: ros-lyrical-dynamixel-interfaces (= 1.0.1-3resolute.20260901.125310) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-interfaces/ros-lyrical-dynamixel-interfaces-dbgsym_1.0.1-3resolute.20260901.125310_amd64.deb Size: 1041900 SHA256: e5aa9cefbc86eebdb29d2718294d605daaf53dbc68d95de5b748406f52157c8b SHA1: a0375ff63f07fc39b7f941325217d4c2c3743a11 MD5sum: b85e4c4f82e0aa06b403ef99e03f3f52 Description: debug symbols for ros-lyrical-dynamixel-interfaces Build-Ids: 0bd934a2fd2b0c5c562ad89cb46fa79c7b558e45 307eadb0502a7802e039d7ee40fb488829bf67bd 38a5a9f407e822727075a5427d2fa4a8f1608fe9 3d31f82c1c7a5e9c6128a3d645d2dc8eff1ecfcf 442161485588e13ae3458165c0a5d74b0dc746d7 5286028e6d368851ac720b4b2c569f0e543d5d26 5e17206d02f0483846d8dd2325ea165cdb977023 7caef1418390af68b5ebace4e89b09afcc0aec1c 869384bd7c3d57752558d0f676a3652f0361ea9c 97b5f8a100c68520f429c80a2e2fa57f93bc6563 b61cddc4f13dbf5762f598053c4999409cf063fe Package: ros-lyrical-dynamixel-sdk Version: 4.0.3-3resolute.20260728.204801 Architecture: amd64 Maintainer: Pyo Installed-Size: 898 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-sdk/ros-lyrical-dynamixel-sdk_4.0.3-3resolute.20260728.204801_amd64.deb Size: 113202 SHA256: fe05aa950f5280a82fda7ab96d0cc6d7c8aa1c8fbe8267ba1b44fae2d62f5aa1 SHA1: 6fb36a93c5fa9e9d33760fda5299ed8fa2be5c9d MD5sum: ec08bf2e21ee1de8c8f24cfadf07346e Description: This package is wrapping version of ROBOTIS Dynamixel SDK for ROS 2. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms. Package: ros-lyrical-dynamixel-sdk-custom-interfaces Version: 4.0.3-3resolute.20260901.103427 Architecture: amd64 Maintainer: Pyo Installed-Size: 875 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-sdk-custom-interfaces/ros-lyrical-dynamixel-sdk-custom-interfaces_4.0.3-3resolute.20260901.103427_amd64.deb Size: 74862 SHA256: 681a7cb18f4dfbb6e166bd3a01b86c2b49a1b80a7948f6165dd05f417cc21715 SHA1: 68f7c030df698d7b1785455fb86a8a65bdb2452c MD5sum: d767faf6c72ff2d3b1644556f32c9bca Description: ROS 2 custom interface examples using ROBOTIS DYNAMIXEL SDK Package: ros-lyrical-dynamixel-sdk-custom-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-dynamixel-sdk-custom-interfaces Version: 4.0.3-3resolute.20260901.103427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 614 Depends: ros-lyrical-dynamixel-sdk-custom-interfaces (= 4.0.3-3resolute.20260901.103427) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-sdk-custom-interfaces/ros-lyrical-dynamixel-sdk-custom-interfaces-dbgsym_4.0.3-3resolute.20260901.103427_amd64.deb Size: 394610 SHA256: 90de282106651667f6e25305a6e1c12920b7e39bad2254241aaa7d57bf5e15b4 SHA1: 8a7fa720150d45eb2c7f30b54c35493c85c479c7 MD5sum: d8984662ff1da5766dc09a370c13b815 Description: debug symbols for ros-lyrical-dynamixel-sdk-custom-interfaces Build-Ids: 1f6cccae14ed61a5c8d2cfce0b1e7e2c0025b98b 2f90919597fea5db3f8b3c670f4baa3268e7effd 36ea0f38d01ce96903d2b540bb4b15362439dec1 59cfae564408357e7bb8ae22d78583c5c8aa6771 869f2e62c4c5f996b07ab3009372d8ed4f1d837e 95804b89455febe2b36443c54ef0c5a6e19902f2 b06acdc1edeb8bb6d536c4e819f28ca90e255c87 d77b2940c2ea7104bf8210b7e37cc4af19350806 ecb0b92b16ef8775fae568c885de9173d040fc88 f6e5f8076e57e0ea61f47369027ebe27c467fe69 fdfe23fb3bf2b36eef9f2b6a474d11569305a886 Package: ros-lyrical-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-lyrical-dynamixel-sdk Version: 4.0.3-3resolute.20260728.204801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 879 Depends: ros-lyrical-dynamixel-sdk (= 4.0.3-3resolute.20260728.204801) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-sdk/ros-lyrical-dynamixel-sdk-dbgsym_4.0.3-3resolute.20260728.204801_amd64.deb Size: 797594 SHA256: e15da1265677b189ad1dff70e38429c024a87dcf162d1a9851db3cc9d08a7951 SHA1: e7319dfe45dc44110b30e455b66b21a5404dfbd9 MD5sum: 9fa78ee835c488c805a18132439b74cb Description: debug symbols for ros-lyrical-dynamixel-sdk Build-Ids: 65405c7ff61f916a10477363c7c3481acb5f5fee Package: ros-lyrical-dynamixel-sdk-examples Version: 4.0.3-3resolute.20260901.174007 Architecture: amd64 Maintainer: Pyo Installed-Size: 524 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-dynamixel-sdk, ros-lyrical-dynamixel-sdk-custom-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-sdk-examples/ros-lyrical-dynamixel-sdk-examples_4.0.3-3resolute.20260901.174007_amd64.deb Size: 116292 SHA256: bec439ed529d16f1995a65275c5094a51e033a4ded4504d4e13020eaf2118812 SHA1: d3cf305bf3a9d8c99a7e60a7f40ada4dd34439b6 MD5sum: 1f25197eefd51b392115d48d47d5c925 Description: ROS 2 examples using ROBOTIS DYNAMIXEL SDK Package: ros-lyrical-dynamixel-sdk-examples-dbgsym Package-Type: ddeb Source: ros-lyrical-dynamixel-sdk-examples Version: 4.0.3-3resolute.20260901.174007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2400 Depends: ros-lyrical-dynamixel-sdk-examples (= 4.0.3-3resolute.20260901.174007) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-sdk-examples/ros-lyrical-dynamixel-sdk-examples-dbgsym_4.0.3-3resolute.20260901.174007_amd64.deb Size: 1984468 SHA256: 565358628671ee338567b39c078b31d5a09680f4bb96816036a70bde4d740159 SHA1: ca1b50e3de0a8dd65f1fcd68e7d136de3783e473 MD5sum: a6a99e0f92abdf2a8a8971471c47cf82 Description: debug symbols for ros-lyrical-dynamixel-sdk-examples Build-Ids: af4063a47f7dcef25078fbf16da0f7a38cdc3678 Package: ros-lyrical-dynamixel-workbench Version: 2.2.5-3resolute.20260728.205603 Architecture: amd64 Maintainer: Pyo Installed-Size: 45 Depends: ros-lyrical-dynamixel-workbench-toolbox, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-workbench/ros-lyrical-dynamixel-workbench_2.2.5-3resolute.20260728.205603_amd64.deb Size: 6158 SHA256: a3bb82baefd695686e61b6e144a4aa53be9be657af86202e0d155eddfc5d82de SHA1: 1585dffcda5f65eccc428a4bcdaea5729c549413 MD5sum: 78fa182184e4d88afafa323581b79ecd Description: Dynamixel-Workbench is dynamixel solution for ROS. This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel. Furthermore, it supports various controllers based on operating mode and Dynamixel SDK. These controllers are commanded by operators. Package: ros-lyrical-dynamixel-workbench-msgs Version: 2.1.0-3resolute.20260901.115437 Architecture: amd64 Maintainer: Pyo Installed-Size: 6751 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-workbench-msgs/ros-lyrical-dynamixel-workbench-msgs_2.1.0-3resolute.20260901.115437_amd64.deb Size: 310240 SHA256: 7f171ed1f8b138d3e23ef2b2e3fbb07ffdbbe1b17aab553f4edcb331f4b4e910 SHA1: d0dcb11400d5d770cdde3167f85ea6f068f7cad8 MD5sum: ab2cddcc621d0b313efd8842d95c668a Description: This package includes ROS messages and services for dynamixel_workbench packages Package: ros-lyrical-dynamixel-workbench-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-dynamixel-workbench-msgs Version: 2.1.0-3resolute.20260901.115437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3214 Depends: ros-lyrical-dynamixel-workbench-msgs (= 2.1.0-3resolute.20260901.115437) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-workbench-msgs/ros-lyrical-dynamixel-workbench-msgs-dbgsym_2.1.0-3resolute.20260901.115437_amd64.deb Size: 2463410 SHA256: 7eab702fbc417077cb9f089386ad10655274a3ed901cefc32a779646a45d1ab7 SHA1: b97a548521ded740245113873bbe5850190fe16d MD5sum: 09909fa9d447462159a71d669fc41cb1 Description: debug symbols for ros-lyrical-dynamixel-workbench-msgs Build-Ids: 04cb583615a1ea8bbc03fba94c1d8fd5bcae2426 0b7d4f179ce8ab2973fe715e93fff424747173d4 11181f2f588178e5b51578214b794b04acca20d6 34d1894a3f17ffb0916fc60f94eb2ca6d807cc1d 5fe13348895ff268bfcba27d2a0ec1adbbb8d53a 738848efa6621400835c3d94bb055f6da16c705a 9dbd55e350885eefe24cc3b61021492bcf672699 b1bedc36769b653af0a4937b5ef849acf4f1c46c bc38dc5165949354dd1a4289521f256b3aa5c86c c6bb38cbf30ed271da55d2f8bbb5d6a262c3704f c824978efdb2b213db6a5a4924f7d507633efcb8 Package: ros-lyrical-dynamixel-workbench-toolbox Version: 2.2.5-3resolute.20260728.205154 Architecture: amd64 Maintainer: Pyo Installed-Size: 200 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-lyrical-dynamixel-sdk, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench_toolbox Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-workbench-toolbox/ros-lyrical-dynamixel-workbench-toolbox_2.2.5-3resolute.20260728.205154_amd64.deb Size: 39318 SHA256: d1857888a0e89d307a8b55e721d21fcf57149818c0860aa7b80426b0a4e6439c SHA1: 8d13094c507031223cf1ecfe600ead3d10a744e4 MD5sum: 089fcd7c55e0acfb4ce02ab9af22b1a0 Description: This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class. The 'dynamixel_item' is saved as control table item and information of DYNAMIXEL. The 'dynamixel_tool' class loads its by model number of DYNAMIXEL. The 'dynamixel_driver' class includes wraped function used in DYNAMIXEL SDK. The 'dynamixel_workbench' class make simple to use DYNAMIXEL. Package: ros-lyrical-dynamixel-workbench-toolbox-dbgsym Package-Type: ddeb Source: ros-lyrical-dynamixel-workbench-toolbox Version: 2.2.5-3resolute.20260728.205154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 150 Depends: ros-lyrical-dynamixel-workbench-toolbox (= 2.2.5-3resolute.20260728.205154) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-dynamixel-workbench-toolbox/ros-lyrical-dynamixel-workbench-toolbox-dbgsym_2.2.5-3resolute.20260728.205154_amd64.deb Size: 96014 SHA256: af17d3082fd1cc0fa9c34b6057feb29e2284a471258dd1863778199cdc6d4b49 SHA1: 1506f65852aa74d83f2efe5b0a2f10d9a510734f MD5sum: 7a218b86bef183b8bd43991d514d0045 Description: debug symbols for ros-lyrical-dynamixel-workbench-toolbox Build-Ids: 33400182267805877107325c978230aa192d0749 Package: ros-lyrical-easynav Version: 0.4.2-2resolute.20260902.040059 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 49 Depends: ros-lyrical-easynav-common, ros-lyrical-easynav-controller, ros-lyrical-easynav-core, ros-lyrical-easynav-interfaces, ros-lyrical-easynav-localizer, ros-lyrical-easynav-maps-manager, ros-lyrical-easynav-planner, ros-lyrical-easynav-sensors, ros-lyrical-easynav-support-py, ros-lyrical-easynav-system, ros-lyrical-easynav-tools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav/ros-lyrical-easynav_0.4.2-2resolute.20260902.040059_amd64.deb Size: 6864 SHA256: 8d1c0f5cad307f84ce3968117d2e7e9c3de25098bb79c278cff747dfd2f3005c SHA1: 0b7b60cbd006cfb8482a737c693dc5999df6341a MD5sum: 3b151755b1a96d4d5cfc94a3dd761ebe Description: Easy Navigation:Mata package for installing all EasyNav. Package: ros-lyrical-easynav-bonxai-maps-manager Version: 0.4.2-2resolute.20260902.031751 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1174 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libgraphicsmagick++-q16-12t64 (>= 1.3.26-5~), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-io1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libgraphicsmagick++1-dev, ros-lyrical-ament-index-cpp, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-nav-msgs, ros-lyrical-pcl-conversions, ros-lyrical-pcl-ros, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-yaets, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_bonxai_maps_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-bonxai-maps-manager/ros-lyrical-easynav-bonxai-maps-manager_0.4.2-2resolute.20260902.031751_amd64.deb Size: 272200 SHA256: 52d52b0dd9b7760a84d45717ca2e613e013e623f659ca04865b98454ce973597 SHA1: 6faf2273e6aa1170af3d950ff736bc53a399f7d3 MD5sum: 4fe0fb54042b9a169955b92f973358d9 Description: Easy Navigation: Simple MapsManager package. Package: ros-lyrical-easynav-bonxai-maps-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-bonxai-maps-manager Version: 0.4.2-2resolute.20260902.031751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 6351 Depends: ros-lyrical-easynav-bonxai-maps-manager (= 0.4.2-2resolute.20260902.031751) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-bonxai-maps-manager/ros-lyrical-easynav-bonxai-maps-manager-dbgsym_0.4.2-2resolute.20260902.031751_amd64.deb Size: 5585492 SHA256: 8263b0f9e78d22d9125c12d682549572611e8c13ec1aa35e7f10c4764c176485 SHA1: ce70796fb918e243b028ab8726e7066228f6f761 MD5sum: ee278c0ae2a21ecae56c25cdce6abda9 Description: debug symbols for ros-lyrical-easynav-bonxai-maps-manager Build-Ids: 46565d12e35435329c4c818371f25f435a69d6c1 fc5bb28cea60d42550c484dfe5f4c981c641bcdf Package: ros-lyrical-easynav-common Version: 0.4.2-2resolute.20260901.195208 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 95 Depends: ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-ros, ros-lyrical-yaets, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-common/ros-lyrical-easynav-common_0.4.2-2resolute.20260901.195208_amd64.deb Size: 17278 SHA256: 75d89587cdb6f8f7a000178cde26ae42e4c708177892d5f153420d31a5f3d5dd SHA1: 3832898141f2e8d595b5a9e137b6a8a2b2242533 MD5sum: 1d81898db778ab6dcd05bc00b664d60f Description: Easy Navigation: Utils and types package. Package: ros-lyrical-easynav-controller Version: 0.4.2-2resolute.20260902.031802 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 315 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-geometry-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-controller/ros-lyrical-easynav-controller_0.4.2-2resolute.20260902.031802_amd64.deb Size: 84152 SHA256: f6a5595e68eca8ddcbd651b89f1ace99c90b263f6ea30eecd8442c9ac976e4ba SHA1: 682e79cd72f0611a9fd503ab2177054d2e7e19d5 MD5sum: 2f15bf6955a427b0cd793058d88de1a6 Description: Easy Navigation: Controller package. Package: ros-lyrical-easynav-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-controller Version: 0.4.2-2resolute.20260902.031802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1403 Depends: ros-lyrical-easynav-controller (= 0.4.2-2resolute.20260902.031802) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-controller/ros-lyrical-easynav-controller-dbgsym_0.4.2-2resolute.20260902.031802_amd64.deb Size: 1307754 SHA256: dc61c48b32d587d6c6eac7778d73ff0f4d186bd00d2211bc0ad12b9eb7cb5ceb SHA1: 7bdbcf6a6aa26a9be1764e329675291a1aa1e43f MD5sum: 32ec6cf2ea9fa4f96fb2de345706a3d3 Description: debug symbols for ros-lyrical-easynav-controller Build-Ids: 46cf25f395d46af2d582819323daa019612b6876 a1c107d4473acfaddd8f775e87ea3039ba538f40 Package: ros-lyrical-easynav-core Version: 0.4.2-2resolute.20260902.030308 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 287 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-easynav-common, ros-lyrical-easynav-sensors, ros-lyrical-pcl-ros, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-core/ros-lyrical-easynav-core_0.4.2-2resolute.20260902.030308_amd64.deb Size: 80504 SHA256: 061306229850e6388c1a9448a2149e9bf44b6cb949d45b956f291c20464db4c6 SHA1: 37a1f04f41a6d43808f78a3b7d6a7bee153d4e48 MD5sum: a0cc9f1c83bc639fa75283cce2c5746f Description: Easy Navigation: Abstract interfaces for easynav plugins. Package: ros-lyrical-easynav-core-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-core Version: 0.4.2-2resolute.20260902.030308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1802 Depends: ros-lyrical-easynav-core (= 0.4.2-2resolute.20260902.030308) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-core/ros-lyrical-easynav-core-dbgsym_0.4.2-2resolute.20260902.030308_amd64.deb Size: 1700380 SHA256: 7b28639cd37b6947815447e8775d2d1322dc25728ed6057be15fc8679d104de6 SHA1: 853d3ccd7ec660831ac8105d8eb1fbe546cc23e5 MD5sum: ba4e5e56ac39657a23e2d42139ad6d13 Description: debug symbols for ros-lyrical-easynav-core Build-Ids: deb8dc1e35989ab3b4fc85634d1ec633526a1083 Package: ros-lyrical-easynav-costmap-common Version: 0.4.2-2resolute.20260901.200258 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 142 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-lyrical-ament-index-cpp, ros-lyrical-easynav-common, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_costmap_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-common/ros-lyrical-easynav-costmap-common_0.4.2-2resolute.20260901.200258_amd64.deb Size: 29326 SHA256: 809fcba29e4ebae4446ecc679fd3ab64260184afdc458f4e913340fea8b1ebeb SHA1: 5acd76c9de91916a6ae29819c8b84350ce8c86c2 MD5sum: 171b2f85f0d8d22ffe0182230b4eadce Description: Easy Navigation: Simple Common package. Package: ros-lyrical-easynav-costmap-common-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-costmap-common Version: 0.4.2-2resolute.20260901.200258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 112 Depends: ros-lyrical-easynav-costmap-common (= 0.4.2-2resolute.20260901.200258) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-common/ros-lyrical-easynav-costmap-common-dbgsym_0.4.2-2resolute.20260901.200258_amd64.deb Size: 87936 SHA256: b14a69297f404373c2d3e2298d8cafe4e0525c3adc597f0306d43f9a51bf2877 SHA1: 769c504c645872d84c13e26d7aba1d0fcb8280f2 MD5sum: 7aab542b64d100ee99e85028d7dca10b Description: debug symbols for ros-lyrical-easynav-costmap-common Build-Ids: ac90fbbf2d1d16a24ad4f045296252401da3b71d Package: ros-lyrical-easynav-costmap-localizer Version: 0.4.2-2resolute.20260902.033350 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1005 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-costmap-common, ros-lyrical-easynav-localizer, ros-lyrical-easynav-sensors, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_costmap_localizer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-localizer/ros-lyrical-easynav-costmap-localizer_0.4.2-2resolute.20260902.033350_amd64.deb Size: 204444 SHA256: d25a1aa1e18144feed72e5b91a7ca4945b156de4e1927cb22549ecea57379bab SHA1: d700ff8dc4a13b3ecdd40d13ce7a7ced25841ced MD5sum: 5e685cafbe56141f298262db0c2613f9 Description: Easy Navigation: Costmap Localizer package. Package: ros-lyrical-easynav-costmap-localizer-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-costmap-localizer Version: 0.4.2-2resolute.20260902.033350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 4770 Depends: ros-lyrical-easynav-costmap-localizer (= 0.4.2-2resolute.20260902.033350) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-localizer/ros-lyrical-easynav-costmap-localizer-dbgsym_0.4.2-2resolute.20260902.033350_amd64.deb Size: 3980242 SHA256: deb8c182d2d6f918179a2a7a0944ff8532c4f21b50dc131c49725b69c914aaf1 SHA1: efdccd2ff790bbaea4fd341ae2361908efbfcc1e MD5sum: 66e5c1f3cbfac6f8a60d471db8d30797 Description: debug symbols for ros-lyrical-easynav-costmap-localizer Build-Ids: a4df660b47315b883438fdbe6fc7e8b6b414f5ef Package: ros-lyrical-easynav-costmap-maps-manager Version: 0.4.2-2resolute.20260902.031810 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 929 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgraphicsmagick++-q16-12t64 (>= 1.3.26-5~), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libgraphicsmagick++1-dev, ros-lyrical-ament-index-cpp, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-costmap-common, ros-lyrical-easynav-sensors, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-srvs, ros-lyrical-tf2-ros, ros-lyrical-yaets, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_costmap_maps_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-maps-manager/ros-lyrical-easynav-costmap-maps-manager_0.4.2-2resolute.20260902.031810_amd64.deb Size: 250944 SHA256: 1930a585fce248981f8cc40c9d7ede058f103e03f3b8f05bc525ce31bdd4a2bd SHA1: 623e73e6a3f7f4e143e5b71330d8efdec5886bfa MD5sum: a63e65d5af5c9b4eb79a866c4d44dddf Description: Easy Navigation: Simple MapsManager package. Package: ros-lyrical-easynav-costmap-maps-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-costmap-maps-manager Version: 0.4.2-2resolute.20260902.031810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5419 Depends: ros-lyrical-easynav-costmap-maps-manager (= 0.4.2-2resolute.20260902.031810) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-maps-manager/ros-lyrical-easynav-costmap-maps-manager-dbgsym_0.4.2-2resolute.20260902.031810_amd64.deb Size: 4905364 SHA256: 2b087ce332f73f20c6fad4c2e5688dc738b6106a5156917b231dc7eb6c937f5e SHA1: f00c65343659b54f9fb785186172432e92697f33 MD5sum: 9ca7dd4b155f60d74efa28424e4fc4ec Description: debug symbols for ros-lyrical-easynav-costmap-maps-manager Build-Ids: 04dea066b8fd9fcd4a2844f7423c678a27b608d0 Package: ros-lyrical-easynav-costmap-planner Version: 0.4.2-2resolute.20260902.031810 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 276 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-costmap-common, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_costmap_planner/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-planner/ros-lyrical-easynav-costmap-planner_0.4.2-2resolute.20260902.031810_amd64.deb Size: 81558 SHA256: 14fd8879c4a15ea4cd02bdbe8a6b3c60771c8f2f197ed364d1b3e014cc76a6dc SHA1: ba6737402afc279f619797a1bc83bccbb422174e MD5sum: e171b6a4538173fe0ad4d84af45f3780 Description: Easy Navigation: Costmap planner package. Package: ros-lyrical-easynav-costmap-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-costmap-planner Version: 0.4.2-2resolute.20260902.031810 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1221 Depends: ros-lyrical-easynav-costmap-planner (= 0.4.2-2resolute.20260902.031810) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-costmap-planner/ros-lyrical-easynav-costmap-planner-dbgsym_0.4.2-2resolute.20260902.031810_amd64.deb Size: 1119314 SHA256: de58f3f0dfff7020cb7997e63215dba491d675bc6eb0118b7ee56736e2e52c19 SHA1: 05d708d5aadbe321ae81627ce30a3962467d3275 MD5sum: 52ece9f166f0a8fbd417b28089f383d2 Description: debug symbols for ros-lyrical-easynav-costmap-planner Build-Ids: a4f4d1780ed381bd030972e4fa311a0dc6944d75 Package: ros-lyrical-easynav-fusion-localizer Version: 0.4.2-2resolute.20260902.033340 Architecture: amd64 Maintainer: "Miguel Ángel de Miguel" Installed-Size: 2762 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libgomp1 (>= 4.9), libstdc++6 (>= 14), libeigen3-dev, libgeographiclib-dev, ros-lyrical-angles, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-localizer, ros-lyrical-easynav-sensors, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-robot-localization, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-yaets, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_fusion_localizer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-fusion-localizer/ros-lyrical-easynav-fusion-localizer_0.4.2-2resolute.20260902.033340_amd64.deb Size: 457216 SHA256: 2b4b25b720e18afc439a45d466b1a3bf34c5fc135eb48863743d75f7d6a69ddd SHA1: 617f0dd7b44f4d89d920666b6114ed22a243fb15 MD5sum: 789dc00741e9c4827d4def41f25cfaa8 Description: Easy Navigation: Fusion Localizer package. Package: ros-lyrical-easynav-fusion-localizer-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-fusion-localizer Version: 0.4.2-2resolute.20260902.033340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel de Miguel" Installed-Size: 12782 Depends: ros-lyrical-easynav-fusion-localizer (= 0.4.2-2resolute.20260902.033340) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-fusion-localizer/ros-lyrical-easynav-fusion-localizer-dbgsym_0.4.2-2resolute.20260902.033340_amd64.deb Size: 10638526 SHA256: 6096badbb83bcd638f2bba3e30c9efbc11e68de7d963df3cb9199949799ba763 SHA1: 5a4201a43148efc755950e03fe5041936172b536 MD5sum: 8e65591e41ff84c800ca216db886b51a Description: debug symbols for ros-lyrical-easynav-fusion-localizer Build-Ids: fc41c030986ba2646587fae46333f23814372758 Package: ros-lyrical-easynav-gps-localizer Version: 0.4.2-2resolute.20260902.031812 Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 1142 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libstdc++6 (>= 14), libgeographiclib-dev, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_gps_localizer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-gps-localizer/ros-lyrical-easynav-gps-localizer_0.4.2-2resolute.20260902.031812_amd64.deb Size: 193804 SHA256: f03060bf91ad9ad65041cbcc33fa21ae102dda6758af2a7b74cde2d6d980bcb7 SHA1: 8ec327924f427cfd671dac6450c766dc5864a8bd MD5sum: 9bbdcb3c30bdc7cd52474c8339460d4e Description: Easy Navigation: GPS Localizer package. Package: ros-lyrical-easynav-gps-localizer-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-gps-localizer Version: 0.4.2-2resolute.20260902.031812 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 5035 Depends: ros-lyrical-easynav-gps-localizer (= 0.4.2-2resolute.20260902.031812) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-gps-localizer/ros-lyrical-easynav-gps-localizer-dbgsym_0.4.2-2resolute.20260902.031812_amd64.deb Size: 3999596 SHA256: bb701299a08cbbf8830150b0ef1ec57c5f7d72ee38b874549b04f2b442debbd4 SHA1: d4d56ae2b97e4ed1fbaa01d8ebfb170ce088e1b4 MD5sum: 4277aff20f581d14e5ec2bd6b1804d48 Description: debug symbols for ros-lyrical-easynav-gps-localizer Build-Ids: e6ab4e68fbd770d63a54d39362b97bcea8526252 Package: ros-lyrical-easynav-interfaces Version: 0.4.2-2resolute.20260901.134427 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 740 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-interfaces/ros-lyrical-easynav-interfaces_0.4.2-2resolute.20260901.134427_amd64.deb Size: 71488 SHA256: c0a35387843be1aee6f1bc45e12e04bd1e098a4128276f57f8588ddef26d8f97 SHA1: 87ae9aed71e4f55992a65cbae7a05e01acde9b80 MD5sum: e520fa4984ad174c32ca2467f2f90646 Description: Easy Navigation: Message, Service, and Action definitions. Package: ros-lyrical-easynav-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-interfaces Version: 0.4.2-2resolute.20260901.134427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 535 Depends: ros-lyrical-easynav-interfaces (= 0.4.2-2resolute.20260901.134427) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-interfaces/ros-lyrical-easynav-interfaces-dbgsym_0.4.2-2resolute.20260901.134427_amd64.deb Size: 358812 SHA256: 45a8df34ce6111026268d4e735611d90b2cd53e113adb9467ea09395c801383f SHA1: 91af82eb53ea99aeb44ffdb1308138ff73b8b026 MD5sum: 07bddc603f97ac6c4a68bf849c2086f6 Description: debug symbols for ros-lyrical-easynav-interfaces Build-Ids: 23940394dad71c44941f9c379d22c3b4f0ad315c 4876f6e195d2748e17714eb548425128c9fc46e4 59f8b5c1dddc17aa2bc728343d73023537b717a8 63ceb0fd3346d188b034fc67dd4eef2d8339d0f5 77417dc9f5186a461a52891ea7432cd964be8658 8ba1fdc64accc8c3474d1e3628dbcf4351e78a24 9fb0ffa3e0062a99c3f4c002d79f3e948f008c13 ae8c5cc1605e363ed0c426757f10b0807ce13848 b8b870c64af9141c7e4ca266f0579a526197ff94 b9bb185592ff224d917568d31f803883a5fa23ef c447404800c9452d74471a358e659b78e9cf9260 Package: ros-lyrical-easynav-localizer Version: 0.4.2-2resolute.20260902.031849 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 381 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-lifecycle-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_localizer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-localizer/ros-lyrical-easynav-localizer_0.4.2-2resolute.20260902.031849_amd64.deb Size: 107848 SHA256: 020cb09fad985842ab0d928e01f11a8d47b2dc06358937c16bfdcfaea40718ac SHA1: 721b8b8bbea2ff6b9fe924b5589dc6465ee20566 MD5sum: 4b6468af34fec8fe661dced1eaf70b8c Description: Easy Navigation: Localizer package. Package: ros-lyrical-easynav-localizer-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-localizer Version: 0.4.2-2resolute.20260902.031849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1773 Depends: ros-lyrical-easynav-localizer (= 0.4.2-2resolute.20260902.031849) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-localizer/ros-lyrical-easynav-localizer-dbgsym_0.4.2-2resolute.20260902.031849_amd64.deb Size: 1630716 SHA256: 4aadf7122c3acddc4b78f26c42261072809f803a2c98215f1edbd10f78eef4cf SHA1: 136ed3679022b3c7ae55cc00e98e1c3982bc2530 MD5sum: 54c8a57bf15a2d6f10ef58c71f6fb563 Description: debug symbols for ros-lyrical-easynav-localizer Build-Ids: 9d57bef3a6682a1e15bf51cf25c7f4c3a2ccfab0 e7c54db8edb5c04fe0686da871e3bdb1a15a7f63 Package: ros-lyrical-easynav-maps-manager Version: 0.4.2-2resolute.20260902.031827 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 275 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-lifecycle-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_maps_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-maps-manager/ros-lyrical-easynav-maps-manager_0.4.2-2resolute.20260902.031827_amd64.deb Size: 74810 SHA256: 32e2ce8312c5b89e2dd69167531ed8bbea3d20f73ebad2286e82086c87e43363 SHA1: f944455bd4556440a3c19e9b5f3fdd43532bec32 MD5sum: 792d2390c5fd23bed7ef873e1d9bd71c Description: Easy Navigation: MapsManager package. Package: ros-lyrical-easynav-maps-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-maps-manager Version: 0.4.2-2resolute.20260902.031827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1145 Depends: ros-lyrical-easynav-maps-manager (= 0.4.2-2resolute.20260902.031827) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-maps-manager/ros-lyrical-easynav-maps-manager-dbgsym_0.4.2-2resolute.20260902.031827_amd64.deb Size: 1059942 SHA256: 7998be31859fad73ecdc681d79f56d9a1e7b758f4d9a3882e6d386dc10ef94af SHA1: 85ba398aa9daae477c99a2b387b831927a9846f8 MD5sum: ad1afd989967d5d498b0b3040641aad6 Description: debug symbols for ros-lyrical-easynav-maps-manager Build-Ids: 40ab1d402dd2e3084ee459fafdb069bb2776826d d9dcedd814678ccb161b95fe4150ebf097c39474 Package: ros-lyrical-easynav-mpc-controller Version: 0.4.2-2resolute.20260902.040112 Architecture: amd64 Maintainer: "Juan S. Cely G." Installed-Size: 376 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libnlopt0 (>= 2.6.1), libstdc++6 (>= 14), libnlopt-cxx-dev, libnlopt-dev, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-sensors, ros-lyrical-easynav-system, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pcl-conversions, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_mpc_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-mpc-controller/ros-lyrical-easynav-mpc-controller_0.4.2-2resolute.20260902.040112_amd64.deb Size: 107142 SHA256: 3e782753bfa4e6711339e7057875f0326a4f2ed6c444be886b1ccbde25d7067f SHA1: ffb8628ff991ed79b043ac5f3487b66aa68b4323 MD5sum: 07cf2764a0f7e405a8d3eeb056b2f526 Description: Easy Navigation: MPC Controller package. Package: ros-lyrical-easynav-mpc-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-mpc-controller Version: 0.4.2-2resolute.20260902.040112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Juan S. Cely G." Installed-Size: 2136 Depends: ros-lyrical-easynav-mpc-controller (= 0.4.2-2resolute.20260902.040112) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-mpc-controller/ros-lyrical-easynav-mpc-controller-dbgsym_0.4.2-2resolute.20260902.040112_amd64.deb Size: 1986806 SHA256: d5af39f4bb5387fcd83ccef38eb8403cf9754046c941f1d3a9a98fc1b32dfc0e SHA1: 4f050932538b60176bcdf9afd005406386619c6d MD5sum: 317d5094336964cdd19bdab7b8e11402 Description: debug symbols for ros-lyrical-easynav-mpc-controller Build-Ids: 131c2359616bf15b85ae0b41fc51325fb9455433 Package: ros-lyrical-easynav-mppi-controller Version: 0.4.2-2resolute.20260902.040057 Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 305 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-sensors, ros-lyrical-easynav-system, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pcl-ros, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_mppi_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-mppi-controller/ros-lyrical-easynav-mppi-controller_0.4.2-2resolute.20260902.040057_amd64.deb Size: 86542 SHA256: 347f747ff2fc8a04073f61f92a135a72df596090c028bdef72164098e59c1ac1 SHA1: d90d284511fd3b19098953c991d9fb87a7fb28c1 MD5sum: e435d1b11431b1b836b0d0231396bbf0 Description: Easy Navigation: MPPI Controller package. Package: ros-lyrical-easynav-mppi-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-mppi-controller Version: 0.4.2-2resolute.20260902.040057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 1848 Depends: ros-lyrical-easynav-mppi-controller (= 0.4.2-2resolute.20260902.040057) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-mppi-controller/ros-lyrical-easynav-mppi-controller-dbgsym_0.4.2-2resolute.20260902.040057_amd64.deb Size: 1743508 SHA256: cae3e8f27a4591e05d922c857bb56e73e26b2b2edd74f43ad621e4f588569e1e SHA1: 98e21ee6da1bcc4017babaf213f7280a2e06d7cb MD5sum: 4f75b5a9e56904a9d88327be91eab59a Description: debug symbols for ros-lyrical-easynav-mppi-controller Build-Ids: 16ac6a3b5448a7dff63c1cddb631e3c73ecd8c37 Package: ros-lyrical-easynav-navmap-localizer Version: 0.4.2-2resolute.20260902.033905 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1049 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-easynav-bonxai-maps-manager, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-localizer, ros-lyrical-easynav-sensors, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-navmap-core, ros-lyrical-navmap-ros, ros-lyrical-navmap-ros-interfaces, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_navmap_localizer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-navmap-localizer/ros-lyrical-easynav-navmap-localizer_0.4.2-2resolute.20260902.033905_amd64.deb Size: 229610 SHA256: 8ea3ba97870c65abca621ccdaf5b0f5d83758c87ed9cd5c139a5e335499f9526 SHA1: 34b13dfef48b3f8dc4581fd73247ad698d5be30e MD5sum: 0986d07b9523d56b07699f9aa25be504 Description: Easy Navigation: nAVmAP Localizer package. Package: ros-lyrical-easynav-navmap-localizer-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-navmap-localizer Version: 0.4.2-2resolute.20260902.033905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5205 Depends: ros-lyrical-easynav-navmap-localizer (= 0.4.2-2resolute.20260902.033905) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-navmap-localizer/ros-lyrical-easynav-navmap-localizer-dbgsym_0.4.2-2resolute.20260902.033905_amd64.deb Size: 4412404 SHA256: da67a2e63e0440e135f6f7014907abd6e287eecaae15e6d738f36b6d5b8cff88 SHA1: 8e86f497d628c38229ed426984368c5be9ef82ee MD5sum: b9122ed9c1f674ef8a150c450b25d556 Description: debug symbols for ros-lyrical-easynav-navmap-localizer Build-Ids: 4509a369dcd0dc118e472eabd3d8dae57daccaff Package: ros-lyrical-easynav-navmap-maps-manager Version: 0.4.2-2resolute.20260902.031842 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1235 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgraphicsmagick++-q16-12t64 (>= 1.3.26-5~), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, libgraphicsmagick++1-dev, ros-lyrical-ament-index-cpp, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-sensors, ros-lyrical-nav-msgs, ros-lyrical-navmap-core, ros-lyrical-navmap-ros, ros-lyrical-navmap-ros-interfaces, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-yaets, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_navmap_maps_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-navmap-maps-manager/ros-lyrical-easynav-navmap-maps-manager_0.4.2-2resolute.20260902.031842_amd64.deb Size: 285030 SHA256: a039f00dcaf631f6965f07c602ba2fded0b0d33730738ee278d79ede7105dbd9 SHA1: 1c3cf03f28541cd90534f93905ce943d67d7965b MD5sum: 5a43a8dc0eb46fb84717cdbbdb44f259 Description: Easy Navigation: Simple MapsManager package. Package: ros-lyrical-easynav-navmap-maps-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-navmap-maps-manager Version: 0.4.2-2resolute.20260902.031842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 7352 Depends: ros-lyrical-easynav-navmap-maps-manager (= 0.4.2-2resolute.20260902.031842) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-navmap-maps-manager/ros-lyrical-easynav-navmap-maps-manager-dbgsym_0.4.2-2resolute.20260902.031842_amd64.deb Size: 6488658 SHA256: 0623ff956a975cb4706b4871d6ce03f6aa4f7f6afdcd83761e0367a5878d41db SHA1: 17eff96d33f24a8ea4260f6cd31c7eda6528639d MD5sum: 85bbaddd9665540705de3394ffa175f5 Description: debug symbols for ros-lyrical-easynav-navmap-maps-manager Build-Ids: 98f4aa82dfa83b01569dd9986b32ae32578981d3 Package: ros-lyrical-easynav-navmap-planner Version: 0.4.2-2resolute.20260902.031841 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 286 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-navmap-core, ros-lyrical-navmap-ros, ros-lyrical-navmap-ros-interfaces, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_navmap_planner/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-navmap-planner/ros-lyrical-easynav-navmap-planner_0.4.2-2resolute.20260902.031841_amd64.deb Size: 85490 SHA256: 3271078c7270c4562063293cc73b7ee76556143e061288658132f6939cdc493b SHA1: 53becc68e0c8fe1c8f3285ffaffaa9ce01e96161 MD5sum: 72770f642cd29655fd3e2cd8f94d073d Description: Easy Navigation: navmap planner package. Package: ros-lyrical-easynav-navmap-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-navmap-planner Version: 0.4.2-2resolute.20260902.031841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1896 Depends: ros-lyrical-easynav-navmap-planner (= 0.4.2-2resolute.20260902.031841) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-navmap-planner/ros-lyrical-easynav-navmap-planner-dbgsym_0.4.2-2resolute.20260902.031841_amd64.deb Size: 1805770 SHA256: d9db5f22d8db82d238ebff3b33eaa9d4934badabad498fac83be37244b593488 SHA1: 008bf259630b52449b65ed5ef60288cb915624b3 MD5sum: 69903f40d5ac317e16937b747137bf4e Description: debug symbols for ros-lyrical-easynav-navmap-planner Build-Ids: 0762dff0647bb19b50fc7b3c8d6d4de0ce97e1c1 Package: ros-lyrical-easynav-octomap-maps-manager Version: 0.4.2-2resolute.20260902.031841 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 931 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), libgraphicsmagick++-q16-12t64 (>= 1.3.26-5~), liboctomap1.10 (>= 1.10.0+dfsg), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), libgraphicsmagick++1-dev, liboctomap-dev, ros-lyrical-ament-index-cpp, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-nav-msgs, ros-lyrical-octomap-msgs, ros-lyrical-pcl-conversions, ros-lyrical-pcl-ros, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-yaets, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_octomap_maps_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-octomap-maps-manager/ros-lyrical-easynav-octomap-maps-manager_0.4.2-2resolute.20260902.031841_amd64.deb Size: 249524 SHA256: 4021cfd989139e5cc3dc9f77e52a161a8d43ddbaf6c13a5b98ce720e0f80126d SHA1: e17e3c6952134c4e50c75efeddf88dece6518742 MD5sum: b0a74b1636e7b0ec1caa50bc6c458306 Description: Easy Navigation: Simple MapsManager package. Package: ros-lyrical-easynav-octomap-maps-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-octomap-maps-manager Version: 0.4.2-2resolute.20260902.031841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5664 Depends: ros-lyrical-easynav-octomap-maps-manager (= 0.4.2-2resolute.20260902.031841) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-octomap-maps-manager/ros-lyrical-easynav-octomap-maps-manager-dbgsym_0.4.2-2resolute.20260902.031841_amd64.deb Size: 5144276 SHA256: cae4d85eb529e6aaff07b9568a76270e486858100f4062922eca1dd492c317a0 SHA1: bc07293e2b01f3340a65d9831f44cd3704863aae MD5sum: 12d10ea083ecaaf9657ed7801e5a3e4a Description: debug symbols for ros-lyrical-easynav-octomap-maps-manager Build-Ids: 509b5ea6cff1f9c3637ca30e035d9e9015668188 Package: ros-lyrical-easynav-planner Version: 0.4.2-2resolute.20260902.031844 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 302 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-lifecycle-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_planner/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-planner/ros-lyrical-easynav-planner_0.4.2-2resolute.20260902.031844_amd64.deb Size: 82790 SHA256: 8ff7b2337e4f5c07ed677e1e02c7795528e412d96232bbcf8904aa8d62100aec SHA1: eef3286663e4e5dce4ae058c803a185d47860bf0 MD5sum: 412779f63fe46abd7ddb78e2c8cc5d6a Description: Easy Navigation: Planner package. Package: ros-lyrical-easynav-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-planner Version: 0.4.2-2resolute.20260902.031844 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1319 Depends: ros-lyrical-easynav-planner (= 0.4.2-2resolute.20260902.031844) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-planner/ros-lyrical-easynav-planner-dbgsym_0.4.2-2resolute.20260902.031844_amd64.deb Size: 1226564 SHA256: 3b0a74d5e230a1b7d136cfb0a426de7c5c66f126af6f7e331e9e97bd93fc85fb SHA1: 43a634ca8521c83d98b17e5ae5747827c65bf163 MD5sum: 5cc3ff890b1161b66aaaecc129e605b4 Description: debug symbols for ros-lyrical-easynav-planner Build-Ids: 7cdf454c22b5e876876c0f8afe6e3f44ba03b1f4 c8b6c2ccc1fdc749a4ca8dabcdf6b6e5c31f9843 Package: ros-lyrical-easynav-regulated-pp-controller Version: 0.4.2-2resolute.20260902.040105 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 369 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-sensors, ros-lyrical-easynav-system, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_regulated_pp_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-regulated-pp-controller/ros-lyrical-easynav-regulated-pp-controller_0.4.2-2resolute.20260902.040105_amd64.deb Size: 98254 SHA256: c790bf96cd7def2366eaf6b69b758cda4edad94d560fc80af497a7f174996699 SHA1: 0565fb451cd402f35c3b83d72458f2635a426085 MD5sum: 74ef9c79f6989427e7e129ab9f177e97 Description: Easy Navigation: port of the Nav2 Regulated Pure Pursuit Controller. Package: ros-lyrical-easynav-regulated-pp-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-regulated-pp-controller Version: 0.4.2-2resolute.20260902.040105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1798 Depends: ros-lyrical-easynav-regulated-pp-controller (= 0.4.2-2resolute.20260902.040105) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-regulated-pp-controller/ros-lyrical-easynav-regulated-pp-controller-dbgsym_0.4.2-2resolute.20260902.040105_amd64.deb Size: 1651102 SHA256: 90b2864cdb71a8a56ad3295a5c85a6491cb640c7f56c2f2567599edf123c51b3 SHA1: d7047a5a027d48848b5cf50200158702da6241f5 MD5sum: 61e1cadf4e87a14188b5934e65acf13a Description: debug symbols for ros-lyrical-easynav-regulated-pp-controller Build-Ids: 94e971b8a0893b31d764b2565920e1629493756c Package: ros-lyrical-easynav-routes-maps-manager Version: 0.4.2-2resolute.20260902.031909 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 581 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-lyrical-ament-index-cpp, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-costmap-common, ros-lyrical-geometry-msgs, ros-lyrical-interactive-markers, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-srvs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-yaets, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_routes_maps_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-routes-maps-manager/ros-lyrical-easynav-routes-maps-manager_0.4.2-2resolute.20260902.031909_amd64.deb Size: 171752 SHA256: 5f04ab58c2ba5cabd1b4678394f6faea99174a3acb042b106f465f666c055f2f SHA1: 7ea2a2f84c95324152ee2f769eafd9f527083c82 MD5sum: 4f566c6497e43dfaa88502a685744c28 Description: Easy Navigation: Routes MapsManager package. Package: ros-lyrical-easynav-routes-maps-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-routes-maps-manager Version: 0.4.2-2resolute.20260902.031909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2887 Depends: ros-lyrical-easynav-routes-maps-manager (= 0.4.2-2resolute.20260902.031909) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-routes-maps-manager/ros-lyrical-easynav-routes-maps-manager-dbgsym_0.4.2-2resolute.20260902.031909_amd64.deb Size: 2644932 SHA256: d563d28d2e8a4bc5aa2496b431d3e0ff66efba91d28540af49dbfbf6b9a658fd SHA1: e5826adec506be81926d42dde3f0aa1cf14e9f34 MD5sum: 94e1afa14f6d794e0ca7634532dc822d Description: debug symbols for ros-lyrical-easynav-routes-maps-manager Build-Ids: c0aa2fb289e0583675c3686aca42dbd74c8a38a9 Package: ros-lyrical-easynav-sensors Version: 0.4.2-2resolute.20260901.204139 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 2415 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libpcl-common1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-cv-bridge, ros-lyrical-easynav-common, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pcl-conversions, ros-lyrical-pcl-ros, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-vision-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_sensors/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-sensors/ros-lyrical-easynav-sensors_0.4.2-2resolute.20260901.204139_amd64.deb Size: 415592 SHA256: 99ea2699d77036f0facf2627b77e73770a3fd8078202a6f5b2d52a310e247368 SHA1: 6ca3cc21a6ff8edad549c1b28f4b6b2ad0bb50c5 MD5sum: 0bf4a8fc70860be23cccc551da425c97 Description: Easy Navigation: Sensors package. Package: ros-lyrical-easynav-sensors-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-sensors Version: 0.4.2-2resolute.20260901.204139 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 13000 Depends: ros-lyrical-easynav-sensors (= 0.4.2-2resolute.20260901.204139) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-sensors/ros-lyrical-easynav-sensors-dbgsym_0.4.2-2resolute.20260901.204139_amd64.deb Size: 10818370 SHA256: 31fe383560dbb711bf7c72270dd59f7aff5079371d9b53095cbbb505d04e1e96 SHA1: 1a93f1d34f8047c7682dd75a1a66a2fd5dc24a7b MD5sum: eaecfc06c99b9b35eb6486f11d6d467f Description: debug symbols for ros-lyrical-easynav-sensors Build-Ids: 0ef635413b758909016c32a1b6b1b4748f30b322 Package: ros-lyrical-easynav-serest-controller Version: 0.4.2-2resolute.20260902.031910 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 223 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-sensors, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_serest_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-serest-controller/ros-lyrical-easynav-serest-controller_0.4.2-2resolute.20260902.031910_amd64.deb Size: 60504 SHA256: 3017efdaaa492813bd1c47da4c553cf934db13dc066b09bb1e30644d3bdbcf08 SHA1: 286ed8599e69f89d9e7a3b06e539958420ae01ef MD5sum: 1444b679785a8abc4fda066974ab2d56 Description: Easy Navigation: SeReST Controller package. Package: ros-lyrical-easynav-serest-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-serest-controller Version: 0.4.2-2resolute.20260902.031910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1100 Depends: ros-lyrical-easynav-serest-controller (= 0.4.2-2resolute.20260902.031910) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-serest-controller/ros-lyrical-easynav-serest-controller-dbgsym_0.4.2-2resolute.20260902.031910_amd64.deb Size: 1045874 SHA256: f3b89b16bbfdd5cba647bf84b3d53ff37fb149a915d2b2c08e0d676ee46577e1 SHA1: a934c3bc0004ef94ab8e5c3cb58c967e5bf98245 MD5sum: 3773c4b025ac66052cb86f2a428b3010 Description: debug symbols for ros-lyrical-easynav-serest-controller Build-Ids: 20f9801c9e6ccd9025692b84346f0b9c60f6a8aa Package: ros-lyrical-easynav-simple-common Version: 0.4.2-2resolute.20260901.195616 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 107 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ament-index-cpp, ros-lyrical-easynav-common, ros-lyrical-nav-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_simple_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-common/ros-lyrical-easynav-simple-common_0.4.2-2resolute.20260901.195616_amd64.deb Size: 22660 SHA256: 2330ab0ea1239bb8abceca37c3ded14464835948a88a45fe86e525eac326eb4c SHA1: b2e556e6a584266ec4d785c6dabc1533f0445d9c MD5sum: a1499938828cd657b8c3fed322d61b75 Description: Easy Navigation: Simple Common package. Package: ros-lyrical-easynav-simple-common-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-simple-common Version: 0.4.2-2resolute.20260901.195616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 128 Depends: ros-lyrical-easynav-simple-common (= 0.4.2-2resolute.20260901.195616) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-common/ros-lyrical-easynav-simple-common-dbgsym_0.4.2-2resolute.20260901.195616_amd64.deb Size: 103016 SHA256: ba7c0cf1111c38f007e0439dcf280730a25cafcd84acfdcba982abb26a059261 SHA1: 6f31ac99ab98b177efff16a4ef43e4fcf9fdbe28 MD5sum: 7e99677a5035b0130da3797f21b64c76 Description: debug symbols for ros-lyrical-easynav-simple-common Build-Ids: 242a7b394efbacc6d45f5814dc858c6366539a58 Package: ros-lyrical-easynav-simple-controller Version: 0.4.2-2resolute.20260902.031953 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 164 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_simple_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-controller/ros-lyrical-easynav-simple-controller_0.4.2-2resolute.20260902.031953_amd64.deb Size: 39814 SHA256: dc1c03cb517bb4c0c4d981d28980945a1c4bbfed57e2afaa95b87fd450715522 SHA1: 64f1402a5160120d63035edafc3da1ec36de9a09 MD5sum: 31960c3afed202bf337ef9b9aa8b7ac3 Description: Easy Navigation: Simple Controller package. Package: ros-lyrical-easynav-simple-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-simple-controller Version: 0.4.2-2resolute.20260902.031953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 629 Depends: ros-lyrical-easynav-simple-controller (= 0.4.2-2resolute.20260902.031953) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-controller/ros-lyrical-easynav-simple-controller-dbgsym_0.4.2-2resolute.20260902.031953_amd64.deb Size: 587440 SHA256: e719b91fe43ed5064dedc918d7a78e214ca11da75378db962a4f8dfba286db4c SHA1: acd06e83cdda0fb520b539fdee43c2d69e74ef83 MD5sum: 65467f9529ff772f0b6de7e9357a6ac9 Description: debug symbols for ros-lyrical-easynav-simple-controller Build-Ids: bf540953533bc24ba8368c44da6ee82f15bbc9b5 Package: ros-lyrical-easynav-simple-localizer Version: 0.4.2-2resolute.20260902.033339 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1005 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-localizer, ros-lyrical-easynav-sensors, ros-lyrical-easynav-simple-common, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_simple_localizer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-localizer/ros-lyrical-easynav-simple-localizer_0.4.2-2resolute.20260902.033339_amd64.deb Size: 203580 SHA256: 74f3cd8f184379701764721158af04dd63e51ce42bf08620b077d702aef696e6 SHA1: bc48933e0cc986aec45779aac96b406a2f9e7cb7 MD5sum: 996a340a4af71b8899cb795958a6aae2 Description: Easy Navigation: Simple Localizer package. Package: ros-lyrical-easynav-simple-localizer-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-simple-localizer Version: 0.4.2-2resolute.20260902.033339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 4775 Depends: ros-lyrical-easynav-simple-localizer (= 0.4.2-2resolute.20260902.033339) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-localizer/ros-lyrical-easynav-simple-localizer-dbgsym_0.4.2-2resolute.20260902.033339_amd64.deb Size: 3986352 SHA256: efdd1ee8a25eb61e596f63da46d1392b012ca71fae4c11075e36dc76144446a5 SHA1: b1f66cf9ebfc907106822d79ae4899ef9e939726 MD5sum: 2780caa59aaa99ae51e62377b8542bea Description: debug symbols for ros-lyrical-easynav-simple-localizer Build-Ids: 10ec520cd8ff1a9ec74cc34773183446ffdb58d5 Package: ros-lyrical-easynav-simple-maps-manager Version: 0.4.2-2resolute.20260902.031922 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 626 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-sensors, ros-lyrical-easynav-simple-common, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-std-srvs, ros-lyrical-tf2-ros, ros-lyrical-yaets, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_simple_maps_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-maps-manager/ros-lyrical-easynav-simple-maps-manager_0.4.2-2resolute.20260902.031922_amd64.deb Size: 146044 SHA256: 52d83ef2fee132ee2f45363907d5fd4f50d6288978e194306064f634167a9d80 SHA1: af3e6b4379ec5ee5472b0d672b5b74dbdb457efe MD5sum: cf34fecc22665cc17a439ad296ffdc7e Description: Easy Navigation: Simple MapsManager package. Package: ros-lyrical-easynav-simple-maps-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-simple-maps-manager Version: 0.4.2-2resolute.20260902.031922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 3263 Depends: ros-lyrical-easynav-simple-maps-manager (= 0.4.2-2resolute.20260902.031922) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-maps-manager/ros-lyrical-easynav-simple-maps-manager-dbgsym_0.4.2-2resolute.20260902.031922_amd64.deb Size: 2835478 SHA256: cda841474cb52d0a239da745125ebe2b33aa15a406f414103b91d307fef7edca SHA1: 2b9073fd5110935560513822c31de93f7b035cec MD5sum: c455a57fbcbb5a0f604642001d2a61e9 Description: debug symbols for ros-lyrical-easynav-simple-maps-manager Build-Ids: 9f6aa18f469f6d56cdad9ad612d0ce488b9ae640 Package: ros-lyrical-easynav-simple-planner Version: 0.4.2-2resolute.20260902.031919 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 284 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-simple-common, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_simple_planner/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-planner/ros-lyrical-easynav-simple-planner_0.4.2-2resolute.20260902.031919_amd64.deb Size: 82822 SHA256: 066f7f941d6d70a438a2d5b104d8993d8346f3da490145d9e7ea9e999c633151 SHA1: 9899074b17c1dd4f71f7e350a9edd9947dff2886 MD5sum: d36ed4e3f76007b07e8d11a9a79d2bbf Description: Easy Navigation: Simple planner package. Package: ros-lyrical-easynav-simple-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-simple-planner Version: 0.4.2-2resolute.20260902.031919 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1282 Depends: ros-lyrical-easynav-simple-planner (= 0.4.2-2resolute.20260902.031919) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-simple-planner/ros-lyrical-easynav-simple-planner-dbgsym_0.4.2-2resolute.20260902.031919_amd64.deb Size: 1177726 SHA256: 0f12bd5ca57885fa0f69c9a49dc29ca869770043ac2d96b1a558a5886e628719 SHA1: 1b7bf1df52df50c38aaecc636a09b8db4e7ae189 MD5sum: 57898b32c30013862725977faf04dc8a Description: debug symbols for ros-lyrical-easynav-simple-planner Build-Ids: d522a17f57f4db2b3f9dfb3acff0b79bf6be578a Package: ros-lyrical-easynav-support-py Version: 0.4.2-2resolute.20260901.181202 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 59 Depends: ros-lyrical-builtin-interfaces, ros-lyrical-easynav-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_support_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-support-py/ros-lyrical-easynav-support-py_0.4.2-2resolute.20260901.181202_amd64.deb Size: 10272 SHA256: a020caabdf8773de47e27ec8b6031e1c76f9deceea3c21572b07ce3fcab8b6e2 SHA1: 7daf23d00e544c73d64959f87d13f3d06140debe MD5sum: af5db25a3beffe45438f7f3bad03639a Description: Support utilities for EasyNav in Python: GoalManagerClient and tests. Package: ros-lyrical-easynav-system Version: 0.4.2-2resolute.20260902.034121 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1769 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-easynav-common, ros-lyrical-easynav-controller, ros-lyrical-easynav-interfaces, ros-lyrical-easynav-localizer, ros-lyrical-easynav-maps-manager, ros-lyrical-easynav-planner, ros-lyrical-easynav-sensors, ros-lyrical-geometry-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_system/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-system/ros-lyrical-easynav-system_0.4.2-2resolute.20260902.034121_amd64.deb Size: 344038 SHA256: 5efb6fefc27a5c5e6746bc295f4d9ad7201315422f5e4b122a0fa068f1e3e1d9 SHA1: b75783d0e57ca77c8ac16c5d67a8bffe2802a1ed MD5sum: 45bd8d85652181900d073e13dd947afd Description: Easy Navigation: System package. Package: ros-lyrical-easynav-system-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-system Version: 0.4.2-2resolute.20260902.034121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 9074 Depends: ros-lyrical-easynav-system (= 0.4.2-2resolute.20260902.034121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-system/ros-lyrical-easynav-system-dbgsym_0.4.2-2resolute.20260902.034121_amd64.deb Size: 7641256 SHA256: 2de8dca2522618bc8abf2d7e0732b18610be0ea427a1f3c939fa7e4190c88078 SHA1: 06df04b254369ad0ef01d613a4dfb1c45fb7475c MD5sum: 2732349dcb94a1863e8172f0c486f00b Description: debug symbols for ros-lyrical-easynav-system Build-Ids: 481b71c59849027d8c99551c81c0b3b1ede6859e d263d2067bb847a36075544d8a207cde14c55043 d30d04ff2ab23d4bcc38db36257b479c4b110ad6 Package: ros-lyrical-easynav-tools Version: 0.4.2-2resolute.20260901.193509 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 6776 Depends: python3-platformdirs, python3-rich, python3-typing-extensions, ros-lyrical-easynav-interfaces, ros-lyrical-easynav-support-py, ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-tools/ros-lyrical-easynav-tools_0.4.2-2resolute.20260901.193509_amd64.deb Size: 1439826 SHA256: a7b97b420081484d6cfc249b85669e709b3356d74e0e50ba80623b1abeb2d120 SHA1: d04f6dd09a663b5be07c9aa54f42caca2200fe6f MD5sum: 3a0138eaf38d66828dfa95040e420e5d Description: ROS 2 Navigation tools: TUI + ros2cli commands for EasyNav. Package: ros-lyrical-easynav-vff-controller Version: 0.4.2-2resolute.20260902.031926 Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 280 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-easynav-common, ros-lyrical-easynav-core, ros-lyrical-easynav-sensors, ros-lyrical-nav-msgs, ros-lyrical-pcl-ros, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/easynav_vff_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-vff-controller/ros-lyrical-easynav-vff-controller_0.4.2-2resolute.20260902.031926_amd64.deb Size: 80922 SHA256: ddfd7d66e5f02e0da1f9de39f92975c89212817a24a801303df8a8f24aca3bde SHA1: 160fd49fa17c695a2272e70f1cae3df39fd0a57a MD5sum: e1084559c10adbcce4fcecea667a04da Description: Easy Navigation: VFF Controller package. Package: ros-lyrical-easynav-vff-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-easynav-vff-controller Version: 0.4.2-2resolute.20260902.031926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Miguel Guerrero Hernandez" Installed-Size: 1579 Depends: ros-lyrical-easynav-vff-controller (= 0.4.2-2resolute.20260902.031926) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-easynav-vff-controller/ros-lyrical-easynav-vff-controller-dbgsym_0.4.2-2resolute.20260902.031926_amd64.deb Size: 1475004 SHA256: 654273364d248143023bfc46d353fd04cc1cd3cac719ad41ef82badba235bf33 SHA1: 1fdf68926f313ac1862e92e63025652965c7cc3c MD5sum: c59a9b68e9f61fa2c929e852ee620ed4 Description: debug symbols for ros-lyrical-easynav-vff-controller Build-Ids: b83a38e094f669746e97216b6da0d5ca8a878637 Package: ros-lyrical-ecl-build Version: 1.0.3-6resolute.20260728.205508 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 449 Depends: ros-lyrical-ecl-license, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/ecl_build Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ecl-build/ros-lyrical-ecl-build_1.0.3-6resolute.20260728.205508_amd64.deb Size: 39804 SHA256: bf03fa1271cde8ffb086a64dfe3617dd7457b3d927679f65103dc471e1ad728d SHA1: 93c465b4173c6b518a380c256718599cf831a73e MD5sum: 82c066693e470d45d6f876e0005c9ee1 Description: Collection of cmake/make build tools primarily for ecl development itself, but also contains a few cmake modules useful outside of the ecl. Package: ros-lyrical-ecl-eigen Version: 1.2.1-6resolute.20260901.135249 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 68 Depends: libeigen3-dev, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/ecl_eigen Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ecl-eigen/ros-lyrical-ecl-eigen_1.2.1-6resolute.20260901.135249_amd64.deb Size: 11032 SHA256: 07a69cd669c92675f4b7b0d1fcd67758e0c40f7a60f77a10277ae8460ce5e095 SHA1: 85a2258deb267196932f4fac2879450ab1be0b7f MD5sum: d7a73af80c79e2ef453b6f1c1f6a31b4 Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-lyrical-ecl-license Version: 1.0.3-6resolute.20260728.205209 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 57 Depends: ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/ecl_license Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ecl-license/ros-lyrical-ecl-license_1.0.3-6resolute.20260728.205209_amd64.deb Size: 8806 SHA256: de8574adabd38eaafa413b0daa52a06ebfd065e0ecafb593ece119a9096f152b SHA1: f021ec231740f27c836302da443a3504c44562df MD5sum: cb84875d2c829b6faad6aa19579ccb4a Description: Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. Package: ros-lyrical-ecl-tools Version: 1.0.3-6resolute.20260728.205737 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 44 Depends: ros-lyrical-ecl-build, ros-lyrical-ecl-license, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/ecl_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ecl-tools/ros-lyrical-ecl-tools_1.0.3-6resolute.20260728.205737_amd64.deb Size: 5462 SHA256: c96f77fdf2b4fb9e8436ec3487c528b7d4ec98501d16eba8516c363a66f8c699 SHA1: 6c5921cc5a7288a77f1c8576f2cc92f82c09e79f MD5sum: b76939dfa34bdd0feb80513fe90954d3 Description: Tools and utilities for ecl development. Package: ros-lyrical-eigen-stl-containers Version: 1.1.0-3resolute.20260728.205309 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 67 Depends: libeigen3-dev, ros-lyrical-ros-workspace Homepage: http://eigen.tuxfamily.org/dox/TopicUnalignedArrayAssert.html Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-eigen-stl-containers/ros-lyrical-eigen-stl-containers_1.1.0-3resolute.20260728.205309_amd64.deb Size: 10026 SHA256: 5aa429ce1f9d746bec7aa086f57d4f57678a134beddbfa1cccf721d61cc62180 SHA1: 1420ec706d4d9c613d1e78fc7f6e26d4a6eefb31 MD5sum: 483b2471ffb2f3f1b281f6f12ea45329 Description: This package provides a set of typedef's that allow using Eigen datatypes in STL containers Package: ros-lyrical-eigen3-cmake-module Version: 0.5.1-3resolute.20260728.205221 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 48 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/eigen3_cmake_module/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-eigen3-cmake-module/ros-lyrical-eigen3-cmake-module_0.5.1-3resolute.20260728.205221_amd64.deb Size: 6502 SHA256: 69edd9faea85152b28b7cfb99263b973e2c4f530ec2cdd7ca0a0e9730eb3cef1 SHA1: 4a7454fa8c62d779ecc84db1be15c2213c22de43 MD5sum: 008068964cefd993719f5ccab9ba2d84 Description: Exports a custom CMake module to find Eigen3. Package: ros-lyrical-eigenpy Version: 3.13.0-1resolute.20260824.235646 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 14753 Depends: libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libc6 (>= 2.32), libgcc-s1 (>= 4.0), libstdc++6 (>= 14), libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, python3-scipy, ros-lyrical-ros-workspace Homepage: https://github.com/stack-of-tasks/eigenpy Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-eigenpy/ros-lyrical-eigenpy_3.13.0-1resolute.20260824.235646_amd64.deb Size: 2564544 SHA256: a36382ce26c1937b4d0d5d53fb7ad63cc85d752470cc0bc82244872bfcdb4e34 SHA1: d5a7b6cdfa5fefbeee819e49243861da1cf88077 MD5sum: ee4faad9789601c2ddb206cb9383efbb Description: Bindings between Numpy and Eigen using Boost.Python Package: ros-lyrical-eigenpy-dbgsym Package-Type: ddeb Source: ros-lyrical-eigenpy Version: 3.13.0-1resolute.20260824.235646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 307105 Depends: ros-lyrical-eigenpy (= 3.13.0-1resolute.20260824.235646) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-eigenpy/ros-lyrical-eigenpy-dbgsym_3.13.0-1resolute.20260824.235646_amd64.deb Size: 296826752 SHA256: e75c24d4c05e5e65f114365392b7cb69aff8cc109400e708dbe40da9426fd032 SHA1: fbd0e8ad16ce8df9e4b4d6d8ef34229fbdaa2939 MD5sum: db0217c3c8d7a98b068be30a9c8d186c Description: debug symbols for ros-lyrical-eigenpy Build-Ids: a0b1e901faf79adb8d548dd7d39cccc109c772ed e033c12d3a8eef13cb1cbbe46cd1bf1078d757d4 Package: ros-lyrical-eiquadprog Version: 1.3.2-1resolute.20260824.235646 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 192 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-lyrical-ament-cmake, ros-lyrical-ros-workspace Homepage: https://github.com/stack-of-tasks/eiquadprog Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-eiquadprog/ros-lyrical-eiquadprog_1.3.2-1resolute.20260824.235646_amd64.deb Size: 54800 SHA256: 810f566b9687f5a80be25bc5d4145a85f731d2f0d19157de4ab235c792234b7d SHA1: 47e871fc26f7653eb036b7b3deb7b076259b2646 MD5sum: 095df5e96abb2c5bf3258d88c7c268be Description: Eiquadprog a QP solver using active sets Package: ros-lyrical-eiquadprog-dbgsym Package-Type: ddeb Source: ros-lyrical-eiquadprog Version: 1.3.2-1resolute.20260824.235646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 1934 Depends: ros-lyrical-eiquadprog (= 1.3.2-1resolute.20260824.235646) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-eiquadprog/ros-lyrical-eiquadprog-dbgsym_1.3.2-1resolute.20260824.235646_amd64.deb Size: 1930530 SHA256: 5dfa75add1c035abf9912b2e470bddca8121e41e6476cd3592ef1f8b7d5abfeb SHA1: bd71cb6dad8d6ce5dd5d65d6b56f5acf61afa279 MD5sum: 19fd9973f7d4b8cacf9f9df7e2a5a094 Description: debug symbols for ros-lyrical-eiquadprog Build-Ids: 37957ebe7f952ee315b93cdf1c639806b03a9caa Package: ros-lyrical-event-camera-codecs Version: 3.0.0-3resolute.20260901.135323 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 216 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), ros-lyrical-class-loader, ros-lyrical-event-camera-msgs, ros-lyrical-ros-environment, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/event_camera_codecs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-codecs/ros-lyrical-event-camera-codecs_3.0.0-3resolute.20260901.135323_amd64.deb Size: 40380 SHA256: 43ea583f1b593c8abe496a3c977e4c2a38b024b1f9809c98552fe60aebff8398 SHA1: 8cc7d179040c1ae5e9cc1ccd3c540eaf6277efb1 MD5sum: ad41b89574dc263278506aaa8c22c2d3 Description: package to encode and decode event_camera_msgs Package: ros-lyrical-event-camera-codecs-dbgsym Package-Type: ddeb Source: ros-lyrical-event-camera-codecs Version: 3.0.0-3resolute.20260901.135323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 287 Depends: ros-lyrical-event-camera-codecs (= 3.0.0-3resolute.20260901.135323) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-codecs/ros-lyrical-event-camera-codecs-dbgsym_3.0.0-3resolute.20260901.135323_amd64.deb Size: 223184 SHA256: 0d7ca383d1c7791f15c7663aae551ee906f4aa21caedbc67350af904c2419a6b SHA1: 657b5e8a1acec0a70cfef3fbee345a2cb6eaeb15 MD5sum: 8c7db841f442e513474ee9c399a3f9fc Description: debug symbols for ros-lyrical-event-camera-codecs Build-Ids: 2c10d9c502f4547ff5d25fcaea0d611ebfeed51d 9c97a512dfc063e1540258e66e64b25d634e1ed2 Package: ros-lyrical-event-camera-msgs Version: 2.0.1-3resolute.20260901.115432 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 590 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/event_camera_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-msgs/ros-lyrical-event-camera-msgs_2.0.1-3resolute.20260901.115432_amd64.deb Size: 76888 SHA256: 2b8151b1f9594ef1b21a45d3eaa5d19bd3fafb5c3d47ed0d2b5670c091ee84b4 SHA1: 901961989b2d08fdaa7b307599da71be3c2f1d9b MD5sum: 8e9d1f8e355015ede73231939d05863a Description: messages for event based cameras Package: ros-lyrical-event-camera-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-event-camera-msgs Version: 2.0.1-3resolute.20260901.115432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 706 Depends: ros-lyrical-event-camera-msgs (= 2.0.1-3resolute.20260901.115432) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-msgs/ros-lyrical-event-camera-msgs-dbgsym_2.0.1-3resolute.20260901.115432_amd64.deb Size: 531570 SHA256: 83b09f79042e4b9f70c390b48432966f9e008f898cc5dd776eb5a489c1225247 SHA1: d488b2b04aa3275134c08e593cf45370d0a1babc MD5sum: 118bd987bd2431fab88b021d46c82422 Description: debug symbols for ros-lyrical-event-camera-msgs Build-Ids: 239428bd6f0587cf5269a210858562655c304183 48e23ce642a25b483de59449bfb4f2032f31492b 574dd7df834120123fb486cd85097728ff2d7ce0 6540709817dcc1862105de142b61a32999c1b576 659a168b3826fa2e7ce6067404fc360535ae7d36 7c1dc0f023203e03af026e0df4215186ef80acbb b8c6e30a39eb05f0ddf6097b1664cdb7150b6a9a bf6c7c2fee315f1581f487933a2a10c37160a887 c05c9f5020dbccce73e5431b6aac6fb4303dcd03 d40da8e66ba4c8b4badcdba0b70abf140cb90422 e2208489130b8ced76c6bef1a6814ce58466d7e0 Package: ros-lyrical-event-camera-py Version: 3.0.0-3resolute.20260901.142827 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 418 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-event-camera-codecs, ros-lyrical-event-camera-msgs, ros-lyrical-pybind11-vendor, ros-lyrical-ros-environment, ros-lyrical-rpyutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/event_camera_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-py/ros-lyrical-event-camera-py_3.0.0-3resolute.20260901.142827_amd64.deb Size: 143916 SHA256: 381feb464e9b030f21902f8d9565cf2041d46a4d9c96ad3e56e13ca0b12cf1bb SHA1: 209e005c1443581c7d4df07de6214e5e3eeded0f MD5sum: e52b9c2a62d37659e36de1811cc7ffc4 Description: Python access for event_camera_msgs. Package: ros-lyrical-event-camera-py-dbgsym Package-Type: ddeb Source: ros-lyrical-event-camera-py Version: 3.0.0-3resolute.20260901.142827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1918 Depends: ros-lyrical-event-camera-py (= 3.0.0-3resolute.20260901.142827) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-py/ros-lyrical-event-camera-py-dbgsym_3.0.0-3resolute.20260901.142827_amd64.deb Size: 1748744 SHA256: d522085d66f897ff6e4df5ce6ba26804fad0f4bd140e2b6c5e3386b957ded588 SHA1: 70daf5f7581d30a605ed42acf372bf4eddb9fffd MD5sum: e581c02bb428e929615d0b2d704032f6 Description: debug symbols for ros-lyrical-event-camera-py Build-Ids: b1fd95f39539173d2185b90e3f94da3605dd3ec3 Package: ros-lyrical-event-camera-renderer Version: 3.0.0-3resolute.20260901.183419 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 631 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), ros-lyrical-event-camera-codecs, ros-lyrical-event-camera-msgs, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-ros-environment, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/event_camera_renderer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-renderer/ros-lyrical-event-camera-renderer_3.0.0-3resolute.20260901.183419_amd64.deb Size: 144002 SHA256: fa791300a9248893edc89a160bf51272cbd2a0086e88e591381f0c73dac232d6 SHA1: 8d9cb49c70a59ea4a39d2ee81db3f28e52087177 MD5sum: b7330bb19fec739579f789f65d04165c Description: package for rendering event_camera_msgs Package: ros-lyrical-event-camera-renderer-dbgsym Package-Type: ddeb Source: ros-lyrical-event-camera-renderer Version: 3.0.0-3resolute.20260901.183419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3533 Depends: ros-lyrical-event-camera-renderer (= 3.0.0-3resolute.20260901.183419) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-renderer/ros-lyrical-event-camera-renderer-dbgsym_3.0.0-3resolute.20260901.183419_amd64.deb Size: 3048658 SHA256: 4d677d0358e36561f6b9ef97de4538321ff423d8b6a133860a9c82dd427563de SHA1: e602fbbb92911089b6ef7e74adfccf503787825d MD5sum: 123bcc4f6d79462cb0ef292d2dfa3eb2 Description: debug symbols for ros-lyrical-event-camera-renderer Build-Ids: 346a7537e9b7df8c14d738b50d47100a733a7591 3a487df23217b7c913d23e272b4ec1c75ccde89e Package: ros-lyrical-event-camera-tools Version: 3.1.5-2resolute.20260901.170721 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3077 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-lyrical-event-camera-codecs, ros-lyrical-event-camera-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-storage, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/event_camera_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-tools/ros-lyrical-event-camera-tools_3.1.5-2resolute.20260901.170721_amd64.deb Size: 453694 SHA256: 39c7c29b569896c8d40269a68a45d2d7150da2f9f7db1dff17c6daab85ef6ffe SHA1: 40bd26ec86737ccdbdbe684b42a975127d0c914d MD5sum: 654d6c5b47ef7fbe12d333009f38a363 Description: package with ROS1 and ROS2 tools related to event_camera_msgs Package: ros-lyrical-event-camera-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-event-camera-tools Version: 3.1.5-2resolute.20260901.170721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 16874 Depends: ros-lyrical-event-camera-tools (= 3.1.5-2resolute.20260901.170721) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-camera-tools/ros-lyrical-event-camera-tools-dbgsym_3.1.5-2resolute.20260901.170721_amd64.deb Size: 14190058 SHA256: 1d032f221dbb61babfaafa9ff32514329ca47781d5123cb8b3fc6b68dccad7fb SHA1: a848d4272711bfee266b131f7c2c971d1d374883 MD5sum: 05cf8b2f3de0ac063998094e6e9e63c5 Description: debug symbols for ros-lyrical-event-camera-tools Build-Ids: 111bf020272522c3b83bfd3b139cc322c1358e93 2e94fbbeea61948646e88333c2d6f308c75337ac 353fa45e63b47804044a5c6f9e295b6d0ba6c6be 4396cf14d23eec1488fb06012fedd8c23005e35a 55cced1de90e317f5768eb3526a560f23c528108 5b8b8647e85a74a3a374405c84226c3f7b5bcca3 76711ce54b88d08a91be7d31dd5f76fd7af2308f 97fa6a69a0b169db5b1488d62db971a32ba5d759 a46ad6546f679cf811caf8b082674add72a24c6b d3111791eb846a2192b85876341ab68cb152451a f0c69e20192be6efeb214898d5575cb8b17842ec Package: ros-lyrical-event-image-reconstruction-fibar Version: 3.0.4-3resolute.20260901.183354 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2073 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-lyrical-cv-bridge, ros-lyrical-event-camera-codecs, ros-lyrical-event-camera-msgs, ros-lyrical-fibar-lib, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-transport, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/event_image_reconstruction_fibar/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-image-reconstruction-fibar/ros-lyrical-event-image-reconstruction-fibar_3.0.4-3resolute.20260901.183354_amd64.deb Size: 387410 SHA256: 820967b147e73087dc561219cbe10ace7b487cb1155c5d85aeacf3477ad4a883 SHA1: d3fb73992ef446e850ae6ff12b7c16b87822a21e MD5sum: 8998b5ed4e6e8484774345956593ad5c Description: ROS package for synchronized image reconstruction from event frames Package: ros-lyrical-event-image-reconstruction-fibar-dbgsym Package-Type: ddeb Source: ros-lyrical-event-image-reconstruction-fibar Version: 3.0.4-3resolute.20260901.183354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 10299 Depends: ros-lyrical-event-image-reconstruction-fibar (= 3.0.4-3resolute.20260901.183354) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-event-image-reconstruction-fibar/ros-lyrical-event-image-reconstruction-fibar-dbgsym_3.0.4-3resolute.20260901.183354_amd64.deb Size: 8575740 SHA256: 4315f465e7ee4408ddd4a6b73e389beea6a5b96d9f8e56c8b40f1bede474ba00 SHA1: 0ca3f6643d27f4a0648bb68e74705d1e428b94a2 MD5sum: e4f6eff207ebb47b49e7bad037d7bfc4 Description: debug symbols for ros-lyrical-event-image-reconstruction-fibar Build-Ids: 28da0c605a555067ad7b3b98ca92f295861a4d3c 46f69b8bb45aeb761d32bae7311e51d4d2506cbd 96ea05d42f1d716aea49447976bf8521a349fe74 f1f4dae74bfe96ea8373e9a46cd95acce8a6ce34 Package: ros-lyrical-example-interfaces Version: 0.14.1-3resolute.20260901.110530 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 6524 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/example_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-example-interfaces/ros-lyrical-example-interfaces_0.14.1-3resolute.20260901.110530_amd64.deb Size: 403268 SHA256: 1afb2549508f6b21dac39ab53f1c40fd47aa5d9de8a8f241201f578d4a65cd9b SHA1: ae6ee4aae45e507cd861139e2a1a7700a9e639a9 MD5sum: c1505ca246dd1f0ef6e4674f16fc4e10 Description: Contains message and service definitions used by the examples. Package: ros-lyrical-example-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-example-interfaces Version: 0.14.1-3resolute.20260901.110530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 5452 Depends: ros-lyrical-example-interfaces (= 0.14.1-3resolute.20260901.110530) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-example-interfaces/ros-lyrical-example-interfaces-dbgsym_0.14.1-3resolute.20260901.110530_amd64.deb Size: 4164714 SHA256: 5dd74142cb3651eb42fa27941f2974b7c702dc19969b43fc411bd20e1d28dce0 SHA1: a6a625cae1409ff1663da03095ea198beef9bbcd MD5sum: f6695db15449d444a7700d0712383742 Description: debug symbols for ros-lyrical-example-interfaces Build-Ids: 5026d977e2f7acf312d14fdb1e56276a0a5fb5f0 58328670e0175c5f5e5a5ae0bc22502ebddcfdd7 59519fa2c5f067f9876482e0e86cfb09334f6feb 62ba813ce7e758f7a6ba0b16eb1d60e112f40d6a 6afa387f9e24bddbb0bd834d71b9af6a432f2ca7 7955e837c6bd2e45caf396570f9568bdf8b64117 8994247e92c0183da3d5ae5b4008cabba06a789e 9636801f850d48b848bf7f54f2d3daea629620f0 9a742131d36ad660aeba4e18068fec8ceb149899 a156f9560257ae432e78880e6df4ccce89ce94e7 b4b84c7513a09823241a4bc8fcac0f4aabddb9e0 Package: ros-lyrical-examples-rclcpp-async-client Version: 0.21.5-3resolute.20260901.151957 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 158 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_async_client/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-async-client/ros-lyrical-examples-rclcpp-async-client_0.21.5-3resolute.20260901.151957_amd64.deb Size: 40726 SHA256: 67c9b08d4e38c144b3b770a0652ad1d9cdf32288e79fcf2c45d5af0b380d552a SHA1: 25565d151eb0073c8f4871c536c569c0e75ef72f MD5sum: 1df271967a10e12987c34f4d136f756a Description: Example of an async service client Package: ros-lyrical-examples-rclcpp-async-client-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-async-client Version: 0.21.5-3resolute.20260901.151957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 706 Depends: ros-lyrical-examples-rclcpp-async-client (= 0.21.5-3resolute.20260901.151957) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-async-client/ros-lyrical-examples-rclcpp-async-client-dbgsym_0.21.5-3resolute.20260901.151957_amd64.deb Size: 652288 SHA256: e0e250317a05f3886d7dc214d02f2a1de130e468a4fb4d8d31c64896e91ac5a1 SHA1: 18444c95066ef7df34bb79c2a88277972eaf588e MD5sum: cd9b7fe9ad154a5713ff3f08aabb7346 Description: debug symbols for ros-lyrical-examples-rclcpp-async-client Build-Ids: e4d636e60c308328672c5293aa6d4150cabb3810 Package: ros-lyrical-examples-rclcpp-cbg-executor Version: 0.21.5-3resolute.20260901.150934 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1498 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_cbg_executor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-cbg-executor/ros-lyrical-examples-rclcpp-cbg-executor_0.21.5-3resolute.20260901.150934_amd64.deb Size: 226290 SHA256: 2c5c85bfb7dda1e130d92ab0a76ffaa7d48cf0c1b28eaa394fab5ca687eb2929 SHA1: 9b9f2cd07007d34881c003fe78d6ff172cea9e41 MD5sum: 4ce15c81878409cc880900bb144846c0 Description: Example for multiple Executor instances in one process, using the callback-group-level interface of the Executor class. Package: ros-lyrical-examples-rclcpp-cbg-executor-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-cbg-executor Version: 0.21.5-3resolute.20260901.150934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 7889 Depends: ros-lyrical-examples-rclcpp-cbg-executor (= 0.21.5-3resolute.20260901.150934) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-cbg-executor/ros-lyrical-examples-rclcpp-cbg-executor-dbgsym_0.21.5-3resolute.20260901.150934_amd64.deb Size: 6601374 SHA256: 6a97b00adfd3ad0633986f38dacd0fca53cf3b8c970058b0dfda7e15bc73b03c SHA1: ef4637c7f1fe86c7089bd919ddd4f791708ad3b6 MD5sum: 922cb0ee96b26a45b48448a0812ec730 Description: debug symbols for ros-lyrical-examples-rclcpp-cbg-executor Build-Ids: 3ae1715683cb16060ca97396fbffead46dc939ec 6ce9b2f028674b378cfaa2cc9e031152d1c3557c f5ded81a6f2fe59577481e7762696dd9a2e54ae7 Package: ros-lyrical-examples-rclcpp-minimal-action-client Version: 0.21.5-3resolute.20260901.164744 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 576 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_action_client/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-action-client/ros-lyrical-examples-rclcpp-minimal-action-client_0.21.5-3resolute.20260901.164744_amd64.deb Size: 98258 SHA256: ce946182b81dd77e47cf370b21b94cfde11452b246f70ff55f1c713793e35763 SHA1: 26da57694fef99a12984bd85d47fb19f58a5e39c MD5sum: 25378948e742b70943cde4e6fbd15b4e Description: Minimal action client examples Package: ros-lyrical-examples-rclcpp-minimal-action-client-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-minimal-action-client Version: 0.21.5-3resolute.20260901.164744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2821 Depends: ros-lyrical-examples-rclcpp-minimal-action-client (= 0.21.5-3resolute.20260901.164744) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-action-client/ros-lyrical-examples-rclcpp-minimal-action-client-dbgsym_0.21.5-3resolute.20260901.164744_amd64.deb Size: 2452726 SHA256: db2f3cc28fe4c0c8f7a25d69ade145b87a3cd17abbcac5f66afa30c29b88c446 SHA1: c5732691299badc0f199532c494504c39efa6a92 MD5sum: c2a8dfe2e8253d23a2240235cb4cefcc Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-action-client Build-Ids: 305266061cfe3eb52c833bb11fefedbbff720e14 7faadb5b1249a00395f5919a733191bb4de03348 ce87c05ab55957ce9f230d0a2bba00e90923416b fbf3159dee8cd6042e9299cf28554aa978fe3473 Package: ros-lyrical-examples-rclcpp-minimal-action-server Version: 0.21.5-3resolute.20260901.164754 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 359 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_action_server/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-action-server/ros-lyrical-examples-rclcpp-minimal-action-server_0.21.5-3resolute.20260901.164754_amd64.deb Size: 62128 SHA256: 44f84ce1175d14d2c757f3576dde69ac7251d07497b473987e0cd582041dbf96 SHA1: 1ef5c29f355c865891b36f39bb2a2f4eca5aaf0b MD5sum: 3bf3c050daa1ffdc0602c4c97f3bf6bc Description: Minimal action server examples Package: ros-lyrical-examples-rclcpp-minimal-action-server-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-minimal-action-server Version: 0.21.5-3resolute.20260901.164754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 1814 Depends: ros-lyrical-examples-rclcpp-minimal-action-server (= 0.21.5-3resolute.20260901.164754) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-action-server/ros-lyrical-examples-rclcpp-minimal-action-server-dbgsym_0.21.5-3resolute.20260901.164754_amd64.deb Size: 1593372 SHA256: 212d4ffd478c747ee2f8a1bff8625de028eafc3a0e43e3f0575f5c8670c4a2d8 SHA1: 6803c7b5349c1bc0a36bc505279d0c0f81ea8684 MD5sum: 0ea8c858d6fd7e9b53a0dca82c4042c9 Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-action-server Build-Ids: 1cf660bda44d624e6e9f793b8fad4e6efa1e2ee0 8d2bef824535f63f9136ce87dbd6388a4575e555 b78b426ae510a76eea9586b1c96f90b176531994 Package: ros-lyrical-examples-rclcpp-minimal-client Version: 0.21.5-3resolute.20260901.152012 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 118 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_client/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-client/ros-lyrical-examples-rclcpp-minimal-client_0.21.5-3resolute.20260901.152012_amd64.deb Size: 27984 SHA256: 112f2d3bba0d429079efad8185f27755a3f3a40dd5d7e5b9b2bb430ad7bfbb88 SHA1: ac57da792eeafbbbf5dedfa149168c2187862ce8 MD5sum: 8522e6d0164a7d3ad9c951f20188570d Description: Examples of minimal service clients Package: ros-lyrical-examples-rclcpp-minimal-client-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-minimal-client Version: 0.21.5-3resolute.20260901.152012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 540 Depends: ros-lyrical-examples-rclcpp-minimal-client (= 0.21.5-3resolute.20260901.152012) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-client/ros-lyrical-examples-rclcpp-minimal-client-dbgsym_0.21.5-3resolute.20260901.152012_amd64.deb Size: 503482 SHA256: 6bb0f3a71bd8d5418deb077997867ed7c354ef11663c8266b091860a920f1aee SHA1: 7ba7280828bb1910f31adc3db740370517e3990b MD5sum: 4ff05e4dd6bf2641b84389b84297411f Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-client Build-Ids: 854564675d8007b4de7191001cd68ee348da21a8 Package: ros-lyrical-examples-rclcpp-minimal-composition Version: 0.21.5-3resolute.20260901.170526 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 580 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_composition/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-composition/ros-lyrical-examples-rclcpp-minimal-composition_0.21.5-3resolute.20260901.170526_amd64.deb Size: 123622 SHA256: 2d5e5916bb890e58258c2222a9248963645148c3095913db525dd635ec4e360c SHA1: 0496756449e24f314f827beb22c00206fe6efc73 MD5sum: a1f5178e5e24e985bd16f81edc0d7208 Description: Minimalist examples of composing nodes in the same process Package: ros-lyrical-examples-rclcpp-minimal-composition-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-minimal-composition Version: 0.21.5-3resolute.20260901.170526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3374 Depends: ros-lyrical-examples-rclcpp-minimal-composition (= 0.21.5-3resolute.20260901.170526) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-composition/ros-lyrical-examples-rclcpp-minimal-composition-dbgsym_0.21.5-3resolute.20260901.170526_amd64.deb Size: 2927622 SHA256: 199372507ba92af4a3805e8be0ff612f3797a91a36998a6ffd2b256b6bda6942 SHA1: 6cbb7e1f2e9169e63f276cbf005a01f50d94b2d8 MD5sum: a3ce762462290fa52952a9167574a445 Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-composition Build-Ids: 2740092409f7d9175804ca472df79540114d00c5 480df8826cceea55a86e897bb4833e726673bf99 4e6210ccdc09f7c910bf3bbc9c9d6aaff88cd950 c55d37122571d1761331238b03756d59d38ee4d7 Package: ros-lyrical-examples-rclcpp-minimal-publisher Version: 0.21.5-3resolute.20260901.151053 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 829 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_publisher/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-publisher/ros-lyrical-examples-rclcpp-minimal-publisher_0.21.5-3resolute.20260901.151053_amd64.deb Size: 136370 SHA256: aacb690d6acfb4adecf4261de75f6bdd22df400e0e73126107da27c317f37e49 SHA1: 37285ac4817d9795bcd7cd2edc0a18dd4c2e005d MD5sum: 27b0fb707bd39e5d2691d227e94d241c Description: Examples of minimal publisher nodes Package: ros-lyrical-examples-rclcpp-minimal-publisher-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-minimal-publisher Version: 0.21.5-3resolute.20260901.151053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4917 Depends: ros-lyrical-examples-rclcpp-minimal-publisher (= 0.21.5-3resolute.20260901.151053) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-publisher/ros-lyrical-examples-rclcpp-minimal-publisher-dbgsym_0.21.5-3resolute.20260901.151053_amd64.deb Size: 4433510 SHA256: c421920d172afab7dbce90127ebb0980ea922406376a486d8b6c299e8041c82d SHA1: 9e6376a616d7507df324f84f534c4f5b633d41b3 MD5sum: e9f65b7f907d509acca1be195b32d911 Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-publisher Build-Ids: 2b2ea3c081e2e30ab6519a47d4084ea0a95efcdb 4db0211ce24d903557f4e4f30f3713f63e9029f5 7c2fdfd64422180997a934a7cdc14d2f7d12f6a2 8e461089e7e63e23a9f425e47a34fcaca2e21bc1 d12899d9cf023b01830a3808d382691d46fd5f7d d2ec573c9cfb0df879a25b67fe3619fa4d176491 Package: ros-lyrical-examples-rclcpp-minimal-service Version: 0.21.5-3resolute.20260901.152008 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 110 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_service/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-service/ros-lyrical-examples-rclcpp-minimal-service_0.21.5-3resolute.20260901.152008_amd64.deb Size: 24508 SHA256: 00ddc488d2b3fb1eced46ca79c724840f522dfe95ebb18e06576e03eb7e2c71c SHA1: af955f402acd2eddd0e3caf4a91b3dd5a41b9322 MD5sum: d20251ac4319de6a23f3378e5bc251dd Description: A minimal service server which adds two numbers Package: ros-lyrical-examples-rclcpp-minimal-service-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-minimal-service Version: 0.21.5-3resolute.20260901.152008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 446 Depends: ros-lyrical-examples-rclcpp-minimal-service (= 0.21.5-3resolute.20260901.152008) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-service/ros-lyrical-examples-rclcpp-minimal-service-dbgsym_0.21.5-3resolute.20260901.152008_amd64.deb Size: 400588 SHA256: 2d6b7a0dad73d0fc71d719bcba64c2c24b76de077110d18ff38f60b2536d0d41 SHA1: 7ac4dada793b187c22ea567568a0ad082d2ceab2 MD5sum: 87b34ce23ca472f1f11da8c2b55f605d Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-service Build-Ids: f09a587f87be26e3c13328d804b31c1f2687c424 Package: ros-lyrical-examples-rclcpp-minimal-subscriber Version: 0.21.5-3resolute.20260901.161347 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 3848 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_subscriber/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-subscriber/ros-lyrical-examples-rclcpp-minimal-subscriber_0.21.5-3resolute.20260901.161347_amd64.deb Size: 465214 SHA256: 01e8f143a8efb38b5a71185171a682cf6c0ea520d5ec266e8bcea9a36e7af257 SHA1: 21fd78f05d224f09f8420b22f11c951f072f9d2b MD5sum: cba337627f101d386491e4e4c0abd405 Description: Examples of minimal subscribers Package: ros-lyrical-examples-rclcpp-minimal-subscriber-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-minimal-subscriber Version: 0.21.5-3resolute.20260901.161347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 20801 Depends: ros-lyrical-examples-rclcpp-minimal-subscriber (= 0.21.5-3resolute.20260901.161347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-subscriber/ros-lyrical-examples-rclcpp-minimal-subscriber-dbgsym_0.21.5-3resolute.20260901.161347_amd64.deb Size: 17076330 SHA256: 2f38efdf431da5d9fdb6e4d3fca6493550bd9d6508802812cb70724db1a9d4e0 SHA1: d70a9578c5d651577783a0fe4dcbc3e0bb07e45c MD5sum: ce23c08e04b1e42abf2511c2fb33b171 Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-subscriber Build-Ids: 1c9abd58b41a8146b35053739fa2533d5c9ea718 527cb67ea5c788acb72729cfa4b280c91a1798a7 63f8d2504c6b0e953c37b37145c2bf265c4c362d 964aa9c8c7a11d3e631ee70f3cf67e439f9ffffa 98b825ca085ab0f6aaf6f982d37dcdfb69044851 a664c74444c2001ef5b04a25eb8607cfdcd2dcb6 a8ad8c7de4825ef79e42a64f15fa8f0352c2bddf b10a698195e9ffaacecc476d37b3d352f5aab0d8 c0031b7776134e68822d6e0119e47e547c0df947 cfbbbccf16371bdce48305b88c13eb9d732cab56 e98036ab1f46b5725c90bc8b0f4db8fb8d6545de Package: ros-lyrical-examples-rclcpp-minimal-timer Version: 0.21.5-3resolute.20260901.160336 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 116 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_timer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-timer/ros-lyrical-examples-rclcpp-minimal-timer_0.21.5-3resolute.20260901.160336_amd64.deb Size: 16776 SHA256: 80d5282f835c0001a88022dba967a74a1ab47689119fe0266df0f114ea68e1d9 SHA1: 155a6bc874ee8b14c6abad1573a9631c5e7647fe MD5sum: 14c8b20ecc40590204761ba25406315a Description: Examples of minimal nodes which have timers Package: ros-lyrical-examples-rclcpp-minimal-timer-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-minimal-timer Version: 0.21.5-3resolute.20260901.160336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 590 Depends: ros-lyrical-examples-rclcpp-minimal-timer (= 0.21.5-3resolute.20260901.160336) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-minimal-timer/ros-lyrical-examples-rclcpp-minimal-timer-dbgsym_0.21.5-3resolute.20260901.160336_amd64.deb Size: 542146 SHA256: 4b89715d9aee40576130ff57e42cbd3037b4ed2cc272605e678906b39f0d11d2 SHA1: 6c7e3db1b73d7e55cc0037c0cf3f84423d04ea26 MD5sum: b628943d565deb44bbffb6ad2482523d Description: debug symbols for ros-lyrical-examples-rclcpp-minimal-timer Build-Ids: 2620c21ab7e7f8caa3cd0f85615ecb965011ef2b 3395a8075e547305d7eb177c7ee5d7cc041fccb8 Package: ros-lyrical-examples-rclcpp-multithreaded-executor Version: 0.21.5-3resolute.20260901.151118 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 498 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_multithreaded_executor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-multithreaded-executor/ros-lyrical-examples-rclcpp-multithreaded-executor_0.21.5-3resolute.20260901.151118_amd64.deb Size: 112970 SHA256: 9be6aba3fe74f0c2b556f8bb03a2189d9ad7b8c836a5daf3289c96ac83146fbf SHA1: b50ad010ffb07fc59aa54425eb15b21d9aac6242 MD5sum: 0e71a4029bef4c9c0d97ec16d7725780 Description: Package containing example of how to implement a multithreaded executor Package: ros-lyrical-examples-rclcpp-multithreaded-executor-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-multithreaded-executor Version: 0.21.5-3resolute.20260901.151118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 2308 Depends: ros-lyrical-examples-rclcpp-multithreaded-executor (= 0.21.5-3resolute.20260901.151118) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-multithreaded-executor/ros-lyrical-examples-rclcpp-multithreaded-executor-dbgsym_0.21.5-3resolute.20260901.151118_amd64.deb Size: 1916732 SHA256: 26bc6199889997ac3ecf71d7a79119b5df537b83b9bcd1d6cc6fc0702997daae SHA1: f2aef0fe91f82e61085939128b1611c4063b2090 MD5sum: e803ddbc41bc765e459af3d8a5ed7410 Description: debug symbols for ros-lyrical-examples-rclcpp-multithreaded-executor Build-Ids: 3aee9b598231431ee124abe7c7ec2400c60ac057 Package: ros-lyrical-examples-rclcpp-wait-set Version: 0.21.5-3resolute.20260901.161338 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 4182 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_wait_set/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-wait-set/ros-lyrical-examples-rclcpp-wait-set_0.21.5-3resolute.20260901.161338_amd64.deb Size: 573992 SHA256: bd31c62319e6385c04c2371d8b4503189bb866636cc65298e50d171a82a28883 SHA1: e239125b9939b60b2122526dbff26182031a754e MD5sum: 15e1e2dd1cf2659e81f4930ca3911012 Description: Example of how to use the rclcpp::WaitSet directly. Package: ros-lyrical-examples-rclcpp-wait-set-dbgsym Package-Type: ddeb Source: ros-lyrical-examples-rclcpp-wait-set Version: 0.21.5-3resolute.20260901.161338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 21809 Depends: ros-lyrical-examples-rclcpp-wait-set (= 0.21.5-3resolute.20260901.161338) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclcpp-wait-set/ros-lyrical-examples-rclcpp-wait-set-dbgsym_0.21.5-3resolute.20260901.161338_amd64.deb Size: 18313040 SHA256: 8c5d6f4dea9ef2197d607ed9a3a6310734bc16139fd03742b0e082343e328c3a SHA1: d6f1d75d86e2bc5f95bb40a14f4bd4896b67133f MD5sum: 395aff1ae271dfc35012b0282488c72d Description: debug symbols for ros-lyrical-examples-rclcpp-wait-set Build-Ids: 2e63bacacb67a37e8ec6ae92152be9e5bfcd422a 4279ee62fb6b9aa7831ef66aa02dac8d749cb189 5afbc12269c9d1687c94cd3bbe13f94647918d1d 975d86a738b2a7996df99f00f557b17b24374559 9d3f382795ef0d8bf24f958571a52c36a997a1d0 b192853c3ea683a91dd1e6950ec4aef095090a36 b1fa84251a81dc19b77a80a6d3585d5e12bf135d bb493d998b6e8d91ae07e40134a12c9e0b857493 d4d4e0f0521eab4e541c8d3412279935a82f658d e5370f9d2ef932a949e8c53b26ee161505fa5492 f2413709dc133b7e756dac4f2236346157aed18f f3fd7121390336f2bf4a91f89c28c317afed9c69 Package: ros-lyrical-examples-rclpy-executors Version: 0.21.5-3resolute.20260901.193218 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 82 Depends: ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_executors/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclpy-executors/ros-lyrical-examples-rclpy-executors_0.21.5-3resolute.20260901.193218_amd64.deb Size: 13072 SHA256: d3698e43db52444440a848391d16a31c32d7ed73647ac53f113b28f48527bdf0 SHA1: 9e315a2137456f4a1a40af315c688f286b91bb02 MD5sum: 2a6e02a3e079be50b68416c4bbd460f2 Description: Examples of creating and using exectors to run multiple nodes in the same process Package: ros-lyrical-examples-rclpy-guard-conditions Version: 0.21.5-3resolute.20260901.193526 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 39 Depends: ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_guard_conditions/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclpy-guard-conditions/ros-lyrical-examples-rclpy-guard-conditions_0.21.5-3resolute.20260901.193526_amd64.deb Size: 6096 SHA256: 9d9fa66a56a0c76b8a22efb03734d0f1fadfad052b3ef0c3cc4f55ef52ee8428 SHA1: 104184bafcc186ea8a0e6eaf1163be71afb77bb9 MD5sum: 8429e37c34f7b1b8200aef3bfbfe4916 Description: Examples of using guard conditions. Package: ros-lyrical-examples-rclpy-minimal-action-client Version: 0.21.5-3resolute.20260901.193216 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 74 Depends: ros-lyrical-action-msgs, ros-lyrical-example-interfaces, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_action_client/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclpy-minimal-action-client/ros-lyrical-examples-rclpy-minimal-action-client_0.21.5-3resolute.20260901.193216_amd64.deb Size: 12060 SHA256: 9995b2e6fd59b3745d5d1ef90f1d16008e74741c687452270f22aafc7576e629 SHA1: 793196761379d8a8b3adb2c51e1b6f8a9e65e4f0 MD5sum: 398c313fac67adf9ead74ffa2cb5ae14 Description: Examples of minimal action clients using rclpy. Package: ros-lyrical-examples-rclpy-minimal-action-server Version: 0.21.5-3resolute.20260901.181224 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 94 Depends: ros-lyrical-example-interfaces, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_action_server/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclpy-minimal-action-server/ros-lyrical-examples-rclpy-minimal-action-server_0.21.5-3resolute.20260901.181224_amd64.deb Size: 13176 SHA256: 14a3a456dde3c5754e19241c6c9165116316671aa7e32b6b40ddbf86a9180b33 SHA1: 9be213da86eb9b0a2e8ad1b00922cdcbfcce6917 MD5sum: 259c92e9379fa46f84e63b4a809f3331 Description: Examples of minimal action servers using rclpy. Package: ros-lyrical-examples-rclpy-minimal-client Version: 0.21.5-3resolute.20260901.181218 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 59 Depends: ros-lyrical-example-interfaces, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_client/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclpy-minimal-client/ros-lyrical-examples-rclpy-minimal-client_0.21.5-3resolute.20260901.181218_amd64.deb Size: 9396 SHA256: 13777b197756288061bff6b7b8cc0ecc546c0cfbf38ed27077b35b04e02881dc SHA1: 75897559347743bbd8d62260789af8cebec88671 MD5sum: 819064990adcc85ff95e73ea5c40ae2c Description: Examples of minimal service clients using rclpy. Package: ros-lyrical-examples-rclpy-minimal-publisher Version: 0.21.5-3resolute.20260901.181232 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 60 Depends: ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_publisher/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclpy-minimal-publisher/ros-lyrical-examples-rclpy-minimal-publisher_0.21.5-3resolute.20260901.181232_amd64.deb Size: 9652 SHA256: 9d2dcad22bf81df8f3e7b202fa5252a0a15e3fc299be939f2e61d06646f65d2e SHA1: ad435c733224e8ff6580bc6d5cc5fba331819bf2 MD5sum: d8ad0c7edaaaddffcdc5a46691f3d2a3 Description: Examples of minimal publishers using rclpy. Package: ros-lyrical-examples-rclpy-minimal-service Version: 0.21.5-3resolute.20260901.181309 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 45 Depends: ros-lyrical-example-interfaces, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_service/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclpy-minimal-service/ros-lyrical-examples-rclpy-minimal-service_0.21.5-3resolute.20260901.181309_amd64.deb Size: 6986 SHA256: d3061be4185f146df73ac8c2000ea140ab968dcd2a425f8b10a3030cebe1f069 SHA1: e50eec110186303ce6b7705c0c01848f4f7810a2 MD5sum: a36341a8759558ab04d4d7754a59d002 Description: Examples of minimal service servers using rclpy. Package: ros-lyrical-examples-rclpy-minimal-subscriber Version: 0.21.5-3resolute.20260901.181725 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 50 Depends: ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_subscriber/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclpy-minimal-subscriber/ros-lyrical-examples-rclpy-minimal-subscriber_0.21.5-3resolute.20260901.181725_amd64.deb Size: 7460 SHA256: fb8f04628183cc2a0b0b11b4a567ec80c9090da7150314d574bc5f703ee6ee07 SHA1: d3dbb91d897fb5d470c5d6283624ce85e3766144 MD5sum: f5f67b3ce6b2e8eef21de2dce5f878f3 Description: Examples of minimal subscribers using rclpy. Package: ros-lyrical-examples-rclpy-pointcloud-publisher Version: 0.21.5-3resolute.20260901.181725 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 41 Depends: python3-numpy, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-sensor-msgs-py, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_pointcloud_publisher/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-rclpy-pointcloud-publisher/ros-lyrical-examples-rclpy-pointcloud-publisher_0.21.5-3resolute.20260901.181725_amd64.deb Size: 7098 SHA256: bfec73172eca230429e3bf2164c3f5ef8a1df1fd41cee4425766b2b9ace62cf3 SHA1: 4b5975cf65c1b415e2776c2021d29871c91b809d MD5sum: 693b40757b4a16c5e4ce53d7012b7778 Description: Example on how to publish a Pointcloud2 message Package: ros-lyrical-examples-tf2-py Version: 0.45.9-1resolute.20260901.185710 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 91 Depends: ros-lyrical-geometry-msgs, ros-lyrical-launch-ros, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-tf2-ros-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/examples_tf2_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-examples-tf2-py/ros-lyrical-examples-tf2-py_0.45.9-1resolute.20260901.185710_amd64.deb Size: 15074 SHA256: 724fbb9b44964d75ca5b97f7951912cf7a45d46fd35f05960b06434eaff6a031 SHA1: 2a027754193fe0f99f874be64a97e5b6b345eef2 MD5sum: 2d651f8f6e8d483623025a54cc3a7a53 Description: Has examples of using the tf2 Python API. Package: ros-lyrical-executive-smach Version: 3.0.3-4resolute.20260901.173459 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 44 Depends: ros-lyrical-smach, ros-lyrical-smach-msgs, ros-lyrical-smach-ros, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/smach Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-executive-smach/ros-lyrical-executive-smach_3.0.3-4resolute.20260901.173459_amd64.deb Size: 5676 SHA256: 412d34f3546c70118a352ad988c83031a044a21fc4aa82d54a6313d24ccb18e6 SHA1: a5d39732799bae01fa2cca1f6465dcfefec43aa2 MD5sum: 12cfd88ffb5b47947a7736de134cfb6b Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-lyrical-fastcdr Version: 2.3.6-1resolute.20260728.172850 Architecture: amd64 Maintainer: "Miguel Company" Installed-Size: 512 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-lyrical-ros-workspace Homepage: https://www.eprosima.com/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fastcdr/ros-lyrical-fastcdr_2.3.6-1resolute.20260728.172850_amd64.deb Size: 62556 SHA256: 5d874cc3ee21a066c401695e6b77dbb9201d830a551e0c29462716e7d799dfbc SHA1: f9695b769135be84c8b91f245b8a99efa53d96c5 MD5sum: 87998209e246693b6dfdbe6b5d8dae5b Description: *eProsima Fast CDR* is a C++ serialization library implementing the Common Data Representation (CDR) mechanism defined by the Object Management Group (OMG) consortium. CDR is the serialization mechanism used in DDS for the DDS Interoperability Wire Protocol (DDSI-RTPS). Package: ros-lyrical-fastcdr-dbgsym Package-Type: ddeb Source: ros-lyrical-fastcdr Version: 2.3.6-1resolute.20260728.172850 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Company" Installed-Size: 291 Depends: ros-lyrical-fastcdr (= 2.3.6-1resolute.20260728.172850) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fastcdr/ros-lyrical-fastcdr-dbgsym_2.3.6-1resolute.20260728.172850_amd64.deb Size: 232726 SHA256: be8ea3d6d2f20951c4ea119f8212d5b338a7e8ed008d1778a7a18a764d516b43 SHA1: e1ec31a6f7c39442b978d1b1eee312ad607541c5 MD5sum: e8f716935e157b71fe5cbe0f64146da2 Description: debug symbols for ros-lyrical-fastcdr Build-Ids: a98971f702ea0ac9fcf3b3a4e7272e80d2f36fa1 Package: ros-lyrical-fastdds Version: 3.6.2-1resolute.20260728.174239 Architecture: amd64 Maintainer: "Raul Sanchez Mateos" Installed-Size: 14056 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-fastcdr, libssl-dev, libtinyxml2-dev, python3-dev, ros-lyrical-foonathan-memory-vendor, ros-lyrical-ros-workspace Replaces: ros-lyrical-fastrtps Homepage: https://www.eprosima.com/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fastdds/ros-lyrical-fastdds_3.6.2-1resolute.20260728.174239_amd64.deb Size: 3686226 SHA256: 1ba3f77a2a6d5f83585e679551599a055c080604c64f90b921ecfc1b3644bc45 SHA1: 1c238bf288b06c3e647731a5debf99c247bd064c MD5sum: 9adbd41715a9d31c8a2b43c050ec9233 Description: eProsima Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. eProsima Fast DDS expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals. Package: ros-lyrical-fastdds-dbgsym Package-Type: ddeb Source: ros-lyrical-fastdds Version: 3.6.2-1resolute.20260728.174239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Raul Sanchez Mateos" Installed-Size: 69902 Depends: ros-lyrical-fastdds (= 3.6.2-1resolute.20260728.174239) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fastdds/ros-lyrical-fastdds-dbgsym_3.6.2-1resolute.20260728.174239_amd64.deb Size: 64769522 SHA256: cdabcebb5ad6414868408135df16113dfb94a196e096e470e0cbc8d58a8d7500 SHA1: 6e5adc924490884e4b7ec1552131994d26681106 MD5sum: 4adb2ee20cd3c491c2d8516848a5fb12 Description: debug symbols for ros-lyrical-fastdds Build-Ids: 49ceaa81d08711a4213ca140bf0d53aac619550a 820453896c104a53a46efa24215acfbe9167e9a3 Package: ros-lyrical-ffmpeg-encoder-decoder Version: 3.0.1-3resolute.20260901.153522 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 377 Depends: libavcodec62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libswscale9 (>= 7:8.0.1), ffmpeg, libavcodec-dev, libavdevice-dev, libavformat-dev, libavutil-dev, libopencv-imgproc-dev, libswscale-dev, ros-lyrical-cv-bridge, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ffmpeg_encoder_decoder/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-encoder-decoder/ros-lyrical-ffmpeg-encoder-decoder_3.0.1-3resolute.20260901.153522_amd64.deb Size: 112114 SHA256: 9e12e3546342a4acf2379bb56f6824112189c44d44b98501325fc6c7c51ccf2c SHA1: bb45315bfd3a5e2724a7bcd3eeadcf3f23d74f12 MD5sum: 6b22709ba9440747f4453a7769e3170b Description: ROS2 convenience wrapper around ffmpeg for encoding/decoding Package: ros-lyrical-ffmpeg-encoder-decoder-dbgsym Package-Type: ddeb Source: ros-lyrical-ffmpeg-encoder-decoder Version: 3.0.1-3resolute.20260901.153522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1803 Depends: ros-lyrical-ffmpeg-encoder-decoder (= 3.0.1-3resolute.20260901.153522) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-encoder-decoder/ros-lyrical-ffmpeg-encoder-decoder-dbgsym_3.0.1-3resolute.20260901.153522_amd64.deb Size: 1699662 SHA256: 37599bbf072db1b77d8d919935260e3daa5e29858b2cace445b31a42de975ee9 SHA1: a54d2e55e3618d4c8f7d2e63b2678f647479143e MD5sum: cd86be2883b9b70ac327d915d43892ab Description: debug symbols for ros-lyrical-ffmpeg-encoder-decoder Build-Ids: e21513142940d59c3e02478aadfa6a0b1c36cea7 Package: ros-lyrical-ffmpeg-image-transport Version: 3.0.4-1resolute.20260901.183229 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 661 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ffmpeg-encoder-decoder, ros-lyrical-ffmpeg-image-transport-msgs, ros-lyrical-image-transport, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-image-transport/ros-lyrical-ffmpeg-image-transport_3.0.4-1resolute.20260901.183229_amd64.deb Size: 151188 SHA256: ddddfee1f1ec1670293aa0300349ef53b9b100c18cc53c50a14ebc777886bb4a SHA1: 3c9470b9eed8c8bbe2b094ac31d0f20837f85344 MD5sum: 70ed5f15adbea25e882397dffef3b1bb Description: ffmpeg_image_transport provides a plugin to image_transport for transparently sending an image stream encoded with ffmpeg. Package: ros-lyrical-ffmpeg-image-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-ffmpeg-image-transport Version: 3.0.4-1resolute.20260901.183229 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3308 Depends: ros-lyrical-ffmpeg-image-transport (= 3.0.4-1resolute.20260901.183229) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-image-transport/ros-lyrical-ffmpeg-image-transport-dbgsym_3.0.4-1resolute.20260901.183229_amd64.deb Size: 2844468 SHA256: 125d231f2f6820f279f47c6be0f9b6a30b17558dbe9ded664bc2d37afa399a13 SHA1: b569dbc50595a26a99ccfd99f6b1762daf15ba7d MD5sum: 59244199f8ae15d7c3473ac802224b71 Description: debug symbols for ros-lyrical-ffmpeg-image-transport Build-Ids: 3c8aca6042408ce0ad37e460ebc3eb55f5cd9206 Package: ros-lyrical-ffmpeg-image-transport-msgs Version: 1.3.0-1resolute.20260901.115454 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 603 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ffmpeg_image_transport_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-image-transport-msgs/ros-lyrical-ffmpeg-image-transport-msgs_1.3.0-1resolute.20260901.115454_amd64.deb Size: 77580 SHA256: 956c5164103954e46be6097d37a81e000e18828fbfb33a6379b77a6a3c31cbdd SHA1: 7d10859abd6639cd98aaa11f4bb4080ef8229a8f MD5sum: 2ef6b0106c5bdadd21df1e30ca56640b Description: messages for ffmpeg image transport plugin Package: ros-lyrical-ffmpeg-image-transport-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ffmpeg-image-transport-msgs Version: 1.3.0-1resolute.20260901.115454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 710 Depends: ros-lyrical-ffmpeg-image-transport-msgs (= 1.3.0-1resolute.20260901.115454) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-image-transport-msgs/ros-lyrical-ffmpeg-image-transport-msgs-dbgsym_1.3.0-1resolute.20260901.115454_amd64.deb Size: 533006 SHA256: b0543907af40ed715e615e194a6da41812528e54972cd23f93d9a5a203517e20 SHA1: 8ab4e845705e64a5a6bad6ee0a98f0b3540a9787 MD5sum: 723a57d3c5ac1eda14f4c0e4eb53d941 Description: debug symbols for ros-lyrical-ffmpeg-image-transport-msgs Build-Ids: 09642b76262a0d7aac3b52f9ebcbcae9276d0c6b 156a5403b1cd20cb002ff6ec4eac1df1e058ea4c 2667cfbdd1a19e67e2d42c33cecab677027790c7 2aeeed7e4f4f4fd77b33e3ffddf420677e2baa5c 2df49afc509657c9f7dc0f2eaa8ee75678508cef 7a021026c5831f5c184a27900af606c2a37b1823 8d35b8125cf84b5f439f75a694cdbf688801d644 8d72eacbb1f22bf64c50d93ba52e37c084e6c987 946f826314a28277f8ed9db73d35df59439bb79c 9f9d962f66a70336fca4f740e48a9a3a25dd1a49 bc7054b2a82fa324f22e8e5f78b5a8cf6de68a69 Package: ros-lyrical-ffmpeg-image-transport-tools Version: 3.0.1-3resolute.20260901.170755 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 597 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-imgproc-dev, ros-lyrical-cv-bridge, ros-lyrical-ffmpeg-encoder-decoder, ros-lyrical-ffmpeg-image-transport-msgs, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-storage, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ffmpeg_image_transport_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-image-transport-tools/ros-lyrical-ffmpeg-image-transport-tools_3.0.1-3resolute.20260901.170755_amd64.deb Size: 148704 SHA256: f116647624cf7379b0993c65dd72137126b777e06bb5fb189f77a884a3697432 SHA1: 1c5a1bb03707f23b54d6e61ec55c651909ce8c48 MD5sum: fcc8e801c8bc6f4f12e8754fcd703bd0 Description: tools for processing ffmpeg_image_transport_msgs Package: ros-lyrical-ffmpeg-image-transport-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-ffmpeg-image-transport-tools Version: 3.0.1-3resolute.20260901.170755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3715 Depends: ros-lyrical-ffmpeg-image-transport-tools (= 3.0.1-3resolute.20260901.170755) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffmpeg-image-transport-tools/ros-lyrical-ffmpeg-image-transport-tools-dbgsym_3.0.1-3resolute.20260901.170755_amd64.deb Size: 3498622 SHA256: 7d802578b7cad57b0b8b0b322f99b3f6dff1fd82eaebc38984b1708a1f4d9128 SHA1: 6eb0e2525dfe05b9ca63a4846cac0c61a800ae8a MD5sum: f7591821ca15a2dd0152c96f5629036e Description: debug symbols for ros-lyrical-ffmpeg-image-transport-tools Build-Ids: 5b0d6ef4589ab8129e484322a5226fc1b753fd42 5c4ce9f872f402503bda640cce0f483e294490b1 8badeff71b4b38830d0bb90ff45163afa15acf23 fd0e2d26c1981992176ad8050764a02fef14f87b Package: ros-lyrical-ffw-bringup Version: 1.1.14-3resolute.20260908.162527 Architecture: amd64 Maintainer: Pyo Installed-Size: 184 Depends: ros-lyrical-dynamixel-hardware-interface, ros-lyrical-ffw-description, ros-lyrical-gz-ros2-control, ros-lyrical-image-transport-plugins, ros-lyrical-rclpy, ros-lyrical-robot-state-publisher, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-image, ros-lyrical-ros-gz-sim, ros-lyrical-ros2-control, ros-lyrical-ros2-controllers, ros-lyrical-rviz2, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://ai.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-bringup/ros-lyrical-ffw-bringup_1.1.14-3resolute.20260908.162527_amd64.deb Size: 29154 SHA256: f9e8d9b0a08d59bb88674391452296b2e90fbdd61350e0133ca777f40de50c05 SHA1: ad8f6c34b8d1a37e905b9830bc65ec0495755ecb MD5sum: fd3fa1f07abd2fef3fff2af78d35454e Description: ROS 2 launch scripts for starting the FFW Package: ros-lyrical-ffw-description Version: 1.1.14-3resolute.20260908.162011 Architecture: amd64 Maintainer: Pyo Installed-Size: 63677 Depends: ros-lyrical-joint-state-publisher, ros-lyrical-joint-state-publisher-gui, ros-lyrical-robot-state-publisher, ros-lyrical-rviz2, ros-lyrical-urdf, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ffw_description/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-description/ros-lyrical-ffw-description_1.1.14-3resolute.20260908.162011_amd64.deb Size: 14989024 SHA256: 851cd2d417061012e566c2ddbdcaf8d818a1c9dfa53137a5ea3b134c5df66f9d SHA1: defe810fdd8b914c0f8d66218d546b7cea41d55b MD5sum: 282527f17a54fcee4d43e97c27370065 Description: 3D models of the FFW for simulation and visualization Package: ros-lyrical-ffw-joystick-controller Version: 1.1.14-3resolute.20260908.112008 Architecture: amd64 Maintainer: Pyo Installed-Size: 934 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ffw_joystick_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-joystick-controller/ros-lyrical-ffw-joystick-controller_1.1.14-3resolute.20260908.112008_amd64.deb Size: 211122 SHA256: a6aff094332e9953ae217ad785e2fbe96a35c80404674b37c19615f094bac9ec SHA1: 050955ff03d2588457bd9e52afe3c831b55df41d MD5sum: 1e12656a1a0ab3dcec60e95fc864633d Description: ROS 2 controller for reading joystick values Package: ros-lyrical-ffw-joystick-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-ffw-joystick-controller Version: 1.1.14-3resolute.20260908.112008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4202 Depends: ros-lyrical-ffw-joystick-controller (= 1.1.14-3resolute.20260908.112008) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-joystick-controller/ros-lyrical-ffw-joystick-controller-dbgsym_1.1.14-3resolute.20260908.112008_amd64.deb Size: 3594044 SHA256: b3b8d062fafcf4c7026917c81f51e1cf90ee2682cb090cbf2c5a289a77c6ead1 SHA1: 6299c5446d53326cb0ed164458a1c96e24907cf7 MD5sum: 70a7f9454df89bfba18930824ee7eb4e Description: debug symbols for ros-lyrical-ffw-joystick-controller Build-Ids: 92f49ab8aed8f7638d0297c731221e56224614e2 Package: ros-lyrical-ffw-moveit-config Version: 1.1.14-3resolute.20260908.192726 Architecture: amd64 Maintainer: Pyo Installed-Size: 104 Depends: ros-lyrical-controller-manager, ros-lyrical-joint-state-publisher, ros-lyrical-joint-state-publisher-gui, ros-lyrical-moveit-configs-utils, ros-lyrical-moveit-kinematics, ros-lyrical-moveit-planners, ros-lyrical-moveit-ros-move-group, ros-lyrical-moveit-ros-visualization, ros-lyrical-moveit-setup-assistant, ros-lyrical-moveit-simple-controller-manager, ros-lyrical-robot-state-publisher, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz2, ros-lyrical-tf2-ros, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ffw_moveit_config/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-moveit-config/ros-lyrical-ffw-moveit-config_1.1.14-3resolute.20260908.192726_amd64.deb Size: 12352 SHA256: 0a94ef4b29f569c9f382f92f70cacd42369272e338f89deaf65d48f09bd2ec6e SHA1: cfb12f8f42007aee22b8ce53b1acde1f947d91fa MD5sum: 9ff31e097b920e0f7ee7c7f867120a8e Description: An automatically generated package with all the configuration and launch files for using the ffw with the MoveIt Motion Planning Framework Package: ros-lyrical-ffw-robot-manager Version: 1.1.14-3resolute.20260908.112435 Architecture: amd64 Maintainer: Pyo Installed-Size: 748 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-controller-interface, ros-lyrical-dynamixel-hardware-interface, ros-lyrical-dynamixel-interfaces, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ffw_robot_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-robot-manager/ros-lyrical-ffw-robot-manager_1.1.14-3resolute.20260908.112435_amd64.deb Size: 175142 SHA256: 491aed92747c40c36201bbf81dd2520995d0c4a3a426008fd638ce1485cbccdb SHA1: 644b1c4d32e3829701b327b9819d26e0f072d247 MD5sum: 797e2dea402562f96312604e61d1daac Description: ROS2 controller that logs GPIO Error Code and Hardware Error Status for all GPIO devices. Package: ros-lyrical-ffw-robot-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-ffw-robot-manager Version: 1.1.14-3resolute.20260908.112435 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3657 Depends: ros-lyrical-ffw-robot-manager (= 1.1.14-3resolute.20260908.112435) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-robot-manager/ros-lyrical-ffw-robot-manager-dbgsym_1.1.14-3resolute.20260908.112435_amd64.deb Size: 3152770 SHA256: efc0b78933b0a0a5f250e4420d4d38c4cfccd132e683d7963ec65aa393eb6e2b SHA1: 2f72f43b0192b36de701e187a87eee4c1ce347d4 MD5sum: afdf736c921944e8a79b48d85e4782a1 Description: debug symbols for ros-lyrical-ffw-robot-manager Build-Ids: 9c2e2220e9d69d68df510af9cff10496084e75d0 Package: ros-lyrical-ffw-spring-actuator-controller Version: 1.1.14-3resolute.20260908.112030 Architecture: amd64 Maintainer: Pyo Installed-Size: 256 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ffw_spring_actuator_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-spring-actuator-controller/ros-lyrical-ffw-spring-actuator-controller_1.1.14-3resolute.20260908.112030_amd64.deb Size: 64774 SHA256: 0c19d3323b761f81a3a97539421b730f2d5a05ce5d2c87f83410157fe24ae72b SHA1: a7b5ed8ca86d7d7e0488f825b3904bb5530da1e6 MD5sum: d5c1ec75608eaf206ce8f53fa182da96 Description: Spring Actuator Controller ROS 2 package. Package: ros-lyrical-ffw-spring-actuator-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-ffw-spring-actuator-controller Version: 1.1.14-3resolute.20260908.112030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 834 Depends: ros-lyrical-ffw-spring-actuator-controller (= 1.1.14-3resolute.20260908.112030) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-spring-actuator-controller/ros-lyrical-ffw-spring-actuator-controller-dbgsym_1.1.14-3resolute.20260908.112030_amd64.deb Size: 772192 SHA256: bf1a61fa733e2c671654e6d1e76ba877ea1f4df6928a319158a8b3ef54e6e231 SHA1: 8619d74c5846bc4a1cbd496739a1c7ef6ee1bb1a MD5sum: 22fa260fd7a269510248770fd967fdb7 Description: debug symbols for ros-lyrical-ffw-spring-actuator-controller Build-Ids: d0925247f9e5b0b976bb7ba63f4f85ac4231898d Package: ros-lyrical-ffw-teleop Version: 1.1.14-3resolute.20260901.181725 Architecture: amd64 Maintainer: Pyo Installed-Size: 56 Depends: python3-tk, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ffw_teleop/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ffw-teleop/ros-lyrical-ffw-teleop_1.1.14-3resolute.20260901.181725_amd64.deb Size: 12076 SHA256: 9c3455eeffd3fc6b67ae9ecdab15e3c2c15a741ceb3123423b637e67f8efafd8 SHA1: ed72b2e27126d61b0d06e9b51ae539827b6714bf MD5sum: b9450dc25c73a87da78a3b722e0395fc Description: FFW teleop ROS 2 package. Package: ros-lyrical-fibar-lib Version: 1.0.2-3resolute.20260728.173726 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 49 Depends: clang-tidy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fibar_lib/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fibar-lib/ros-lyrical-fibar-lib_1.0.2-3resolute.20260728.173726_amd64.deb Size: 9508 SHA256: 8997bc0f5b575f0a04ba8d6ed5f9321889f0e3b2abf0ab45a4e1747f845eb8f8 SHA1: 1a5444a4cee89e370c3385b844b25215eab8f1df MD5sum: fc1c8665bc0fcf31d4a8aad9a8c1db41 Description: FIBAR event image reconstruction library Package: ros-lyrical-fields2cover Version: 2.1.0-1resolute.20260908.210053 Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 16445 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libgdal38 (>= 3.11.0), libgeos-c1t64 (>= 3.4.2), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.46), libstdc++6 (>= 13.1), libtiff6 (>= 4.0.3), libtinyxml2-11 (>= 11.0.0), ros-lyrical-ortools-vendor, git, libboost-all-dev, libeigen3-dev, libgdal-dev, libgeos++-dev, libgtest-dev, libtbb-dev, libtinyxml2-dev, python3-dev, python3-matplotlib, python3-tk, swig, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fields2cover/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fields2cover/ros-lyrical-fields2cover_2.1.0-1resolute.20260908.210053_amd64.deb Size: 5324850 SHA256: f6deeae221d009b71bedcb129fa2cd34531d3a92ae97d7b4635ccd26c7309681 SHA1: 5995f8dbebaa0f8c8babf7554d3409853d0d8943 MD5sum: 6541f5604f467053684f6c7442323ff4 Description: Robust and efficient coverage paths for autonomous agricultural vehicles. A modular and extensible Coverage Path Planning library Package: ros-lyrical-fields2cover-dbgsym Package-Type: ddeb Source: ros-lyrical-fields2cover Version: 2.1.0-1resolute.20260908.210053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 32441 Depends: ros-lyrical-fields2cover (= 2.1.0-1resolute.20260908.210053) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fields2cover/ros-lyrical-fields2cover-dbgsym_2.1.0-1resolute.20260908.210053_amd64.deb Size: 21026248 SHA256: 66069f2232488ee8e5554a914b68ef08e71e5beb819aa77996f313fea316fdf1 SHA1: 5b0e8970ab1c3c4f9cddfbf6c69da551d2cd1d0e MD5sum: 280062bb26efa3a7cdc96838f5608dba Description: debug symbols for ros-lyrical-fields2cover Build-Ids: 0585107e700e40164b21720e8bee794ddad3ed4c 79d6546467570d8546eb8ac41c183eb404979349 9c281fb52b89fb3db625f2bcf92e53aa5fc9dc40 b4b40c91c06139d75bfbac0d0d14f927c86d9644 Package: ros-lyrical-filters Version: 2.2.2-3resolute.20260901.160354 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 526 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://wiki.ros.org/filters Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-filters/ros-lyrical-filters_2.2.2-3resolute.20260901.160354_amd64.deb Size: 85368 SHA256: ed8085cc6c95f82b017f04a0647fc330957d538cb28bd6e4d4c2f57232c613db SHA1: bbb6cce897b2fe04150ca3bf70a281c6972b591e MD5sum: 0c740523bd4259a1bdb19385629d9b0f Description: This library provides a standardized interface for processing data as a sequence of filters. This package contains a base class upon which to build specific implementations as well as an interface which dynamically loads filters based on runtime parameters. Package: ros-lyrical-filters-dbgsym Package-Type: ddeb Source: ros-lyrical-filters Version: 2.2.2-3resolute.20260901.160354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2201 Depends: ros-lyrical-filters (= 2.2.2-3resolute.20260901.160354) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-filters/ros-lyrical-filters-dbgsym_2.2.2-3resolute.20260901.160354_amd64.deb Size: 2002070 SHA256: 7db2fd84cb872c1229f77467f0a8c966c951aedfade72a831fdbc2ef2467bd3f SHA1: 8d9c4847463d5b0cb605c13346d368c73e0a1f45 MD5sum: b1de941740878e7b59c0890958388c83 Description: debug symbols for ros-lyrical-filters Build-Ids: 1ac4a42a2a6a39b594cede99438d26d9e06eda5f 279cee7ac545503c15d7ca95c52de9f5804e2368 49e3c2b3d6bf7f48e440eebb10ccf83ed29aa536 6ba87e287fa09b30106fa59cc5e27920239717da b55552e7abf3ef73c416368a2da02c556698408e Package: ros-lyrical-fkie-message-filters Version: 3.4.0-1resolute.20260901.195508 Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 390 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fkie_message_filters/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fkie-message-filters/ros-lyrical-fkie-message-filters_3.4.0-1resolute.20260901.195508_amd64.deb Size: 55866 SHA256: 51cd763cc31de6cf49f2398cb3f9c0c4a490800047185e29ac2cfbc359a7e35c SHA1: 71e1cd45955a31e37365e35cf0ebe9d90203401b MD5sum: 30c6509ee23cbcaadd6885378ec3d98a Description: Improved ROS message filters Package: ros-lyrical-fkie-message-filters-dbgsym Package-Type: ddeb Source: ros-lyrical-fkie-message-filters Version: 3.4.0-1resolute.20260901.195508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 298 Depends: ros-lyrical-fkie-message-filters (= 3.4.0-1resolute.20260901.195508) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fkie-message-filters/ros-lyrical-fkie-message-filters-dbgsym_3.4.0-1resolute.20260901.195508_amd64.deb Size: 271268 SHA256: c71cf216f9697aa554ef6f8a1138fa2bf902786e077f942153100fd7ec5d1e58 SHA1: 15f41aaf13401c0f0e66570327e6cc1f177cbf13 MD5sum: 763fdb0d1348b2dc7684cabe73e15873 Description: debug symbols for ros-lyrical-fkie-message-filters Build-Ids: 75c551aa02650019bbcfcb902438c59e327df3c1 Package: ros-lyrical-flex-sync Version: 2.0.1-3resolute.20260901.164958 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 106 Depends: ros-lyrical-ament-cmake-clang-format, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/flex_sync/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flex-sync/ros-lyrical-flex-sync_2.0.1-3resolute.20260901.164958_amd64.deb Size: 17486 SHA256: 26ce9f1407bd7d85bea0d6ebc8da2a088d7974b26d69b798ff9153fee67b6058 SHA1: 47d553340d9d0a704cf129c1ed8c65c73af2c9ef MD5sum: 69b19fdcb48ee83b426b4f167e72a582 Description: ros2 package for syncing variable number of topics Package: ros-lyrical-flexbe-behavior-engine Version: 4.1.4-1resolute.20260902.074214 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 45 Depends: ros-lyrical-flexbe-core, ros-lyrical-flexbe-input, ros-lyrical-flexbe-mirror, ros-lyrical-flexbe-msgs, ros-lyrical-flexbe-onboard, ros-lyrical-flexbe-states, ros-lyrical-flexbe-testing, ros-lyrical-flexbe-widget, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/flexbe Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-behavior-engine/ros-lyrical-flexbe-behavior-engine_4.1.4-1resolute.20260902.074214_amd64.deb Size: 6600 SHA256: 772e1d4fa46482db89bc813c163d93eb9d14ed9f92dc419946e97799f6b6a6df SHA1: 823f7f3f374f5b5fa0eff515a6efeee35bdc2809 MD5sum: d2498ef7eaa255e99032cab25cfb9de1 Description: A meta-package to aggregate all the FlexBE packages Package: ros-lyrical-flexbe-core Version: 4.1.4-1resolute.20260901.185720 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 699 Depends: ros-lyrical-flexbe-msgs, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-ros-py, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-core/ros-lyrical-flexbe-core_4.1.4-1resolute.20260901.185720_amd64.deb Size: 145582 SHA256: 6b1f9beda02db1d24cc7c83efef64f9aab0074c03083c059e13efe3f1ad7980a SHA1: bf18a01ebc9c718e3040da00d4386e4999786f3b MD5sum: ee32db8985149976a26a4b4bef992ec2 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-lyrical-flexbe-input Version: 4.1.4-1resolute.20260902.071514 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 118 Depends: ros-lyrical-flexbe-core, ros-lyrical-flexbe-msgs, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-input/ros-lyrical-flexbe-input_4.1.4-1resolute.20260902.071514_amd64.deb Size: 26520 SHA256: f1f310580276ecc7fa966eebf8679b81f5d39fac9c937d02db1b9f67bb5670c1 SHA1: 66c180484716f095901515d77c172412eac55e67 MD5sum: 068b66a5e721b48a79d794b5dae9f18d Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-lyrical-flexbe-mirror Version: 4.1.4-1resolute.20260902.030552 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 299 Depends: ros-lyrical-flexbe-core, ros-lyrical-flexbe-msgs, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-mirror/ros-lyrical-flexbe-mirror_4.1.4-1resolute.20260902.030552_amd64.deb Size: 71232 SHA256: ff847675e05a3faecfc874171868fef5ff33fabdfa2dfa681ee23986516c2503 SHA1: 7a248f48d6bd25d208acac84c67d99f6ec3c16e8 MD5sum: 7807109d21071dd08c2d15afbcebd5b7 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-lyrical-flexbe-msgs Version: 4.1.4-1resolute.20260901.115308 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 7628 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-generators, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/flexbe_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-msgs/ros-lyrical-flexbe-msgs_4.1.4-1resolute.20260901.115308_amd64.deb Size: 500110 SHA256: 18bdde08f9cb94b0863e552086a3877765c92aa51ea0a74a487cf113563e89a3 SHA1: 4353dd82c0c0c558859a61b55d3244e108637bad MD5sum: a0d5e5c7db0245b8f3f1bf330375fb1d Description: flexbe_msgs provides the messages used by FlexBE. Package: ros-lyrical-flexbe-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-flexbe-msgs Version: 4.1.4-1resolute.20260901.115308 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 5595 Depends: ros-lyrical-flexbe-msgs (= 4.1.4-1resolute.20260901.115308) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-msgs/ros-lyrical-flexbe-msgs-dbgsym_4.1.4-1resolute.20260901.115308_amd64.deb Size: 4200418 SHA256: 072fe0b4fad149c610035947fb9b8dbad077de467e3f8cc8311a87d1c8e1a717 SHA1: d8ce2a150798a6a29745f2ab5873ff6e06140bcb MD5sum: 0c20a5435e43fd289b5e0601f2cf4a49 Description: debug symbols for ros-lyrical-flexbe-msgs Build-Ids: 04f0ca98f204a6d43d54e3a1fb824159098ff3d0 0eb0a50b83b2b9277a4104c536d0ed85d97a0b2c 11f28afed0415eb649110dc2001b760164d97204 2c68bbfc509d405c7b382a13802b2ac1d8ed3ac8 476eb52974db5d79cb6e9197d5f375be5ce4951a 70db6b17bed0a6db803a9f1204f403647bc7e17b d13cdf2c1805e96aadea17b7e49dedecf56faee4 d5877ca9aa0fdcb273e53703fb023c9a5714f439 e3c97403d16ddc1f2725f67593ed3d0fc2f400fa e5c63ee090573e4830b27425c2209bbdabfb043a f4899a7965fa7ce34dde09ced475d8a538661f80 Package: ros-lyrical-flexbe-onboard Version: 4.1.4-1resolute.20260901.191514 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 258 Depends: ros-lyrical-flexbe-core, ros-lyrical-flexbe-msgs, ros-lyrical-flexbe-states, ros-lyrical-launch-ros, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-onboard/ros-lyrical-flexbe-onboard_4.1.4-1resolute.20260901.191514_amd64.deb Size: 49360 SHA256: 1d41f2d94b48f15ae724fc0f07c8853511a0585a1ffb8c556dc2dbe567d9eccd SHA1: 27561add33be86f15e5aac7c97f9a9c90d62a1ac MD5sum: f89bc9776700ebeb938b6db7d5067cdc Description: flexbe_onboard implements the robot-side of the behavior engine from where all behaviors are started. Package: ros-lyrical-flexbe-states Version: 4.1.4-1resolute.20260901.190523 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 183 Depends: ros-lyrical-flexbe-core, ros-lyrical-flexbe-msgs, ros-lyrical-flexbe-testing, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-states/ros-lyrical-flexbe-states_4.1.4-1resolute.20260901.190523_amd64.deb Size: 26684 SHA256: 5f051f3bac4c06baed7fdc7481a93728fc0f2614ec5856b76bc299d3da8f973c SHA1: 4554531bdb953c1083e6235347d5e1d53db1bdc1 MD5sum: 81db54a003e600d8f776714955c60cd9 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-lyrical-flexbe-testing Version: 4.1.4-1resolute.20260901.190124 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 220 Depends: ros-lyrical-ament-index-python, ros-lyrical-flexbe-core, ros-lyrical-flexbe-msgs, ros-lyrical-launch-ros, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-testing/ros-lyrical-flexbe-testing_4.1.4-1resolute.20260901.190124_amd64.deb Size: 30244 SHA256: 6e55c3fb928fb83aad27bdf470c8f20cb4046abf0d7483b5e957208838e581ee SHA1: a8a4e48fcbd8592c8507e3861fa6424018cd36da MD5sum: 795abf8f397afc97d7d46824aebe4cfd Description: flexbe_testing provides a framework for unit testing states. Package: ros-lyrical-flexbe-widget Version: 4.1.4-1resolute.20260902.031149 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 129 Depends: ros-lyrical-flexbe-core, ros-lyrical-flexbe-mirror, ros-lyrical-flexbe-msgs, ros-lyrical-flexbe-onboard, ros-lyrical-launch-ros, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flexbe-widget/ros-lyrical-flexbe-widget_4.1.4-1resolute.20260902.031149_amd64.deb Size: 21014 SHA256: e56e19d488840ac7d9c5fed8dfd9f03a8f2debbec174138c8ca3f64b3cb42698 SHA1: 05a389e83e800512905db8fc549a8295274b461e MD5sum: 2b8335059afdc416d4fbf4cde7cebcc5 Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-lyrical-flir-camera-description Version: 3.0.5-1resolute.20260908.121933 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 400 Depends: ros-lyrical-robot-state-publisher, ros-lyrical-urdf, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/flir_camera_description/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flir-camera-description/ros-lyrical-flir-camera-description_3.0.5-1resolute.20260908.121933_amd64.deb Size: 96246 SHA256: 6515577437afb731c920f337545f5f11046d638717cc8d301313799b760256ec SHA1: 3349ef2d64f17e323d2217ad15ce1bcbe55f3c76 MD5sum: aacb35487d14d17f6ce6a1c62325a35b Description: FLIR camera Description package Package: ros-lyrical-flir-camera-msgs Version: 3.0.5-1resolute.20260901.115448 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 605 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/flir_camera_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flir-camera-msgs/ros-lyrical-flir-camera-msgs_3.0.5-1resolute.20260901.115448_amd64.deb Size: 54046 SHA256: d06b2df277c27e8f1503ab3cd41d31bd1d2f1c259fb49d6784ad8530cafb04a3 SHA1: b8321c1fb94eb4f2cd82b1c4c4c5627aa660a9c2 MD5sum: ad3e61cafbd549bf9a429c7ebe05d56f Description: messages related to flir camera driver Package: ros-lyrical-flir-camera-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-flir-camera-msgs Version: 3.0.5-1resolute.20260901.115448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 432 Depends: ros-lyrical-flir-camera-msgs (= 3.0.5-1resolute.20260901.115448) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-flir-camera-msgs/ros-lyrical-flir-camera-msgs-dbgsym_3.0.5-1resolute.20260901.115448_amd64.deb Size: 274066 SHA256: 7b0e46897fbe38052acb21dfe7fb21c37569c9bae5d4720509b92cfb77468989 SHA1: 8f7c1386ad5bf958bdb1c306c5a187392b22cb52 MD5sum: a456ed2b33db234992b9eb09ecf5e74a Description: debug symbols for ros-lyrical-flir-camera-msgs Build-Ids: 0eaaa028b3a47b609a5b1b37fc57a66bf1996111 155dae8b573ac1e0a8d439462e36210024a57344 1d80095f18964b36d09fd53e311d669ebb914b38 24edfbe80a2bd58eac755018b8811e1049a903db 28b515254422e662b8a463740f2b1c5c17a824e1 40acdcc6ccf8b9b4d7fa185902d3a8b85fcc8b83 98bfa08f52fadf2e0a14c6953393dd123e94919f a2a723292122d6708703c8f6834b04cf9d68b25f adba06cd68ec48db8a74ffe5953052ed427c9a1e df3df1553ac1591e4aabbaff54b4b7cb173b64f6 f28be8d3dbd4ef78e18c748507fe8feac27365e0 Package: ros-lyrical-fluent-rviz Version: 0.0.3-6resolute.20260901.151219 Architecture: amd64 Maintainer: shouth Installed-Size: 86 Depends: ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fluent_rviz/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fluent-rviz/ros-lyrical-fluent-rviz_0.0.3-6resolute.20260901.151219_amd64.deb Size: 14142 SHA256: cbeaa6bbb8ac2c20c82e40329a8858dee98f11ed3668ad7234f53ea089f23ef6 SHA1: 95019991a1ba73cdd9a4258db898af3e40bc2626 MD5sum: 5918d8eb1124663996d12cac5ec31480 Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-lyrical-foonathan-memory-vendor Version: 1.4.1-1resolute.20260728.173726 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 5267 Depends: cmake, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/foonathan_memory_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foonathan-memory-vendor/ros-lyrical-foonathan-memory-vendor_1.4.1-1resolute.20260728.173726_amd64.deb Size: 782218 SHA256: 323cb36c2e52f8288b1decec8222064eacca97a4dcede853ee506350c015ba29 SHA1: 3205c101e0e5b38fd7725f43c01fb67f9609b7f1 MD5sum: 3cc6f07cce66509edb7987b08c996c24 Description: Foonathan/memory vendor package for Fast DDS. Package: ros-lyrical-force-torque-sensor-broadcaster Version: 6.9.0-1resolute.20260908.112053 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1066 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-controller-interface, ros-lyrical-filters, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-force-torque-sensor-broadcaster/ros-lyrical-force-torque-sensor-broadcaster_6.9.0-1resolute.20260908.112053_amd64.deb Size: 260588 SHA256: 34fe06744f27a2c1981b0370d46736f9a639648ea97afd5bd9ef69eab0b4c0a0 SHA1: 651911c7153425271f2a0a33bf83ed27364b991c MD5sum: f4f96f40c6d2a0e7a0422a6b0ff6e468 Description: Controller to publish state of force-torque sensors. Package: ros-lyrical-force-torque-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-force-torque-sensor-broadcaster Version: 6.9.0-1resolute.20260908.112053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4750 Depends: ros-lyrical-force-torque-sensor-broadcaster (= 6.9.0-1resolute.20260908.112053) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-force-torque-sensor-broadcaster/ros-lyrical-force-torque-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260908.112053_amd64.deb Size: 4148770 SHA256: 43c17accb827d49dd84b2f77f66610a459566a9d4200f799e39f863ee202721f SHA1: 122572b6ef39e5a598cf65d7c846c54ee0ac95e9 MD5sum: 62a815452e5f4b0c5b4756be1ddf8cb6 Description: debug symbols for ros-lyrical-force-torque-sensor-broadcaster Build-Ids: 0763698d3a7ffcb0931725b0cce90113be2d0f0f 41ee18e9177bc50b6132d8273ec85a8dfcf5707b fd8046608dfc6901e0b056af445ab1f83d1402ab Package: ros-lyrical-forward-command-controller Version: 6.9.0-1resolute.20260908.112108 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 621 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-forward-command-controller/ros-lyrical-forward-command-controller_6.9.0-1resolute.20260908.112108_amd64.deb Size: 140088 SHA256: 2475321d1140dc1949c1adccec6b5994f00eab702aef1137f6b9256a44a13333 SHA1: 265c8a088f5d32abbefca5f5fc7b4c95d5df00e0 MD5sum: 618c819e987bbd7021959ff9eb57b7eb Description: Generic controller for forwarding commands. Package: ros-lyrical-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-forward-command-controller Version: 6.9.0-1resolute.20260908.112108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3007 Depends: ros-lyrical-forward-command-controller (= 6.9.0-1resolute.20260908.112108) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-forward-command-controller/ros-lyrical-forward-command-controller-dbgsym_6.9.0-1resolute.20260908.112108_amd64.deb Size: 2588264 SHA256: 3810cd747eeb631532df998d4d049d786756a941ea2b8ecc59d559874463628b SHA1: 54c3d21263029e274fb21b91e4451dec21d042a7 MD5sum: cab815cea42a193717d90be484d9ae19 Description: debug symbols for ros-lyrical-forward-command-controller Build-Ids: 7884ec30fda1e856ca75308573cc59fab78df297 Package: ros-lyrical-four-wheel-steering-msgs Version: 2.0.1-7resolute.20260901.110626 Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 636 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/four_wheel_steering_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-four-wheel-steering-msgs/ros-lyrical-four-wheel-steering-msgs_2.0.1-7resolute.20260901.110626_amd64.deb Size: 56338 SHA256: 525bf9dd7a4cbe98ef89939ed4af2ec9cc68b6a9121597f840d50c6e0bb1f7e4 SHA1: 6bf010922a5aad29c874270a2c27bec399860eec MD5sum: 79568526d256d00deebd7429b09c8994 Description: ROS messages for robots using FourWheelSteering. Package: ros-lyrical-four-wheel-steering-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-four-wheel-steering-msgs Version: 2.0.1-7resolute.20260901.110626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 433 Depends: ros-lyrical-four-wheel-steering-msgs (= 2.0.1-7resolute.20260901.110626) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-four-wheel-steering-msgs/ros-lyrical-four-wheel-steering-msgs-dbgsym_2.0.1-7resolute.20260901.110626_amd64.deb Size: 273434 SHA256: cb571c117727d288228b9d6217b22ac300aea278c2974c3201b5337ea5d06ca0 SHA1: 820ec1123eb615acb08f837abacc41430fd5aa25 MD5sum: 455dcc62d50a3ecc1b58517740cd3a45 Description: debug symbols for ros-lyrical-four-wheel-steering-msgs Build-Ids: 07b93723e44d048bf7f958108982b67d4456f667 143e47e8a03e8769033ac0e1664be414e3c99c5c 275fc14a922ef16711e83a250d095ac82615a29d 4ba4f6afc19b3e97fda9183eab0fd270ca1e451b 6f92271483c37436534bd89166a8bd836e1d26a8 89da8d00aa38990770f83a221b4096956bc3d9ff a74ea51819158f90ed6867838021dc718ab50891 b25fbb66a88c5adbe4813d3c7cdd68e8ccdb7e38 d7c450c8b7288be4d85a6770d37ce8e58d309709 ddb2b5188aaefae44e261649b6a6452b30939b8e e51f60f191840f3965f0baf4659f8cbb356b7596 Package: ros-lyrical-foxglove-bridge Version: 3.5.0-2resolute.20260901.171647 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 41670 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-resource-retriever, ros-lyrical-rosgraph-msgs, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-rosx-introspection, ros-lyrical-service-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/foxglove/foxglove-sdk Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-bridge/ros-lyrical-foxglove-bridge_3.5.0-2resolute.20260901.171647_amd64.deb Size: 12894444 SHA256: f2272e511ca36d1018dfa24e076c965c5b7c487efdbd037eb86c964c667343fc SHA1: eef61567115f3331186373c6cec3433d45ef14b5 MD5sum: 8c1a66fc8cf6607977559c1de98c2bc5 Description: ROS Foxglove Bridge Package: ros-lyrical-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-foxglove-bridge Version: 3.5.0-2resolute.20260901.171647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 21146 Depends: ros-lyrical-foxglove-bridge (= 3.5.0-2resolute.20260901.171647) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-bridge/ros-lyrical-foxglove-bridge-dbgsym_3.5.0-2resolute.20260901.171647_amd64.deb Size: 10205862 SHA256: b9fed311fc2c9688ef9506ec554e380a8c43f756e29b6502ead9b33124b2eb74 SHA1: 533f033c8fb379bdf6d08ed75d67a189baf305b5 MD5sum: e590e7be3b732e76b92a4e5e7eca0f47 Description: debug symbols for ros-lyrical-foxglove-bridge Build-Ids: 1a5cb35d14a431f67b84f029607aae39e30bf4c6 25f286bec1dca6059943c1bf8d3e1977c75a653c 926dab034901322696fddfc78d797769d82106e2 986e46168b14c3843b1666a42c8bc9535a06675a Package: ros-lyrical-foxglove-compressed-video-transport Version: 3.0.3-1resolute.20260901.183240 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 648 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ffmpeg-encoder-decoder, ros-lyrical-foxglove-msgs, ros-lyrical-image-transport, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-compressed-video-transport/ros-lyrical-foxglove-compressed-video-transport_3.0.3-1resolute.20260901.183240_amd64.deb Size: 148642 SHA256: 6ac27c38fafcc81b6489c53ac55340c3cbfd6669feed396e482028a7669a5350 SHA1: 92fc83f9ba3dd4c1b51c6482150a942de124f453 MD5sum: ffdd402824f5fd9d40d3180e41060be4 Description: foxglove_compressed_video_transport provides a plugin to image_transport for transparently sending an image stream encoded in foxglove compressed video packets. Package: ros-lyrical-foxglove-compressed-video-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-foxglove-compressed-video-transport Version: 3.0.3-1resolute.20260901.183240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3275 Depends: ros-lyrical-foxglove-compressed-video-transport (= 3.0.3-1resolute.20260901.183240) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-compressed-video-transport/ros-lyrical-foxglove-compressed-video-transport-dbgsym_3.0.3-1resolute.20260901.183240_amd64.deb Size: 2823282 SHA256: c51d58d782adc7e7022eb24f418c6e6f67e0386d0c865194793348f33f62c636 SHA1: fbf6e59cf8d467b6ef09258159b416e2c252620f MD5sum: 2a5add017e554a85ce4576dc6225f4f7 Description: debug symbols for ros-lyrical-foxglove-compressed-video-transport Build-Ids: 94750d657d1efd8ab3a9509a3f92f62514fc0618 Package: ros-lyrical-foxglove-msgs Version: 3.5.0-2resolute.20260901.133748 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 7912 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://foxglove.dev/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-msgs/ros-lyrical-foxglove-msgs_3.5.0-2resolute.20260901.133748_amd64.deb Size: 569896 SHA256: b4dd2aff0896dbd45c7155f82e0ae20e8338b3aba77ebd443a2240352141b840 SHA1: dd61257c1ab4bbc7dbe5723be9b6452f13cec041 MD5sum: 5dfc25a50e0cb794ab61c7facdd616a7 Description: foxglove_msgs provides visualization messages that are supported by Foxglove. Package: ros-lyrical-foxglove-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-foxglove-msgs Version: 3.5.0-2resolute.20260901.133748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 8036 Depends: ros-lyrical-foxglove-msgs (= 3.5.0-2resolute.20260901.133748) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-msgs/ros-lyrical-foxglove-msgs-dbgsym_3.5.0-2resolute.20260901.133748_amd64.deb Size: 6718490 SHA256: 39e82daf8becfa1ee52c1c9c21b70b9010dcd02f8408556ffc02e79da140b9aa SHA1: 7513c3013c17f08ae62614346d224de3e5c198d8 MD5sum: 6cbb818622cf9a41574fb1969e0ad292 Description: debug symbols for ros-lyrical-foxglove-msgs Build-Ids: 010e41ef1b6f6bef7afdbf7d31dc7bd710702ac6 0d140cf4a748d3ce521bf331dca0b9f3f2770d6c 430e3b42d97027cd755896ca20d5b21d03f17c4a 4da9b832fbd83b34b821bd9f7448d860b7fa9525 6e3d1060a7c866af0875535edb4760e83df74dd8 7963ceae4c1d816c094e77e2812eeae9890218a9 7ee6e082a0f7c295891a434dc379684ef250c478 9e99d8a4d5036951f7aa82490f8f8bfb7725eb0e c83adad12e1c4fd3b48ddfc7314ce157268b83b5 e517a429cb08c39806a7fef17eeca9e6f91b2542 f9a47b0ae46a5486732fc857b0e8d6d086946f08 Package: ros-lyrical-foxglove-sdk-vendor Version: 0.3.0-1resolute.20260824.235215 Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 106438 Depends: libc6 (>= 2.39), libgcc-s1 (>= 4.2), libstdc++6 (>= 14), ros-lyrical-ros-workspace Homepage: https://docs.foxglove.dev/docs/sdk Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-sdk-vendor/ros-lyrical-foxglove-sdk-vendor_0.3.0-1resolute.20260824.235215_amd64.deb Size: 25886644 SHA256: f495f30dc20823c2129d113fb614080a8908869b1319a145505ddb25962e9d3c SHA1: 96a984e3d11b7bf70d7a7f9c8d4a4c2ed3635578 MD5sum: 6a7d8299972787b5c49c6cc86fd20266 Description: Vendor package that fetches prebuilt Foxglove SDK archives and exposes the headers and libfoxglove.a static library to ROS 2 workspaces. Package: ros-lyrical-foxglove-sdk-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-foxglove-sdk-vendor Version: 0.3.0-1resolute.20260824.235215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 19730 Depends: ros-lyrical-foxglove-sdk-vendor (= 0.3.0-1resolute.20260824.235215) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-foxglove-sdk-vendor/ros-lyrical-foxglove-sdk-vendor-dbgsym_0.3.0-1resolute.20260824.235215_amd64.deb Size: 4068590 SHA256: 59299b3d846789a00a944375f3267c95f751313da168e446a84d2fa75ca965f1 SHA1: c2db37cbcdf59ab934f4d790da8df88ce295395a MD5sum: d2bf76b4a2560fcd792d971034789de1 Description: debug symbols for ros-lyrical-foxglove-sdk-vendor Build-Ids: c85329790b1c20bf0c6d77c4714975c60fc8aff4 cb698d2c2b259f9beac513e3fe92d09b7a1f168f Package: ros-lyrical-frequency-cam Version: 3.1.2-2resolute.20260901.183326 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 743 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-cv-bridge, ros-lyrical-event-camera-codecs, ros-lyrical-event-camera-msgs, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosbag2-cpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/frequency_cam/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-frequency-cam/ros-lyrical-frequency-cam_3.1.2-2resolute.20260901.183326_amd64.deb Size: 182914 SHA256: ffa06e5cad352fc93d760cb1946c96afe955f4646f7699c4d15e7e662de1acb2 SHA1: a5c34d52611e0ae43c8869ea35cfb730f4b58cab MD5sum: 06beaf80b34c4ca611ba98208582a7a8 Description: frequency cam ROS/ROS2 package for event based cameras Package: ros-lyrical-frequency-cam-dbgsym Package-Type: ddeb Source: ros-lyrical-frequency-cam Version: 3.1.2-2resolute.20260901.183326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3917 Depends: ros-lyrical-frequency-cam (= 3.1.2-2resolute.20260901.183326) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-frequency-cam/ros-lyrical-frequency-cam-dbgsym_3.1.2-2resolute.20260901.183326_amd64.deb Size: 3420102 SHA256: 6f17230fcd4deddeb72581d330fbee4b5763e4c2b2a6e5ef97361ec24808bd29 SHA1: f34da95b2f26f72b71d0a56f5bf0821609d310c6 MD5sum: 0802535d9e12e61bb1a375b0108aa8e9 Description: debug symbols for ros-lyrical-frequency-cam Build-Ids: 45cde8c3b15bb25d0233ae5c9c73f20388fd054c 68939781ba8536cc6e8f472ce10f5c9e129ae1c1 9d3903f24bc04ddc486d074fa764847377362b75 Package: ros-lyrical-fuse Version: 1.3.4-1resolute.20260908.151353 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 45 Depends: ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-constraints, ros-lyrical-fuse-core, ros-lyrical-fuse-doc, ros-lyrical-fuse-graphs, ros-lyrical-fuse-models, ros-lyrical-fuse-msgs, ros-lyrical-fuse-optimizers, ros-lyrical-fuse-publishers, ros-lyrical-fuse-variables, ros-lyrical-fuse-viz, ros-lyrical-gtest-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse/ros-lyrical-fuse_1.3.4-1resolute.20260908.151353_amd64.deb Size: 6044 SHA256: 8821eb5dade8681bececdc022c4df2c17c2f215dda1bd2c32c269eb123721f42 SHA1: d2bdd8d5c4d6b116eebaa1e3eafd30c6ec01083f MD5sum: 441774943a7c8be7ba62ba2433022ef3 Description: The fuse metapackage. Package: ros-lyrical-fuse-constraints Version: 1.3.4-1resolute.20260901.172445 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2884 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libccolamd3 (>= 1:7.0.1), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libstdc++6 (>= 13.1), libceres-dev, libeigen3-dev, libsuitesparse-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-core, ros-lyrical-fuse-graphs, ros-lyrical-fuse-variables, ros-lyrical-geometry-msgs, ros-lyrical-gtest-vendor, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_constraints/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-constraints/ros-lyrical-fuse-constraints_1.3.4-1resolute.20260901.172445_amd64.deb Size: 489204 SHA256: 0e278216b376f934cc48e81448672b256f3daf17a0c117a6569f0a5e4c5336a4 SHA1: a04a40e51db93c367c00136354dd547e28479c0e MD5sum: 53e281707a2bd1180ecb70879a608a0d Description: The fuse_constraints package provides a set of commonly used constraint types, such as direct measurements on \ state variables (absolute constraints) or measurements of the state changes (relative constraints). Package: ros-lyrical-fuse-constraints-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-constraints Version: 1.3.4-1resolute.20260901.172445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 23430 Depends: ros-lyrical-fuse-constraints (= 1.3.4-1resolute.20260901.172445) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-constraints/ros-lyrical-fuse-constraints-dbgsym_1.3.4-1resolute.20260901.172445_amd64.deb Size: 20921378 SHA256: 329e2d7de78f92c8619a0d93368b339e45d3e9ba10fad57c5e7f96418b4dcfa9 SHA1: 7029402e448a389c954c3890f47adbe2040cf8f3 MD5sum: 3aae9f16ac5f51125db3840f594d922d Description: debug symbols for ros-lyrical-fuse-constraints Build-Ids: 270589166675749462111ae78085db84a156f273 Package: ros-lyrical-fuse-core Version: 1.3.4-1resolute.20260901.165019 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2278 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, libgoogle-glog-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-msgs, ros-lyrical-gtest-vendor, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-core/ros-lyrical-fuse-core_1.3.4-1resolute.20260901.165019_amd64.deb Size: 415192 SHA256: 8ea04a641ad4818230d032ec7bda5c752b35c61a24b0e7d0a0ad3b606b32f412 SHA1: 28401cf50ff66439359658e13a0605a52c1700f3 MD5sum: 037d57f2d7612d167d62f4c94d79f44e Description: The fuse_core package provides the base class interfaces for the various fuse components. Concrete implementations of these interfaces are provided in other packages. Package: ros-lyrical-fuse-core-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-core Version: 1.3.4-1resolute.20260901.165019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10956 Depends: ros-lyrical-fuse-core (= 1.3.4-1resolute.20260901.165019) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-core/ros-lyrical-fuse-core-dbgsym_1.3.4-1resolute.20260901.165019_amd64.deb Size: 9635324 SHA256: e9d219e7253f022de55afc4c33dbbd933b90b8d05b11542d8cd34dee034804b3 SHA1: 21e0e1365bc88dff79db8974119e700d2970465b MD5sum: 181064af4957ea4dadc04b2f8b78fefc Description: debug symbols for ros-lyrical-fuse-core Build-Ids: d5c76d5d09f953e8dd84e2775389a41d99f19e4a e77b2aafccfbdc5ce05af724def8fb22fe43da3d fc74b6cd5e89ffa5ec4abea40ac7b443f9af66b5 Package: ros-lyrical-fuse-doc Version: 1.3.4-1resolute.20260901.135351 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 44 Depends: ros-lyrical-ament-cmake-ros, ros-lyrical-gtest-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_doc/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-doc/ros-lyrical-fuse-doc_1.3.4-1resolute.20260901.135351_amd64.deb Size: 5958 SHA256: ad861e8cfac05eff29763d6b7d8dbdeaeeb242f25a0845ea0b1ea5767ebed0e5 SHA1: 12a331b459b73a255521f42a84710130945fc182 MD5sum: fff14af491941f98e8911d315365f506 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-lyrical-fuse-graphs Version: 1.3.4-1resolute.20260901.170935 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 554 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libceres-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-core, ros-lyrical-gtest-vendor, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_graphs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-graphs/ros-lyrical-fuse-graphs_1.3.4-1resolute.20260901.170935_amd64.deb Size: 105780 SHA256: 3efe804e875e14293c2255755d825009af03e55b5aa56ca7d402da15f7079525 SHA1: 900bbc1c81a0c7d79457ff8e987fe9c9b363d7e2 MD5sum: c1137c12b348f954b2d0ff74b5ce2008 Description: The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface. Package: ros-lyrical-fuse-graphs-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-graphs Version: 1.3.4-1resolute.20260901.170935 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1978 Depends: ros-lyrical-fuse-graphs (= 1.3.4-1resolute.20260901.170935) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-graphs/ros-lyrical-fuse-graphs-dbgsym_1.3.4-1resolute.20260901.170935_amd64.deb Size: 1543666 SHA256: ac5ecabee5691e0d9bbb9a5ed9ec33f0cf4eecd9480adfdf0e56f55e3f016f81 SHA1: c1e006b2ba523ddd9a661c9ca5836a12d76b4f9f MD5sum: ba8d0a055a423335f3f6f52310250999 Description: debug symbols for ros-lyrical-fuse-graphs Build-Ids: a1c1a4cee8a0d0311d6b96035a4477728f2c6d36 Package: ros-lyrical-fuse-loss Version: 1.3.4-1resolute.20260901.171018 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1058 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libceres-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-core, ros-lyrical-gtest-vendor, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_loss/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-loss/ros-lyrical-fuse-loss_1.3.4-1resolute.20260901.171018_amd64.deb Size: 186170 SHA256: dec33a87ba19bc2814a098a8f39657cb07c48725ba44e17353841c8153ef0381 SHA1: efde35f183c7aad243733c78560d72be1cd68e53 MD5sum: f8cb78de08e67bee5b0be267f541282c Description: The fuse_loss package provides a set of commonly used loss functions, such as the basic ones provided by Ceres. Package: ros-lyrical-fuse-loss-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-loss Version: 1.3.4-1resolute.20260901.171018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 4374 Depends: ros-lyrical-fuse-loss (= 1.3.4-1resolute.20260901.171018) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-loss/ros-lyrical-fuse-loss-dbgsym_1.3.4-1resolute.20260901.171018_amd64.deb Size: 3547936 SHA256: aad176034f1bce65aae9583d56c09364d6a72691e3af4aa0332cd0194eb7d2a2 SHA1: 177f9e405c04967cc8bf091df804726d39ba3868 MD5sum: cee81ed40be26514e8f0c8fbece2a832 Description: debug symbols for ros-lyrical-fuse-loss Build-Ids: f146d14eb73b6da12048ced9cab63cbde4b4ea37 Package: ros-lyrical-fuse-models Version: 1.3.4-1resolute.20260901.201334 Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 4520 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-constraints, ros-lyrical-fuse-core, ros-lyrical-fuse-graphs, ros-lyrical-fuse-msgs, ros-lyrical-fuse-publishers, ros-lyrical-fuse-variables, ros-lyrical-geometry-msgs, ros-lyrical-gtest-vendor, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-2d, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_models/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-models/ros-lyrical-fuse-models_1.3.4-1resolute.20260901.201334_amd64.deb Size: 786196 SHA256: e25fa312c0b1cf2e48fa8310ff7a26a3c34298f4e87c08f9aabd99e2c6c9c8b1 SHA1: 0a6ff174aca29f774b2d544b7941726276ec69fd MD5sum: 5f03c209e3693d301504f06d838a064f Description: fuse plugins that implement various kinematic and sensor models Package: ros-lyrical-fuse-models-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-models Version: 1.3.4-1resolute.20260901.201334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 44325 Depends: ros-lyrical-fuse-models (= 1.3.4-1resolute.20260901.201334) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-models/ros-lyrical-fuse-models-dbgsym_1.3.4-1resolute.20260901.201334_amd64.deb Size: 40269702 SHA256: 5c116e8f7f8b02f277cec5080bfdf9d12e15fe60d0d72cfa126ca5f68617a44a SHA1: dcdb0813d5c09190f0be78a0b3a9e963a348e497 MD5sum: eeef4d55907570e346911c2caf13c91a Description: debug symbols for ros-lyrical-fuse-models Build-Ids: 9f9870ed9632d5d4a3884b5aa01064a09a3458a9 Package: ros-lyrical-fuse-msgs Version: 1.3.4-1resolute.20260901.135334 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1969 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-ament-cmake-ros, ros-lyrical-geometry-msgs, ros-lyrical-gtest-vendor, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-msgs/ros-lyrical-fuse-msgs_1.3.4-1resolute.20260901.135334_amd64.deb Size: 175248 SHA256: 447470395931d5069493509f32ff1ab29e2934ab01aa52b367b93414178dd5c0 SHA1: 05a326b486f2979a9fd5e8c74965a1b8f7127bc1 MD5sum: d5a1192fd69e4f0163102df0e64375d8 Description: The fuse_msgs package contains messages capable of holding serialized fuse objects. Package: ros-lyrical-fuse-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-msgs Version: 1.3.4-1resolute.20260901.135334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2058 Depends: ros-lyrical-fuse-msgs (= 1.3.4-1resolute.20260901.135334) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-msgs/ros-lyrical-fuse-msgs-dbgsym_1.3.4-1resolute.20260901.135334_amd64.deb Size: 1624856 SHA256: 80b5aa2a3274c685f31e50319d8f80227f3df04a74bd94fb7e05780dae7c4435 SHA1: ebdf5220e891732b92ce50fa128b51014d52e79e MD5sum: 704d3d156cfcf52938ad232095ff39b7 Description: debug symbols for ros-lyrical-fuse-msgs Build-Ids: 07ee01ffef7c2be46c3849afbd71d88e591515e2 0a6a60417d4fba7fe1887fdf1442cb5eb8b7bf0e 3fef2181d5fd621ed7273ed058a87448cfae53ae 40ee106623d1537ad1b491c22f333b4f292fc1cf 4fd64f99178c93d8eafcfcc99a36b685ff9e2548 546b829679b756117217dbbd1fce0c3cc3f888a5 571e1c47f86a3469246e0a42b325f145213d8cb6 781fbf0a11a585ae53db23ee869f0779a10dcf79 8da22bea20333a407087bc0063002e2468d2b80a d1a8bfe485e70a1699a7066baf69504fa566187b ed023f16bb427a96d209c96a8f0015194d57bf0e Package: ros-lyrical-fuse-optimizers Version: 1.3.4-1resolute.20260901.182224 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2213 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-diagnostic-updater, ros-lyrical-fuse-constraints, ros-lyrical-fuse-core, ros-lyrical-fuse-graphs, ros-lyrical-fuse-msgs, ros-lyrical-fuse-variables, ros-lyrical-gtest-vendor, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_optimizers/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-optimizers/ros-lyrical-fuse-optimizers_1.3.4-1resolute.20260901.182224_amd64.deb Size: 389846 SHA256: d5ec8e741b0d121f5baac869a325a2e77927763f07617352ec9b0e2e82290a79 SHA1: 8cd95ef6ef4e3d20d93f66889374d5b9a6fd2074 MD5sum: 9f3ba9b445fafe7a7db8134400581e4c Description: The fuse_optimizers package provides a set of optimizer implementations. An optimizer is the object responsible \ for coordinating the sensors and motion model inputs, computing the optimal state values, and providing access to \ to the optimal state via the publishers. Package: ros-lyrical-fuse-optimizers-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-optimizers Version: 1.3.4-1resolute.20260901.182224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10047 Depends: ros-lyrical-fuse-optimizers (= 1.3.4-1resolute.20260901.182224) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-optimizers/ros-lyrical-fuse-optimizers-dbgsym_1.3.4-1resolute.20260901.182224_amd64.deb Size: 8213644 SHA256: 4caf74a87362e5fad6ac3624d07169f57f57117bd01336c2a3696f91fdde3375 SHA1: ad7058d4668530f101409f5ffc0e2d2c539ed0a1 MD5sum: 11e3e1401f5085d0a560cf114f28cd86 Description: debug symbols for ros-lyrical-fuse-optimizers Build-Ids: 76a2227f0669d97f87c4c01e11bb4aaf311a783e 79c9efcb891edf8abc24fc7dc3b17c6cab6f6174 de6057a7e90d6440b8f743650ec5ebca4482e52f Package: ros-lyrical-fuse-publishers Version: 1.3.4-1resolute.20260901.200411 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1186 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-core, ros-lyrical-fuse-msgs, ros-lyrical-fuse-variables, ros-lyrical-geometry-msgs, ros-lyrical-gtest-vendor, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_publishers/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-publishers/ros-lyrical-fuse-publishers_1.3.4-1resolute.20260901.200411_amd64.deb Size: 253222 SHA256: aff59adddf998c9b610af2d1dca9304a0eb621c5e6bffe9d3b06329058aaaba4 SHA1: 5108838ab3c08aa766cc93f1a8d40ea86986f7d4 MD5sum: 7ef7294fd415d3923b79698420def4bf Description: The fuse_publishers package provides a set of common publisher plugins. Package: ros-lyrical-fuse-publishers-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-publishers Version: 1.3.4-1resolute.20260901.200411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 6495 Depends: ros-lyrical-fuse-publishers (= 1.3.4-1resolute.20260901.200411) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-publishers/ros-lyrical-fuse-publishers-dbgsym_1.3.4-1resolute.20260901.200411_amd64.deb Size: 5579518 SHA256: 395ef958ba7ba47b76fc8ee129a94cb1b4982d74b1d9d7f440af7663ffa7b2ca SHA1: a76e63eb8e3955bf319aeea9186fffc73273329a MD5sum: f5300cc948865f038800378c5ea478d6 Description: debug symbols for ros-lyrical-fuse-publishers Build-Ids: db3ec5ba9254f77dda47979c145c7ef301fac88d Package: ros-lyrical-fuse-tutorials Version: 1.3.4-1resolute.20260908.164007 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 7334 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-constraints, ros-lyrical-fuse-core, ros-lyrical-fuse-models, ros-lyrical-fuse-optimizers, ros-lyrical-fuse-publishers, ros-lyrical-fuse-variables, ros-lyrical-gtest-vendor, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rviz2, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_tutorials/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-tutorials/ros-lyrical-fuse-tutorials_1.3.4-1resolute.20260908.164007_amd64.deb Size: 1541158 SHA256: 0fafaa8396c317eaa437d37fd1e50662d393b7903b824218691f1df1b1a77c56 SHA1: 55d9c6bca311806dc4116566a4c6136a3e205798 MD5sum: 10da479f45d3fc9cb4d24b8925103bcd Description: Package containing source code for the fuse tutorials. Package: ros-lyrical-fuse-tutorials-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-tutorials Version: 1.3.4-1resolute.20260908.164007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8939 Depends: ros-lyrical-fuse-tutorials (= 1.3.4-1resolute.20260908.164007) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-tutorials/ros-lyrical-fuse-tutorials-dbgsym_1.3.4-1resolute.20260908.164007_amd64.deb Size: 7659728 SHA256: 7384bfb3675396163065d5a40e98f8b2c21789c2db9670de774e1f62ebe8afa7 SHA1: a20ca289933f7b3f9f351d75349c6410d64dc96a MD5sum: 119db45f620276ee9f62214c96b9d68d Description: debug symbols for ros-lyrical-fuse-tutorials Build-Ids: 42ab38ecb08b1360c2d488fb76af288af29c5680 96ee904642361f5ee8c2f8dcb103bb687a41f6cc Package: ros-lyrical-fuse-variables Version: 1.3.4-1resolute.20260901.171037 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1689 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libceres-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-core, ros-lyrical-gtest-vendor, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_variables/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-variables/ros-lyrical-fuse-variables_1.3.4-1resolute.20260901.171037_amd64.deb Size: 259042 SHA256: 630ca9ac4735c36268eef6265b1279329c0e36665d0814759a23d61749989ead SHA1: 45796f9235b4cc85eb17671ddd709cd37cbc8f1d MD5sum: 2eb8671586b6de12299e5e19642e8b4b Description: The fuse_variables package provides a set of commonly used variable types, such as 2D and 3D positions, \ orientations, velocities, and accelerations. Package: ros-lyrical-fuse-variables-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-variables Version: 1.3.4-1resolute.20260901.171037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8304 Depends: ros-lyrical-fuse-variables (= 1.3.4-1resolute.20260901.171037) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-variables/ros-lyrical-fuse-variables-dbgsym_1.3.4-1resolute.20260901.171037_amd64.deb Size: 6693808 SHA256: 5811e2d201137de191e8d4d20f71f1c78f324b71fcb0540980832d17654b6bcf SHA1: 88a987ed253cee52c0881a61ec3e800c5957f031 MD5sum: a2047f432478c688c9e0164f3199a6cb Description: debug symbols for ros-lyrical-fuse-variables Build-Ids: 71f77e310e09c289ea4b323bcda18f4b1ecc7c4e Package: ros-lyrical-fuse-viz Version: 1.3.4-1resolute.20260908.145623 Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 1425 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-rviz-ogre-vendor, libeigen3-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-fuse-constraints, ros-lyrical-fuse-core, ros-lyrical-fuse-msgs, ros-lyrical-fuse-variables, ros-lyrical-geometry-msgs, ros-lyrical-gtest-vendor, ros-lyrical-rviz-common, ros-lyrical-rviz-rendering, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/fuse_viz/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-viz/ros-lyrical-fuse-viz_1.3.4-1resolute.20260908.145623_amd64.deb Size: 310192 SHA256: f8a2e0957d7588f3f875521ea0257e81b16a40c95c04381405dfba68432bbbc0 SHA1: f9991b5cfae6cc29bae8c431ce74ec5a799e814a MD5sum: 3b784787c136e4c674bc33a588602874 Description: The fuse_viz package provides visualization tools for fuse. Package: ros-lyrical-fuse-viz-dbgsym Package-Type: ddeb Source: ros-lyrical-fuse-viz Version: 1.3.4-1resolute.20260908.145623 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 11271 Depends: ros-lyrical-fuse-viz (= 1.3.4-1resolute.20260908.145623) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-fuse-viz/ros-lyrical-fuse-viz-dbgsym_1.3.4-1resolute.20260908.145623_amd64.deb Size: 10287706 SHA256: 9c1b44365ad24e8334be3d6d91ab9fe764f6151b053d11e7db2fb98bc4a2e245 SHA1: 7607723dd60c20f6f0043ca1506f724aabf34896 MD5sum: 6f382c8956f5111f361e90cc64bbe21d Description: debug symbols for ros-lyrical-fuse-viz Build-Ids: de73bd6ee581918cc36658a32deb7290a5c0834b Package: ros-lyrical-game-controller-spl Version: 5.0.0-4resolute.20260901.182825 Architecture: amd64 Maintainer: ijnek Installed-Size: 46 Depends: python3-construct, ros-lyrical-game-controller-spl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/game_controller_spl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-game-controller-spl/ros-lyrical-game-controller-spl_5.0.0-4resolute.20260901.182825_amd64.deb Size: 8286 SHA256: 660d364ae41b75b38cc17badaa67e69cbea5fa698733331f3dd2267e5e0009c1 SHA1: e1aab3ef286ddacb5a7ba5a83ffb392304993bb0 MD5sum: 6b2b833bc303bbbae1dc771ac1ec14cf Description: GameController-Robot communication in RoboCup SPL Package: ros-lyrical-game-controller-spl-interfaces Version: 5.0.0-4resolute.20260901.110657 Architecture: amd64 Maintainer: ijnek Installed-Size: 2182 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/game_controller_spl_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-game-controller-spl-interfaces/ros-lyrical-game-controller-spl-interfaces_5.0.0-4resolute.20260901.110657_amd64.deb Size: 122430 SHA256: 44cdd72c01c2600d5565684bdeacd7cc3406514071ccea09adcd791ff9e4a521 SHA1: 68cf2492fbb69a82d7ad78f3b31749fea7f620f3 MD5sum: 9513a29b04adc85434f183c9a7be0761 Description: RoboCup SPL GameController Data ROS msg Package: ros-lyrical-game-controller-spl-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-game-controller-spl-interfaces Version: 5.0.0-4resolute.20260901.110657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1342 Depends: ros-lyrical-game-controller-spl-interfaces (= 5.0.0-4resolute.20260901.110657) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-game-controller-spl-interfaces/ros-lyrical-game-controller-spl-interfaces-dbgsym_5.0.0-4resolute.20260901.110657_amd64.deb Size: 983270 SHA256: 22e238814122253b565e110cf586b1d26e78997d012d36779b6171ff0a9d6bc3 SHA1: bdf6860b4cd65d3dc4609e5d1b8c6114873e95f2 MD5sum: 708ec5b0f81d751e8d9a906e00b00029 Description: debug symbols for ros-lyrical-game-controller-spl-interfaces Build-Ids: 08c46f230f4f043397ca537bca8527cb942911b7 20d02adf9f1e4806d85874e5bcbe342b14fcb2d2 3737d6c134fa4406363e496454a162adfe3f5665 454925a8335d20a2db7fde58254487699684e273 4f9264764ca0e640635237f815c7465ef8e9b2bb 5c7a172ea5d3c1fbc096e57d7c0ad8ee1b57c8cb 5fb1a9a76ff989790cc97eba3669c33494073463 8be662d9e62a53fc45c9274a61f3b78fee54aafa dc1e1796996d0a3df832687de6138b67e425f85c fa8af0e327b88019c2d720e4f75ececb2a9c89e9 fedc18f5b232f2f5ff979db21b535506125c10d0 Package: ros-lyrical-generate-parameter-library Version: 1.3.0-1resolute.20260901.172914 Architecture: amd64 Maintainer: "bmagyar" Installed-Size: 56 Depends: libexpected-dev, libfmt-dev, ros-lyrical-generate-parameter-library-py, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rclpy, ros-lyrical-rsl, ros-lyrical-tcb-span, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/generate_parameter_library/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-generate-parameter-library/ros-lyrical-generate-parameter-library_1.3.0-1resolute.20260901.172914_amd64.deb Size: 8950 SHA256: c967f2c89466a4055797dde835c595b9ea9755c22a7a78310d794216aaf93890 SHA1: 884e5c0e5e3daf3ad78e598d5b4d7ec1177c7429 MD5sum: 77ef47a121c778ec883582522be00223 Description: CMake to generate ROS parameter library. Package: ros-lyrical-generate-parameter-library-py Version: 1.3.0-1resolute.20260728.174510 Architecture: amd64 Maintainer: "bmagyar" Installed-Size: 321 Depends: python3-dev, python3-jinja2, python3-typeguard, python3-yaml, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/generate_parameter_library_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-generate-parameter-library-py/ros-lyrical-generate-parameter-library-py_1.3.0-1resolute.20260728.174510_amd64.deb Size: 59962 SHA256: 5ed42a585f2bf55ab41776aca737b29a1b6537181db8e9fb07d28ad81c65b4de SHA1: d2e6e49aa1bbc2d01b1a902868e9c187a9450cb4 MD5sum: 5c362e7a5e3e4c5caea886c2424514b1 Description: Python to generate ROS parameter library. Package: ros-lyrical-geographic-msgs Version: 1.0.6-3resolute.20260901.134008 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4664 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/geographic_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geographic-msgs/ros-lyrical-geographic-msgs_1.0.6-3resolute.20260901.134008_amd64.deb Size: 327982 SHA256: d4e5780c785621ef4e3eecb6706ba1d1ea5f993f8a9864176e274ae4ec721965 SHA1: a2ca0cf936b2962748e578f31b01857e8d819e9e MD5sum: 9c63833847f19d7c6f6785b56c6904eb Description: ROS messages for Geographic Information Systems. Package: ros-lyrical-geographic-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-geographic-msgs Version: 1.0.6-3resolute.20260901.134008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 4216 Depends: ros-lyrical-geographic-msgs (= 1.0.6-3resolute.20260901.134008) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geographic-msgs/ros-lyrical-geographic-msgs-dbgsym_1.0.6-3resolute.20260901.134008_amd64.deb Size: 3373094 SHA256: 9f03287b36d667ead7af71da111c25c173c3363cbf4ad3650d69129d88ca3487 SHA1: b568ca23ed947a0eeb0ed0a64c966efb626325ba MD5sum: 69a7ef51b1843783d0e2f8fe75fab8f3 Description: debug symbols for ros-lyrical-geographic-msgs Build-Ids: 2d3c2960d9fdd1044968e24c5f0cfe24ffeba89d 462ac915b7ff7559342fc8a8e3e724f3cde91712 529b1a8e5ef584519dd4f885c23573d05a8d96eb 5f5cc947cd38142808cddf8a53dd982b98f0e5f8 6893815eb81080aad336d3ad003e5781bebe5436 7a0188dca78b1ab66fcc47108944da5c26105a3b 7b6b37d96cf60b7720daf757678e3bf8bdd76393 8170aba2812c401b74177f2ba97982bf63e33546 c09ddcd735295ee4c0960e6ebed108f5f689cc5d d393225079dc2f2ce63d82b55c517c61590571b5 f8f53fef9226a17bf74ec7bea2fdccb62b991a85 Package: ros-lyrical-geometric-shapes Version: 2.3.4-1resolute.20260901.160414 Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 369 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), libqhull-r8.0 (>= 2020.1), libstdc++6 (>= 13.1), libassimp-dev, libboost-dev, libboost-filesystem1.83.0, libeigen3-dev, libqhull-dev, ros-lyrical-console-bridge-vendor, ros-lyrical-eigen-stl-containers, ros-lyrical-eigen3-cmake-module, ros-lyrical-geometry-msgs, ros-lyrical-random-numbers, ros-lyrical-rclcpp, ros-lyrical-resource-retriever, ros-lyrical-rosidl-default-runtime, ros-lyrical-shape-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/geometric_shapes Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geometric-shapes/ros-lyrical-geometric-shapes_2.3.4-1resolute.20260901.160414_amd64.deb Size: 104378 SHA256: 16d4ddbc8aee864085c0ba7deae5e03a7c0712046b0e4299ef6e72609966af40 SHA1: 6b752e6101bef3777c896ff2f583aeeefad6127e MD5sum: b9d2c2f446a878d8119d34f132c5c7a8 Description: This package contains generic definitions of geometric shapes and bodies. Package: ros-lyrical-geometric-shapes-dbgsym Package-Type: ddeb Source: ros-lyrical-geometric-shapes Version: 2.3.4-1resolute.20260901.160414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 6423 Depends: ros-lyrical-geometric-shapes (= 2.3.4-1resolute.20260901.160414) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geometric-shapes/ros-lyrical-geometric-shapes-dbgsym_2.3.4-1resolute.20260901.160414_amd64.deb Size: 6432070 SHA256: d5ac1254aeee32e053838d7e26fe41375f3e24a26cd2e0a1d0064022df229340 SHA1: 6ba2de79e1cf8d0bb3c2001f84b3e6a4a0d6a177 MD5sum: 148393f2ece3045938b1757c2e2e77e4 Description: debug symbols for ros-lyrical-geometric-shapes Build-Ids: 7cc5300f334f8e89ba39bf6fdfb4c9bc785125af Package: ros-lyrical-geometry-msgs Version: 5.9.3-1resolute.20260901.115506 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4473 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/geometry_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geometry-msgs/ros-lyrical-geometry-msgs_5.9.3-1resolute.20260901.115506_amd64.deb Size: 269334 SHA256: a4b6e42cdc6f9674e68bfb211630ef56e7544431256bfcd2bcb0b2a58fd9eaf0 SHA1: b7475e0ce0381c44b965b4b9828f6db388b1fec5 MD5sum: c93e4675ad0911a4291d3558f6a6beb5 Description: A package containing some geometry related message definitions. Package: ros-lyrical-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-geometry-msgs Version: 5.9.3-1resolute.20260901.115506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3602 Depends: ros-lyrical-geometry-msgs (= 5.9.3-1resolute.20260901.115506) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geometry-msgs/ros-lyrical-geometry-msgs-dbgsym_5.9.3-1resolute.20260901.115506_amd64.deb Size: 2755648 SHA256: a403d79de960b5965588762553871b61cf16f654c68fb63280ccc1dcd8411f66 SHA1: a638311f3a2b2d35e6c38fc677509c080de32b6c MD5sum: 36e45c44c913bec3052ea6e073f9df76 Description: debug symbols for ros-lyrical-geometry-msgs Build-Ids: 04b9a055ae5c0ab51c84a58d1c346e8e50af4579 526658cb9e7b4a106875ccc9fb5cd091c06469e6 6bafd18de035db3a7b0101021e053966f0afa484 71c6a34df5b73ee4cb1d9f23ed557c5d0471612a 8164b25396165262371cf5a4321f0ad7016e3139 939739233b56a435e8aa037f75fa343ceed99e8d 9eac5f526dd31f27b2766281ffb4345b848ae197 aaa75d5615f66bf2550e10c13bb75341fa9e4567 b59ab98286051aeed7f8664ce2132b15db335167 bdd038aad2f5d101c7a3c2ec337629682d8bb255 ef3882f80e0b4838edefeaf8ace7933d1786e7d3 Package: ros-lyrical-geometry-tutorials Version: 0.7.0-3resolute.20260728.205408 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 43 Depends: ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/geometry_tutorials Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geometry-tutorials/ros-lyrical-geometry-tutorials_0.7.0-3resolute.20260728.205408_amd64.deb Size: 5628 SHA256: 1bb38be06bee3a959ec82c290e6e97444cf582be7b76d7ef4e7450e675dec665 SHA1: 722bc606aaeb0abf320348f7106fec50500b7e0b MD5sum: 35ec9127ec7ad8263d32e84a55cc34a2 Description: Metapackage of geometry tutorials ROS. Package: ros-lyrical-geometry2 Version: 0.45.9-1resolute.20260901.201558 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 45 Depends: ros-lyrical-tf2, ros-lyrical-tf2-bullet, ros-lyrical-tf2-eigen, ros-lyrical-tf2-eigen-kdl, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-kdl, ros-lyrical-tf2-msgs, ros-lyrical-tf2-py, ros-lyrical-tf2-ros, ros-lyrical-tf2-sensor-msgs, ros-lyrical-tf2-tools, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/geometry2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-geometry2/ros-lyrical-geometry2_0.45.9-1resolute.20260901.201558_amd64.deb Size: 6258 SHA256: 9d927e434f4f09db7cd2bacf13eff37f97ffd9aca0ab80e11370f083316c2d0c SHA1: dfd980634c130a5be6c10a0879ec15322ab595f5 MD5sum: 93539efae3e7e0663adb2ad09ac4f483 Description: A metapackage to bring in the default packages second generation Transform Library in ros, tf2. Package: ros-lyrical-gmock-vendor Version: 1.16.1-3resolute.20260728.175207 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 614 Depends: ros-lyrical-gtest-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/gmock_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gmock-vendor/ros-lyrical-gmock-vendor_1.16.1-3resolute.20260728.175207_amd64.deb Size: 101982 SHA256: 860df3b0fc0780d0994f05f008fed2e209f5e237ee18b8117422667a46f0f6b4 SHA1: 33b97d43f8980c91751baa1ba56b4cfeed743b2b MD5sum: 72571ce181160f718c06a1484e3cac4d Description: The package provides GoogleMock. Package: ros-lyrical-google-benchmark-vendor Version: 0.7.0-3resolute.20260728.170214 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 648 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), libbenchmark-dev, ros-lyrical-ros-workspace Homepage: https://github.com/google/benchmark Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-google-benchmark-vendor/ros-lyrical-google-benchmark-vendor_0.7.0-3resolute.20260728.170214_amd64.deb Size: 214362 SHA256: d1b405654d5172e1fdcf1ef8ce45532c9d69c65e6223ca51a1464f942ecb5e61 SHA1: c096f00172d3de1c373de3851409b06528e1456e MD5sum: 59ed33fcd2933563b32575d739a3a9d3 Description: This package provides Google Benchmark. Package: ros-lyrical-google-benchmark-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-google-benchmark-vendor Version: 0.7.0-3resolute.20260728.170214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 2334 Depends: ros-lyrical-google-benchmark-vendor (= 0.7.0-3resolute.20260728.170214) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-google-benchmark-vendor/ros-lyrical-google-benchmark-vendor-dbgsym_0.7.0-3resolute.20260728.170214_amd64.deb Size: 2204654 SHA256: 8f81077674c68a0c4b2a8d86bea96e10520221974fa773183151ee932ab38fd6 SHA1: af19bf3652648094bc5483641cc25f96abcf9a72 MD5sum: e5d24daf6c0fa19d0491e796cba44e7d Description: debug symbols for ros-lyrical-google-benchmark-vendor Build-Ids: 46014b62c318124e9a26bd8a8fba0b249c9dc2ff 67c04e403108dfaf32dc308673fbb3684d3fb6a4 Package: ros-lyrical-gpio-controllers Version: 6.9.0-1resolute.20260908.112010 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 689 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gpio-controllers/ros-lyrical-gpio-controllers_6.9.0-1resolute.20260908.112010_amd64.deb Size: 169750 SHA256: b481c4a8e65e1ca7fc79d64f04870bb036e49e52e006444696319a95e4feb35c SHA1: ee37937ef373962924e64866e4a6fcda28e0a446 MD5sum: 8670068303f919f2b8b2660529878aa4 Description: Controllers to interact with gpios. Package: ros-lyrical-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-lyrical-gpio-controllers Version: 6.9.0-1resolute.20260908.112010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3166 Depends: ros-lyrical-gpio-controllers (= 6.9.0-1resolute.20260908.112010) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gpio-controllers/ros-lyrical-gpio-controllers-dbgsym_6.9.0-1resolute.20260908.112010_amd64.deb Size: 2708122 SHA256: 8db3a7dda84a97f9df1b906bd2b249229d6573504e7b3af05f740204d89212cd SHA1: 91807e6352a88275ae347da481abdf91c2ea90ed MD5sum: 63a8a39d7366434c9d53b3f047b47cb9 Description: debug symbols for ros-lyrical-gpio-controllers Build-Ids: 5ce5c599fe83c0fce1e7807de948e74ef55f055d Package: ros-lyrical-gps-msgs Version: 3.1.1-1resolute.20260901.115525 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 921 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-msgs/ros-lyrical-gps-msgs_3.1.1-1resolute.20260901.115525_amd64.deb Size: 87706 SHA256: 8945fa6a5d28a2cd85076e5de369ad9b48d88b62a5755a2f5b5784ae09ae6262 SHA1: 2ca3138f430494f1e7fa088c9bd0b40e27656602 MD5sum: 4006b92da927279e8ff23a7d928f40b8 Description: GPS messages for use in GPS drivers Package: ros-lyrical-gps-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-gps-msgs Version: 3.1.1-1resolute.20260901.115525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 595 Depends: ros-lyrical-gps-msgs (= 3.1.1-1resolute.20260901.115525) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-msgs/ros-lyrical-gps-msgs-dbgsym_3.1.1-1resolute.20260901.115525_amd64.deb Size: 419936 SHA256: d5bb58755ad00fd1196988d9c0b40be5251bddc42bf71e52cea918fabc627d54 SHA1: eea435ba2a3cf4016dbaa4551f8d74d5d54ec298 MD5sum: 0362750b655e402ef4a6bf2d84c7f8ca Description: debug symbols for ros-lyrical-gps-msgs Build-Ids: 05635de44d1ebb001a37669ba3f8e1bc1ca82b6c 06c05de1589312c0735924299a948a8428f0935c 09fcbe52ea381bc2d90f6e31ffca05d0bd439899 0bf70e698b0594a52027317927eb1f6685f047f0 161982c53edba5cdb950a3cc02a68a30ef0ffa57 3293a8376ec44792b060f5383bd6cd713b996d3b 6f1d9ca9ddca2849dc6b2da2bd895a7222b55e5e 70cf92ae63069536895d0cdab00f209a525bd72f ada5a83933b5ae1aed1b27042b488568849cebfe d3e6a34734c8aa1aebedee01fe379ba2ed487e3c f0d5877fd06840d3152cdfa3a6f8af1f2fa98150 Package: ros-lyrical-gps-sensor-broadcaster Version: 6.9.0-1resolute.20260908.112406 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 303 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/gps_sensor_broadcaster/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-sensor-broadcaster/ros-lyrical-gps-sensor-broadcaster_6.9.0-1resolute.20260908.112406_amd64.deb Size: 86146 SHA256: ae99542855407aa45ad7425fb241452949d3f91afc85bd43bebb378c29e4d2c1 SHA1: 655eba563a88c1c391f6a7330eacf9f42fd5f094 MD5sum: 572281732dabae6bace56cb0bda8be01 Description: Controller to publish readings of GPS sensors. Package: ros-lyrical-gps-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-gps-sensor-broadcaster Version: 6.9.0-1resolute.20260908.112406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1243 Depends: ros-lyrical-gps-sensor-broadcaster (= 6.9.0-1resolute.20260908.112406) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-sensor-broadcaster/ros-lyrical-gps-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260908.112406_amd64.deb Size: 1131656 SHA256: cd066a48de5cf36c9f09bb26bc5c10ca772b48ee71a902c0683998a86da91e53 SHA1: 42db132528a4fbfa827ac0db969389d594d5509e MD5sum: c0564958024d2de57ebb9ca720b80ca9 Description: debug symbols for ros-lyrical-gps-sensor-broadcaster Build-Ids: 4cf6f8356c8241931ed9b53b6a5270e48eb8f4cd Package: ros-lyrical-gps-tools Version: 3.1.1-1resolute.20260901.180953 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1098 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-gps-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-tools/ros-lyrical-gps-tools_3.1.1-1resolute.20260901.180953_amd64.deb Size: 190672 SHA256: a478cc15247a76598903a885bf62743b6ee6dddca0433bd15873f3ce1f324869 SHA1: 2adb0f16875de64622f93b100d8cff1236b181ad MD5sum: 6c7b8cad3340ce7f4957d0c6f6f59699 Description: GPS routines for use in GPS drivers Package: ros-lyrical-gps-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-gps-tools Version: 3.1.1-1resolute.20260901.180953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 5156 Depends: ros-lyrical-gps-tools (= 3.1.1-1resolute.20260901.180953) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-tools/ros-lyrical-gps-tools-dbgsym_3.1.1-1resolute.20260901.180953_amd64.deb Size: 4298726 SHA256: 5ce54f28dabbae1163523ddeb4a8806d2a853237ef100a18cb18cbe91ce1a120 SHA1: aa23df147135b60e4c5a3ad2539b894282030542 MD5sum: b5ba087345dc01eea02b1cc55bf6d0d9 Description: debug symbols for ros-lyrical-gps-tools Build-Ids: 5a3430410006facd96160fd8b11f60e9ac945cac 7e0c7a65dcf0c41bb37207d1ea2c16314851773e Package: ros-lyrical-gps-umd Version: 3.1.1-1resolute.20260901.182058 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 44 Depends: ros-lyrical-gps-msgs, ros-lyrical-gps-tools, ros-lyrical-gpsd-client, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/gps_umd Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gps-umd/ros-lyrical-gps-umd_3.1.1-1resolute.20260901.182058_amd64.deb Size: 5654 SHA256: 2e8b7c7e5d0428ad76de82f004acef16862c43443c8d3ecda47a035a29b76bf7 SHA1: b5c1360ec8b1b6794055ae3bb7f809db5aad951e MD5sum: 6fd5ed11c1af565fa782ae25ecef551c Description: gps_umd metapackage Package: ros-lyrical-gpsd-client Version: 3.1.1-1resolute.20260901.162406 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 294 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgps32 (>= 3.3), libstdc++6 (>= 13.1), libgps-dev, pkg-config, ros-lyrical-gps-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/gpsd_client Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gpsd-client/ros-lyrical-gpsd-client_3.1.1-1resolute.20260901.162406_amd64.deb Size: 81084 SHA256: e5659b312ff627fd4daa1732c90bc3a8b66442e24acc9eac1d492a23a5468cc2 SHA1: fe2b477d15b30fd92a985c1d379df401f85da07a MD5sum: d3871f55559fb1ce27fe5b48eacdbc8a Description: connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message Package: ros-lyrical-gpsd-client-dbgsym Package-Type: ddeb Source: ros-lyrical-gpsd-client Version: 3.1.1-1resolute.20260901.162406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1384 Depends: ros-lyrical-gpsd-client (= 3.1.1-1resolute.20260901.162406) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gpsd-client/ros-lyrical-gpsd-client-dbgsym_3.1.1-1resolute.20260901.162406_amd64.deb Size: 1249330 SHA256: 33d5a3867e91fb69bc559add8c58cc81152ab3ac4c7acb5e0f37e913d7ec8278 SHA1: 6cf0ef5d4dde6ed4b102eee86dbcb9363d383184 MD5sum: d7d362a3c3d6b3179de12fd5265f2bdd Description: debug symbols for ros-lyrical-gpsd-client Build-Ids: a43b39bba576d01c9844c8baae16f815ec8454b6 Package: ros-lyrical-graph-msgs Version: 0.2.1-1resolute.20260901.121440 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 633 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/davetcoleman/graph_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-graph-msgs/ros-lyrical-graph-msgs_0.2.1-1resolute.20260901.121440_amd64.deb Size: 68294 SHA256: 8822060ba48850b0db5012693d9d2a9b60d5886e5eb068ba2cf93e8c1370d398 SHA1: f1424b2a1ec440fccad48c1945973b14f8e8ae89 MD5sum: 9f9f14707011b62c5bf93bb7734feeb5 Description: ROS messages for publishing graphs of different data types Package: ros-lyrical-graph-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-graph-msgs Version: 0.2.1-1resolute.20260901.121440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 560 Depends: ros-lyrical-graph-msgs (= 0.2.1-1resolute.20260901.121440) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-graph-msgs/ros-lyrical-graph-msgs-dbgsym_0.2.1-1resolute.20260901.121440_amd64.deb Size: 392866 SHA256: 1523ca1830f4939863069b9ac7b1236ebd28a8d7fcf8a0b62a362af62234acde SHA1: 44e09c8c8062be2cae97a23b7be938d87a325146 MD5sum: f8a743f64b89463f17511eaef55ae987 Description: debug symbols for ros-lyrical-graph-msgs Build-Ids: 0d1cc6124661fa467b4c3c7bae218f58c9f9a6ba 20efd9446a5a7980252f29541eea5ccfb1c5667c 4e5a2b3146100b97e3fc6dac530470f0ca87a502 51f2943233d6e535ed263fdb48b872e5d784cfed 767f7f395fd4462f3c179c101643b38bc9a70e5c 7e066b3ac30403be52aec57be8c57c3543580937 88262462f244d60d4cc641e31a91a6748f6d6b90 ab3f6c850fd3fc7cb0440f7a16e4707685be6fd3 b5496f6b1a33cade9163672c09e6be946e61713f c0a0a99b27aa1adfce27bc96e9ea473b2155bdaf ca42d752e9f5f35a793a7236ac68112c0b63be63 Package: ros-lyrical-grasping-msgs Version: 0.5.0-3resolute.20260901.135620 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4068 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-moveit-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/grasping_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-grasping-msgs/ros-lyrical-grasping-msgs_0.5.0-3resolute.20260901.135620_amd64.deb Size: 286480 SHA256: 5d5d9314b9e0c5bcf573653bb545b55a2dd7accd80d464490ba5cd37cf55ee3d SHA1: 9ec78d95dc105f0faaca86378d1e314c994ba2d2 MD5sum: 5ec45e4884f5cc1de53bc58e0e1f4dda Description: Messages for describing objects and how to grasp them. Package: ros-lyrical-grasping-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-grasping-msgs Version: 0.5.0-3resolute.20260901.135620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3454 Depends: ros-lyrical-grasping-msgs (= 0.5.0-3resolute.20260901.135620) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-grasping-msgs/ros-lyrical-grasping-msgs-dbgsym_0.5.0-3resolute.20260901.135620_amd64.deb Size: 2697724 SHA256: 71636ea73d7f8d2a61f52b49fda889210ffcac24cdf5e20f1231c53d294efd64 SHA1: a5ab6490b6c7fb4a7d16a7d157b11b646d7da08e MD5sum: 38285da990ad254ee3727effc644a8ff Description: debug symbols for ros-lyrical-grasping-msgs Build-Ids: 003036daf1ee21902942cc8bfb51e40b0f5ae5fa 07281bfb1acbee6bb7db547e3129ae2da39af464 2094b30ae60f4b52a5457bd96460f5b21220c0c7 267951fd38d8d7f3d84bfc0abc22706f3c55f961 47566c61372ba03b1ae408ccc1d20fe0df00690f 5c7685155cfeab24de3f2cbdad04d66b54471067 799c79024df71d25632ad505fb162dfd2079a7c7 7d126b23e877c229a348d35bb295b6d9bd47478c 933bb918d2c7d54b18c9b53a81d7d37a5b4f3083 af8ff41d851c4a193130ab8e9534afcadd96de8d c2db55a5ba6ddb7806e40aba90afceb605ac24d3 Package: ros-lyrical-grbl-msgs Version: 0.0.2-10resolute.20260901.115239 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3356 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/grbl_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-grbl-msgs/ros-lyrical-grbl-msgs_0.0.2-10resolute.20260901.115239_amd64.deb Size: 215624 SHA256: 496ef2d3589cfbea95f5fcf43d77896ff15677985a3ff7c698648986a7709afc SHA1: 181c7f9cdf11aa3f27aa1de66d5664f39aab03b2 MD5sum: 7d2008b4489a19292d9569b10515f602 Description: ROS2 Messages package for GRBL devices Package: ros-lyrical-grbl-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-grbl-msgs Version: 0.0.2-10resolute.20260901.115239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2011 Depends: ros-lyrical-grbl-msgs (= 0.0.2-10resolute.20260901.115239) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-grbl-msgs/ros-lyrical-grbl-msgs-dbgsym_0.0.2-10resolute.20260901.115239_amd64.deb Size: 1327018 SHA256: ef62a18dd7613eb893d99471769a815da3ff87fb5c9dc47450f16f432baed228 SHA1: 0bd84ae0c4d3985ebc09cd592ab9cc85c6c5f5a9 MD5sum: 7150b757e07fed5542487c17794f198b Description: debug symbols for ros-lyrical-grbl-msgs Build-Ids: 0b2fde3b2d48210a3fc9f2ed009a557eface47c0 13ab91da31901c2c115ef1f790225b5a2b185c8d 2de75dab83e42df31db11b7c9d5e8ae2d30f8cf1 36c514ae91ff6bf5380b5a9e9f2f3a60daaaa4dc 4f889c7af578afb2856dfbc5810e16a2a8741630 5bd1a19ea02234ef5fea6a1ed85d7b298d6d851b 80495faaf01896cdd0dca53e08eaf9b8ade05bc3 a226dc64c56af2b8ab65bc627c85905865336e74 b7b18e10f13770c4cdac16c8c01d1631989129b1 d091da4ebeaa106ae30e88bcaf56288a6bbf640b dd677ce139f0977d2068109bc021e86fcdfb633f Package: ros-lyrical-grbl-ros Version: 0.0.16-8resolute.20260901.182556 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 126 Depends: ros-lyrical-grbl-msgs, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/grbl_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-grbl-ros/ros-lyrical-grbl-ros_0.0.16-8resolute.20260901.182556_amd64.deb Size: 26126 SHA256: e71978db4c76f66218bf92c8dc2db5c0bbf5fa11314dc7889d3fdeb4ca6d9718 SHA1: 413d0e5f160b900a77cd437c09cf1e2d55b0f6d0 MD5sum: 5aeccb813933e0f8a570bb0728a7cffb Description: ROS2 package to interface with a GRBL serial device Package: ros-lyrical-greenwave-monitor Version: 1.0.0-4resolute.20260901.184106 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1998 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-diagnostic-msgs, ros-lyrical-greenwave-monitor-interfaces, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/greenwave_monitor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-greenwave-monitor/ros-lyrical-greenwave-monitor_1.0.0-4resolute.20260901.184106_amd64.deb Size: 368500 SHA256: 233d0dd2ad2aa7ded60d4796106946e1cd44e3e7f566a69d6a971b4a204b3b05 SHA1: c6caeebbbec07573270fa7adafe08fa1cf2c2b4e MD5sum: ffaa5d98153be8cac9e48fe6d42004af Description: A ROS 2 diagnostic tool for monitoring topic frame rates and latency metrics. Package: ros-lyrical-greenwave-monitor-dbgsym Package-Type: ddeb Source: ros-lyrical-greenwave-monitor Version: 1.0.0-4resolute.20260901.184106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 9954 Depends: ros-lyrical-greenwave-monitor (= 1.0.0-4resolute.20260901.184106) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-greenwave-monitor/ros-lyrical-greenwave-monitor-dbgsym_1.0.0-4resolute.20260901.184106_amd64.deb Size: 8346636 SHA256: c2f371d181162218de6a7ac4b7273130aca7f28b0d0fad1da062b3c9bbf6f75c SHA1: dd3eebae4ea652eb1a63b6f1f55aac4b82e0a81d MD5sum: 40d2a899e1428f4d4eb98670a4cc48a3 Description: debug symbols for ros-lyrical-greenwave-monitor Build-Ids: 7fb78de2d7792d2eab30a3dddaca07c39fc39d0d e0fc22fa4f09f78cd17fec2aa8d807f5b63e3106 e89c3afa66280a1a5b3302fbae46829340e5a65a Package: ros-lyrical-greenwave-monitor-interfaces Version: 1.0.0-4resolute.20260901.110823 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1243 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/greenwave_monitor_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-greenwave-monitor-interfaces/ros-lyrical-greenwave-monitor-interfaces_1.0.0-4resolute.20260901.110823_amd64.deb Size: 103158 SHA256: 5a7d55b3f0d28def8fcffc114d4d1cc6be5b162cc4ae2c39ae68604a10f04426 SHA1: d4ed8bd4787f652227d3a655a158a7cce7c57920 MD5sum: f1479210ec528e72e64924a25fecb77b Description: Interfaces for the greenwave_monitor package Package: ros-lyrical-greenwave-monitor-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-greenwave-monitor-interfaces Version: 1.0.0-4resolute.20260901.110823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 954 Depends: ros-lyrical-greenwave-monitor-interfaces (= 1.0.0-4resolute.20260901.110823) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-greenwave-monitor-interfaces/ros-lyrical-greenwave-monitor-interfaces-dbgsym_1.0.0-4resolute.20260901.110823_amd64.deb Size: 663044 SHA256: 8f26a15bb6fcc7dfc82e7e28aa2b970bb503560eca6b936dd20231adb0edd38b SHA1: 86fbd9168eada794589b30a191e4a7e018c4a826 MD5sum: 72f7b27038acca6dab40ee9f71c9485a Description: debug symbols for ros-lyrical-greenwave-monitor-interfaces Build-Ids: 09cd7cea42b0f9b8ec02fcbcfaecd29264202f82 1e1e5e7567711ff5df2ca5ea0be367946b55a9af 24b8749c05d18366bf05840948e9511e1779ffbd 58fb8d569eb4dec4fd7c522832695233600c3efc 69caa35208aed9f73bdd42a6d4a36e3d1e466a48 7d64fe8727ff850f18f5c3db47c79925bac0aede 8a40afe0553f8f57bce0ca6ac6b96a63fa93bbc4 cfc5b9bdedfec60cc8117cfd47b37755cc49e4a6 e203161aeca98b0dde6c3f705d023c2caf71319c e2f6bdda32d060c2bd6e0167f47a1093eee22494 eb55533daa3fb63a199d2aba66ed7d6df7d0a14c Package: ros-lyrical-gstreamer-ros-babel-fish Version: 1.26.40-3resolute.20260901.152422 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2371 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.80.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.14.0), libstdc++6 (>= 14), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-tools, libgstreamer-plugins-good1.0-0, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/gstreamer_ros_babel_fish/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gstreamer-ros-babel-fish/ros-lyrical-gstreamer-ros-babel-fish_1.26.40-3resolute.20260901.152422_amd64.deb Size: 428488 SHA256: d1f165e37da5dde2154b68d826a4047c3d3ca307a09752cf60c878e7ed302189 SHA1: 4f95bedcccb85fa0d0f9527a1e1a9dc0e6f6c003 MD5sum: 1f49c8c14871f725d169aceb411c8550 Description: GStreamer elements for bidirectional ROS 2 image streaming Package: ros-lyrical-gstreamer-ros-babel-fish-dbgsym Package-Type: ddeb Source: ros-lyrical-gstreamer-ros-babel-fish Version: 1.26.40-3resolute.20260901.152422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11961 Depends: ros-lyrical-gstreamer-ros-babel-fish (= 1.26.40-3resolute.20260901.152422) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gstreamer-ros-babel-fish/ros-lyrical-gstreamer-ros-babel-fish-dbgsym_1.26.40-3resolute.20260901.152422_amd64.deb Size: 10229544 SHA256: 6de7d3115bee31245d28c768c8bd3ad4b2e37f4fd5faab6fd955d71c41bc209d SHA1: f53c25be196d601acdfa7391ce9bc899b7cd573c MD5sum: 9e5478b8efc3e8d0524b2555e5c613c8 Description: debug symbols for ros-lyrical-gstreamer-ros-babel-fish Build-Ids: 1806d91c32b71bc3b9928d106a9cbe8b4778f647 29b407e1a96961cb5e98a560ce343fc217c07d61 3cf8632c234df27c9c70d89d2ec23de135fe35c9 7ad4e7f65fdd674eba270503fc76b08c20c1e109 Package: ros-lyrical-gtest-vendor Version: 1.16.1-3resolute.20260728.172505 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 1008 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/gtest_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gtest-vendor/ros-lyrical-gtest-vendor_1.16.1-3resolute.20260728.172505_amd64.deb Size: 183054 SHA256: 2b745569eb9ff70025c58dc5480c8574247a1692582dbfc12785744964dfacba SHA1: 42675b0a6baad6d03e4dae12bde1ed2686449082 MD5sum: f243e7bb0c7aff885785a4724e1be56c Description: The package provides GoogleTest. Package: ros-lyrical-gtsam Version: 4.3.0-5resolute.20260728.174508 Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 9813 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 14), libtbb12 (>= 2022.0.0), libtbbmalloc2 (>= 2017~U7), libeigen3-dev, libtbb-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/gtsam/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gtsam/ros-lyrical-gtsam_4.3.0-5resolute.20260728.174508_amd64.deb Size: 2490594 SHA256: 03077a086a002d57df8ad569602a4215863ae800aa43150299028672f31c62a8 SHA1: 2e64be042f05d0f4440e4bdb9f064dab415c3414 MD5sum: 6fb964669e533da970f908d0d28253f4 Description: gtsam Package: ros-lyrical-gtsam-dbgsym Package-Type: ddeb Source: ros-lyrical-gtsam Version: 4.3.0-5resolute.20260728.174508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Frank Dellaert Installed-Size: 196205 Depends: ros-lyrical-gtsam (= 4.3.0-5resolute.20260728.174508) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gtsam/ros-lyrical-gtsam-dbgsym_4.3.0-5resolute.20260728.174508_amd64.deb Size: 195318182 SHA256: 2503b3388b5de7ae7d0f7c375a9f5f5f2ff3a8a442adc5b007c785e4fdbfda2d SHA1: 164293569ac96e16fbb99e7f938d6e22f09bd8b5 MD5sum: 679d4e0d6be81d75672d4d7190ad713d Description: debug symbols for ros-lyrical-gtsam Build-Ids: 3ae059dc4c9e972c617aadd016d85409bddcf74e 72d16babb3808ee2244469fe106e397c35cc1d1a 8aefee3fd02e7631a66a5c2b8ff5dd8e88718b43 ace7229a7678605b72e34e579ff9a41c92618958 Package: ros-lyrical-gtsam2mrpt-serial Version: 0.2.0-3resolute.20260813.202501 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 223 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-lyrical-gtsam, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/gtsam2mrpt_serial Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gtsam2mrpt-serial/ros-lyrical-gtsam2mrpt-serial_0.2.0-3resolute.20260813.202501_amd64.deb Size: 58960 SHA256: 1d79a544bd5abca7cedb2de9a4366c9db89e21a1962caae4929d93d70dc0b05d SHA1: 9dfd62a9e15d43665e8b771672875da56a1c1410 MD5sum: 0d471cf5de06e750a540b5c895c20a50 Description: A C++ library offering a GTSAM ⇆ mrpt-serialization bridge. Package: ros-lyrical-gtsam2mrpt-serial-dbgsym Package-Type: ddeb Source: ros-lyrical-gtsam2mrpt-serial Version: 0.2.0-3resolute.20260813.202501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 2954 Depends: ros-lyrical-gtsam2mrpt-serial (= 0.2.0-3resolute.20260813.202501) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gtsam2mrpt-serial/ros-lyrical-gtsam2mrpt-serial-dbgsym_0.2.0-3resolute.20260813.202501_amd64.deb Size: 2869716 SHA256: ef53c7f40e6f99a6f7805e9d94df5030701be230ff053f7d4b0a0b668ac763d9 SHA1: 2eb6f48f3ebac95a77eba413fdc92e776cdf5edf MD5sum: d848571d2414629ebce67823de7dcbbd Description: debug symbols for ros-lyrical-gtsam2mrpt-serial Build-Ids: 303c61a47792219b76fe5d4deddadf172090db24 Package: ros-lyrical-gurumdds-cmake-module Version: 7.0.0-3resolute.20260831.104441 Architecture: amd64 Maintainer: "Donghyeon Lee" Installed-Size: 54 Depends: ros-lyrical-ament-cmake, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/gurumdds_cmake_module/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gurumdds-cmake-module/ros-lyrical-gurumdds-cmake-module_7.0.0-3resolute.20260831.104441_amd64.deb Size: 7904 SHA256: 1c6b1b4d831519e32063efd34edfd20ea0643f53943e8a0fd825b33a4859fcbb SHA1: 2f0cdcfd11c1afbeac4bfa89531f5b3378960711 MD5sum: 578d3819233fada09359eebf5cf42eef Description: Provide CMake module to find GurumNetworks GurumDDS. Package: ros-lyrical-gz-cmake-vendor Version: 0.4.5-1resolute.20260728.204248 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 1931 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-cmake Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-cmake-vendor/ros-lyrical-gz-cmake-vendor_0.4.5-1resolute.20260728.204248_amd64.deb Size: 195966 SHA256: e6181683d4cd42937f2416140a686ffd77c587bb84f7ff565245c624ea2aed09 SHA1: 648ca931da04ec5dd8075eaccabae5c1f1cdee32 MD5sum: d53e4a9ba76c0478f7bf4967b2b18950 Description: Vendor package for: gz-cmake 5.1.1 Gazebo CMake : CMake Modules for Gazebo Projects Package: ros-lyrical-gz-common-vendor Version: 0.3.8-1resolute.20260827.143639 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2744 Depends: libassimp6 (>= 6.0.4+ds), libavcodec62 (>= 7:8.0.1), libavdevice62 (>= 7:8.0.1), libavformat62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgdal38 (>= 3.12.0), libspdlog1.15-fmt10, libstdc++6 (>= 14), libswscale9 (>= 7:8.0.1), libtinyxml2-11 (>= 11.0.0), libuuid1 (>= 2.16), ros-lyrical-gz-math-vendor, ros-lyrical-gz-utils-vendor, libassimp-dev, libavcodec-dev, libavdevice-dev, libavfilter-dev, libavformat-dev, libavutil-dev, libgdal-dev, libswresample-dev, libswscale-dev, libtinyxml2-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-spdlog-vendor, uuid-dev, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-common-vendor/ros-lyrical-gz-common-vendor_0.3.8-1resolute.20260827.143639_amd64.deb Size: 773326 SHA256: bbd19d08c47fb3bb92e9947f7e0b471930ba607cf86a23ac04e7f8ed4d7941e7 SHA1: 0341cf3a672d2f7588c6cf34bd6f3c4f84f43b8d MD5sum: fd3ed9eb89c48d29fed6d179c75e3445 Description: Vendor package for: gz-common 7.4.0 Gazebo Common : AV, Graphics, Events, and much more. Package: ros-lyrical-gz-common-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-common-vendor Version: 0.3.8-1resolute.20260827.143639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9438 Depends: ros-lyrical-gz-common-vendor (= 0.3.8-1resolute.20260827.143639) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-common-vendor/ros-lyrical-gz-common-vendor-dbgsym_0.3.8-1resolute.20260827.143639_amd64.deb Size: 8787770 SHA256: fe0b1e4f1c53cd01fd52d68a534edd1a8c1513a009a89c324ad07a859a6fc106 SHA1: 0a28e790e3b009bf99549d8621cc90eaf1076d7b MD5sum: f45d83a5bd14e19212e9ef42c5e88158 Description: debug symbols for ros-lyrical-gz-common-vendor Build-Ids: 0b5e5a27a4bcdf429632d85d2342d822a8386fee 1bded2b4c35e427ec5904498bd410a987c995dfb 7cf4b630f5b61ebe17a3b1da5e6c5993013435a3 87a63e3b43848de050448078e0ea728eb2515b1c 9460fefdadbc42091fdb722deda53d369e6fa131 9871f5b986c995c9e4b9a5f303df934b84f74998 a4b827f79ec85b9f66ec0afbd83ee4c79d8ff755 d5f101bb55758fb12480bc44f221fe95c5f0fc00 Package: ros-lyrical-gz-dartsim-vendor Version: 0.1.3-3resolute.20260728.205412 Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 45475 Depends: libassimp6 (>= 6.0.4+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.43), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), liboctomap1.10 (>= 1.10.0+dfsg), libode8t64 (>= 2:0.16.6), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), liburdfdom-model5 (>= 5.1.0), libassimp-dev, libboost-dev, libboost-regex-dev, libboost-system-dev, libbullet-dev, libccd-dev, libeigen3-dev, libfcl-dev, libfmt-dev, liblz4-dev, liboctomap-dev, libode-dev, libtinyxml2-dev, liburdfdom-dev, lz4, ros-lyrical-ros-workspace Homepage: https://dartsim.github.io/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-dartsim-vendor/ros-lyrical-gz-dartsim-vendor_0.1.3-3resolute.20260728.205412_amd64.deb Size: 12418372 SHA256: 0ebbc88b63c830c4a2f60d0578d2bd226f82e46be628982fea0af85ed599ee9f SHA1: d14a469eadfa0e8348939c8a485b2d66b011ac08 MD5sum: d6e705666308ccbfc6d4bd6322946ac3 Description: Vendor package for the DART physics engine v6.16.6 Package: ros-lyrical-gz-dartsim-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-dartsim-vendor Version: 0.1.3-3resolute.20260728.205412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 102963 Depends: ros-lyrical-gz-dartsim-vendor (= 0.1.3-3resolute.20260728.205412) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-dartsim-vendor/ros-lyrical-gz-dartsim-vendor-dbgsym_0.1.3-3resolute.20260728.205412_amd64.deb Size: 101052730 SHA256: 655e0d23e56126c2bc0fdadbcbe2d6589cbdc954e660ab9e4b6954f41bfc6a0d SHA1: bed29b02065aeea16a0e848ba51ecffa036b61c9 MD5sum: a2734e36629c4bbaa874f69c2e2fd4a7 Description: debug symbols for ros-lyrical-gz-dartsim-vendor Build-Ids: 0fcf49935f6697bfe2aca3d1f5861cfbaaf0b13a 50e7ec5d612266ae1d6b41cee080a6291018ea00 8fa72a79e823faf02818fc5a8e579b2d7df5062d b9c0c38fb2da3b567472e177e406636bb70a1aaa df4b040835af55a036112541635b3910e7da8196 f1a4e9307aef9e129a41cf3afcafec530f8634b1 fc2346154363df401385bc133f23ea16a9b11531 Package: ros-lyrical-gz-fuel-tools-vendor Version: 0.3.1-3resolute.20260827.151940 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 833 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.56.1), libgcc-s1 (>= 3.3.1), libjsoncpp26 (>= 1.9.6), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-0-2, libzip5 (>= 0.11.2), ros-lyrical-gz-common-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-msgs-vendor, libcurl4-openssl-dev, libgflags-dev, libjsoncpp-dev, libtinyxml2-dev, libyaml-dev, libzip-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-tools-vendor, ros-lyrical-gz-utils-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-fuel-tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-fuel-tools-vendor/ros-lyrical-gz-fuel-tools-vendor_0.3.1-3resolute.20260827.151940_amd64.deb Size: 236928 SHA256: 4bcc307376d77e38af5fbe9f6b59ce6af85d302129f82840f9aeceabe8f484ec SHA1: add924c017289063a671ae9df833600918248392 MD5sum: adab8e2be0a7525823fb37571fc588df Description: Vendor package for: gz-fuel_tools 11.0.0 Gazebo Fuel Tools: Classes and tools for interacting with Gazebo Fuel Package: ros-lyrical-gz-fuel-tools-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-fuel-tools-vendor Version: 0.3.1-3resolute.20260827.151940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 3651 Depends: ros-lyrical-gz-fuel-tools-vendor (= 0.3.1-3resolute.20260827.151940) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-fuel-tools-vendor/ros-lyrical-gz-fuel-tools-vendor-dbgsym_0.3.1-3resolute.20260827.151940_amd64.deb Size: 3455078 SHA256: c94d17b0682f8bfe76ee5ff33ddf1df11a56fdc16b0428c0bab90108f0fa12e3 SHA1: 6901506fd7b13c6b5dd6bbd5b756efea490016b0 MD5sum: 277744a933d69d7f0dd514f82295a4bc Description: debug symbols for ros-lyrical-gz-fuel-tools-vendor Build-Ids: e8459ee4bdfec130ecdb627bf97319e6f1aa1f97 Package: ros-lyrical-gz-gui-vendor Version: 0.3.2-1resolute.20260827.153124 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 3013 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.7.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-gz-common-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-plugin-vendor, ros-lyrical-gz-rendering-vendor, ros-lyrical-gz-transport-vendor, libprotobuf-dev, libprotoc-dev, libqt6svg6, libtinyxml2-dev, protobuf-compiler, qml6-module-qt-labs-folderlistmodel, qml6-module-qt-labs-platform, qml6-module-qt-labs-settings, qml6-module-qt5compat-graphicaleffects, qml6-module-qtcharts, qml6-module-qtcore, qml6-module-qtpositioning, qml6-module-qtqml, qml6-module-qtqml-models, qml6-module-qtqml-workerscript, qml6-module-qtquick, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-layouts, qml6-module-qtquick-templates, qml6-module-qtquick-window, qt6-5compat-dev, qt6-base-dev, qt6-base-private-dev, qt6-declarative-dev, qt6-declarative-private-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-tools-vendor, ros-lyrical-gz-utils-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-rendering Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-gui-vendor/ros-lyrical-gz-gui-vendor_0.3.2-1resolute.20260827.153124_amd64.deb Size: 674068 SHA256: db142c5784e54bdc5c4f71450f2da5c002cca4347a4be92411eab9b7a85fb37c SHA1: 80645afae7df662f77e0f6cd40c5a65381a56fd5 MD5sum: 6f6191fdc44b35587fe4701601290018 Description: Vendor package for: gz-gui 10.1.0 Gazebo GUI : Graphical interfaces for robotics applications Package: ros-lyrical-gz-gui-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-gui-vendor Version: 0.3.2-1resolute.20260827.153124 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 27689 Depends: ros-lyrical-gz-gui-vendor (= 0.3.2-1resolute.20260827.153124) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-gui-vendor/ros-lyrical-gz-gui-vendor-dbgsym_0.3.2-1resolute.20260827.153124_amd64.deb Size: 26560744 SHA256: 0b98b3c7b10db510a1563cc9fa70a7520f226258aee1b7bf524a436dca0cc1de SHA1: 10ba70b3024a6e6d9a2d16bdd092c7f94654e714 MD5sum: 521cb90a6d362967f90377e43017bc17 Description: debug symbols for ros-lyrical-gz-gui-vendor Build-Ids: 0d0f293a1b11e14d12100c7c13d70100f71a07c7 14eca5e987f29a3e6aff2b41f002b90a38b16ded 220bcd991f69b8b22aa14bcd5f24f013f939b7c7 2843dd28b4a78a0a63568d991eb61efd6d96654b 29f03984abbfae4f5b59904ba60f4a51a3289678 362350984f456841027545d92660a68b3ca66799 40b88c2fe676f367060fe885913f910e43f8ff75 4b27ae0428f0344f57902d864e65f2bec047ef75 4c06b823fcd1e997b1c60c518404547e7f730afc 4de55a40a6ee3b425f48f7224a32f45eba3db957 55f16f9302361f554c5fb5ccff288f906452a0ec 5c9de539ce5d9b2af3b75bf96feee72ff8131b41 6112f166c60b80c85bd4e07215fe1e78d6104019 6b82f8261f0858fe09d943589528ae1ef0e3a5f7 6c4025faffc5cb2f92dec5f780696414d88ecbdf bd10c02ebca5dba94e28ee229549fef39c6b5ce3 c47d2196404fae1c51a56b8d4904ce1ab007efc7 cb08ecb8d4d16eee5544281cc12c440857a6ba15 e6c905b64797404752c236d5711c33768b074534 ed8cb4e8d8bedfee6629071363834f24ef819062 f27686c9032bb0681e1e072dc05600b0ee2f6c9b fb87276e8997a95fdc90f037040a24475004dbc9 fc7dc807cd6b14d6f04734e56ef172ee8a807392 Package: ros-lyrical-gz-launch-vendor Version: 0.3.2-1resolute.20260902.212154 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 1100 Depends: libc6 (>= 2.38), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libprotobuf32t64 (>= 3.21.12), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libwebsockets19t64 (>= 1.7.0), ros-lyrical-gz-common-vendor, ros-lyrical-gz-fuel-tools-vendor, ros-lyrical-gz-gui-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-plugin-vendor, ros-lyrical-gz-sim-vendor, ros-lyrical-gz-transport-vendor, ros-lyrical-sdformat-vendor, binutils-dev, libgflags-dev, libtinyxml2-dev, libwebsockets-dev, libxi-dev, libxmu-dev, libyaml-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-tools-vendor, uuid-dev, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-launch Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-launch-vendor/ros-lyrical-gz-launch-vendor_0.3.2-1resolute.20260902.212154_amd64.deb Size: 295902 SHA256: 2071b2a8d171092fef22f86989371dfe311a6f6238c110b1e9772d2c6c8556f8 SHA1: 8fd14b2d354a43f642a0ff2bae73fe4ee0893bb5 MD5sum: 1e45c857279b9e10b8657481c6c7d974 Description: Vendor package for: gz-launch 9.0.1 Gazebo Launch : Run and manage programs and plugins Package: ros-lyrical-gz-launch-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-launch-vendor Version: 0.3.2-1resolute.20260902.212154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 5692 Depends: ros-lyrical-gz-launch-vendor (= 0.3.2-1resolute.20260902.212154) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-launch-vendor/ros-lyrical-gz-launch-vendor-dbgsym_0.3.2-1resolute.20260902.212154_amd64.deb Size: 5301538 SHA256: 3f1903f44af2fd6813b8dad4f23ec61a535de963b0515fec320e50bd125cfd3b SHA1: daa075033ccf34c03738d228f229a09af7fbb3d7 MD5sum: c85723aa632470cf07ebb21082465196 Description: debug symbols for ros-lyrical-gz-launch-vendor Build-Ids: 03447cd08e698f91ae50ed353ab7f9e53849e624 0c070b11adb9675eae12a733d5d1e4b3a3d2bb15 15656d6c58f0b72fa64bbd4806d0ae31e271772a 2538ccc25a4b3a4bb2f11920cf429b6115816cd2 2d759057b3c1accdcae6cc65ba6776fdf1f30f89 6a3de4d7f86325e69c87be98e5776cad0d1e5099 d1b77daf15e6fb58e783b82aa95b4e3e32c3dd7b e8baa07a46b8e20fd459792d2f8aaed76b8dc70e Package: ros-lyrical-gz-math-vendor Version: 0.4.5-1resolute.20260827.141333 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 5168 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-utils-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-math Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-math-vendor/ros-lyrical-gz-math-vendor_0.4.5-1resolute.20260827.141333_amd64.deb Size: 1181302 SHA256: 00b9f26b0827a256ae317d9beb7fe2144addead1a6fb7e35cd25b20a915738f4 SHA1: 929e4459950903e1cfdef5715b56032c3fceb51a MD5sum: 76408b7943e4c7b441007038e3b64b6f Description: Vendor package for: gz-math 9.3.0 Gazebo Math : Math classes and functions for robot applications Package: ros-lyrical-gz-math-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-math-vendor Version: 0.4.5-1resolute.20260827.141333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 31502 Depends: ros-lyrical-gz-math-vendor (= 0.4.5-1resolute.20260827.141333) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-math-vendor/ros-lyrical-gz-math-vendor-dbgsym_0.4.5-1resolute.20260827.141333_amd64.deb Size: 28607138 SHA256: 6b11d175d9cceb9c7db35c6e3d29032eee972f74add1408a4ff7b57f9470d45d SHA1: a584bcb84812cc6552084bc4251ac80a12b24da0 MD5sum: 8dc298a95d2b6f36a6212391c6d753be Description: debug symbols for ros-lyrical-gz-math-vendor Build-Ids: cdf1d17603db07c2b0fab061b66116f00853f71b ed07d0be1b35888bbf35f2112ca102935a927285 Package: ros-lyrical-gz-msgs-vendor Version: 0.3.4-2resolute.20260827.150529 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9713 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libprotoc32t64 (>= 3.21.12), libstdc++6 (>= 14), ros-lyrical-gz-utils-vendor, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, protobuf-compiler, python3-dev, python3-protobuf, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-tools-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-msgs-vendor/ros-lyrical-gz-msgs-vendor_0.3.4-2resolute.20260827.150529_amd64.deb Size: 1067644 SHA256: c2b565c737fd8d900ecd15a712a60ee393a8b335912d6aa6ab14a9a4aa55e087 SHA1: bb04b2558de35a592e63731d3f0ccbc8ba929697 MD5sum: 9dc18cc87f2395e66f0a6e3414e479bd Description: Vendor package for: gz-msgs 12.0.2 Gazebo Messages: Protobuf messages and functions for robot applications Package: ros-lyrical-gz-msgs-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-msgs-vendor Version: 0.3.4-2resolute.20260827.150529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 27991 Depends: ros-lyrical-gz-msgs-vendor (= 0.3.4-2resolute.20260827.150529) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-msgs-vendor/ros-lyrical-gz-msgs-vendor-dbgsym_0.3.4-2resolute.20260827.150529_amd64.deb Size: 26086000 SHA256: ebea26e016b3ca31d1f644f9d4c0ccf39f2453dd09fe1acf55210f7f1428e42c SHA1: 7ad71d15f63d8ca783f3316fb833cc68cfa3799c MD5sum: 53148a798c44d3b89350257a32db2712 Description: debug symbols for ros-lyrical-gz-msgs-vendor Build-Ids: bc29786f58b480e5bce9728f8ddcbe4809cd3c83 bd6d431c26fd68ed421cb2ea95075a61093949b7 d6b49a307decf70140858702ae57e31ae86f6d11 Package: ros-lyrical-gz-ogre-next-vendor Version: 0.2.1-1resolute.20260728.205418 Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 18801 Depends: libc6 (>= 2.43), libegl1, libfreeimage3 (>= 3.18.0+ds2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 14), libvulkan1 (>= 1.2.131.2), libx11-6, libx11-xcb1, libxaw7 (>= 2:1.0.16), libxcb-randr0 (>= 1.1), libxrandr2 (>= 2:1.2.0), libxt6t64, libzzip-0-13t64 (>= 0.13.56), zlib1g (>= 1:1.1.4), glslang-dev, glslc, libatomic1, libboost-date-time-dev, libboost-dev, libboost-thread-dev, libfreeimage-dev, libfreetype-dev, libgl1-mesa-dev, libglu1-mesa-dev, libpoco-dev, libsdl2-dev, libshaderc-dev, libtbb-dev, libtinyxml2-dev, libvulkan-dev, libx11-dev, libx11-xcb-dev, libxaw7-dev, libxcb-randr0-dev, libxrandr-dev, libzzip-dev, rapidjson-dev, ros-lyrical-ros-workspace Homepage: https://www.ogre3d.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-ogre-next-vendor/ros-lyrical-gz-ogre-next-vendor_0.2.1-1resolute.20260728.205418_amd64.deb Size: 3936934 SHA256: c1b5b6e7ea1ac5d4acbad78b66e0b182b6851214ac1cf554c67152ae4ce3c3c7 SHA1: ce4d4c16fd1415ca80417b9358aef6bdedd23873 MD5sum: c9d1b8d0708ccf526080d92ab07d845e Description: Vendor package for Ogre-next v2.3.3 Package: ros-lyrical-gz-ogre-next-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-ogre-next-vendor Version: 0.2.1-1resolute.20260728.205418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Carroll Installed-Size: 62677 Depends: ros-lyrical-gz-ogre-next-vendor (= 0.2.1-1resolute.20260728.205418) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-ogre-next-vendor/ros-lyrical-gz-ogre-next-vendor-dbgsym_0.2.1-1resolute.20260728.205418_amd64.deb Size: 59477244 SHA256: 8840ce45812834153f66247097025da459779a5e249955834652bece5674d17b SHA1: eb8ebd3db4c5f09f1e6a5b4ea698d67485a4ac36 MD5sum: edf9858daed0aa6644dc9473d7fabf7f Description: debug symbols for ros-lyrical-gz-ogre-next-vendor Build-Ids: 06ae1428ddfc41eec14058f61a75d28eb327665b 0afbed7fac105efec67ddb506d146fa436b70729 1c8ebfa28fb8983bcbeafd4f73a2234518f2186a 1e25bb56af14fd363eb0d726289ab7bb37273582 289f63dadfd739ec9ffc915c2122bede8f6ec3a2 359618bf689ca072cb8d2ed9c04e8bdfd376bcb8 3ace523ae4beb04056e8e186bee95e1dce57a784 51395c59daedba1596677cfea63508b98135bc2d 531a661783804d8d7f64736397d46889f8c84e57 5f41af513116c9c3f66c525a7e5839e4f803487b 825b820143282fbc28abcaf5eef038f037443f2c c452478ed9000739df0898fd77df0647fec5f61e ec68ae3bb841897713664044cbee0a41ec2ff370 Package: ros-lyrical-gz-physics-vendor Version: 0.4.7-1resolute.20260901.221631 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 6365 Depends: libassimp6 (>= 6.0.4+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libode8t64 (>= 2:0.16.6), libstdc++6 (>= 14), ros-lyrical-gz-common-vendor, ros-lyrical-gz-dartsim-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-sdformat-vendor, ros-lyrical-urdfdom, libbenchmark-dev, libbullet-dev, libeigen3-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-plugin-vendor, ros-lyrical-gz-utils-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-physics Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-physics-vendor/ros-lyrical-gz-physics-vendor_0.4.7-1resolute.20260901.221631_amd64.deb Size: 615382 SHA256: 820e3cd17ca999ff5f5c69a8d81238007265b39118b468a1d86dc3d72e7c57ea SHA1: ef27e87b475f1857fd6e0e262af8b88b87df1dae MD5sum: 9b7cd52d6c50b2460a18424b3d90bc46 Description: Vendor package for: gz-physics 9.5.1 Gazebo Physics : Physics classes and functions for robot applications Package: ros-lyrical-gz-physics-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-physics-vendor Version: 0.4.7-1resolute.20260901.221631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 32011 Depends: ros-lyrical-gz-physics-vendor (= 0.4.7-1resolute.20260901.221631) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-physics-vendor/ros-lyrical-gz-physics-vendor-dbgsym_0.4.7-1resolute.20260901.221631_amd64.deb Size: 28250670 SHA256: 1ca1e00e170210e164dde85843bc83754be2070342e2c1f613e7d8008c989711 SHA1: b91d892b4db68d0ffb1bc9fb56fc6bd406aa4014 MD5sum: b12364046779370cf48322170a1b71a1 Description: debug symbols for ros-lyrical-gz-physics-vendor Build-Ids: 135756114e0a340f2cc2bd3f69650dd628db4379 3089f82066e59ec36b94707321727eb36c4d2271 42316454978af760bfc3f2faaa3428206effcb54 9ea0222b07b8321db2026aa176be008268f1f0f9 9fed0ab01138d4242940745d012f86455673e78f d9d371651d23274add895fd104f402e3a6ac05eb Package: ros-lyrical-gz-plugin-vendor Version: 0.3.1-3resolute.20260820.133841 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 729 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-tools-vendor, ros-lyrical-gz-utils-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-plugin Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-plugin-vendor/ros-lyrical-gz-plugin-vendor_0.3.1-3resolute.20260820.133841_amd64.deb Size: 187506 SHA256: bb861b1765072c7da47a4521e20b96fcbc012b4269e1e3121800fa022cb879d9 SHA1: 508661ce4f5bdfbc88969182336e55760e9aba31 MD5sum: ac8ea101a2270139bee23f4787a4f7c5 Description: Vendor package for: gz-plugin 4.0.0 Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins. Package: ros-lyrical-gz-plugin-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-plugin-vendor Version: 0.3.1-3resolute.20260820.133841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 2281 Depends: ros-lyrical-gz-plugin-vendor (= 0.3.1-3resolute.20260820.133841) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-plugin-vendor/ros-lyrical-gz-plugin-vendor-dbgsym_0.3.1-3resolute.20260820.133841_amd64.deb Size: 2105964 SHA256: f812484ca99175e22d6e916108b5a706105c617dc86ec2628a05e0148b98026e SHA1: 33d39b45b554bca35a7261e1ad152e86902451fc MD5sum: c59402f94d06ed6eafe41cb507d8648e Description: debug symbols for ros-lyrical-gz-plugin-vendor Build-Ids: 8f93d62f059d2098ce9e724747950ba9ad230e7b be7429577a524f3de3f50c8ae79ff5194dc814fa f25e5f7e1a9ed12f9180ecc3dcc9dc4764686a81 Package: ros-lyrical-gz-rendering-vendor Version: 0.4.4-1resolute.20260827.145029 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 22246 Depends: libc6 (>= 2.43), libegl1, libgcc-s1 (>= 3.3.1), libglx0, libogre-1.9.0t64 (>= 1.9.0+dfsg1-9~), libopengl0, libstdc++6 (>= 13.1), ros-lyrical-gz-common-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-ogre-next-vendor, ros-lyrical-gz-plugin-vendor, freeglut3-dev, libfreeimage-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libogre-1.9-dev, libvulkan-dev, libxi-dev, libxmu-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-utils-vendor, uuid-dev, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-rendering Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-rendering-vendor/ros-lyrical-gz-rendering-vendor_0.4.4-1resolute.20260827.145029_amd64.deb Size: 3980282 SHA256: 313eaafa4461bffc76d264e6f11af8f17b4940bcb9ec8a71ae194fcabb74c6eb SHA1: 8737c7407a61dcb773e382745dbcc6784a7b2c79 MD5sum: 650eea03fd9c9486e6a7687c88500f58 Description: Vendor package for: gz-rendering 10.0.2 Gazebo Rendering: Rendering library for robot applications Package: ros-lyrical-gz-rendering-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-rendering-vendor Version: 0.4.4-1resolute.20260827.145029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 30355 Depends: ros-lyrical-gz-rendering-vendor (= 0.4.4-1resolute.20260827.145029) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-rendering-vendor/ros-lyrical-gz-rendering-vendor-dbgsym_0.4.4-1resolute.20260827.145029_amd64.deb Size: 28234454 SHA256: 863a43cc4e9903c9cc823a6010025644748d0af7f2aa4c6a99f965270bc3f625 SHA1: 3e427e22cc69af30385ac887c7be8902a4de6786 MD5sum: 59a93f5a7722f34c2bfa33c0128d7d57 Description: debug symbols for ros-lyrical-gz-rendering-vendor Build-Ids: 018d2459e537c17cae988a51dfea7a195b0277bc b8b0c3b38679bacd908ae5bd219b7d4624dac0b6 d847b1bce85bb76bb7668c9866b6b25428c2f645 Package: ros-lyrical-gz-ros2-control Version: 3.0.9-1resolute.20260908.112600 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 733 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-gz-common-vendor, ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-sim-vendor, ros-lyrical-gz-transport-vendor, ros-lyrical-sdformat-vendor, ros-lyrical-controller-manager, ros-lyrical-gz-plugin-vendor, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros2-control-cmake, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/gz_ros2_control/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-ros2-control/ros-lyrical-gz-ros2-control_3.0.9-1resolute.20260908.112600_amd64.deb Size: 198760 SHA256: 494944d0b7ae433bb3beb13d867fbdbc77fee42fc6d2bbd0a96acd76d8a543c8 SHA1: 0da8e5425b2a1003d2c829de99463a5a1e297dce MD5sum: 685802537341849b7be03c37b1f85199 Description: Gazebo ros2_control package allows to control simulated robots using ros2_control framework. Package: ros-lyrical-gz-ros2-control-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-ros2-control Version: 3.0.9-1resolute.20260908.112600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 4444 Depends: ros-lyrical-gz-ros2-control (= 3.0.9-1resolute.20260908.112600) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-ros2-control/ros-lyrical-gz-ros2-control-dbgsym_3.0.9-1resolute.20260908.112600_amd64.deb Size: 4088656 SHA256: e784436e80e2f4243d490bb5493cb961e151137f782def2f40ae43fcf58cddc1 SHA1: a7af11f21b468a6590acb45c35e70ac4b8371fe4 MD5sum: 55f8b80a410d5b827ca78337b8d102f9 Description: debug symbols for ros-lyrical-gz-ros2-control Build-Ids: 9640a1920b629956c07db1af92057619bfb502a7 9f1b93dbe11582d3ed8982aaad1be578c2b47911 Package: ros-lyrical-gz-ros2-control-demos Version: 3.0.9-1resolute.20260908.121650 Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 1119 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-lyrical-gz-common-vendor, ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-sim-vendor, ros-lyrical-sdformat-vendor, ros-lyrical-ackermann-steering-controller, ros-lyrical-ament-index-python, ros-lyrical-control-msgs, ros-lyrical-control-toolbox, ros-lyrical-diff-drive-controller, ros-lyrical-force-torque-sensor-broadcaster, ros-lyrical-forward-command-controller, ros-lyrical-geometry-msgs, ros-lyrical-gz-ros2-control, ros-lyrical-hardware-interface, ros-lyrical-imu-sensor-broadcaster, ros-lyrical-joint-state-broadcaster, ros-lyrical-joint-trajectory-controller, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-mecanum-drive-controller, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-robot-state-publisher, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-sim, ros-lyrical-ros2-control-cmake, ros-lyrical-ros2controlcli, ros-lyrical-ros2launch, ros-lyrical-std-msgs, ros-lyrical-tricycle-controller, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://github.com/ros-controls/gz_ros2_control/blob/master/README.md Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-ros2-control-demos/ros-lyrical-gz-ros2-control-demos_3.0.9-1resolute.20260908.121650_amd64.deb Size: 176972 SHA256: 39a9bb499aa96113446c3e4474db092836f542606fdf2bbbbf02292a6afeb647 SHA1: b244eeb6b053a958acc505b7a13f0f0ff9380456 MD5sum: 0675b0851e30715fa64bbdd0602409e0 Description: gz_ros2_control_demos Package: ros-lyrical-gz-ros2-control-demos-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-ros2-control-demos Version: 3.0.9-1resolute.20260908.121650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 3836 Depends: ros-lyrical-gz-ros2-control-demos (= 3.0.9-1resolute.20260908.121650) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-ros2-control-demos/ros-lyrical-gz-ros2-control-demos-dbgsym_3.0.9-1resolute.20260908.121650_amd64.deb Size: 3483870 SHA256: f2a0b46493b3456e33d80baed37eaef3b151e4335f65c9ffe92c5d2deef5b905 SHA1: 43670de94d65009dea350b07ebdfcd7c6be6ced0 MD5sum: 5a7370e779349653aecfbfd76c80bc25 Description: debug symbols for ros-lyrical-gz-ros2-control-demos Build-Ids: 1ae634d528996f8f7011e6ecb44a2361953fdbdc 3525b908c127c4eb9e32dfeab0a75f9676fe946c bd6ff32897785092866f85b4ea99a8405a2db70b cac3b031e2d73f363d95f31a5347a488f7be1336 Package: ros-lyrical-gz-sensors-vendor Version: 0.3.5-1resolute.20260902.195056 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2435 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), ros-lyrical-gz-common-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-rendering-vendor, ros-lyrical-gz-transport-vendor, ros-lyrical-sdformat-vendor, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-tools-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-sensors Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-sensors-vendor/ros-lyrical-gz-sensors-vendor_0.3.5-1resolute.20260902.195056_amd64.deb Size: 402076 SHA256: ffd88a479a324aca25e7052f97711f25ef588ef3f3aa294eff6eac2e72e9dde6 SHA1: 7d71d8be038520f23793fa633efc84093720982e MD5sum: 34e6b08d2d3647c73138811bd8a93144 Description: Vendor package for: gz-sensors 10.1.1 Gazebo Sensors : Sensor models for simulation Package: ros-lyrical-gz-sensors-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-sensors-vendor Version: 0.3.5-1resolute.20260902.195056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 12472 Depends: ros-lyrical-gz-sensors-vendor (= 0.3.5-1resolute.20260902.195056) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-sensors-vendor/ros-lyrical-gz-sensors-vendor-dbgsym_0.3.5-1resolute.20260902.195056_amd64.deb Size: 11912494 SHA256: 3aca7b29eccac3d8d4eb867a2785edc21b96432ec878413b4557c85eab81d6fb SHA1: 40ef2b1545adcf0f17f82772c3e68ac960b9c949 MD5sum: dabc9086b82ce86942e65231713b902c Description: debug symbols for ros-lyrical-gz-sensors-vendor Build-Ids: 019e0ba4299a1d1e9c77d218503ccba572cbf5a5 029ff6fcffb856cd4a03252b23be097bd8c5bacd 042cdc4d61c7b573edf97ce27d42e0dcc62ab488 15ef9252151d8dada9420404ffff1046e1f2f0c3 1f8280e6fee0ac13cdf5e892d0132cc9717da304 2cb98f9bf94deb4cff0bf1743d72e65d9d2cbbad 362a453a978ff8762d84ec886242d34fb93c354b 3c0dda5205aa3d8f6598b7432f0d74c3ceb09cde 4045d539f40ed5a2cce177572f9009495a670f29 46321348e6318a70d544ac9b15ef8d6369bd412c 552e1d84cb77d8cd05bb881e8cd88e2ea6350308 5b83f08b296891bdc17390bde1aded060432e443 5da4cd691db86fc7890fa5b3e7c55f3f6efc4811 9182986157c4aecda73f96d26b320490b5f65263 987db38de7b92cdeb4e6e60aa2ae285cc3d07540 9f2522fa0aa69aed056a114532e1bcd8c71ca744 a369130d3ab0047272c4642ccefb488d35784906 b29047a8a335bb54f04e772039df61531e362f87 bb46be7644c10bc69a2343b9fa0b7248a060bc40 cad559e49fa4c93b2f33f4d248bb3702cce5ad78 d4ca4453a53d2a1607dc92cf6039457c8a28eedb Package: ros-lyrical-gz-sim-vendor Version: 0.4.6-1resolute.20260902.200648 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 50962 Depends: libc6 (>= 2.38), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libprotobuf32t64 (>= 3.21.12), libpython3.14 (>= 3.14.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.6.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libwebsockets19t64 (>= 1.7.0), ros-lyrical-gz-common-vendor, ros-lyrical-gz-fuel-tools-vendor, ros-lyrical-gz-gui-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-physics-vendor, ros-lyrical-gz-plugin-vendor, ros-lyrical-gz-rendering-vendor, ros-lyrical-gz-sensors-vendor, ros-lyrical-gz-transport-vendor, ros-lyrical-gz-utils-vendor, ros-lyrical-sdformat-vendor, binutils-dev, freeglut3-dev, libbenchmark-dev, libdw-dev, libdwarf-dev, libfreeimage-dev, libglew-dev, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, libwebsockets-dev, libxi-dev, libxmu-dev, protobuf-compiler, pybind11-dev, qml6-module-qt-labs-folderlistmodel, qml6-module-qt-labs-settings, qml6-module-qt5compat-graphicaleffects, qml6-module-qtquick, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-layouts, qt6-5compat-dev, qt6-base-dev, qt6-base-private-dev, qt6-declarative-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-tools-vendor, uuid-dev, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-sim Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-sim-vendor/ros-lyrical-gz-sim-vendor_0.4.6-1resolute.20260902.200648_amd64.deb Size: 11269282 SHA256: 5b8d620280228f477bc992a8b4d8f5db2695a22647e5b28eceb5e0b0d413c9c9 SHA1: 0c706c9f0d8d7f95ad788ddbef955bf488277196 MD5sum: f27019977e74f95cf3f8406d7a08d6c3 Description: Vendor package for: gz-sim 10.5.0 Gazebo Sim : A Robotic Simulator Package: ros-lyrical-gz-sim-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-sim-vendor Version: 0.4.6-1resolute.20260902.200648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 222956 Depends: ros-lyrical-gz-sim-vendor (= 0.4.6-1resolute.20260902.200648) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-sim-vendor/ros-lyrical-gz-sim-vendor-dbgsym_0.4.6-1resolute.20260902.200648_amd64.deb Size: 203697340 SHA256: 9a07fa63d87999acb5d935ec407bcec765fca5abfe10f401724f9f94a7e49a47 SHA1: f13e3077cd2f5a8b80936e3580f2d401b6e56f48 MD5sum: 37e1e2ae0ac1f7eeff2483f656ab8300 Description: debug symbols for ros-lyrical-gz-sim-vendor Build-Ids: 01d74914a2c8a30b552edd19a9f19e49a266bfaa 02ad470c3c9ceace01cf93aaf8e740539bf08b59 02b82b5b3fc8f6de41feea396370526132734e15 0384418a3e2526f4262bbe42c86046ecfbb24eb2 03db3aabf5fb250a05933e002e6a0f3991974847 04c9be17b9ebe3505aea521d20fffde3b9b264a2 052e9e9d8ec37fcb72d2f832ee0b4b2edd2b31ca 062f9a6d905c11e2baf342815db106164fcddc25 0c124d8ad393d34b14fe81db2e640b27a125a3c6 0c8e8a28bd1d91c62fd28b3ab3cb0ea5236b351a 0fde5c7fbd1bb597e5a68cd180de66775931940a 10a979dcb3340c0b23df291ed5dee81d99de305f 10cacb89083d449c8833d0f70d78689d6a3ef47a 11cb282a354e82a30bf5686414ebe1c38a8e1949 12dc65dfada218952c3542a6c20834d236c3a35e 130ad0d69139f53c8824614b0f26b376794441a1 138a8c3fb3d31a4cdae57d2dbac29b57b6cf3f09 1391e0bfbb87066535551ceeeb933b2360e6a196 1b6b41b0ea0fb6a0b9d0b1a4b3625ca0d9bafe64 1bd47a81783492de95339f4441006cfb1c8ea7e1 1c059eb7ce874d5a35cb9c8e372026d794f10a4c 1c435fef405200f1149aa3b646763292877f0d11 1d530ed032e05a2d19a4815d7daaee91844d80da 1f863478fe13d63aea0d3065c0619517ef8c82db 1fc4f7578bb4cefef4ef77e84c2d809859a20767 213dfd8d1364d97707ad633af26410e356213615 254d214570055213cc93ebd351bdf5bdea4a4e78 268f891825c618a387f28a7043e626b0901d3b2e 292798791d7e6f6b2017fb50f99a3af17e202a4b 2edd81afe8a0e23f55cb2384090724511ac217ea 3558cf1df8e6d322f63b0bf78d60fbabb37047af 376463ffa560250ff67ddc1ed71ca52fede51a52 39196a26fda34aeb7b12e18799d22e85ce8120e6 3c64c4967b6aa8d9e6723186e915caa2676ff180 3d04fdfc028d3860670fdfc635f0b8ca7afff9c9 3d7fc8b98bc24f169a81f68746b444d2302ee4ed 3da08610679c6983a715af37da6b5319e52dc954 3fd4ad9eaf787640c73aa753aebcb0ff581f5ddd 4170a38e8cdb88cdd777a0388837e3918fd76428 447a19d4d0424898bba358b9abecb4f3fb54761b 4c6e69dc8009c80374842757b9a93fb942a1db8f 5194f64fa0ac91aa3c1b9b6144d097bbc1c7c369 52c91fe81b97d60b6670d202dfcccabe1285eaa6 52ff80cca5eabe7cafadf389b86695c4b373c9aa 5462bee0baece149f1246cd296b1af00a9491e0a 56570b89adbb3cf50092664c4ce54c82ad515465 5fc091b3057aca927fca778e9b1b4d9a82182522 601911d949897a40d5aba00a4f8e0775a2f4ec84 60be610c3125e7ba36b61d073a9aafc5351b0b25 61055452bbb9ab4138583ca740e64714550d3008 62cc95ad39f3188e7384803c1cc5467fa9674f23 65800c692123d310d8f85f1d3f23205e78f7dd40 66fb32e67f6e8c3edc8d62948b1a7cd216ff42a4 6e6039cb517dacbc8ab352af6114c7ffe81f9dce 6f846c2387ddccf12f4c8bdcd0deb6019c388638 7216de758b5e61f2ccba92593a20b87e9c6ecd99 735d550c88d155655b0e3ebfefeda6c683c6b691 73b1eafa25febd7b7c174a9fe4416405025222fa 7559d43e7b65d6f9662e79c2858fd2215e404c89 75738b6b16fca1f330bca2bbe6003ffc9b76b673 75890e15cd717b5de81066491258c3b4ec533593 7925aa05f53cba262ba80eb4de33b88c4b88968a 8420f5ea28bdcc9a3137d254a7bb3266b7449db4 84735725e2678c6c11ded74c5d5b70d833842326 847b03151e596899fcbbc8060c80737127e7cdf3 86a42f75efdbefd9874c308265cb35b5f444e50f 875acaf469cab9fbd3c4e1a390fbc625b97cc757 88f07f82c1f2d98ba4fbee858eedd731215383d4 89b7ed0b18389e3f37cf24da027abd9beb741625 90c8648103e92eda61af90650c7f7072787270e0 97a849912ea409500c0294c38920620d0c69403d 9a26f88b66bd6917643bb908f6ae89a8aeee3195 9dbed52ee3e5dacfc0ee0b1a2a649097d35af7e2 9e1c08f635557757d8beb571c1011e64bab2b0a5 a2aab3602bd610bb24d78276a13dda2607ef39d7 a2e279515e25331db7533aa2aa36a1a7d6067a39 a31d7e0f29d5649bc70d525061056a713a9e394f aad78e989ce792341bb7448325d773d8cd621e1e ab7d8d5992869227dc465a819e2a074a394da62c adf2f2fab3cf5f13975ddb09bab688fe61c32eab aeb510391dc0db3a7c65d11f83d5809ae0a41022 aee2e480313463833accd1dbf008cff1efb28b5d b10158b27d8e0cfb53e089d6610da7b0545a3e88 b2ec8b0559b4b29c81a3cb51724cc215413b24a8 b34f26047578fd40d6c1f8602f2b7283f92f7a7a b7820ee3406d5074a629b336228a68b48049ebcd bc6693de456725c87c5462b88473c29042863a90 bf2f0f629fdc4ad75f5612a1af970bc96551a80b c1419883788ce3895dfecf45e7f707492a00c752 c238b4ecfc4d7f2121e52d615a786b7da0abdb3b c44263acb78f903d9544599bf2216029d9bcb048 c73178d912297bdd8e91215b6fb5e417611e32d0 c7bbce0b1c5d9fa62b8c5d11d1fb68a90d381cba c7d1d75a546b31933e1835c65b6f9dd5f07ef287 c8b7fb8c885df00797a0c150ffe7e56ad8fec74c cf20e14785db5b81b08da05ea686d2244dece72b d0fc33fdb25e136476f9acb4cbc6368aa6161a1c d1d568d77af173a079e1077cec60fe0aa6bde80c d536e30736cacec1855c5e92527572b0271cd7e8 d643ccbdf346cc09c5d0e60475496d3fc9288668 d81a061bc55236a32ddc6efeb4fc2146a2166833 d934284a56b93a8b893b639cb52b5061e17119f7 db34ffc593498f1bc3ea9692ca8a0a68079140b4 de9ea58a6587f11a3d36545100a2b7c3117a068c df356dba1f402cb70f95f9014b7a27e646b0307e df43990a68051adbffbb5f8958d86e5316a43d1b dfa037b2ef478b9668ebc52aae62fd6fa60fac93 e4372542157f094ae726cc5b6971f81fc5fb2440 e4cb69926b02ef09640d2dad54c642481b5b38f3 e5a20ee4135e0f1d055bb6a32ac9405d010af9b4 eb5393b9b47fc1f9c77c9542d104da839582be9b f2ac2259a34f07f554c58283dbcba30587a76aa8 f921caaeba843a28bdaa87e9b9827c3f18496a6e fc10d667917fa0b9dcf1aeca31a86f0cc2d37782 ff8e01ebe070d296c47a951aea95340b71b8fa9b Package: ros-lyrical-gz-tools-vendor Version: 0.2.2-1resolute.20260820.132934 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 158 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-lyrical-gz-cmake-vendor, ruby, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-tools-vendor/ros-lyrical-gz-tools-vendor_0.2.2-1resolute.20260820.132934_amd64.deb Size: 33104 SHA256: ecf535d32f724e00511b517a6a50134a868fd49da10308a7bf21b9d4e36ba987 SHA1: c286d040da086c36528781e3a0554c45ce9e9c65 MD5sum: 40d60ed8155ae32884865e2f6f485821 Description: Vendor package for: gz-tools2 2.0.4 Gazebo Tools: Entrypoint to Gazebo's command line interface Package: ros-lyrical-gz-tools-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-tools-vendor Version: 0.2.2-1resolute.20260820.132934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 232 Depends: ros-lyrical-gz-tools-vendor (= 0.2.2-1resolute.20260820.132934) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-tools-vendor/ros-lyrical-gz-tools-vendor-dbgsym_0.2.2-1resolute.20260820.132934_amd64.deb Size: 203994 SHA256: a9d1ab5375677bef25d957008d0df9a95fb92297b6c90c1527e32003ca007078 SHA1: 453cd104f22438df9a30a72f57b417b59af59c61 MD5sum: 13a14faec7ed47533d93289a6046632d Description: debug symbols for ros-lyrical-gz-tools-vendor Build-Ids: e18ba426e333fdc4b1ecf66318e9bcee7493d7a9 Package: ros-lyrical-gz-transport-vendor Version: 0.3.5-1resolute.20260827.151948 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2794 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 14), libuuid1 (>= 2.16), libzmq5 (>= 4.0.1+dfsg), ros-lyrical-gz-msgs-vendor, cppzmq-dev, libprotobuf-dev, libprotoc-dev, libsqlite3-dev, libzmq3-dev, pkg-config, protobuf-compiler, pybind11-dev, python3-dev, python3-psutil, python3-pytest, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-tools-vendor, ros-lyrical-gz-utils-vendor, ros-lyrical-zenoh-cpp-vendor, uuid-dev, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-transport Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-transport-vendor/ros-lyrical-gz-transport-vendor_0.3.5-1resolute.20260827.151948_amd64.deb Size: 686878 SHA256: 889b25e21d4c3fcf5d46d96c181f1688817965b9a4522edefa5f73d040dec5a3 SHA1: a8c5f0d99432b821525a8a20eb2611ed9ec4fe14 MD5sum: 4680d355d107027b14ba40643cf44ff3 Description: Vendor package for: gz-transport 15.1.0 Gazebo Transport: Provides fast and efficient asynchronous message passing, services, and data logging. Package: ros-lyrical-gz-transport-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-transport-vendor Version: 0.3.5-1resolute.20260827.151948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 12841 Depends: ros-lyrical-gz-transport-vendor (= 0.3.5-1resolute.20260827.151948) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-transport-vendor/ros-lyrical-gz-transport-vendor-dbgsym_0.3.5-1resolute.20260827.151948_amd64.deb Size: 11840104 SHA256: 66be09acd7fd027e84bee4f1478444d226215cb17bf67b8905d12b9b0da0d936 SHA1: b7b4ce4b984f287ad644111f7a3294e62a4627f9 MD5sum: b588b22b9f833eb43cee8b320e3849fb Description: debug symbols for ros-lyrical-gz-transport-vendor Build-Ids: 1ed99350422f7f241545d5740f4fbbaae00d8d89 36b05fb76f7467827edde9ac4bbe2295d726da52 6a9ac9381b8fbff5f249188d799bf89d228f7804 877eced3f7faca4b1ee589f02627c0f1c7bb8749 8f8bb790ec8e3a4b1cc2ff8983f968587bf2d109 d938ce82c6cc8a5c8f73521f904c9583f5e8ea9d db286a9ad743de1e395fb92c9faef38130e5a027 Package: ros-lyrical-gz-utils-vendor Version: 0.4.1-3resolute.20260728.210531 Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 673 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libspdlog1.15-fmt10, libstdc++6 (>= 13.1), libcli11-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-spdlog-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/gz-utils Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-utils-vendor/ros-lyrical-gz-utils-vendor_0.4.1-3resolute.20260728.210531_amd64.deb Size: 114268 SHA256: 9290d945d91d09baa56ffceffe9f08dbdbd81e157f22edf3df45783b03a63915 SHA1: 9fd2b67671920fc1723b963d49a74d4314505452 MD5sum: 98abb37d42a4e1c44debe85f4534db6a Description: Vendor package for: gz-utils 4.0.0 Gazebo Utils : Classes and functions for robot applications Package: ros-lyrical-gz-utils-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-gz-utils-vendor Version: 0.4.1-3resolute.20260728.210531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Z. Taddese Installed-Size: 397 Depends: ros-lyrical-gz-utils-vendor (= 0.4.1-3resolute.20260728.210531) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-gz-utils-vendor/ros-lyrical-gz-utils-vendor-dbgsym_0.4.1-3resolute.20260728.210531_amd64.deb Size: 352218 SHA256: 5e3740a0b19400413c4c79d419c9e7f4b83c219b065da4c66681c499c59b697e SHA1: 017e030e726d1c8bff8713ea3cc773c8d4d16813 MD5sum: 3f4f86d6e56386c467d68f7847536446 Description: debug symbols for ros-lyrical-gz-utils-vendor Build-Ids: 0e1d6183a98cf7c42cb941f4927c06593d46920d 2acc2764afbe3c0dbdf70da0f0cf7fcb2022f32f Package: ros-lyrical-hardware-interface Version: 6.10.1-1resolute.20260908.110436 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1465 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libfmt-dev, libtinyxml2-dev, ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-joint-limits, ros-lyrical-lifecycle-msgs, ros-lyrical-pal-statistics, ros-lyrical-pluginlib, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-realtime-tools, ros-lyrical-sdformat-urdf, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/hardware_interface/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hardware-interface/ros-lyrical-hardware-interface_6.10.1-1resolute.20260908.110436_amd64.deb Size: 410466 SHA256: 459d2855ec3bac6e03c63620bbbdda18f3517e8ae0ede6a040286b3c853fd487 SHA1: da6743416f16e05b8dcdca796b5663f3e9983750 MD5sum: a191045f1b78fb8cc7967fe4eafc1af7 Description: Base classes for hardware abstraction and tooling for them Package: ros-lyrical-hardware-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-hardware-interface Version: 6.10.1-1resolute.20260908.110436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6407 Depends: ros-lyrical-hardware-interface (= 6.10.1-1resolute.20260908.110436) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hardware-interface/ros-lyrical-hardware-interface-dbgsym_6.10.1-1resolute.20260908.110436_amd64.deb Size: 5956262 SHA256: bc9275366d6d88f0979d302acf9a134e2ffc5a0a6aaf61636cc437079f2fe93d SHA1: 9c7152669a1ec2822e06bcd6a5febc93492200f4 MD5sum: cc6a012138722028c7ba645d35e670b6 Description: debug symbols for ros-lyrical-hardware-interface Build-Ids: 3c8e9e5efc41fedb6c0ea69d7abb535cca976331 dd3cc7a79d0f270e2d9ab0fb05b2634da4485f55 Package: ros-lyrical-hardware-interface-testing Version: 6.10.1-1resolute.20260908.111228 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 242 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-lyrical-control-msgs, ros-lyrical-hardware-interface, ros-lyrical-lifecycle-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros2-control-test-assets, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/hardware_interface_testing/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hardware-interface-testing/ros-lyrical-hardware-interface-testing_6.10.1-1resolute.20260908.111228_amd64.deb Size: 63408 SHA256: 52ca8495a82c22a01fc0e14603045ed6c6211af6aaff782714238dc3bca29cda SHA1: 5bf59c364adcc1fbcb33a90492732db5f9c8f275 MD5sum: 1d37a575f88371acf539cfbe06ad93bf Description: Commonly used test fixtures for the ros2_control framework Package: ros-lyrical-hardware-interface-testing-dbgsym Package-Type: ddeb Source: ros-lyrical-hardware-interface-testing Version: 6.10.1-1resolute.20260908.111228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1728 Depends: ros-lyrical-hardware-interface-testing (= 6.10.1-1resolute.20260908.111228) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hardware-interface-testing/ros-lyrical-hardware-interface-testing-dbgsym_6.10.1-1resolute.20260908.111228_amd64.deb Size: 1631190 SHA256: 46a18903af4e740c0625be12a3ba6ea7a563746f11c50524566f5357d900db2b SHA1: 1fae0d71928d9f2c53fd653e7b04c2c858d7b21b MD5sum: 929a54c375a729ffb72968c858f5dad9 Description: debug symbols for ros-lyrical-hardware-interface-testing Build-Ids: 2fedd97194b1124ba178b7687dc13c30f75b9858 Package: ros-lyrical-hash-library-vendor Version: 0.1.1-8resolute.20260728.211051 Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 134 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: https://github.com/stbrumme/hash-library Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hash-library-vendor/ros-lyrical-hash-library-vendor_0.1.1-8resolute.20260728.211051_amd64.deb Size: 34738 SHA256: 674891ff75bb15070dd0646d9eceda03a45de43fa6c4c5890385060ba12b0626 SHA1: 4f3f80f6915e77cdb719bc0ddfdd84352cc64eb5 MD5sum: 9b2e830bd519e1f34723e7b6b7d1fddf Description: ROS2 vendor package for stbrumme/hash-library Package: ros-lyrical-hash-library-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-hash-library-vendor Version: 0.1.1-8resolute.20260728.211051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 187 Depends: ros-lyrical-hash-library-vendor (= 0.1.1-8resolute.20260728.211051) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hash-library-vendor/ros-lyrical-hash-library-vendor-dbgsym_0.1.1-8resolute.20260728.211051_amd64.deb Size: 151398 SHA256: 5891a4c179add67335b0eedaa3cb74ebf4cb7d721f4291301e78123a40f1d8e6 SHA1: d397b7e7fc092ecc1a0287024fe61f3141f0a442 MD5sum: 3ed947c5bee4777869702cf790ace472 Description: debug symbols for ros-lyrical-hash-library-vendor Build-Ids: 1872e9bd76cf15a3217f87aaff1bf2e3f53104ad Package: ros-lyrical-hatchbed-common Version: 0.1.5-3resolute.20260901.160424 Architecture: amd64 Maintainer: Marc Alban Installed-Size: 469 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/hatchbed_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hatchbed-common/ros-lyrical-hatchbed-common_0.1.5-3resolute.20260901.160424_amd64.deb Size: 115648 SHA256: e4bb8e4041c2cd9da7cd6608268af7de8c30a6fcd2e5b7038656de199c3854b7 SHA1: f10e6277d94f7891f3490c0b0ab55b3d9fa82b71 MD5sum: 88a71df12e44a80fb18239935b9ac088 Description: Common Hatchbed C++ utility code for ROS, such registering and handling updates to ros parameters. Package: ros-lyrical-hatchbed-common-dbgsym Package-Type: ddeb Source: ros-lyrical-hatchbed-common Version: 0.1.5-3resolute.20260901.160424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marc Alban Installed-Size: 1552 Depends: ros-lyrical-hatchbed-common (= 0.1.5-3resolute.20260901.160424) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hatchbed-common/ros-lyrical-hatchbed-common-dbgsym_0.1.5-3resolute.20260901.160424_amd64.deb Size: 1384804 SHA256: 63c965d29a172acb9811278e8aaa703177f0ddc25cdd7e3ff6a199acb78ced54 SHA1: 44b6d20b24d525ace4dce5c679891915fbf9f6ac MD5sum: f216aff5d2968a391573b8f9dca4b7b4 Description: debug symbols for ros-lyrical-hatchbed-common Build-Ids: 44c04c0d40684b925bf3e04ed38c4a61f671b888 Package: ros-lyrical-heaphook Version: 0.1.1-4resolute.20260728.210456 Architecture: amd64 Maintainer: sykwer Installed-Size: 119 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-tlsf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/heaphook/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-heaphook/ros-lyrical-heaphook_0.1.1-4resolute.20260728.210456_amd64.deb Size: 24696 SHA256: a077535a3561005c22c44914b412317f4813e87044e347135414df5eb98934da SHA1: 9af71e4783d7d069f968647d3be9cd54b6665fef MD5sum: 2bf7516b28a78c756481a62e884bff48 Description: Replace all the dynamic heap allocation functions by LD_PRELOAD Package: ros-lyrical-heaphook-dbgsym Package-Type: ddeb Source: ros-lyrical-heaphook Version: 0.1.1-4resolute.20260728.210456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: sykwer Installed-Size: 202 Depends: ros-lyrical-heaphook (= 0.1.1-4resolute.20260728.210456) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-heaphook/ros-lyrical-heaphook-dbgsym_0.1.1-4resolute.20260728.210456_amd64.deb Size: 146324 SHA256: 2406a9e279b2443a75e25b31f9cdbeda0fa9ffabe1d3fb6de6867b99951530c5 SHA1: 06ca1ee6754c3b8249c0a5e0f3dbf3da738977db MD5sum: c112e14f96176319ab478b854b59251e Description: debug symbols for ros-lyrical-heaphook Build-Ids: 6e9a88cff479f0681b3d3cf5e4d4d43a77598866 73faa4094a1893d66e25355f04820db58429d27a c0668f3be93590bd608a71ef7d44994dd1a7c8bb Package: ros-lyrical-hebi-cpp-api Version: 3.16.0-3resolute.20260728.205522 Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 22840 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: http://docs.hebi.us/tools.html#cpp-api Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hebi-cpp-api/ros-lyrical-hebi-cpp-api_3.16.0-3resolute.20260728.205522_amd64.deb Size: 6750516 SHA256: d03e24b44f1ce922ed60b7f4a41110c495902d5b5e0be5ab2f0ce0b91872d7b7 SHA1: c7060530fc3eece1b69073798f258f34e8d089bd MD5sum: 5246ec72266d0cfaadb69689bf116bbe Description: A ROS 2 package providing access to the HEBI C++ API. Package: ros-lyrical-hebi-cpp-api-dbgsym Package-Type: ddeb Source: ros-lyrical-hebi-cpp-api Version: 3.16.0-3resolute.20260728.205522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 4086 Depends: ros-lyrical-hebi-cpp-api (= 3.16.0-3resolute.20260728.205522) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hebi-cpp-api/ros-lyrical-hebi-cpp-api-dbgsym_3.16.0-3resolute.20260728.205522_amd64.deb Size: 3874740 SHA256: 8c59a38a799abad4aa9e38859a82d4893a4c6b7ed9c7c9484d2365551cc7993b SHA1: e18bb612aae38ff34eea33768f9f476bc1c6c0c9 MD5sum: 041bb5ddbee2f47a08bef2ccfa0e3e85 Description: debug symbols for ros-lyrical-hebi-cpp-api Build-Ids: 554ae488ecf77094a0861ae86d13226fca797f86 Package: ros-lyrical-hitch-estimation-apriltag-array Version: 0.0.3-1resolute.20260901.212740 Architecture: amd64 Maintainer: "li9i" Installed-Size: 102 Depends: python3-numpy, ros-lyrical-apriltag-msgs, ros-lyrical-apriltag-ros, ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-tf-transformations, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/li9i/apriltag-hitch-estimation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hitch-estimation-apriltag-array/ros-lyrical-hitch-estimation-apriltag-array_0.0.3-1resolute.20260901.212740_amd64.deb Size: 19562 SHA256: b6ca7a99871192b1850661b6d5f11d87f1410e874ea5818bc997835867159da4 SHA1: 591c98ebe5e556c6e41e8ea7caea9915a840a093 MD5sum: 55a8705a7b8d01bca9eaca8815dca269 Description: A package that estimates the hitch joint state between a robot and a trailer by optical recognition of an array of April tags mounted at the front of the trailer by the rear camera of the robot Package: ros-lyrical-hri-actions-msgs Version: 2.5.0-3resolute.20260901.125310 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 8023 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/hri_actions_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hri-actions-msgs/ros-lyrical-hri-actions-msgs_2.5.0-3resolute.20260901.125310_amd64.deb Size: 449434 SHA256: 12a6181f2af84a96240eea470e77e887d5cf006f6b094e9189df9bac961f5f84 SHA1: 7c7daa64acc3e0c30396238013dfc1198996a55a MD5sum: f274a0d7c09d696f6ec285c5b7fdc220 Description: Action definitions useful for Human-Robot Interaction Package: ros-lyrical-hri-actions-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-hri-actions-msgs Version: 2.5.0-3resolute.20260901.125310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 4526 Depends: ros-lyrical-hri-actions-msgs (= 2.5.0-3resolute.20260901.125310) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hri-actions-msgs/ros-lyrical-hri-actions-msgs-dbgsym_2.5.0-3resolute.20260901.125310_amd64.deb Size: 2999698 SHA256: 242cad7d5ac269fc38503afd5c40dab5b21f97460bb0368e47fa9df1bf279085 SHA1: 41a4687e4c5e1d073661b9f4a4f6aa99d4d4af60 MD5sum: ac0b6ca4d9dc193386ed16b77d31b616 Description: debug symbols for ros-lyrical-hri-actions-msgs Build-Ids: 10db1c4b8711d19bbe7bb5365e88c1deda2d753b 23273279378a0225d7c088e756826bd77db5ef54 272c029e9dfc779506e947763d1aa564529e214a 2c26ef1886c0c9ef44ada106873500afc403af02 2d5fb2565701d86a2698202e2cedd3fa081d02d7 2eab384264cf39417e35415e0e5e2a1e8b445727 4adb29f5ca9212153e0e6373bc89cd33c193dd2a 66d000396b8cf366529572a24e476c71ea79a04d 775a988d9b0935e40415866994f2a3d64d3a56f6 b16d502e1e4aa41868868a9c4a2d3ec10584f7b8 ed65e640c977da4db5e2344b5ca312d8ca32a3d3 Package: ros-lyrical-hri-msgs Version: 2.3.2-3resolute.20260901.130741 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2897 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/hri_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hri-msgs/ros-lyrical-hri-msgs_2.3.2-3resolute.20260901.130741_amd64.deb Size: 219730 SHA256: 70d8e123a628eaa377b30b164b71c161046015b4907946f6291e9f3f4bc49e69 SHA1: fe903a53441de42683f1d4225fbb1a866e39be75 MD5sum: e9c0dce396ca8798e98a36cd1e39d210 Description: Messages, services and action definitions useful for Human-Robot Interaction Package: ros-lyrical-hri-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-hri-msgs Version: 2.3.2-3resolute.20260901.130741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2195 Depends: ros-lyrical-hri-msgs (= 2.3.2-3resolute.20260901.130741) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-hri-msgs/ros-lyrical-hri-msgs-dbgsym_2.3.2-3resolute.20260901.130741_amd64.deb Size: 1697252 SHA256: 72468e26fc5a57f194d2dbff523623c5193fed6f0e38cfb1de2ef6d81a848ccb SHA1: 8dbd7157764190f2ca34732703ccbf98cf416b8b MD5sum: 6fffa2ab23fe28cba6ebb78f160044dc Description: debug symbols for ros-lyrical-hri-msgs Build-Ids: 10835a8def64f25c0257de5d95f2b695e9e15a4c 3259d9f34424eb9fcb64bbd7779103eba16dacd1 4ceeb2b0fbf4fbbe2641e1ecf93db19c09646fa9 6653abdae8b7fd71a616c813512b2578a85dd485 9ecfa245210ef0f0539c133fcdaf23b51cef3bb5 a047bf4a8b1fc976b9c4d977f67db6dffed96e9c b4f9fc7e2432575fa13e066d177e248abb51f4b7 c330e754cf774e4157f4fa07e4a70f327e043849 cbee550204b2bc30426f505bb006b0c8e3d87b89 d65910396f1835d30b43a9fb299bb3f2c5e8cf50 ea19e4674440b4d372890d1cbc6860ffe628eec9 Package: ros-lyrical-human-description Version: 2.0.2-3resolute.20260901.184524 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 76 Depends: ros-lyrical-launch, ros-lyrical-launch-pal, ros-lyrical-launch-param-builder, ros-lyrical-launch-ros, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/human_description/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-human-description/ros-lyrical-human-description_2.0.2-3resolute.20260901.184524_amd64.deb Size: 10896 SHA256: d1ec5873382d77451039680759ddb5bd2713066bcd83635277e37845018c3eaf SHA1: 92475e806e58c6d8b26f757d6e3f5fa9c4e25d49 MD5sum: 4ed3141ebbe30825ad7cc2a50e43527c Description: This package contains a parametric kinematic description of humans. The files in this package are parsed and used by a variety of other components, notably in the context of human-robot interaction. Most users will not interact directly with this package. Package: ros-lyrical-ibeo-msgs Version: 4.0.0-5resolute.20260901.115916 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 7961 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/kartech_linear_actuator_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ibeo-msgs/ros-lyrical-ibeo-msgs_4.0.0-5resolute.20260901.115916_amd64.deb Size: 467504 SHA256: c2d29b9a02412763b8fcdca83cfd2804fb536c7ff8cbb8ad27e933d483f998fc SHA1: ae0a566b6b389b450a31ef7786246aa34825c42f MD5sum: 84edc0167621f913e99cd8eeb226d111 Description: The ibeo_msgs package Package: ros-lyrical-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ibeo-msgs Version: 4.0.0-5resolute.20260901.115916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 5376 Depends: ros-lyrical-ibeo-msgs (= 4.0.0-5resolute.20260901.115916) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ibeo-msgs/ros-lyrical-ibeo-msgs-dbgsym_4.0.0-5resolute.20260901.115916_amd64.deb Size: 4320316 SHA256: 117dff9431de1b032bcd2e8e336a26c5ea9bb48c425b5d406ebd99bd506ad645 SHA1: acb1896cbb08075babcadd1c17596e786374b92c MD5sum: ae821267ab0bf41afefe5f4dcff98a97 Description: debug symbols for ros-lyrical-ibeo-msgs Build-Ids: 014bd1ef0dc09a8ad42b000c68d074c6d7d14027 0ea0d341a3e9cefacaaf8152d4159f9d8c06f34b 3dfc7367ad9601c33d3696627f06f0ccbb8bd4a3 47e9ad7ce0cf98777070e309ae971bca667a9e08 62e177b9e87392c2848cc299b5658bcbdfec5047 6726e1d53c4f93aa731256d067543ba4c1a859b0 9b2f664fbea9f4ac223f9f9eba4d5c6afc69018c a22db664957991a47ef6f5e1e46f47eff549dc29 c009578b94d47b9a66c89616e8312a431dd73c6e d6ec40676b6d50c8a9e5b9e29a13f236c26e3ced dc4b1ab619a8f0940aa0b3cc6120390aa1fb7bb9 Package: ros-lyrical-iceoryx-binding-c Version: 2.0.6-1resolute.20260728.175307 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 360 Depends: libc6 (>= 2.4), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-iceoryx-binding-c/ros-lyrical-iceoryx-binding-c_2.0.6-1resolute.20260728.175307_amd64.deb Size: 62136 SHA256: 6e6e595525f44ad87ee634ff55bd447271264be713a8d858faad7ccbc10fccdb SHA1: f8f0802ccb30d704597c8269ab02165b2344989a MD5sum: cb64b2fd6fa3a43722e56082ad942fdc Description: Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding Package: ros-lyrical-iceoryx-binding-c-dbgsym Package-Type: ddeb Source: ros-lyrical-iceoryx-binding-c Version: 2.0.6-1resolute.20260728.175307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 1118 Depends: ros-lyrical-iceoryx-binding-c (= 2.0.6-1resolute.20260728.175307) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-iceoryx-binding-c/ros-lyrical-iceoryx-binding-c-dbgsym_2.0.6-1resolute.20260728.175307_amd64.deb Size: 1027316 SHA256: b70d861aff9a013b50c6f32abd74c3e644e93ed69013ddb550a484f7ed02efa9 SHA1: 6e5a2d4096d4c548e6d4d39da54432662da6b72e MD5sum: 858bae370ed4f409236ccaaa5c557328 Description: debug symbols for ros-lyrical-iceoryx-binding-c Build-Ids: f0d2d7f6823178e31bdf22dfad2b8a2eb0dd82b8 Package: ros-lyrical-iceoryx-hoofs Version: 2.0.6-1resolute.20260728.174501 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 1279 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), acl, libacl1-dev, libatomic1, ros-lyrical-ros-workspace Conflicts: ros-lyrical-iceoryx-utils Replaces: ros-lyrical-iceoryx-utils Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-iceoryx-hoofs/ros-lyrical-iceoryx-hoofs_2.0.6-1resolute.20260728.174501_amd64.deb Size: 213382 SHA256: 670609e9aa60932e3b28533871c21aa09c58d8a3fc39125a26228df4b8ef0048 SHA1: 300613589499d8ef4cbc1fc2f75819882181d135 MD5sum: 86b2ef546fb98a0de1b215100aa5024d Description: Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks Package: ros-lyrical-iceoryx-hoofs-dbgsym Package-Type: ddeb Source: ros-lyrical-iceoryx-hoofs Version: 2.0.6-1resolute.20260728.174501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 1281 Depends: ros-lyrical-iceoryx-hoofs (= 2.0.6-1resolute.20260728.174501) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-iceoryx-hoofs/ros-lyrical-iceoryx-hoofs-dbgsym_2.0.6-1resolute.20260728.174501_amd64.deb Size: 1125690 SHA256: eae2c3d382f8f0fef255cbf82f73b0bde701774d5aa62a4b969436697480cc3c SHA1: 073eb3fd51cc42c291c279a98f1c70ca8962f6d9 MD5sum: dacdfd5df634f0dc9dd300ce2eee7fa4 Description: debug symbols for ros-lyrical-iceoryx-hoofs Build-Ids: 0f4817841044149e0144efb46e398e07f338c405 24039e95d106e3f861937c0ca0e646647c6f4a43 Package: ros-lyrical-iceoryx-introspection Version: 2.0.6-1resolute.20260728.175311 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 154 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, ros-lyrical-iceoryx-hoofs, ros-lyrical-iceoryx-posh, ros-lyrical-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-iceoryx-introspection/ros-lyrical-iceoryx-introspection_2.0.6-1resolute.20260728.175311_amd64.deb Size: 36088 SHA256: c2d87cc3d9e1c04048d920adc40664d925ef04102a68b62136255d2a4a45b3d5 SHA1: e8c49844031d4c3065615c05740c8b6e0fdc4681 MD5sum: c346c143672752d0b384a935b5fe875c Description: Eclipse iceoryx inter-process-communication (IPC) middleware introspection client Package: ros-lyrical-iceoryx-introspection-dbgsym Package-Type: ddeb Source: ros-lyrical-iceoryx-introspection Version: 2.0.6-1resolute.20260728.175311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 500 Depends: ros-lyrical-iceoryx-introspection (= 2.0.6-1resolute.20260728.175311) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-iceoryx-introspection/ros-lyrical-iceoryx-introspection-dbgsym_2.0.6-1resolute.20260728.175311_amd64.deb Size: 427562 SHA256: c6ba5f18a4c5324bae949393a8c7a67a9258543429c14b147325e10117c51a1b SHA1: c7570fc462a74d962939cf17cff1dac113cc5b7e MD5sum: 4a22ca6960638d9a1be3cee32ace784a Description: debug symbols for ros-lyrical-iceoryx-introspection Build-Ids: a4c2215a01869aeb27cd927eb6d7501ca96a1dbc f55164681afa47a510a79f2c5ee79249004a4a97 Package: ros-lyrical-iceoryx-posh Version: 2.0.6-1resolute.20260728.174737 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 2004 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-iceoryx-hoofs, ros-lyrical-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-iceoryx-posh/ros-lyrical-iceoryx-posh_2.0.6-1resolute.20260728.174737_amd64.deb Size: 405630 SHA256: 485bc442fd638e32f6c60d5b2c57578b6ce0db217e0ab2a20c1723872c119c14 SHA1: 9b9a7cb2a01f1569da95be4b587d6654b62708bd MD5sum: c35f26b4ad5991974492556cce0713d2 Description: Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi) Package: ros-lyrical-iceoryx-posh-dbgsym Package-Type: ddeb Source: ros-lyrical-iceoryx-posh Version: 2.0.6-1resolute.20260728.174737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 6454 Depends: ros-lyrical-iceoryx-posh (= 2.0.6-1resolute.20260728.174737) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-iceoryx-posh/ros-lyrical-iceoryx-posh-dbgsym_2.0.6-1resolute.20260728.174737_amd64.deb Size: 6011426 SHA256: 9ea13453d0cd5d3a5c4d8b5c976eb0f61d60ae5564410d5b2a2ac8124597c959 SHA1: 6746c48c394e70e45d6bab19577e7315dd4d089b MD5sum: f993ce5c2979d5bafdbf10e02797959e Description: debug symbols for ros-lyrical-iceoryx-posh Build-Ids: 3a5b26e23505cbba1985d5fd376e1bca2f33b51f 88f6b5f0b313e1b1d7da5efa2bfd260748ae084b b0085a17eb5abb9e4f160443cccd2c6daa57efdc bdb9a31c3409fcf90785d3cb52e35beed4abc697 c81f11e5d7341c1c03079539e7f13e21aa66d25d Package: ros-lyrical-image-common Version: 6.4.10-1resolute.20260901.184205 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 45 Depends: ros-lyrical-camera-calibration-parsers, ros-lyrical-camera-info-manager, ros-lyrical-image-transport, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/image_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-common/ros-lyrical-image-common_6.4.10-1resolute.20260901.184205_amd64.deb Size: 6340 SHA256: 2aa0c82f192b558d7b5a42ac4f961a43f15f8d060f9c5e9630404447feee2038 SHA1: 5855baeef79655dbc106fb126ad46af4d6201115 MD5sum: a3d14c442de22abb67dfac71f234c94f Description: Common code for working with images in ROS. Package: ros-lyrical-image-geometry Version: 4.1.0-3resolute.20260901.135349 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 176 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, python3-deprecated, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/image_geometry Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-geometry/ros-lyrical-image-geometry_4.1.0-3resolute.20260901.135349_amd64.deb Size: 33062 SHA256: 9a67c3ed24c2ef060640ba03db8a8e59834e1819752ca8589b69a49a6eeba4cf SHA1: 4f26d9ead7f7a2eaf4ed4523886f7291911a3bc1 MD5sum: 03447c418a286bea03592920b29add93 Description: `image_geometry` contains C++ and Python libraries for interpreting images geometrically. It interfaces the calibration parameters in sensor_msgs/CameraInfo messages with OpenCV functions such as image rectification, much as cv_bridge interfaces ROS sensor_msgs/Image with OpenCV data types. Package: ros-lyrical-image-geometry-dbgsym Package-Type: ddeb Source: ros-lyrical-image-geometry Version: 4.1.0-3resolute.20260901.135349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 276 Depends: ros-lyrical-image-geometry (= 4.1.0-3resolute.20260901.135349) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-geometry/ros-lyrical-image-geometry-dbgsym_4.1.0-3resolute.20260901.135349_amd64.deb Size: 250724 SHA256: 176163c97f29fc28e53927f759272f241414e816b1c78850bf775b7100b9a8f4 SHA1: 92658d86b47721ee2b59c754a8a8e1a541e83bc4 MD5sum: 037c11aeac8f32b7bb9ffeb1dc65c1f5 Description: debug symbols for ros-lyrical-image-geometry Build-Ids: 170c20832830a32df8eb5902051ebef474cd0dbc Package: ros-lyrical-image-pipeline Version: 7.1.7-1resolute.20260901.203123 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 46 Depends: ros-lyrical-camera-calibration, ros-lyrical-depth-image-proc, ros-lyrical-image-proc, ros-lyrical-image-publisher, ros-lyrical-image-rotate, ros-lyrical-image-view, ros-lyrical-stereo-image-proc, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-pipeline/ros-lyrical-image-pipeline_7.1.7-1resolute.20260901.203123_amd64.deb Size: 7210 SHA256: b0531001cade360ae1c389d3c7abb40497111e31cf4a88383ba62c705162188d SHA1: 15adf004a4a829500b7ac7865f2d5386dda595dc MD5sum: d6fc2da487de20e612ede82e8a7a1707 Description: image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing. Package: ros-lyrical-image-proc Version: 7.1.7-1resolute.20260901.200247 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1622 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-contrib410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-objdetect410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-lyrical-camera-calibration-parsers, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-image-geometry, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcutils, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tracetools-image-pipeline, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-proc/ros-lyrical-image-proc_7.1.7-1resolute.20260901.200247_amd64.deb Size: 262816 SHA256: 8a83a8a599e211506e1157884e9946e0398160a1d82dbe8c9849e9cbb910dc3f SHA1: abc24b12d79892a1589d6810367f8740afbda01d MD5sum: 2856a368c6e654af168e22da96295b7a Description: Single image rectification and color processing. Package: ros-lyrical-image-proc-dbgsym Package-Type: ddeb Source: ros-lyrical-image-proc Version: 7.1.7-1resolute.20260901.200247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 9609 Depends: ros-lyrical-image-proc (= 7.1.7-1resolute.20260901.200247) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-proc/ros-lyrical-image-proc-dbgsym_7.1.7-1resolute.20260901.200247_amd64.deb Size: 8062250 SHA256: 89fc5b356015a217e01952b79f73ac4399386240ff32a8cb386b8cd187327de9 SHA1: e0ac235f3ff086daa5d1a09f3e6f16e86b5abe9a MD5sum: 5ed159a7c3a0cc4fba3d9073cb03ccee Description: debug symbols for ros-lyrical-image-proc Build-Ids: 1362579558d81b6dd584a0f014cc55b1b3fa6f1f 23f4c895f796a23b3b0d3fa5d013dc3004f66ba0 39afe4494d862a75860d714278b3c0c6a3abadf1 5afd65c3adb98d76486727aa673d74ddaa4a72ad 5ee32eada7840e8f992fec0a7ca9d90bb0641fbd 7bd8e6e82e60cf1f0ba92ee5454f161ff92ea457 7d52e95a1ce614abd79b0b2550abe3f1b1c215eb 81b307b69d7c11639806b5f30428943e24c3340f cb3d845359e401153e09f4a659546fbfa7d4a1c4 de76f92aa4e860c0f499682c16d8b5e7e19804e0 e1f8323040b7f21a5c6746ca09df5fec8c99d576 ef9eae76b68b58881ddc104ba6979634a2aac2c6 f50e4da842d71806f24fb58df6b444ef867ad4bc Package: ros-lyrical-image-publisher Version: 7.1.7-1resolute.20260901.183214 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 361 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), ros-lyrical-camera-info-manager, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/image_publisher/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-publisher/ros-lyrical-image-publisher_7.1.7-1resolute.20260901.183214_amd64.deb Size: 132864 SHA256: d699d82a55b839a9f7ca6d116b481ebd1fdc9b348befb644af8d394e29382733 SHA1: 13e4b58d62beb15ce5ec9f757e0a9bccf0b82ab3 MD5sum: f0bed889b4481be7f29501d59c5462fb Description: Contains a node publish an image stream from single image file or avi motion file. Package: ros-lyrical-image-publisher-dbgsym Package-Type: ddeb Source: ros-lyrical-image-publisher Version: 7.1.7-1resolute.20260901.183214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1489 Depends: ros-lyrical-image-publisher (= 7.1.7-1resolute.20260901.183214) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-publisher/ros-lyrical-image-publisher-dbgsym_7.1.7-1resolute.20260901.183214_amd64.deb Size: 1391354 SHA256: 55c5ccad6031dc0f618060f75032ac3c6d0a46343a40029cd626f788632786b2 SHA1: b16c1eb165fbf8c4b7bd0f007d8df1951f399905 MD5sum: 8098ca2f22a0b952e52cbb1c4c1f4b8e Description: debug symbols for ros-lyrical-image-publisher Build-Ids: 235ebbd78132c8b676742eda15a0d31296954a49 7e0bf0ed439188864af9c99cd8a0a96442d53d3d Package: ros-lyrical-image-rotate Version: 7.1.7-1resolute.20260901.195929 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 671 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), libopencv-dev, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-image-transport, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/image_rotate/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-rotate/ros-lyrical-image-rotate_7.1.7-1resolute.20260901.195929_amd64.deb Size: 153290 SHA256: 1d3acacf2d0bc34a196e64effe1a05d8335e267f27f24cdaa75777ebc76a8a98 SHA1: 75c35d563cb20984f5a2cca06d9d3a2016a6b02c MD5sum: 77f1355fe7504b01962e00ecc5e55ba3 Description: Contains a node that rotates an image stream in a way that minimizes the angle between a vector in some arbitrary frame and a vector in the camera frame. The frame of the outgoing image is published by the node. This node is intended to allow camera images to be visualized in an orientation that is more intuitive than the hardware-constrained orientation of the physical camera. This is particularly helpful, for example, to show images from the PR2's forearm cameras with a consistent up direction, despite the fact that the forearms need to rotate in arbitrary ways during manipulation. It is not recommended to use the output from this node for further computation, as it interpolates the source image, introduces black borders, and does not output a camera_info. Package: ros-lyrical-image-rotate-dbgsym Package-Type: ddeb Source: ros-lyrical-image-rotate Version: 7.1.7-1resolute.20260901.195929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 3718 Depends: ros-lyrical-image-rotate (= 7.1.7-1resolute.20260901.195929) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-rotate/ros-lyrical-image-rotate-dbgsym_7.1.7-1resolute.20260901.195929_amd64.deb Size: 3429978 SHA256: 9fed93ffa0b87be4ab445aaaf5694212e048560883debc2600e6489e68d81309 SHA1: 6f55ebbe8b4573849ff8830ad5bc9151c043a7eb MD5sum: ec435fa52202a60b01aef4eb8b09a750 Description: debug symbols for ros-lyrical-image-rotate Build-Ids: 0fa8837e1846844580f2283c1cb956cda6fc50da 2fcaafd7e017eb4f75c81dbec6db64a4e34bd25f add790e38721b0d4f2aabd65a2bfdb91a4619be1 b4260e0430f4930c86f5ea3951bb631a6253137f Package: ros-lyrical-image-tools Version: 0.37.9-1resolute.20260901.161358 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1082 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/image_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-tools/ros-lyrical-image-tools_0.37.9-1resolute.20260901.161358_amd64.deb Size: 199424 SHA256: 0a30d7cbfa88981ec5579cc018f589cb9bed3193d150a0cb1c54b979619f5eec SHA1: fa0d8a1826648e8d4fa0a4c6b3a18eae4ee2d02b MD5sum: f495d0f0d5efd300096e50300f9e9627 Description: Tools to capture and play back images to and from DDS subscriptions and publications. Package: ros-lyrical-image-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-image-tools Version: 0.37.9-1resolute.20260901.161358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5556 Depends: ros-lyrical-image-tools (= 0.37.9-1resolute.20260901.161358) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-tools/ros-lyrical-image-tools-dbgsym_0.37.9-1resolute.20260901.161358_amd64.deb Size: 4444524 SHA256: 195edf7ee57a5801effad7b2ddab8b0de30a4055fa2d0fc6c7b724813586cd5a SHA1: d4c8c7f89a4dee7243e78127af70d1411791b82d MD5sum: b68c194fbbbb1b271265a38055622c5b Description: debug symbols for ros-lyrical-image-tools Build-Ids: 2cf607476ed5746953d2ecb390024436c2d3caf9 5c8a95a989727616a1db6bd1bc3b6129c028b0bd f9b1fb9c4f2d22cac78767492cda62b1a5ccc8f4 Package: ros-lyrical-image-transport Version: 6.4.10-1resolute.20260901.182404 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2707 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-lyrical-message-filters, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/image_transport Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-transport/ros-lyrical-image-transport_6.4.10-1resolute.20260901.182404_amd64.deb Size: 388796 SHA256: 0717f1328166e702166e83b1eb3a6d5165276f2d58698dfb3cdcf6b33383be05 SHA1: 59369d4edb7b29caf815e8a3d764137eea45e3a9 MD5sum: 534219878c72a7f828f27e7b5e022248 Description: image_transport should always be used to subscribe to and publish images. It provides transparent support for transporting images in low-bandwidth compressed formats. Examples (provided by separate plugin packages) include JPEG/PNG compression and Theora streaming video. Package: ros-lyrical-image-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-image-transport Version: 6.4.10-1resolute.20260901.182404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 9308 Depends: ros-lyrical-image-transport (= 6.4.10-1resolute.20260901.182404) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-transport/ros-lyrical-image-transport-dbgsym_6.4.10-1resolute.20260901.182404_amd64.deb Size: 8131196 SHA256: b1ef522c1d2a1a0801a01b0d1397f0b4cf454820faf6e84f1ab8e925b24d91c4 SHA1: d4beab138ac0fcc05b23cade0f628fcc89cfb4ff MD5sum: 3495ecf78dffaac1011f4fbb2f93c6ea Description: debug symbols for ros-lyrical-image-transport Build-Ids: 3b2ef43cddfc2dae0078c6836550e3c7e6cbc3f8 3f51d84fcbd3166086c43de096a164217535aadc 3f94e802e794ac45cb6b16f376bf2ee1dd01a992 63650faa74ae5ae285b5ac98e3da45fe50199741 932b0b94c757223251e1987d2a9f5866e8ea3af9 Package: ros-lyrical-image-transport-plugins Version: 6.2.6-1resolute.20260901.201007 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 45 Depends: ros-lyrical-compressed-depth-image-transport, ros-lyrical-compressed-image-transport, ros-lyrical-theora-image-transport, ros-lyrical-zstd-image-transport, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-transport-plugins/ros-lyrical-image-transport-plugins_6.2.6-1resolute.20260901.201007_amd64.deb Size: 6472 SHA256: 18533e3e786b0a42aaa150fdae899be527b8b375fe938b3f5dfe922ff3bc2b21 SHA1: 9eaa443a2d6df70101e0c7afe7d74876a8de8e8d MD5sum: 1f1ceb986b83fe29790c8871c840ba90 Description: A set of plugins for publishing and subscribing to sensor_msgs/Image topics in representations other than raw pixel data. For example, for viewing a stream of images off-robot, a video codec will give much lower bandwidth and latency. For low frame rate tranport of high-definition images, you might prefer sending them as JPEG or PNG-compressed form. Package: ros-lyrical-image-transport-py Version: 6.4.10-1resolute.20260901.183800 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 355 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rpyutils, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/image_transport_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-transport-py/ros-lyrical-image-transport-py_6.4.10-1resolute.20260901.183800_amd64.deb Size: 122508 SHA256: c9588454993d46bb7e9ad467c0f889bb91d18831cf1ee350ee0484af8d1cbe04 SHA1: 0e127570dfce5291fc1ca78173ec6f6120a9dbb8 MD5sum: d0dff32bb51ad71f460444e1c38968e8 Description: Python API for image_transport Package: ros-lyrical-image-transport-py-dbgsym Package-Type: ddeb Source: ros-lyrical-image-transport-py Version: 6.4.10-1resolute.20260901.183800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 1829 Depends: ros-lyrical-image-transport-py (= 6.4.10-1resolute.20260901.183800) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-transport-py/ros-lyrical-image-transport-py-dbgsym_6.4.10-1resolute.20260901.183800_amd64.deb Size: 1706676 SHA256: 22bee3ec8d4de47e35de67acfbe6b36e7ab8c33c882dd658537316a4b2c8e230 SHA1: 18379bd49c7481fd224dc30230721c0cd6390369 MD5sum: ba6f0d64a5e13ed8a45820620cf2af7d Description: debug symbols for ros-lyrical-image-transport-py Build-Ids: 84893eddcb704627fbeadbc9f6b02da29aa4ff10 Package: ros-lyrical-image-view Version: 7.1.7-1resolute.20260901.183430 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1339 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-camera-calibration-parsers, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-message-filters, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-stereo-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/image_view/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-view/ros-lyrical-image-view_7.1.7-1resolute.20260901.183430_amd64.deb Size: 302142 SHA256: d0e58d82d2ffffc369675759324e3c485da4bacb10ec0de82eb8c4b1342ac199 SHA1: 342293f524cbf860652e6892a61799b238b00b57 MD5sum: d0093a9e76ea344ec7552dc91991c1ba Description: A simple viewer for ROS image topics. Includes a specialized viewer for stereo + disparity images. Package: ros-lyrical-image-view-dbgsym Package-Type: ddeb Source: ros-lyrical-image-view Version: 7.1.7-1resolute.20260901.183430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 8945 Depends: ros-lyrical-image-view (= 7.1.7-1resolute.20260901.183430) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-image-view/ros-lyrical-image-view-dbgsym_7.1.7-1resolute.20260901.183430_amd64.deb Size: 8101558 SHA256: 50effb62a6d70873f673c11e74009aaddf261a1c6930c278c98d89f54050ee1c SHA1: 08c1a209744e70eb30451b70e32e2ea99c1e3be0 MD5sum: 456b25db39d80c20f75c393139c96a04 Description: debug symbols for ros-lyrical-image-view Build-Ids: 06fe0d4c73f523e14b3a1a22f80ccda26cdf9bed 0e097f488cbf11f110b57325c118a98b4c06c10f 327e12c449f485fa8c590a2c9c09dea1b8e3f8df 5cdf9aa2237b9c00b7cfe06aa74f747221425ded 9c6a70e6d61ccb442983c59a8b470982909cf667 cea00d26e0182af5cf528f449a744fcafa6f0ef5 dfe2b8a1df38bcf64d12f63f6a2a4a53f20cc881 Package: ros-lyrical-imu-complementary-filter Version: 2.2.2-3resolute.20260901.195116 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1087 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ros-workspace Homepage: http://www.mdpi.com/1424-8220/15/8/19302 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-complementary-filter/ros-lyrical-imu-complementary-filter_2.2.2-3resolute.20260901.195116_amd64.deb Size: 213284 SHA256: da6c3e33c609e8801dc92d373ce453d07916e2436b5a14e5c58214f0692c869f SHA1: 2a8d78cbeff08e7ba1cfb75b04c1236cacd3bffe MD5sum: 1a8d457910b9c2ae03b3189b16659159 Description: Filter which fuses angular velocities, accelerations, and (optionally) magnetic readings from a generic IMU device into a quaternion to represent the orientation of the device wrt the global frame. Based on the algorithm by Roberto G. Valenti etal. described in the paper "Keeping a Good Attitude: A Quaternion-Based Orientation Filter for IMUs and MARGs" available at http://www.mdpi.com/1424-8220/15/8/19302 . Package: ros-lyrical-imu-complementary-filter-dbgsym Package-Type: ddeb Source: ros-lyrical-imu-complementary-filter Version: 2.2.2-3resolute.20260901.195116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 4921 Depends: ros-lyrical-imu-complementary-filter (= 2.2.2-3resolute.20260901.195116) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-complementary-filter/ros-lyrical-imu-complementary-filter-dbgsym_2.2.2-3resolute.20260901.195116_amd64.deb Size: 4053006 SHA256: c38a52cc6f8f670546465b3c6cae71f202bdfd38e5c59817a1ae558d1c2f5bde SHA1: a898786a6c1fec11b245fb64ca061302d63382ee MD5sum: 67aeb9be065f1fde4cd4bfe07f68f2f2 Description: debug symbols for ros-lyrical-imu-complementary-filter Build-Ids: 0ec92d66985be5e252e73b8f0e6a150710716afb 512dfab5868e1136054d6ad49efeb17fd260d9d4 Package: ros-lyrical-imu-filter-madgwick Version: 2.2.2-3resolute.20260901.195753 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1153 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/imu_filter_madgwick Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-filter-madgwick/ros-lyrical-imu-filter-madgwick_2.2.2-3resolute.20260901.195753_amd64.deb Size: 234218 SHA256: 94468fdfae29d3272566862d5b1a186a732125dd739d6a62dbf3c3689bc343ac SHA1: 36c6a001018053a8d307e146f3ea1d4216603cab MD5sum: 57d3c4c8f0e640e3961653b7becea54d Description: Filter which fuses angular velocities, accelerations, and (optionally) magnetic readings from a generic IMU device into an orientation. Based on code by Sebastian Madgwick, http://www.x-io.co.uk/node/8#open_source_ahrs_and_imu_algorithms. Package: ros-lyrical-imu-filter-madgwick-dbgsym Package-Type: ddeb Source: ros-lyrical-imu-filter-madgwick Version: 2.2.2-3resolute.20260901.195753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5365 Depends: ros-lyrical-imu-filter-madgwick (= 2.2.2-3resolute.20260901.195753) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-filter-madgwick/ros-lyrical-imu-filter-madgwick-dbgsym_2.2.2-3resolute.20260901.195753_amd64.deb Size: 4469810 SHA256: 09ce87cedad2fa98853d1be644143c9736a2a85e960a4cad9474e2b396cb0905 SHA1: 299a3edaccd796baf70d0660621c9b1659787010 MD5sum: 78b5d867a8cbe4e70f9873e8100f9376 Description: debug symbols for ros-lyrical-imu-filter-madgwick Build-Ids: 74798a3e38fc1512787d7cb6d33c667870746943 a5960e904194e007ea908ac88cacf8d2d3da05cc Package: ros-lyrical-imu-pipeline Version: 0.6.1-3resolute.20260901.211109 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 44 Depends: ros-lyrical-imu-processors, ros-lyrical-imu-transformer, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/imu_pipeline Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-pipeline/ros-lyrical-imu-pipeline_0.6.1-3resolute.20260901.211109_amd64.deb Size: 5706 SHA256: 307c7be26f71d1f65fbf6c959aad4a98cecc4258abc109d90f59ab2666677b95 SHA1: 3c033e72893fda518fa4c3ddcff8cd74a1b2920c MD5sum: 98c79f0af6f8d5892be6fc13af81a9fa Description: imu_pipeline Package: ros-lyrical-imu-processors Version: 0.6.1-3resolute.20260901.195212 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1841 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/imu_processors Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-processors/ros-lyrical-imu-processors_0.6.1-3resolute.20260901.195212_amd64.deb Size: 278862 SHA256: 8407bfff2191d81f54e3b741b18220a4a5eeae25f8daf8c7a27984d0ec018d56 SHA1: d6e86bb27445037e34ac8f13031d34cd79729dc6 MD5sum: dad99a7632e744cf8ae4f58adc883cf6 Description: Processors for sensor_msgs::Imu data Package: ros-lyrical-imu-processors-dbgsym Package-Type: ddeb Source: ros-lyrical-imu-processors Version: 0.6.1-3resolute.20260901.195212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8550 Depends: ros-lyrical-imu-processors (= 0.6.1-3resolute.20260901.195212) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-processors/ros-lyrical-imu-processors-dbgsym_0.6.1-3resolute.20260901.195212_amd64.deb Size: 6729920 SHA256: 12b6a19271ad7cfd2a43efd1d382bf008ad27193dcbbcd3e3ed804812a7c7cda SHA1: 6f76a5fe3ec5a20bd106f967e244784742aad674 MD5sum: a242b644f20bbad30a756da8d520a5e0 Description: debug symbols for ros-lyrical-imu-processors Build-Ids: 19a3febae01bb91a4c28cd4abae8819d7b508960 8e0ac21e12fda1374facd990a687ddcc6f004886 e9ed3ab4adf80316a6a51e66a2a8a86aedd033ce f37bcb92a28305951b01bbb7ac0d14b01b9cfd83 Package: ros-lyrical-imu-sensor-broadcaster Version: 6.9.0-1resolute.20260908.112413 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 354 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-lyrical-backward-ros, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-sensor-broadcaster/ros-lyrical-imu-sensor-broadcaster_6.9.0-1resolute.20260908.112413_amd64.deb Size: 100394 SHA256: fe3ea1a4133566e4c562758fa6cd7a79a2420ce24925bfdb23242372373f7dd7 SHA1: b07dc666f1dea2ba1525536a30938e468df590d6 MD5sum: 97fbc0c7c75ef05be13324d7597dc4d7 Description: Controller to publish readings of IMU sensors. Package: ros-lyrical-imu-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-imu-sensor-broadcaster Version: 6.9.0-1resolute.20260908.112413 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1853 Depends: ros-lyrical-imu-sensor-broadcaster (= 6.9.0-1resolute.20260908.112413) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-sensor-broadcaster/ros-lyrical-imu-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260908.112413_amd64.deb Size: 1740484 SHA256: 07d1ec7ab9d8f48431782dc7586bd84cae7ff1e196d4a5b14e278071ea0067df SHA1: 54c9544cbf0abf0e0d5b8c15ecc5027a22983de4 MD5sum: b35d750b88d42ec9d3d28f0c8e596648 Description: debug symbols for ros-lyrical-imu-sensor-broadcaster Build-Ids: d7e471450488bc15fe00fc3ecf4f20309b94c2f8 Package: ros-lyrical-imu-tools Version: 2.2.2-3resolute.20260908.151338 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 44 Depends: ros-lyrical-imu-complementary-filter, ros-lyrical-imu-filter-madgwick, ros-lyrical-rviz-imu-plugin, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/imu_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-tools/ros-lyrical-imu-tools_2.2.2-3resolute.20260908.151338_amd64.deb Size: 5496 SHA256: 03add53c4e40b09b6837da4b3285652683dca0314ad0df60a32a71692321a2a6 SHA1: 92977f75962d14a88d23437bb880ceca9dd2556c MD5sum: fd1dc083c0d5efeb851de5f1eed6e5de Description: Various tools for IMU devices Package: ros-lyrical-imu-transformer Version: 0.6.1-3resolute.20260901.195636 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 975 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-message-filters, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-tf2-ros, ros-lyrical-tf2-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/imu_transformer Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-transformer/ros-lyrical-imu-transformer_0.6.1-3resolute.20260901.195636_amd64.deb Size: 190768 SHA256: 6c51528a1b4b86540c02047c63268813e3df95c067bed108a95a5e70f8d9a4c1 SHA1: 4383e14a4d3f61d2c05f91016713a668a5484b27 MD5sum: c017c42175c887a9186971c6f4dcb094 Description: Node/components to transform sensor_msgs::Imu data from one frame into another. Package: ros-lyrical-imu-transformer-dbgsym Package-Type: ddeb Source: ros-lyrical-imu-transformer Version: 0.6.1-3resolute.20260901.195636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 5008 Depends: ros-lyrical-imu-transformer (= 0.6.1-3resolute.20260901.195636) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-imu-transformer/ros-lyrical-imu-transformer-dbgsym_0.6.1-3resolute.20260901.195636_amd64.deb Size: 4235724 SHA256: 731a30dec032b0bf9fa58e09472531a403c250bd80dfac28f0fa5d2ecd64b2b4 SHA1: 1e91d4c67b6be6b4f755f453bbf89011070bada5 MD5sum: e0c39721ab8130a5992a67f971f8a438 Description: debug symbols for ros-lyrical-imu-transformer Build-Ids: 94f690eb7659d1b9838f9bbe30810545d1053dbd da8be323726dfc0575fc8d2ee42e1fbf11b8f879 Package: ros-lyrical-int2dds-ffi-vendor Version: 0.1.5-1resolute.20260910.115232 Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 12286 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-lyrical-ros-workspace Homepage: https://github.com/IntellectusCorp/int2DDS Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-int2dds-ffi-vendor/ros-lyrical-int2dds-ffi-vendor_0.1.5-1resolute.20260910.115232_amd64.deb Size: 3616390 SHA256: 0a5c8a94c5cd139d8eb0c739ec647e2ac7338b93bee4cd173b2244c680b81b9f SHA1: c4e388565af7afe039d852948cf284afeb3bea52 MD5sum: 17a8ca8ac2fa321f24f5847c08a155ad Description: Vendor package that fetches the prebuilt int2DDS FFI library (shared library + C header) for the host platform and exposes it to the ROS 2 build as an imported CMake target. Used by rmw_int2dds_cpp. Package: ros-lyrical-int2dds-ffi-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-int2dds-ffi-vendor Version: 0.1.5-1resolute.20260910.115232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 2664 Depends: ros-lyrical-int2dds-ffi-vendor (= 0.1.5-1resolute.20260910.115232) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-int2dds-ffi-vendor/ros-lyrical-int2dds-ffi-vendor-dbgsym_0.1.5-1resolute.20260910.115232_amd64.deb Size: 447482 SHA256: 2da0680c60ee2b65a1fb236a5b1f33f7171a447bb0ac376f2afad91cfe45086a SHA1: bf174a9f4acc4b4c9edf9959a4b4a10d4a6e1965 MD5sum: 508055f00a4d5602c1cde2a1723b7cb5 Description: debug symbols for ros-lyrical-int2dds-ffi-vendor Build-Ids: fff56b8df986ae4391dec914bf3b9fdf727f3f55 Package: ros-lyrical-interactive-markers Version: 2.8.4-1resolute.20260901.195735 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 1070 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/interactive_markers Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-interactive-markers/ros-lyrical-interactive-markers_2.8.4-1resolute.20260901.195735_amd64.deb Size: 219806 SHA256: 5af4476bd948bbfa11e89dfd395cf92e9448a2b8cce008ae6651457bcf8b5af6 SHA1: f4e4a9ad347b921ec43177c735d7794369204fec MD5sum: c5fc9fedfdccf9948e78b6bdf4da635e Description: 3D interactive marker communication library for RViz and similar tools. Package: ros-lyrical-interactive-markers-dbgsym Package-Type: ddeb Source: ros-lyrical-interactive-markers Version: 2.8.4-1resolute.20260901.195735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 5418 Depends: ros-lyrical-interactive-markers (= 2.8.4-1resolute.20260901.195735) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-interactive-markers/ros-lyrical-interactive-markers-dbgsym_2.8.4-1resolute.20260901.195735_amd64.deb Size: 4611002 SHA256: d34e94d9af5ae93661b70c1383308c599126c35d8d3318ffd9f693b5e29e9ca2 SHA1: 312cdbe6abe90a422977926b3913d437ee3fe47b MD5sum: 7248d193facbc8de0189bcdd72331f36 Description: debug symbols for ros-lyrical-interactive-markers Build-Ids: c42421eb3f9a92b757c64191ce97e28948893089 Package: ros-lyrical-intra-process-demo Version: 0.37.9-1resolute.20260901.165957 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2942 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/intra_process_demo/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-intra-process-demo/ros-lyrical-intra-process-demo_0.37.9-1resolute.20260901.165957_amd64.deb Size: 408148 SHA256: fe85644f0efde6157dc69d66e714215d807968c0e23f0697f22dd945c80a3758 SHA1: 7650e33273c387f4cf722e5aafb0705d89ee6f48 MD5sum: 011d8202805e682bc84eeda39f04007c Description: Demonstrations of intra process communication. Package: ros-lyrical-intra-process-demo-dbgsym Package-Type: ddeb Source: ros-lyrical-intra-process-demo Version: 0.37.9-1resolute.20260901.165957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 15295 Depends: ros-lyrical-intra-process-demo (= 0.37.9-1resolute.20260901.165957) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-intra-process-demo/ros-lyrical-intra-process-demo-dbgsym_0.37.9-1resolute.20260901.165957_amd64.deb Size: 12786116 SHA256: 289c9841ae82362d409d1710404c5f0ae80b994ce6fc142ba83011f618add3a6 SHA1: cf0a1f38300e65f4861b8e6312864f9d232be95a MD5sum: d481d54daa1439a3024f70484cb4c31b Description: debug symbols for ros-lyrical-intra-process-demo Build-Ids: 0574f4c4f6dec77a76b80beebbc3e8d2cc49b94b 201e56489a7c942df7cb4852dd344764d60f9bae 7d2aee93ba7644a5f280bc7eeeebc50e2d7a2c12 7feec7ba1da10d84c2ef52b8a280f274d6c73ed1 bf8707c8677f2ac62f549b91795303a83924f26f cc7fd441b2af3c209d3da84d9a0f6ce799196c9b e419d1a70859c5f784c431fc18a2d5f73393a998 Package: ros-lyrical-irobot-create-msgs Version: 2.1.0-5resolute.20260901.125310 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 16082 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/irobot_create_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-irobot-create-msgs/ros-lyrical-irobot-create-msgs_2.1.0-5resolute.20260901.125310_amd64.deb Size: 833942 SHA256: 7ee8e0275e2075b5ff4e680967fde26c66f178e63691a9cb986468424daedf97 SHA1: d29aeefec143cc4d65947fb39b6c4cef6f7a0f3e MD5sum: 5dd815cfb431323b694bbd4fd9b67e01 Description: Package containing action, message, and service definitions used by the iRobot(R) Create(R) platform Package: ros-lyrical-irobot-create-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-irobot-create-msgs Version: 2.1.0-5resolute.20260901.125310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 9279 Depends: ros-lyrical-irobot-create-msgs (= 2.1.0-5resolute.20260901.125310) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-irobot-create-msgs/ros-lyrical-irobot-create-msgs-dbgsym_2.1.0-5resolute.20260901.125310_amd64.deb Size: 6241346 SHA256: f0fb91250c1e90afb8c42c849ecb5837641e698eb6eb5adbc131bda890ccf210 SHA1: 3d5af8ef8d64736773b9715f135f50b40be99a2b MD5sum: ea43daa2a4adfa700c1051b3c659d976 Description: debug symbols for ros-lyrical-irobot-create-msgs Build-Ids: 046817467a8901d0153928959d53dd987a34cd91 0639fa916cf73048113038e09bd908c28c4dfb26 081a34d5ebf7a4a5efbc7b72ac7c3cc9304594ae 23b2b5ea9a8c7638f5621b438973f8eb52bc4110 3d3b5f932122f2ee5772524af06ef2af572ad572 3e296b257167564131c00fbbd52650ac8cc804e4 59ca8e19eeaef01b7f5ba503a0d07882555efb81 935b2749a023ba4450b1478ca2b136a920d22ec8 a566e2e822713fbc6119002266612fe5d66c2951 c3bb45d8f17eaa23199f8745c412ebb209b49a1f e3a6bd0d370ba82a23a682e8294c9cd5cec20365 Package: ros-lyrical-jacro Version: 0.2.0-4resolute.20260728.205016 Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 67 Depends: python3-jinja2, python3-rich, ros-lyrical-ament-index-python, ros-lyrical-ros-workspace Homepage: https://github.com/JafarAbdi/jacro Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jacro/ros-lyrical-jacro_0.2.0-4resolute.20260728.205016_amd64.deb Size: 8612 SHA256: 900ac5d8e7d807b8e87ca643cf4eda778eded59e97df835b30bd2a53e770c8b2 SHA1: dd475267c7feb51611d8b76814c1c14b52173118 MD5sum: ac83b6bb3d9e83cf1560e7f01c499ce2 Description: TODO: Project Short Description Package: ros-lyrical-joint-limits Version: 6.10.1-1resolute.20260908.105719 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 364 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-lyrical-backward-ros, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-trajectory-msgs, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://github.com/ros-controls/ros2_control/wiki Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-limits/ros-lyrical-joint-limits_6.10.1-1resolute.20260908.105719_amd64.deb Size: 83122 SHA256: 506c8f34e50a362cf4274a351d492b246596f995f4896a3dd9e5111b2d187bab SHA1: fdb778934f9d568ae38b11444919b87ae0543cb6 MD5sum: 08419e0b9e57fdadeef3a7840698ed1b Description: Package with interfaces for handling of joint limits in controllers or in hardware. The package also implements Saturation Joint Limiter for position-velocity-acceleration set and other individual interfaces. Package: ros-lyrical-joint-limits-dbgsym Package-Type: ddeb Source: ros-lyrical-joint-limits Version: 6.10.1-1resolute.20260908.105719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1137 Depends: ros-lyrical-joint-limits (= 6.10.1-1resolute.20260908.105719) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-limits/ros-lyrical-joint-limits-dbgsym_6.10.1-1resolute.20260908.105719_amd64.deb Size: 1023570 SHA256: b6b9c7c87b7d1212fd33afd2e2c4f17db20592cac89f7285a8284bafd3ac15b4 SHA1: c0227ed09c58394365d457a36171353a80ac35cf MD5sum: d0dce40febe0e960f2a888a3b13bfc30 Description: debug symbols for ros-lyrical-joint-limits Build-Ids: 9e539a54fa7b7aa96f0db5b9a1e32cfc56fef2d0 ab7d61be6498bc63092bf7453c6727ac313472e3 e7fe8b411da2de3753e74207572914483b49c4f1 Package: ros-lyrical-joint-state-broadcaster Version: 6.9.0-1resolute.20260908.112704 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 348 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-builtin-interfaces, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-sensor-msgs, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-state-broadcaster/ros-lyrical-joint-state-broadcaster_6.9.0-1resolute.20260908.112704_amd64.deb Size: 100554 SHA256: 46e9fd41fd29b8f1c092aa9f9d86072753ffcaa84b0b83b902742115ac40e56f SHA1: 784878f349905fc7d4878441a8a833c96aa809fd MD5sum: 1671fdd13d61addd571ddc4fd62655f6 Description: Broadcaster to publish joint state Package: ros-lyrical-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-joint-state-broadcaster Version: 6.9.0-1resolute.20260908.112704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1476 Depends: ros-lyrical-joint-state-broadcaster (= 6.9.0-1resolute.20260908.112704) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-state-broadcaster/ros-lyrical-joint-state-broadcaster-dbgsym_6.9.0-1resolute.20260908.112704_amd64.deb Size: 1350650 SHA256: 7a28f6fd0dd77ce4a2d63b33c9fb31c22d6e2abc63ebc34df8122849d176959b SHA1: 51bc73b2d69192dab8d02d2bd53db34cf04055f4 MD5sum: 2d5b468ceaea731a3872a7b7f6bd623f Description: debug symbols for ros-lyrical-joint-state-broadcaster Build-Ids: 844e464da46d08626594bdc22b4c120ab053bb7d Package: ros-lyrical-joint-state-publisher Version: 2.4.3-1resolute.20260901.182555 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 83 Depends: python3-packaging, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-state-publisher/ros-lyrical-joint-state-publisher_2.4.3-1resolute.20260901.182555_amd64.deb Size: 19468 SHA256: 54d089f4cbd533ad783d0831241bacbb4a1445f656b04129a929d282fa06725b SHA1: a4a5c659fbcaf61454b3cd6da2110e3ad7484147 MD5sum: 041142bae1a40a02be7f4281f238916d Description: This package contains a tool for setting and publishing joint state values for a given URDF. Package: ros-lyrical-joint-state-publisher-gui Version: 2.4.3-1resolute.20260901.194348 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 75 Depends: ros-lyrical-joint-state-publisher, ros-lyrical-python-qt-binding, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-state-publisher-gui/ros-lyrical-joint-state-publisher-gui_2.4.3-1resolute.20260901.194348_amd64.deb Size: 17372 SHA256: 8646501432b1937328d9beb1508a2e4df6fbad92fb306bd23d77ee6d57972628 SHA1: 0a76dd52f98ed62904754074768723950a736ab3 MD5sum: 7da6a2ae5afeec40bfd9f32fd98edef5 Description: This package contains a GUI tool for setting and publishing joint state values for a given URDF. Package: ros-lyrical-joint-state-topic-hardware-interface Version: 1.1.0-1resolute.20260908.111739 Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 555 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-angles, ros-lyrical-hardware-interface, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/ros-controls/topic_based_hardware_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-state-topic-hardware-interface/ros-lyrical-joint-state-topic-hardware-interface_1.1.0-1resolute.20260908.111739_amd64.deb Size: 127266 SHA256: 5f451340d8d0b0e0bcca2b7760debb501d8a4cb778c5b1efbd518d59127b7805 SHA1: 62297c8e730442fd19b546049103cfd8f002a278 MD5sum: c6e13b3cdc8955b52aa32dd5135e98f0 Description: ros2_control hardware interface for JointState topic based control Package: ros-lyrical-joint-state-topic-hardware-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-joint-state-topic-hardware-interface Version: 1.1.0-1resolute.20260908.111739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 2625 Depends: ros-lyrical-joint-state-topic-hardware-interface (= 1.1.0-1resolute.20260908.111739) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-state-topic-hardware-interface/ros-lyrical-joint-state-topic-hardware-interface-dbgsym_1.1.0-1resolute.20260908.111739_amd64.deb Size: 2218558 SHA256: cc78b1e4d0412d6621cbbae3beb3ad040bb50c8156e5267984f2bb4b7cd2a654 SHA1: a903a33433d4920b5da72e6241f55d6762df3525 MD5sum: 78963e036410ce29f97103ca48663803 Description: debug symbols for ros-lyrical-joint-state-topic-hardware-interface Build-Ids: b2b6b78db2e0d80046f68d69d439c6a76ae9894b Package: ros-lyrical-joint-trajectory-controller Version: 6.9.0-1resolute.20260908.111909 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1546 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libexpected-dev, ros-lyrical-angles, ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-control-toolbox, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-rsl, ros-lyrical-trajectory-msgs, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-trajectory-controller/ros-lyrical-joint-trajectory-controller_6.9.0-1resolute.20260908.111909_amd64.deb Size: 348306 SHA256: b9cfccecbc59827311e3c7fda5ff55456495d61cd85c66646a73f68c6c146235 SHA1: f9979627b67399d3a3a699febe184e8157490eb2 MD5sum: e798a789b53f96a01d6408e39f5d8282 Description: Controller for executing joint-space trajectories on a group of joints Package: ros-lyrical-joint-trajectory-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-joint-trajectory-controller Version: 6.9.0-1resolute.20260908.111909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6242 Depends: ros-lyrical-joint-trajectory-controller (= 6.9.0-1resolute.20260908.111909) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joint-trajectory-controller/ros-lyrical-joint-trajectory-controller-dbgsym_6.9.0-1resolute.20260908.111909_amd64.deb Size: 5290542 SHA256: 1c245a4a7a7e7b7af50c6c1bbf761c57dc733846fd21d8d7cb8438e7ab212afa SHA1: e02665b7cecea1483c9719325246f7f4b5750331 MD5sum: df3acf1e3cec2e610c7a3bb2a9a17d3b Description: debug symbols for ros-lyrical-joint-trajectory-controller Build-Ids: 9e40acd0da6ed19f715f83ac845c297af112b254 Package: ros-lyrical-joy Version: 3.3.0-4resolute.20260901.164855 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1246 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libsdl2-2.0-0 (>= 2.0.18), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sdl2-vendor, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/joy/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joy/ros-lyrical-joy_3.3.0-4resolute.20260901.164855_amd64.deb Size: 200894 SHA256: 114820217e2e9444dd06772adcfb93aea7689a2f29cab0a51ff9c91ab166aacf SHA1: 4ae62857c9affefe686e8801a888b5fdbe925e0e MD5sum: 2bfa391a61974854f12ef1b9f35bb6de Description: The joy package contains joy_node, a node that interfaces a generic joystick to ROS 2. This node publishes a "Joy" message, which contains the current state of each one of the joystick's buttons and axes. Package: ros-lyrical-joy-dbgsym Package-Type: ddeb Source: ros-lyrical-joy Version: 3.3.0-4resolute.20260901.164855 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 6089 Depends: ros-lyrical-joy (= 3.3.0-4resolute.20260901.164855) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joy/ros-lyrical-joy-dbgsym_3.3.0-4resolute.20260901.164855_amd64.deb Size: 5022116 SHA256: ec64a643e04804a836a6f083d2d3a5307104181c1530d711b39d416cdfa3d210 SHA1: e262b69cb8905fd95e6bfaf930cbb84126bf502c MD5sum: 159a81d6f562a52fd985e4261f866748 Description: debug symbols for ros-lyrical-joy Build-Ids: 415659cd19cf3eca8db6ca636ca8c83eeb51a2b8 7106959d5751a71e6a968ccf64bbb95f8f7faabe 76428306554e639837193d455db6653eb910e58c b2bb5509975ac5865bfeb564529019d9acc96d8e cc53b31a4f6042d8519046c56d7a98fcd0b753d2 Package: ros-lyrical-joy-linux Version: 3.3.0-4resolute.20260901.193358 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 579 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/joy_linux/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joy-linux/ros-lyrical-joy-linux_3.3.0-4resolute.20260901.193358_amd64.deb Size: 131652 SHA256: 8f2f1f00d78c8d11210f3efb127109c26a1f2d259df359eff3efcb234997349b SHA1: 7a4944198194e44de6ae2a811f6393c456174c93 MD5sum: 9a813d809b3977aa36b0874ab7dc3cc0 Description: ROS2 driver for a generic Linux joystick. Will contain a MacOS and Windows version later. The joy package contains joy_node, a node that interfaces a generic Linux joystick to ROS2. This node publishes a "Joy" message, which contains the current state of each one of the joystick's buttons and axes. Package: ros-lyrical-joy-linux-dbgsym Package-Type: ddeb Source: ros-lyrical-joy-linux Version: 3.3.0-4resolute.20260901.193358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2691 Depends: ros-lyrical-joy-linux (= 3.3.0-4resolute.20260901.193358) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joy-linux/ros-lyrical-joy-linux-dbgsym_3.3.0-4resolute.20260901.193358_amd64.deb Size: 2252568 SHA256: c980d32879efc33074005fb4f46aedd5fd6fdacb2205abe0e9c8dbaf783ed4b2 SHA1: 8baa1b3eaf8bc64adbac62e311d1ef4cf403544a MD5sum: 527d41426df480e137b3f2df999e6c2d Description: debug symbols for ros-lyrical-joy-linux Build-Ids: 52ac6a09f153e17bf82f1c3f61bbcf2fe7bf6f8e Package: ros-lyrical-joy-teleop Version: 2.0.0-3resolute.20260901.173016 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 92 Depends: ros-lyrical-control-msgs, ros-lyrical-rclpy, ros-lyrical-rosidl-runtime-py, ros-lyrical-sensor-msgs, ros-lyrical-teleop-tools-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/joy_teleop/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joy-teleop/ros-lyrical-joy-teleop_2.0.0-3resolute.20260901.173016_amd64.deb Size: 20684 SHA256: 16c7dc9a018bf1ff0e23617d0df09b4d40946d1500de1b47aa4a979e0f3f338c SHA1: 92e748596a003506634fe08a94397d0542a198c1 MD5sum: b2a483de61e8f740bf5d28e6c9da8604 Description: A (to be) generic joystick interface to control a robot Package: ros-lyrical-joy-tester Version: 0.0.2-5resolute.20260901.182612 Architecture: amd64 Maintainer: Josh Newans Installed-Size: 44 Depends: python3-tk, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/joy_tester/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-joy-tester/ros-lyrical-joy-tester_0.0.2-5resolute.20260901.182612_amd64.deb Size: 7688 SHA256: c01e884981b76282e3cba3336949605e7ed5d9e106a3c9ceb51502308ed542c0 SHA1: 3dc8ae1aca20b34fdf0a4cb582ca9e53be616a1e MD5sum: da4e1dad750cbd2d822f7115bc9ce1c0 Description: Simple GUI tool for testing joysticks/gamepads Package: ros-lyrical-jrl-cmakemodules Version: 2.3.0-1resolute.20260824.235249 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 25048 Depends: doxygen, pkg-config, ros-lyrical-ros-workspace Homepage: https://github.com/jrl-umi3218/jrl-cmakemodules Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jrl-cmakemodules/ros-lyrical-jrl-cmakemodules_2.3.0-1resolute.20260824.235249_amd64.deb Size: 2286334 SHA256: 3f4fb74644e05cc14f14e336a7268c2cfe4beeb62b280070522ceee305ec814f SHA1: d7e055ad3b91a7fbedaec9037c2a8bd4516c471b MD5sum: 6d6d13bfc741ec63efec6d9c82f71af4 Description: CMake utility toolbox Package: ros-lyrical-jsk-common-msgs Version: 5.0.2-1resolute.20260907.111743 Architecture: amd64 Maintainer: "Kei Okada" Installed-Size: 45 Depends: ros-lyrical-jsk-footstep-msgs, ros-lyrical-jsk-gui-msgs, ros-lyrical-jsk-hark-msgs, ros-lyrical-posedetection-msgs, ros-lyrical-speech-recognition-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/jsk_common_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-common-msgs/ros-lyrical-jsk-common-msgs_5.0.2-1resolute.20260907.111743_amd64.deb Size: 5946 SHA256: 98349d03445be7ca56c40ff820455018fc01fe94d9c41546277bfb60442844c4 SHA1: 01d011e1ce44f122c05437dd0db06a19c5ad2d7f MD5sum: 1aa2631dac91c3d33a01c391e1725a74 Description: Metapackage that contains commonly used messages for jsk-ros-pkg Package: ros-lyrical-jsk-footstep-msgs Version: 5.0.2-1resolute.20260907.105731 Architecture: amd64 Maintainer: "Ryohei Ueda" Installed-Size: 3449 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/jsk_footstep_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-footstep-msgs/ros-lyrical-jsk-footstep-msgs_5.0.2-1resolute.20260907.105731_amd64.deb Size: 216040 SHA256: a4ae2525452863861bfa53971e54eac1f33468fd144a61083775e78bd7fd9c63 SHA1: 3e61b039735e6bd3bc2ba298c2c14485be784459 MD5sum: cb391230b52f89df4941fb07f16ba558 Description: jsk_footstep_msgs Package: ros-lyrical-jsk-footstep-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-jsk-footstep-msgs Version: 5.0.2-1resolute.20260907.105731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ryohei Ueda" Installed-Size: 2019 Depends: ros-lyrical-jsk-footstep-msgs (= 5.0.2-1resolute.20260907.105731) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-footstep-msgs/ros-lyrical-jsk-footstep-msgs-dbgsym_5.0.2-1resolute.20260907.105731_amd64.deb Size: 1351236 SHA256: d3c5042788940a5931a5384e0ae9aa09cc6f7aa17202bebf1d9ce44c2d4d246c SHA1: 23b4bd0788f8cf59d091d421ee5d46d5c285c602 MD5sum: ade369bf18a2d1ec1f3d0cdc95502a74 Description: debug symbols for ros-lyrical-jsk-footstep-msgs Build-Ids: 2698d5979a50b86efd1f8ded030c732067b7acc6 295def93b8a8e0a932a0e9fc297a22730b85b4d6 6ee73edf477fad80e0ea378814d03fb437889980 74a5d0ea17d5a0e6b358320e4686f9656f3dc14f 8e68817e0f400ecc85315c7acba053ebde0a99b9 9d074bb62453ee1c636023bdf3003ca8526b23d3 c4c13c46f7a284236c3b25750ecdd7a9644d4b31 c4f73b3db2cdd211014dabf15769a4cd45d0f760 dfe05e77c7d6f81756486a5bede81eaeb7d218d2 e83fc4143fd0cb01ce30c3b33eef155c9a4a8b24 f0bbb80124a26ddfbd2e226d58c057f95105dc76 Package: ros-lyrical-jsk-gui-msgs Version: 5.0.2-1resolute.20260907.105939 Architecture: amd64 Maintainer: "KazutoMurase" Installed-Size: 2578 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/jsk_gui_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-gui-msgs/ros-lyrical-jsk-gui-msgs_5.0.2-1resolute.20260907.105939_amd64.deb Size: 197190 SHA256: 714b86860bc0f07ba5d35c97a9fda220bdb529a620f0763a5395dab9e8248632 SHA1: b0316b7896994bbf3207274c081b216b8124fb29 MD5sum: da3c6a2dbac0c9c43fbbf2dfa80af4a3 Description: jsk_gui_msgs Package: ros-lyrical-jsk-gui-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-jsk-gui-msgs Version: 5.0.2-1resolute.20260907.105939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "KazutoMurase" Installed-Size: 2152 Depends: ros-lyrical-jsk-gui-msgs (= 5.0.2-1resolute.20260907.105939) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-gui-msgs/ros-lyrical-jsk-gui-msgs-dbgsym_5.0.2-1resolute.20260907.105939_amd64.deb Size: 1656798 SHA256: 13448768ecf88c2298892a09edc8c28543d5c2561f1544fbb398d607ba7edc8d SHA1: a62cec812f800998276a128b534c2878c2e6289a MD5sum: f37d095d14ae3a92810404432c73a2d1 Description: debug symbols for ros-lyrical-jsk-gui-msgs Build-Ids: 1ea8494404a0f61ab64a92944684e9786eb5a013 1ecf0c307775d14df66ab66d952e14109ac18bd4 33cc265347ae8f9ba9489fb9240304c2c0c7c9f6 54249b562876ac0e2726bad3056b026fd0b016e6 79615b0ba5e89970ab457bb130a0c1b795fe773f 86a9a067601c728df3fe7c0b88bcd9c253782319 a0aa8214a2ce53e0c00b9d4d2787f2dfc5590fbd adbffdec1ba456c33de8681347e2379924fcb8fa ddf4fc5613e7994aadc4a563e2584dbe03e000c9 ef5487b48102ce43d726c64e0170696a1a87f5ee fba3f59d8689193645f37c11dd59b750ae34b42f Package: ros-lyrical-jsk-hark-msgs Version: 5.0.2-1resolute.20260907.105731 Architecture: amd64 Maintainer: "Shohei Fujii" Installed-Size: 487 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/jsk_hark_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-hark-msgs/ros-lyrical-jsk-hark-msgs_5.0.2-1resolute.20260907.105731_amd64.deb Size: 51272 SHA256: 77c1f57d06c1c7322aa97242c8c53f99ae36b0e8beffb4e078404896e38343f3 SHA1: 37b1b95a05312444fa9e86da6b36738548817c27 MD5sum: a2035ea8a04887b50c37774ecb53cc9e Description: jsk_hark_msgs Package: ros-lyrical-jsk-hark-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-jsk-hark-msgs Version: 5.0.2-1resolute.20260907.105731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shohei Fujii" Installed-Size: 362 Depends: ros-lyrical-jsk-hark-msgs (= 5.0.2-1resolute.20260907.105731) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-jsk-hark-msgs/ros-lyrical-jsk-hark-msgs-dbgsym_5.0.2-1resolute.20260907.105731_amd64.deb Size: 221604 SHA256: efc4f2d213ed545dc14e3d1ecded76072175f92e3cba6984da713b942f23cf34 SHA1: 4d9fd1237c36d8ea7c77861d33762d4e15e81d13 MD5sum: b505b1c01658768274ff867f3da70a50 Description: debug symbols for ros-lyrical-jsk-hark-msgs Build-Ids: 036bb16f7ed11988207563eb36c5fe6b1a5a174a 09068a341c1055a19f85da4ec4487661f4adc196 10aa22e2af411b5d6847ecd30a41d38a7adb566e 1824db36ed70c7431ad56a5d55a742ff83d2db26 48fae78ad16f4a86036db212b7890a14df6a1475 6973b3db536d7c34fe8f495a657cf1134b6998ac 70da7fbce6c6c82aad865cb78b1d92c6ced8cafb c4cec81b1fc50827972a97f8a4cbb918fa3d1a90 c535d94bbf81804b242b65700e0a714c64da7d3c d9438eaea7939d3b3832fa861510b5c6bcc345ec e2cae948e6d7ee9536989eb8bf984825426ca051 Package: ros-lyrical-kartech-linear-actuator-msgs Version: 4.0.0-5resolute.20260901.115934 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3648 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/kartech_linear_actuator_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kartech-linear-actuator-msgs/ros-lyrical-kartech-linear-actuator-msgs_4.0.0-5resolute.20260901.115934_amd64.deb Size: 214606 SHA256: ca3bd74f00974db0605a966901442c26dd7f7c389655380815d8074ee6da2b47 SHA1: d96496e68aeae4b699d0f48cc567af259cc3ca17 MD5sum: 563b304d8c8a9ed97a63d50ccc95ac78 Description: The kartech_linear_actuator_msgs package Package: ros-lyrical-kartech-linear-actuator-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-kartech-linear-actuator-msgs Version: 4.0.0-5resolute.20260901.115934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2564 Depends: ros-lyrical-kartech-linear-actuator-msgs (= 4.0.0-5resolute.20260901.115934) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kartech-linear-actuator-msgs/ros-lyrical-kartech-linear-actuator-msgs-dbgsym_4.0.0-5resolute.20260901.115934_amd64.deb Size: 1892602 SHA256: 88b2c59bdff534e3a112e1c9175269e0dab7f8587adf2255e8df2d4324d5340b SHA1: 271185152bb0565d02ea020e0a6560d698583078 MD5sum: cd65e00f3c278ab8cacb71ef3724bb94 Description: debug symbols for ros-lyrical-kartech-linear-actuator-msgs Build-Ids: 11e05da57b69e1c2d1e8dc321a60604c46741160 4b958fb326f964ac2a669917a640609101334554 69d4fa00e25cb8543d011a91fc9695db6248c43b 7043d5c930f97d9f13736a47749d3e8e9ae68ba5 7bc1ad00b5b1d7ecadbbc0b5daa34d62c1cb69df 895bcf85f26f8360cc9db48d93d6f72babf585bb 9ce3cb9c7cbbf082ace15e353eb92d551b3606d3 abc8003082ab8731ce7fbebcda4cf6556ab5f2ff ba573f39c51ab3a30340470473ba943e860c19c4 c596eaa2b05184dd7f01255e1e765e5f33715c29 ce3a326d36402793f4178b97c7313c89d698b7c1 Package: ros-lyrical-kdl-parser Version: 3.0.1-3resolute.20260901.145321 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 102 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), liborocos-kdl-dev, ros-lyrical-rcutils, ros-lyrical-urdf, ros-lyrical-urdfdom-headers, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/kdl_parser/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kdl-parser/ros-lyrical-kdl-parser_3.0.1-3resolute.20260901.145321_amd64.deb Size: 21120 SHA256: 94341eaafd00f793bc5bd6ab6aa7f7abef61961fc0cfd242bd98c25491d0c46a SHA1: 0fd8ffa157a438f0c963eb203e9417ca48b0ac41 MD5sum: 38169ef77bd24da5fee53cc3e32a5b30 Description: The Kinematics and Dynamics Library (KDL) defines a tree structure to represent the kinematic and dynamic parameters of a robot mechanism. kdl_parser provides tools to construct a KDL tree from an XML robot representation in URDF. Package: ros-lyrical-kdl-parser-dbgsym Package-Type: ddeb Source: ros-lyrical-kdl-parser Version: 3.0.1-3resolute.20260901.145321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 193 Depends: ros-lyrical-kdl-parser (= 3.0.1-3resolute.20260901.145321) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kdl-parser/ros-lyrical-kdl-parser-dbgsym_3.0.1-3resolute.20260901.145321_amd64.deb Size: 171228 SHA256: af94f24eb194db704d1d98e72f7a65d9e6d355b9cc3013c4bcc9267e12f77345 SHA1: d4982364c5219bbfcc4e1306978e67f49b116bfe MD5sum: 14174b01dcd441bd9fb616581843ad1d Description: debug symbols for ros-lyrical-kdl-parser Build-Ids: b7ef7e6729c228fae284d05521bd61fa4a85379d Package: ros-lyrical-kdl-parser-py Version: 3.0.0-3resolute.20260901.185414 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 43 Depends: ros-lyrical-python-orocos-kdl-vendor, ros-lyrical-urdfdom-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/kdl_parser_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kdl-parser-py/ros-lyrical-kdl-parser-py_3.0.0-3resolute.20260901.185414_amd64.deb Size: 8204 SHA256: 1bd9aa4a5648c751863f305f0ae10edc3a359f4d5cefa5409c30b6eea8b34312 SHA1: 64c7d222ee5a65d771d496a6b047804ffa36ba55 MD5sum: b2582a70ba9d55e4145528ced83211e5 Description: kdl_parser_py provides Python tools to construct a KDL tree from an XML robot representation in URDF. Package: ros-lyrical-key-teleop Version: 2.0.0-3resolute.20260901.182606 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 53 Depends: ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/key_teleop/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-key-teleop/ros-lyrical-key-teleop_2.0.0-3resolute.20260901.182606_amd64.deb Size: 11200 SHA256: 6dcdcdc4e1751aeb9277965e27ae4e514a2a1bf12f3f59987ef0db1ce2e5a5ce SHA1: 611a8a4d12f104e5c28cc76378bdc445766d353e MD5sum: fbcf52e3df0e3af5e88e96aef5de6825 Description: A text-based interface to send a robot movement commands. Package: ros-lyrical-keyboard-handler Version: 0.5.1-1resolute.20260728.205547 Architecture: amd64 Maintainer: michael Installed-Size: 147 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/keyboard_handler/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-keyboard-handler/ros-lyrical-keyboard-handler_0.5.1-1resolute.20260728.205547_amd64.deb Size: 33232 SHA256: 78f01b647a9361d3f9ec034dbbdf50549bbf8e9c9a66126864ca33d75e63c70c SHA1: ffe8d11494f653da9b13c592ecccb562720afab2 MD5sum: bffdfbe8825d23f54488787317e5ea90 Description: Handler for input from keyboard Package: ros-lyrical-keyboard-handler-dbgsym Package-Type: ddeb Source: ros-lyrical-keyboard-handler Version: 0.5.1-1resolute.20260728.205547 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: michael Installed-Size: 245 Depends: ros-lyrical-keyboard-handler (= 0.5.1-1resolute.20260728.205547) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-keyboard-handler/ros-lyrical-keyboard-handler-dbgsym_0.5.1-1resolute.20260728.205547_amd64.deb Size: 211494 SHA256: 7f23a1d2717e81e1b3eacc7baa18e4232ed9746b247c0f801163408274c90dd2 SHA1: 6b5617212db09b6e664ca3ba7749a01caabb64fe MD5sum: c8d2fd869bd394e54002b07e088e11e0 Description: debug symbols for ros-lyrical-keyboard-handler Build-Ids: 6474a8cff8ce209ba8e32bd5c776fdb81eb4a351 Package: ros-lyrical-kinematics-interface Version: 2.4.2-1resolute.20260901.164923 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 94 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-lyrical-backward-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kinematics-interface/ros-lyrical-kinematics-interface_2.4.2-1resolute.20260901.164923_amd64.deb Size: 16932 SHA256: e29b279802df656b21bee6da2713d134d78e79df5bf827275036f3f3c50930fe SHA1: 5cb06e2ae0fdd5859a868469f0a45f2b1e79a60c MD5sum: cb52cc6260c8ea5f8a53ad40334e4866 Description: Kinematics interface for ROS 2 control Package: ros-lyrical-kinematics-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-kinematics-interface Version: 2.4.2-1resolute.20260901.164923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 183 Depends: ros-lyrical-kinematics-interface (= 2.4.2-1resolute.20260901.164923) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kinematics-interface/ros-lyrical-kinematics-interface-dbgsym_2.4.2-1resolute.20260901.164923_amd64.deb Size: 162882 SHA256: d82919b9c0a1d92b6b7636a4a5a165922e4abc04cdc7c137f403320400be1ed1 SHA1: ca10722a774e8f37489d6e5040a4c36e43779016 MD5sum: bfa78b2b78b6a625bf8447d951f83231 Description: debug symbols for ros-lyrical-kinematics-interface Build-Ids: 2b3ba7fbb895364489df17dc4f6a8d2ea6585401 Package: ros-lyrical-kinematics-interface-kdl Version: 2.4.2-1resolute.20260901.165451 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 193 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), libeigen3-dev, ros-lyrical-backward-ros, ros-lyrical-kdl-parser, ros-lyrical-kinematics-interface, ros-lyrical-pluginlib, ros-lyrical-tf2-eigen-kdl, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kinematics-interface-kdl/ros-lyrical-kinematics-interface-kdl_2.4.2-1resolute.20260901.165451_amd64.deb Size: 57630 SHA256: 0de6cc6eddd839d6d0624a669e23d69cca1aa0841b68a26483e1622fdf3b884b SHA1: 8a412a9822ef7ce4e9d718bdc4b290081235a33b MD5sum: 35aefa492c153d9b3c5ba79f7b23253f Description: KDL implementation of ros2_control kinematics interface Package: ros-lyrical-kinematics-interface-kdl-dbgsym Package-Type: ddeb Source: ros-lyrical-kinematics-interface-kdl Version: 2.4.2-1resolute.20260901.165451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1962 Depends: ros-lyrical-kinematics-interface-kdl (= 2.4.2-1resolute.20260901.165451) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kinematics-interface-kdl/ros-lyrical-kinematics-interface-kdl-dbgsym_2.4.2-1resolute.20260901.165451_amd64.deb Size: 1937046 SHA256: 8e923c57d36b5bc1ac97da884c0da91335de296ff40dc89d71222dce2af4dff9 SHA1: 36809f6f767fdbfb9121eab5d90e9edbb631c42c MD5sum: f0954a9876398aad9f6826cd231ad8aa Description: debug symbols for ros-lyrical-kinematics-interface-kdl Build-Ids: 53fcec3426f8ac14977acf5b4aa50b9b8c0bbe83 Package: ros-lyrical-kinematics-interface-pinocchio Version: 2.4.2-1resolute.20260901.174116 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 373 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-pinocchio, ros-lyrical-urdfdom, libeigen3-dev, ros-lyrical-eigen3-cmake-module, ros-lyrical-kinematics-interface, ros-lyrical-pluginlib, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kinematics-interface-pinocchio/ros-lyrical-kinematics-interface-pinocchio_2.4.2-1resolute.20260901.174116_amd64.deb Size: 105724 SHA256: 132f576ec033b4273cc8270e1d31971bae76b9417ab6d7cd79ad37ff2e4e0f3a SHA1: 605f3865e90e0a6e3cb5f7d9d54566663fcfcfc9 MD5sum: c6ba8276c537185f21f9bbc9020e129d Description: Pinocchio-based implementation of ros2_control kinematics interface Package: ros-lyrical-kinematics-interface-pinocchio-dbgsym Package-Type: ddeb Source: ros-lyrical-kinematics-interface-pinocchio Version: 2.4.2-1resolute.20260901.174116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9593 Depends: ros-lyrical-kinematics-interface-pinocchio (= 2.4.2-1resolute.20260901.174116) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kinematics-interface-pinocchio/ros-lyrical-kinematics-interface-pinocchio-dbgsym_2.4.2-1resolute.20260901.174116_amd64.deb Size: 9504298 SHA256: 739a103d12a6929497e550193006c34449db46920bf9bdb783ba724ccb760c34 SHA1: f1da95f8572f40ad11b01e538a4847e267aed295 MD5sum: 076908cdf7ff9394b6794f9f2ba3e0f5 Description: debug symbols for ros-lyrical-kinematics-interface-pinocchio Build-Ids: d9c998672d8cbf5488b211b99fd4d9bada497d27 Package: ros-lyrical-kitti-metrics-eval Version: 3.0.0-1resolute.20260813.202533 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 157 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-mrpt-libtclap, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/kitti_metrics_eval Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kitti-metrics-eval/ros-lyrical-kitti-metrics-eval_3.0.0-1resolute.20260813.202533_amd64.deb Size: 57230 SHA256: 7424a8bffd779f8138858c1257bfb3bb7726417e27ec18965d162ad372b1fcc7 SHA1: 29b210d7503fd4e4c8795dde9240483e29a95660 MD5sum: 606d62b09b9e9bbb3a0a2c4476151e3a Description: CLI tool to evaluate the KITTI odometry bechmark metrics to trajectory files Package: ros-lyrical-kitti-metrics-eval-dbgsym Package-Type: ddeb Source: ros-lyrical-kitti-metrics-eval Version: 3.0.0-1resolute.20260813.202533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 714 Depends: ros-lyrical-kitti-metrics-eval (= 3.0.0-1resolute.20260813.202533) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kitti-metrics-eval/ros-lyrical-kitti-metrics-eval-dbgsym_3.0.0-1resolute.20260813.202533_amd64.deb Size: 656878 SHA256: 898331860acfd9c29b220275e8b3b3434e23babd8bf2f5f4e160cbff4368c87b SHA1: 6b9d5954249414ff1531e0a306017c9aae744808 MD5sum: be7644c841407be62ea01fd4c174d5df Description: debug symbols for ros-lyrical-kitti-metrics-eval Build-Ids: 71a9cd40cb8d2c2fdb06f4eb09efa34b29b46fef Package: ros-lyrical-kobuki-ros-interfaces Version: 1.0.0-6resolute.20260901.115333 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 4199 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/k/kobuki_ros_interfaces/github-kobuki-base-kobuki_ros_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kobuki-ros-interfaces/ros-lyrical-kobuki-ros-interfaces_1.0.0-6resolute.20260901.115333_amd64.deb Size: 301936 SHA256: 8aa181364aa5a53f7ef0839eca44ce4be24126f75fa2b64a66cb1a3fe2a37b23 SHA1: 7187f07321d56f26b4c773511205c966b21df2e7 MD5sum: fcf9b839da109e9a58a6f0e4d0c120b5 Description: ROS2 message, service and action interfaces for the Kobuki. Package: ros-lyrical-kobuki-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-kobuki-ros-interfaces Version: 1.0.0-6resolute.20260901.115333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 3297 Depends: ros-lyrical-kobuki-ros-interfaces (= 1.0.0-6resolute.20260901.115333) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kobuki-ros-interfaces/ros-lyrical-kobuki-ros-interfaces-dbgsym_1.0.0-6resolute.20260901.115333_amd64.deb Size: 2481228 SHA256: 642028b7bac0eb88c04d35c58d43d9edb6f598b2cf76553a3644b3877b392b3b SHA1: 6c7807f818d258f1e0d9c655a5c0f4a083924123 MD5sum: 46e921fe83ad1aab4904ba7959c02e89 Description: debug symbols for ros-lyrical-kobuki-ros-interfaces Build-Ids: 2d32b397c4225b33e183a15cdc11d1c4a2d7e0eb 30663b8d8786b76e7b76aec79a1a016c13627db7 3154a3a6ad19e058fd171ae92d86c8e19b4852df 33cf0c90999b9e791ebb4f9138266b8922fe7d44 3ac66ecae478a99dc234615cbc9d6cb3b1cd00a6 3dac53852702bc7ff822805ab04f56afd54d5538 4048aeacb5e7983d367709e0b533a767c82fffb5 561b2ab70c76b22d58e0a0632c3ad802e01cd770 88f7a12641e032dc5d67b703d5d906b6676df5ee 8b7c3e19fe8420703d0fc2a529d2438549a683af f4c39757ec14641899f0c1f27882cf1178644c46 Package: ros-lyrical-kompass Version: 0.6.0-1resolute.20260901.213155 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 854 Depends: python3-pykdl, ros-lyrical-automatika-ros-sugar, ros-lyrical-kompass-interfaces, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/kompass/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kompass/ros-lyrical-kompass_0.6.0-1resolute.20260901.213155_amd64.deb Size: 184180 SHA256: 89b18a5d6d8949b4cdfdc6353eae6a9a4e0eaf1ab32e9d70b6f027987a8cfc5e SHA1: 48a764c9b87691eccd43de8ac38890afd5b962da MD5sum: 79637ff61dba4e8ed2597db082ea2f68 Description: Kompass: Event-driven navigation system Package: ros-lyrical-kompass-interfaces Version: 0.6.0-1resolute.20260901.134426 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 15448 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/kompass_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kompass-interfaces/ros-lyrical-kompass-interfaces_0.6.0-1resolute.20260901.134426_amd64.deb Size: 846114 SHA256: 2208fd63230220711e81f92693db95ef7f9f7d93fb3eac67a9b4405dabd31e28 SHA1: 6635c42b3cd665983740f81694d7c69ca233d03d MD5sum: 7abbafa72900daf970a152cf818b1bc4 Description: ROS2 Interfaces for Kompass Package: ros-lyrical-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-kompass-interfaces Version: 0.6.0-1resolute.20260901.134426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 9622 Depends: ros-lyrical-kompass-interfaces (= 0.6.0-1resolute.20260901.134426) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-kompass-interfaces/ros-lyrical-kompass-interfaces-dbgsym_0.6.0-1resolute.20260901.134426_amd64.deb Size: 6709802 SHA256: ea5e4d66db2ba8dbabed3a8202002245ae3f1af43dd47aee3a09016c37b07666 SHA1: 78f3e6d07ac371ae5429e58cb65409097c157052 MD5sum: 2e07938fc84e25bacdca7dce9bacf696 Description: debug symbols for ros-lyrical-kompass-interfaces Build-Ids: 00362b132fdd6eccbdf143ff199b4ad5d8c9fa22 10ccf1f537e5024fe19c7c0ec4e0225103551dfe 225caf42111ebb5beff993c2a5f4f90470f0ad65 316f24109b679164863b4483f7b64b3cc0d49ceb 4c1b0ed2548fae68ca0627135dfeaef8e3a48aab 80b894ca377ca875a1c43a94842241e948a578cf 98cec49b5dfdac40ef3b64cac0cf5b69356a4815 993dfeecdf2d6eae41b18d0c1bca31c582d8a5ea 9dd75b5fda412afc19be6472b7638ce7880de95e a21e3ef775ab8baa351876526af46681e789bc64 d5221ab370db4c5b9bcdf82ec95170e582d5160d Package: ros-lyrical-laser-filters Version: 2.3.2-3resolute.20260901.201619 Architecture: amd64 Maintainer: Jon Binney Installed-Size: 2817 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-angles, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-filters, ros-lyrical-laser-geometry, ros-lyrical-message-filters, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-kdl, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/laser_filters Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-filters/ros-lyrical-laser-filters_2.3.2-3resolute.20260901.201619_amd64.deb Size: 558096 SHA256: 79e2d27fb3f7323a13f8f3ab5f6bd39f793a1205eca2317ea062078b9d2038c9 SHA1: ddb4ef1e8bd4b9045f5795d50302c7fa71e6f558 MD5sum: eca5c7dd8ad46c0c34b01085d8dd9ece Description: Assorted filters designed to operate on 2D planar laser scanners, which use the sensor_msgs/LaserScan type. Package: ros-lyrical-laser-filters-dbgsym Package-Type: ddeb Source: ros-lyrical-laser-filters Version: 2.3.2-3resolute.20260901.201619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jon Binney Installed-Size: 13193 Depends: ros-lyrical-laser-filters (= 2.3.2-3resolute.20260901.201619) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-filters/ros-lyrical-laser-filters-dbgsym_2.3.2-3resolute.20260901.201619_amd64.deb Size: 11284220 SHA256: 9dfa5b001f7befb442e49ee7ccc675cdf5ce8077520c6c00b419bd3a81f4742f SHA1: 5755fba001a0316d1a11861866352492081cc131 MD5sum: 2c422f64ecc6f4a7254e19c634d3bf0a Description: debug symbols for ros-lyrical-laser-filters Build-Ids: 06b0f8a45b1f633a5268dc25e99f7dc1bafa99a2 119b7454e5a4d24493655df238eaaa060410bf69 1c74adf5b6cf1c5336a17788c840202da5e98207 51aae1e10f1574b467d3ef7bc8c39ce97ff6c00c a47333c4a13bbbd813ae7494be7326b0dad99205 Package: ros-lyrical-laser-geometry Version: 2.11.3-6resolute.20260901.180932 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 139 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, python3-numpy, ros-lyrical-eigen3-cmake-module, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-sensor-msgs-py, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: http://github.com/ros-perception/laser_geometry Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-geometry/ros-lyrical-laser-geometry_2.11.3-6resolute.20260901.180932_amd64.deb Size: 30164 SHA256: 5fc8282c42591244e1dffed9790843a99a67f2ab97f2bf5c90ae4cacf0c52c68 SHA1: e8894314ff87b36ee869916658174114db0ae567 MD5sum: c6629c60dafd0a14e1b76e2cd1682f99 Description: This package contains a class for converting from a 2D laser scan as defined by sensor_msgs/LaserScan into a point cloud as defined by sensor_msgs/PointCloud or sensor_msgs/PointCloud2. In particular, it contains functionality to account for the skew resulting from moving robots or tilting laser scanners. Package: ros-lyrical-laser-geometry-dbgsym Package-Type: ddeb Source: ros-lyrical-laser-geometry Version: 2.11.3-6resolute.20260901.180932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 222 Depends: ros-lyrical-laser-geometry (= 2.11.3-6resolute.20260901.180932) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-geometry/ros-lyrical-laser-geometry-dbgsym_2.11.3-6resolute.20260901.180932_amd64.deb Size: 202460 SHA256: d1463f7d261914c7e8ae84b9b76bdb1c7f76913a0d21f94f630f6564713a710d SHA1: b42ea4ae517d8c5ae4c0ef753c00a9c30036c3f2 MD5sum: a2a4096e485664d743ac222449287306 Description: debug symbols for ros-lyrical-laser-geometry Build-Ids: 1793334e77b14caa5fcc518268e0daa6c26df1f4 Package: ros-lyrical-laser-proc Version: 1.0.3-3resolute.20260901.164845 Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 717 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-class-loader, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/laser_proc Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-proc/ros-lyrical-laser-proc_1.0.3-3resolute.20260901.164845_amd64.deb Size: 155270 SHA256: 5ca286b02522e2f2ac21264a671504d7f34aa0c0f6a5f3e0873fe64cc7ad3d1d SHA1: 16cb06b45712db89364384e86a5b410e9c58cf3a MD5sum: c5a1fbb4f7352242df45374748ed8821 Description: laser_proc Package: ros-lyrical-laser-proc-dbgsym Package-Type: ddeb Source: ros-lyrical-laser-proc Version: 1.0.3-3resolute.20260901.164845 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3516 Depends: ros-lyrical-laser-proc (= 1.0.3-3resolute.20260901.164845) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-proc/ros-lyrical-laser-proc-dbgsym_1.0.3-3resolute.20260901.164845_amd64.deb Size: 2997260 SHA256: 3a75d17991baada23de565c7586cc76ed7293054b46b920863d194e73ec67734 SHA1: f82c45d12f27a60742de48f5ff5570b14c1493cd MD5sum: f531825219555c4e05ee7952db60c48d Description: debug symbols for ros-lyrical-laser-proc Build-Ids: 331ba642e2b9b233c624a53f00fe1ac5402ea665 5e104262a4dc91a6ab4d248259010a2f45bb1f48 d3291404322d24ef59678505b673b9e6ddb043fa Package: ros-lyrical-laser-segmentation Version: 3.0.2-3resolute.20260901.164932 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 791 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-slg-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/laser_segmentation/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-segmentation/ros-lyrical-laser-segmentation_3.0.2-3resolute.20260901.164932_amd64.deb Size: 178640 SHA256: f4beae62aa5400ba7cbf3a02fb796c8ae982411ba5d65e97b4b9855c403f7101 SHA1: 5ee4430ac96e2f23789b094fd5a402bac47f8baa MD5sum: 93e4303b692dc96b7e8a3c2461980899 Description: Implementation of algorithms for segmentation of laserscans. Package: ros-lyrical-laser-segmentation-dbgsym Package-Type: ddeb Source: ros-lyrical-laser-segmentation Version: 3.0.2-3resolute.20260901.164932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3754 Depends: ros-lyrical-laser-segmentation (= 3.0.2-3resolute.20260901.164932) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-laser-segmentation/ros-lyrical-laser-segmentation-dbgsym_3.0.2-3resolute.20260901.164932_amd64.deb Size: 3232776 SHA256: bc25834f9fc9e50870fed4c85213dcbba56cb4748a976db907d257b8b8f82d7d SHA1: 25fa8ca1b9b719c3da6566d7a8efca294740fb05 MD5sum: 11ac9bb6c65b5b383d18c973bfa45829 Description: debug symbols for ros-lyrical-laser-segmentation Build-Ids: 362516a740c0312b5b834555be5d2df317eeabf0 a6aee5b336bbc682d9c6ab25dc9c9ccff72a7ebb Package: ros-lyrical-launch Version: 3.9.8-1resolute.20260728.172811 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1320 Depends: python3-lark, python3-osrf-pycommon, python3-typing-extensions, python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch/ros-lyrical-launch_3.9.8-1resolute.20260728.172811_amd64.deb Size: 241246 SHA256: 590f9792821536d8cb0f4dca4b61b570a3d8551ce6be99581b1230726b457ff6 SHA1: 11ceb3191651c9a82195171499a13af4be463c5b MD5sum: 4e94290ada008a4621ce2e114b7a7cdd Description: The ROS launch tool. Package: ros-lyrical-launch-frontend-py Version: 0.1.0-4resolute.20260728.204809 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 66 Depends: ros-lyrical-launch, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_frontend_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-frontend-py/ros-lyrical-launch-frontend-py_0.1.0-4resolute.20260728.204809_amd64.deb Size: 9416 SHA256: 446bdd23cb187c18cdcd944c5f143d7a4d4a0a5b4483364f71c2d1d20f40eb8e SHA1: e66b764a90c586189f2d3d5a6d036eb134604bbf MD5sum: 66b1c5bd225a1b3eb0c17cef99da2b03 Description: Python frontend for writing ROS 2 launch files Package: ros-lyrical-launch-pal Version: 0.22.1-1resolute.20260901.184110 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 242 Depends: python3-jinja2, python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-ros-workspace Homepage: https://github.com/pal-robotics/launch_pal Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-pal/ros-lyrical-launch-pal_0.22.1-1resolute.20260901.184110_amd64.deb Size: 57934 SHA256: 4518f03b3dfde00b5486c2c4bc4e75c0f90a1e01e5d2afa5a87fbf51b63ef501 SHA1: bce91d76e03f511ef8b844f0567db11e2e1e7b73 MD5sum: f674467e3cf9dba37bec2af9b03bd67c Description: Utilities for launch files Package: ros-lyrical-launch-param-builder Version: 0.1.1-5resolute.20260901.182612 Architecture: amd64 Maintainer: Jafar Abdi Installed-Size: 65 Depends: python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_param_builder/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-param-builder/ros-lyrical-launch-param-builder_0.1.1-5resolute.20260901.182612_amd64.deb Size: 9560 SHA256: 50365aa0a93256428af9c7336318f4448854501a284074de90d7bd6d3334beb5 SHA1: f9c6cf5fdc7a0d70493baa95f19232fa4651ee45 MD5sum: e5396e8fbd259c6ea6f7d3354843fba7 Description: Python library for loading parameters in launch files Package: ros-lyrical-launch-pytest Version: 3.9.8-1resolute.20260728.175545 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 131 Depends: python3-osrf-pycommon, python3-pytest, ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-testing, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_pytest/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-pytest/ros-lyrical-launch-pytest_3.9.8-1resolute.20260728.175545_amd64.deb Size: 28096 SHA256: 428e964c38c60c5b6049296a044236c9e7297ccdf515b1a208be7f4e41d13f40 SHA1: c706a7e69a2adfd8453ed9f943c17d85dad76a2a MD5sum: 996fe1c2d6ba466a9439d2d45876a4b5 Description: A package to create tests which involve launch files and multiple processes. Package: ros-lyrical-launch-ros Version: 0.29.9-1resolute.20260901.182826 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 489 Depends: python3-osrf-pycommon, python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-composition-interfaces, ros-lyrical-launch, ros-lyrical-lifecycle-msgs, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-ros/ros-lyrical-launch-ros_0.29.9-1resolute.20260901.182826_amd64.deb Size: 97328 SHA256: 0c06514a38db8a88cbfa9eaf93c5ad9c9ee10816b241fd8a23224319cb6622f3 SHA1: 833ff499e69e9a8feac9196ff8b3320cf7e0384b MD5sum: 467de2e6c0646c534acde991ef3d97a3 Description: ROS specific extensions to the launch tool. Package: ros-lyrical-launch-system-modes Version: 0.9.0-7resolute.20260901.182623 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 128 Depends: python3-importlib-metadata, python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-osrf-pycommon, ros-lyrical-rclpy, ros-lyrical-system-modes-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_system_modes/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-system-modes/ros-lyrical-launch-system-modes_0.9.0-7resolute.20260901.182623_amd64.deb Size: 19668 SHA256: 53b6672e4ddcfabe85937ac9a63a44c6a687ee18bbed88da7d7d4a30b6a585a9 SHA1: 3b92b5a7dd62e97c127a4273e0ecb2d7781a6ec0 MD5sum: 1ac9ec2a7b9dd48ed4cac120c23b7d53 Description: System modes specific extensions to the launch tool, i.e. launch actions, events, and event handlers for system modes. Package: ros-lyrical-launch-testing Version: 3.9.8-1resolute.20260728.175423 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 411 Depends: python3-osrf-pycommon, python3-pytest, ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-xml, ros-lyrical-launch-yaml, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_testing/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-testing/ros-lyrical-launch-testing_3.9.8-1resolute.20260728.175423_amd64.deb Size: 89220 SHA256: 999518a6d5258ff974aa041d799115cee516e52c0fd435178cf4146b233d8a26 SHA1: 34adda18b2d128a5316fbefb48f030a68cac8cba MD5sum: 21d95f6d4d8aa95b1dae584776e45c1d Description: A package to create tests which involve launch files and multiple processes. Package: ros-lyrical-launch-testing-ament-cmake Version: 3.9.8-1resolute.20260728.205136 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 52 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-launch-testing, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_testing_ament_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-testing-ament-cmake/ros-lyrical-launch-testing-ament-cmake_3.9.8-1resolute.20260728.205136_amd64.deb Size: 8808 SHA256: a376a4fa9728f92deb551a3a1f0e311feeb70cef532dc884b4d9f7edecd42eee SHA1: 3c57f5660932e77ceded4513a798b82047dd32db MD5sum: cd83017b9098435199d53b6df9a69146 Description: A package providing cmake functions for running launch tests from the build. Package: ros-lyrical-launch-testing-examples Version: 0.21.5-3resolute.20260901.200055 Architecture: amd64 Maintainer: Aditya Pande Installed-Size: 72 Depends: python3-pytest, ros-lyrical-demo-nodes-cpp, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-launch-testing, ros-lyrical-launch-testing-ros, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros2bag, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_testing_examples/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-testing-examples/ros-lyrical-launch-testing-examples_0.21.5-3resolute.20260901.200055_amd64.deb Size: 14374 SHA256: b30967bc971634c83b99bcf4f3cc96fc488a3ef35c5f772c473ed32a0e2b9746 SHA1: 47980a810361768de903b100c6510fc7de2b9b17 MD5sum: a698993e4e496299ef95443d5909a9f0 Description: Examples of simple launch tests Package: ros-lyrical-launch-testing-ros Version: 0.29.9-1resolute.20260901.184454 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 135 Depends: ros-lyrical-ament-index-python, ros-lyrical-launch-ros, ros-lyrical-launch-testing, ros-lyrical-rclpy, ros-lyrical-rmw-test-fixture-implementation, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_testing_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-testing-ros/ros-lyrical-launch-testing-ros_0.29.9-1resolute.20260901.184454_amd64.deb Size: 24010 SHA256: fc29aeac50e0f1fa14ca5b9f8879bc6157e069daa39309aaa054f62bafe512e9 SHA1: 0c25658765fed9593c9e536dc88a8ec2fbd298d8 MD5sum: 2375633e0e3a0f5b4c24827f9dd4c95f Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-lyrical-launch-xml Version: 3.9.8-1resolute.20260728.175211 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 57 Depends: ros-lyrical-launch, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_xml/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-xml/ros-lyrical-launch-xml_3.9.8-1resolute.20260728.175211_amd64.deb Size: 11490 SHA256: 4c12dd81a71fb726679b1c06bec3458850d386a5491296276edf917fc3130fd7 SHA1: e9bfd641b5e78bb0b306d533637f27ee311dd44c MD5sum: 26aa2f6cea1f924e1876774ed9315962 Description: XML frontend for the launch package. Package: ros-lyrical-launch-yaml Version: 3.9.8-1resolute.20260728.172929 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 58 Depends: ros-lyrical-launch, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/launch_yaml/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-launch-yaml/ros-lyrical-launch-yaml_3.9.8-1resolute.20260728.172929_amd64.deb Size: 11994 SHA256: 31aa9b4d8d8eed4e667798947d5a7ad956b1b5fb68e62ea8294fd0f1e38c1d0e SHA1: 8cd781d8de8dd1b4f0a8ebb6ab2a7980098d1700 MD5sum: c54614ba9b916104872a9d3fc78ceaf3 Description: YAML frontend for the launch package. Package: ros-lyrical-lely-core-libraries Version: 0.3.4-1resolute.20260728.204954 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3832 Depends: libc6 (>= 2.42), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), python3-empy, python3-yaml, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/lely_core_libraries/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lely-core-libraries/ros-lyrical-lely-core-libraries_0.3.4-1resolute.20260728.204954_amd64.deb Size: 687694 SHA256: 862c913be9985e2ee37c07d8ff12e157854572041d954a6b46b160610280fa7d SHA1: ac11956b5f0cd66b435229eec59d7c9b548b938b MD5sum: 4581da6a5c475ab4c1b1877ebaa5ab2d Description: ROS wrapper for lely-core-libraries Package: ros-lyrical-lely-core-libraries-dbgsym Package-Type: ddeb Source: ros-lyrical-lely-core-libraries Version: 0.3.4-1resolute.20260728.204954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3784 Depends: ros-lyrical-lely-core-libraries (= 0.3.4-1resolute.20260728.204954) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lely-core-libraries/ros-lyrical-lely-core-libraries-dbgsym_0.3.4-1resolute.20260728.204954_amd64.deb Size: 2659254 SHA256: a6b4490a1ca8ae1b9e7d2e9d811bfdb72530f47ce6cd5173469de30d5e002473 SHA1: 2f891d101b4c3c50535561bb8712b1dac417d4fd MD5sum: 03859f95cc4815623ede7174caeceb63 Description: debug symbols for ros-lyrical-lely-core-libraries Build-Ids: 03980295af2f29b689b80c03bb6776365f96aa46 0f81eeb627a250ac17e4697250244a711da241a0 53bb7d03d216da92bb55f9e7e43f7e6a6b181c79 55583b17257f59b15bd6846b0ee3a2e16fb601d8 7855d419271a839a522ed35b408a44a8041d3a18 9f2f03ce8320813cc44114743f356edcba10001e b26676ab9b033ded93572ef090adf7de66dd965e bd11e8ccd41bf1be9e05d30f952b1560a6cbc189 df577b3d1035ac7e28ef7df395588fa98c59d1c0 Package: ros-lyrical-leo Version: 3.2.0-3resolute.20260908.122454 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-lyrical-leo-description, ros-lyrical-leo-msgs, ros-lyrical-leo-teleop, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/leo Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo/ros-lyrical-leo_3.2.0-3resolute.20260908.122454_amd64.deb Size: 5626 SHA256: c19e74cb9c35f7277208c4a8379bdd4ab6677f9848bcd880fd64cca10924386d SHA1: cdef40e62bdea31835e200e90b2de63082574c22 MD5sum: 5c8f6434239e79544d9f4eae85dbb177 Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-lyrical-leo-bringup Version: 2.6.1-1resolute.20260908.122159 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 314 Depends: python3-smbus2, ros-lyrical-ament-index-python, ros-lyrical-geometry-msgs, ros-lyrical-image-proc, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-leo-description, ros-lyrical-leo-filters, ros-lyrical-leo-fw, ros-lyrical-leo-msgs, ros-lyrical-rclpy, ros-lyrical-robot-state-publisher, ros-lyrical-rosapi, ros-lyrical-rosbridge-server, ros-lyrical-sensor-msgs, ros-lyrical-tf-transformations, ros-lyrical-web-video-server, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/leo_bringup Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-bringup/ros-lyrical-leo-bringup_2.6.1-1resolute.20260908.122159_amd64.deb Size: 20496 SHA256: 1d80b086d1678b3a738855531f189c49256704d8c5231299fc6033c23166211f SHA1: ed0da555b95ec1fc9c7f24cdd8303e6f8563728c MD5sum: 77869125a3037289f0f8bb48906d2644 Description: Scripts and launch files for starting basic Leo Rover functionalities. Package: ros-lyrical-leo-description Version: 3.2.0-3resolute.20260908.122008 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 33016 Depends: ros-lyrical-robot-state-publisher, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/leo_description Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-description/ros-lyrical-leo-description_3.2.0-3resolute.20260908.122008_amd64.deb Size: 5701914 SHA256: 4ef68ed9377cf85c004aaa4982d6211eb8f7e848f2208b3d81e90781377f07bf SHA1: 89b4afc77428eeb3c50fc5a5f9c4cdc5aff79a86 MD5sum: e5a58404f7dea9bd95fd0ea1fc16a2c3 Description: URDF Description package for Leo Rover Package: ros-lyrical-leo-desktop Version: 3.0.0-4resolute.20260908.163631 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-lyrical-leo, ros-lyrical-leo-viz, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/leo_desktop Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-desktop/ros-lyrical-leo-desktop_3.0.0-4resolute.20260908.163631_amd64.deb Size: 5536 SHA256: 6d8cbeeac57fdbbd1bfbf58a46332098df29d121820ac4ce10e867ee641ee170 SHA1: e39eb6ea8f251e2137cc9808dedd57e3b131a1b5 MD5sum: 926f4d1040e1fb3c12ef276066c37367 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-lyrical-leo-filters Version: 2.6.1-1resolute.20260901.195213 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1262 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/leo_filters/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-filters/ros-lyrical-leo-filters_2.6.1-1resolute.20260901.195213_amd64.deb Size: 254900 SHA256: 1a3c671bc758e777e3561959307c944a0ccce4bb713bb70f426edd4aa83bc67b SHA1: 5f1b2f9900d0c287f4d035473a82f480b59e0d71 MD5sum: c5149fea29ac98fae5ac2ee7c0ea7577 Description: Nodes for filtering and processing imu and wheel odom messages. Package: ros-lyrical-leo-filters-dbgsym Package-Type: ddeb Source: ros-lyrical-leo-filters Version: 2.6.1-1resolute.20260901.195213 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 6509 Depends: ros-lyrical-leo-filters (= 2.6.1-1resolute.20260901.195213) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-filters/ros-lyrical-leo-filters-dbgsym_2.6.1-1resolute.20260901.195213_amd64.deb Size: 5417560 SHA256: 6c116176216146c39694f747f84a9c6286508b7c7a3d43702c79997f9832e4c4 SHA1: 574bfe5756ee9cc9547c6ea91355936c998ebd47 MD5sum: 5259f5393c642aff4871cd403b369366 Description: debug symbols for ros-lyrical-leo-filters Build-Ids: 52a0bb6352128468a973f568f48c0e7c9ca8186a 628288a0b215a2459959da26d28dc7408dd25f6b b167bbe206be29ba43d668d21d68daf855235816 Package: ros-lyrical-leo-fw Version: 2.6.1-1resolute.20260901.174237 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1816 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), python3-dbus, python3-whichcraft, python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-geometry-msgs, ros-lyrical-leo-msgs, ros-lyrical-nav-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/leo_fw Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-fw/ros-lyrical-leo-fw_2.6.1-1resolute.20260901.174237_amd64.deb Size: 402132 SHA256: f7fee63bd2d2e9c4c23fa447ff5deb2bfd172e87ec599dd3cac4401b5c2b8281 SHA1: 45aea2afa1ba657ccd424feaa72d07334f8e2db5 MD5sum: fcfda2ca680dd6a3dca3bea1a50ba777 Description: Binary releases of Leo Rover firmware and related utilities Package: ros-lyrical-leo-fw-dbgsym Package-Type: ddeb Source: ros-lyrical-leo-fw Version: 2.6.1-1resolute.20260901.174237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 6387 Depends: ros-lyrical-leo-fw (= 2.6.1-1resolute.20260901.174237) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-fw/ros-lyrical-leo-fw-dbgsym_2.6.1-1resolute.20260901.174237_amd64.deb Size: 5028992 SHA256: b424693baa67dbebd0278e06ecb0a5a5c4e383625450bec87c238e2b73e6d2a0 SHA1: 3b139ac74f44f169811266769e2af33cfd0b7e63 MD5sum: d948947d8d252f9f480c89ddb72ec2e9 Description: debug symbols for ros-lyrical-leo-fw Build-Ids: b1f07550ad8473af2628546ec20381980cbbd351 cee575e42d4a1121693c5aa05b27772e65cf294d Package: ros-lyrical-leo-gz-bringup Version: 2.0.2-3resolute.20260908.122452 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 55 Depends: ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-leo-description, ros-lyrical-leo-gz-plugins, ros-lyrical-leo-gz-worlds, ros-lyrical-robot-state-publisher, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-image, ros-lyrical-ros-gz-sim, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/leo_gz_bringup/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-gz-bringup/ros-lyrical-leo-gz-bringup_2.0.2-3resolute.20260908.122452_amd64.deb Size: 8426 SHA256: a65445f217b1b9822d9d4ae5ecc9b10475d91f51628182d10ca5e27f0fe15269 SHA1: 1fc01f4fe14c1ad8bafe3840e570bf33b88e2b82 MD5sum: 9710221f9e5bb94302be86fa6244da91 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-lyrical-leo-gz-plugins Version: 2.0.2-3resolute.20260902.212144 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 836 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-lyrical-gz-common-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-sim-vendor, ros-lyrical-sdformat-vendor, ros-lyrical-gz-plugin-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/leo_gz_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-gz-plugins/ros-lyrical-leo-gz-plugins_2.0.2-3resolute.20260902.212144_amd64.deb Size: 137788 SHA256: 26fdb7d4952db37ffea6a79be32f89761e3f7ea433f4b159558fd4d148f07f73 SHA1: 282bec808ed007e9355a7781e351d04c6c827147 MD5sum: 04a8e73879b6cc04f84e932bd3a810e5 Description: Plugins for Leo Rover Gazebo simulation in ROS 2 Package: ros-lyrical-leo-gz-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-leo-gz-plugins Version: 2.0.2-3resolute.20260902.212144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 4121 Depends: ros-lyrical-leo-gz-plugins (= 2.0.2-3resolute.20260902.212144) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-gz-plugins/ros-lyrical-leo-gz-plugins-dbgsym_2.0.2-3resolute.20260902.212144_amd64.deb Size: 3111306 SHA256: 21e0cf2d40f6f893ca5c2d552709b878da64b60af729a445fa615e18e494eb58 SHA1: 23a84f3b438226d619ddd2a5843f1a8a5c1bec0f MD5sum: c89aebeb511c73f8f2bfd3908eccd52a Description: debug symbols for ros-lyrical-leo-gz-plugins Build-Ids: aef271b0f2438b9778e3c9cc13419a59e34b6536 Package: ros-lyrical-leo-gz-worlds Version: 2.0.2-3resolute.20260728.205556 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 169269 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/leo_gz_worlds/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-gz-worlds/ros-lyrical-leo-gz-worlds_2.0.2-3resolute.20260728.205556_amd64.deb Size: 143385466 SHA256: 314cfe6781749bbfc3d4dd2491263b5633431f76abbf74d0fa9bd27484d97c45 SHA1: af7eea4c0c4813bd2795d6cb5532eb07c96e720b MD5sum: d7663c7fe5e10fddaae86a593fa228d1 Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-lyrical-leo-msgs Version: 3.2.0-3resolute.20260901.115951 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1064 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/leo Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-msgs/ros-lyrical-leo-msgs_3.2.0-3resolute.20260901.115951_amd64.deb Size: 86464 SHA256: 8ae092bb06680aee846dc8908d11638adf9889cc837c14986f7e398ccaf08d73 SHA1: 70c3f376a100e0b371bb89465e1a2d9210e5b245 MD5sum: a3defe61f7811cb72b60852997c7494c Description: Message and Service definitions for Leo Rover Package: ros-lyrical-leo-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-leo-msgs Version: 3.2.0-3resolute.20260901.115951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 754 Depends: ros-lyrical-leo-msgs (= 3.2.0-3resolute.20260901.115951) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-msgs/ros-lyrical-leo-msgs-dbgsym_3.2.0-3resolute.20260901.115951_amd64.deb Size: 530330 SHA256: dc1da8d073e145e13a060232848f06f489df4f1cfb9606ffa36ec2cda1567799 SHA1: 0c1b321232cdcbe264f2b6e3af8011b4ac85d65a MD5sum: efda9c755befd75b4f359a421599be76 Description: debug symbols for ros-lyrical-leo-msgs Build-Ids: 16f5fbb26985ac10e57f97e0fbe3b6a8a842ee70 1ca8e035f1f41a1105d2485e2223c453c8bd1fbc 26975db2f48a21b4ddc072e347d7570955e45e7e 531129b735d0e81175c035a93937591eb56878ec 703ff65ee2b7fab06aecd33a68c99876c0615af3 8f1847523a3346a4a40273c72a8e99b22998ed2a b8e857facc83f6736f53e518499da78ffc14881f c1f8988726db1dcefa680f33825be5cb72ad3751 c2c8eae7285c2b5a2fe839028259e28127bba613 e9f48f3d8041f6b02d8ce9ddf0c9d771b593d183 fa42358a9578d795219eb266bf5585993c78cf6b Package: ros-lyrical-leo-robot Version: 2.6.1-1resolute.20260908.122932 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 44 Depends: ros-lyrical-leo, ros-lyrical-leo-bringup, ros-lyrical-leo-filters, ros-lyrical-leo-fw, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/leo_robot Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-robot/ros-lyrical-leo-robot_2.6.1-1resolute.20260908.122932_amd64.deb Size: 5806 SHA256: 0d97ff5de430962bd0bae5e4e0feb4c1484a6ddff63ec2f52eb8703e2bc2ef97 SHA1: c936d90387ddab1de6a43eb1f9b1f61a8521fc30 MD5sum: 0cd4df1229a4be9182f5f71e3ffcc230 Description: Metapackage of software to install on Leo Rover. Package: ros-lyrical-leo-simulator Version: 2.0.2-3resolute.20260908.122638 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-lyrical-leo-gz-bringup, ros-lyrical-leo-gz-plugins, ros-lyrical-leo-gz-worlds, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/leo_simulator/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-simulator/ros-lyrical-leo-simulator_2.0.2-3resolute.20260908.122638_amd64.deb Size: 5716 SHA256: 8ea44c57284707358785ac3b772b253d23142f8d211d9fb505468c3378dc8c04 SHA1: 01782d098f8da4bc369f68f0ec92e2e90454974e MD5sum: 24081261b973da2e0ef2f33960067f61 Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-lyrical-leo-teleop Version: 3.2.0-3resolute.20260901.194148 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 50 Depends: ros-lyrical-joy-linux, ros-lyrical-teleop-twist-joy, ros-lyrical-teleop-twist-keyboard, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/leo_teleop Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-teleop/ros-lyrical-leo-teleop_3.2.0-3resolute.20260901.194148_amd64.deb Size: 6636 SHA256: c5205d1a239350000036da52c63a4f48422acb14553293dccbfcf553c782231f SHA1: bf995f840d9fe8a797e7d7f0ce673c6ee0162a56 MD5sum: f49ce34a473e82a7c90210eb1e157838 Description: Scripts and launch files for Leo Rover teleoperation Package: ros-lyrical-leo-viz Version: 3.0.0-4resolute.20260908.162236 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 57 Depends: ros-lyrical-joint-state-publisher, ros-lyrical-joint-state-publisher-gui, ros-lyrical-leo-description, ros-lyrical-rviz2, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/leo_viz Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-leo-viz/ros-lyrical-leo-viz_3.0.0-4resolute.20260908.162236_amd64.deb Size: 7968 SHA256: 2b077785924a44b436d48f8116a35e938a80af45855b76509b96f54350f8fac4 SHA1: 3fab32c8ac5cf76bbeeb4f0f8d91df62dc2820e5 MD5sum: 9d3efce62420b5faeeebe4f4c91b971e Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-lyrical-lgdx-rplidar-c1 Version: 1.0.0-1resolute.20260901.164851 Architecture: amd64 Maintainer: "LGDXRobot" Installed-Size: 640 Depends: libc6 (>= 2.42), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libstdc++6 (>= 14), libboost-all-dev, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://lgdxrobot.uk/lgdxrobot2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lgdx-rplidar-c1/ros-lyrical-lgdx-rplidar-c1_1.0.0-1resolute.20260901.164851_amd64.deb Size: 198812 SHA256: 24002b6d42a53387bd516054c3796358472f553cd7141deff2f4718ee1f3a5ea SHA1: 1f655a844dc9c4c5e5c4356bd12c78ec5735e804 MD5sum: 99e19b4735fe2ce58311646a9f8c194d Description: Lyrical RPLIDAR C1 ROS 2 wrapper for LGDXRobot2 Package: ros-lyrical-lgdx-rplidar-c1-dbgsym Package-Type: ddeb Source: ros-lyrical-lgdx-rplidar-c1 Version: 1.0.0-1resolute.20260901.164851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LGDXRobot" Installed-Size: 3336 Depends: ros-lyrical-lgdx-rplidar-c1 (= 1.0.0-1resolute.20260901.164851) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lgdx-rplidar-c1/ros-lyrical-lgdx-rplidar-c1-dbgsym_1.0.0-1resolute.20260901.164851_amd64.deb Size: 3026446 SHA256: 493023983e5e9c65b75483918a95a674d06ea870beaeefd52f41bb5b1dcd7e29 SHA1: 99362fa7e816a4b9d6681fc7b8cb4f7315ac0423 MD5sum: 44e50a4e8fe068b0a3b7f26f4234376d Description: debug symbols for ros-lyrical-lgdx-rplidar-c1 Build-Ids: 06ef069d71fddd009d32eca8e10b0c992e910f9e 424f4023142a54593481cef20de7e573ed1d0225 Package: ros-lyrical-lgsvl-msgs Version: 0.0.4-6resolute.20260901.130945 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2749 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/lgsvl_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lgsvl-msgs/ros-lyrical-lgsvl-msgs_0.0.4-6resolute.20260901.130945_amd64.deb Size: 192756 SHA256: 5772693e715ad9202d09245757bb1f2478344f10239d410bcb38e1a53e82260e SHA1: 10e484fa3aa34546e4eb932def5768557d035f24 MD5sum: dec9fb9aec08358fbdeefc1052661504 Description: Message definitions for interfacing with the LGSVL Simulator for ROS and ROS 2. Package: ros-lyrical-lgsvl-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-lgsvl-msgs Version: 0.0.4-6resolute.20260901.130945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2115 Depends: ros-lyrical-lgsvl-msgs (= 0.0.4-6resolute.20260901.130945) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lgsvl-msgs/ros-lyrical-lgsvl-msgs-dbgsym_0.0.4-6resolute.20260901.130945_amd64.deb Size: 1632562 SHA256: 5978c505695a7eaf2961bb460ac897a202fa00b06e5a5453d0c85573b6572b8e SHA1: f159e04260172111ad4997bafcfaccb29d0be883 MD5sum: afea8539fccd371446c7644e7e4bf12e Description: debug symbols for ros-lyrical-lgsvl-msgs Build-Ids: 1f2dbcc1475ac33ca50b84d6fa8a7229e789e646 2afa50aa02e2fcaf15b9a54a6cff6016cf4496c0 60eb6a91a0fcf7ddc3f0873c0980b0f5fbd8276d 6a6bd6e588abb6b976a74dff3fb18ffb514b4fbc 7b2795bb90e4cc9557ae51dcf9a92195ddf3383f 84e80ade39228c96ed2bb080547efc1d2cc9bfd1 944a3d9afcc454df871886590478889a4ef81118 a66ee9f7f43efaf4ce6564d399eb9e160e035abb adf4faebb7d9694819388553b55fdb90da7e3445 c52af4dfd7071d0ad9717f946cb8be14204d4c48 c603cd77260cd3e263945a7a9d0d3d70cc3fc826 Package: ros-lyrical-libcaer-driver Version: 1.5.6-1resolute.20260901.183346 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 1181 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-libcaer-vendor, ros-lyrical-camera-info-manager, ros-lyrical-event-camera-msgs, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/libcaer_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libcaer-driver/ros-lyrical-libcaer-driver_1.5.6-1resolute.20260901.183346_amd64.deb Size: 259502 SHA256: 6ab8561411cd38838c0edec489ac89c7bce4e0fb1b97c87a2e99d1d058030df5 SHA1: 261e891e1aca299ac0834d7d682c3752de9fe58c MD5sum: 664fc01877bc115aa1876124c42f23fd Description: ROS2 driver for event base sensors using libcaer Package: ros-lyrical-libcaer-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-libcaer-driver Version: 1.5.6-1resolute.20260901.183346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 6460 Depends: ros-lyrical-libcaer-driver (= 1.5.6-1resolute.20260901.183346) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libcaer-driver/ros-lyrical-libcaer-driver-dbgsym_1.5.6-1resolute.20260901.183346_amd64.deb Size: 5581708 SHA256: 34b992e316c0ad5ca718cd73e7689d0b17ac9cfac4d2c76e543a8136ceaf6b75 SHA1: 9ca74ca4ca138ced3d27e426d09ba76ff47e1406 MD5sum: b32af5df7e5f089d14bdbcc7fd2052ec Description: debug symbols for ros-lyrical-libcaer-driver Build-Ids: 1d4a8851058101201456de3db21c1ca3a4ac00f0 3d08833a471d026b7cc14c0e33b4ee9a73d66e8a Package: ros-lyrical-libcaer-vendor Version: 2.0.0-3resolute.20260728.205548 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1163 Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.23~), libusb-1.0-0-dev, ros-lyrical-ros-workspace Homepage: https://gitlab.com/inivation/dv/libcaer Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libcaer-vendor/ros-lyrical-libcaer-vendor_2.0.0-3resolute.20260728.205548_amd64.deb Size: 162722 SHA256: 27472e8111aef13625ece9cdffa785a8e0a23b80544834ae4ab8cfbf4d82433c SHA1: 4c749ae67f58dca144103c76a6d2a2b80b08fcad MD5sum: 7c7f9fd15dbb1e3ecef381b91c72fc75 Description: Wrapper around libcaer library Package: ros-lyrical-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-libcaer-vendor Version: 2.0.0-3resolute.20260728.205548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 150 Depends: ros-lyrical-libcaer-vendor (= 2.0.0-3resolute.20260728.205548) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libcaer-vendor/ros-lyrical-libcaer-vendor-dbgsym_2.0.0-3resolute.20260728.205548_amd64.deb Size: 11016 SHA256: ac1113b0bc7ef714aeadb17d40e754f0767c1e509d06e26571ae3e2c3c144c51 SHA1: a223215f083fe0b80af284258db19fe590dcf792 MD5sum: 56a42f72d2ded0f10c9da161c7389d83 Description: debug symbols for ros-lyrical-libcaer-vendor Build-Ids: c9dd286bc735315f0e6c1bc0a61c374542022f0f Package: ros-lyrical-libcamera Version: 0.7.2-1resolute.20260728.173023 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 3718 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libudev1 (>= 183), libyaml-0-2, libyuv0 (>= 0.0.1922), libatomic1, libssl-dev, libudev-dev, libyaml-dev, libyuv-dev, python3-dev, ros-lyrical-ros-workspace Homepage: https://libcamera.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libcamera/ros-lyrical-libcamera_0.7.2-1resolute.20260728.173023_amd64.deb Size: 1061786 SHA256: f66bd08ab701f09c5095614295f03954df626ec44bb65667126cca66c56f4878 SHA1: 34ff05916b752f89cc28f945ff46f3d1513f4a2b MD5sum: fa1796f8a2b0fa96e2a88104498a4705 Description: An open source camera stack and framework for Linux, Android, and ChromeOS Package: ros-lyrical-libcamera-dbgsym Package-Type: ddeb Source: ros-lyrical-libcamera Version: 0.7.2-1resolute.20260728.173023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 26334 Depends: ros-lyrical-libcamera (= 0.7.2-1resolute.20260728.173023) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libcamera/ros-lyrical-libcamera-dbgsym_0.7.2-1resolute.20260728.173023_amd64.deb Size: 24265666 SHA256: 13b5213b78eb41b7632eff7718615a006396df553bdba174531c38e2749004e9 SHA1: 68743929e1682a6350440898400127c00a1da7c1 MD5sum: 5e3ff73fdc5177959d1c9e573e098957 Description: debug symbols for ros-lyrical-libcamera Build-Ids: 0be1809a148e041952c43fc326c2befba7ee7a54 268a8fc13f517faaa52df9ab7b6541ec285183f9 38e76d631e7acd727bdc7966134ccc82e18f06a2 6a06e08c3df31beebf2abd5debdce5be7d9aa452 7fda4f606c3013b867030529617085730057f17f bdc0b7d59b932c8db8f8e6d113a89f9dff22b0da d4437bf26edf57565df75c9350ad6691c3bcba54 fb4a1824ee86555b196c96f537d5f5ff6916877a Package: ros-lyrical-libg2o Version: 2020.5.29-7resolute.20260728.205558 Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 6096 Depends: libc6 (>= 2.43), libcamd3 (>= 1:7.0.1), libcholmod5 (>= 1:7.3.1), libcxsparse4 (>= 1:7.0.1), libgcc-s1 (>= 4.0), libglu1-mesa | libglu1, libopengl0, libstdc++6 (>= 14), libeigen3-dev, libgl1-mesa-dev, libglu1-mesa-dev, libsuitesparse-dev, ros-lyrical-ros-workspace Homepage: https://github.com/RainerKuemmerle/g2o Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libg2o/ros-lyrical-libg2o_2020.5.29-7resolute.20260728.205558_amd64.deb Size: 1156764 SHA256: c1011eeec4e29d167bd1daf292120fe2b41bb0d6a63b2d54479b73e9ac800432 SHA1: 648ff7be37ee26ee1c3c9a92b125b448f1dc863d MD5sum: 8896720f203cf0b3b6e3fabd164e6f63 Description: The libg2o library from http://openslam.org/g2o.html Package: ros-lyrical-libg2o-dbgsym Package-Type: ddeb Source: ros-lyrical-libg2o Version: 2020.5.29-7resolute.20260728.205558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 166188 Depends: ros-lyrical-libg2o (= 2020.5.29-7resolute.20260728.205558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libg2o/ros-lyrical-libg2o-dbgsym_2020.5.29-7resolute.20260728.205558_amd64.deb Size: 165977432 SHA256: ff9e1b2d2250285a2430e5c2e3831b60c06671cee6ec3fe13ca92758c240530c SHA1: e4a38ee42bb729a6065c360ff7c4d473626d7fa4 MD5sum: fcefe0ad4aa3cd997efa58a0d8610ce3 Description: debug symbols for ros-lyrical-libg2o Build-Ids: 02f9facd6e37456178ae03366aae48acf85f14c7 035e19c7d9de3b921261f503a6374975842f1511 11be5f48931d828968abaab696fe5a7f0dd8ae9c 19fcbd1b8ad3452a7ade8f9401048a0edafc7819 1b8def6284f5b491f916d5f9578ef8e22cb6f1fb 200746450f836b9b1e662ce0799760c03bc9cfe0 256f33db7ea7cc28bd48c2b2ca18676ab93adda1 34af4dd5326e0df4c8209f2a24af5b9c5541767f 361b93eec3a22a3aefbe05acb246ac76ca872da7 44c0d11e1d74a6339414053330b8ddee72a2d121 452107eb96b47b6714e945bb483be30e3c7d3ea4 479355cf683db2cf5958ade117095538ec7360a7 59c0d45d2bb42d02e9cf2d4a814b651288229ad9 5cac955e837b5d423c4f29a38d8b4296167f1f44 669133f6227c021dce3259b5ea8c8f436bd95057 700878004d6656418cacc2ff88557c4c5e1a80cf 751d6bd398fdfd4fddcd6558e26254c92c4a05b7 754f6edc9b3f8cbd05a10af2d0178b2f64773800 8d26c6ef8b31e753800faf71fd8daac17d531c22 a730d83f3e7f02dc3394d4e0405ed7c3f1b6948d aa841d82ce4258087f4fcfdb30cfe019ea2ebcd8 adee470be43ca25ee428f6bfe78b3430046a6dab b284cee8ff86980954bbf646738ea388406956f9 b37f851a7071c8f1b9c62bb35101051f5312e868 c4390d7508eef5e2544c33309263596c6987fb0c c4bdb44caff37c30636ce14e191d7d5e38b1e2ea cec6a849d05b9bf5fdfa6d3459bf45d837a32f1a d3749acd5c2403ae0d8e9dcf92ef5c91f64cc1e1 d49ecba5196425eae9ebd9c268bb97d3e531ace6 e949632c3331050a972b38b0205f72730e02523f f18d7cde132012c8ccce6470e345220574f47df8 f3a687ab7f57a6186763f322b4f5df8cf41cb1d8 f923cda95298d2bd69c8c5fd061dbce19312a728 Package: ros-lyrical-libmavconn Version: 2.15.1-1resolute.20260909.091232 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 457 Depends: libc6 (>= 2.42), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libasio-dev, libconsole-bridge-dev, ros-lyrical-mavlink, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libmavconn/ros-lyrical-libmavconn_2.15.1-1resolute.20260909.091232_amd64.deb Size: 123288 SHA256: 7632bf2c267da907ba34bad37e14d4cd4bde08d0a5fb5ed1db187fd1c17ddb38 SHA1: 6269c272ccfa0262dccb01940a79564cd6ff743c MD5sum: a3acb20432edf1d3e209b6f036a3ab1e Description: MAVLink communication library. This library provide unified connection handling classes and URL to connection object mapper. This library can be used in standalone programs. Package: ros-lyrical-libmavconn-dbgsym Package-Type: ddeb Source: ros-lyrical-libmavconn Version: 2.15.1-1resolute.20260909.091232 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 2103 Depends: ros-lyrical-libmavconn (= 2.15.1-1resolute.20260909.091232) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libmavconn/ros-lyrical-libmavconn-dbgsym_2.15.1-1resolute.20260909.091232_amd64.deb Size: 1876966 SHA256: 6ace9625150f04d156b533eddaad2c5baefd98ee5d78b31557568450f19163b3 SHA1: 64783d25c28f8a6338aa2baa826664a3fa2baffe MD5sum: 6f0b531e1c0dc825e873837f0c6712a3 Description: debug symbols for ros-lyrical-libmavconn Build-Ids: ba3976a79aef2d83e0e05a3fea754525e2e1916f Package: ros-lyrical-libphidget22 Version: 2.4.0-3resolute.20260728.205607 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5788 Depends: libc6 (>= 2.38), libusb-1.0-0 (>= 2:1.0.16), ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/libphidget22 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libphidget22/ros-lyrical-libphidget22_2.4.0-3resolute.20260728.205607_amd64.deb Size: 931262 SHA256: 34248c068f098cd9e071ce83d6a2bd8753fbf25086c51d1d8d1ac79976059875 SHA1: d60b231a1156ac8868f95824e745e4a39575dd65 MD5sum: 79aed3d587d4ed45b72d056f5788ace3 Description: This package wraps the libphidget22 to use it as a ROS dependency Package: ros-lyrical-libphidget22-dbgsym Package-Type: ddeb Source: ros-lyrical-libphidget22 Version: 2.4.0-3resolute.20260728.205607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2608 Depends: ros-lyrical-libphidget22 (= 2.4.0-3resolute.20260728.205607) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libphidget22/ros-lyrical-libphidget22-dbgsym_2.4.0-3resolute.20260728.205607_amd64.deb Size: 2004714 SHA256: 26ef05e625a943caf1f3d909d9e9599d24063921cc2fc25aa2ca94eafce3275c SHA1: a61eb7e3c6a8b6b9790a962200ecd0942e1191a6 MD5sum: 2aa6fc42a6ac1d92a09efcc815f8e358 Description: debug symbols for ros-lyrical-libphidget22 Build-Ids: aebcf8bf0a431f4a99e014de42e7697bfca52f3c Package: ros-lyrical-librealsense2 Version: 2.58.4-1resolute.20260830.174711 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 19766 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libudev1 (>= 183), libusb-1.0-0 (>= 2:1.0.16), libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, libx11-dev, ros-lyrical-ros-workspace Homepage: https://github.com/realsenseai/librealsense/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-librealsense2/ros-lyrical-librealsense2_2.58.4-1resolute.20260830.174711_amd64.deb Size: 4856828 SHA256: a209e521df6493484617baf98e98c5a2a9240b3653ba7585dd5e81723f73b7d9 SHA1: fee54d7a551adb6f1f6fc9678d9ff61547020804 MD5sum: e5269c05682c5ff98679bb5976948edf Description: Library for controlling and capturing data from the RealSense depth streaming devices. Package: ros-lyrical-librealsense2-dbgsym Package-Type: ddeb Source: ros-lyrical-librealsense2 Version: 2.58.4-1resolute.20260830.174711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 83646 Depends: ros-lyrical-librealsense2 (= 2.58.4-1resolute.20260830.174711) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-librealsense2/ros-lyrical-librealsense2-dbgsym_2.58.4-1resolute.20260830.174711_amd64.deb Size: 78606962 SHA256: 12d52ddc9ac079bb3e76ceab3945f4b65f13d838fea2868be9eae10391f612cf SHA1: 91dc269f409e1b67381ef5dccbf27e346a2ec5b1 MD5sum: 9513332bed39e1e0e36ad2d6bad88904 Description: debug symbols for ros-lyrical-librealsense2 Build-Ids: 0e5a41017fc1fb86d9c04775a6706ea3686adf54 1c0e3131dc7b20003b34ac9decddaa1eee8a3e44 26b814be868062f2be2221f5d8cf190150750d49 29a3300f699f3314050a5e55e50ba3ac30054590 3e01afe1a7e0f82395047210583aee356e5092ab 401677f920828de7e373a139f5f8b36ee00826fa 7196660b682693b4c828ae4f5affb258b0ed53c5 9801dbcaaae05e652628943bcf695035224450e3 Package: ros-lyrical-libstatistics-collector Version: 2.1.2-1resolute.20260901.143655 Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 137 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-lyrical-builtin-interfaces, ros-lyrical-rcl, ros-lyrical-rcpputils, ros-lyrical-rmw, ros-lyrical-statistics-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/libstatistics_collector/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libstatistics-collector/ros-lyrical-libstatistics-collector_2.1.2-1resolute.20260901.143655_amd64.deb Size: 26414 SHA256: 851f21c2a6f3a036d15c9b46a2a001dfc58662bf51ddc6644d4b7413a785a26c SHA1: b3102bc4eb1128af1a5194fcb11782e89934ec57 MD5sum: e802f2bd48ee9628132f31e33ed1a433 Description: Lightweight aggregation utilities to collect statistics and measure message metrics. Package: ros-lyrical-libstatistics-collector-dbgsym Package-Type: ddeb Source: ros-lyrical-libstatistics-collector Version: 2.1.2-1resolute.20260901.143655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ROS Tooling Working Group Installed-Size: 143 Depends: ros-lyrical-libstatistics-collector (= 2.1.2-1resolute.20260901.143655) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libstatistics-collector/ros-lyrical-libstatistics-collector-dbgsym_2.1.2-1resolute.20260901.143655_amd64.deb Size: 118904 SHA256: 60935146becc78565b757ad6dcfa18131e64779dca00ff10d6f5a138ef1034b7 SHA1: b60a91bb9f662984d1be57c34cc8ffe8f89106e7 MD5sum: 5b263c1112d9770d5b62720410f7ec87 Description: debug symbols for ros-lyrical-libstatistics-collector Build-Ids: a82d92276ccfc0d485975a7706b42b0868257b28 Package: ros-lyrical-libtorch-vendor Version: 0.1.2-1resolute.20260728.205610 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 694262 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libstdc++6 (>= 10.2), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/libtorch_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libtorch-vendor/ros-lyrical-libtorch-vendor_0.1.2-1resolute.20260728.205610_amd64.deb Size: 107112450 SHA256: c8ac57fe79fd24a0ab747241aec43493992f7e8bcac4f88b087889f96cd2ed83 SHA1: b523bdc657581f1835bad15d4ad9c781e1babbef MD5sum: 022633d3a988691f56155505e83cbf07 Description: Vendor package that downloads and installs the pre-built LibTorch C++ distribution for torch_conversions and other packages. Package: ros-lyrical-libtorch-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-libtorch-vendor Version: 0.1.2-1resolute.20260728.205610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 9883 Depends: ros-lyrical-libtorch-vendor (= 0.1.2-1resolute.20260728.205610) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libtorch-vendor/ros-lyrical-libtorch-vendor-dbgsym_0.1.2-1resolute.20260728.205610_amd64.deb Size: 736090 SHA256: 3b81ddb079a6f3c4ab6784b34223510793b1ea4f44dbafb5baa57a5dcab82e32 SHA1: 3ba7768520f8a9658d133c3dc5a9c454c2a2dffc MD5sum: b70bbcf99ddccb889d8a10916052f182 Description: debug symbols for ros-lyrical-libtorch-vendor Build-Ids: 1326a392339ceadae2e2636011b1813b49c28a77 2ab40e9b002ec4b3c572e5cd630a16fa7921cc8e 4dd7aadb2df15f21f0c2bd01fb0bd45f57d19146 543104a1fe3ab826fb4022527eebd3da9e681a73 62e7dc1e3a149063c85acd2c659ae8007ad2056f 7a033ec39d939e480c82756deb592057959d4019 8a76d9a83b6f1ea2408ea7a39bb9c12629c45cbe cb709e961ca0e6e39b7dfbbb3e37b03e459916e1 ec2455f646b5f7f5a3f5d1d756d72a142937c2e0 f2f8f78d4d44fc7dcc4155a5955ecbff2ff0141d Package: ros-lyrical-libyaml-vendor Version: 1.8.1-3resolute.20260728.205613 Architecture: amd64 Maintainer: Alejandro Hernandez Installed-Size: 49 Depends: libyaml-dev, pkg-config, ros-lyrical-ros-workspace Homepage: https://github.com/yaml/libyaml Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-libyaml-vendor/ros-lyrical-libyaml-vendor_1.8.1-3resolute.20260728.205613_amd64.deb Size: 7000 SHA256: 566b4ce65450fbb07c9683f0c987fdbc68ddfb15ade03b4b7bb2d8fba8427617 SHA1: 227c0dbb7284d486cf9cb176350607a4d5155b0a MD5sum: 84e0b2f0ccbaaeb65040088fda313c46 Description: Exports a custom CMake module to find libyaml. Package: ros-lyrical-lifecycle Version: 0.37.9-1resolute.20260901.165414 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 986 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-lifecycle-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/lifecycle/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lifecycle/ros-lyrical-lifecycle_0.37.9-1resolute.20260901.165414_amd64.deb Size: 190934 SHA256: 2d464cd9317814b008585e54afc856b0471cecc5017e71503312879cadcdf618 SHA1: ea7c796c6323e143814a1843d45f5c9af42f1228 MD5sum: 2f6f76de26b28d6bebd434d97e412905 Description: Package containing demos for lifecycle implementation Package: ros-lyrical-lifecycle-dbgsym Package-Type: ddeb Source: ros-lyrical-lifecycle Version: 0.37.9-1resolute.20260901.165414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4837 Depends: ros-lyrical-lifecycle (= 0.37.9-1resolute.20260901.165414) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lifecycle/ros-lyrical-lifecycle-dbgsym_0.37.9-1resolute.20260901.165414_amd64.deb Size: 4019030 SHA256: 7ec45a5e72d32fba2abf954dec2fb1f73748b8fde34243415e64979748a2a528 SHA1: aec4f18336eb178b5a6013ce37fb46ba84946149 MD5sum: 23808b97f1fac6b4d0e4688f3901fae2 Description: debug symbols for ros-lyrical-lifecycle Build-Ids: 34e757e8af3792f47ad28554f3afb8fdfab1a772 42233a58123480764d724b5e8cf1b013ee920ae1 88a70096c76e7349c7cf791aa0ad3e3cae0c5c45 Package: ros-lyrical-lifecycle-msgs Version: 2.4.5-1resolute.20260901.103603 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2593 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/lifecycle_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lifecycle-msgs/ros-lyrical-lifecycle-msgs_2.4.5-1resolute.20260901.103603_amd64.deb Size: 189192 SHA256: b663e9c3fc0874aaf23f6923f98d839ae42a277a65cba5f7e2f06cd35b80cec4 SHA1: d553578d4021114b67688cc119d5e4d9ef061fc5 MD5sum: 60fc2005c13973fd743cd8650032f820 Description: A package containing some lifecycle related message and service definitions. Package: ros-lyrical-lifecycle-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-lifecycle-msgs Version: 2.4.5-1resolute.20260901.103603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2034 Depends: ros-lyrical-lifecycle-msgs (= 2.4.5-1resolute.20260901.103603) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lifecycle-msgs/ros-lyrical-lifecycle-msgs-dbgsym_2.4.5-1resolute.20260901.103603_amd64.deb Size: 1512814 SHA256: a46f88e026bef7f01c4b45a2a8d969997ef5bf0676d4bb279852c5aab8cc7b5b SHA1: 602c0d946f946f8311ad84aa3dc1d4f8fbd75782 MD5sum: 95d92d8c54e1ddb550d8182bfadb05c5 Description: debug symbols for ros-lyrical-lifecycle-msgs Build-Ids: 0c2427752206bb0cd9a26a75bcaa9da8ea2688b6 1716f213120ccf7520466d596c07df88a6f8ba6d 231fe9d62c5779009a260573f23ada1975cf84b2 23a438d00a0c63d4f5f025d16d3311352dbe1d7e 39e16028a4b212ec79141e16c53b85394cd60feb 5569987abf931a418a215799fd5f2158c8f4107e 793d17b829e4299599f4547bdbdbdd257594872f b964f2aacc2da9cc5374c80409098aee5f1c9724 cd19fc1a671acef095efbfdc015db4cf9e67d35d d325d38eb12b3945b9df948491c5acb616241b1a df5f4f48058d897f8df597a8626f25d157e28ea7 Package: ros-lyrical-lifecycle-py Version: 0.37.9-1resolute.20260901.182644 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 52 Depends: ros-lyrical-example-interfaces, ros-lyrical-lifecycle-msgs, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/lifecycle_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lifecycle-py/ros-lyrical-lifecycle-py_0.37.9-1resolute.20260901.182644_amd64.deb Size: 9308 SHA256: 3df15b7855f2dfc7ec698928e0fc89d66975d6ff37cf75e976d6fc20a1e89e64 SHA1: 82e5335898a6490d4f0046f6b778267c056e3493 MD5sum: bb695c5da59f0fe4570f7f2b037780f5 Description: Package containing demos for rclpy lifecycle implementation Package: ros-lyrical-linear-feedback-controller Version: 4.0.1-1resolute.20260910.064731 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 991 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-pinocchio, ros-lyrical-urdfdom, libeigen3-dev, ros-lyrical-control-toolbox, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-linear-feedback-controller-msgs, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-pal-statistics, ros-lyrical-pluginlib, ros-lyrical-rcl, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-rosidl-dynamic-typesupport, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/loco-3d/linear-feedback-controller Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-linear-feedback-controller/ros-lyrical-linear-feedback-controller_4.0.1-1resolute.20260910.064731_amd64.deb Size: 279438 SHA256: e32fc721ea915b954c703724c8ee73e1135660fc81a30b7f725cb590bb17a2d4 SHA1: 73e522e228ecf5d41845ac12148cfc1d91f7733b MD5sum: 8dedeeee240b9ea9bd3b70e711d0062e Description: roscontrol controller package conputing a linear feedback. The user needs to provide a model of the robot and a list of controlled joint and the controller computes a linear feedback on the user defined state. Package: ros-lyrical-linear-feedback-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-linear-feedback-controller Version: 4.0.1-1resolute.20260910.064731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 10157 Depends: ros-lyrical-linear-feedback-controller (= 4.0.1-1resolute.20260910.064731) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-linear-feedback-controller/ros-lyrical-linear-feedback-controller-dbgsym_4.0.1-1resolute.20260910.064731_amd64.deb Size: 9614798 SHA256: 83d865e9765490498da94911dda53fabd27f20c88f96c248c78fffc9b51b0d0d SHA1: 9b3e610e31af8efea779034d5be22a2f3739bb2d MD5sum: 4c8e131e3c729aa5e8d1363748e1420c Description: debug symbols for ros-lyrical-linear-feedback-controller Build-Ids: 7682587f32eb12cafccf48a195bcf6d5b3b8d43c Package: ros-lyrical-linear-feedback-controller-msgs Version: 1.3.0-1resolute.20260909.135231 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 982 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, libeigen3-dev, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2-eigen, ros-lyrical-ros-workspace Homepage: https://github.com/loco-3d/linear-feedback-controller-msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-linear-feedback-controller-msgs/ros-lyrical-linear-feedback-controller-msgs_1.3.0-1resolute.20260909.135231_amd64.deb Size: 97046 SHA256: 4bce3876642d6f1c70812c9640a7f902375324de76e432a17ce444636bab37b9 SHA1: b2d48d48a45bcb13efceff9b54f16d275ac3e1fe MD5sum: 46f22fa59c352cbfa2ab57e3d3c21609 Description: ROS msgs that interface the linear_feedback_controller package. Package: ros-lyrical-linear-feedback-controller-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-linear-feedback-controller-msgs Version: 1.3.0-1resolute.20260909.135231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 815 Depends: ros-lyrical-linear-feedback-controller-msgs (= 1.3.0-1resolute.20260909.135231) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-linear-feedback-controller-msgs/ros-lyrical-linear-feedback-controller-msgs-dbgsym_1.3.0-1resolute.20260909.135231_amd64.deb Size: 601882 SHA256: 14e3767e85d7c8ec650c087a78c03d62cc40c39468c4c3b606ef87b31df7a878 SHA1: 40c3942add45a8ffa6b33b6555807d4e03bc95b0 MD5sum: 1b4973810fc9e1270dbc0269318b9428 Description: debug symbols for ros-lyrical-linear-feedback-controller-msgs Build-Ids: 10615222f0ba03d2c695d57a07cdd70ecc60f905 37285bbb306485567942f9e37eae181c4b316435 651a21817963ba2c202f3cc7e457742bee43a45c 65f967c52f3155524fcc896ff83fb54a9feebd3d 784bb26b93c8ea4a59ae11086323d8d73f679bc6 852399cb7deaac16538c0268e39b06b9f280994e a9f5b136f28ee8bc8589574f76a4e938f5a9be85 ae08dd158ca89d7dd2fb561205082b6d7661d0e9 d8c6db4345bbdcf670dbf943aee73764680a4cbc dd891c48f98944f73edc6c543702f7c4389bdf35 f879249d344b26d347c6cc94ba29f6d63ad21b2a Package: ros-lyrical-linux-isolate-process Version: 0.0.2-4resolute.20260728.173127 Architecture: amd64 Maintainer: adityapande Installed-Size: 42 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/linux_isolate_process/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-linux-isolate-process/ros-lyrical-linux-isolate-process_0.0.2-4resolute.20260728.173127_amd64.deb Size: 6558 SHA256: d2b5f1ded15cf19123a2b354c101bbefc12615309b708ae3c0e7d96fce601e14 SHA1: b735d397749344e7f5717289d0d2e3a42db28822 MD5sum: cd2a604096902045a65cc41982221e06 Description: A tool to isolate ros2 nodes Package: ros-lyrical-live555-vendor Version: 0.20251106.0-3resolute.20260728.172931 Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2203 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5), ros-lyrical-ros-workspace Homepage: http://www.live555.com/liveMedia/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-live555-vendor/ros-lyrical-live555-vendor_0.20251106.0-3resolute.20260728.172931_amd64.deb Size: 510120 SHA256: 4422102e9fb811f01154f37d5630f71795210d2c0717ca64afbcd138a8fd4fe5 SHA1: 8c6c280d317a4208fd18d85c76c823cbea63c5f9 MD5sum: 96b38ca05ee03d5d594d669021f3493e Description: multimedia RTSP streaming library Package: ros-lyrical-live555-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-live555-vendor Version: 0.20251106.0-3resolute.20260728.172931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2318 Depends: ros-lyrical-live555-vendor (= 0.20251106.0-3resolute.20260728.172931) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-live555-vendor/ros-lyrical-live555-vendor-dbgsym_0.20251106.0-3resolute.20260728.172931_amd64.deb Size: 1652810 SHA256: 408147a193dffc49b0f55bc9c2d6175b5042cb19fb0e29e82a5643cfb6a65ba4 SHA1: f1414d8722053f975e79ab55309ede605e40fa4f MD5sum: dbfd7a8dbdd5b5716bf3ba1333f60c96 Description: debug symbols for ros-lyrical-live555-vendor Build-Ids: 9571edada37642fa4230c1c7dc098de6ba8003af 9a3aebe6661650c9f8af350141123a632212d515 a9b4f5f4e04b3a0d318ff547716f90a695441234 b664f6cf042dbddb2697d46d89ca0e2aa2088d12 d6427908adb30b7183cd27fbdda1ece6f8e1a561 e24436ec9306871daf349ee5994be8b263427838 fe9b168e9f397e59cc98e460986b88a2992d08ee Package: ros-lyrical-log-view Version: 0.3.0-3resolute.20260901.160423 Architecture: amd64 Maintainer: Marc Alban Installed-Size: 643 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libstdc++6 (>= 14), libtinfo6 (>= 6), libncurses-dev, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, xclip, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/log_view/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-log-view/ros-lyrical-log-view_0.3.0-3resolute.20260901.160423_amd64.deb Size: 158286 SHA256: bb63aa0b645334dc14cd52b74e7a0aba1962f8203292308ac1898c4de1c4a3bb SHA1: 1070cf177bcd2092e012c8d908116eb0bea5d2b9 MD5sum: 8f3aa9043d3bb89d0742f635a50c526c Description: The log_view package provides a ncurses based terminal GUI for viewing and filtering published ROS log messages. This is an alternative to rqt_console and swri_console that doesn't depend on qt and can be run directly in a terminal. Package: ros-lyrical-log-view-dbgsym Package-Type: ddeb Source: ros-lyrical-log-view Version: 0.3.0-3resolute.20260901.160423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marc Alban Installed-Size: 3765 Depends: ros-lyrical-log-view (= 0.3.0-3resolute.20260901.160423) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-log-view/ros-lyrical-log-view-dbgsym_0.3.0-3resolute.20260901.160423_amd64.deb Size: 3347774 SHA256: 4166cdac3120dd19d76168524e1e67b23b7514c3bb527da2a8125aba9cc358a7 SHA1: 69b860a44c40e27102a717e3e52d60b6f3b2329a MD5sum: 95adab9e664edcd937896208477f23b0 Description: debug symbols for ros-lyrical-log-view Build-Ids: 1d80d510933b1c89e94cc04d814f79c4eec41e1b 7382203d63755891fc43666c0cb0bc59315c878b Package: ros-lyrical-logging-demo Version: 0.37.9-1resolute.20260901.165305 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1000 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcutils, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/logging_demo/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-logging-demo/ros-lyrical-logging-demo_0.37.9-1resolute.20260901.165305_amd64.deb Size: 148234 SHA256: dc5789c1a5db19739cf1537a4f17924c17d6c831ecdde9a3bd0e613880209431 SHA1: 3e1e1ba3ad29813b0950f7989c5d8c29a5944eee MD5sum: f38e7e8f5fa91111412cd11503805f21 Description: Examples for using and configuring loggers. Package: ros-lyrical-logging-demo-dbgsym Package-Type: ddeb Source: ros-lyrical-logging-demo Version: 0.37.9-1resolute.20260901.165305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2344 Depends: ros-lyrical-logging-demo (= 0.37.9-1resolute.20260901.165305) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-logging-demo/ros-lyrical-logging-demo-dbgsym_0.37.9-1resolute.20260901.165305_amd64.deb Size: 2000936 SHA256: f92f960c19c22d661e53753d4a65e8be808a4736126a41bd075a4141a31bc999 SHA1: 4defa4b0e84c99c6c14cd9709267d3708416a023 MD5sum: b430aae0667f99e6152c034731d800ff Description: debug symbols for ros-lyrical-logging-demo Build-Ids: 023282965b8d65f398bbfe7b5ad7436f389767b5 11dc37f122bd159984483835f3a772d26d1584ff 1cb19b6b12503a598450bbfb6d72032e87df0feb 1f1f0ba8bda76489be939d8359fae2b092db64c0 303a0f089575b77522e1437db11738f7e7dfc6b9 53c4504ac91181e7356aa17e2e48f86286890c24 56179ecb28d5eb647ca50018c56e320704cd8e55 6ca91f0f199ffefd996617f3267a73b734037e4a 7692c51bd5eb38b979671efe68b94a51ea304d64 92ecfa8ca88cbc272f92a539791cf9498562322c ac9ea8a816fc25ffb49a7b04f9f0b3d0e8cfc198 ba0dfa32c5c937acd482bf3d871a5425cc2ba75b d8ece1cb340ab2cb8308415cf26edbdb67649c6c e16871f950dac293bd7fa23da2b332fe3f4cd2d6 Package: ros-lyrical-lttngpy Version: 8.10.2-1resolute.20260728.205621 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 408 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblttng-ctl0t64 (>= 2.12.0), libstdc++6 (>= 14), liblttng-ctl-dev, ros-lyrical-rpyutils, ros-lyrical-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/lttngpy/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lttngpy/ros-lyrical-lttngpy_8.10.2-1resolute.20260728.205621_amd64.deb Size: 134438 SHA256: f6d1cc9b622c553bf7700073089791b65ad83144b94cec631be757d45e939727 SHA1: c9dedf9a15e600bb96063c39729778c20173c455 MD5sum: c66d86e15212ba5bbc0c27aa4c479873 Description: liblttng-ctl Python bindings Package: ros-lyrical-lttngpy-dbgsym Package-Type: ddeb Source: ros-lyrical-lttngpy Version: 8.10.2-1resolute.20260728.205621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 1819 Depends: ros-lyrical-lttngpy (= 8.10.2-1resolute.20260728.205621) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lttngpy/ros-lyrical-lttngpy-dbgsym_8.10.2-1resolute.20260728.205621_amd64.deb Size: 1669274 SHA256: 3e2f3f9c430058ee43afde76dabe08096fff37b1d764ffe497723a7c27aebad1 SHA1: eb00ddc9b46adfc262f745b8b6293fc15f135733 MD5sum: 6a38bb2bb68ab73f1145131c1f1da99e Description: debug symbols for ros-lyrical-lttngpy Build-Ids: 490e88d7f450f37485ab96590d53afc19508d50d Package: ros-lyrical-lusb Version: 2.0.3-1resolute.20260728.205658 Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 96 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libusb-1.0-0 (>= 2:1.0.22), libusb-1.0-0-dev, ros-lyrical-ros-workspace Homepage: http://dataspeedinc.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lusb/ros-lyrical-lusb_2.0.3-1resolute.20260728.205658_amd64.deb Size: 19454 SHA256: e56dcda30bc7c9ac7fafda7c439b47271775c6f31c2074555eaac455d12d9a5d SHA1: dc51994625d6cd13ffac658427b4ffb5452c7029 MD5sum: 766993552e7bfa0f4dc77ce834459692 Description: Library for interfacing to USB devices Package: ros-lyrical-lusb-dbgsym Package-Type: ddeb Source: ros-lyrical-lusb Version: 2.0.3-1resolute.20260728.205658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kevin Hallenbeck" Installed-Size: 97 Depends: ros-lyrical-lusb (= 2.0.3-1resolute.20260728.205658) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lusb/ros-lyrical-lusb-dbgsym_2.0.3-1resolute.20260728.205658_amd64.deb Size: 73792 SHA256: b73593f47f7c7d6fef6ba0126ae6dec0dedc2df9fe86cd79504fd61466058e38 SHA1: 486e21f48c8bcfdc960aea1e42f5a415d642c863 MD5sum: fe43e592b31527d65f2ace806f754b7c Description: debug symbols for ros-lyrical-lusb Build-Ids: cf81c86cf2e4c253b077a9f3d945c24c1b157506 Package: ros-lyrical-lz4-cmake-module Version: 0.33.3-1resolute.20260728.205656 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 50 Depends: liblz4-dev, ros-lyrical-ros-workspace Homepage: https://github.com/lz4/lz4/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-lz4-cmake-module/ros-lyrical-lz4-cmake-module_0.33.3-1resolute.20260728.205656_amd64.deb Size: 6928 SHA256: 545ed7f205cc7a408f7a1877de2b851d253a2fea91bf215a268d0c0a74912194 SHA1: f96802cba9278057b4d32a4e48be238b630d639a MD5sum: 515e17ca9363e7a999456893dbbbda2c Description: LZ4 compression cmake module package Package: ros-lyrical-magic-enum Version: 0.9.8-1resolute.20260811.120403 Architecture: amd64 Maintainer: "Neargye" Installed-Size: 185 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/magic_enum/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magic-enum/ros-lyrical-magic-enum_0.9.8-1resolute.20260811.120403_amd64.deb Size: 28324 SHA256: 87db34ffdbbfb5ede9825e83a643613834357a5a549c1dfb1f97d4c3cc080e69 SHA1: 50af5810761fa644fd60e868ab82ca9b9b9a1f43 MD5sum: 96fe960e2a0f39f6fc3b60a1b24b4e02 Description: Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code Package: ros-lyrical-magnetic-model Version: 4.0.1-1resolute.20260901.220300 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 290 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.3), libgeographiclib26 (>= 1.50), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-lyrical-angles, ros-lyrical-cras-cpp-common, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/magnetic_model Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetic-model/ros-lyrical-magnetic-model_4.0.1-1resolute.20260901.220300_amd64.deb Size: 85874 SHA256: ed76c7d2d1d1a8835459b0e464186325d6b75b763826301854795380f63ef934 SHA1: bea459b403557c8c981899cf0a7a92c09407a6fd MD5sum: 7949eee48755dd78ba6b0ae6fa2b8fb6 Description: World Magnetic Model ROS API. Package: ros-lyrical-magnetic-model-dbgsym Package-Type: ddeb Source: ros-lyrical-magnetic-model Version: 4.0.1-1resolute.20260901.220300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 801 Depends: ros-lyrical-magnetic-model (= 4.0.1-1resolute.20260901.220300) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetic-model/ros-lyrical-magnetic-model-dbgsym_4.0.1-1resolute.20260901.220300_amd64.deb Size: 735846 SHA256: d5c105d7d985a00093f6844c93c15cd1ff171e4766fcb980681aba011be215e1 SHA1: e005e9bf15814bfb3696322d01e6fc9c8770db4e MD5sum: 22be737cee3cd632307f30fa6c98b698 Description: debug symbols for ros-lyrical-magnetic-model Build-Ids: 9715f8f8e796a8da80fee58da6e2587e03037ab4 Package: ros-lyrical-magnetometer-broadcaster Version: 6.9.0-1resolute.20260908.112417 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 293 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-lyrical-backward-ros, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetometer-broadcaster/ros-lyrical-magnetometer-broadcaster_6.9.0-1resolute.20260908.112417_amd64.deb Size: 84608 SHA256: 1534f94c8e45bc8f6062c4e2492aef1fcff6fa274d99a410835fd95cd86aff9b SHA1: 89f7f7d91a44001e7c1bd641ecf1c6ba981e442e MD5sum: db5e1eb4c0652e206ee12bcbe237cd4e Description: Controller to publish readings of a magnetometer. Package: ros-lyrical-magnetometer-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-magnetometer-broadcaster Version: 6.9.0-1resolute.20260908.112417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1206 Depends: ros-lyrical-magnetometer-broadcaster (= 6.9.0-1resolute.20260908.112417) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetometer-broadcaster/ros-lyrical-magnetometer-broadcaster-dbgsym_6.9.0-1resolute.20260908.112417_amd64.deb Size: 1095890 SHA256: 9fa261ba64b4fe23dba6e330e9580238f836ba270620a245e7d32b616ae95c61 SHA1: 8e9ad34941369bf00a386798349f95f2622f1672 MD5sum: fd93a155c1e41f4c6dd07a9284a29cf2 Description: debug symbols for ros-lyrical-magnetometer-broadcaster Build-Ids: a3ac437d8ef217e7b5996b59c874eea383056ee4 Package: ros-lyrical-magnetometer-compass Version: 4.0.1-1resolute.20260901.221642 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 2448 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-angles, ros-lyrical-compass-conversions, ros-lyrical-compass-interfaces, ros-lyrical-cras-cpp-common, ros-lyrical-geometry-msgs, ros-lyrical-magnetometer-pipeline, ros-lyrical-message-filters, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-tf2-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/magnetometer_compass Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetometer-compass/ros-lyrical-magnetometer-compass_4.0.1-1resolute.20260901.221642_amd64.deb Size: 422082 SHA256: f6ae5173c5f2f376c85a433422093d6f3099be62e03d7b8a6c9e000b9f1a3b0c SHA1: 03bb0541a7018242c3456c05354a3805e4b4329d MD5sum: 6d90cd713bf6a66c33e17d85fb95283e Description: Compass based on a 3-axis magnetometer, attitude readings and possibly also GNSS. Package: ros-lyrical-magnetometer-compass-dbgsym Package-Type: ddeb Source: ros-lyrical-magnetometer-compass Version: 4.0.1-1resolute.20260901.221642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 12782 Depends: ros-lyrical-magnetometer-compass (= 4.0.1-1resolute.20260901.221642) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetometer-compass/ros-lyrical-magnetometer-compass-dbgsym_4.0.1-1resolute.20260901.221642_amd64.deb Size: 10787238 SHA256: ec32ea8711833407eaf5cc73781f4b0ee1cb747464f7b49def1b709b9a1e8083 SHA1: e51abf7ed33f7e11253c03c926f2ff6dfba498d5 MD5sum: 3ffddcaa32b9c5f8ee3c42655a1ac4fd Description: debug symbols for ros-lyrical-magnetometer-compass Build-Ids: 22a0255aecd23c354e77bfbef88fc955ff59bc54 455fb705da1f0d6c52b1f8ca0d98e019ddb14dfe 8ff1fae4b0587cc66bb8e5bb6259de3996767268 b34894facde54d29f7c5a9db6adf596851287139 da35f7093d8a5d6741b3d71541214a3fa1db2854 Package: ros-lyrical-magnetometer-pipeline Version: 4.0.1-1resolute.20260901.220305 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 714 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), python3-numpy, ros-lyrical-cras-cpp-common, ros-lyrical-message-filters, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-eigen, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/magnetometer_pipeline Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetometer-pipeline/ros-lyrical-magnetometer-pipeline_4.0.1-1resolute.20260901.220305_amd64.deb Size: 159046 SHA256: 6e5c8f4fd56446470bd45f792d871d41a2ae57f72aaf5692271229a5aa185e1e SHA1: 8fc74e808bc544d2f397c83e98fcbf8e9bc88dea MD5sum: 9110265f38e4a15f191f9808061c4ee1 Description: Calibration and removing of magnetometer bias. Package: ros-lyrical-magnetometer-pipeline-dbgsym Package-Type: ddeb Source: ros-lyrical-magnetometer-pipeline Version: 4.0.1-1resolute.20260901.220305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 4102 Depends: ros-lyrical-magnetometer-pipeline (= 4.0.1-1resolute.20260901.220305) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-magnetometer-pipeline/ros-lyrical-magnetometer-pipeline-dbgsym_4.0.1-1resolute.20260901.220305_amd64.deb Size: 3641582 SHA256: da3c7ebf34108388bbf9bbf853fe6b2b1034a30f8e63400f93ca42fdb7e98e0a SHA1: 1fcdf8153074d51122a51ba876977aadac9bba92 MD5sum: 93a77fd1aad30f225fde5171e027b6f9 Description: debug symbols for ros-lyrical-magnetometer-pipeline Build-Ids: 15c1f573f36292e9787f49a85632a8de3be206ad b49fc1736faf60d8123169ac5acbf2b36adec9f7 d01e6fa02fb7fecdd813b861c742b51fae06b5e2 d9bb1bf4809f696820369a49e7917129fd8e1fe1 Package: ros-lyrical-map-msgs Version: 2.6.1-1resolute.20260901.134449 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3420 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-nav-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/map_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-map-msgs/ros-lyrical-map-msgs_2.6.1-1resolute.20260901.134449_amd64.deb Size: 244422 SHA256: db59b5cde1c84530d7f9efd09647e7272df64af7ad74a343157b80a078817450 SHA1: 918cf4856b21cd986ffaffccd36ed92a58e79dab MD5sum: 2b15ae9a2a9346729e9e25f094aa5d14 Description: This package defines messages commonly used in mapping packages. Package: ros-lyrical-map-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-map-msgs Version: 2.6.1-1resolute.20260901.134449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 2950 Depends: ros-lyrical-map-msgs (= 2.6.1-1resolute.20260901.134449) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-map-msgs/ros-lyrical-map-msgs-dbgsym_2.6.1-1resolute.20260901.134449_amd64.deb Size: 2284908 SHA256: 28e39074a53e1354ad816e61a397ddce61571255d0e339c960b8f505cc3db01d SHA1: 63d86790456d86c6f89b382c4314bf55a1bd290a MD5sum: 9a1d493f533c016ed1781c4ad52fb73b Description: debug symbols for ros-lyrical-map-msgs Build-Ids: 3bd060afabf028e9f7f1392e71fd65d704ffca87 3f4775fdd3e42c874bc5fc134a58ac367d64c26f 5e403d2b177a92887162cb892e43f8e2eeda1424 61b9e26086a683d010950169684f484d4e9364d3 7284b919a825132d2721a30b4483e68f31ec082d 7f62548bd937557fa9d1399f83c81a08b85ef788 9d068adc77fe3448d9d1c3facc3922eda06522fa c698c1108308812b18f3e4eb5da6ec61ce85e8d3 d2511ed03f69d4821f4bc44a9b9e5dda3eb3344d f1d0404d462500e8ebf58e7032844c63be30fe50 f66205bb6ee92166df3c7cbd94b9eacb34f9456a Package: ros-lyrical-mapviz Version: 4.0.3-1resolute.20260914.084551 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1358 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.8.2), libqt6opengl6 (>= 6.1.2), libqt6openglwidgets6 (>= 6.1.2), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), libopencv-dev, libxi-dev, libxmu-dev, libyaml-cpp-dev, pkg-config, qt6-base-dev, ros-lyrical-geometry-msgs, ros-lyrical-image-transport, ros-lyrical-mapviz-interfaces, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-cpp, ros-lyrical-std-srvs, ros-lyrical-swri-math-util, ros-lyrical-swri-transform-util, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mapviz/ros-lyrical-mapviz_4.0.3-1resolute.20260914.084551_amd64.deb Size: 344276 SHA256: bd8393273a4f5bb0c543a8ed681f83537614488e3adc4c2f7e5779f68521aca7 SHA1: fdc99ad6a8cd269b46eaf5dcc9ecf856da70bf33 MD5sum: 436a8d0194e51604278b8045703d3cab Description: 2D mapping display with extensible data overlays Package: ros-lyrical-mapviz-dbgsym Package-Type: ddeb Source: ros-lyrical-mapviz Version: 4.0.3-1resolute.20260914.084551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8627 Depends: ros-lyrical-mapviz (= 4.0.3-1resolute.20260914.084551) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mapviz/ros-lyrical-mapviz-dbgsym_4.0.3-1resolute.20260914.084551_amd64.deb Size: 8039198 SHA256: c6dbe2bf75d02475681f4987e4224eb8a87b9e45a37fdb2af3bf845f0d40130a SHA1: e76fb87e9dcd56a86a7be2b4f3af9b79f6b1018b MD5sum: aa6f556990ac1c8478826b9f9f16504c Description: debug symbols for ros-lyrical-mapviz Build-Ids: 30f06e9de1751d67737e8df23aac93efa293920e 89c6e2f707b1168983e7d422b6b419204bab6633 d3f431776a8a429fd38eaa73e5a03fad5a2c10de Package: ros-lyrical-mapviz-interfaces Version: 4.0.3-1resolute.20260901.125600 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 822 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mapviz-interfaces/ros-lyrical-mapviz-interfaces_4.0.3-1resolute.20260901.125600_amd64.deb Size: 88550 SHA256: ae9cd3101c1e3d4e8d21d89c64b0b4d128670baa49a46b0337ce1ed1efde84f5 SHA1: 0c44169b4123039e0bf577d1e52845c3413d0801 MD5sum: f0bd8140b600dc94a054aea98bbb8fe4 Description: ROS interfaces used by Mapviz Package: ros-lyrical-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-mapviz-interfaces Version: 4.0.3-1resolute.20260901.125600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 729 Depends: ros-lyrical-mapviz-interfaces (= 4.0.3-1resolute.20260901.125600) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mapviz-interfaces/ros-lyrical-mapviz-interfaces-dbgsym_4.0.3-1resolute.20260901.125600_amd64.deb Size: 520778 SHA256: eb407b20e7b6315f573c6f710892e0cc8c581b8f29f0b3c490a4543cec252265 SHA1: 06d072a8c266b0f0ee2a11c889c2437faa4452ac MD5sum: 05c41b5a3cf929f3fa53e13fed51c59d Description: debug symbols for ros-lyrical-mapviz-interfaces Build-Ids: 14e4ce7438c8e60d26e9c5f25f1c2fb150268977 19041b7454ea72aecc8ad1c18f2ffbf299022dd6 1ca2c4b52b2abe4bf2ce65b5bb96eb07193ef82c 216101f861a3e302d0fd5d83e460474152d603fa 294d3c16a3b064aeadee6c8f3a3217f2fa6e163d 4cd3fd1a8f01b2a854879d4c986e5bbbc9a06e6c 614dd3e4dda2750b53cb98d0b1f339295b5d11ca bfb2f96381bf4d6ee599a51efbad0de4183d572e c09ce123ac2a3599135c84c4acf51371aca274d6 c6a9fbc7dd1bf23394343f64e73e1a846ab75f64 e4fc6b5ecebe2104f5fd292c50cc17acbb78f53b Package: ros-lyrical-mapviz-plugins Version: 4.0.3-1resolute.20260914.092427 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8238 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopengl0, libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.9.1), libqt6opengl6 (>= 6.1.2), libqt6openglwidgets6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libassimp-dev, libopencv-dev, qt6-base-dev, ros-lyrical-ament-index-cpp, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-gps-msgs, ros-lyrical-image-transport, ros-lyrical-map-msgs, ros-lyrical-mapviz, ros-lyrical-marti-common-msgs, ros-lyrical-marti-nav-msgs, ros-lyrical-marti-sensor-msgs, ros-lyrical-marti-visualization-msgs, ros-lyrical-pluginlib, ros-lyrical-qt-gui-cpp, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-stereo-msgs, ros-lyrical-swri-image-util, ros-lyrical-swri-math-util, ros-lyrical-swri-route-util, ros-lyrical-swri-transform-util, ros-lyrical-tf2, ros-lyrical-urdf, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mapviz-plugins/ros-lyrical-mapviz-plugins_4.0.3-1resolute.20260914.092427_amd64.deb Size: 1153052 SHA256: 0b57765aef78106646edf1a0166b490040ffad9eab8c010772f350b7b33bd48c SHA1: faa9800a20d0b5297221066d9aefa526cd4c79bd MD5sum: 0a19c1b28263bcf669e5c6d39a5545a4 Description: Common plugins for the Mapviz visualization tool Package: ros-lyrical-mapviz-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-mapviz-plugins Version: 4.0.3-1resolute.20260914.092427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 47603 Depends: ros-lyrical-mapviz-plugins (= 4.0.3-1resolute.20260914.092427) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mapviz-plugins/ros-lyrical-mapviz-plugins-dbgsym_4.0.3-1resolute.20260914.092427_amd64.deb Size: 39845718 SHA256: 97e122ee3426792d2a2cf16ff220b438bfef9f75e2d8e53fc765efb325efd0d5 SHA1: 9e75f69532bfe5f2fcf2f3e179d50b8c5b01e698 MD5sum: e4ebd11cdfe6adf2de671456b8d240bb Description: debug symbols for ros-lyrical-mapviz-plugins Build-Ids: 6dc105dc3d4bd27c56f0277a6ba6b23bf09119c4 Package: ros-lyrical-marine-acoustic-msgs Version: 2.1.0-3resolute.20260901.121359 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 2143 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/marine_acoustic_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marine-acoustic-msgs/ros-lyrical-marine-acoustic-msgs_2.1.0-3resolute.20260901.121359_amd64.deb Size: 191292 SHA256: 9e21f11eb4ffd2aaf001e089969f576b4fb255a5f4f732d472af7ae86cc4b6cf SHA1: 5cbd6d067dd03717f6d2ed7a6f126775d0e9ede9 MD5sum: f31589a77a4a07fddfa9dc88a6e5e8c9 Description: The marine_acoustic_msgs package, including messages for common underwater sensors (DVL, multibeam sonar, imaging sonar) Package: ros-lyrical-marine-acoustic-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marine-acoustic-msgs Version: 2.1.0-3resolute.20260901.121359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1897 Depends: ros-lyrical-marine-acoustic-msgs (= 2.1.0-3resolute.20260901.121359) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marine-acoustic-msgs/ros-lyrical-marine-acoustic-msgs-dbgsym_2.1.0-3resolute.20260901.121359_amd64.deb Size: 1509186 SHA256: cd8a00263b253e754cb53c6fa46a4b42ada4c56cda9d4ead2b3dfbf34b4b9970 SHA1: 907414475b522c7f040c343a4bad04b196f814de MD5sum: 722da2f0db5c0a154050c13bbf77a469 Description: debug symbols for ros-lyrical-marine-acoustic-msgs Build-Ids: 0ce439826aa76fddb6b56d6234afbcc4eb4aa4ff 112744bd61f9fb69bec2be89939f1b147361d817 12cd385a2ad93d7ff0db26ce6ec6bb4d9fddd545 1305f88697db8a05a7fcfed6c70b132716eb9319 3b4f56aaf67788c8d6d5bdf23e6611c579987247 4cb502bef5f88c377a097b4ea4476b5f38b3b80e 6c0341921f1079c57680f73bba06ef3a1a5827f0 946161fd691b004aaddbc17cbb1e57bc7e442b6c cb6d68236456356c247a1ef9e974126456bc93f0 dfa6559afd03f6165097d5838d99da892cfa115f e5c5c5f1aeaf75edd59bf8c5750813fa3fae4a84 Package: ros-lyrical-marine-sensor-msgs Version: 2.1.0-3resolute.20260901.125600 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 774 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/marine_sensor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marine-sensor-msgs/ros-lyrical-marine-sensor-msgs_2.1.0-3resolute.20260901.125600_amd64.deb Size: 75398 SHA256: 73ad001334c668dbed3a50fca3d4ba42846ea1751912f4dcd4e5344dae1487a0 SHA1: ee08ea22b2d05e1e4dcd0ed5810971e6065f072e MD5sum: 3b35bc75e29584904ccf15c099a1d006 Description: The marine_sensor_msgs package, meant to contain messages for common underwater sensors (e.g., conductivity, turbidity, dissolved oxygen) Package: ros-lyrical-marine-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marine-sensor-msgs Version: 2.1.0-3resolute.20260901.125600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 624 Depends: ros-lyrical-marine-sensor-msgs (= 2.1.0-3resolute.20260901.125600) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marine-sensor-msgs/ros-lyrical-marine-sensor-msgs-dbgsym_2.1.0-3resolute.20260901.125600_amd64.deb Size: 436996 SHA256: e9ab9d33d8c8be1a2eeaa0df319e5fdbafad5787cb83005e0d077e7d82198c55 SHA1: 90040edffbcac93c45b0e2bd21b1df1102c91713 MD5sum: 4ba8189e07692a3a53caed09085a2120 Description: debug symbols for ros-lyrical-marine-sensor-msgs Build-Ids: 4bbb4c1b0add7be4b6e03e863eb1ad2bbf094096 5256c1eaad14ac7996a3c293a03d0cfb441f0329 657297c5ba2477e2109449263b4a2628425082c2 6aa15798e755d48fd3b7f768063609a5f17e89d6 6b5b4f6e160c604d341e77748d56c62268c16142 84f063d04c715fb5e33ca8f6b42ac678814c0319 ce027f6feb67626d9880ae909a18a5c3e426f35d ce44b838e310aade592e49adb1a0757a83b2e720 e25b96c8b7eaebd4389d125f896c63773e2b4e2b e65296c76a271534820d9d531e5bbc1a105db523 f85a964ef7587678636c071200d8bef815e024f7 Package: ros-lyrical-marker-msgs Version: 0.0.8-3resolute.20260901.134007 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1663 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/marker_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marker-msgs/ros-lyrical-marker-msgs_0.0.8-3resolute.20260901.134007_amd64.deb Size: 139434 SHA256: 6a2bccd5646b30fe992430c11846eab9e63af57fbe9a3f0f7a11a90ba93fac28 SHA1: 2281ffcc6086bedd5ea61283787298c454531480 MD5sum: 254d01f73dfdac3ca5b040b2ec9e9d84 Description: The marker_msgs package contains messages usable to setup a marker/fiducial system. The package distinguishes between two types of messages. First messages to describe the properties of a marker/fiducial detection system and the detected markers. Secondly messages used to represent a map of markers/features with covariances as it would be produced by a SLAM system or published by a map server for self-localization. Package: ros-lyrical-marker-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marker-msgs Version: 0.0.8-3resolute.20260901.134007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1509 Depends: ros-lyrical-marker-msgs (= 0.0.8-3resolute.20260901.134007) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marker-msgs/ros-lyrical-marker-msgs-dbgsym_0.0.8-3resolute.20260901.134007_amd64.deb Size: 1177830 SHA256: b188aef00a2eac155b37f8a55db8e4460733034eaf97845ca7858f36a09b948f SHA1: 2d3bf93a7522dcc20368edd27e8f587f8218db01 MD5sum: fbc9e66a1d011306372935e86c4ee11e Description: debug symbols for ros-lyrical-marker-msgs Build-Ids: 265f628a6b79b295758309d59094635e719a23ed 4b72a9c8f16b8b0a09ec9b72240842e249a73694 601b19d8c78820c5a7ee29449ae22680d9e854b1 6897561c50d44f7832a8c0fc928c159762058d43 a7ddb470e2adc4dc3da672a31c509c9d35837be8 a924aa9c81390840d0fe959ba8027372e2d144cc b330bef4c6e5fb7aeb955a71290f8ac9c114eae3 bbee8f2f2e4a621b24b9348e1cbd8cb41730ec7a beee078b5f1c4e8f53c782365e9274f0f992c925 e4a7842527a3a11bc6364af5a816389fbb9c9283 ff3e458975b5792b594c5c29331372bd753fb8d7 Package: ros-lyrical-marti-can-msgs Version: 1.6.1-4resolute.20260901.110241 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 478 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-can-msgs/ros-lyrical-marti-can-msgs_1.6.1-4resolute.20260901.110241_amd64.deb Size: 47558 SHA256: 94bfe3aab025aa2710ab1f1919ccdd68f2ceaa7c3d929e57d501610d7d9e590c SHA1: 9d1c11302750ba3b11f2565432ecc7bf297d8e08 MD5sum: 81d2a9e0ac899317e07c35e5e45a1433 Description: marti_can_msgs Package: ros-lyrical-marti-can-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marti-can-msgs Version: 1.6.1-4resolute.20260901.110241 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 331 Depends: ros-lyrical-marti-can-msgs (= 1.6.1-4resolute.20260901.110241) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-can-msgs/ros-lyrical-marti-can-msgs-dbgsym_1.6.1-4resolute.20260901.110241_amd64.deb Size: 197032 SHA256: 2bc3dab18d9d91423c27d44513693cf84f42b49cbc6b307e89a39e25d3aff2c5 SHA1: 284cad03c24a05003a62b582abfe3c06f6acdacd MD5sum: 0c65cf2ad7d8c5f42fc870adcef4060c Description: debug symbols for ros-lyrical-marti-can-msgs Build-Ids: 0035ee44c7072ca6173a1384ffe853ee220cb46c 19055a7ae47b44b52b071b5ed2124c8d68afb622 196c2f7ac4a65341631c5586dd7bab5ccfd1a88f 472b160b7d4130640914a3b7dd052da0f2eba7c2 4cb322ee1e899ac7eda23ce6bc06028cfb354037 52ee51b0da8a1aef8720bebe86662090dcc4f4c1 82960103c69aa49394c8cef1499c483d21c35bd4 8e4bbdcd018ffc90343afb42b7e179687deae398 aad20d5553a932cd0a80ea7f189ff00b704511ce b4eab72fc134557bf287f30a912fc58cce5d29a4 d42eb34dfa8beb17a72b2e25bd4b3f67fcde2c77 Package: ros-lyrical-marti-common-msgs Version: 1.6.1-4resolute.20260901.120023 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 3005 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-common-msgs/ros-lyrical-marti-common-msgs_1.6.1-4resolute.20260901.120023_amd64.deb Size: 195190 SHA256: d60b11091480154e9fea9ce402e78b206061a6f1fed621cb19eba4fd693e8b20 SHA1: a0e23ece775480d20c2664a547674ce813b8d396 MD5sum: 47108b78e64fe9042d6fafe858f38573 Description: marti_common_msgs Package: ros-lyrical-marti-common-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marti-common-msgs Version: 1.6.1-4resolute.20260901.120023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2483 Depends: ros-lyrical-marti-common-msgs (= 1.6.1-4resolute.20260901.120023) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-common-msgs/ros-lyrical-marti-common-msgs-dbgsym_1.6.1-4resolute.20260901.120023_amd64.deb Size: 1871562 SHA256: 9c797a1f52009ce650c6c5045ebfab810f46e451ba498a4bcd78deba8a31e3b3 SHA1: b788b159068921e249a2ae121ff78fa91ee747ab MD5sum: a3370318498a97288b415f5add849749 Description: debug symbols for ros-lyrical-marti-common-msgs Build-Ids: 0d87760333c7d67191bf18c746fa32f6c84d97f0 1a1c7ee68f4cd8a57f2ad49ffb658a078b25b69f 222cce289e109090c32d9396f0e77ba938d2ac31 375477261e4a7c3fb72d5979748901f13a4a700a 3efcf29d5b8886cfea41089aef21153d306f96c7 42b3028ddb19ed5537c3766034b9fe5e8f910dae 4854519b7b06c2fa7a5166340800ec80b6a5a84b 4dcbbc79cd6dd1ee4a6d9f0d06df63c636f814d9 5d17033302d539cc93871d03d479599a90bcd329 8ce1ab12dfdead70e8a96418cc06999fcb8c58ab eefa9094ac3c169fedbfd30634afc0ef9de6b3ed Package: ros-lyrical-marti-dbw-msgs Version: 1.6.1-4resolute.20260901.120021 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 838 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/marti_dbw_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-dbw-msgs/ros-lyrical-marti-dbw-msgs_1.6.1-4resolute.20260901.120021_amd64.deb Size: 72278 SHA256: 3645169cb495f257b4cf5ed598412c8aaa3f19ea20e0fccdd727f508e7e6f409 SHA1: 3d0ac3576255188c085baeb2445b7cc0fbaeedee MD5sum: 5b0b985d366fd3252ca1bbe20a2f42a5 Description: marti_dbw_msgs Package: ros-lyrical-marti-dbw-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marti-dbw-msgs Version: 1.6.1-4resolute.20260901.120021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 585 Depends: ros-lyrical-marti-dbw-msgs (= 1.6.1-4resolute.20260901.120021) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-dbw-msgs/ros-lyrical-marti-dbw-msgs-dbgsym_1.6.1-4resolute.20260901.120021_amd64.deb Size: 401030 SHA256: d6f2f7ea90ac41f642a41a38229d463cda30653963d3f0ae42e8e8f6f6b8b305 SHA1: eb3f06725100115a1c8c66c9d71f7a8c61592ce1 MD5sum: a00f7b894eb1175661331de2ba74099d Description: debug symbols for ros-lyrical-marti-dbw-msgs Build-Ids: 14191cc9d0b755615a0ad2bef5b753571387f5ff 233ddf1736570baa440fd31e87d9c442896aa1ff 3c5d606e8231e20369a9de57abd07032ca22dfe1 5d1f9392647915ab1435779300b981ab1cdc97c0 5ff6f04d856b9cef90cb290fce58dbff441f00ad 74595dbc1e3e5a788e3e3e370e9a82962056bcd8 b710fd23b3ae8068e58d399b77eaa7de3923864d d667cb70fa1017ead05f9180ae7db8ad84b1a0d1 daed5f121e61b42f23a8796cbda4cdb448bd7200 e7020255722cc7383bb83bac4f3efe364c68e492 e7020f6795b0a5d1d47898353bc2d3f09e925715 Package: ros-lyrical-marti-introspection-msgs Version: 1.6.1-4resolute.20260901.120029 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1108 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-introspection-msgs/ros-lyrical-marti-introspection-msgs_1.6.1-4resolute.20260901.120029_amd64.deb Size: 100882 SHA256: 5f9953e6d1799862da9bfe9a5b09238db58809e24aca1ec623444e19b5aa6ff7 SHA1: 67fc72975c3c9abdef3b2045586ac11678c034d3 MD5sum: 1c655e525854ca00b93bfc58015353e9 Description: marti_introspection_msgs Package: ros-lyrical-marti-introspection-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marti-introspection-msgs Version: 1.6.1-4resolute.20260901.120029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 933 Depends: ros-lyrical-marti-introspection-msgs (= 1.6.1-4resolute.20260901.120029) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-introspection-msgs/ros-lyrical-marti-introspection-msgs-dbgsym_1.6.1-4resolute.20260901.120029_amd64.deb Size: 709706 SHA256: 09563bc08f8da97318ae1f1c861e53f530bb6113ddd9024e42093efc3d17dced SHA1: 072faf04aee78cbec4283ebba12a9bfd52e7dca4 MD5sum: 832c14013c21724e3426b13a65a21659 Description: debug symbols for ros-lyrical-marti-introspection-msgs Build-Ids: 37401deb93697928261488eb33463097358be2af 3b08fc4273aa9ddff3f38dfd9209b0b8a11534ed 5174c37f24bfe44979e363432ff182d4b8a8a4da 631de3d6196037ac5213320c3f2f28dee71c3a16 7a8089b1db13e93181d7e513617f3deae8f220eb 7be932f30fba418ba670a1e112020ce34bd55dc0 a2ed40e775b0fb7ad1bc31ce23f076b70df81027 aa4c81a26ea0c3f58aa7c90b2f2f9b1bee866415 b31bdcbd2228d5751ede86ba6b658bf7361f226a c52b91576819b0a376f513c4fa9ff4fe29113a1c cd4ed66cdd7955e61e14a4f136a3fbdfcea2ff6f Package: ros-lyrical-marti-nav-msgs Version: 1.6.1-4resolute.20260901.134626 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7203 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-marti-common-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-nav-msgs/ros-lyrical-marti-nav-msgs_1.6.1-4resolute.20260901.134626_amd64.deb Size: 491094 SHA256: 3f0e17523d23c35705bd2aa581b2e960f12239e31a540e136be07469dd3424ff SHA1: 8c79654ec8953d7f55376f35644e6a976f4f563a MD5sum: 4d639cfc57af0cfb485d24f57023c1ce Description: marti_nav_msgs Package: ros-lyrical-marti-nav-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marti-nav-msgs Version: 1.6.1-4resolute.20260901.134626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 6274 Depends: ros-lyrical-marti-nav-msgs (= 1.6.1-4resolute.20260901.134626) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-nav-msgs/ros-lyrical-marti-nav-msgs-dbgsym_1.6.1-4resolute.20260901.134626_amd64.deb Size: 5005004 SHA256: 3597767fe63adf7cf87f303f0bac2c47c1e7ed61278a4b28e24d881edbb255f0 SHA1: d7edaa837f50b87a2634abca344d9f85122747c8 MD5sum: ef89b99bac2a70daddf7e5f7b16fcc3b Description: debug symbols for ros-lyrical-marti-nav-msgs Build-Ids: 055be81490c6158d65f5ce206bdfa4d007dd68b6 6e5dff2f5ce8fb7245822766c4fc6f38e8922ea6 898ead02479aee1b7b75405a4846abf4419aabe5 9c8b6cc0cb11e8bdfc9ee01486b955f301e2fee3 a1afcbc874e66ef83ab6a9dadeec13c76ea8aeba a6fa2eb0b78ff30b019663624a1192c15de2b939 ae9b4f5e8f896fa78152108885867c4832239ffb bac191ea8d37f4ba96e66e51473e8535c5b07a2e dfe249de6004caa7ae5e0152e91cf2254f2e78fa e016dc8bb2b38773d2c8536cad03a2499f733949 f5dd61bd371f16104076b2832fe31553464fe94c Package: ros-lyrical-marti-perception-msgs Version: 1.6.1-4resolute.20260901.130757 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 472 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-perception-msgs/ros-lyrical-marti-perception-msgs_1.6.1-4resolute.20260901.130757_amd64.deb Size: 44946 SHA256: 12b49efa8a31a9f3353a5319b9a690066408efa515d6063e0127afb27064deef SHA1: acdb9b8da996fe05b856d7d82e7d941533f62e51 MD5sum: 8ab7861acee4f70dfd3ed88018e6875b Description: marti_perception_msgs Package: ros-lyrical-marti-perception-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marti-perception-msgs Version: 1.6.1-4resolute.20260901.130757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 325 Depends: ros-lyrical-marti-perception-msgs (= 1.6.1-4resolute.20260901.130757) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-perception-msgs/ros-lyrical-marti-perception-msgs-dbgsym_1.6.1-4resolute.20260901.130757_amd64.deb Size: 188932 SHA256: 20d84b8b5b5bd1aa0e5aa246bd5536fc500a0f89134e2840d2dc0840ca877b52 SHA1: 4784fc1b7cfeea51b5b3ac2468132b532aed169d MD5sum: 34c7bd49904ba5e7086cca07249c9599 Description: debug symbols for ros-lyrical-marti-perception-msgs Build-Ids: 04aa6176ea7b7fc550633141dae6e76b9dd87cff 0784761c561e10a2de57ae7ae04db354422fcc8f 19e46e4b3fb9305ebade8d074b908355e414f535 2d6f67558d04716d8bdd61c7fc4534ae9626bc58 385c6a560629a497e6e90e4ccadf03421fe95e3d 5fa635e218f202844010a1871495b64d03fb3b44 643e122fc1b787548f7930dc0c6bb36a59936a5e a45514dc2c626818eb140aa515c667345d732626 b16b97c69151e495a306abb747392d13345bb141 c32fbdf0339215aa0fe474a78409dbbe2f94ca86 ea92233193b04403c7f869b6433aa3e507bf65b2 Package: ros-lyrical-marti-sensor-msgs Version: 1.6.1-4resolute.20260901.121434 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2169 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-sensor-msgs/ros-lyrical-marti-sensor-msgs_1.6.1-4resolute.20260901.121434_amd64.deb Size: 165114 SHA256: e24981c02a1b12d7e915f561b5aa58d0ea51620a373743020954d9fa72d2d1fa SHA1: 0c291b833e1f1f080d3385846d990bc7150a5c65 MD5sum: 17e458efcea23ff948a7c6a3df285acd Description: marti_sensor_msgs Package: ros-lyrical-marti-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marti-sensor-msgs Version: 1.6.1-4resolute.20260901.121434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1693 Depends: ros-lyrical-marti-sensor-msgs (= 1.6.1-4resolute.20260901.121434) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-sensor-msgs/ros-lyrical-marti-sensor-msgs-dbgsym_1.6.1-4resolute.20260901.121434_amd64.deb Size: 1263588 SHA256: a63e70532146bafa60161f304577dd33699e4b5b1d57172fe2ed87873b8dee2f SHA1: 41b6683dd8c032d1a568778826c4a8319600076e MD5sum: d50732c2f9ec563fdf36d12497c5409d Description: debug symbols for ros-lyrical-marti-sensor-msgs Build-Ids: 239e7c5f498fe42afa57f37ee9d32e2522824dfd 2d68f9ffe5888f57c66ebace3f69145e698dada6 3c4bfe01d1767d2ebbbf0113a11a4ded7c4842f5 63d7bd4f084b17d4045ef6fb2c4bd87770441f41 6f89c2f89aeb5d095e9dd855913d89be5d5dc727 82850b10b0543c3ef35478491a241ccc7d846185 8d142ed7b8bde7c5a0276e3462c2a5abeac4befc da448cc81a791c56dd0765ee67f3bcb17eae85af e4505927732aa86234470237a7cdeed923f93d43 e5da144d14573883de87c2fbddb2b83dcc7bf460 f96bba0f5abeb9a4569a0a373b3e999367ae8e36 Package: ros-lyrical-marti-status-msgs Version: 1.6.1-4resolute.20260901.120026 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 530 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-status-msgs/ros-lyrical-marti-status-msgs_1.6.1-4resolute.20260901.120026_amd64.deb Size: 53012 SHA256: 674b0dc917c4a3379ec1575b982068e63c3082d34ef61ff0499c2deefd12ddd3 SHA1: af5da491c5b4e31e31ff0026356e5170c9ae719a MD5sum: d428efed99992d0e74f601b9d88c32de Description: marti_status_msgs Package: ros-lyrical-marti-status-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marti-status-msgs Version: 1.6.1-4resolute.20260901.120026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 366 Depends: ros-lyrical-marti-status-msgs (= 1.6.1-4resolute.20260901.120026) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-status-msgs/ros-lyrical-marti-status-msgs-dbgsym_1.6.1-4resolute.20260901.120026_amd64.deb Size: 223426 SHA256: 7e55a5362e0f9fffa1940a8b49b69148e9cfc1cf08d956e4acf99da1f4df49b0 SHA1: ffbe23d37f67ffc33d9fcfd829e3ccfb2ec97333 MD5sum: 2d25d9f4bb482bf873adfa56e5b339b5 Description: debug symbols for ros-lyrical-marti-status-msgs Build-Ids: 23153e3d5dbfdbd715566153d61efa840ea58d70 3490360ac38d0529f248eeb2cd6c701335faa08e 43ad39fd74d10825809176884ecdfa49a486e2e8 43ff6809b62a920b6a43f203656611c7991a9f2a 753ec79e478cb8204e56003e5b08ac27b3a04185 8bf9d197f6fc6ecd0808b8f89be378f59bd5dd56 a469f70dba77417e000062e7252da200e7eb5dac aa88b57a43a3de8dd740be5474f42b14487afbca b7c88c56e65748e5e6152a8f57b9495face38140 ea53511ea6cc4cc50b836b444f602a7b6b487b96 f68655800fc43e717a88a8a4462597f354b9769e Package: ros-lyrical-marti-visualization-msgs Version: 1.6.1-4resolute.20260901.134048 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 713 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-visualization-msgs/ros-lyrical-marti-visualization-msgs_1.6.1-4resolute.20260901.134048_amd64.deb Size: 75062 SHA256: eef1d6fda48a54e02179a8a16f835df44f24c380def55376d074ee2a89e645f3 SHA1: 9666cccca28c17282e3318a49bb0dbe7f0c7db5e MD5sum: 5f72a36eff65d45e757c8de6f79e30e0 Description: marti_visualization_msgs Package: ros-lyrical-marti-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-marti-visualization-msgs Version: 1.6.1-4resolute.20260901.134048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 650 Depends: ros-lyrical-marti-visualization-msgs (= 1.6.1-4resolute.20260901.134048) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-marti-visualization-msgs/ros-lyrical-marti-visualization-msgs-dbgsym_1.6.1-4resolute.20260901.134048_amd64.deb Size: 466490 SHA256: c4d8e5a86166f98f1331313ff8d267f8fb826d47b929a6692058a03f11b976a8 SHA1: 91c3aa6718bfee611e55e54a4af05bf63d44ed4c MD5sum: fea377d8f5c58fd70175550d5b1b1c14 Description: debug symbols for ros-lyrical-marti-visualization-msgs Build-Ids: 072e085b5c83600f8c5014f77c6262a020465d21 2e464d1f9e13b27c93399e0dceff2240d841b3bb 3d29b47ba7eb68973fa2c9b2b6c9094afc728838 4ed15afcde0023bc0687bf8a90f566055a7fc03c 5f95ff58b04268d0cfac672cfec391dcff9c1705 a89df6a4da41def25e64b39dcffb17267546ec68 a9972806b974b12081b89b57684dad5ca819b24c c26c28ddeb001321d2bcc69d7a47446d79aa7e45 c36f880fb65adef707bf6b09f5f6db21edab5149 f33fb3a33bc50ade96277750580ffad4c9e15545 f9a367bccd281b29bc26cc656a7531a646216924 Package: ros-lyrical-mavlink Version: 2026.9.9-1resolute.20260909.091024 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 20181 Depends: ros-lyrical-ros-workspace Homepage: https://mavlink.io/en/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavlink/ros-lyrical-mavlink_2026.9.9-1resolute.20260909.091024_amd64.deb Size: 957356 SHA256: e62e867e0eb4927ab51b0b29dd1220fe6a91221c781b67868d0b10d4f62b2b80 SHA1: e8cbef5d13e7dc5ca7acfe8b793d90044fba337c MD5sum: 5994dc6445886a28eb961cd396a106a3 Description: MAVLink message marshaling library. This package provides C-headers and C++11 library for both 1.0 and 2.0 versions of protocol. For pymavlink use separate install via rosdep (python-pymavlink). Package: ros-lyrical-mavros Version: 2.15.1-1resolute.20260909.094613 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 10143 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.46), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), geographiclib-tools, libconsole-bridge-dev, libeigen3-dev, libgeographiclib-dev, python3-click, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-eigen-stl-containers, ros-lyrical-eigen3-cmake-module, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-libmavconn, ros-lyrical-mavlink, ros-lyrical-mavros-msgs, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-rcpputils, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-eigen, ros-lyrical-tf2-ros, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros/ros-lyrical-mavros_2.15.1-1resolute.20260909.094613_amd64.deb Size: 1657234 SHA256: dc0bd4a5d5d042113debd4fd97cd08db6b0615aefe2ef5f929a32ae8b196dacc SHA1: 8cc204965ef385a6fba855fdc983aad5cd7f90e8 MD5sum: 53f50e24d08e4da00e0bfa8fa2356fda Description: MAVROS -- MAVLink extendable communication node for ROS with proxy for Ground Control Station. Package: ros-lyrical-mavros-dbgsym Package-Type: ddeb Source: ros-lyrical-mavros Version: 2.15.1-1resolute.20260909.094613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 62970 Depends: ros-lyrical-mavros (= 2.15.1-1resolute.20260909.094613) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros/ros-lyrical-mavros-dbgsym_2.15.1-1resolute.20260909.094613_amd64.deb Size: 54492096 SHA256: f6caddc351e7182daa12916a694b7c564b65e7a4c4c8cb70ae63f4448fa0b001 SHA1: b17214a813c154bab5e881d9c6fc655bcdd5101c MD5sum: cf8fb2e02c7fb6e4a7892606ac9830bc Description: debug symbols for ros-lyrical-mavros Build-Ids: 2d48ba5ad84955c631a0326c3e2414aa20347f9b 5404a268570e26f9940d7f12f22aa18f2e37796d ebebc40aeccc40acd2b563680173126cb9da2630 Package: ros-lyrical-mavros-examples Version: 2.15.1-1resolute.20260909.105633 Architecture: amd64 Maintainer: "Haroon Rasheed" Installed-Size: 116 Depends: ros-lyrical-eigen3-cmake-module, ros-lyrical-geometry-msgs, ros-lyrical-mavros, ros-lyrical-mavros-msgs, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros-examples/ros-lyrical-mavros-examples_2.15.1-1resolute.20260909.105633_amd64.deb Size: 13726 SHA256: 788d018683acf3b8ec29d654582ea7dbb0ded6d565f6417cbc1bff8e0170c400 SHA1: c8ec0a7ab24a6d675e1cbc896f35797e826cbe15 MD5sum: 811e191a072d3b5396651c24306dffa7 Description: Example scripts demonstrating MAVROS usage Package: ros-lyrical-mavros-extras Version: 2.15.1-1resolute.20260909.101237 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 13829 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), geographiclib-tools, libeigen3-dev, libgeographiclib-dev, libyaml-cpp-dev, python3-click, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-eigen-stl-containers, ros-lyrical-eigen3-cmake-module, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-libmavconn, ros-lyrical-mavlink, ros-lyrical-mavros, ros-lyrical-mavros-msgs, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-rcpputils, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-eigen, ros-lyrical-tf2-ros, ros-lyrical-trajectory-msgs, ros-lyrical-urdf, ros-lyrical-visualization-msgs, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/mavros_extras Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros-extras/ros-lyrical-mavros-extras_2.15.1-1resolute.20260909.101237_amd64.deb Size: 1775458 SHA256: 79763b844239d35f81d8470d29cb7d84a97b3fc30d0c1107f3045007a1b8552b SHA1: cb1ab50bea5cfd11d4ad2e1a6106631834c86ade MD5sum: 99713e2af113ea539da7b0743dd6665f Description: Extra nodes and plugins for MAVROS. Package: ros-lyrical-mavros-extras-dbgsym Package-Type: ddeb Source: ros-lyrical-mavros-extras Version: 2.15.1-1resolute.20260909.101237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 82257 Depends: ros-lyrical-mavros-extras (= 2.15.1-1resolute.20260909.101237) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros-extras/ros-lyrical-mavros-extras-dbgsym_2.15.1-1resolute.20260909.101237_amd64.deb Size: 68309106 SHA256: a099cf5b901a827e8bbb6e74cb345799948caf6996459abeda08a44713752fae SHA1: c80f66e170189b18c36651e2bece0a541acd299d MD5sum: cbd39e14f78e275df0704cea00aa32db Description: debug symbols for ros-lyrical-mavros-extras Build-Ids: 21e443afa1898201b7880378af7f4a673428e703 c9e97ce30ccf349dbdf0b574d96ff764230090e6 ec9002adaa352750fabf5cf68fa91c794654be80 Package: ros-lyrical-mavros-msgs Version: 2.15.1-1resolute.20260901.134724 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 33777 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/mavros_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros-msgs/ros-lyrical-mavros-msgs_2.15.1-1resolute.20260901.134724_amd64.deb Size: 1986646 SHA256: 0bb8c8b7d7f9f3e141a04e735e6c3510865cb8b8be00313ed3d0a03c5edc1fb0 SHA1: 5af61ab7536ee97c96b39f6be6471a12a34d3e05 MD5sum: 0d6e8728174a775f3196c2578f1295f2 Description: Messages for MAVROS. Package: ros-lyrical-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-mavros-msgs Version: 2.15.1-1resolute.20260901.134724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 24529 Depends: ros-lyrical-mavros-msgs (= 2.15.1-1resolute.20260901.134724) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mavros-msgs/ros-lyrical-mavros-msgs-dbgsym_2.15.1-1resolute.20260901.134724_amd64.deb Size: 18788894 SHA256: 6ec0b5bc99338065f46cb540630fb0f9c79d6579ca52cccfce1ce5ffbdc1dca7 SHA1: d4c96e33d3a3afe8d55e2e2f5c6952c7c617b9b8 MD5sum: 0e514f8709e2e81340147c816cdeaa02 Description: debug symbols for ros-lyrical-mavros-msgs Build-Ids: 10aae0adcb9be022e2fa8594ca3d8726d76ef633 1695286095f8242332c1031ad2359529f21abaf9 1de3d5b08cc3a410866799f962fed137610eb14c 3a77f5e3a16431b78e5fc63a31910061d1a71649 7c46fe1c3d378fad0d3d19e155dd25154d522282 81df6fef3220e3965abc7dd43365e7fea4b7bd7d a47b14d96cddcf0ec4f9bbf88ebb1ddc0b617c93 af22ba2ac933013c31c5819a4c4743c727418bfa b4e1740fa2d327b1e2ffb3a4f6d6166d58912f5d e3b85ba624d20378d3c48a035b90ae26c45ef4f5 ea81d286ed886f9861a6bb50270e4d813654533b Package: ros-lyrical-mbf-abstract-core Version: 1.2.1-1resolute.20260901.121756 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 80 Depends: ros-lyrical-geometry-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-abstract-core/ros-lyrical-mbf-abstract-core_1.2.1-1resolute.20260901.121756_amd64.deb Size: 12746 SHA256: 3dfc11457775e1dd0784b700a6622e7cd5b8eb7511d5bdf1035636980a71e592 SHA1: 7d0d0fb4b974385cefa5f38cca7f45b61578a8a6 MD5sum: 491adf52d9b702dfc28b4f6fb8556ee5 Description: This package provides common interfaces for navigation specific robot actions. It contains the AbstractPlanner, AbstractController and AbstractRecovery plugin interfaces. This interfaces have to be implemented by the plugins to make the plugin available for Move Base Flex. The abstract classes provides a meaningful interface enabling the planners, controllers and recovery behaviors to return information, e.g. why something went wrong. Derivided interfaces can, for example, provide methods to initialize the planner, controller or recovery with map representations like costmap_2d, grid_map or other representations. Package: ros-lyrical-mbf-abstract-nav Version: 1.2.1-1resolute.20260901.201532 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 1380 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-mbf-abstract-core, ros-lyrical-mbf-msgs, ros-lyrical-mbf-utility, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-abstract-nav/ros-lyrical-mbf-abstract-nav_1.2.1-1resolute.20260901.201532_amd64.deb Size: 308628 SHA256: 5eaa5e6c4561a5b2671a9050ce9e1a850308a3bbdc3afed5c7242f4743c77bd7 SHA1: 3c84aed3b1f7f4f647a13aae23a4d645b96e5c5b MD5sum: 3ab741be2b30549367504ea8f1f97d22 Description: The mbf_abstract_nav package contains the abstract navigation server implementation of Move Base Flex (MBF). The abstract navigation server is not bound to any map representation. It provides the actions for planning, controlling and recovering. MBF loads all defined plugins at the program start. Therefor, it loads all plugins which are defined in the lists *planners*, *controllers* and *recovery_behaviors*. Each list holds a pair of a *name* and a *type*. The *type* defines which kind of plugin to load. The *name* defines under which name the plugin should be callable by the actions. Package: ros-lyrical-mbf-abstract-nav-dbgsym Package-Type: ddeb Source: ros-lyrical-mbf-abstract-nav Version: 1.2.1-1resolute.20260901.201532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 6592 Depends: ros-lyrical-mbf-abstract-nav (= 1.2.1-1resolute.20260901.201532) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-abstract-nav/ros-lyrical-mbf-abstract-nav-dbgsym_1.2.1-1resolute.20260901.201532_amd64.deb Size: 5837820 SHA256: 8e53eb9c36459a40932b4cbfbd3882e86101c8571430c54d393fba292b9b2787 SHA1: 90e0ed103f4f097bd1ac366061d265090d9c9ec0 MD5sum: b0e7ff978e76a9e18adb836e7ff9c3ec Description: debug symbols for ros-lyrical-mbf-abstract-nav Build-Ids: 6c24f039a7bac0036eb15cfa4f2296471ab5c638 Package: ros-lyrical-mbf-msgs Version: 1.2.1-1resolute.20260901.134423 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 9483 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-msgs/ros-lyrical-mbf-msgs_1.2.1-1resolute.20260901.134423_amd64.deb Size: 558842 SHA256: 5690ee58c4c15506d77374e4185319db1d88f6b60d0aaffef2677b7ab1221542 SHA1: 0038320772d60a342bb58dcede8443dc7899f837 MD5sum: 68f7eb0d6f468ec66aa84ccbeb8671fb Description: The move_base_flex messages package providing the action definition files for the action GetPath, ExePath, Recovery and MoveBase. The action servers providing these action are implemented in mbf_abstract_nav. Package: ros-lyrical-mbf-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-mbf-msgs Version: 1.2.1-1resolute.20260901.134423 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 5786 Depends: ros-lyrical-mbf-msgs (= 1.2.1-1resolute.20260901.134423) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-msgs/ros-lyrical-mbf-msgs-dbgsym_1.2.1-1resolute.20260901.134423_amd64.deb Size: 4130338 SHA256: 8ff36fb057fef0501852969d039dfea23d6b9f431e7a6514abad068884ecea41 SHA1: 2d67b615d50421631614d5e7c0d41afa82e30b74 MD5sum: 2779455c20ed880c323a191e8bd3dc7e Description: debug symbols for ros-lyrical-mbf-msgs Build-Ids: 12282fcd945fd7d9f17264afaf78e4ec59644e58 3c73ae1c03078eca1942109c6cab01c607a4e61e 4ca07daf50317823790c8385f68670dc035588c0 4cdaafde5fbb378460b21026bd540bc2601445ec 53fb432122956992b03d38466bf42c64393f2f72 655ed08755719994e87dd589f4e12a20dbf45776 b2d67cf41fa050a20b9e4b91dd2eb1f400b9af8a e300fe0964c7bdfbecb576a5679f0a53c82ddeaa ea8337b1361d0de129cd874c6289d479c789f9c4 eca97ca89946e6eacdfc62887af166468fe8d1cd ef0b1a77d623974a7521e2a46685e04ae50ac2db Package: ros-lyrical-mbf-simple-core Version: 1.2.1-1resolute.20260901.211619 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 81 Depends: ros-lyrical-geometry-msgs, ros-lyrical-mbf-abstract-core, ros-lyrical-mbf-utility, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-simple-core/ros-lyrical-mbf-simple-core_1.2.1-1resolute.20260901.211619_amd64.deb Size: 12924 SHA256: 6c7d7df935e5de0b4497c1505af643ebc1230ab04775202b9fd98b2602f5d783 SHA1: 790a97df668fc7a47ff31abc99560edb9701aecc MD5sum: 3c2cbbef1e8f60888cbf380b8263f261 Description: This package provides common interfaces for navigation specific robot actions. It contains the SimplePlanner, SimpleController and SimpleRecovery interfaces. The interfaces have to be implemented by the plugins to make them available for Move Base Flex using the mbf_simple_nav navigation implementation. That implementation inherits the mbf_abstract_nav implementation and there is no binding to a map representation. Package: ros-lyrical-mbf-simple-nav Version: 1.2.1-1resolute.20260901.212059 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 464 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-geometry-msgs, ros-lyrical-mbf-abstract-core, ros-lyrical-mbf-abstract-nav, ros-lyrical-mbf-msgs, ros-lyrical-mbf-simple-core, ros-lyrical-mbf-utility, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-simple-nav/ros-lyrical-mbf-simple-nav_1.2.1-1resolute.20260901.212059_amd64.deb Size: 103786 SHA256: 7a30e586c32cafd330ebe97d8c80634d4adbc883e49e2e104bec471a31a46d9c SHA1: 2f8a1f1930acb47d5cd0d30390e4fc3018904e68 MD5sum: 80013a617e17a2b47408060f8801c94c Description: The mbf_simple_nav package contains a simple navigation server implementation of Move Base Flex (MBF). The simple navigation server is bound to no map representation. It provides actions for planning, controlling and recovering. MBF loads all defined plugins which are defined in the lists *planners*, *controllers* and *recovery_behaviors*. Each list holds a pair of a *name* and a *type*. The *type* defines which kind of plugin to load. The *name* defines under which name the plugin should be callable by the actions. It tries to load the defined plugins which implements the defined interfaces in mbf_abstract_core. Package: ros-lyrical-mbf-simple-nav-dbgsym Package-Type: ddeb Source: ros-lyrical-mbf-simple-nav Version: 1.2.1-1resolute.20260901.212059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 1692 Depends: ros-lyrical-mbf-simple-nav (= 1.2.1-1resolute.20260901.212059) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-simple-nav/ros-lyrical-mbf-simple-nav-dbgsym_1.2.1-1resolute.20260901.212059_amd64.deb Size: 1532824 SHA256: 89409c16637cce54f303c5a84af06c1e9d9fc456879fd15014ddf2c607f07a9f SHA1: 4f556b58045edf735b8a488ce6f6c7bc5553abf4 MD5sum: 3f499bf6e772de546d151b839b567b65 Description: debug symbols for ros-lyrical-mbf-simple-nav Build-Ids: 2e0df56ee1dd6e3f9c0720b2b6db784f904ae239 b9d4c3bef361f91f56f22d9723104149d22c1f0c Package: ros-lyrical-mbf-test-utility Version: 1.2.1-1resolute.20260901.200912 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 664 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-mbf-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-test-utility/ros-lyrical-mbf-test-utility_1.2.1-1resolute.20260901.200912_amd64.deb Size: 147826 SHA256: 2f88572a6bcad1119c4c9bbf43745b7980a43b6d04eb071d7e066891eb4fef26 SHA1: 30f923b4db27245aab821f0aea3cd6d2e2d9c7a5 MD5sum: a59e329a7d7601d407463e76715591a2 Description: Contains tools that help with testing move base flex modules. This package should only be used as a test dependency. If some tool shall be used in production, move it into mbf_utility for example. Package: ros-lyrical-mbf-test-utility-dbgsym Package-Type: ddeb Source: ros-lyrical-mbf-test-utility Version: 1.2.1-1resolute.20260901.200912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 3303 Depends: ros-lyrical-mbf-test-utility (= 1.2.1-1resolute.20260901.200912) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-test-utility/ros-lyrical-mbf-test-utility-dbgsym_1.2.1-1resolute.20260901.200912_amd64.deb Size: 2809600 SHA256: 19951f84ad081f8b3fa1f856470e45fce8d31f539f52d776b64a2bbd79eace1b SHA1: 75c0fe6e95c40f38771874b557ed5b3baef9fd77 MD5sum: d0232cb75bd09aeab9303e041696e539 Description: debug symbols for ros-lyrical-mbf-test-utility Build-Ids: 054d2f8879b7aeb6eeeadf52f89fac3450d23877 4567b747f95c3293ced4ee06653b7c4e597812c7 Package: ros-lyrical-mbf-utility Version: 1.2.1-1resolute.20260901.200916 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 535 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-mbf-msgs, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-utility/ros-lyrical-mbf-utility_1.2.1-1resolute.20260901.200916_amd64.deb Size: 119266 SHA256: 113f8f276bf2164efc4266f7e728390fc5d9c356486c94404bf50eab906332b7 SHA1: f6d72eba46f5fc6a5872042db2c47359a8edcd0c MD5sum: 3ecc7b39514c75fb93af0e4574fba4a7 Description: The mbf_utility package Package: ros-lyrical-mbf-utility-dbgsym Package-Type: ddeb Source: ros-lyrical-mbf-utility Version: 1.2.1-1resolute.20260901.200916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 2500 Depends: ros-lyrical-mbf-utility (= 1.2.1-1resolute.20260901.200916) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mbf-utility/ros-lyrical-mbf-utility-dbgsym_1.2.1-1resolute.20260901.200916_amd64.deb Size: 2119904 SHA256: 226d7e7c5845ffe5bd7a1364df9708d24cec19d71595dd2ee1726230de1ac5a3 SHA1: 74a40511b9dc9e33521eb391665182a3b0001417 MD5sum: 4ed3ae83734cbc27c1ae0a3fa1d1c74f Description: debug symbols for ros-lyrical-mbf-utility Build-Ids: e6ac81bfcb22da969ab0e75b69d19c7b443486f2 Package: ros-lyrical-mcap-vendor Version: 0.33.3-1resolute.20260728.210724 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 416 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 1.8.0), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), ros-lyrical-lz4-cmake-module, ros-lyrical-zstd-cmake-module, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mcap_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mcap-vendor/ros-lyrical-mcap-vendor_0.33.3-1resolute.20260728.210724_amd64.deb Size: 131942 SHA256: 3ce9ea20c753a692744b8b06dcbd9aa99e45f6a0fa037ced078ea49e7f225c54 SHA1: 9b9dcef01f389e45e67f9aa106fdf332728a9e3f MD5sum: cb5d1d7470e1556c96c84d07c1e8aac6 Description: mcap vendor package Package: ros-lyrical-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-mcap-vendor Version: 0.33.3-1resolute.20260728.210724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 1298 Depends: ros-lyrical-mcap-vendor (= 0.33.3-1resolute.20260728.210724) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mcap-vendor/ros-lyrical-mcap-vendor-dbgsym_0.33.3-1resolute.20260728.210724_amd64.deb Size: 1186630 SHA256: 6f982d6c523f348cd46a592f0d1dbac19f0537f2fde99233c3973559b4160664 SHA1: 1c8446dd53a313aab37263ff0aabea8f11ad69e8 MD5sum: afd5c5d85c7285ecf5d8e98429d16183 Description: debug symbols for ros-lyrical-mcap-vendor Build-Ids: 89d6e27bf800237f7c5a61d3d85ad3637305a5a0 Package: ros-lyrical-mecanum-drive-controller Version: 6.9.0-1resolute.20260908.111823 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1134 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-control-toolbox, ros-lyrical-controller-interface, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rcpputils, ros-lyrical-realtime-tools, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mecanum-drive-controller/ros-lyrical-mecanum-drive-controller_6.9.0-1resolute.20260908.111823_amd64.deb Size: 252040 SHA256: 028c7547765edc7ea66d701eeab2f8463e98c68522f5f7847e025471924bbe4c SHA1: f893b1c90a347431ad85f411e9e491b4f94e90b3 MD5sum: 529b3d0e27372884ee6c631c4c6976ff Description: Implementation of mecanum drive controller for 4 wheel drive. Package: ros-lyrical-mecanum-drive-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-mecanum-drive-controller Version: 6.9.0-1resolute.20260908.111823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4590 Depends: ros-lyrical-mecanum-drive-controller (= 6.9.0-1resolute.20260908.111823) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mecanum-drive-controller/ros-lyrical-mecanum-drive-controller-dbgsym_6.9.0-1resolute.20260908.111823_amd64.deb Size: 3951300 SHA256: 4c4a2a805fe98ea419b88e3a30132176c367a2410d4815c1251b9aa12179f828 SHA1: b6b6339e47e54aee47cda7bf1bbc517b38045f9d MD5sum: e4169c25b0ea5933d6f83506def9e0c0 Description: debug symbols for ros-lyrical-mecanum-drive-controller Build-Ids: f60ec82a5578d422142f5df5d1ceee87246c669c Package: ros-lyrical-menge-vendor Version: 1.3.0-3resolute.20260728.205700 Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 2224 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2.6.2v5 (>= 2.6.2), libtinyxml-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/menge_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-menge-vendor/ros-lyrical-menge-vendor_1.3.0-3resolute.20260728.205700_amd64.deb Size: 430794 SHA256: 5e662035983e76615b28824d68feffad7c268b25775ed323fada8d0a9938e7bd SHA1: 0a4dd34cd659d5fbe699f2ac0c9d18542ad01934 MD5sum: d7258ea33ba34267046cac5bc54a86f7 Description: Menge is a powerful, cross-platform, modular framework for crowd simulation developed at the University of North Carolina - Chapel Hill. This package includes the core simulation part of origin menge package, with a bit modification for crowd simulation in gazebo and ignition gazebo. Package: ros-lyrical-menge-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-menge-vendor Version: 1.3.0-3resolute.20260728.205700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 7687 Depends: ros-lyrical-menge-vendor (= 1.3.0-3resolute.20260728.205700) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-menge-vendor/ros-lyrical-menge-vendor-dbgsym_1.3.0-3resolute.20260728.205700_amd64.deb Size: 6871680 SHA256: 22b14e629abe9ab8ccf4d9def07ea9ebadd66b92c850549a0c824c1b96fed0e6 SHA1: 9a65943fd328198acdc8b8718fac846e44020b45 MD5sum: 47285cf6608c776fd325119a02e23c30 Description: debug symbols for ros-lyrical-menge-vendor Build-Ids: 62af54055b1be188a943bd2deb3eb398705b66b7 Package: ros-lyrical-message-filters Version: 7.4.2-1resolute.20260901.181000 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 311 Depends: libgcc-s1 (>= 3.0), libstdc++6 (>= 4.1.1), ros-lyrical-builtin-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-rcutils, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/ros2/message_filters Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-message-filters/ros-lyrical-message-filters_7.4.2-1resolute.20260901.181000_amd64.deb Size: 48282 SHA256: 4c106c1635a817991c1a0a7856932a465d17a5cf960208304a6e5a809292ec4d SHA1: 7ee046c44df1ee6fe6e253d601c86c6dc3882070 MD5sum: d8b4816dd71d67fc038714b3169aa9ea Description: A set of ROS 2 message filters which take in messages and may output those messages at a later time, based on the conditions that filter needs met. Package: ros-lyrical-message-filters-dbgsym Package-Type: ddeb Source: ros-lyrical-message-filters Version: 7.4.2-1resolute.20260901.181000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 24 Depends: ros-lyrical-message-filters (= 7.4.2-1resolute.20260901.181000) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-message-filters/ros-lyrical-message-filters-dbgsym_7.4.2-1resolute.20260901.181000_amd64.deb Size: 6522 SHA256: 3dd7c633e7dc7a9ba57ef05f148a187c7eb5c8642c747a0d7dc53cf105e22e85 SHA1: a2d6af1c6c26cc7872f42b371fd7bee5129e70d3 MD5sum: 88fac39f0854f70524271e61a9dab721 Description: debug symbols for ros-lyrical-message-filters Build-Ids: 85ffc8781ccea0997835fd569e6911860b931b81 Package: ros-lyrical-metavision-driver Version: 3.0.2-1resolute.20260901.162355 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 898 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-openeb-vendor, ros-lyrical-event-camera-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/metavision_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-metavision-driver/ros-lyrical-metavision-driver_3.0.2-1resolute.20260901.162355_amd64.deb Size: 215348 SHA256: bb1fc9bca9590b381240d0f374261f0378885b6797b709c44f4dbe2d013375fa SHA1: c66762c27daf4398a6150f2b74adc7ce1c93cdb1 MD5sum: 37622ad7b121b51f35eb15fd8388a23c Description: ROS2 driver for metavision based event cameras Package: ros-lyrical-metavision-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-metavision-driver Version: 3.0.2-1resolute.20260901.162355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 4375 Depends: ros-lyrical-metavision-driver (= 3.0.2-1resolute.20260901.162355) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-metavision-driver/ros-lyrical-metavision-driver-dbgsym_3.0.2-1resolute.20260901.162355_amd64.deb Size: 3818154 SHA256: 95c4546c65281749cc62c3eef698c5a287ff63398ac496c64bc5e4ac2ac0d05f SHA1: 647e9c9e648b8a92593d4c68f9ba9a6f9f1fca35 MD5sum: 8c2b77697fcf5a7041d382d45c63a9a1 Description: debug symbols for ros-lyrical-metavision-driver Build-Ids: 44e1c7f48b91077af01a00194b74ffbf4ddd81c6 6cb5b9717b75fd26700653ce67d4147d71d7fb0d Package: ros-lyrical-micro-ros-diagnostic-msgs Version: 0.3.0-7resolute.20260901.120047 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 976 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/micro_ros_diagnostic_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-micro-ros-diagnostic-msgs/ros-lyrical-micro-ros-diagnostic-msgs_0.3.0-7resolute.20260901.120047_amd64.deb Size: 88748 SHA256: 4bdd7de86413f516dea7d8f6040d93ee326dafa748e2a96d3dfd05360e1e8ecd SHA1: 492b407790cc0076d6691f3a36208ee76ce4df99 MD5sum: 36c68976744c9767a01538f92ce7df4e Description: Ccontains messages and service definitions for micro-ROS diagnostics. Package: ros-lyrical-micro-ros-diagnostic-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-micro-ros-diagnostic-msgs Version: 0.3.0-7resolute.20260901.120047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 705 Depends: ros-lyrical-micro-ros-diagnostic-msgs (= 0.3.0-7resolute.20260901.120047) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-micro-ros-diagnostic-msgs/ros-lyrical-micro-ros-diagnostic-msgs-dbgsym_0.3.0-7resolute.20260901.120047_amd64.deb Size: 476956 SHA256: b7a240b518d017156804ef312904cb7c52cd74fd4a2ccd4e5bf32cee674cc4f0 SHA1: 23632b940ed9fb9c8fe9e3bf6828443b901d245d MD5sum: 2e551b3529b09c6cb3c463bcd8ff20b0 Description: debug symbols for ros-lyrical-micro-ros-diagnostic-msgs Build-Ids: 107e0d8828309d3b4e676b576540c6766687ea69 1dd0cec13d3d8375ba6f85ea9006de3b37350083 2704c7ecbff053cba5acc12f412730d1ddfc53ff 2b09f7528acaa0e470c6e21cb71ca548b2d8ba64 328c2709fa5ae9f6839e6ea721d9598190cbea03 5b28d1320cd909c6ecbe11280b82ad08ce916ac8 766371668b5cb2ebfa7038323d1aa3b610165d8e 800b5b43c5285f27d763ab4bbe09b4993d37d299 8e1d20df348ffa1df552937239d7493d2093f5c8 b268804fe32782b9449855d62b249a49f39691c4 fb3969d48f9b689c8655aaa43abdd7b00e79b93d Package: ros-lyrical-micro-ros-msgs Version: 1.0.0-6resolute.20260901.110937 Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 735 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/micro_ros_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-micro-ros-msgs/ros-lyrical-micro-ros-msgs_1.0.0-6resolute.20260901.110937_amd64.deb Size: 79352 SHA256: 412a986bf03124446513921dc07f94217ce95a717174261979b35f399d1f7b41 SHA1: 24a0ad7c1c015b4e8a95e24dfcd489446a15b36d MD5sum: 57558d8a398cf32a14b0ce8b143f5597 Description: Definitions for the ROS 2 msgs entities information used by micro-ROS to leverage its functionality to the same level as ROS 2, by means of a dedicated graph manager Package: ros-lyrical-micro-ros-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-micro-ros-msgs Version: 1.0.0-6resolute.20260901.110937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 743 Depends: ros-lyrical-micro-ros-msgs (= 1.0.0-6resolute.20260901.110937) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-micro-ros-msgs/ros-lyrical-micro-ros-msgs-dbgsym_1.0.0-6resolute.20260901.110937_amd64.deb Size: 557556 SHA256: cf4da144b8491a544208fed73ff8e615c68baa689463fbafe2e091d2499f00c8 SHA1: 4d2708d751368626745d0b16b23b7034bab3a099 MD5sum: 6c8f9d46ccddc40a001ccdf1791d3157 Description: debug symbols for ros-lyrical-micro-ros-msgs Build-Ids: 0c5bab23ef7be0ff80490294ac5f1af5413fbb6b 2cd16bfdc9e8a1379bb9130ccf50f4b01c9233c8 4153f49825426e9a0d68933a05d48d57d09834f4 566c0b8cf8e55014cc7a77cede58cf20da5abf15 717d52124ad1ae91be0aaeb3ba8c8f35822a3899 8164e9d70f13d664f3988db2813c373b6241e1da 8649e9a4d7dd86d4dcd01d4ecd29f93e90a271e3 a7de46ab9cc04e7760672f142a4b66943b4473bf a8f4b79dc2d2cada9cdc7290a37e5995ef37472e c0ea1096c6b3961bbb384594896f72fc3e0407a0 d4f5dd66f24d49ee8acebecf1a8d8b58cc84e8cd Package: ros-lyrical-microstrain-inertial-description Version: 4.8.0-3resolute.20260728.205708 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 16437 Depends: ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-microstrain-inertial-description/ros-lyrical-microstrain-inertial-description_4.8.0-3resolute.20260728.205708_amd64.deb Size: 2750554 SHA256: 59fb232053be781ac6f1c503b6902347ba86dd06d9b01d2dcd1e53e7192bda86 SHA1: ec9cff0f9be9567a4f38dd952ff908905c6a8fc2 MD5sum: 5ea9be2b3ae714f9656704a403611217 Description: URDF and stl files for MicroStrain sensors. Package: ros-lyrical-microstrain-inertial-msgs Version: 4.8.0-3resolute.20260901.121508 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 8207 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-microstrain-inertial-msgs/ros-lyrical-microstrain-inertial-msgs_4.8.0-3resolute.20260901.121508_amd64.deb Size: 471506 SHA256: 24de8f54bbca91ad4f300d6c856c6bd4c1d24f154b57d205c7bfa2c679c8826d SHA1: 2896f60424e1cab73df8e0b08d0d37830ae66643 MD5sum: 4fa7b523f335517f7ea24d39d73b0ba2 Description: A package that contains ROS message corresponding to microstrain message types. Package: ros-lyrical-microstrain-inertial-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-microstrain-inertial-msgs Version: 4.8.0-3resolute.20260901.121508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 5371 Depends: ros-lyrical-microstrain-inertial-msgs (= 4.8.0-3resolute.20260901.121508) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-microstrain-inertial-msgs/ros-lyrical-microstrain-inertial-msgs-dbgsym_4.8.0-3resolute.20260901.121508_amd64.deb Size: 3947408 SHA256: 6bb6b8b649bd7f96c57fdb79ddbbe2131bbdc69a83acd6f55287cd1b05ecc537 SHA1: 6600064c99dbe5606a39e9a252b7cfa5999ef18f MD5sum: 073e6359ac0b3443372dc81fb1572423 Description: debug symbols for ros-lyrical-microstrain-inertial-msgs Build-Ids: 073d3f0abf8febc28a43dadcdaed464b4868d9cb 20c6c113e566bfe8c4f362f2e4052c8481d99fa4 3f7802bde7f63eeaa7803ed1b4fca420fd689863 582e854e88e87c73c577fb00f822a4c478134a9b 6e8352ef754d168fcb64c48d473bf7270a8e66b6 721470a15578cc0daf080345fbe85f9a7671c13a 7f843d0701e032554269f061847ac94aab8a7f9b 8861eabc240f803290296ea5c5b7ae3fee4c59a9 9277a7a4f6d267c85ebe791a80c643e5eca20f19 bbeacab370b46a322aba172d819663efac0b1dfa c615aad398f9bb48fd3d50becf6bef2930323632 Package: ros-lyrical-microstrain-inertial-rqt Version: 4.8.0-3resolute.20260901.194813 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 422 Depends: ros-lyrical-geometry-msgs, ros-lyrical-microstrain-inertial-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-microstrain-inertial-rqt/ros-lyrical-microstrain-inertial-rqt_4.8.0-3resolute.20260901.194813_amd64.deb Size: 70308 SHA256: a7cff296dfed789bd44c08faa8efb43ccf91fedf519ad6f9f5c98d1dc198cc5c SHA1: 5714e7e421d3dc648fa03260cf685dddda424248 MD5sum: 59d2378c300b4b6b37df1b835fc96d24 Description: The microstrain_inertial_rqt package provides several RQT widgets to view the status of Microstrain devices Package: ros-lyrical-mimick-vendor Version: 0.9.0-3resolute.20260728.205726 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 218 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/Snaipe/Mimick Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mimick-vendor/ros-lyrical-mimick-vendor_0.9.0-3resolute.20260728.205726_amd64.deb Size: 31998 SHA256: 47e810d4839332324da36e45f65f49754ca325629cfacaa149fb4d970711cc38 SHA1: 4273c5a05b98021cea67b679886476695f9df173 MD5sum: 4c2fef200294fbcb763a1678833692ef Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-lyrical-mobile-robot-simulator Version: 2.0.1-1resolute.20260901.200301 Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 1344 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rosgraph-msgs, ros-lyrical-sensor-msgs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mobile_robot_simulator/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mobile-robot-simulator/ros-lyrical-mobile-robot-simulator_2.0.1-1resolute.20260901.200301_amd64.deb Size: 245010 SHA256: a3bdae040e42ece756e6ab30ddab244b89579978debb1f7532eb650b12544ece SHA1: b3942345645efd059ac6b1feac286e6b2a93194e MD5sum: d9d3ba8689adbe93fcccf6fbb92e1b08 Description: The mobile_robot_simulator package Package: ros-lyrical-mobile-robot-simulator-dbgsym Package-Type: ddeb Source: ros-lyrical-mobile-robot-simulator Version: 2.0.1-1resolute.20260901.200301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 6667 Depends: ros-lyrical-mobile-robot-simulator (= 2.0.1-1resolute.20260901.200301) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mobile-robot-simulator/ros-lyrical-mobile-robot-simulator-dbgsym_2.0.1-1resolute.20260901.200301_amd64.deb Size: 5496906 SHA256: 6c88256373df93ea38e16056e976ba33f678945ff768e099db6ee6cdb288bfbd SHA1: 52874f4169833141a5487e3e2ed2c9556d8be6b6 MD5sum: 096c3e48124893ae5fd675d128fdbca3 Description: debug symbols for ros-lyrical-mobile-robot-simulator Build-Ids: 7d4017b4e9d50ce16dfe4c03e0567d8383d0b3c5 ce7dca328443ecbcabe1aefbe8b0a76753d7a986 dce7e4dfd33a6bcd311dae5fcd2dd47c05dbcf10 f8d0b40b129ce989732d700b91303dc6e0f6f361 Package: ros-lyrical-mobileye-560-660-msgs Version: 4.0.0-5resolute.20260901.120034 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2872 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/mobileye_560_660_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mobileye-560-660-msgs/ros-lyrical-mobileye-560-660-msgs_4.0.0-5resolute.20260901.120034_amd64.deb Size: 189908 SHA256: 95618f81df9590a8307941598efd3f5d04ce494bbb4e2bad48e1b74365f0328a SHA1: 522fc4d5c0dffe2cdecc3e9a3b00c9e95d0c86fa MD5sum: 69799d43c07fb5c1bd109adf314329fa Description: Message definitions for the Mobileye 560/660 Package: ros-lyrical-mobileye-560-660-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-mobileye-560-660-msgs Version: 4.0.0-5resolute.20260901.120034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1729 Depends: ros-lyrical-mobileye-560-660-msgs (= 4.0.0-5resolute.20260901.120034) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mobileye-560-660-msgs/ros-lyrical-mobileye-560-660-msgs-dbgsym_4.0.0-5resolute.20260901.120034_amd64.deb Size: 1307874 SHA256: 135ee3c82174c5525ce4a0887069b4da33daab80b98688e9e7755ccdd3ee7226 SHA1: db544afdc37a987fe32195cc3af5995d30194498 MD5sum: 428ea1dfafdeaf99c6606349620e9509 Description: debug symbols for ros-lyrical-mobileye-560-660-msgs Build-Ids: 15339c2de07222e1171e7a8c27fdf04aa5a2a8ba 1e8599cfef936e3ad15ef32e3952d50977a9da7f 1ef468fe07fe9cc6747f627a4c6d517a4173322d 7ae0ea72f5d20a6adb917442f712f0f9a5a136e4 a42f8c01a4f6fedd513e67a57b44cd2c4e2d9b78 d566bb1df426ce7e8e1201dfa51fa74cf9141b78 d8c6d8b9e11e4a00e28bfc189f7c6e9a8abe7b82 db21594c735849b14e920403c7acf3a2669ebee2 db373266157afa323b757b9050562b3616c49890 e3b54f6908b1c004904b43ccba6514f7e3e9782f ea78129170326eca3bb52c9000a8422023517fbd Package: ros-lyrical-mola Version: 3.2.0-1resolute.20260907.120957 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15 Depends: ros-lyrical-mola-bridge-ros2, ros-lyrical-mola-demos, ros-lyrical-mola-input-rawlog, ros-lyrical-mola-input-rosbag2, ros-lyrical-mola-input-video, ros-lyrical-mola-kernel, ros-lyrical-mola-launcher, ros-lyrical-mola-metric-maps, ros-lyrical-mola-pose-list, ros-lyrical-mola-relocalization, ros-lyrical-mola-traj-tools, ros-lyrical-mola-viz, ros-lyrical-mola-yaml, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mola/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola/ros-lyrical-mola_3.2.0-1resolute.20260907.120957_amd64.deb Size: 3624 SHA256: 6449f843a4da1db1138ae8f9884a5befaf522cab91809a7ea50df21855a8ef49 SHA1: add6df72e45c870d1cd19c82195926399e96a398 MD5sum: 0736eda65f3fab53ef1b4da180213c66 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-lyrical-mola-academic-datasets Version: 3.0.0-1resolute.20260821.160118 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14 Depends: ros-lyrical-kitti-metrics-eval, ros-lyrical-mola-input-euroc-dataset, ros-lyrical-mola-input-kitti-dataset, ros-lyrical-mola-input-kitti360-dataset, ros-lyrical-mola-input-mulran-dataset, ros-lyrical-mola-input-paris-luco-dataset, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mola_academic_datasets/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-academic-datasets/ros-lyrical-mola-academic-datasets_3.0.0-1resolute.20260821.160118_amd64.deb Size: 2370 SHA256: 819e28d24c8cfa32ac7f2a0657709271df9afce659f5c62871a306a31768c9c6 SHA1: d50fe4e798779161e0ab1f0f3245c6c6bfebf7fa MD5sum: 698172e9a83da6a9cdcc6f328e0278ad Description: Metapackage with all packages supporting reading academic datasets. Package: ros-lyrical-mola-bridge-ros2 Version: 3.2.0-1resolute.20260901.212811 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3269 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-diagnostic-msgs, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-gps-msgs, ros-lyrical-mola-common, ros-lyrical-mola-msgs, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-nav-interfaces, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_bridge_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-bridge-ros2/ros-lyrical-mola-bridge-ros2_3.2.0-1resolute.20260901.212811_amd64.deb Size: 543262 SHA256: 7b6e11c4c54848ed80713084f6fe271817212a02760d2f3c5bf0b504a2e735be SHA1: 27e6b3f7eff5220d171b70e4c5125e9929bf7938 MD5sum: 580da7ee6ae3d318a660e0af6a3da9ad Description: Bidirectional bridge ROS2-MOLA Package: ros-lyrical-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-bridge-ros2 Version: 3.2.0-1resolute.20260901.212811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15621 Depends: ros-lyrical-mola-bridge-ros2 (= 3.2.0-1resolute.20260901.212811) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-bridge-ros2/ros-lyrical-mola-bridge-ros2-dbgsym_3.2.0-1resolute.20260901.212811_amd64.deb Size: 12693540 SHA256: cd67c61b4135201d2852a861638b4071a14f474afd61a085e5fa954699fcf66e SHA1: 991767110726f3b1297502233c1d4275f842bc64 MD5sum: 49edf90f96578313f220d23c9f99755d Description: debug symbols for ros-lyrical-mola-bridge-ros2 Build-Ids: 6705b821b1fba2379dddda3c3563b330150f192c Package: ros-lyrical-mola-common Version: 0.6.1-1resolute.20260728.204841 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 66 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-common/ros-lyrical-mola-common_0.6.1-1resolute.20260728.204841_amd64.deb Size: 12112 SHA256: 512fa091a111e29975e48cf64e8bcc278b25be8750df3d90fa1261b18be6ccb7 SHA1: 08e3ddbe09e3c927d6656bfb5126e786f62003b5 MD5sum: ab1eb02d86d26adab6a492b1ac4f1227 Description: Common CMake scripts to all MOLA modules Package: ros-lyrical-mola-demos Version: 3.2.0-1resolute.20260821.153911 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 166 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-demos/ros-lyrical-mola-demos_3.2.0-1resolute.20260821.153911_amd64.deb Size: 27762 SHA256: 39388a7e8f4d4d27f4dfb8b40e6319572969597edfdfca90172005a48c2048f8 SHA1: 0c1d47b4686589d1b3b63fb4d6057cfb13f48714 MD5sum: faa6caf3e77fc087914ed36eca3977c3 Description: Demo and example launch files for MOLA Package: ros-lyrical-mola-georeferencing Version: 2.4.2-1resolute.20260907.115853 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 639 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), ros-lyrical-gtsam, ros-lyrical-mola-gtsam-factors, ros-lyrical-mp2p-icp-core, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-mola-yaml, ros-lyrical-mp2p-icp, ros-lyrical-mrpt-libtclap, ros-lyrical-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-georeferencing/ros-lyrical-mola-georeferencing_2.4.2-1resolute.20260907.115853_amd64.deb Size: 184874 SHA256: 3cae7c29bb77dab747399ab53911079eea342c7d553f7bd7ec11a7c64dbb1d43 SHA1: a0f9dfaed8306b49573ee6cd5293d1a4a3d32584 MD5sum: 7b16459dde37b8018fcb04016a440c5f Description: C++ library for georeferencing key-frame maps (simplemaps) and related CLI tools Package: ros-lyrical-mola-georeferencing-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-georeferencing Version: 2.4.2-1resolute.20260907.115853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10362 Depends: ros-lyrical-mola-georeferencing (= 2.4.2-1resolute.20260907.115853) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-georeferencing/ros-lyrical-mola-georeferencing-dbgsym_2.4.2-1resolute.20260907.115853_amd64.deb Size: 10252150 SHA256: 9932e98168ddde4c720218ef9f3d063df0fec0c5e85354164489b28222aa96fc SHA1: a5e83f331cc9775f34a18033df71eb78e8bd7b70 MD5sum: dfb997f3a141d12eb89fd4b291f8ee7b Description: debug symbols for ros-lyrical-mola-georeferencing Build-Ids: 1d88a8c6ffe1304f24e20b687cea2b3bcbf4f22b a27721e437ebd2a316e354a24f5021adef9d8291 c1852c843e623018085984f57a25e69b97d2f62c db29db3d2da17f386e9f2037175c3fb251a6bcaf Package: ros-lyrical-mola-gnss-to-markers Version: 0.1.2-3resolute.20260901.151226 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 797 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-nav-interfaces, ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mola_gnss_to_markers/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-gnss-to-markers/ros-lyrical-mola-gnss-to-markers_0.1.2-3resolute.20260901.151226_amd64.deb Size: 145842 SHA256: 36609e2de6b8e3c883f431aa962c9ed144ce9727c238d4a8aad61fe2a98e3c62 SHA1: d95de9827ded2689d28ee637b093d1eabda31503 MD5sum: 523dba5acfb68b45b8c6893d525fcba0 Description: Takes GNSS (GPS) readings, a MOLA georeferenced map, and publishes markers to visualize the datums as ellipsoids on the map Package: ros-lyrical-mola-gnss-to-markers-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-gnss-to-markers Version: 0.1.2-3resolute.20260901.151226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3589 Depends: ros-lyrical-mola-gnss-to-markers (= 0.1.2-3resolute.20260901.151226) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-gnss-to-markers/ros-lyrical-mola-gnss-to-markers-dbgsym_0.1.2-3resolute.20260901.151226_amd64.deb Size: 2866400 SHA256: 63dc320e8b2e3868ccf9501367657785e07e84ec3b62e0e1d0cdbf49bb7e7c3c SHA1: 8387e9cf3a6c5230ce4a1a6e1bc3f5325a616ddc MD5sum: dc37f3daf69360b9b0e0bf97e2e8ebf4 Description: debug symbols for ros-lyrical-mola-gnss-to-markers Build-Ids: 04d7f5983963ca478b193e7644d8ecdbf5b7d630 Package: ros-lyrical-mola-gtsam-factors Version: 2.4.2-1resolute.20260813.202822 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 451 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-lyrical-gtsam, ros-lyrical-mola-common, ros-lyrical-mrpt-libposes, ros-lyrical-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-gtsam-factors/ros-lyrical-mola-gtsam-factors_2.4.2-1resolute.20260813.202822_amd64.deb Size: 118896 SHA256: 7a28ed742e9562b44ca4c5aa79783e5da0f6b68af738e304b85e779adf390e0e SHA1: 8e935a17f0d0550cbbb86cf3a50d26d793a06d2b MD5sum: 02856199ca9e3eb8fc6a719e965ef42e Description: C++ library with reusable GTSAM Factors useful in georeferencing and state-estimation MOLA modules Package: ros-lyrical-mola-gtsam-factors-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-gtsam-factors Version: 2.4.2-1resolute.20260813.202822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 25287 Depends: ros-lyrical-mola-gtsam-factors (= 2.4.2-1resolute.20260813.202822) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-gtsam-factors/ros-lyrical-mola-gtsam-factors-dbgsym_2.4.2-1resolute.20260813.202822_amd64.deb Size: 25104948 SHA256: 8760f191473c5ee9c30b28133598e2798f86a8653401550020e3c0aee02a37fb SHA1: 3a574ccba776919d31953cb7c3c9c5e528f9018c MD5sum: 730771e4b1fd7304136074965bf78130 Description: debug symbols for ros-lyrical-mola-gtsam-factors Build-Ids: dff3edc504c3037cd569ea1b7cbd7d3e6ffc8901 Package: ros-lyrical-mola-imu-preintegration Version: 2.0.0-1resolute.20260907.105956 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 437 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola_imu_preintegration Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-imu-preintegration/ros-lyrical-mola-imu-preintegration_2.0.0-1resolute.20260907.105956_amd64.deb Size: 149894 SHA256: 2ef7e8a4a01066f26903082f5e0c58a1b8459218a812d4cb5f386ea98f34317a SHA1: e3a27e6ab5d2ee6f92e401cf87d767912b7489be MD5sum: ec480f4ebb38d233a1f35dfe2cc44305 Description: Integrator of IMU angular velocity readings Package: ros-lyrical-mola-imu-preintegration-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-imu-preintegration Version: 2.0.0-1resolute.20260907.105956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6870 Depends: ros-lyrical-mola-imu-preintegration (= 2.0.0-1resolute.20260907.105956) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-imu-preintegration/ros-lyrical-mola-imu-preintegration-dbgsym_2.0.0-1resolute.20260907.105956_amd64.deb Size: 6868362 SHA256: f6131b8354a9527fb159c5712eff110104b2c44c8b5c43a6615438ab47f43086 SHA1: 3b524782b34d4b9269c5181b2aa0463f37562dcc MD5sum: f2c4300888165885ca506146bbcd3463 Description: debug symbols for ros-lyrical-mola-imu-preintegration Build-Ids: cd6dba53dfa8fab755efebed1fb5ccce28a32ddd Package: ros-lyrical-mola-input-euroc-dataset Version: 3.0.0-1resolute.20260821.155532 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 212 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_euroc_dataset Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-euroc-dataset/ros-lyrical-mola-input-euroc-dataset_3.0.0-1resolute.20260821.155532_amd64.deb Size: 68522 SHA256: 5d27521b2f99a6743153be8633ad46cb45934f02fa47198e2ffe5d3faf200b14 SHA1: f756f5d5942be1fa2826eb4fd924084ceda3b374 MD5sum: 9873ea296aa71aa5415152631af5335e Description: Offline RawDataSource from EUROC SLAM datasets Package: ros-lyrical-mola-input-euroc-dataset-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-euroc-dataset Version: 3.0.0-1resolute.20260821.155532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 694 Depends: ros-lyrical-mola-input-euroc-dataset (= 3.0.0-1resolute.20260821.155532) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-euroc-dataset/ros-lyrical-mola-input-euroc-dataset-dbgsym_3.0.0-1resolute.20260821.155532_amd64.deb Size: 644016 SHA256: 3f866a2e6edd09c0639d4f785de49e854708f4a00e68a57ce844efaef175dba0 SHA1: b3ff7b00dab17ca7e854e224d2a8002e30bf439d MD5sum: 658510ddbabc79c3c7c2f0016569a19a Description: debug symbols for ros-lyrical-mola-input-euroc-dataset Build-Ids: 7311f5d7b3fd9b70b054ad057eb506ab23152066 Package: ros-lyrical-mola-input-kitti-dataset Version: 3.0.0-1resolute.20260821.155602 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 255 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_kitti_dataset Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-kitti-dataset/ros-lyrical-mola-input-kitti-dataset_3.0.0-1resolute.20260821.155602_amd64.deb Size: 84616 SHA256: 57fca56596df56e5a3c189f30f236e252df5c3a69f8c7e9a9264618478b67213 SHA1: cec03ac3fed298136483190e18e9220484a0678c MD5sum: a2696d51fbf158e2e201d1a8baf2ab3f Description: Offline RawDataSource from Kitti odometry/SLAM datasets Package: ros-lyrical-mola-input-kitti-dataset-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-kitti-dataset Version: 3.0.0-1resolute.20260821.155602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1286 Depends: ros-lyrical-mola-input-kitti-dataset (= 3.0.0-1resolute.20260821.155602) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-kitti-dataset/ros-lyrical-mola-input-kitti-dataset-dbgsym_3.0.0-1resolute.20260821.155602_amd64.deb Size: 1228366 SHA256: b1896d17b82a8a7218c8e0dcddf4c90521acc7371bb2bf95ca6c56d03f3253e2 SHA1: 7d69b528741db7cc9eccfbb7291d01302d534204 MD5sum: 7a7585379a24545ba1a457c4e1122751 Description: debug symbols for ros-lyrical-mola-input-kitti-dataset Build-Ids: e2d74e117d88c5d05989419aead7b3d65cbc1ef0 Package: ros-lyrical-mola-input-kitti360-dataset Version: 3.0.0-1resolute.20260821.155602 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 386 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_kitti360_dataset Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-kitti360-dataset/ros-lyrical-mola-input-kitti360-dataset_3.0.0-1resolute.20260821.155602_amd64.deb Size: 132006 SHA256: 2b54b98305c52300f1b6ae7c46271c898857263ca04d9e19fd753857bdcfe675 SHA1: b037574a254c16e1448d31e7282e67a0c07bb5d8 MD5sum: fc4b48c56741c3865278ebcb6b22443f Description: Offline RawDataSource from Kitti-360 datasets Package: ros-lyrical-mola-input-kitti360-dataset-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-kitti360-dataset Version: 3.0.0-1resolute.20260821.155602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1951 Depends: ros-lyrical-mola-input-kitti360-dataset (= 3.0.0-1resolute.20260821.155602) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-kitti360-dataset/ros-lyrical-mola-input-kitti360-dataset-dbgsym_3.0.0-1resolute.20260821.155602_amd64.deb Size: 1861900 SHA256: e94d9fa00e49ae532461d3aae785c9d39f608ebb6a386c261cd810e948347d79 SHA1: 0c268e8a2fd4fabb4a956b22b51a266d33faadda MD5sum: 94a92c731e721b8b42ea88f6bf7f3984 Description: debug symbols for ros-lyrical-mola-input-kitti360-dataset Build-Ids: 232864b841c1b26e6b0a3e48b0fe26d9cc9c5160 Package: ros-lyrical-mola-input-lidar-bin-dataset Version: 3.2.0-1resolute.20260821.155458 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 196 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_lidar_bin_dataset Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-lidar-bin-dataset/ros-lyrical-mola-input-lidar-bin-dataset_3.2.0-1resolute.20260821.155458_amd64.deb Size: 61686 SHA256: 3be8722380a4dff00f5cbd4216168470ad5143af204eb7c98eba29156dda94ec SHA1: b127c4ad005c83916bb62076e090da2a75234a79 MD5sum: e05fdfb072d71b5cfcc0bb165f4513b0 Description: Offline RawDataSource from LiDAR datasets stored as `.bin` files in the Kitti binary format Package: ros-lyrical-mola-input-lidar-bin-dataset-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-lidar-bin-dataset Version: 3.2.0-1resolute.20260821.155458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 572 Depends: ros-lyrical-mola-input-lidar-bin-dataset (= 3.2.0-1resolute.20260821.155458) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-lidar-bin-dataset/ros-lyrical-mola-input-lidar-bin-dataset-dbgsym_3.2.0-1resolute.20260821.155458_amd64.deb Size: 525364 SHA256: db6a10ff83af024b62ae8e72f0e5cc140ff8457e40557f83350db9a3c5af24b7 SHA1: d14d12f0128c2ecfb5e7893fe91754c6ee79894e MD5sum: 27552fbb5bb4cf997f3df3a2c96ae182 Description: debug symbols for ros-lyrical-mola-input-lidar-bin-dataset Build-Ids: b3bb141dabb14a3ad2ced673e1e520fa27795be2 Package: ros-lyrical-mola-input-mulran-dataset Version: 3.0.0-1resolute.20260821.155605 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 236 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_mulran_dataset Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-mulran-dataset/ros-lyrical-mola-input-mulran-dataset_3.0.0-1resolute.20260821.155605_amd64.deb Size: 76796 SHA256: a3da1489fc002ddd547016c32c1861c8867256884a6faadfb422624049dba47e SHA1: 7eea47bf059cff573b65f9797008f9037ab7d846 MD5sum: f86010ce7336f2d5fa10c792c7ba6e42 Description: Offline RawDataSource from MulRan datasets Package: ros-lyrical-mola-input-mulran-dataset-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-mulran-dataset Version: 3.0.0-1resolute.20260821.155605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 951 Depends: ros-lyrical-mola-input-mulran-dataset (= 3.0.0-1resolute.20260821.155605) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-mulran-dataset/ros-lyrical-mola-input-mulran-dataset-dbgsym_3.0.0-1resolute.20260821.155605_amd64.deb Size: 886640 SHA256: 6f30b5a1355cb1219fd210730e091160d981572dd84f76ab7e4c0dab4faa65a4 SHA1: dff8eb9a5b3c529633c444c7ed039d8be154336f MD5sum: 25aa695044f699a9475683d70e74cb49 Description: debug symbols for ros-lyrical-mola-input-mulran-dataset Build-Ids: 8a3666531037dd2be0e86bdc384b146235ee466a Package: ros-lyrical-mola-input-ouster Version: 0.1.0-1resolute.20260821.155513 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3168 Depends: libc6 (>= 2.43), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 0.9.8), libpng16-16t64 (>= 1.6.46), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libtins4.5 (>= 4.5), libzip5 (>= 1.0), libzstd1 (>= 1.5.5), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, zlib1g (>= 1:1.2.11), curl, libcurl4-openssl-dev, ros-lyrical-mola-yaml, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-ouster/ros-lyrical-mola-input-ouster_0.1.0-1resolute.20260821.155513_amd64.deb Size: 1031312 SHA256: ed680e56cb5c1d97d78be315aef9cc71c5a4b462b2f3d069d780e1f9fa952362 SHA1: 14c4d6f84aa2dd8cf268ecea648aae4fda585b9d MD5sum: 60d3f09f2be3e21b2c79ff9aa9328613 Description: MOLA input module for Ouster LiDAR sensors using the native Ouster C++ SDK. Provides direct sensor connection and PCAP replay without ROS middleware. Package: ros-lyrical-mola-input-ouster-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-ouster Version: 0.1.0-1resolute.20260821.155513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 32041 Depends: ros-lyrical-mola-input-ouster (= 0.1.0-1resolute.20260821.155513) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-ouster/ros-lyrical-mola-input-ouster-dbgsym_0.1.0-1resolute.20260821.155513_amd64.deb Size: 30681430 SHA256: cbefb7cfefc122f83ecf8500d513fd674f3d7d5f4ea192f9f944b3ab01f3185a SHA1: 7cc7784bdf71a82fdd91c9af29fe5ddfe3faca27 MD5sum: 4a0feabcebeda8abccbe3da5030e6157 Description: debug symbols for ros-lyrical-mola-input-ouster Build-Ids: f3e49744a29411e451849264490d11d7946f3433 Package: ros-lyrical-mola-input-paris-luco-dataset Version: 3.0.0-1resolute.20260821.155618 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 213 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_paris_luco_dataset Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-paris-luco-dataset/ros-lyrical-mola-input-paris-luco-dataset_3.0.0-1resolute.20260821.155618_amd64.deb Size: 70310 SHA256: 7d9d6e2bcb4222eb2a876b2280c9a87cb8ea42a669c43609bbf7b1618e4aae1a SHA1: 3907f5e38d902eac5bd4610db58dc9b1fe37ae36 MD5sum: f007f16ae63e0033b0da8bf83e26fc36 Description: Offline RawDataSource from Paris LUCO (CT-ICP) odometry/SLAM datasets Package: ros-lyrical-mola-input-paris-luco-dataset-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-paris-luco-dataset Version: 3.0.0-1resolute.20260821.155618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 867 Depends: ros-lyrical-mola-input-paris-luco-dataset (= 3.0.0-1resolute.20260821.155618) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-paris-luco-dataset/ros-lyrical-mola-input-paris-luco-dataset-dbgsym_3.0.0-1resolute.20260821.155618_amd64.deb Size: 815620 SHA256: 6eea69b423dfa7a4d996a0c1c1ee9f616697a732c62f9b749237ab2882ec08e5 SHA1: 8bf63e851fe00fef7c456f20b4491a5d40845d06 MD5sum: a8b0044d4e36e669837a314db52f508e Description: debug symbols for ros-lyrical-mola-input-paris-luco-dataset Build-Ids: 1cf1ebfe1b262a165a0dafdfc97e88bbdc86c55c Package: ros-lyrical-mola-input-rawlog Version: 3.2.0-1resolute.20260821.155524 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 207 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_rawlog Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-rawlog/ros-lyrical-mola-input-rawlog_3.2.0-1resolute.20260821.155524_amd64.deb Size: 64602 SHA256: 092fe7b06f3b8bf5c9587dfd251546005af5e9b28373e178409d050bb04f2bad SHA1: 82ea1cad90aab07c91dd58d83d4d5f05ec60dcf5 MD5sum: 619c03f99d8c40ba8af12cfc0e49062a Description: Offline RawDataSource from MRPT rawlog datasets Package: ros-lyrical-mola-input-rawlog-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-rawlog Version: 3.2.0-1resolute.20260821.155524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 609 Depends: ros-lyrical-mola-input-rawlog (= 3.2.0-1resolute.20260821.155524) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-rawlog/ros-lyrical-mola-input-rawlog-dbgsym_3.2.0-1resolute.20260821.155524_amd64.deb Size: 561798 SHA256: a416d6d299ffb186f18b3d657b0fffaa529fdd9213821422d5e6322c1550321c SHA1: 9835134a7b0612d7d386a43fd0054b7872d7195a MD5sum: a5b3af09904e75d1eb6573ba52a7214e Description: debug symbols for ros-lyrical-mola-input-rawlog Build-Ids: 6640eaef5edbf11dbfb6802387d11a0ca1b2a55a Package: ros-lyrical-mola-input-rosbag1 Version: 0.4.0-1resolute.20260901.200656 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 852 Depends: libbz2-1.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 0.0~r113), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, libboost-date-time-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-regex-dev, libbz2-dev, liblz4-dev, libopencv-dev, ros-lyrical-geometry-msgs, ros-lyrical-mola-common, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola_input_ros1bag Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-rosbag1/ros-lyrical-mola-input-rosbag1_0.4.0-1resolute.20260901.200656_amd64.deb Size: 273800 SHA256: 313cf08e4904adb4ac906facab3c4da55534277152d75fa6397a80c61751ec3a SHA1: 0d3220ff5ef55c6b1843f655fa4d70e415fd9655 MD5sum: 7998c1f07bf5e4d57e1d5a57bea6e199 Description: MOLA DataSource from ROS1 bag files that does not need a ROS1 installation Package: ros-lyrical-mola-input-rosbag1-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-rosbag1 Version: 0.4.0-1resolute.20260901.200656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5803 Depends: ros-lyrical-mola-input-rosbag1 (= 0.4.0-1resolute.20260901.200656) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-rosbag1/ros-lyrical-mola-input-rosbag1-dbgsym_0.4.0-1resolute.20260901.200656_amd64.deb Size: 5403764 SHA256: d6a3af2babb234d06fcefe318b5604b4acc7a7bc4ea40d47292a16e990431d3d SHA1: a1d2dd55ccb18d6a81409c150ca8e0389017c595 MD5sum: a6488f04b300789962bb609b3bb11fc4 Description: debug symbols for ros-lyrical-mola-input-rosbag1 Build-Ids: 5d1b20fb013383dcfe84e0f8586836efe21ba555 d40bd668a7e4187f88750810eed34add61012010 Package: ros-lyrical-mola-input-rosbag2 Version: 3.2.0-1resolute.20260901.212838 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 450 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-cv-bridge, ros-lyrical-gps-msgs, ros-lyrical-mrpt-libros-bridge, ros-lyrical-rosbag2-cpp, ros-lyrical-sensor-msgs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_rosbag2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-rosbag2/ros-lyrical-mola-input-rosbag2_3.2.0-1resolute.20260901.212838_amd64.deb Size: 150774 SHA256: 56a94878eb4e81586a40aedf511391c74cfeccf3758c934121091d63703d2c83 SHA1: aae0e466c6396f8c57d06e24a528fc12ee32a87a MD5sum: bffdc606b62dddf9b8008dc31097b279 Description: Offline RawDataSource from rosbag2 datasets Package: ros-lyrical-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-rosbag2 Version: 3.2.0-1resolute.20260901.212838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2194 Depends: ros-lyrical-mola-input-rosbag2 (= 3.2.0-1resolute.20260901.212838) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-rosbag2/ros-lyrical-mola-input-rosbag2-dbgsym_3.2.0-1resolute.20260901.212838_amd64.deb Size: 2061008 SHA256: 6aef01389866961ffc585223ab7b693d6e192b18934a3efb34c395cb5474aa6a SHA1: 8c1c78e6294b095d459c1d33ce9169904f1e5de5 MD5sum: 806ff230b665ba9493c1fe3b3816fc10 Description: debug symbols for ros-lyrical-mola-input-rosbag2 Build-Ids: 55ef39df99a81cbe4a4dc0574a52ed1e9c049373 Package: ros-lyrical-mola-input-video Version: 3.2.0-1resolute.20260821.155524 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 206 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libhwdrivers, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_video Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-video/ros-lyrical-mola-input-video_3.2.0-1resolute.20260821.155524_amd64.deb Size: 65796 SHA256: 3bce84af3fae3f2ec47062b766218e031b50fa891c8fd3948d45231f92e6419c SHA1: 7ede82ebc383b3b1ecd179fc2de44ed8008f2de8 MD5sum: 69f7a8ec453be7d9b1701a0ddaea4014 Description: RawDataSource from live or offline video sources Package: ros-lyrical-mola-input-video-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-input-video Version: 3.2.0-1resolute.20260821.155524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 733 Depends: ros-lyrical-mola-input-video (= 3.2.0-1resolute.20260821.155524) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-input-video/ros-lyrical-mola-input-video-dbgsym_3.2.0-1resolute.20260821.155524_amd64.deb Size: 688008 SHA256: 8c77af73a0c2496cd56ab124c6d9a59d11010d76d47ce9933487125e3213aed9 SHA1: 30dfee9705ca0c0a98427beaad4f5ea3d5bd3f6c MD5sum: f04b46634738a8f1958d8c74c93138ae Description: debug symbols for ros-lyrical-mola-input-video Build-Ids: 31b597e70402536b24b4c6fd5d77f236c021de10 Package: ros-lyrical-mola-kernel Version: 3.2.0-1resolute.20260821.154630 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 414 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-mola-yaml, ros-lyrical-mrpt-libmaps, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_kernel Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-kernel/ros-lyrical-mola-kernel_3.2.0-1resolute.20260821.154630_amd64.deb Size: 126834 SHA256: 3cbffee356b82119f3f06834544c9b6b2b22e70285f5cefff86351a107cef5e2 SHA1: 06ff08f2e44c01a6420317993254c386f5f57cd7 MD5sum: 0f301fc65a55664947f6718b36493875 Description: Fundamental C++ virtual interfaces and data types for the rest of MOLA modules Package: ros-lyrical-mola-kernel-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-kernel Version: 3.2.0-1resolute.20260821.154630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1701 Depends: ros-lyrical-mola-kernel (= 3.2.0-1resolute.20260821.154630) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-kernel/ros-lyrical-mola-kernel-dbgsym_3.2.0-1resolute.20260821.154630_amd64.deb Size: 1605716 SHA256: fc840d134b1ef59df28054f9fc7a54df73c06bee25339f68e44d40c815a894c2 SHA1: 1df5a3dc84397e95e579ca603d5eb296448b3757 MD5sum: efdad391b78020597f786c5c6e75e746 Description: debug symbols for ros-lyrical-mola-kernel Build-Ids: b5ed5127c3c213d22ef79e1d174f8bd8800456db Package: ros-lyrical-mola-launcher Version: 3.2.0-1resolute.20260821.155507 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1369 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mola-yaml, ros-lyrical-mrpt-libbase, libcli11-dev, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_launcher Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-launcher/ros-lyrical-mola-launcher_3.2.0-1resolute.20260821.155507_amd64.deb Size: 268334 SHA256: 751dbe0457346789a8a0bb6b1803ad353802a51d8136126e3a334c2fa033b2b5 SHA1: a3a24a639afd9404fec0dcd7e4c79dcf0da41e91 MD5sum: 2d5a936fc444f1a17a6d9098f61d55ac Description: Launcher app for MOLA systems Package: ros-lyrical-mola-launcher-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-launcher Version: 3.2.0-1resolute.20260821.155507 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4105 Depends: ros-lyrical-mola-launcher (= 3.2.0-1resolute.20260821.155507) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-launcher/ros-lyrical-mola-launcher-dbgsym_3.2.0-1resolute.20260821.155507_amd64.deb Size: 3796562 SHA256: d481b774d2b367683c71e179165bfeed8a5ac57780f8bcbc584a14769fa5a3a8 SHA1: 97aaaec1f30d09c84b5f22bd2ef0af128fbf1dfe MD5sum: 740ee9d33b705438306466c1aeff9483 Description: debug symbols for ros-lyrical-mola-launcher Build-Ids: 0926cebbefded3f57537130c2388e49cc73cf6dd 2582f876ca576ee99646344d94e58243f43b0209 320e57006c814bb47fc48f19a23c5c90d427b7d6 82a7ee027398858b30dd4d394fc9ac5dc6d0ffa0 Package: ros-lyrical-mola-lidar-odometry Version: 3.2.0-1resolute.20260907.120930 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2554 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-imu-preintegration, ros-lyrical-mola-input-kitti-dataset, ros-lyrical-mola-input-kitti360-dataset, ros-lyrical-mola-input-mulran-dataset, ros-lyrical-mola-input-paris-luco-dataset, ros-lyrical-mola-input-rawlog, ros-lyrical-mola-input-rosbag2, ros-lyrical-mola-kernel, ros-lyrical-mola-pose-list, ros-lyrical-mola-state-estimation-simple, ros-lyrical-mola-state-estimation-smoother, ros-lyrical-mola-yaml, ros-lyrical-mp2p-icp-core, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, libcli11-dev, ros-lyrical-mola-bridge-ros2, ros-lyrical-mola-common, ros-lyrical-mola-launcher, ros-lyrical-mola-viz, ros-lyrical-mola-viz-imgui, ros-lyrical-mp2p-icp, ros-lyrical-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-lidar-odometry/ros-lyrical-mola-lidar-odometry_3.2.0-1resolute.20260907.120930_amd64.deb Size: 652234 SHA256: 3088e1d7f3dfd4ee4663537ab3e2766f7d2f497baf7796a21624a856bac8b207 SHA1: 4f820fdcd2fe067497a73c1778ee50f759d72285 MD5sum: c251d2bdffae8ba2f912b5972e38a28c Description: LIDAR odometry system based on MOLA and MRPT components Package: ros-lyrical-mola-lidar-odometry-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-lidar-odometry Version: 3.2.0-1resolute.20260907.120930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 12724 Depends: ros-lyrical-mola-lidar-odometry (= 3.2.0-1resolute.20260907.120930) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-lidar-odometry/ros-lyrical-mola-lidar-odometry-dbgsym_3.2.0-1resolute.20260907.120930_amd64.deb Size: 12184100 SHA256: 87c196075a967f2c8721817082ea8db278ddf5396b8cc5a212ae628e8876d346 SHA1: 5aa3cd1486e48f3f5e0fb0bfcb00d92d2f5ebef0 MD5sum: eb992895ac1d67d47f496dd71b38de3d Description: debug symbols for ros-lyrical-mola-lidar-odometry Build-Ids: 6e9ecf6feece3b2c6b3d6676e999801361248b87 c0b931c2b5cff0ddb5a96842a1dc735c05e870dd Package: ros-lyrical-mola-metric-maps Version: 3.2.0-1resolute.20260907.115849 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3210 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), ros-lyrical-mp2p-icp-core, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, libcli11-dev, libtbb-dev, ros-lyrical-mola-common, ros-lyrical-mola-kernel, ros-lyrical-mp2p-icp, ros-lyrical-nanoflann-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_metric_maps Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-metric-maps/ros-lyrical-mola-metric-maps_3.2.0-1resolute.20260907.115849_amd64.deb Size: 701094 SHA256: 8d6f3bf3657df3c81f4726dc97c4aaf4242b4f1e0bf548a22d0ce55a81c4ee78 SHA1: 7205f715e7240a3992816c3ef5f9dc05cfe351e3 MD5sum: c890c80b7e634df0eb1fcb5906a0955a Description: Advanced metric map classes, using the generic `mrpt::maps::CMetricMap` interface, for use in other MOLA odometry and SLAM modules. Package: ros-lyrical-mola-metric-maps-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-metric-maps Version: 3.2.0-1resolute.20260907.115849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17272 Depends: ros-lyrical-mola-metric-maps (= 3.2.0-1resolute.20260907.115849) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-metric-maps/ros-lyrical-mola-metric-maps-dbgsym_3.2.0-1resolute.20260907.115849_amd64.deb Size: 16261582 SHA256: 7158c00097c6f4c89a80969d93567a19e57421a42ab68b1165277d295cc2e734 SHA1: b0c1bbf7db5582c605010904c50f5ed3e2b39f0e MD5sum: f1aeb50d2354567793c9d724db3fb84b Description: debug symbols for ros-lyrical-mola-metric-maps Build-Ids: 365667fb53efdd963402b8b964a891789e6b8506 4177cf30a1a85f883d350ce9fe736ffa25989a60 74f546a51d9bb65ceb3d371535c407637f11c35d 97b5ae09b7b971a306453273aa3298ef4a73026a a63245eb3cd2658107c7f8ac55395e8818ce2a47 bc4279bf41ec931750f993e841133d97f17ff25c Package: ros-lyrical-mola-msgs Version: 3.2.0-1resolute.20260901.134451 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2805 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-mrpt-msgs, ros-lyrical-nav-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-msgs/ros-lyrical-mola-msgs_3.2.0-1resolute.20260901.134451_amd64.deb Size: 196920 SHA256: dcc958b32e037de0ffcbd462dff4b761f65c3ea7e02dd149c65891cd0d2bfe4c SHA1: bd5aeeada22b657a8afbaae21ae417c759258669 MD5sum: 8e269d44374b4dce3d6984a5c637bacb Description: ROS message, services, and actions used in other MOLA packages. Package: ros-lyrical-mola-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-msgs Version: 3.2.0-1resolute.20260901.134451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2134 Depends: ros-lyrical-mola-msgs (= 3.2.0-1resolute.20260901.134451) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-msgs/ros-lyrical-mola-msgs-dbgsym_3.2.0-1resolute.20260901.134451_amd64.deb Size: 1555018 SHA256: 102a073158247de282e7b2b57375bb53b3e7e8c4adebb9ea9462acbba8f92e56 SHA1: 09516b5cdae1ffd381ea4fa5adf9122080880283 MD5sum: 706fc50cf567123142f240de121f6f9d Description: debug symbols for ros-lyrical-mola-msgs Build-Ids: 1477fd92b5ae27ed37f98be809ef1bd7cf0ccc85 2b08a61f702ed1ac41234ab85bb329177a513c2c 5501e69aecf195760898167d1a100603b64c52a5 5a7157658a1f66a4d4496e61875c208e447bb3d2 5fbad6c148491f2321d22d4f0f28cc8276751862 974b959d1c4a1013eeb366fc530d27402b1c7881 9d2de261cfb13bcec1a5f7e275f1d762115baabe 9e23c3eb8b17f448aee75f8dc143210f2ffa2fc4 a9a65b08835f7a7969da9b8ca08e61bbde69494e e2dc82ff22092072235ab2599d66f01bdef79628 faed5086ac307ae022fbbc397b729498b0b522a4 Package: ros-lyrical-mola-pose-list Version: 3.2.0-1resolute.20260821.153901 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 143 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_pose_list Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-pose-list/ros-lyrical-mola-pose-list_3.2.0-1resolute.20260821.153901_amd64.deb Size: 45738 SHA256: 62c0306947becfed062e8d8a5720759a287ade90093a04dac0c90138a2aab0a4 SHA1: 74a943d8ed60f109ad448fa5de3ce9821544ca84 MD5sum: 7884036913d593f02bce0d21463a74ff Description: C++ library for searchable pose lists Package: ros-lyrical-mola-pose-list-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-pose-list Version: 3.2.0-1resolute.20260821.153901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 454 Depends: ros-lyrical-mola-pose-list (= 3.2.0-1resolute.20260821.153901) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-pose-list/ros-lyrical-mola-pose-list-dbgsym_3.2.0-1resolute.20260821.153901_amd64.deb Size: 430480 SHA256: 6a8ed0f51d3c8969e680a1729c6389045066489e06f198fc0ad733da03bfa1c6 SHA1: c2ddae2e7895d6146bd148bef1abea85e0aa66e2 MD5sum: 1d6a692ad48fefa917ba1cce0f3ae99e Description: debug symbols for ros-lyrical-mola-pose-list Build-Ids: 3df2bf5595c2a2b16a2027a2606955fb7900b9e0 Package: ros-lyrical-mola-relocalization Version: 3.2.0-1resolute.20260907.115854 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 135 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-pose-list, ros-lyrical-mp2p-icp-core, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-mp2p-icp, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libslam, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_relocalization Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-relocalization/ros-lyrical-mola-relocalization_3.2.0-1resolute.20260907.115854_amd64.deb Size: 41938 SHA256: f92070267188ebf4b854e1132c769ac9a991b7f0f35c3e225dc25c04858980fe SHA1: 0d9f40d04a44e76c78ba7011c629e2b180831f6f MD5sum: a6e2603360c49176af0c61c906a6f076 Description: C++ library with algorithms for relocalization, global localization, or pose estimation given a large initial uncertainty Package: ros-lyrical-mola-relocalization-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-relocalization Version: 3.2.0-1resolute.20260907.115854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 807 Depends: ros-lyrical-mola-relocalization (= 3.2.0-1resolute.20260907.115854) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-relocalization/ros-lyrical-mola-relocalization-dbgsym_3.2.0-1resolute.20260907.115854_amd64.deb Size: 776722 SHA256: a3a4a0ece3a4753158c9884ffc478190f1ab04bf3535222b043533c9f70f294c SHA1: eb3531eec5fa0413fb2759ef5619363ff2bcdb6b MD5sum: 5186573a5dd4c8c2b286346146da461c Description: debug symbols for ros-lyrical-mola-relocalization Build-Ids: 5c4ec988447758e1f10cfdc07b7230633e64366d Package: ros-lyrical-mola-sm-loop-closure Version: 1.2.2-1resolute.20260907.120656 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1700 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), ros-lyrical-gtsam, ros-lyrical-mola-georeferencing, ros-lyrical-mola-gtsam-factors, ros-lyrical-mola-pose-list, ros-lyrical-mola-relocalization, ros-lyrical-mola-yaml, ros-lyrical-mp2p-icp-core, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, libtbb-dev, ros-lyrical-mola-common, ros-lyrical-mp2p-icp, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libtclap, ros-lyrical-ros-workspace Homepage: https://docs.mola-slam.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-sm-loop-closure/ros-lyrical-mola-sm-loop-closure_1.2.2-1resolute.20260907.120656_amd64.deb Size: 600250 SHA256: 4368f3e3a9d9fa81fcf543655599851703a5eba3735b54f8fdb873a941f098e0 SHA1: b4e71d91530c720f03fe5052275a6c5c3471eb37 MD5sum: 9c87fbd6c2720685c145f3e2ef90edc4 Description: Simplemap loop-closure postprocessing library and CLI tool Package: ros-lyrical-mola-sm-loop-closure-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-sm-loop-closure Version: 1.2.2-1resolute.20260907.120656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 31658 Depends: ros-lyrical-mola-sm-loop-closure (= 1.2.2-1resolute.20260907.120656) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-sm-loop-closure/ros-lyrical-mola-sm-loop-closure-dbgsym_1.2.2-1resolute.20260907.120656_amd64.deb Size: 31440222 SHA256: 39de119d9558d0fd9bb088d7dc52c7b47963f714a63ffad9b475a67801438169 SHA1: f598c9cd06245a6538f2a55df9d2d95ccc2b7d81 MD5sum: 96a804c44a115ae80918b3969b4ce885 Description: debug symbols for ros-lyrical-mola-sm-loop-closure Build-Ids: 0546a1f8d3200dc1263301a813d9c47c9048ff73 16e286b06f8e47fe83e1af80970298c1ee18b47e Package: ros-lyrical-mola-state-estimation Version: 2.4.2-1resolute.20260907.111706 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 45 Depends: ros-lyrical-mola-state-estimation-simple, ros-lyrical-mola-state-estimation-smoother, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-state-estimation/ros-lyrical-mola-state-estimation_2.4.2-1resolute.20260907.111706_amd64.deb Size: 6998 SHA256: 4f6648a104847bbd35b20b50b199c5e120766e523c214ec55735f330ce8d6565 SHA1: 7c50a9ce94c224c45b0717e5725ce16e5d5e8ebe MD5sum: c55275c4049a09a410e4d5dbfbe61562 Description: Metapackage with all MOLA state estimation packages. Package: ros-lyrical-mola-state-estimation-simple Version: 2.4.2-1resolute.20260907.111116 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 339 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-imu-preintegration, ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-state-estimation-simple/ros-lyrical-mola-state-estimation-simple_2.4.2-1resolute.20260907.111116_amd64.deb Size: 115304 SHA256: 8b64be016eec9159e4622742393dc4a32af264c0c2f8531b9e5960e4e84ddf6d SHA1: 91e3673f55206b5f1935ae284f2127580d2faf26 MD5sum: a956761ab832d971c76d720daf23614b Description: SE(3) pose and twist path data fusion estimator Package: ros-lyrical-mola-state-estimation-simple-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-state-estimation-simple Version: 2.4.2-1resolute.20260907.111116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1324 Depends: ros-lyrical-mola-state-estimation-simple (= 2.4.2-1resolute.20260907.111116) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-state-estimation-simple/ros-lyrical-mola-state-estimation-simple-dbgsym_2.4.2-1resolute.20260907.111116_amd64.deb Size: 1234972 SHA256: 02adc0988fc2b9a926f9cc5ec2d6fa769d0d47c55e49a59be801a1d083f6b5e4 SHA1: 30135430f07243903df1998ffc46266cc814f0b4 MD5sum: 1d7cbd1a74752b942097c283c0e18011 Description: debug symbols for ros-lyrical-mola-state-estimation-simple Build-Ids: 46b658745d5f1d1fa0e09f902408097d254dfbce Package: ros-lyrical-mola-state-estimation-smoother Version: 2.4.2-1resolute.20260907.110853 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 963 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtbb12 (>= 2021.4.0), ros-lyrical-gtsam, ros-lyrical-mola-gtsam-factors, ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-mola-imu-preintegration, ros-lyrical-mola-launcher, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-state-estimation-smoother/ros-lyrical-mola-state-estimation-smoother_2.4.2-1resolute.20260907.110853_amd64.deb Size: 290186 SHA256: 31977ebf1381939b732818468b75e0a63806ab7ddae6c32074e6db53e70fbd0a SHA1: 9b7240320d8a11a9658a44cf5167c0ad1df0b31d MD5sum: 6b0f8372931b498f9034939a6e10c12a Description: SE(3) pose and twist path data fusion estimator Package: ros-lyrical-mola-state-estimation-smoother-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-state-estimation-smoother Version: 2.4.2-1resolute.20260907.110853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11623 Depends: ros-lyrical-mola-state-estimation-smoother (= 2.4.2-1resolute.20260907.110853) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-state-estimation-smoother/ros-lyrical-mola-state-estimation-smoother-dbgsym_2.4.2-1resolute.20260907.110853_amd64.deb Size: 11385076 SHA256: 7e55b2c0b2b63dc70b557d01ac170a79e5c3e6325dfba072d222fc28d7206b4d SHA1: db2c990e81ded92203538f49c8db4efefea54017 MD5sum: 61c7f294071fc39461c1a69db5e8a595 Description: debug symbols for ros-lyrical-mola-state-estimation-smoother Build-Ids: 95f25ba719a5708682b033fc752f15a3a46e242e d2ebd8525df2dd9dd49c57acd34012358176d1ae Package: ros-lyrical-mola-test-datasets Version: 0.5.0-1resolute.20260728.204908 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 151663 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-test-datasets/ros-lyrical-mola-test-datasets_0.5.0-1resolute.20260728.204908_amd64.deb Size: 152898244 SHA256: 1f29fdb223c429157e037de52628974a73d6ed46e0e4b45d5fa41c3e66c83546 SHA1: 852e3c0dfc721a98f77a1e44495f629a546091bd MD5sum: f291d48a2987e343a5d66d87fa4b8c49 Description: Small SLAM dataset extracts used for demos or unit tests in the rest of MOLA packages Package: ros-lyrical-mola-traj-tools Version: 3.2.0-1resolute.20260821.153921 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 115 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libposes, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_traj_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-traj-tools/ros-lyrical-mola-traj-tools_3.2.0-1resolute.20260821.153921_amd64.deb Size: 16240 SHA256: 96dcd1cfd56a15215558c8395422637a02c7de574c72b9191e64356a1713dc31 SHA1: b207cb7be64446563dc577b10171597403e46277 MD5sum: d736023c157fc090a8b0d86314bdb0ac Description: CLI tools to manipulate trajectory files as a complement to the evo package Package: ros-lyrical-mola-traj-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-traj-tools Version: 3.2.0-1resolute.20260821.153921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 577 Depends: ros-lyrical-mola-traj-tools (= 3.2.0-1resolute.20260821.153921) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-traj-tools/ros-lyrical-mola-traj-tools-dbgsym_3.2.0-1resolute.20260821.153921_amd64.deb Size: 435894 SHA256: cb86d5beb86fe3deb1c01d1c2b6acdfd06c1136f616fcbf3bf2acfcddfacce04 SHA1: f74f0496ab40c45f3d3197cf1fb66f2a02f311f2 MD5sum: a01729559d701ab3e6420d06d23ce565 Description: debug symbols for ros-lyrical-mola-traj-tools Build-Ids: 05983ce4da4913cb9353cf353ccced8dc8ad2c93 0be0a8fd323d88da58f1e48d2e21651c648de0ab 1e585ce93b01277926294755a354c61df89e431f 596173cada11c0aae9fb552683905dbf3bb1375e f528e5b1b6eb1f19ed39dfc6edf05c451506e481 Package: ros-lyrical-mola-viz Version: 3.2.0-1resolute.20260821.155517 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 600 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_viz Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-viz/ros-lyrical-mola-viz_3.2.0-1resolute.20260821.155517_amd64.deb Size: 198432 SHA256: c3f01b4863297f83fd0739404ff310b8910e410ff49738e9ad0108231a1264a3 SHA1: 2115589ac970f56e636720d55a4085f3a8419e13 MD5sum: 367c0843204bb0cc435002898fe331ac Description: GUI for MOLA Package: ros-lyrical-mola-viz-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-viz Version: 3.2.0-1resolute.20260821.155517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3311 Depends: ros-lyrical-mola-viz (= 3.2.0-1resolute.20260821.155517) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-viz/ros-lyrical-mola-viz-dbgsym_3.2.0-1resolute.20260821.155517_amd64.deb Size: 3008576 SHA256: 92d47ed8562db542b63d02fe6761c3e3ab301048eabfa5d08e14fc1911c4f4d2 SHA1: 62a4c4cccf3eb9323c0ab652a5797ae3e64bfc0a MD5sum: e94e5d91240989b9a53704b8877c88c4 Description: debug symbols for ros-lyrical-mola-viz Build-Ids: ffbab3a8570b9fc1464e14f11ac8d14b73297b6a Package: ros-lyrical-mola-viz-imgui Version: 3.2.0-1resolute.20260821.155512 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5777 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.4), libopengl0, libstdc++6 (>= 14), ros-lyrical-mola-kernel, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, freeglut3-dev, libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_viz_imgui Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-viz-imgui/ros-lyrical-mola-viz-imgui_3.2.0-1resolute.20260821.155512_amd64.deb Size: 1206542 SHA256: 6c3eab55171272ac0294f79ad25eb8c378b01ab13f9b7913fc09a8b667cc2165 SHA1: 5311cde508b6324b6d4e889e1a3e0ed3687f5e17 MD5sum: 0688dc555f28d41e9b36ebf38adbfc06 Description: Dear ImGui (docking branch) GUI backend for MOLA Package: ros-lyrical-mola-viz-imgui-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-viz-imgui Version: 3.2.0-1resolute.20260821.155512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13225 Depends: ros-lyrical-mola-viz-imgui (= 3.2.0-1resolute.20260821.155512) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-viz-imgui/ros-lyrical-mola-viz-imgui-dbgsym_3.2.0-1resolute.20260821.155512_amd64.deb Size: 12364086 SHA256: eee8fbfffb3074cc560484640f00e7ea5eaf07e5d8e41e207a1d508e72158878 SHA1: 997b2673a81d20131e1b0ec2032008cf00a438e2 MD5sum: feed815518ab28c5bfa6d047b9b1a938 Description: debug symbols for ros-lyrical-mola-viz-imgui Build-Ids: b632ac1d4a3e5fc85bb182f9e8e4e96d1c17074e Package: ros-lyrical-mola-yaml Version: 3.2.0-1resolute.20260821.153725 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 187 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libbase, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_yaml Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-yaml/ros-lyrical-mola-yaml_3.2.0-1resolute.20260821.153725_amd64.deb Size: 61030 SHA256: c21630a6aa0f6443b9fb7fed6a753ae1532ab0ea572f33741177a45272ff3b41 SHA1: 382333ddafe52cf147ca3714e974633a0b2a2bf6 MD5sum: e9679981046fb8df23f2eb5079e7c647 Description: YAML helper library common to MOLA modules Package: ros-lyrical-mola-yaml-dbgsym Package-Type: ddeb Source: ros-lyrical-mola-yaml Version: 3.2.0-1resolute.20260821.153725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 593 Depends: ros-lyrical-mola-yaml (= 3.2.0-1resolute.20260821.153725) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mola-yaml/ros-lyrical-mola-yaml-dbgsym_3.2.0-1resolute.20260821.153725_amd64.deb Size: 558570 SHA256: 8d4a0d06ca5839708838518a26163edd98051da3adf143c5bf9a3000842bb3c5 SHA1: 048a93a36561f1496e3f9b5841374b90a806b5dd MD5sum: f0c8d1d1111141d8d350327f6ba732e9 Description: debug symbols for ros-lyrical-mola-yaml Build-Ids: defd71d84127e2b8f775b720333bf361c51993cb Package: ros-lyrical-motion-capture-tracking Version: 1.0.9-1resolute.20260901.195412 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 1344 Depends: libc6 (>= 2.43), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libpcl-dev, ros-lyrical-eigen3-cmake-module, ros-lyrical-motion-capture-tracking-interfaces, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/motion_capture_tracking/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-motion-capture-tracking/ros-lyrical-motion-capture-tracking_1.0.9-1resolute.20260901.195412_amd64.deb Size: 254426 SHA256: 8a3bc0ea6ed15e3b9e586f70648799f1d4d5afcc25b92ef11f762ab1a24f46af SHA1: ce15d2b5f1ece499008114ca655a78bb5d2cff2f MD5sum: adf0c5b9e6ecad7b34c95701b378c919 Description: ROS Package for different motion capture systems, including custom rigid body tracking support Package: ros-lyrical-motion-capture-tracking-dbgsym Package-Type: ddeb Source: ros-lyrical-motion-capture-tracking Version: 1.0.9-1resolute.20260901.195412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 3001 Depends: ros-lyrical-motion-capture-tracking (= 1.0.9-1resolute.20260901.195412) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-motion-capture-tracking/ros-lyrical-motion-capture-tracking-dbgsym_1.0.9-1resolute.20260901.195412_amd64.deb Size: 2407494 SHA256: 83474fbbd3d3da54f04a0ca124d35c4f4d57db59032f0cf1ae20da4e0fc878d9 SHA1: 93bb876c9686d52e5eafa9822829691e53abd5f1 MD5sum: 1e90eb431cbc900eccc9d95c0636a558 Description: debug symbols for ros-lyrical-motion-capture-tracking Build-Ids: cb5be1a64b84ade231e34824e8f931e1a551db2a e7656b418ffe8833d9f92d79276c6c51bb5885b4 Package: ros-lyrical-motion-capture-tracking-interfaces Version: 1.0.9-1resolute.20260901.125559 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 634 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/motion_capture_tracking_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-motion-capture-tracking-interfaces/ros-lyrical-motion-capture-tracking-interfaces_1.0.9-1resolute.20260901.125559_amd64.deb Size: 63082 SHA256: eab7b794ede82be0e72832ccc97c21f8ede75ef034d02e5a128787b3fd36ce36 SHA1: 5afe94b73029a7c0dd73e4af7b38de57d2cfcee2 MD5sum: 44877b69d8e90650d1f77cb3504d7f51 Description: Interfaces for motion_capture_tracking package. Package: ros-lyrical-motion-capture-tracking-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-motion-capture-tracking-interfaces Version: 1.0.9-1resolute.20260901.125559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 507 Depends: ros-lyrical-motion-capture-tracking-interfaces (= 1.0.9-1resolute.20260901.125559) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-motion-capture-tracking-interfaces/ros-lyrical-motion-capture-tracking-interfaces-dbgsym_1.0.9-1resolute.20260901.125559_amd64.deb Size: 335330 SHA256: 2987f1cae2c7b5d8254a0cdfd20d839e98830242c997fb441e42d4694b941f77 SHA1: 13e3f09bcbc9e7b2922322aa3fd16e5a1f579eab MD5sum: 5a094ecbe10f01024bcc8f7cf512cff9 Description: debug symbols for ros-lyrical-motion-capture-tracking-interfaces Build-Ids: 0c0820feffb0524fde8f8ea1ab973dc36d50b5bb 1a6b427d96f60e48d4e5ed2347a6c92bf6d8bfed 2e579f5654a18f815df78ef1112219bd87eeb886 3348ef22f3675e7ca4225dcd8406fa1286334b09 3cd9c8d8475056ed82dd223ff2172eb51ca17649 4bf9243e3c661d15e2ec41b250bcde39fb8ba80c 51d23b0f3f5387cdabb08a681b99cb2acaad3d35 6df053473a96e9798f3f7462820af80ab8c41a07 7a629625e21e5f185dc4f51b0b1f61e4b185d088 7fc78f05fa3783c52b2544a83d5b0453b8c74598 8066aeaa9c85b2de6ac0429d0c946929e677bc7f Package: ros-lyrical-motion-primitives-controllers Version: 6.9.0-1resolute.20260908.112440 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 330 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-motion-primitives-controllers/ros-lyrical-motion-primitives-controllers_6.9.0-1resolute.20260908.112440_amd64.deb Size: 85036 SHA256: a0cd1284bd96a22d177e43439cf76ecce020432f34011f764aa7cd16747ad1c0 SHA1: 3f00099815a6fc05dfe950e61baf34f9c3bcc5f8 MD5sum: 94d82a31a5bf65d8a2a64617c65adf6c Description: Package to control robots using motion primitives like PTP, LIN and CIRC Package: ros-lyrical-motion-primitives-controllers-dbgsym Package-Type: ddeb Source: ros-lyrical-motion-primitives-controllers Version: 6.9.0-1resolute.20260908.112440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1363 Depends: ros-lyrical-motion-primitives-controllers (= 6.9.0-1resolute.20260908.112440) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-motion-primitives-controllers/ros-lyrical-motion-primitives-controllers-dbgsym_6.9.0-1resolute.20260908.112440_amd64.deb Size: 1215910 SHA256: 7cb4abbbdf83179de7e3158eceeedacd94ba0628ac95ecdffa9afb751a5274be SHA1: a2b157b073f08a8b07980da72672a880f097cf7b MD5sum: e23f9664b2d7ce98b57165f4026f70e0 Description: debug symbols for ros-lyrical-motion-primitives-controllers Build-Ids: 0ce3e23c020a782be04fb8dc84d08e000c1f59bd Package: ros-lyrical-mouse-teleop Version: 2.0.0-3resolute.20260901.182641 Architecture: amd64 Maintainer: Enrique Fernandez Installed-Size: 62 Depends: python3-numpy, python3-tk, ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mouse_teleop/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mouse-teleop/ros-lyrical-mouse-teleop_2.0.0-3resolute.20260901.182641_amd64.deb Size: 12596 SHA256: 6119d53ea9915aa4ed8d56c5575e98f9023790804447e4735525beb685388657 SHA1: 1948e3edd6fa32acd24aa05063c02a25342f7ddf MD5sum: eccb9abd8373dbc0ea9fbcf44d6bad87 Description: A mouse teleop tool for holonomic mobile robots. Package: ros-lyrical-move-base-flex Version: 1.2.1-1resolute.20260901.213030 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 45 Depends: ros-lyrical-mbf-abstract-core, ros-lyrical-mbf-abstract-nav, ros-lyrical-mbf-msgs, ros-lyrical-mbf-simple-nav, ros-lyrical-mbf-utility, ros-lyrical-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-move-base-flex/ros-lyrical-move-base-flex_1.2.1-1resolute.20260901.213030_amd64.deb Size: 6724 SHA256: b250f83708e2cbfe93a772088037350a99d9ceb8a5cc57219715c6d9eaeaf959 SHA1: 368c15ba99f209444da982da7bea00f838424b29 MD5sum: 72fe36bac57db762222a74ba6c92add1 Description: Move Base Flex (MBF) is a backwards-compatible replacement for move_base. MBF can use existing plugins for move_base, and provides an enhanced version of the planner, controller and recovery plugin ROS interfaces. It exposes action servers for planning, controlling and recovering, providing detailed information of the current state and the plugin’s feedback. An external executive logic can use MBF and its actions to perform smart and flexible navigation strategies. Furthermore, MBF enables the use of other map representations, e.g. meshes or grid_map This package is a meta package and refers to the Move Base Flex stack packages.The abstract core of MBF – without any binding to a map representation – is represented by the mbf_abstract_nav and the mbf_abstract_core. For navigation on costmaps see mbf_costmap_nav and mbf_costmap_core. Package: ros-lyrical-moveit Version: 2.15.1-1resolute.20260908.192754 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 45 Depends: ros-lyrical-moveit-core, ros-lyrical-moveit-planners, ros-lyrical-moveit-plugins, ros-lyrical-moveit-ros, ros-lyrical-moveit-setup-assistant, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit/ros-lyrical-moveit_2.15.1-1resolute.20260908.192754_amd64.deb Size: 6434 SHA256: e70374cead7507b0395da7820c9eb45f2cec6d44404ee02952f9966b464fccb1 SHA1: 4db5ed84b81183a909f73713ece64c4ccdb5475c MD5sum: 75f2b20a94fc6e2341617c3c1f15306c Description: Meta package that contains all essential packages of MoveIt 2 Package: ros-lyrical-moveit-common Version: 2.15.1-1resolute.20260830.174510 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 50 Depends: ros-lyrical-backward-ros, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-common/ros-lyrical-moveit-common_2.15.1-1resolute.20260830.174510_amd64.deb Size: 7824 SHA256: 43315fe91cc6e7194b7f84a7b24128a99ebadcb64cd99f63f094632a4ef1b26b SHA1: 65eb38624567673c7566787a4a9e435b02caecad MD5sum: d7ac7d084a9865310cbca26c9253dec4 Description: Common support functionality used throughout MoveIt Package: ros-lyrical-moveit-configs-utils Version: 2.15.1-1resolute.20260901.194947 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 137 Depends: ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-param-builder, ros-lyrical-launch-ros, ros-lyrical-srdfdom, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_configs_utils/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-configs-utils/ros-lyrical-moveit-configs-utils_2.15.1-1resolute.20260901.194947_amd64.deb Size: 29308 SHA256: 36b6bbe96a7d2798338b1c31a255044fb625844a27236edce6e25b77ceb9ac2d SHA1: e8f053c007311a048de8a0fd7831964dc5439521 MD5sum: 6d360e3f67811a6d65b15f4ae3147dad Description: Python library for loading moveit config parameters in launch files Package: ros-lyrical-moveit-core Version: 2.15.1-1resolute.20260901.211732 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5612 Depends: libboost-iostreams1.90.0 (>= 1.90.0), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfcl0.7 (>= 0.7.0), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 4.0), liboctomap1.10 (>= 1.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-geometric-shapes, ros-lyrical-srdfdom, ros-lyrical-urdfdom, libassimp-dev, libboost-all-dev, libbullet-dev, libeigen3-dev, libfcl-dev, liboctomap-dev, ros-lyrical-angles, ros-lyrical-common-interfaces, ros-lyrical-eigen-stl-containers, ros-lyrical-eigen3-cmake-module, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-google-benchmark-vendor, ros-lyrical-kdl-parser, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-octomap-msgs, ros-lyrical-osqp-vendor, ros-lyrical-pluginlib, ros-lyrical-random-numbers, ros-lyrical-rclcpp, ros-lyrical-rsl, ros-lyrical-ruckig, ros-lyrical-sensor-msgs, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-kdl, ros-lyrical-trajectory-msgs, ros-lyrical-urdf, ros-lyrical-urdfdom-headers, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-core/ros-lyrical-moveit-core_2.15.1-1resolute.20260901.211732_amd64.deb Size: 1372272 SHA256: 3b3550ed3af4c2aa865890ed056dc82921a9368b61c49c3c7953a6ea05232278 SHA1: f4ad3a23c08474db7f4467bfb540e2f6adc70d6f MD5sum: fcf64475333c44ec4ed0d7c704d6de61 Description: Core libraries used by MoveIt Package: ros-lyrical-moveit-core-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-core Version: 2.15.1-1resolute.20260901.211732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 75917 Depends: ros-lyrical-moveit-core (= 2.15.1-1resolute.20260901.211732) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-core/ros-lyrical-moveit-core-dbgsym_2.15.1-1resolute.20260901.211732_amd64.deb Size: 75123416 SHA256: f620c0a68accb3996f891c27fdc6e05a64c39dbd52d2576c052c619a2b85e06d SHA1: e208a7b10bd7bfefa7501cb61c0701ad0f69229b MD5sum: 4038edf10d28279c3c4d190986c9a141 Description: debug symbols for ros-lyrical-moveit-core Build-Ids: 075e45e67791d82b78957a715a9166ca45d95526 0763ede1ed8fbcf9624afbd1bcab474c594c01f4 1399b2ba8ef08f3489758185e49cbce2e48696c7 140f1dacb896bfc275edf4d18f4596ab9c8661dc 164178918a15f94eca8245516d0e292e49f9a58d 1acc767be732b9ca31b734ea13aa87af3c19f6b5 1adb70da5b20353f0a812c6b7a2ab71ab2ea0de7 1dd545eabcc08ce59a8e50889fdab001230e756a 20d86f2a6dfd8a70a85fcc284c98fdc1e7dfb14e 28ad0cd850718eb97a9062efd0be5d850a4a0023 2b746847c02835c9bc7e38c651af2ecba4038b65 2ce7998766ed3c7d1bf4ff56edbdb53d35170d07 352a62bdc5fea7a4fdb4084f7a693ed209145f40 38499309c0004242e43f49c15475f32ae449d805 460320cfb861ed9f118e9f7af2305ca5f796ea76 4a28e7fa104236873d89b996fa74bd667f4d2eaf 54f8d61291bfd3bbda5d5720b887632340929f55 5b4e3e94e9f39547080cd9371ae48903cccdb3b5 6af4b7256a04a82ae5748876dded005db37b1620 87ab3cdcdec7030e515fec588a680f496eddeff8 8ffbb1bedc65d4362f38fca7448987e00b3ee3f6 a2056ddde0c118c5c9d688976f12105d86227c53 a40856d29190f089625181f9d9337868c1c878d4 b30e0125b93d1ab70810539a02143e4df301f28b bea8fbf6a457cb8381429edfa67a19092e20d3fc c9b6e5c0c25d1915d12850c7e061dc58729609db cdd624292d1da4fc9bc52f14d34d34eeef527a68 Package: ros-lyrical-moveit-hybrid-planning Version: 2.15.1-1resolute.20260908.162025 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 2670 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-ament-index-cpp, ros-lyrical-controller-manager, ros-lyrical-forward-command-controller, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-moveit-resources-panda-moveit-config, ros-lyrical-moveit-ros-planning-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-robot-state-publisher, ros-lyrical-rviz2, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-ros, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-hybrid-planning/ros-lyrical-moveit-hybrid-planning_2.15.1-1resolute.20260908.162025_amd64.deb Size: 534904 SHA256: 0a764fd9ad8924c1c455dd5946160c000675d9305879214c50a8ff6939c87948 SHA1: bc888774998ea08189b6de25d7e7eecac9abba88 MD5sum: 17d6ddf944964e0d266397bf5e151792 Description: Hybrid planning components of MoveIt 2 Package: ros-lyrical-moveit-hybrid-planning-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-hybrid-planning Version: 2.15.1-1resolute.20260908.162025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 20275 Depends: ros-lyrical-moveit-hybrid-planning (= 2.15.1-1resolute.20260908.162025) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-hybrid-planning/ros-lyrical-moveit-hybrid-planning-dbgsym_2.15.1-1resolute.20260908.162025_amd64.deb Size: 18751544 SHA256: 192e8ab1cef5c95a968e15d8533e26337ed01ea53ea6224c6d9fc7cc36f8d6dd SHA1: e536aa150046a1cd30c99ad7ba8939501aefc193 MD5sum: d126a1a119f094d0610542e4dad93b69 Description: debug symbols for ros-lyrical-moveit-hybrid-planning Build-Ids: 06e376047d858305a924eb09c2c53c865f1993b3 54a85ecd323077e57197d6db490cd6e1d841e615 73f7141c86c3bd46bdfaa45d6bd9b3338eab67d8 7d079d90214307c7f0a791f35768b57e090b9242 93b5ff924cb38c8c29d0efeb31ebf068ff0c5669 b9a1a62593be280d9084e42131703ecc2334f2bf ba8249731d48dac49543e15f0dc45b246b3965ab e4b098704abf00d4f9f56979689aba60957b70f6 efc4956ce0ef36e39358e6cb97cf3fbf705d4803 Package: ros-lyrical-moveit-kinematics Version: 2.15.1-1resolute.20260901.222633 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 998 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, libeigen3-dev, python3-lxml, ros-lyrical-class-loader, ros-lyrical-generate-parameter-library, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-moveit-ros-planning, ros-lyrical-orocos-kdl-vendor, ros-lyrical-pluginlib, ros-lyrical-rsl, ros-lyrical-tf2, ros-lyrical-tf2-kdl, ros-lyrical-urdfdom, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-kinematics/ros-lyrical-moveit-kinematics_2.15.1-1resolute.20260901.222633_amd64.deb Size: 250970 SHA256: 2886924d4d3adfe2bd0a5af5f79b2a9e2fef552323d3360cce6c370ed26c27b6 SHA1: e19632ce72c770677fc833ae0a0834f1fcb008e3 MD5sum: 6ad7459530fcc868ad6318c871e81296 Description: Package for all inverse kinematics solvers in MoveIt Package: ros-lyrical-moveit-kinematics-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-kinematics Version: 2.15.1-1resolute.20260901.222633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 9371 Depends: ros-lyrical-moveit-kinematics (= 2.15.1-1resolute.20260901.222633) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-kinematics/ros-lyrical-moveit-kinematics-dbgsym_2.15.1-1resolute.20260901.222633_amd64.deb Size: 9222292 SHA256: cb186d3160ff5d5aa652c3c0d07201f7419df919abc2571f0b16399908df66ed SHA1: 6af011727baf4760ccfe526b01b2300e2e49cc8e MD5sum: e97c33effd61728f4208e7ccf419a7c2 Description: debug symbols for ros-lyrical-moveit-kinematics Build-Ids: 151d1d2cf209daee9b54eff23c591404c34b90b2 1eb9310e1bf90242fe124db300c7306255e258ed 965ae41f36b23fdf1083db0a3c1c100b5e1cffa0 9ebd410cd35770a8349a09b91a4f7326822fda2f Package: ros-lyrical-moveit-msgs Version: 2.7.2-1resolute.20260901.131302 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 35670 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-geometry-msgs, ros-lyrical-object-recognition-msgs, ros-lyrical-octomap-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-msgs/ros-lyrical-moveit-msgs_2.7.2-1resolute.20260901.131302_amd64.deb Size: 2023364 SHA256: ec2960004adb7b0a2ca740ace2a0effdc25856b1ca0227517d6f1ad7ca18145f SHA1: 589a6b4ce51552a7984e6cfda74f7d8d4c586385 MD5sum: ec4088a0591adf607ca2e5e73dce756c Description: Messages, services and actions used by MoveIt Package: ros-lyrical-moveit-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-msgs Version: 2.7.2-1resolute.20260901.131302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 32035 Depends: ros-lyrical-moveit-msgs (= 2.7.2-1resolute.20260901.131302) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-msgs/ros-lyrical-moveit-msgs-dbgsym_2.7.2-1resolute.20260901.131302_amd64.deb Size: 26199350 SHA256: 31aa174d15d507437f580bfe6e0173817f47aa2936dc31a632643caa467bb6fc SHA1: 8c82993be720b04642c319b4496df75e1fc2bc4c MD5sum: f0561965b2fecc0963c9e8eb064be397 Description: debug symbols for ros-lyrical-moveit-msgs Build-Ids: 06c468ab5f11063294905634be6e8eb7a23365d1 0fb38f4e3eddf7dcc7520b83f8814cca33bc3d0d 12944ca578c39f7c5352b2ceda8868cf54accb47 27f117c1f1f4b501ee8023579afe21383090cc30 5348755f1d54c0d9915e2843867e20b00638a8f8 6895ed24b9330625c445d50f711dfd972ebb398d 9ea0290c137dd5f0ce3524b75befb3b9669c0416 a3447bf442a17ff016e9be50212f2e57525a94c7 b5b96322f3a87bceffb49b54d48c34bc9f697273 eb1248240c08c675bac28d66a8d952a4569c3997 f29c0363945df3a130be5e3f25260adaffadbd80 Package: ros-lyrical-moveit-planners Version: 2.15.1-1resolute.20260901.230810 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 45 Depends: ros-lyrical-moveit-planners-chomp, ros-lyrical-moveit-planners-ompl, ros-lyrical-moveit-planners-stomp, ros-lyrical-pilz-industrial-motion-planner, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners/ros-lyrical-moveit-planners_2.15.1-1resolute.20260901.230810_amd64.deb Size: 6374 SHA256: 8d61c1bbaece9cc450241736c01f9e19bd6b86ef404846024c0e387b921dc330 SHA1: ea9b3c4b75ca3b169ba7ffd4719ed6ee08c0e20d MD5sum: 3c15b483c2f02709a1034724581ade54 Description: Meta package that installs all available planners for MoveIt Package: ros-lyrical-moveit-planners-chomp Version: 2.15.1-1resolute.20260901.215402 Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 161 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-chomp-motion-planner, ros-lyrical-moveit-core, ros-lyrical-moveit-common, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_planners_chomp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners-chomp/ros-lyrical-moveit-planners-chomp_2.15.1-1resolute.20260901.215402_amd64.deb Size: 36678 SHA256: bb5a82e45faf57029245ecbfb5c2bfac9aee61b5fbc09f271e06c2ef45e7a291 SHA1: b90e4535abc178ed4ea661a745c6df9bd2e74a4e MD5sum: 856b13f45ffc90afdf1d64663f9e5455 Description: The interface for using CHOMP within MoveIt Package: ros-lyrical-moveit-planners-chomp-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-planners-chomp Version: 2.15.1-1resolute.20260901.215402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 4347 Depends: ros-lyrical-moveit-planners-chomp (= 2.15.1-1resolute.20260901.215402) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners-chomp/ros-lyrical-moveit-planners-chomp-dbgsym_2.15.1-1resolute.20260901.215402_amd64.deb Size: 4345052 SHA256: 4acd215a18b4be4028aec8b348f31292f4a0ca582f7c6a1cd6c1125c07156be8 SHA1: 44a2d5eafd4b94f542d22d688ae973bcde71f108 MD5sum: 2f652cdbfb74b57f20b789fa3e2868ac Description: debug symbols for ros-lyrical-moveit-planners-chomp Build-Ids: c7d0629e8b95d7f1a82118bf2e9c9e8f6a02e651 fb3ea9a3fe75b06ab03d30419c585b255849d58b Package: ros-lyrical-moveit-planners-ompl Version: 2.15.1-1resolute.20260901.222704 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 1620 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-ompl, libomp-dev, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp, ros-lyrical-tf2-eigen, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners-ompl/ros-lyrical-moveit-planners-ompl_2.15.1-1resolute.20260901.222704_amd64.deb Size: 355062 SHA256: 94fb631a1b4de131c83e374ca6df9d231c4a25ef4f64d252d9ce5e5c22c7b8ac SHA1: 6cd9317ff3f10f34208fa5ebc05b41db7d01e0a4 MD5sum: d05a0f7f81c1b26101ee60ec7a97e850 Description: MoveIt interface to OMPL Package: ros-lyrical-moveit-planners-ompl-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-planners-ompl Version: 2.15.1-1resolute.20260901.222704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 22519 Depends: ros-lyrical-moveit-planners-ompl (= 2.15.1-1resolute.20260901.222704) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners-ompl/ros-lyrical-moveit-planners-ompl-dbgsym_2.15.1-1resolute.20260901.222704_amd64.deb Size: 21844770 SHA256: 7b00a3e2e6744454fb622209869e61a447ba94eb6292180c82787da03f836045 SHA1: a7c0d565e93c8e5f66e8665af2e76b0798b78ab5 MD5sum: 3989701b9cbc2f34dcfb0135d68b0360 Description: debug symbols for ros-lyrical-moveit-planners-ompl Build-Ids: 8c81a831ba7871f533520fb19561c6e4a60450e3 a7a6fc758114e74eb01283a8fc6df09c305a896a f75064e87f53419218624145456394a11264a172 Package: ros-lyrical-moveit-planners-stomp Version: 2.15.1-1resolute.20260901.214521 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 467 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-generate-parameter-library, ros-lyrical-moveit-common, ros-lyrical-rsl, ros-lyrical-std-msgs, ros-lyrical-stomp, ros-lyrical-tf2-eigen, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_planners_stomp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners-stomp/ros-lyrical-moveit-planners-stomp_2.15.1-1resolute.20260901.214521_amd64.deb Size: 147598 SHA256: 1a83fe19fde939770b2c6aaa078cab73b27a449b1a57c9b21b6870c3f93cad6b SHA1: e085e440856967a7c00db0db6c1f3988df3a5c5a MD5sum: 8fc3b05dd1add9ca60bdde9c2b66eccd Description: STOMP Motion Planner for MoveIt Package: ros-lyrical-moveit-planners-stomp-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-planners-stomp Version: 2.15.1-1resolute.20260901.214521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5510 Depends: ros-lyrical-moveit-planners-stomp (= 2.15.1-1resolute.20260901.214521) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-planners-stomp/ros-lyrical-moveit-planners-stomp-dbgsym_2.15.1-1resolute.20260901.214521_amd64.deb Size: 5382594 SHA256: 7717e8ba317fd8eadf536a018685d13945c35e3f2a6ecfc46279c25dd599c1f3 SHA1: b7381d627e48b90e02156bac8edd25c9982ad191 MD5sum: ed4ae6086c0334f7fc94ec1f8bac2367 Description: debug symbols for ros-lyrical-moveit-planners-stomp Build-Ids: d19ec6844bd5cbbdae81749712ed71794be63fd7 Package: ros-lyrical-moveit-plugins Version: 2.15.1-1resolute.20260901.220707 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 45 Depends: ros-lyrical-moveit-simple-controller-manager, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-plugins/ros-lyrical-moveit-plugins_2.15.1-1resolute.20260901.220707_amd64.deb Size: 6032 SHA256: 747b102a61951a311cf8800c54029df37da8b56d078682a8d83db057df8e3ece SHA1: 56deee84d4808cddb196e5ab377eb7f4581c5df6 MD5sum: 0200c073381ab4cc31b9172b030a4673 Description: Metapackage for MoveIt plugins. Package: ros-lyrical-moveit-py Version: 2.15.1-1resolute.20260901.230215 Architecture: amd64 Maintainer: "Peter David Fagan" Installed-Size: 1500 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-srdfdom, ros-lyrical-urdfdom, ros-lyrical-ament-index-python, ros-lyrical-geometry-msgs, ros-lyrical-moveit-ros-planning-interface, ros-lyrical-octomap-msgs, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-py/ros-lyrical-moveit-py_2.15.1-1resolute.20260901.230215_amd64.deb Size: 430278 SHA256: d2f92b5325f0495bdd40a2bb00b8eeedb05f51fe5fa80f4c043bbe8b3f24c2c3 SHA1: 107edfe495f780cfdc4817fd7a6fd49add71eab6 MD5sum: 0be718943737f95ae568ae1e42043c7c Description: Python binding for MoveIt 2 Package: ros-lyrical-moveit-py-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-py Version: 2.15.1-1resolute.20260901.230215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Peter David Fagan" Installed-Size: 23682 Depends: ros-lyrical-moveit-py (= 2.15.1-1resolute.20260901.230215) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-py/ros-lyrical-moveit-py-dbgsym_2.15.1-1resolute.20260901.230215_amd64.deb Size: 23149552 SHA256: 4d089f7898a73272063704717b93e08de9b2a32aafe46db80be7d882c20f95f3 SHA1: 6c581b19ede4163b2dcf20aa09c2f58a663ccd02 MD5sum: 9e73e3cdd513916d2582cc8e95e7bcaf Description: debug symbols for ros-lyrical-moveit-py Build-Ids: 03eaf98539de8330b7e2c0969573dd3803d44813 c592a2c9ebe9b5f34157ed6c529a55b3767463e9 f208eaac830853926cd91b9ef6b4cab0c777cd09 Package: ros-lyrical-moveit-resources Version: 3.2.0-1resolute.20260908.122329 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 45 Depends: ros-lyrical-joint-state-publisher, ros-lyrical-moveit-resources-fanuc-description, ros-lyrical-moveit-resources-fanuc-moveit-config, ros-lyrical-moveit-resources-panda-description, ros-lyrical-moveit-resources-panda-moveit-config, ros-lyrical-moveit-resources-pr2-description, ros-lyrical-robot-state-publisher, ros-lyrical-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources/ros-lyrical-moveit-resources_3.2.0-1resolute.20260908.122329_amd64.deb Size: 5728 SHA256: ccd6ccd07fbf5fdb96b53ca1a19a64e3d74c935bed48db51f2af08acb56558c2 SHA1: e7587652ba6de5f9c820cfb5e1dcd9b188c1914f MD5sum: a3619bed261b5b6da83bfadcd33f902d Description: Resources used for MoveIt testing Package: ros-lyrical-moveit-resources-fanuc-description Version: 3.2.0-1resolute.20260728.205808 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 739 Depends: ros-lyrical-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-fanuc-description/ros-lyrical-moveit-resources-fanuc-description_3.2.0-1resolute.20260728.205808_amd64.deb Size: 127744 SHA256: 12bb804256e53451d49ed4c7aa827af3b37bd468b43d210dc4b950073784c37b SHA1: 8305b5de4d3935be01e438208fa5ecc53e06febb MD5sum: 3a1b4d59770f1feb2cf8902210f7c65e Description: Fanuc Resources used for MoveIt testing Package: ros-lyrical-moveit-resources-fanuc-moveit-config Version: 3.2.0-1resolute.20260908.122010 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 93 Depends: ros-lyrical-controller-manager, ros-lyrical-joint-state-publisher, ros-lyrical-moveit-resources-fanuc-description, ros-lyrical-robot-state-publisher, ros-lyrical-ros2cli-common-extensions, ros-lyrical-tf2-ros, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-fanuc-moveit-config/ros-lyrical-moveit-resources-fanuc-moveit-config_3.2.0-1resolute.20260908.122010_amd64.deb Size: 15650 SHA256: 1383cadf3bec40bb014f0b5097ec865989353633669020df51378e19388e347a SHA1: fd01ee2b0d71bf1d34aaaaa8c4f187a3e5103a72 MD5sum: a981559e41dd8145acb61e37bb21e86a Description: MoveIt Resources for testing: Fanuc M-10iA. A project-internal configuration for testing in MoveIt. Package: ros-lyrical-moveit-resources-panda-description Version: 3.2.0-1resolute.20260728.205817 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 10461 Depends: ros-lyrical-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-panda-description/ros-lyrical-moveit-resources-panda-description_3.2.0-1resolute.20260728.205817_amd64.deb Size: 3055716 SHA256: 14e1f3cf798b87fd72d08595e225801d5e544780e4f45fefcde277de7a27039c SHA1: 37519685ef2c37c0d8e0c1d8810bae73c976957f MD5sum: c62839022f05887253d668845b3a3e9c Description: panda Resources used for MoveIt testing Package: ros-lyrical-moveit-resources-panda-moveit-config Version: 3.2.0-1resolute.20260908.121810 Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 145 Depends: ros-lyrical-controller-manager, ros-lyrical-joint-state-publisher, ros-lyrical-joint-state-publisher-gui, ros-lyrical-moveit-resources-panda-description, ros-lyrical-parallel-gripper-controller, ros-lyrical-robot-state-publisher, ros-lyrical-ros2cli-common-extensions, ros-lyrical-topic-tools, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-panda-moveit-config/ros-lyrical-moveit-resources-panda-moveit-config_3.2.0-1resolute.20260908.121810_amd64.deb Size: 20152 SHA256: 34aa07579120ef2c1f976a00df01e608674685ca63ced69fee313b8ac7e513dc SHA1: 6f18824d159b8e9fc6e7fc06064a7d363acaa0c1 MD5sum: 47e0499bfd82369e5fcad746cd4984e3 Description: MoveIt Resources for testing: Franka Emika Panda A project-internal configuration for testing in MoveIt. Package: ros-lyrical-moveit-resources-pr2-description Version: 3.2.0-1resolute.20260728.205841 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 48627 Depends: ros-lyrical-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-pr2-description/ros-lyrical-moveit-resources-pr2-description_3.2.0-1resolute.20260728.205841_amd64.deb Size: 24282582 SHA256: eb62d525300a1c8388c4ca250a5c93542a0d1959c31326f5b2ba329cab349099 SHA1: ec52ff359d232e080095dff7405abf47faeb0eb1 MD5sum: 9ad76d1bb264fee0cca591757ca515b1 Description: PR2 Resources used for MoveIt! testing Package: ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.15.1-1resolute.20260901.214900 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 508 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.0), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-generate-parameter-library, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-kdl, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin/ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin_2.15.1-1resolute.20260901.214900_amd64.deb Size: 137782 SHA256: ad01b61cbe41cdc034f0caeb89a9bf978829629afb92f1e18a82c2fb7541bdaa SHA1: e1887bbe111b56d00d4f03a4b0c580ba35685c1f MD5sum: ae2b03da423bf8aff9a9dbca5c1fb956 Description: The prbt_ikfast_manipulator_plugin package Package: ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.15.1-1resolute.20260901.214900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 2911 Depends: ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.15.1-1resolute.20260901.214900) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin/ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym_2.15.1-1resolute.20260901.214900_amd64.deb Size: 2859206 SHA256: 71afeb942d455deb087c34c11a5c7db3715fbb80eee75227c144080aa0cf186a SHA1: 5631de7ef048e24f657bd85e9bb12d4b22640e0c MD5sum: 001834562ee9e6a3e74363a51d1944fd Description: debug symbols for ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: 6b4664405671ff91786b359b689e6da5b5b7ddc5 Package: ros-lyrical-moveit-resources-prbt-moveit-config Version: 2.15.1-1resolute.20260908.162029 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 86 Depends: ros-lyrical-joint-state-publisher, ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin, ros-lyrical-moveit-resources-prbt-support, ros-lyrical-moveit-ros-move-group, ros-lyrical-robot-state-publisher, ros-lyrical-rviz2, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-prbt-moveit-config/ros-lyrical-moveit-resources-prbt-moveit-config_2.15.1-1resolute.20260908.162029_amd64.deb Size: 14430 SHA256: 7a8124246041adc8c4d6bdf6fb0b6d0b0a2c51e52c4a636e0e3157cfc770185f SHA1: c4e50e2008f49168710a5cff8b07a3a4b2d0dd9e MD5sum: d27fe9c68e1a96ce1b5b04f60ddeee26 Description: MoveIt Resources for testing: Pilz PRBT 6 A project-internal configuration for testing in MoveIt. Package: ros-lyrical-moveit-resources-prbt-pg70-support Version: 2.15.1-1resolute.20260908.164228 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 937 Depends: ros-lyrical-moveit-resources-prbt-ikfast-manipulator-plugin, ros-lyrical-moveit-resources-prbt-moveit-config, ros-lyrical-moveit-resources-prbt-support, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-prbt-pg70-support/ros-lyrical-moveit-resources-prbt-pg70-support_2.15.1-1resolute.20260908.164228_amd64.deb Size: 160834 SHA256: e1349129e1d83a86cbb0fe61b63d86be0782d2b9221541789fe4acfb53672069 SHA1: 492302c571368a1176230b44b5d7989704c1d6d4 MD5sum: cae5957c64d7d3e6b85083a8c2bad69d Description: PRBT support for Schunk pg70 gripper. Package: ros-lyrical-moveit-resources-prbt-support Version: 2.15.1-1resolute.20260830.174514 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 3864 Depends: ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-resources-prbt-support/ros-lyrical-moveit-resources-prbt-support_2.15.1-1resolute.20260830.174514_amd64.deb Size: 757404 SHA256: 6f5fbf0a0dcc4c0ed540765104d479b279f84942e87e88f163da47b8dd238b96 SHA1: c6843d4495e2bd385201a301c857f1b5c47a9b36 MD5sum: 79f00d5735014d25c12c97fa6e03effd Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-lyrical-moveit-ros Version: 2.15.1-1resolute.20260908.184514 Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 45 Depends: ros-lyrical-moveit-ros-benchmarks, ros-lyrical-moveit-ros-move-group, ros-lyrical-moveit-ros-planning, ros-lyrical-moveit-ros-planning-interface, ros-lyrical-moveit-ros-robot-interaction, ros-lyrical-moveit-ros-visualization, ros-lyrical-moveit-ros-warehouse, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros/ros-lyrical-moveit-ros_2.15.1-1resolute.20260908.184514_amd64.deb Size: 6422 SHA256: 7bad49139f7681b1b5e5c720214a3cf85953e0b998bf6a4b94521a4ad981fad8 SHA1: 91a7c5f9d28bcbc513e1e66521a7702c9382913c MD5sum: d2665b3859af57061233d5575be4fe20 Description: Components of MoveIt that use ROS Package: ros-lyrical-moveit-ros-benchmarks Version: 2.15.1-1resolute.20260901.224138 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 653 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-moveit-ros-warehouse, libboost-date-time1.83.0, libboost-filesystem1.83.0, ros-lyrical-launch-param-builder, ros-lyrical-moveit-common, ros-lyrical-moveit-configs-utils, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp, ros-lyrical-tf2-eigen, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-benchmarks/ros-lyrical-moveit-ros-benchmarks_2.15.1-1resolute.20260901.224138_amd64.deb Size: 199510 SHA256: c84955867f709be8a1b890e1e9da9564e77c4e56e8bcf2cf658d4f154e2a07cf SHA1: f060e080778a08cf58f07c00d1212611e4bf2000 MD5sum: ea30f13837183ad1016006bb2e8e53e8 Description: Enhanced tools for benchmarks in MoveIt Package: ros-lyrical-moveit-ros-benchmarks-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-benchmarks Version: 2.15.1-1resolute.20260901.224138 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6849 Depends: ros-lyrical-moveit-ros-benchmarks (= 2.15.1-1resolute.20260901.224138) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-benchmarks/ros-lyrical-moveit-ros-benchmarks-dbgsym_2.15.1-1resolute.20260901.224138_amd64.deb Size: 6718820 SHA256: 9b36438e5ec70c6e0b863a7bcbe9270d5cd2676183d9745d03f44bb6b6fa4626 SHA1: bca6e7f79d03bbf680398387028dd30d8df34ec8 MD5sum: ec26b9baafab6c00dd833e5a2acd2c3a Description: debug symbols for ros-lyrical-moveit-ros-benchmarks Build-Ids: 003a41c312b54954d368e64a40fcc4f910c64713 638e1c4df60ebcdadefead7d42ae68f6959461e7 Package: ros-lyrical-moveit-ros-control-interface Version: 2.15.1-1resolute.20260908.110611 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 890 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-moveit-core, ros-lyrical-moveit-simple-controller-manager, ros-lyrical-controller-manager-msgs, ros-lyrical-moveit-common, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp-action, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_ros_control_interface/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-control-interface/ros-lyrical-moveit-ros-control-interface_2.15.1-1resolute.20260908.110611_amd64.deb Size: 199604 SHA256: 66a60131fb3d34a657216010a0e3aa2dbbe592e4d57399aa65938fb60ffb0fbd SHA1: a951725a697d5e4a63912a0172d956c486bf10be MD5sum: 263fab96afd89f25eb078e066e4b485f Description: ros_control controller manager interface for MoveIt Package: ros-lyrical-moveit-ros-control-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-control-interface Version: 2.15.1-1resolute.20260908.110611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 4766 Depends: ros-lyrical-moveit-ros-control-interface (= 2.15.1-1resolute.20260908.110611) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-control-interface/ros-lyrical-moveit-ros-control-interface-dbgsym_2.15.1-1resolute.20260908.110611_amd64.deb Size: 4307972 SHA256: 359f120a934a4d4ae3385c89a1ae6afd00f83ecc87c77c19cb1ab6c79f9bd153 SHA1: 2bbf300a7179afb6d61851dc8d3f8ff58dfad513 MD5sum: 40ae90bfa4b74c04f4694f43c63a8e37 Description: debug symbols for ros-lyrical-moveit-ros-control-interface Build-Ids: 0a39af7dac5205de2cd3dc689a4e175a37d24036 53be92b0197d4141522fb0b735526499ba68a6eb a409f3b1f5e0772ebc1c2018e92534ee4f5e4578 dac4aa051863079f40528b4b678a336be1b032de dd57177eedeaed9839cfc3623b5478398fe6b6a3 Package: ros-lyrical-moveit-ros-move-group Version: 2.15.1-1resolute.20260901.223513 Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 1470 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-urdfdom, libfmt-dev, ros-lyrical-moveit-common, ros-lyrical-moveit-kinematics, ros-lyrical-moveit-ros-occupancy-map-monitor, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-move-group/ros-lyrical-moveit-ros-move-group_2.15.1-1resolute.20260901.223513_amd64.deb Size: 377062 SHA256: 9b442816c014299399a0505aa81a3d3edfba274c246cb308babe66923e8829c8 SHA1: b1b6f5f69b2721ea9c441a3fd86b81f01594f7d5 MD5sum: 733fdd0c6c8e35f17fcf7c08d91a078e Description: The move_group node for MoveIt Package: ros-lyrical-moveit-ros-move-group-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-move-group Version: 2.15.1-1resolute.20260901.223513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 28002 Depends: ros-lyrical-moveit-ros-move-group (= 2.15.1-1resolute.20260901.223513) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-move-group/ros-lyrical-moveit-ros-move-group-dbgsym_2.15.1-1resolute.20260901.223513_amd64.deb Size: 27463594 SHA256: d837a5319a1c3b6be349b7c043a952814d0c7b63b44f6130807ecb04ceea70f4 SHA1: d2a6b8214a8c540e2b1a63cd40c43ded88d81284 MD5sum: 80afe8d15b13b05d1165f40f61142d80 Description: debug symbols for ros-lyrical-moveit-ros-move-group Build-Ids: 431e491cbf7f028c1cca0a55cf102f5b0e7030b4 afe29c3f7f166bc22a1674c8f2e88b68cd32f501 bd8ae30adcab9da24336530dceb86b05fb4228f1 e58c2e29c858045e9a45b830754506db1e7093f1 Package: ros-lyrical-moveit-ros-occupancy-map-monitor Version: 2.15.1-1resolute.20260901.214754 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 900 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-moveit-core, libeigen3-dev, liboctomap-dev, ros-lyrical-eigen3-cmake-module, ros-lyrical-geometric-shapes, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-occupancy-map-monitor/ros-lyrical-moveit-ros-occupancy-map-monitor_2.15.1-1resolute.20260901.214754_amd64.deb Size: 223522 SHA256: e6f9f49072c2bef4180d939fca56ee7a04f6f1fb33c97a909db679ee021e8d61 SHA1: 26ab916bdd8e72a0316f128d6e93d4f73a9043c0 MD5sum: 92c91daf717f92638270fafe025bb3cd Description: Components of MoveIt connecting to occupancy map Package: ros-lyrical-moveit-ros-occupancy-map-monitor-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-occupancy-map-monitor Version: 2.15.1-1resolute.20260901.214754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 4795 Depends: ros-lyrical-moveit-ros-occupancy-map-monitor (= 2.15.1-1resolute.20260901.214754) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-occupancy-map-monitor/ros-lyrical-moveit-ros-occupancy-map-monitor-dbgsym_2.15.1-1resolute.20260901.214754_amd64.deb Size: 4235420 SHA256: a4fde233aafdcc647106aed7f557e468ad2dadded931c50be453811ceb43676a SHA1: 18482a47e3930b3f0bdddbf1038508a728939abc MD5sum: 522130b1f91022a1c177b4bf0acd2474 Description: debug symbols for ros-lyrical-moveit-ros-occupancy-map-monitor Build-Ids: b5265eba5d973a57583b430a86ff5ed8bea04f23 e2c7aedf5b21a9d465e482141e720090266c031e Package: ros-lyrical-moveit-ros-perception Version: 2.15.1-1resolute.20260901.222632 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 1882 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build2), libglu1-mesa | libglu1, libglut3.12 (>= 3.4.0), libglx0, libgomp1 (>= 4.2.1), liboctomap1.10 (>= 1.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopengl0, libstdc++6 (>= 14), ros-lyrical-geometric-shapes, ros-lyrical-moveit-core, ros-lyrical-moveit-ros-occupancy-map-monitor, freeglut3-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libomp-dev, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-message-filters, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-moveit-ros-planning, ros-lyrical-object-recognition-msgs, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-perception/ros-lyrical-moveit-ros-perception_2.15.1-1resolute.20260901.222632_amd64.deb Size: 400868 SHA256: b44fe4d745902152d093d8773f266f435a8c6dd74665620fed7b9fbd9f6b3b8f SHA1: 73dd076c2d44fedd91dbe51c19e0b8811cfdc4a6 MD5sum: db0035abc69337368c94f7955d589b30 Description: Components of MoveIt connecting to perception Package: ros-lyrical-moveit-ros-perception-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-perception Version: 2.15.1-1resolute.20260901.222632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 11384 Depends: ros-lyrical-moveit-ros-perception (= 2.15.1-1resolute.20260901.222632) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-perception/ros-lyrical-moveit-ros-perception-dbgsym_2.15.1-1resolute.20260901.222632_amd64.deb Size: 10278972 SHA256: 84a4137155c3fc417ba24e3e18a97148ffaea0a369bcaaaceb53f74b73797b3b SHA1: 34de6ab9dfebece3cc8697484d9ac081d0296a10 MD5sum: 75b9ff4b3b71f39b1648793e9416df1f Description: debug symbols for ros-lyrical-moveit-ros-perception Build-Ids: 033b8ed7d504bc6195d1a36bf8cc9e8c97ae7a06 2589fdb8511a7e168d3047e8d9401e20474a7636 2741f73df02b7f304b3fb909e26aa54e3d335f13 54b77861ba5eaa788ca26f5849a34f3d60f8ef40 6809461bfd425d8cbcadbfb7a1528ae37c62e223 750e4b75900c2eaf68569a60ca7e60e5ec50f711 ea6e8eaac98f32d78ca0bfd1dd0a07bf50f3de20 fce05e65f968df35f4a503819fd943f2d1eb5682 Package: ros-lyrical-moveit-ros-planning Version: 2.15.1-1resolute.20260901.220101 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6299 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-geometric-shapes, ros-lyrical-moveit-core, ros-lyrical-moveit-ros-occupancy-map-monitor, ros-lyrical-srdfdom, libeigen3-dev, libfmt-dev, ros-lyrical-ament-index-cpp, ros-lyrical-eigen3-cmake-module, ros-lyrical-generate-parameter-library, ros-lyrical-message-filters, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-msgs, ros-lyrical-tf2-ros, ros-lyrical-urdf, ros-lyrical-ros-workspace Conflicts: ros-lyrical-moveit-ros-planning-interface (<< 2.1.5) Replaces: ros-lyrical-moveit-ros-planning-interface (<< 2.1.5) Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-planning/ros-lyrical-moveit-ros-planning_2.15.1-1resolute.20260901.220101_amd64.deb Size: 1201888 SHA256: 155b2f3f87a55145e4a5adee6e012bfb4522226edd16f729da1a7e4b17a87d8a SHA1: a64cb420fbe147450ca042d74ffb6074c5bc638b MD5sum: 3454e00e009ccd137499e7ac6e857ecd Description: Planning components of MoveIt that use ROS Package: ros-lyrical-moveit-ros-planning-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-planning Version: 2.15.1-1resolute.20260901.220101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 67666 Depends: ros-lyrical-moveit-ros-planning (= 2.15.1-1resolute.20260901.220101) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-planning/ros-lyrical-moveit-ros-planning-dbgsym_2.15.1-1resolute.20260901.220101_amd64.deb Size: 64124424 SHA256: c5b6630d2ea77d4ab8b062cce9f7b9bf2f44fc09d2c81482604e28f04ef872ae SHA1: dc34428dd72c391aab73205dcec12b32300bb32b MD5sum: b104fe1baeb7fd40decc0640a5e88b02 Description: debug symbols for ros-lyrical-moveit-ros-planning Build-Ids: 28b96745e16a5287f8c2763c0b172f6015a354ad 2b21384482cb4ddd428ba5dcafd05675fc51215c 2fff2e54a640af0db5cd7fbea41534878b6f84f7 34cb9f35056480fc88409a6b239eb31bb0fe044c 3a2adf4f127d46f23657cf3e58eeb6d1a05e4f45 4391da88b2233f47f0d2fc9eaceff8ac913d3b90 54c7d0c90d1804e16827625f76e3e83a3aebccf3 5b3ebdd2281053a51cc1593d080796fc7821605d 81e1bc3fe8233b1996167a5f34085c21ebb94416 82907a6dac408246bb179d14e8f30846fe067564 832ac0d18266fce02686a5598a2c341826e9c813 9359cb6fe6d04d85a478b7fa7c8748c1643ae54e ab4fe8102c7f3d425c4057b2d3df545bf1c80685 b92fd9bbb2617e2c7f6a694c64d29cafe52b7e1f c0b66e197651c73d93c112ef10bf57e2f180f2cc c2a4f2b814a0fe6226ee1861fb4ca16132b88287 c7b55b58e729e2a88c93c6968e83a6c34ba9207b d1b135248a34d3b00808dafee61033bca114c825 d2ea1be78a3cc79280b78fd3e69a8e95ee47356f dea29f2a5d5b335d2f3054109e090ecfd7117b6f e9b7d67ca463f18f9e10751b226ceb03b87ae854 f7ebb2348098cb35f09c2e85370ed1344402fa90 Package: ros-lyrical-moveit-ros-planning-interface Version: 2.15.1-1resolute.20260901.225053 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 1063 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-moveit-ros-warehouse, python3-dev, ros-lyrical-geometry-msgs, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-moveit-ros-move-group, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclpy, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-planning-interface/ros-lyrical-moveit-ros-planning-interface_2.15.1-1resolute.20260901.225053_amd64.deb Size: 269474 SHA256: 9f4ad00950e8e9cbe008fad3bc47dd061cb7b6c1b7120bc9407ecaffbfe5d470 SHA1: e12594cd685bbfa504ae1bda56af6b5052562894 MD5sum: f1d4db12d4298800d269e4437b76e860 Description: Components of MoveIt that offer simpler remote (as from another ROS 2 node) interfaces to planning and execution Package: ros-lyrical-moveit-ros-planning-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-planning-interface Version: 2.15.1-1resolute.20260901.225053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 9760 Depends: ros-lyrical-moveit-ros-planning-interface (= 2.15.1-1resolute.20260901.225053) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-planning-interface/ros-lyrical-moveit-ros-planning-interface-dbgsym_2.15.1-1resolute.20260901.225053_amd64.deb Size: 9319234 SHA256: b09bbcd857342f84e4ec318191f9e9cbc19df756d3dc4c8f57d1a77bc6eeaea6 SHA1: 2fb6ee66713c5ff4e4c7c817bfbfb144d329fc29 MD5sum: 229e90ac3f21097d30e44ae875b80ede Description: debug symbols for ros-lyrical-moveit-ros-planning-interface Build-Ids: 1ebadb00eb3ff340288919ce3f20a2ead810bc90 6b46465739619eaea30e0d1c4175e079d9d4e24e ba3cd2e5dd073b6e9ce98a7015b21d1bdc09218b Package: ros-lyrical-moveit-ros-robot-interaction Version: 2.15.1-1resolute.20260901.222713 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 780 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-lyrical-moveit-core, ros-lyrical-interactive-markers, ros-lyrical-moveit-common, ros-lyrical-moveit-ros-planning, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-robot-interaction/ros-lyrical-moveit-ros-robot-interaction_2.15.1-1resolute.20260901.222713_amd64.deb Size: 182462 SHA256: 3f0dbcdbcb6269d9227f4039dd931925bde9d2de66ab1a905e29e9b16abf5b3e SHA1: 7f87ef37f92e1ec67304311ccf6b806e96b1f3ed MD5sum: 5413280a572cf26d7913125a1fb73422 Description: Components of MoveIt that offer interaction via interactive markers Package: ros-lyrical-moveit-ros-robot-interaction-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-robot-interaction Version: 2.15.1-1resolute.20260901.222713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6921 Depends: ros-lyrical-moveit-ros-robot-interaction (= 2.15.1-1resolute.20260901.222713) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-robot-interaction/ros-lyrical-moveit-ros-robot-interaction-dbgsym_2.15.1-1resolute.20260901.222713_amd64.deb Size: 6527280 SHA256: cec27cb3b739820af6af913671c5600557f3be97ca39baee8793e09a74bce8e2 SHA1: 649451195b5b6bb9cf0c46811a5d9b53e7588a91 MD5sum: 2f1b31cef5cc3de30c7c5e7217825751 Description: debug symbols for ros-lyrical-moveit-ros-robot-interaction Build-Ids: 111485423fedd9dc6da43ffbcd4e1473666f8144 Package: ros-lyrical-moveit-ros-tests Version: 2.15.1-1resolute.20260901.160459 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 8 Depends: ros-lyrical-moveit-common, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-tests/ros-lyrical-moveit-ros-tests_2.15.1-1resolute.20260901.160459_amd64.deb Size: 2128 SHA256: ca3c7be96111f3f8a4ce856a260f62d064aaf132050698453b7a64458c343468 SHA1: 9ceffa1ac7f43c133bf5347034bb8c2f5be09f83 MD5sum: 85509ef29e0635345c1d4559e11a4556 Description: Integration tests for moveit_ros Package: ros-lyrical-moveit-ros-trajectory-cache Version: 2.15.1-1resolute.20260908.184757 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 644 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning-interface, ros-lyrical-moveit-ros-warehouse, python3-yaml, ros-lyrical-geometry-msgs, ros-lyrical-moveit-common, ros-lyrical-moveit-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-tf2-ros, ros-lyrical-trajectory-msgs, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_ros_trajectory_cache/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-trajectory-cache/ros-lyrical-moveit-ros-trajectory-cache_2.15.1-1resolute.20260908.184757_amd64.deb Size: 143066 SHA256: ce13d5b95021cae929409f0b54985adcc32ae0f41bbec42c89bfbb86329a937a SHA1: 2d866615f64f7af10b27372198ed8c967acfff08 MD5sum: 3ab580e7ce0e3e91afe36f57e5dd7f22 Description: A trajectory cache for MoveIt 2 motion plans and cartesian plans. Package: ros-lyrical-moveit-ros-trajectory-cache-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-trajectory-cache Version: 2.15.1-1resolute.20260908.184757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 7765 Depends: ros-lyrical-moveit-ros-trajectory-cache (= 2.15.1-1resolute.20260908.184757) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-trajectory-cache/ros-lyrical-moveit-ros-trajectory-cache-dbgsym_2.15.1-1resolute.20260908.184757_amd64.deb Size: 7650156 SHA256: ee530c082142c3ed4c423d4218c0f7998c143fb4384f3fadd564c5d034b1cc66 SHA1: af1649a07738aed247ab041a06db1d975ca815fe MD5sum: 80d7e1f394a1d4cbb9e3cc9abce20146 Description: debug symbols for ros-lyrical-moveit-ros-trajectory-cache Build-Ids: 040aa91928c996a6cffb0657e9e88824b1e2aa39 a02b693b2c4348da5cf77ae97df15c2bcad2717d edbff7ba9363d425bcd7ab03783f09a15bd7d431 f00daf67b5332d6044db794beee2655354818e36 Package: ros-lyrical-moveit-ros-visualization Version: 2.15.1-1resolute.20260908.164103 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 3846 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.7.2), libstdc++6 (>= 14), ros-lyrical-geometric-shapes, ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-moveit-ros-planning-interface, ros-lyrical-moveit-ros-robot-interaction, ros-lyrical-moveit-ros-warehouse, ros-lyrical-rviz-ogre-vendor, ros-lyrical-interactive-markers, ros-lyrical-moveit-common, ros-lyrical-object-recognition-msgs, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-rviz2, ros-lyrical-tf2-eigen, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-visualization/ros-lyrical-moveit-ros-visualization_2.15.1-1resolute.20260908.164103_amd64.deb Size: 751514 SHA256: b164b2ecbe649d1c535e6dbe746e8800d1f9471e3f9df81e295a465e49c4153e SHA1: ea209214d5ba5f5cf69c0144463ea64bf754118e MD5sum: 8a89b41d1696475e880a627f56ce33f9 Description: Components of MoveIt that offer visualization Package: ros-lyrical-moveit-ros-visualization-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-visualization Version: 2.15.1-1resolute.20260908.164103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 42048 Depends: ros-lyrical-moveit-ros-visualization (= 2.15.1-1resolute.20260908.164103) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-visualization/ros-lyrical-moveit-ros-visualization-dbgsym_2.15.1-1resolute.20260908.164103_amd64.deb Size: 39528724 SHA256: 1b8b6f9183406a930ac0413c05f8eb1d03cc8810e5b1b505447201c8d17d8665 SHA1: fda3314a8a0c44222013213773e68bd70eec7efc MD5sum: 99af6183f78ef461f44b563f6963ab82 Description: debug symbols for ros-lyrical-moveit-ros-visualization Build-Ids: 11041ee8bb66eb1e691c58ae0a8d97eb9b60c6b2 1d2f76710929351eab59c31d93ddf65d2c69f052 1e664927e7b76fc52db8d5e98a2b4828758a296e 51bc447acba5829ad55268550753ea01c9adbd0d 5c7cde0f3a747b8e1cf7695ad2ebccd78cff8698 a711a46bdcbc2b775d5ad8efcfeab060a0311772 b834d541a6b19abfc627bbd2110908e308cf22c2 c51e6e975a682ea7cdc84abae12f953d479cd75c d81f44bae6f906dd8f8e5dbb775cab49ad8e0d77 Package: ros-lyrical-moveit-ros-warehouse Version: 2.15.1-1resolute.20260901.222723 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 2568 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, libfmt-dev, ros-lyrical-moveit-common, ros-lyrical-rclcpp, ros-lyrical-tf2-eigen, ros-lyrical-tf2-ros, ros-lyrical-warehouse-ros, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-warehouse/ros-lyrical-moveit-ros-warehouse_2.15.1-1resolute.20260901.222723_amd64.deb Size: 520572 SHA256: 43a5573de8fd2bfd5b2e798c06eaafb8ee6135ae881e1b95d61e066cc7b5e7e5 SHA1: 6ca8148a38f773346db27bbe7f84143a6b00f2ce MD5sum: 55b93e415b00a76924941bb454b7348a Description: Components of MoveIt connecting to MongoDB Package: ros-lyrical-moveit-ros-warehouse-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-ros-warehouse Version: 2.15.1-1resolute.20260901.222723 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 20626 Depends: ros-lyrical-moveit-ros-warehouse (= 2.15.1-1resolute.20260901.222723) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-ros-warehouse/ros-lyrical-moveit-ros-warehouse-dbgsym_2.15.1-1resolute.20260901.222723_amd64.deb Size: 18933024 SHA256: 4f2d584cd722b723e83eb94a819fdad4ab95da2d70d7d7e6cd711478ba82c6e1 SHA1: 51efbe15b6bf4916ca26b06a934416b019242914 MD5sum: fd0b02f3038045441c164805b606bc5b Description: debug symbols for ros-lyrical-moveit-ros-warehouse Build-Ids: 0e1d2b0d2b71d5d943a9e2a47bc2b9c0763f8fef 25c9b1d35d2044645221b1a9c82259cdf9a7b545 3fd5949bdb07258a99ad20799f5e663bcf415e1f bffb34a3dcaaf3d64929c972281bbdffe14260ca cd5447794ff52297f49ec606f4a33baf28d4e5d0 fa998e8bdf4c2146e6f24b1c196e94f789c2c04f faed85636240b7b7b3f0d63fe84eae4c24001333 Package: ros-lyrical-moveit-runtime Version: 2.15.1-1resolute.20260901.230923 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 45 Depends: ros-lyrical-moveit-core, ros-lyrical-moveit-planners, ros-lyrical-moveit-plugins, ros-lyrical-moveit-ros-move-group, ros-lyrical-moveit-ros-perception, ros-lyrical-moveit-ros-planning, ros-lyrical-moveit-ros-planning-interface, ros-lyrical-moveit-ros-warehouse, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-runtime/ros-lyrical-moveit-runtime_2.15.1-1resolute.20260901.230923_amd64.deb Size: 6168 SHA256: 08dce8faf00f5718512668fe98080975029e9017c93c1337b48a4875d0f6e218 SHA1: 141295bb6a4f5eb6b22abdf392e4b17070f4d71e MD5sum: c4452e98f554ef5388e21af57ce77a4c Description: moveit_runtime meta package contains MoveIt packages that are essential for its runtime (e.g. running MoveIt on robots). Package: ros-lyrical-moveit-servo Version: 2.15.1-1resolute.20260908.173654 Architecture: amd64 Maintainer: "Blake Anderson" Installed-Size: 3379 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-control-msgs, ros-lyrical-controller-manager, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-joint-state-broadcaster, ros-lyrical-joint-trajectory-controller, ros-lyrical-joy, ros-lyrical-launch-param-builder, ros-lyrical-moveit-common, ros-lyrical-moveit-configs-utils, ros-lyrical-moveit-msgs, ros-lyrical-moveit-ros-planning-interface, ros-lyrical-moveit-ros-visualization, ros-lyrical-pluginlib, ros-lyrical-realtime-tools, ros-lyrical-robot-state-publisher, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-eigen, ros-lyrical-tf2-ros, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://moveit.github.io/moveit_tutorials Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-servo/ros-lyrical-moveit-servo_2.15.1-1resolute.20260908.173654_amd64.deb Size: 675198 SHA256: a5e5e2342bf36b09ae4a72a31c19830bbc645e590627644f839d3d01f83311fe SHA1: a368e3fc0c68f353f1ef6702d8ec00a82f17e611 MD5sum: abcaaca7268c49097e6da39261ebe9e5 Description: Provides real-time manipulator Cartesian and joint servoing. Package: ros-lyrical-moveit-servo-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-servo Version: 2.15.1-1resolute.20260908.173654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Blake Anderson" Installed-Size: 31498 Depends: ros-lyrical-moveit-servo (= 2.15.1-1resolute.20260908.173654) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-servo/ros-lyrical-moveit-servo-dbgsym_2.15.1-1resolute.20260908.173654_amd64.deb Size: 29934144 SHA256: 80dab66154deca2f6c2878e5678aedfa85daed3fba3d630bfea1887e6753ed69 SHA1: 5ac9967f9e17d934445297a0f3f693061e7d0820 MD5sum: 8d1084964e0a56c6632f39db4c7cb764 Description: debug symbols for ros-lyrical-moveit-servo Build-Ids: 04ea79bca54fbcb93e3b8f4d5be822d4939658ef 2ca3de7c58d32a34824136ad1de9ef7d02a9c19c 49273a351231eb6959cc934c2f95af83f6c00681 4ef2adafa6062ca18dbd2a4e77d5cc1576c7b318 a3206ca94e16afc3d440a15aa92e6e8466997788 cb399048cda8cddc9842a11e3ef1a528d0d697e5 feaf4191627df725e4932f89d8afe3b3be368ee0 Package: ros-lyrical-moveit-setup-app-plugins Version: 2.15.1-1resolute.20260908.184706 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 316 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-ament-index-cpp, ros-lyrical-moveit-configs-utils, ros-lyrical-moveit-ros-visualization, ros-lyrical-moveit-setup-framework, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_app_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-app-plugins/ros-lyrical-moveit-setup-app-plugins_2.15.1-1resolute.20260908.184706_amd64.deb Size: 79112 SHA256: fda634fb8b79f4e4fe533e540f0bf4e03d90959f21d4e3177e2006233c07e924 SHA1: 0a243fac405f657e8c04d38a4a392b4fa8cc04a3 MD5sum: 22aac9785889ccc9f6b765dc35444406 Description: Various specialty plugins for MoveIt Setup Assistant Package: ros-lyrical-moveit-setup-app-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-setup-app-plugins Version: 2.15.1-1resolute.20260908.184706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 3277 Depends: ros-lyrical-moveit-setup-app-plugins (= 2.15.1-1resolute.20260908.184706) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-app-plugins/ros-lyrical-moveit-setup-app-plugins-dbgsym_2.15.1-1resolute.20260908.184706_amd64.deb Size: 3213790 SHA256: 8f9eaabf1e1b345f5ae618e57e006fd97f38ba58791a9024bf0adb29d3c2af3b SHA1: 7d501180dc5eebbcf3937a632955edbd2ba67c29 MD5sum: f3980c4f663cf1998961c9c93a003521 Description: debug symbols for ros-lyrical-moveit-setup-app-plugins Build-Ids: 9dc2e62a5795dc822212879360cc3c98ed25937f Package: ros-lyrical-moveit-setup-assistant Version: 2.15.1-1resolute.20260908.191418 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 663 Depends: libboost-program-options1.90.0 (>= 1.90.0), libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-moveit-ros-planning, ros-lyrical-srdfdom, qt6-base-dev, ros-lyrical-ament-index-cpp, ros-lyrical-moveit-configs-utils, ros-lyrical-moveit-setup-app-plugins, ros-lyrical-moveit-setup-controllers, ros-lyrical-moveit-setup-core-plugins, ros-lyrical-moveit-setup-framework, ros-lyrical-moveit-setup-srdf-plugins, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-assistant/ros-lyrical-moveit-setup-assistant_2.15.1-1resolute.20260908.191418_amd64.deb Size: 244280 SHA256: 537b7eaacf8eba9d2518bd34884c1b58017b089adfc2b2fded3e2cdb28ca2f7d SHA1: 044a5db376d071dcf5b1d82ca0849df087c989b3 MD5sum: bc6ae9af28faa0c033f067705b5fcf72 Description: Generates a configuration package that makes it easy to use MoveIt Package: ros-lyrical-moveit-setup-assistant-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-setup-assistant Version: 2.15.1-1resolute.20260908.191418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5783 Depends: ros-lyrical-moveit-setup-assistant (= 2.15.1-1resolute.20260908.191418) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-assistant/ros-lyrical-moveit-setup-assistant-dbgsym_2.15.1-1resolute.20260908.191418_amd64.deb Size: 5596956 SHA256: 474f3c1f738041c177272742d9f5414793f94d3d795df67e2361fa2b1e0913cd SHA1: d23a0d7ca9314430f45e08790b5296eb543daf7c MD5sum: a65417a5ea2160cb31b63e04abd13ec0 Description: debug symbols for ros-lyrical-moveit-setup-assistant Build-Ids: 8090468db008498d29b9772c552a32b7560e5789 f02126f0f37608b549b96d9b92e36356e021d3b2 Package: ros-lyrical-moveit-setup-controllers Version: 2.15.1-1resolute.20260908.184719 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 667 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-moveit-core, ros-lyrical-ament-index-cpp, ros-lyrical-moveit-setup-framework, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_controllers/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-controllers/ros-lyrical-moveit-setup-controllers_2.15.1-1resolute.20260908.184719_amd64.deb Size: 177214 SHA256: 0db2c80e6603ebdcd44555dae00dc5e8703b4bc620cde5a6130a4d1907dd5163 SHA1: 6d95bf3f77469e980384e763f5561242042664d0 MD5sum: 1b456940a59028e1b21cf86d5e478459 Description: MoveIt Setup Steps for ROS 2 Control Package: ros-lyrical-moveit-setup-controllers-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-setup-controllers Version: 2.15.1-1resolute.20260908.184719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 10670 Depends: ros-lyrical-moveit-setup-controllers (= 2.15.1-1resolute.20260908.184719) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-controllers/ros-lyrical-moveit-setup-controllers-dbgsym_2.15.1-1resolute.20260908.184719_amd64.deb Size: 10547356 SHA256: 95d8eabb5d51a4fd4dda284032bd8a20f803eaef4402cdeb554082dba7e61599 SHA1: 1e44256691fdc209d7df8c469a354c300eaf3d3d MD5sum: 67d828fbc467a14585f869f71b66f264 Description: debug symbols for ros-lyrical-moveit-setup-controllers Build-Ids: 71ecb745eb112877bafecd00bb61d2ed8b3024f0 Package: ros-lyrical-moveit-setup-core-plugins Version: 2.15.1-1resolute.20260908.184714 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 284 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-ament-index-cpp, ros-lyrical-moveit-ros-visualization, ros-lyrical-moveit-setup-framework, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-srdfdom, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_core_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-core-plugins/ros-lyrical-moveit-setup-core-plugins_2.15.1-1resolute.20260908.184714_amd64.deb Size: 68138 SHA256: 2ced5ae784358de06b57d41b811e4537e6479a62f8f714a538ba661221eb9a05 SHA1: d12d6db97d131c4e18f9614f8af9492d4f71543c MD5sum: 053d94c5bb1cea49c0af5c632c0f96d1 Description: Core (meta) plugins for MoveIt Setup Assistant Package: ros-lyrical-moveit-setup-core-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-setup-core-plugins Version: 2.15.1-1resolute.20260908.184714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 5446 Depends: ros-lyrical-moveit-setup-core-plugins (= 2.15.1-1resolute.20260908.184714) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-core-plugins/ros-lyrical-moveit-setup-core-plugins-dbgsym_2.15.1-1resolute.20260908.184714_amd64.deb Size: 5421254 SHA256: 4a94f269bee48828336fa3fc63c4484c1025942fd7a521520072700ebe1dc731 SHA1: fbcf33897f6b9253eb9cfb015d6d2be6d898ba31 MD5sum: 7c63a8eb8b9ddd5f6c5a3ccbec51ebc1 Description: debug symbols for ros-lyrical-moveit-setup-core-plugins Build-Ids: e3b7950deca24ada53f66319a3d95ba0e8995909 Package: ros-lyrical-moveit-setup-framework Version: 2.15.1-1resolute.20260908.173705 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 767 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-moveit-ros-visualization, ros-lyrical-srdfdom, libfmt-dev, ros-lyrical-ament-index-cpp, ros-lyrical-moveit-common, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rviz-common, ros-lyrical-rviz-rendering, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_framework/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-framework/ros-lyrical-moveit-setup-framework_2.15.1-1resolute.20260908.173705_amd64.deb Size: 206028 SHA256: ba4e6768e444b740bb5a5ce1b47cb5e28a4d090b239b37a7183291b2c91469a5 SHA1: 5241ada19de28505fd93772c4ff04e3ebaf3becc MD5sum: eb211049b29b07099314c738f2e6447b Description: C++ Interface for defining setup steps for MoveIt Setup Assistant Package: ros-lyrical-moveit-setup-framework-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-setup-framework Version: 2.15.1-1resolute.20260908.173705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 7054 Depends: ros-lyrical-moveit-setup-framework (= 2.15.1-1resolute.20260908.173705) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-framework/ros-lyrical-moveit-setup-framework-dbgsym_2.15.1-1resolute.20260908.173705_amd64.deb Size: 6878404 SHA256: 21418f2771b9cb750b2296b8dd3070d2cc357050674d193a912523ebc3746dbd SHA1: 299959a8fbca694e418741804897f9a59409404f MD5sum: c5d92fd27f60b3675f5d3462c3fb9948 Description: debug symbols for ros-lyrical-moveit-setup-framework Build-Ids: b5fefdc60caa07ac8e2d2c898e471effc840f7b6 Package: ros-lyrical-moveit-setup-srdf-plugins Version: 2.15.1-1resolute.20260908.184739 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 1080 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.4.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-moveit-core, ros-lyrical-moveit-setup-framework, ros-lyrical-pluginlib, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_srdf_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-srdf-plugins/ros-lyrical-moveit-setup-srdf-plugins_2.15.1-1resolute.20260908.184739_amd64.deb Size: 291134 SHA256: adf23e7884025a303fc50b9bbb958b33f753329837d7408062e8cf246b9d062f SHA1: 0f003c4548222db1ce1d497b98f04100727d1bcf MD5sum: 31e6f3e26c47f4f733b9aa0dad10f23e Description: SRDF-based plugins for MoveIt Setup Assistant Package: ros-lyrical-moveit-setup-srdf-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-setup-srdf-plugins Version: 2.15.1-1resolute.20260908.184739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 16429 Depends: ros-lyrical-moveit-setup-srdf-plugins (= 2.15.1-1resolute.20260908.184739) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-setup-srdf-plugins/ros-lyrical-moveit-setup-srdf-plugins-dbgsym_2.15.1-1resolute.20260908.184739_amd64.deb Size: 16180584 SHA256: e3128771b85bf15a5736196a63cc60a99f06e43ce22dcdf0b589e54146e7d609 SHA1: f0c5516f06cd00b8c00c8aee190ae276ab0db5c9 MD5sum: 990943d5da5bdc5d2544f53b32606e5e Description: debug symbols for ros-lyrical-moveit-setup-srdf-plugins Build-Ids: 068662a2cb20811509faa6c77bab529da92b8042 Package: ros-lyrical-moveit-simple-controller-manager Version: 2.15.1-1resolute.20260901.214827 Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 543 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-control-msgs, ros-lyrical-moveit-common, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-simple-controller-manager/ros-lyrical-moveit-simple-controller-manager_2.15.1-1resolute.20260901.214827_amd64.deb Size: 123816 SHA256: a62e5a220e53c6b1fc97624ec0c34e29d074d35250019e52c17e9aaa25a20188 SHA1: 01620231a544a00aede19f92281aaa77c2db7991 MD5sum: 3242c4897dd3b82a625df05e0a47b17e Description: A generic, simple controller manager plugin for MoveIt. Package: ros-lyrical-moveit-simple-controller-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-simple-controller-manager Version: 2.15.1-1resolute.20260901.214827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 2170 Depends: ros-lyrical-moveit-simple-controller-manager (= 2.15.1-1resolute.20260901.214827) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-simple-controller-manager/ros-lyrical-moveit-simple-controller-manager-dbgsym_2.15.1-1resolute.20260901.214827_amd64.deb Size: 1894120 SHA256: 76c1b08c985f1a44872394a2291f40445f7f3647964529a3e6d67d40e315ba2d SHA1: a930186300c85d7bfb11b2e5d5cbe59cd3fbcba9 MD5sum: ef6b854af6a3a2b0c0f8ff5d2107561c Description: debug symbols for ros-lyrical-moveit-simple-controller-manager Build-Ids: 52826c7e4e5459163d7a7835b35bc307fbd9e33a Package: ros-lyrical-moveit-task-constructor-capabilities Version: 0.2.0-1resolute.20260904.021249 Architecture: amd64 Maintainer: "Michael v4hn Goerner" Installed-Size: 223 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, libfmt-dev, ros-lyrical-moveit-ros-move-group, ros-lyrical-moveit-task-constructor-core, ros-lyrical-moveit-task-constructor-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp-action, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_capabilities/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-capabilities/ros-lyrical-moveit-task-constructor-capabilities_0.2.0-1resolute.20260904.021249_amd64.deb Size: 62430 SHA256: aeb108f67284f89757a8c01805dedf953845fb09a2f160da4e80a0c975b49f58 SHA1: 1ab127c0ba07161f74fc8f09e24293495bce20e5 MD5sum: e1ef737a1352827d2699f8ed0f99ab46 Description: MoveGroupCapabilites to interact with MoveIt Package: ros-lyrical-moveit-task-constructor-capabilities-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-task-constructor-capabilities Version: 0.2.0-1resolute.20260904.021249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael v4hn Goerner" Installed-Size: 2736 Depends: ros-lyrical-moveit-task-constructor-capabilities (= 0.2.0-1resolute.20260904.021249) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-capabilities/ros-lyrical-moveit-task-constructor-capabilities-dbgsym_0.2.0-1resolute.20260904.021249_amd64.deb Size: 2651324 SHA256: 7040ef0289c066f1bfc966be89eeb62cd5d952bda3b0e7a68d2898fa402653ea SHA1: be939ce0301250b119e72d458a26e11b0943f672 MD5sum: 62ef8f873e627b9606be687729e1909c Description: debug symbols for ros-lyrical-moveit-task-constructor-capabilities Build-Ids: 4ad55f9e2422899de1e849ebae19eaf49ce1d448 Package: ros-lyrical-moveit-task-constructor-core Version: 0.2.0-1resolute.20260904.014740 Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 3265 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, libfmt-dev, ros-lyrical-geometry-msgs, ros-lyrical-moveit-py, ros-lyrical-moveit-ros-planning-interface, ros-lyrical-moveit-task-constructor-msgs, ros-lyrical-py-binding-tools, ros-lyrical-rclcpp, ros-lyrical-rviz-marker-tools, ros-lyrical-tf2-eigen, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/moveit/moveit_task_constructor Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-core/ros-lyrical-moveit-task-constructor-core_0.2.0-1resolute.20260904.014740_amd64.deb Size: 865364 SHA256: 1fe84b55652a55a6a11fa02507ae332bb1d91f6b26650aea0d68b44cd91cfe5a SHA1: 6f2a658aa4b7366877514e643858c16a96151b48 MD5sum: 7894ba05c1e13835659e044e04b032fd Description: MoveIt Task Pipeline Package: ros-lyrical-moveit-task-constructor-core-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-task-constructor-core Version: 0.2.0-1resolute.20260904.014740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 54272 Depends: ros-lyrical-moveit-task-constructor-core (= 0.2.0-1resolute.20260904.014740) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-core/ros-lyrical-moveit-task-constructor-core-dbgsym_0.2.0-1resolute.20260904.014740_amd64.deb Size: 52770306 SHA256: 9baa629df1940dc15c2c5bc37b848b67b69e7020b603d902b367d8513723c43c SHA1: ceafb80370f6d1d6d6abd223a22046a78ad3177c MD5sum: 2086e5cc3bc19a0996c64dddbfa41f15 Description: debug symbols for ros-lyrical-moveit-task-constructor-core Build-Ids: 1bc884c445d10abf635603505c0307b0b12cf39d 1c08c1a79dd84c344bbf2b69243a2b219e1b5441 5b023e0f7ccd48e9475f648ba09b0f193382196c df920935b2ada25e2127eb3fb62ef8fadbf7c71a f67d2829a34f942690f619fadfa4859aebcaca57 Package: ros-lyrical-moveit-task-constructor-demo Version: 0.2.0-1resolute.20260908.184350 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 705 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-moveit-ros-planning-interface, ros-lyrical-controller-manager, ros-lyrical-generate-parameter-library, ros-lyrical-moveit-configs-utils, ros-lyrical-moveit-resources-panda-moveit-config, ros-lyrical-moveit-task-constructor-capabilities, ros-lyrical-moveit-task-constructor-core, ros-lyrical-moveit-task-constructor-visualization, ros-lyrical-py-binding-tools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_demo/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-demo/ros-lyrical-moveit-task-constructor-demo_0.2.0-1resolute.20260908.184350_amd64.deb Size: 151694 SHA256: 4a64a81804274ff8a06f056f7b64eebe7f6ae48ad4d09fda9219f34bdf8ad00d SHA1: ee91fd5a507bcd79b0c552564ab2e5970fe4cc94 MD5sum: 3d078d52d2220f4421d45e68da73e7a7 Description: demo tasks illustrating various capabilities of MTC. Package: ros-lyrical-moveit-task-constructor-demo-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-task-constructor-demo Version: 0.2.0-1resolute.20260908.184350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 14595 Depends: ros-lyrical-moveit-task-constructor-demo (= 0.2.0-1resolute.20260908.184350) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-demo/ros-lyrical-moveit-task-constructor-demo-dbgsym_0.2.0-1resolute.20260908.184350_amd64.deb Size: 14514692 SHA256: 20f11449b465771751d7bf70bf51906b401d2f610f0eb334701fdbe15f2dc03f SHA1: f84808c7d7c2992461f80a4d2ad99b730a88daa2 MD5sum: a7b79759811b8ba60090bcbf5acedde1 Description: debug symbols for ros-lyrical-moveit-task-constructor-demo Build-Ids: 04dba0fe6ceabfca33ae7b732a4c19b06991c171 1720238ebdb29fbd7cf21f29a09bf57db342fec7 2412f38dbdc5a364536242ed0b57eb0bc0329a72 3cc0a829ec2088cc1040d7c1a96eb2ddeca4b3d7 570375b662259b4b6bd07b2cbe59eec52e6a0833 cba073b29a73d73e50926bd954bfc614d423cc06 e7aa6989ec07ea7c77b2028d434b32bd45b37ef3 Package: ros-lyrical-moveit-task-constructor-msgs Version: 0.2.0-1resolute.20260904.001253 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 4677 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-moveit-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-msgs/ros-lyrical-moveit-task-constructor-msgs_0.2.0-1resolute.20260904.001253_amd64.deb Size: 339286 SHA256: f9cbb617e4f31f55bce89e1578988892c14dd9f14e9edd8ae062e04be255d8aa SHA1: 9dd4f5b6704618e265b15730155bfeb840b79f20 MD5sum: defed6fe83775c43263c7f4199b72b4d Description: Messages for MoveIt Task Pipeline Package: ros-lyrical-moveit-task-constructor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-task-constructor-msgs Version: 0.2.0-1resolute.20260904.001253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 5232 Depends: ros-lyrical-moveit-task-constructor-msgs (= 0.2.0-1resolute.20260904.001253) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-msgs/ros-lyrical-moveit-task-constructor-msgs-dbgsym_0.2.0-1resolute.20260904.001253_amd64.deb Size: 4358084 SHA256: 20192165f6bc64c25c388348edf7c8aa8532841e3559acfbc7900bc77e9088df SHA1: 86908ac8423b9fd931c07f3a6eb3cd3ffc975d56 MD5sum: 6ff6821bf7a9b64505db68a90bfc05b5 Description: debug symbols for ros-lyrical-moveit-task-constructor-msgs Build-Ids: 0501b76b4117f7abf2b70366279dbe6303d97b0d 2d6da8aacb19850a00f597cccd75306256fdec88 38ce785cdacafeb2e57b39e05da4456a3a61bc37 5090c45e92ab5660c6c994bc98d99818f974dc89 57589fd08df08fe71a222050b0db8946eaa66fbf a121c160a6f53ac2ff812553efc8ac74e58c5b3b a5d889fdd3245f7cb93c6ae227d8beb3cee85be5 b201f73589d8883610d012ef15efeb371dcc4e33 cbb2e8575b22c791b38eb9e0cd974b8b01418af8 dc51b393a2377bb740e37c961d90538561fbcec5 e89ea16c4190adedf5d7c4b260b526fed7b46529 Package: ros-lyrical-moveit-task-constructor-visualization Version: 0.2.0-1resolute.20260908.173704 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 2090 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-0-2, ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-moveit-ros-visualization, ros-lyrical-rviz-ogre-vendor, libfmt-dev, ros-lyrical-libyaml-vendor, ros-lyrical-moveit-task-constructor-core, ros-lyrical-moveit-task-constructor-msgs, ros-lyrical-rclcpp, ros-lyrical-rviz2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_visualization/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-visualization/ros-lyrical-moveit-task-constructor-visualization_0.2.0-1resolute.20260908.173704_amd64.deb Size: 469216 SHA256: 64c910b7cc7fab28e35618113fa8bf254cefda33c70c8f83c645152159e09fd1 SHA1: ddc1deb8cf9a50bf091afe3133eab11ec66d76a9 MD5sum: e47cba41bf2def4be81c4cacd5d86744 Description: Visualization tools for MoveIt Task Pipeline Package: ros-lyrical-moveit-task-constructor-visualization-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-task-constructor-visualization Version: 0.2.0-1resolute.20260908.173704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 21070 Depends: ros-lyrical-moveit-task-constructor-visualization (= 0.2.0-1resolute.20260908.173704) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-task-constructor-visualization/ros-lyrical-moveit-task-constructor-visualization-dbgsym_0.2.0-1resolute.20260908.173704_amd64.deb Size: 19781526 SHA256: eac59198cd2263fe28864a674e5aa051edfbf2d51ad8762a64056f74ec402c7f SHA1: e25439071cc690965f635ebcc20bbab424b5486a MD5sum: 771ccacaa59c50aa4a3ec7dadbb3c6d0 Description: debug symbols for ros-lyrical-moveit-task-constructor-visualization Build-Ids: 13b589257d0a916b49db064a812fb8f5cf7653f4 2bb2b5440ee5553f6d19f5512cb2532f4e6766e3 7798851df9d31c36288f37a4ecc53104d6cbdac5 f7b1e37f3c6053dfeb4b321a0ccdc5acaf52df15 Package: ros-lyrical-moveit-visual-tools Version: 4.2.0-1resolute.20260908.164313 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 811 Depends: libboost-filesystem1.90.0 (>= 1.90.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-geometric-shapes, ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning, ros-lyrical-ament-index-cpp, ros-lyrical-geometry-msgs, ros-lyrical-graph-msgs, ros-lyrical-interactive-markers, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-rclcpp, ros-lyrical-rviz-visual-tools, ros-lyrical-std-msgs, ros-lyrical-tf2-eigen, ros-lyrical-tf2-ros, ros-lyrical-trajectory-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/ros-planning/moveit_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-visual-tools/ros-lyrical-moveit-visual-tools_4.2.0-1resolute.20260908.164313_amd64.deb Size: 306330 SHA256: 04a734006293be6c1feac47f79b759824a46b025640fc798782643c96aeb6753 SHA1: bfc0ee16aebdea99ab7eea514a612c2e9a754305 MD5sum: 3ccb2558eae3f80adbde93fb50f280de Description: Helper functions for displaying and debugging MoveIt data in Rviz via published markers Package: ros-lyrical-moveit-visual-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-moveit-visual-tools Version: 4.2.0-1resolute.20260908.164313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 9125 Depends: ros-lyrical-moveit-visual-tools (= 4.2.0-1resolute.20260908.164313) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-moveit-visual-tools/ros-lyrical-moveit-visual-tools-dbgsym_4.2.0-1resolute.20260908.164313_amd64.deb Size: 8968068 SHA256: 60fa42bb071bd330a1f257e590675569b8a0c846367d84fa96fc0a60388987a1 SHA1: 21515a46ecef2ee37998ef9cd2c811ac048df1cd MD5sum: f609fa66c10a71e211abfb2fddb46d24 Description: debug symbols for ros-lyrical-moveit-visual-tools Build-Ids: 4b292edef534a140da899b362dc6e2e05f3f1842 a01cf46cf1a9534d2f76c6cc1740a2a63aa8d045 Package: ros-lyrical-mp-units-vendor Version: 2.5.0-4resolute.20260728.205903 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 795 Depends: libfmt-dev, libgsl-dev, ros-lyrical-ros-workspace Homepage: https://github.com/mpusz/mp-units Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mp-units-vendor/ros-lyrical-mp-units-vendor_2.5.0-4resolute.20260728.205903_amd64.deb Size: 99642 SHA256: 997640de7bf19d373d6cb8338f0fa8690c99727c8c13956beea820bf54342e25 SHA1: 09b71800973302419c24215352395e47cdf3a9cd MD5sum: 39ea25460f06c1b19dd2fdfb3cdc008f Description: Vendor package for mp-units (quantities and units library for C++) Package: ros-lyrical-mp2p-icp Version: 2.14.0-1resolute.20260907.115509 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 27 Depends: ros-lyrical-mp2p-icp-core, ros-lyrical-mp2p-icp-viz, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mp2p-icp/ros-lyrical-mp2p-icp_2.14.0-1resolute.20260907.115509_amd64.deb Size: 16192 SHA256: 95ab87f9abdf82000174193e5d2bf94a86391dadd609db5c3a1c4d61ba87c1e4 SHA1: ce3084aac2997839d6cb2f475031c344a6ad006f MD5sum: f14961762d0a9fe9a042043bbec693f6 Description: Metapackage for mp2p_icp: depends on mp2p_icp_core (headless libraries and CLI applications) and mp2p_icp_viz (GUI applications). Package: ros-lyrical-mp2p-icp-core Version: 2.14.0-1resolute.20260907.110854 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8307 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), ros-lyrical-mola-imu-preintegration, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, libcli11-dev, libtbb-dev, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mp2p-icp-core/ros-lyrical-mp2p-icp-core_2.14.0-1resolute.20260907.110854_amd64.deb Size: 1725918 SHA256: 939f7a8d91a3310e5f8ac6c11c182c666e4ad76dd0d520b7b5f6bdb159954a9e SHA1: bcc4f2667c1142d158cbd3fceed4f78e8f8bffab MD5sum: 6be493a79cdcfebb03c4207dde054da9 Description: C++ libraries for multi primitive-to-primitive (MP2P) ICP algorithms and point cloud processing pipelines, plus headless CLI applications. No GUI/display dependencies; see mp2p_icp_viz for the GUI apps. Package: ros-lyrical-mp2p-icp-core-dbgsym Package-Type: ddeb Source: ros-lyrical-mp2p-icp-core Version: 2.14.0-1resolute.20260907.110854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 67648 Depends: ros-lyrical-mp2p-icp-core (= 2.14.0-1resolute.20260907.110854) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mp2p-icp-core/ros-lyrical-mp2p-icp-core-dbgsym_2.14.0-1resolute.20260907.110854_amd64.deb Size: 65321092 SHA256: e0c263af4aef3ed3aa1febad47a1e9c349bf54d71fdd60f95fbeff2a2ed1682e SHA1: b25a0734550ac42d44ccf02f5e15aaebb1fb8b7a MD5sum: e6526ca42d855ba19b53303289676d2b Description: debug symbols for ros-lyrical-mp2p-icp-core Build-Ids: 0c1d69706a821b78644d817483e0520db28f7432 175c85610cbd0a673ad22ff3d89155e43870e2a0 33e57b69a4631f623430d695a37d84c7e2c29a70 539b1143496ab85995c75e9b88c37fb19677e02f 5cf04b52ac172d4d8ff629ff9af91d6b10835e77 63041aed0dc28746ad39a049bd0e1427084f37ad 6d6bdef3cf32aac5de04255cb701e947e13a43ae 6df97d6edecd2f486cdd075cffab6717863c66ca 87a6e6a4be1c6ecf40df8b38e789378e20b53091 988f1754f29b8ca6754130699619317307974307 9e0e9a2cf03e154bd8dda81d54bec3858763e324 bbcdc6addd22dcc1815c8b0b9ddd660f7a9a5045 cc2ee03ffb48d8fa1c87bb760636dfd021e7e0d7 d45d67af8277250d5f777f56ab11eddda55b0585 d53175fc6345f41b758c8bf700387e44f7a91ccd e8f9893483bfe2271a2912d6e1f118345146ed63 fd49ea5826db42f4a29d07c9aa9cc3df8a54858e Package: ros-lyrical-mp2p-icp-viz Version: 2.14.0-1resolute.20260907.114914 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1076 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 14), ros-lyrical-mp2p-icp-core, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, libcli11-dev, ros-lyrical-mola-common, ros-lyrical-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mp2p-icp-viz/ros-lyrical-mp2p-icp-viz_2.14.0-1resolute.20260907.114914_amd64.deb Size: 318032 SHA256: 2834b0d22190ff7c9086a4d65a3db976ac3fb6551d8f57b11899df58083c9294 SHA1: ba643275f6613ce8e0c008ede35fa40b10b87f71 MD5sum: ca908b56b535484dfbf7ee4f58ea26c2 Description: GUI applications for mp2p_icp: mm-viewer (interactive *.mm map viewer) and icp-log-viewer (ICP log inspector). Kept in a separate package from mp2p_icp_core so headless consumers don't need to pull in mrpt_libgui. Package: ros-lyrical-mp2p-icp-viz-dbgsym Package-Type: ddeb Source: ros-lyrical-mp2p-icp-viz Version: 2.14.0-1resolute.20260907.114914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5892 Depends: ros-lyrical-mp2p-icp-viz (= 2.14.0-1resolute.20260907.114914) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mp2p-icp-viz/ros-lyrical-mp2p-icp-viz-dbgsym_2.14.0-1resolute.20260907.114914_amd64.deb Size: 5528152 SHA256: 6eb79ed031358345002a385e36b216488cc35601ac7fa08ae44e7da536e345fc SHA1: a9387055061b716dbf3fe85e685304f2eea647c2 MD5sum: a62e6ecb367cee8c6ebdfc34ae86152e Description: debug symbols for ros-lyrical-mp2p-icp-viz Build-Ids: 3ef2ce33f3348ed944ec5abd0de5dc156a8916ee ae7dfe807cfbc457b747202ea572ccc23a64189f Package: ros-lyrical-mqtt-client Version: 2.5.0-1resolute.20260901.172325 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 700 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpaho-mqtt1.3 (>= 1.3.0), libpaho-mqttpp3-1 (>= 1.5.3), libstdc++6 (>= 14), libfmt-dev, libpaho-mqtt-dev, libpaho-mqttpp-dev, ros-lyrical-mqtt-client-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcpputils, ros-lyrical-rosx-introspection, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/mqtt_client Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mqtt-client/ros-lyrical-mqtt-client_2.5.0-1resolute.20260901.172325_amd64.deb Size: 213230 SHA256: 5135af6ceee3b12f928ad451fe6fab0530447601ef5de976d9e9490499c0f18a SHA1: 89c3d0c60c837a9f32348d0a476e45169a9c7ad2 MD5sum: bfa1b035e64f264755f88eefcbec7bea Description: Node that enables connected ROS-based devices or robots to exchange ROS messages via an MQTT broker using the MQTT protocol. Package: ros-lyrical-mqtt-client-dbgsym Package-Type: ddeb Source: ros-lyrical-mqtt-client Version: 2.5.0-1resolute.20260901.172325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 3361 Depends: ros-lyrical-mqtt-client (= 2.5.0-1resolute.20260901.172325) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mqtt-client/ros-lyrical-mqtt-client-dbgsym_2.5.0-1resolute.20260901.172325_amd64.deb Size: 3077768 SHA256: fa5ae3d32d85f9447c1383644862abed9a72e18c5e22bc045e7eace05cd184d5 SHA1: d0ce7d77f3898a38c8eb0a2b12159656baff1bab MD5sum: 7daaa2aa05586fda94c5efe2d5ec9ecc Description: debug symbols for ros-lyrical-mqtt-client Build-Ids: 5ad7d01782b2808a828c8b311681e49b061cccda 64470c2eec9ab56783d1ec5f4770a9d54a19ee82 Package: ros-lyrical-mqtt-client-interfaces Version: 2.5.0-1resolute.20260901.110903 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1806 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/mqtt_client Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mqtt-client-interfaces/ros-lyrical-mqtt-client-interfaces_2.5.0-1resolute.20260901.110903_amd64.deb Size: 132934 SHA256: c973334f660d158d820b9ec605368f45879166b63be617ec206027323e311ae0 SHA1: dfec66d982109ff85b37f71cccbbede2708c9be2 MD5sum: f4c68326a43df85910d7ee9f66143106 Description: Message and service definitions for mqtt_client Package: ros-lyrical-mqtt-client-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-mqtt-client-interfaces Version: 2.5.0-1resolute.20260901.110903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1338 Depends: ros-lyrical-mqtt-client-interfaces (= 2.5.0-1resolute.20260901.110903) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mqtt-client-interfaces/ros-lyrical-mqtt-client-interfaces-dbgsym_2.5.0-1resolute.20260901.110903_amd64.deb Size: 953342 SHA256: f18fb40738d20630df69b452d7338ac0641404d80cd4c39df0540ea0b510ecce SHA1: fe46ae0d547cb3773fb59bc2922f3de09fa75aa5 MD5sum: 8749f427950328d466281b3a9868e51c Description: debug symbols for ros-lyrical-mqtt-client-interfaces Build-Ids: 1aab3fef271937f765bdf3650cbf4b8a1fa4209c 1d5b208a87bee87292ad93e24ee9b14078ec53e4 2503be28a57101cf9225003a596b92fcbff8d33b 6658f0689fba8e351efc70c1506067b0b642e355 75d2bcd684b24cb75d1ab28b8167fa87e0ed1356 7dded6ccc5056120b394433825f7c9cd7916adf4 8bb2ffaf43e7a35c02f4b1c5c2121262a4e07d9a a8c70a4b97c4e5dc5de76cd5d5b37f3caeab4955 b4eee7b68333eaed8040fbc356c4382bebfc3062 b6c5bfecbc2ef568b43f8c5f2568ce07c57ebe4a f36491e3f972a1ef8fc74b47d02d54fea19b9b89 Package: ros-lyrical-mrpt-apps Version: 2.15.21-1resolute.20260815.085651 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13918 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libopengl0, libopenni2-0 (>= 2.2.0.33+dfsg), libstdc++6 (>= 14), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-lyrical-mrpt-libapps, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libhwdrivers, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libnav, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mrpt-libslam, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-apps/ros-lyrical-mrpt-apps_2.15.21-1resolute.20260815.085651_amd64.deb Size: 2500324 SHA256: 5a4999da02ae0855f60a4bb53c118744e6d8ef1bd4dbd42d435d5066f5e91e80 SHA1: d6fa44253b8ae4155991612a85b504cda7fcfc9f MD5sum: bf3d6baab219465e5ad1dcdc90481f2a Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-lyrical-mrpt-apps-cli Version: 3.1.4-1resolute.20260907.121841 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2429 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-bayes, ros-lyrical-mrpt-config, ros-lyrical-mrpt-core, ros-lyrical-mrpt-hwdrivers, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-libapps-cli, ros-lyrical-mrpt-maps, ros-lyrical-mrpt-math, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-viz, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-apps-cli/ros-lyrical-mrpt-apps-cli_3.1.4-1resolute.20260907.121841_amd64.deb Size: 388778 SHA256: 0a4b4ac439a053d6c4c684b120a4c80826c2f69c4d43fd66cb7d04cae86f7537 SHA1: 4c17c409bcd6f886fae6f8c0b1bf1c6e8c02104a MD5sum: b7769866b523509d6c2388c7ca392318 Description: MRPT command line applications Package: ros-lyrical-mrpt-apps-cli-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-apps-cli Version: 3.1.4-1resolute.20260907.121841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11442 Depends: ros-lyrical-mrpt-apps-cli (= 3.1.4-1resolute.20260907.121841) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-apps-cli/ros-lyrical-mrpt-apps-cli-dbgsym_3.1.4-1resolute.20260907.121841_amd64.deb Size: 10518250 SHA256: 94217ad751e3a357b661e55bd52f0c5977e3b6961c498676c629130a8dd0c6ae SHA1: 3198d1b0fd7e216db1cb8e4b247ceafac081713c MD5sum: 64ef941538aa6e0cab2c25a76a798c10 Description: debug symbols for ros-lyrical-mrpt-apps-cli Build-Ids: 348930adfa4cf58f3ec24285b889f01f3fc75fa6 34b45d2657fc5ad075a949b448a328c1d2203b57 38ce9ad519a64ebfd24699de49e6b34851690978 52b3f91b94a7b6cefb90122610fb0ffa798c2f46 6fb3b21a455152341147dc1fe8b4347ce6de48e6 739fa5c499ce4a32a1e785f24beed617ba023f87 babfe9a6b9a2488e1a426360a1b85ad4c7fa17b5 bb2ac668eea6475ddcbec743925d4239d383913a bb56fb38a406639ae6ab068022c8a367b2ca7d2a c1d895ecef720c66944341e8c5111d13b26569cd c588ad20c7e90c3534612bbe0f3206efccf516d7 fd59db9afdbf9516f7af3b4da1b00c95e99f83d0 Package: ros-lyrical-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-apps Version: 2.15.21-1resolute.20260815.085651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 60296 Depends: ros-lyrical-mrpt-apps (= 2.15.21-1resolute.20260815.085651) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-apps/ros-lyrical-mrpt-apps-dbgsym_2.15.21-1resolute.20260815.085651_amd64.deb Size: 53749386 SHA256: 6cce33ac10e5a5523a43b2b54491be4826d03ea272d8c22cc0cff75b7677dfd1 SHA1: ad0c2197f4350e85f08e733877c916d82ef1c02b MD5sum: d439cc38140805d4ef1f3a58e3232a7f Description: debug symbols for ros-lyrical-mrpt-apps Build-Ids: 0becfcb2fbfcbdbc652a490c4a44fff005ee6e29 0dd199db5a6900bb8776b3d756f39d9ceca3df6d 1c30ff34438b5252a87460e5fd5728e7ca84e2e1 2605800ae4e48414d57d4d71f49a2f63eb165e70 411ca155271c6086e4efabdb8b6e0025164e4155 4180b065208dff75332d593a2f44cb95a77b354a 4e3556d3dc2d6ae0309be0f7ea7c0ab3b1492874 517b59fe8a45936c0c6285effd29fc9696ed9707 58fbd453583427bdf05f9aaac0c49c87e8523e36 5d3ec789c716c0ec21cf6e7448b29ed36d54b852 5e08c5036cf783f8e04f5e9923b7a27c6703db6f 69a7f53c3291ff36e743a1359f561e75cdc5e914 6cdbac8d1f8ddb0c346b09c052b2d5a0878cafb6 6e237ff194f6cdb15b8cd428e806f84b405285fb 6fe7a64cc0ed208ea1d325240612c7ac94743820 712604dd770646bd0bf425a3324fa521a24ddd77 72945fc40b49e6eb1905ffe5db2f8a5bc0551fa8 767526665a3a0df15b71809f3ecf8aa51bfabe68 7954a17c74d63fdd0db58544e05a9a67da71d2e4 7a4d5f65c01226b9f1ce5268889458f336a77b37 7acdb07aa3f637643206fdfb87bf3f7b052b1a71 7bf2e29c2974a45833b35c6d4ad8b5aa1969cda6 828a69bb3ad7883525f8722b4423003162269494 8ab1ea7454dcfbd62ca197a4c66d1ae32d72e871 8dd5e227b65f0afa7dab336f89e54b410b311ce9 914f1a7a71c65f3481ac46b1ad5cc4b6725701ca 925f0c3d5ab22324958ecc9959199ab6fbd3a4ea a0b8a0363028268bd9b9d84f997cfd674514647d a7c41dab3aedb88a36ddbae9c996e429ea4ab4b4 a8399e8e976813993afa6b8d69251be06f3a9c48 ad5069f4c5d243c50fefd30df7811e04eb0126a0 b43797b9500a4e668838b59a3a5862d1adf06859 b59d4e1708b98fe071d22cfeb617a2b47a840d29 b69a31bf1af8aa08b6af0b95ce387563d35c2295 bd51deb74615112307250b80867640540935d103 be9043848ce427a9699c50e56af5be4b3bdafe15 ccf038e32b9faa7bf901df8d197c0cde245cc283 d3b60d6c1ca0fa0173d3356d8beb35432f7563c0 d55d213f1a2f63bdd1843f18a57c7de8a1b4607e d8b1e9b2be280044e2f900c9ab2ae41c718228fd da9314e7dde668b68ffac786c3e1e2e0a084022e ed54c3bbc7381fea0c07a40ad3000e597760ae4a f391ea38e62d909cc7f579beb5014f5ec2b61feb Package: ros-lyrical-mrpt-apps-gui Version: 3.1.4-1resolute.20260907.122349 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4523 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-bayes, ros-lyrical-mrpt-config, ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-gui, ros-lyrical-mrpt-hwdrivers, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-kinematics, ros-lyrical-mrpt-libapps-gui, ros-lyrical-mrpt-maps, ros-lyrical-mrpt-math, ros-lyrical-mrpt-nav, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-opengl, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-slam, ros-lyrical-mrpt-system, ros-lyrical-mrpt-tfest, ros-lyrical-mrpt-viz, ros-lyrical-mrpt-common, ros-lyrical-mrpt-graphslam, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-apps-gui/ros-lyrical-mrpt-apps-gui_3.1.4-1resolute.20260907.122349_amd64.deb Size: 907502 SHA256: dba95c93163d8a2ca44b88998309d6ac5e349c5fb6733afe22fbf5dfc6e6df1e SHA1: 72cdea1fa707c157c18bca782f001062d7c5ec41 MD5sum: 373d67842fbb1e086f82dfe263b9158f Description: MRPT graphical user interface applications Package: ros-lyrical-mrpt-apps-gui-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-apps-gui Version: 3.1.4-1resolute.20260907.122349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 22974 Depends: ros-lyrical-mrpt-apps-gui (= 3.1.4-1resolute.20260907.122349) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-apps-gui/ros-lyrical-mrpt-apps-gui-dbgsym_3.1.4-1resolute.20260907.122349_amd64.deb Size: 20701876 SHA256: f5b8eeeaf2b385ea68a2e0b78c7961de35754c177bf09f9939681be4a3e64b65 SHA1: bcd255d1c6eddbc4cf579d2c25930af04f483125 MD5sum: 2451b11f1caa4d3bb85d509008e4847f Description: debug symbols for ros-lyrical-mrpt-apps-gui Build-Ids: 13c3358dc3b1deb1a8f0655527a26e68f3ce1564 462314ae0d0b529ba2d4fa38e616a177c7c02208 561ca40519f8538fd346a78dc9a5aa9af9ce99c6 5a65dc0eb8d1008ea266767c94f6a5c9b3ab62d6 5d8c20d1709e5c8f6c8452dccf7dbec7e2ddbd29 6d35d1e8786e8e36b48d3f95bf4038560dd729bd 75fe47c99e6fac836598673ba9baa237741ea420 d76e250b41f04ebdca4a411d6d417af154dbcd31 d99b3e8f30209a3afff50c9f3cd727a1d043de26 e08269a4867358e59c62b5f83849dc1a1b3e7eaa e26f4966a454ff634f417e0ddd552eb308a7ebeb e393be190db3a87bc5b667adc6d96be522489fb4 e7215ba048f94e5ebddf5a553ee940df93c298f9 fcdce3c7453fda2872952fbea10ae2b6aefca39e Package: ros-lyrical-mrpt-bayes Version: 3.1.4-1resolute.20260907.113553 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 552 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-config, ros-lyrical-mrpt-core, ros-lyrical-mrpt-random, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-mrpt-math, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-bayes/ros-lyrical-mrpt-bayes_3.1.4-1resolute.20260907.113553_amd64.deb Size: 173490 SHA256: 88b02340c6440285ab96dbab4ae15c00777fe8c11417f499ea1a1e4da0a44624 SHA1: abb2ece1d9847088ca6290fc3b605c915d844aac MD5sum: 6e08e1dc2a540cd0c4e624535fa505b1 Description: The MRPT C++ library mrpt_bayes Package: ros-lyrical-mrpt-bayes-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-bayes Version: 3.1.4-1resolute.20260907.113553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1944 Depends: ros-lyrical-mrpt-bayes (= 3.1.4-1resolute.20260907.113553) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-bayes/ros-lyrical-mrpt-bayes-dbgsym_3.1.4-1resolute.20260907.113553_amd64.deb Size: 1774060 SHA256: 73d7aaeef0a49ee6f9a82d236ba49a7eefb2fdbf1a1575fedf362b67939af14a SHA1: 46935c41445e349a6f670809e831462ad37a455a MD5sum: a7eccf68ef4b234e592e06d09b953df6 Description: debug symbols for ros-lyrical-mrpt-bayes Build-Ids: 265b1c636a6892ad032a48ddd1dc8238c7acaa1e 7487cd5d08fcce3eaea1ba3018cb16121bfd42ab Package: ros-lyrical-mrpt-common Version: 3.1.4-1resolute.20260907.105956 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 70 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-common/ros-lyrical-mrpt-common_3.1.4-1resolute.20260907.105956_amd64.deb Size: 16650 SHA256: 3b447376746f95aa70a77226f6c983362befc8185e7fadd7030b7ec82283ace4 SHA1: a4f53b0f1fe24163d03104878ec703d23be612bb MD5sum: 591bb7b12038d73e398c85b39dc1e091 Description: Common CMake scripts to all MRPT modules Package: ros-lyrical-mrpt-comms Version: 3.1.4-1resolute.20260907.112042 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 466 Depends: libc6 (>= 2.42), libftdi1-2 (>= 1.5), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libusb-1.0-0 (>= 2:1.0.8), ros-lyrical-mrpt-core, ros-lyrical-mrpt-io, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-comms/ros-lyrical-mrpt-comms_3.1.4-1resolute.20260907.112042_amd64.deb Size: 159334 SHA256: 53416d2501e6d69ce06498107e5fbfe1909c0e332df31fff8c439cc75d4dae24 SHA1: 473c0dae3ee5333d83d5aa82d1811cea2a9605f7 MD5sum: 4fe4ab131d4e555fedd2a2db9dc41aca Description: The MRPT C++ library mrpt_comms Package: ros-lyrical-mrpt-comms-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-comms Version: 3.1.4-1resolute.20260907.112042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1965 Depends: ros-lyrical-mrpt-comms (= 3.1.4-1resolute.20260907.112042) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-comms/ros-lyrical-mrpt-comms-dbgsym_3.1.4-1resolute.20260907.112042_amd64.deb Size: 1800856 SHA256: c374b6ea50c82b872f0b63d3c850a48010542bd6deb51fc6e013461772b2478f SHA1: db73ae918e3ff096a334c33a9734c5530b4c6da6 MD5sum: 1c55688c05de80716bd5fdee50959c63 Description: debug symbols for ros-lyrical-mrpt-comms Build-Ids: 6cb97b1e693c3014f790b04394ee717e5543253e f1ac42c32942cfd9125e6bbad11d139e524fec89 Package: ros-lyrical-mrpt-config Version: 3.1.4-1resolute.20260907.112307 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 483 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsimpleini1t64 (>= 4.17), libstdc++6 (>= 14), ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-expr, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-config/ros-lyrical-mrpt-config_3.1.4-1resolute.20260907.112307_amd64.deb Size: 152550 SHA256: fd69b6d4af1831b3fa0474cdd5023394fb273f9659bbd6c3a97ca802e4d3f22d SHA1: 64022b060f40de897d1eb8bd0ed71f157483f919 MD5sum: 31a8a2ec436b27369a7d47e8a14cedc1 Description: The MRPT C++ library mrpt_config Package: ros-lyrical-mrpt-config-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-config Version: 3.1.4-1resolute.20260907.112307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2122 Depends: ros-lyrical-mrpt-config (= 3.1.4-1resolute.20260907.112307) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-config/ros-lyrical-mrpt-config-dbgsym_3.1.4-1resolute.20260907.112307_amd64.deb Size: 1949260 SHA256: e0221870dde151902e3be7b32a6937e3682bd2b01e84e7658959cf2ed72e99f3 SHA1: 2acc69e3906efd7fd5dba2977d6cee8ecfaec157 MD5sum: 97226b58d246b7333337a7aa457a993d Description: debug symbols for ros-lyrical-mrpt-config Build-Ids: bd4f76befbe1320f5e07411bddff2a4969e933cf ffc0862628e25e0bb48ab6fb1730c24c26d24251 Package: ros-lyrical-mrpt-containers Version: 3.1.4-1resolute.20260907.110952 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 695 Depends: libc6 (>= 2.38), libfyaml0 (>= 0.7.9), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-core, ros-lyrical-mrpt-common, ros-lyrical-mrpt-typemeta, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-containers/ros-lyrical-mrpt-containers_3.1.4-1resolute.20260907.110952_amd64.deb Size: 205816 SHA256: 6e5c784cd03f78b925feadb878de1cd9242fdf1d90b35226163e0e7cc85d4486 SHA1: 2798902c4b6903f06ea640a5478afaa58a5a423a MD5sum: 2f879d8cc0f845728bb3d0fc32e2dd2e Description: The MRPT C++ library mrpt_containers Package: ros-lyrical-mrpt-containers-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-containers Version: 3.1.4-1resolute.20260907.110952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2323 Depends: ros-lyrical-mrpt-containers (= 3.1.4-1resolute.20260907.110952) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-containers/ros-lyrical-mrpt-containers-dbgsym_3.1.4-1resolute.20260907.110952_amd64.deb Size: 2133624 SHA256: f6f9f8437a8a179a3ecc05274d8a2af92a36cc094a52a7b80afaffd77581ca4a SHA1: 0dec94be4c1d4e5cce5c807d5c6c86e70eb0a5a4 MD5sum: b3c16021e71edaf3c8880a9adb623986 Description: debug symbols for ros-lyrical-mrpt-containers Build-Ids: ccaf809e150d99d86ce8252cf29bd35350a406e0 edf69fa597ff924686268feb5076921f00392376 Package: ros-lyrical-mrpt-core Version: 3.1.4-1resolute.20260907.110353 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 510 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-core/ros-lyrical-mrpt-core_3.1.4-1resolute.20260907.110353_amd64.deb Size: 155072 SHA256: 5b59a640a7cfdb4222386039a99730bc5f28e76909ae903cb3a4857d569a7041 SHA1: 7d81921d00a2569d1ce90a23f56d4bf3af51a0cf MD5sum: 9802c64632d8f824a51c56bbe5cdcd42 Description: The MRPT C++ library mrpt_core Package: ros-lyrical-mrpt-core-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-core Version: 3.1.4-1resolute.20260907.110353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1741 Depends: ros-lyrical-mrpt-core (= 3.1.4-1resolute.20260907.110353) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-core/ros-lyrical-mrpt-core-dbgsym_3.1.4-1resolute.20260907.110353_amd64.deb Size: 1595874 SHA256: 0f5dbb568faffe0d27bbd8311360a407a044b70208b952a884ab9883ad2ce3ad SHA1: 705c94d1b0914a6671281b83c956648ef6630a37 MD5sum: 3d86e9ae4e08a4536094df02c58103af Description: debug symbols for ros-lyrical-mrpt-core Build-Ids: b8ebd6243d7cc215ecead776c13a63364b86051f fc139b05d189e22c43e6cff1acfc3f3a2534c365 Package: ros-lyrical-mrpt-data Version: 3.1.4-1resolute.20260907.110059 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13503 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-data/ros-lyrical-mrpt-data_3.1.4-1resolute.20260907.110059_amd64.deb Size: 12151446 SHA256: 2395fcb0658a4d870a75703eb124b42f071ef7367b18256ebc76a23236adcfd3 SHA1: 0cc0fd681a1f6485bf4960796378a530c3a2ded8 MD5sum: ecce67ee90f8a0fa41f88d9c09d4a2c8 Description: MRPT shared data files: test datasets and example config files Package: ros-lyrical-mrpt-examples-cpp Version: 3.1.4-1resolute.20260907.122347 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6048 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libglfw3 (>= 3.4), libopengl0, libstdc++6 (>= 14), ros-lyrical-mrpt-bayes, ros-lyrical-mrpt-comms, ros-lyrical-mrpt-config, ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-gui, ros-lyrical-mrpt-hwdrivers, ros-lyrical-mrpt-img, ros-lyrical-mrpt-imgui, ros-lyrical-mrpt-io, ros-lyrical-mrpt-libapps-gui, ros-lyrical-mrpt-maps, ros-lyrical-mrpt-math, ros-lyrical-mrpt-nav, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-opengl, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-slam, ros-lyrical-mrpt-system, ros-lyrical-mrpt-tfest, ros-lyrical-mrpt-topography, ros-lyrical-mrpt-viz, ros-lyrical-mrpt-common, ros-lyrical-mrpt-data, ros-lyrical-mrpt-graphslam, ros-lyrical-mrpt-libapps-cli, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-examples-cpp/ros-lyrical-mrpt-examples-cpp_3.1.4-1resolute.20260907.122347_amd64.deb Size: 1465642 SHA256: 629185519ad2db82840ce7612635e18035077523a33c91fdc31047579814daae SHA1: 893c86c268e5060062c8bec133ced9b73322bacb MD5sum: 07e3067897bdd1d1cf1333772ea44393 Description: C++ examples demonstrating MRPT functionality Package: ros-lyrical-mrpt-examples-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-examples-cpp Version: 3.1.4-1resolute.20260907.122347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41671 Depends: ros-lyrical-mrpt-examples-cpp (= 3.1.4-1resolute.20260907.122347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-examples-cpp/ros-lyrical-mrpt-examples-cpp-dbgsym_3.1.4-1resolute.20260907.122347_amd64.deb Size: 39165114 SHA256: 2e48ef1d1a074f98c370f970611c2229646bef428db7050aff85f7d3f00e145f SHA1: e56fec35ac309cb0bd73b47bf32d43b0883878d4 MD5sum: 4eb47ed31f8d865ea0b7d9085ce0aab1 Description: debug symbols for ros-lyrical-mrpt-examples-cpp Build-Ids: 065b1ade3dcf5f0b856e487c6aeb2da28dd31931 0a41083caeb5e5fe2158ced21d5a2e6e82a4d67b 0f767e94b9152a95ed31aafc157ec25c057135c1 10df590c3a5d783ad616b8dd07357e569d140bb0 114c60dc731801e18032f40bf38a6b53e09b9c1b 12ad1dcfa0e5571e02583f929b68e9ef61bc05b0 1631a17de4701e2766621fc59c6dc008612792f2 1ce740f109bc3d7c276776b786d97613bf820132 1d9df1109603e63e75321a31623c2a9d87b21b82 1f51bc1199766cc3f083f8cd6229cd569a2de79e 1f9e443147df426ef8fb1b4543314e75bba292a0 20db8eeda622e9cd511470a360883448bfc80363 21e903d5e0ddae058369322c33192bcba8396352 2242f5d7e78476e2199df98857057145f7df7621 22e67b85b65812bdba368a2680c7e9c4dd9ade37 264000c3c61353e1989d55fb645b70974ca8ca4d 276a542e33575916f52789c06220ada852f2fa42 27b283ef02c793f0c54405ee5bbcaf4c9d19f07b 28a7ffc2cb3eb67c09b6d047f6338b3a84ce5c2a 2aa7ba3e3e5f2554436c11acb0df17f6ae8f8959 2aaf0b84850eb3d45132063996542d01afb78033 2b2041f1dcacd70ee6f3e434d1d28d07cf5b181f 2e0eac7590163066b2846a0b8578e2a09f140991 2f29c9619565e72e5ed2b0b872e60537c21a864d 3002bab84ca01abef7abb3f1b548b2b0ee708388 33878be096f607eff2bb70e341ded2f42b81d98d 34196e8ab99617d5665bc114da6210b4b6fac19d 351e09cdbe639648b46d852fbcd87ddb2d5aa1f0 35df1cd07376a8570cd6dd3c3c0bada25eec8063 360d0bbe8b85b95f01617714363a5b59405d8a01 36315a3dc3fc14d5d03c85120f7a4c926ac13020 36dbb9da3c4f86823757a1c8ac280d2768800858 380635040cf4e0ed65974b7bd477ea216c14cf1d 397eae6afa35d0bf1127a43fa103817b3927b7ef 3bae31df98671464f3091ca511f6c96840e26dba 3cf0f1fea3727daaf829e20a67e5cfea23e99b00 3d318380f3da1e9dbc0dfc32063c7e7f806fccce 3ec0797215e3b857b5941035242b1cc679878673 4077c5a6e224a19e772b6af46528ebf50bbde996 40870969697693275fd9e79411d206e3bbd82c7a 42eee0b8a7e42d1913c24f84af002bf3a342f730 44b9765a9f80830a2224cc7c1e5a9e88d73f80bb 451740d75728d6a0f4dd81a5280ec7e6b252121b 478d1b4b6e932df733994517b3e1fbd514f57cab 47a2aaf78713a10d1b2f508ed516648144253f32 51cdb14b2be30b1ef3a244700ec8470ee379a573 53acecd172c267feb64ce74622dc1b1c6fc76402 55522500b246fe22ea5eac710921372080b19251 5669fa6a8112fd5ce0796d87a697d0a971655422 5825a26d76a18cf25b197e24fecfafbe6c6ac2c4 5f9d735ebe030bc744c7275ddb1b9c8339e8d62f 5fbb36293a031e7aec63d65045680415a0609ba7 625ef4cce349bc25c4157dd43175254b35f48aea 6454b5fddfeeadfd3d8e51576ab2a8b1e9d0bf98 65a7e0595a8c601de77e189c6b7961681570764f 6f599e5debc56a7132cf9383148a0bd948e87529 719b9194a0b852de9d102b2c30ce8747ec36b055 7c550ac998acd981a3547063bb90df5cb1c94b9e 7c59303a24890af25da276a3a8cbc09a091fd1e2 8088bf1879d6b474bde7ef8e4615ad6c5eda8360 808d95ab3dcf7e255958f280eda9660eeac901ef 836d204369fec230e0de8a1224957e889ab372c6 89566b7d8156e4fa782a3c8edfccc887c9777a99 8e4c887823282414db108a2e3e7a8a7381faf154 94e396635065a6cec2c615f68659b42251aa5290 9576950f1599a6e0733bec76a54b2a65edb5bd88 96ab8fe7fc9a07e22852acff608a7e88b1a914e9 9b5760c3a507d57ec366132bf67f93d328706911 9c88fc7ab417729d9b29f6044d84c2cfb6ed81bd 9c90c5526b02665bf7f95e38cdde0fa3e85915c5 a1ff169fb5e06a8867805dba103f7abc9b02aa68 a2710a4c58484b7f1dd2e5e48085bbe0012770af a3291f914f0ba3514dede541a367c70c2431748b a4148420852167a929c1e3b13e9a48008e6213cf a52892b0dca12ba3918b15aae9369bcec4e46660 a62741390c3882793c1ee0c67831c71f6fa6704e a95f16bafc2b5a62a9afa2c1135ac1e38aa06210 aad358fd8e4de3147de64eb1caaa4b2808644209 b01a59447255c4720bd894c5d8850e02bbb411b7 b431c7440790c326c5b4a684b4696ec8936f5c4a b5552082686c16adcd2f993f718ccdefdcefe979 b875589105865825bbe8e6fcfbf36a86e3d99568 bb603506c570eb7deeee895c5c12199ed4078ca9 be03ed12660b8a358b8552ea2ee825932f65215c be1f99782dc8410a3e937f6d82c433127dbb0562 c40b4e96b2334a7d20431d4c87eb706b71dba88d c635d5ac780b07b4404da0cb6c031cb103632930 c694dbc132016dfceead9a67998f651b93b495cc c6fe14b5f6b9928c9471ce0fb5aeb1e9b83bda4d c72d4db5840f29b8520b39e3cbb686ef93345317 c86ad5de1c72d818dd3f61aced447ceba0398e22 c95ac4f483f5be7c1e470a7c2e4f5740d3965198 cbcab8629a0a676fd7e50520032697affb39f82d cdf259ab86a2804be97e6dd3cba8388b0e506142 ce942647f99f6b2e286ea50d4a3328ae2d82b7ae d065d2ef816bcf61fd2f9175925c6d4fa9ada9af d2d5932c26023913e2bddce61cca11901da8eb5f d4b31a0072390c40a2ab2def65bc95457842d17e d5d0e1d98a1b42171cb2bb27619e31777e679585 d5d9b1647d980f1fff5794c142676bedd4543873 d75fcea83cb5aecfac652e81e91ff04620bf2479 d869e712258132eb302068a70f189ec31e473d9b da12be88fd9396f35bd1225df301ab21a1d6009f dc2a479adc6c7c1692f9e7de549c21e7fb2ad0cb de78799e1bc0eba8b23371bd685ad347e7cd0f9a df2025f5510b9c945f86ac364448dea42fd29ccb e306df072ce6bf2a33f57e9b6959d4573ed3a5cd e372495363fe64a1917aaf1715d78ae817f26607 e6a57f32cb1ffa6e43a519955a9d5c262439a733 ee3ddd0697a715350cac476e8223b9bb5e5300e4 ee6f5d5a59c1b44f5ba99da23eb7cf20165b0b47 ef217801edf6fd6130fe73ffcb16bdd281fb2456 f0bf2bdea72b9341acebacd1e28eedff42aaf0c0 f372b20acfb3b57f353b674e2460efa627dd080c fc09fc76ceafea215b29ad8ab70384ea342e90b0 fe243642b462290a1362c4ef22e27ae4358316a5 feefcaf5633a6132dd9754e628fd21fecc3e4f38 Package: ros-lyrical-mrpt-expr Version: 3.1.4-1resolute.20260907.111750 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2538 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-core, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-expr/ros-lyrical-mrpt-expr_3.1.4-1resolute.20260907.111750_amd64.deb Size: 527074 SHA256: df53c74d02b43f6b2b915c33854fd76d98dc41926c4bc94b765996bb88569f51 SHA1: fd7c16a875415233722aebbc5391694cc81784c8 MD5sum: 204006eaf0370d990556ec171e3741e8 Description: The MRPT C++ library mrpt_expr Package: ros-lyrical-mrpt-expr-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-expr Version: 3.1.4-1resolute.20260907.111750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3857 Depends: ros-lyrical-mrpt-expr (= 3.1.4-1resolute.20260907.111750) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-expr/ros-lyrical-mrpt-expr-dbgsym_3.1.4-1resolute.20260907.111750_amd64.deb Size: 2259462 SHA256: 8cf4b2675f8979e578247cc050e40e516013d16f978d852e3243932984d558c1 SHA1: 7c6261d775d70d073ff670cde422cb9896b47791 MD5sum: 80fe08e351c2ba4d6655c84d3f70ea7c Description: debug symbols for ros-lyrical-mrpt-expr Build-Ids: 04237bb802799e4939a5bafe86fd17bb40daf926 52a19f17cd75c08dec5883cdc807fe42768c3c2b Package: ros-lyrical-mrpt-generic-sensor Version: 0.3.0-1resolute.20260901.214129 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 69 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-lyrical-mrpt-msgs, ros-lyrical-mrpt-sensorlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-generic-sensor/ros-lyrical-mrpt-generic-sensor_0.3.0-1resolute.20260901.214129_amd64.deb Size: 11880 SHA256: eef70c5ac46e7a961c2db050f02ca69835844cb982c667485ec664c6539b1433 SHA1: 30e4334311cdab2f995f3e10585d39b0bee73182 MD5sum: 5e68265cc24893f79c404768f37965cf Description: ROS node for interfacing any sensor supported by mrpt-hwdrivers Package: ros-lyrical-mrpt-generic-sensor-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-generic-sensor Version: 0.3.0-1resolute.20260901.214129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 281 Depends: ros-lyrical-mrpt-generic-sensor (= 0.3.0-1resolute.20260901.214129) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-generic-sensor/ros-lyrical-mrpt-generic-sensor-dbgsym_0.3.0-1resolute.20260901.214129_amd64.deb Size: 263370 SHA256: 85466ac6713a7e2ee241db0dcb3ff14f41515bb271d04b0ebd01f5a80c937172 SHA1: 05f0377d4e356b4279bacd24b18515bcdc348437 MD5sum: 848e34213c577ca8e5742038466c7b78 Description: debug symbols for ros-lyrical-mrpt-generic-sensor Build-Ids: 46ba173332454f96586d6b410f9172302920cd54 Package: ros-lyrical-mrpt-graphs Version: 3.1.4-1resolute.20260907.115207 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 655 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-core, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-math, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-mrpt-viz, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-graphs/ros-lyrical-mrpt-graphs_3.1.4-1resolute.20260907.115207_amd64.deb Size: 210356 SHA256: b736a40fa1b4ecf038628b9fe5dcc856a8e034814f84d47120784ccf2a377417 SHA1: ff3343e4ed8ceeb430a4191712ffa126bd81b3d0 MD5sum: 93cc8ec38b10ebfe24a17a9151174d70 Description: The MRPT C++ library mrpt_graphs Package: ros-lyrical-mrpt-graphs-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-graphs Version: 3.1.4-1resolute.20260907.115207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2871 Depends: ros-lyrical-mrpt-graphs (= 3.1.4-1resolute.20260907.115207) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-graphs/ros-lyrical-mrpt-graphs-dbgsym_3.1.4-1resolute.20260907.115207_amd64.deb Size: 2711462 SHA256: 1723891abebb41ad0eec4bf69f17ac49d3d8df4a349af39fe9014abf437b8361 SHA1: 886849952f6ba0fe3e1ecaa8f69fbd8ddf4ccbd3 MD5sum: 9520141d4632889e3b3ba458fd97378c Description: debug symbols for ros-lyrical-mrpt-graphs Build-Ids: 527f1d4c64e288eb7308a4ee8e9b098e8022a2f0 9f6f8918c31afce31e3d0c7a8106e3f17e952ff9 Package: ros-lyrical-mrpt-graphslam Version: 3.1.4-1resolute.20260907.120957 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 608 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-mrpt-config, ros-lyrical-mrpt-core, ros-lyrical-mrpt-gui, ros-lyrical-mrpt-opengl, ros-lyrical-mrpt-system, ros-lyrical-mrpt-viz, ros-lyrical-mrpt-slam, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-graphslam/ros-lyrical-mrpt-graphslam_3.1.4-1resolute.20260907.120957_amd64.deb Size: 117448 SHA256: f1c3718df2efdf5c4ab98a425179a13ad1d9aaae916f10ea98c58cc7db9b2af9 SHA1: 1d3de347c841a26b3be3d23e0a83cb4b452aa83c MD5sum: e876b672c32ef6db8e838f491e5a7d7a Description: The MRPT C++ library mrpt_graphslam Package: ros-lyrical-mrpt-graphslam-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-graphslam Version: 3.1.4-1resolute.20260907.120957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 434 Depends: ros-lyrical-mrpt-graphslam (= 3.1.4-1resolute.20260907.120957) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-graphslam/ros-lyrical-mrpt-graphslam-dbgsym_3.1.4-1resolute.20260907.120957_amd64.deb Size: 396030 SHA256: 9d8b9e8269c6efec5bb9f0008d6c6f4e6dfc7d239f7e7e277b84bc5d179580ec SHA1: 7b1c41df90e4496c03fccf32749966aadec75d1e MD5sum: 1eadf774fcea6abfaf1efa7be6438c6d Description: debug symbols for ros-lyrical-mrpt-graphslam Build-Ids: e59a88e477093dc61789382bb4ec46b6e78e9a63 Package: ros-lyrical-mrpt-gui Version: 3.1.4-1resolute.20260907.115803 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3308 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgles2, libglfw3 (>= 3.2), libglx0, libopengl0, libqt5core5t64 (>= 5.15.1), libqt5widgets5t64 (>= 5.6.0~beta), libstdc++6 (>= 14), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-lyrical-mrpt-config, ros-lyrical-mrpt-core, ros-lyrical-mrpt-img, ros-lyrical-mrpt-opengl, ros-lyrical-mrpt-system, ros-lyrical-mrpt-viz, libeigen3-dev, libglfw3-dev, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-gui/ros-lyrical-mrpt-gui_3.1.4-1resolute.20260907.115803_amd64.deb Size: 971398 SHA256: eb0887e3a7e9fe7024846959b5a4e7e82994e20c50b0b88f0821661c115e0e6c SHA1: 8f9fc3c831d4088941ea7531a68323030d2590cf MD5sum: 2b59c6e89c991fd403450e9b0d9a53ff Description: The MRPT C++ library mrpt_gui Package: ros-lyrical-mrpt-gui-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-gui Version: 3.1.4-1resolute.20260907.115803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17703 Depends: ros-lyrical-mrpt-gui (= 3.1.4-1resolute.20260907.115803) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-gui/ros-lyrical-mrpt-gui-dbgsym_3.1.4-1resolute.20260907.115803_amd64.deb Size: 17231040 SHA256: a1e129b18733e4132e91f130507d9301aae8cb246bca4f7f2881e450c2ef66d9 SHA1: a6264440cca6043f8c437ee98b159da60099ae73 MD5sum: aa23f77be4ebe570e6b09de445245f4c Description: debug symbols for ros-lyrical-mrpt-gui Build-Ids: 2a443da899395cc88749ba670af6cbc15a912426 431f66139a62be834b539baa352e44d5b856cb11 8ddf7c9411e12122d6b57aa1cd2255b5640ff6a5 Package: ros-lyrical-mrpt-hwdrivers Version: 3.1.4-1resolute.20260907.120450 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1282 Depends: libavcodec62 (>= 7:8.0.1), libavformat62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopenni2-0 (>= 2.2.0.33+dfsg), libstdc++6 (>= 14), libswscale9 (>= 7:8.0.1), ros-lyrical-mrpt-comms, ros-lyrical-mrpt-config, ros-lyrical-mrpt-core, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-maps, ros-lyrical-mrpt-math, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-viz, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-hwdrivers/ros-lyrical-mrpt-hwdrivers_3.1.4-1resolute.20260907.120450_amd64.deb Size: 378350 SHA256: 9aa21efa5691d8b3c927403e1aee939f249f361be65998f205a129b7f00ccae6 SHA1: 5e2290349f95168e8ec9316c0d3746ee3f00d984 MD5sum: ed46b1a3d20cd3a9cf007ae23dc01116 Description: The MRPT C++ library mrpt_hwdrivers Package: ros-lyrical-mrpt-hwdrivers-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-hwdrivers Version: 3.1.4-1resolute.20260907.120450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6230 Depends: ros-lyrical-mrpt-hwdrivers (= 3.1.4-1resolute.20260907.120450) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-hwdrivers/ros-lyrical-mrpt-hwdrivers-dbgsym_3.1.4-1resolute.20260907.120450_amd64.deb Size: 5916096 SHA256: bd4781118cecabc7b8aabe5d7c75a7160617364c7e24cad7c4eb81c352bd6d6e SHA1: d8ecba9d864f49480405188c77d12bdc03a29061 MD5sum: 3e9e947a94872bbc0e83a4a4d926a26a Description: debug symbols for ros-lyrical-mrpt-hwdrivers Build-Ids: 61142b320a08ecfc84f4354b66d39577bd555771 Package: ros-lyrical-mrpt-img Version: 3.1.4-1resolute.20260907.113618 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1302 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-config, ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-io, ros-lyrical-mrpt-math, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-img/ros-lyrical-mrpt-img_3.1.4-1resolute.20260907.113618_amd64.deb Size: 478060 SHA256: 4850803c80f2d0026ae4f86d3ee41cda4e2226516bc6178a3b87e8b18423c7ab SHA1: 4f79441a9e77b912e7de720a6eadca47bb318267 MD5sum: ef44a34b8dbffe0d03b50658d25e416f Description: The MRPT C++ library mrpt_img Package: ros-lyrical-mrpt-img-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-img Version: 3.1.4-1resolute.20260907.113618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5609 Depends: ros-lyrical-mrpt-img (= 3.1.4-1resolute.20260907.113618) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-img/ros-lyrical-mrpt-img-dbgsym_3.1.4-1resolute.20260907.113618_amd64.deb Size: 5271664 SHA256: 0b4e800ae8778185fc8eefe18263e2bb641b6703e18559bd987bf63a8480cf5c SHA1: 6cd29db690b8d3933ac3959e924fe378831f0e0c MD5sum: 8d8b93b71f9517e950e6a345d17ba52f Description: debug symbols for ros-lyrical-mrpt-img Build-Ids: a1da52f0a402eb7cd36dfb172a52e3b1202a1f04 f6625d4d396352bbfc7ea49795bc4bebca64abb9 Package: ros-lyrical-mrpt-imgui Version: 3.1.4-1resolute.20260907.115746 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 68 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libopengl0, libstdc++6 (>= 13.1), ros-lyrical-mrpt-opengl, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-viz, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-imgui/ros-lyrical-mrpt-imgui_3.1.4-1resolute.20260907.115746_amd64.deb Size: 16324 SHA256: 728f885cf567b48460b8b467210f735d283f339817b6c412122a471f14b8893e SHA1: d051f67d0736ba2b1ec3927f20d6979444af4c90 MD5sum: 9f1f9fcc34e07aaad5a510f445423876 Description: The MRPT C++ library mrpt_imgui, wrapping rendering objects as a Dear ImGUI component Package: ros-lyrical-mrpt-imgui-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-imgui Version: 3.1.4-1resolute.20260907.115746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 341 Depends: ros-lyrical-mrpt-imgui (= 3.1.4-1resolute.20260907.115746) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-imgui/ros-lyrical-mrpt-imgui-dbgsym_3.1.4-1resolute.20260907.115746_amd64.deb Size: 326902 SHA256: a92f6f8a2ef110169953ab712f94ede638cdd554ddf7534615b1aa5230e6c78a SHA1: 62ce1b11ddf1019dce178e66807e5bb8b209ae5d MD5sum: 17a2e3be677ad8f645a7eff4c8791ec8 Description: debug symbols for ros-lyrical-mrpt-imgui Build-Ids: 50764887d925c96cd9128239ba4717166d2d7707 Package: ros-lyrical-mrpt-io Version: 3.1.4-1resolute.20260907.111735 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 618 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libzstd1 (>= 1.5.5), ros-lyrical-mrpt-core, ros-lyrical-mrpt-system, zlib1g (>= 1:1.1.4), ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-io/ros-lyrical-mrpt-io_3.1.4-1resolute.20260907.111735_amd64.deb Size: 186638 SHA256: ded3742d1ef43bfb8071c1c232fe64c1dbd1b78ffb2ac4556a8fdbdb834a9ae5 SHA1: cbcb4ab56c34aa50ffd23b12e6c9de325863cf0a MD5sum: 21c738feb6cc673a6dd9903e31f0ec0f Description: The MRPT C++ library mrpt_io Package: ros-lyrical-mrpt-io-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-io Version: 3.1.4-1resolute.20260907.111735 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2497 Depends: ros-lyrical-mrpt-io (= 3.1.4-1resolute.20260907.111735) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-io/ros-lyrical-mrpt-io-dbgsym_3.1.4-1resolute.20260907.111735_amd64.deb Size: 2237558 SHA256: 07f7d8366e7a847dd6cf8502577fa0ead25d0d9fd023505461af2c5202bbe472 SHA1: 13fcd1c56d7ff34ca7f39b79fdf78c10d6aaaeb0 MD5sum: 3d89a9c582aa642fa2b2d635f41eb81c Description: debug symbols for ros-lyrical-mrpt-io Build-Ids: 0f3f63058161c06f047a135de2b418682645fd05 404d4e7155e5d5ff4c578d3148ce6044ea4a2b77 Package: ros-lyrical-mrpt-kinematics Version: 3.1.4-1resolute.20260907.115220 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 404 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-config, ros-lyrical-mrpt-core, ros-lyrical-mrpt-math, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-viz, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-kinematics/ros-lyrical-mrpt-kinematics_3.1.4-1resolute.20260907.115220_amd64.deb Size: 131542 SHA256: 7af5c77b966290c122790a89915bd2f253662d9defa6c22a62a8977eb57fe96b SHA1: 95768c74e735dcd08e8af2ba3044ad200cf28cb8 MD5sum: 2949a11e6191ec3fd27c54b13c04f4af Description: The MRPT C++ library mrpt_kinematics Package: ros-lyrical-mrpt-kinematics-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-kinematics Version: 3.1.4-1resolute.20260907.115220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1781 Depends: ros-lyrical-mrpt-kinematics (= 3.1.4-1resolute.20260907.115220) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-kinematics/ros-lyrical-mrpt-kinematics-dbgsym_3.1.4-1resolute.20260907.115220_amd64.deb Size: 1630056 SHA256: 62a8b054142ba1c3883b1f6aeb58faed45a12db346451cb621ea1e346964e446 SHA1: 9a40b9f4e5141a69c43a8e222c857f2d5766bed1 MD5sum: 2eacbcba06e5c6df4a0a4c0015cc693a Description: debug symbols for ros-lyrical-mrpt-kinematics Build-Ids: 7e8393cb8efb23cbeb6328c93db2be5e7e2d7308 d51455c53e801e436fb780f10514f895d3561fa4 Package: ros-lyrical-mrpt-libapps Version: 2.15.21-1resolute.20260815.081742 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1644 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 4.1.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libhwdrivers, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mrpt-libslam, ros-lyrical-mrpt-libtclap, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libapps/ros-lyrical-mrpt-libapps_2.15.21-1resolute.20260815.081742_amd64.deb Size: 441210 SHA256: 3a9081e8243312c4604b3f74ff92bd6ec66b6545bff84fce4883a788ef9d1671 SHA1: a63e05f8fbe26f39812f572ce0586befdbed20d9 MD5sum: 9ff44fc760b8d53cfce9a3bc170eb620 Description: Mobile Robot Programming Toolkit (MRPT) libraries (apps C++ libraries). This package contains: mrpt-apps lib, mrpt-graphslam Package: ros-lyrical-mrpt-libapps-cli Version: 3.1.4-1resolute.20260907.121602 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 784 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-config, ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-hwdrivers, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-maps, ros-lyrical-mrpt-math, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-slam, ros-lyrical-mrpt-system, ros-lyrical-mrpt-topography, ros-lyrical-mrpt-viz, libcli11-dev, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libapps-cli/ros-lyrical-mrpt-libapps-cli_3.1.4-1resolute.20260907.121602_amd64.deb Size: 266966 SHA256: 04662c4d60ff939a0a8045d6b423d6fb61574d9b19fc6af9620b439b5967e5fa SHA1: 90d30ac181a5fed1a0525caef3778fd39bdaa3bc MD5sum: 296f85ed497e7f511d814f16d5ed7616 Description: The MRPT C++ library mrpt_libapps_cli Package: ros-lyrical-mrpt-libapps-cli-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libapps-cli Version: 3.1.4-1resolute.20260907.121602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5964 Depends: ros-lyrical-mrpt-libapps-cli (= 3.1.4-1resolute.20260907.121602) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libapps-cli/ros-lyrical-mrpt-libapps-cli-dbgsym_3.1.4-1resolute.20260907.121602_amd64.deb Size: 5701526 SHA256: 38e88856f85f462c98d91b9b567ceb6386955af36d4d8871f42f181d1b291df8 SHA1: e9c015d293899f383ff1d7698676f20b424f4079 MD5sum: b28783ffd895605f601bea62eadee76d Description: debug symbols for ros-lyrical-mrpt-libapps-cli Build-Ids: a402a31d2dda2f5b714f9c23025f66628bd8e567 Package: ros-lyrical-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libapps Version: 2.15.21-1resolute.20260815.081742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9926 Depends: ros-lyrical-mrpt-libapps (= 2.15.21-1resolute.20260815.081742) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libapps/ros-lyrical-mrpt-libapps-dbgsym_2.15.21-1resolute.20260815.081742_amd64.deb Size: 9552440 SHA256: 51d4375022396e27872a320c72eed37022b5e04099c23f870ff19680c93337fc SHA1: 3b3405cd79e69792ff66df8a90165c0d5d9321e5 MD5sum: 1735e170378f036bc8da3a21b2e99342 Description: debug symbols for ros-lyrical-mrpt-libapps Build-Ids: 62e20aa1ceff417be4ae34b181434a48ad3232b1 dc8664d94528c99301d3c2c6124aa64b84176d60 Package: ros-lyrical-mrpt-libapps-gui Version: 3.1.4-1resolute.20260907.121901 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 550 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-lyrical-mrpt-bayes, ros-lyrical-mrpt-config, ros-lyrical-mrpt-core, ros-lyrical-mrpt-gui, ros-lyrical-mrpt-hwdrivers, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-libapps-cli, ros-lyrical-mrpt-maps, ros-lyrical-mrpt-math, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-opengl, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-slam, ros-lyrical-mrpt-system, ros-lyrical-mrpt-topography, ros-lyrical-mrpt-viz, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libapps-gui/ros-lyrical-mrpt-libapps-gui_3.1.4-1resolute.20260907.121901_amd64.deb Size: 181798 SHA256: 0275acbbf0c308b344e6b2587bb98bc180cf619a732e2056e5e111bd375e1133 SHA1: ba968504b907e62ee9e06c869d1d99178b26dbb6 MD5sum: 396f9ed0e503d2af33485ea6a81db3fd Description: The MRPT C++ library mrpt_libapps_gui Package: ros-lyrical-mrpt-libapps-gui-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libapps-gui Version: 3.1.4-1resolute.20260907.121901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3915 Depends: ros-lyrical-mrpt-libapps-gui (= 3.1.4-1resolute.20260907.121901) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libapps-gui/ros-lyrical-mrpt-libapps-gui-dbgsym_3.1.4-1resolute.20260907.121901_amd64.deb Size: 3776638 SHA256: 1ac158f3003ec06ab2af12eca8cd5ef015715ad7be97847228cc3fd6f6f919fc SHA1: b9c1b00c0e60ded2ed545cf5fd57ddde0f0bd0c3 MD5sum: 273a576d771008c553946fb8b39b1187 Description: debug symbols for ros-lyrical-mrpt-libapps-gui Build-Ids: 8cefcd2bedc71bc3402a531acd8bf8c1399d43e6 Package: ros-lyrical-mrpt-libbase Version: 2.15.21-1resolute.20260813.190212 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6113 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libbase/ros-lyrical-mrpt-libbase_2.15.21-1resolute.20260813.190212_amd64.deb Size: 1148094 SHA256: e788246d0359f75c7eb02620338be2d02670cc8e11573c441eee33d2274984ab SHA1: 00c33e59008e559919b4c358527651b326487629 MD5sum: ffc9aaf5f04dd40c85fdc143c760306c Description: Mobile Robot Programming Toolkit (MRPT) libraries (core C++ libraries). This package contains: mrpt-io, mrpt-serialization, mrpt-random, mrpt-system, mrpt-rtti, mrpt-containers, mrpt-typemeta, mrpt-core, mrpt-random, mrpt-config, mrpt-expr Package: ros-lyrical-mrpt-libbase-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libbase Version: 2.15.21-1resolute.20260813.190212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8329 Depends: ros-lyrical-mrpt-libbase (= 2.15.21-1resolute.20260813.190212) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libbase/ros-lyrical-mrpt-libbase-dbgsym_2.15.21-1resolute.20260813.190212_amd64.deb Size: 6294440 SHA256: 61e6ca4852fbfef75df76e2f5f1f9946f51399bc79a29dd7ad9d49d6cd70e688 SHA1: 26e6b329391a33e87a81b3f20a1d494db89cd70d MD5sum: cb9a95096fdfebb6adfebca943549f0e Description: debug symbols for ros-lyrical-mrpt-libbase Build-Ids: 20cae22bc3edb8c7049e6e024b484cc93a4b2455 3061549d64c9a3716a6ad1ad8dab5fd4396d5e4a 35f742d349e177d44ff082a88f13c19980e62146 745b663fe699eba4316f8cf9de7671023fc4c516 7bf879e49829e55921429df068118b5a03b05aff a211a920a00f9967593cdb1f0450d8f156cbfc3f acf374b721fbb58095303da0d211fb1b01359afb cb1026e389d4ba89cc2c5d1158c67c28bcc59381 ef16d005a68fea31ae0b3c81fa4e53a2bf4e8e73 Package: ros-lyrical-mrpt-libgui Version: 2.15.21-1resolute.20260813.205859 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2977 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgles2, libglfw3 (>= 3.2), libglut3.12 (>= 3.4.0), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopengl0, libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, libglfw3-dev, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libgui/ros-lyrical-mrpt-libgui_2.15.21-1resolute.20260813.205859_amd64.deb Size: 835568 SHA256: d9fb824d22dcd17a18d566f4351dfbabf21c3967e1194fbaf8b34996b054f6c4 SHA1: c3d21d6b0b859ac1a15e10c054ac83a21c08b939 MD5sum: 714e5843f89994af9314ad7969d60ca3 Description: Mobile Robot Programming Toolkit (MRPT) libraries (GUI C++ libraries). This package contains: mrpt-gui, nanogui Package: ros-lyrical-mrpt-libgui-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libgui Version: 2.15.21-1resolute.20260813.205859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15683 Depends: ros-lyrical-mrpt-libgui (= 2.15.21-1resolute.20260813.205859) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libgui/ros-lyrical-mrpt-libgui-dbgsym_2.15.21-1resolute.20260813.205859_amd64.deb Size: 15273438 SHA256: 1b9121e247d58f29c93e20f8cb554704fe46014f47cdcc005085ae8b26746b5e SHA1: fb95a0c7845f3a6c27f71e559bee8cf0fa60aeb3 MD5sum: 733109b9206f78319b6f5ebc314c9d24 Description: debug symbols for ros-lyrical-mrpt-libgui Build-Ids: 094d37b67b7be780430886b2f8246ac47dd38834 92e6ebd5a2fcb0929916ba521d641f80bf7339ba Package: ros-lyrical-mrpt-libhwdrivers Version: 2.15.21-1resolute.20260815.074605 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6044 Depends: libavcodec62 (>= 7:8.0.1), libavformat62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.3), libdc1394-25 (>= 2.2.6), libfreenect0.5t64 (>= 1:0.1.1), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libopenni2-0 (>= 2.2.0.33+dfsg), libpcap0.8t64 (>= 1.0.0), libstdc++6 (>= 5.2), libswscale9 (>= 7:8.0.1), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mrpt-libslam, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libhwdrivers/ros-lyrical-mrpt-libhwdrivers_2.15.21-1resolute.20260815.074605_amd64.deb Size: 1198032 SHA256: 41baf4a0a006cfd3fff9959703f7626434e8cd7039a6850cf34e40f062d7f5bb SHA1: 3c95ed6241f4b6704bd9e83fcf2ba49c3a7f2fe5 MD5sum: 53ee62150933c200cbbb67e546e1797f Description: Mobile Robot Programming Toolkit (MRPT) libraries (hwdrivers C++ libraries). This package contains: mrpt-hwdrivers, mrpt-comms Package: ros-lyrical-mrpt-libhwdrivers-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libhwdrivers Version: 2.15.21-1resolute.20260815.074605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14679 Depends: ros-lyrical-mrpt-libhwdrivers (= 2.15.21-1resolute.20260815.074605) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libhwdrivers/ros-lyrical-mrpt-libhwdrivers-dbgsym_2.15.21-1resolute.20260815.074605_amd64.deb Size: 13834602 SHA256: 2d266f9aa0d799e444a0beba89376fae8b4ec6ff84ee5a1a2a6706dae5381fd2 SHA1: 266298d4597c8367047e2f9099d38289a671f712 MD5sum: 211d1d0710f9120bcc7ecacb1970a0d5 Description: debug symbols for ros-lyrical-mrpt-libhwdrivers Build-Ids: 57bab8a0163c6c887e8d5df0dd2d0bea96dfd772 90d667b6f84f89bc53602a989fc3252cc3675d5f Package: ros-lyrical-mrpt-libmaps Version: 2.15.21-1resolute.20260815.064949 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3053 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgles2, liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 5.2), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libmaps/ros-lyrical-mrpt-libmaps_2.15.21-1resolute.20260815.064949_amd64.deb Size: 843742 SHA256: 073e101a511a8e8bb0eb64fc18f6af8887c9f76d511da936c72539bc0d70d6a7 SHA1: 2abe6bd50603acd8df729d0698f4d3aad42ef737 MD5sum: a061918019e5fc5f47ee12cf596a8f91 Description: Mobile Robot Programming Toolkit (MRPT) libraries (maps C++ libraries). This package contains: mrpt-maps, mrpt-graphs Package: ros-lyrical-mrpt-libmaps-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libmaps Version: 2.15.21-1resolute.20260815.064949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17788 Depends: ros-lyrical-mrpt-libmaps (= 2.15.21-1resolute.20260815.064949) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libmaps/ros-lyrical-mrpt-libmaps-dbgsym_2.15.21-1resolute.20260815.064949_amd64.deb Size: 16993840 SHA256: 30ccf12cfacc79d9bf0f840318b60ce5774508832367919aa1f52182aa9acebb SHA1: f090985269cfd69f5e4c77a13a690ea63c3228a9 MD5sum: 864b0031b9ce7b76d89ca1a406fc32fc Description: debug symbols for ros-lyrical-mrpt-libmaps Build-Ids: 92692adcb9f4edd46583e8a4f125565ebcd33ab6 fbfcec0a77741a70646759c039564462689f2d8a Package: ros-lyrical-mrpt-libmath Version: 2.15.21-1resolute.20260813.193701 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3540 Depends: libc6 (>= 2.29), libcxsparse4 (>= 1:7.0.1), libgcc-s1 (>= 4.0), libstdc++6 (>= 4.1.1), ros-lyrical-mrpt-libbase, libeigen3-dev, libsuitesparse-dev, ros-lyrical-nanoflann-vendor, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libmath/ros-lyrical-mrpt-libmath_2.15.21-1resolute.20260813.193701_amd64.deb Size: 904342 SHA256: a86240220374d3b4d279c88225ca34f60fdf5debb36e4d93397d8ad48ef49d3c SHA1: 18999d5e501a3df20c8752a55014fa847b20e52a MD5sum: 31c9b869384c2d5d3023ff13251bc525 Description: Mobile Robot Programming Toolkit (MRPT) libraries (math C++ libraries). This package contains: mrpt-math Package: ros-lyrical-mrpt-libmath-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libmath Version: 2.15.21-1resolute.20260813.193701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 86816 Depends: ros-lyrical-mrpt-libmath (= 2.15.21-1resolute.20260813.193701) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libmath/ros-lyrical-mrpt-libmath-dbgsym_2.15.21-1resolute.20260813.193701_amd64.deb Size: 86725280 SHA256: aef5d553cd9d5bffabb51968ffa6f5599237234a1292998ef41a3d3ffc56337d SHA1: 688990505c676cc10d02dc92b61ceb186eebf5b2 MD5sum: b42354c41d1f1282aa84d988c3025283 Description: debug symbols for ros-lyrical-mrpt-libmath Build-Ids: a9e584531a8b339943ea175216e8f75b093d4090 Package: ros-lyrical-mrpt-libnav Version: 2.15.21-1resolute.20260815.071944 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1377 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 4.1.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libnav/ros-lyrical-mrpt-libnav_2.15.21-1resolute.20260815.071944_amd64.deb Size: 400426 SHA256: 2c4c45210f34b8fb06193c647e754f16e336c95380ad58c575261e33442ea28b SHA1: 8a616108259f897e91ffdc07edd083001218b823 MD5sum: 3ac9f4575cf3c4db27e96db147cbfb4f Description: Mobile Robot Programming Toolkit (MRPT) libraries (nav C++ libraries). This package contains: mrpt-nav, mrpt-kinematics Package: ros-lyrical-mrpt-libnav-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libnav Version: 2.15.21-1resolute.20260815.071944 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7896 Depends: ros-lyrical-mrpt-libnav (= 2.15.21-1resolute.20260815.071944) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libnav/ros-lyrical-mrpt-libnav-dbgsym_2.15.21-1resolute.20260815.071944_amd64.deb Size: 7502096 SHA256: b27319b6e27aa6c20418c217d4698d9b7b049c29de6685c3d197f487c9ddb734 SHA1: 856715bb341aa2fe6e92944772375db08c0db88f MD5sum: 5aa429a8103bf9a63dfea2eee3aa5cf3 Description: debug symbols for ros-lyrical-mrpt-libnav Build-Ids: 907b5c7f84ea9b7c057fdd2a6c3880fbc6c3d4bd c817fe4cb07706a07396546ee91da8a58fe55aa1 Package: ros-lyrical-mrpt-libobs Version: 2.15.21-1resolute.20260815.063340 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2100 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 4.1.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libobs/ros-lyrical-mrpt-libobs_2.15.21-1resolute.20260815.063340_amd64.deb Size: 700702 SHA256: 10530dc1227342487fcd316dd0fde462fc2c4ae9cf2fe95a669a76a7a0a20f95 SHA1: 85717cc86f2c22f9d9ae7a2cdf2fcc32b2334458 MD5sum: c6545ac602e2194116c76a51a39f623d Description: Mobile Robot Programming Toolkit (MRPT) libraries (obs C++ libraries). This package contains: mrpt-obs, mrpt-topography Package: ros-lyrical-mrpt-libobs-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libobs Version: 2.15.21-1resolute.20260815.063340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9956 Depends: ros-lyrical-mrpt-libobs (= 2.15.21-1resolute.20260815.063340) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libobs/ros-lyrical-mrpt-libobs-dbgsym_2.15.21-1resolute.20260815.063340_amd64.deb Size: 9158016 SHA256: e87371c4ebd9e7ac09c7820036881d752144d0bc0dbd371b7fb87909f481e11e SHA1: 46029f676230cf7454535c7005a421fd3fea6b09 MD5sum: 6f5e97ea7076362b4563ad72b7c23190 Description: debug symbols for ros-lyrical-mrpt-libobs Build-Ids: 7e6122f919b01a7ab1745857d4ece2b87377e799 bc8b7a765ec4feadb27df9ebf21e585332448f73 Package: ros-lyrical-mrpt-libopengl Version: 2.15.21-1resolute.20260813.204722 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3261 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.43), libegl1, libgcc-s1 (>= 3.3.1), libglu1-mesa | libglu1, libjpeg8 (>= 8c), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopengl0, libstdc++6 (>= 4.1.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libposes, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libopengl/ros-lyrical-mrpt-libopengl_2.15.21-1resolute.20260813.204722_amd64.deb Size: 1284868 SHA256: ef37ca9406d41973df66be2768ddaf5cfb4a79af26c5073571cfeb92e8fec8ab SHA1: c3668ff3c9fcb0053f15cba0e24248102196ca81 MD5sum: 8618a8f0d328ae32339b671afeb1339b Description: Mobile Robot Programming Toolkit (MRPT) libraries (opengl/img C++ libraries). This package contains: mrpt-opengl, mrpt-img Package: ros-lyrical-mrpt-libopengl-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libopengl Version: 2.15.21-1resolute.20260813.204722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16399 Depends: ros-lyrical-mrpt-libopengl (= 2.15.21-1resolute.20260813.204722) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libopengl/ros-lyrical-mrpt-libopengl-dbgsym_2.15.21-1resolute.20260813.204722_amd64.deb Size: 15279948 SHA256: d427f3141514f655b425ea2ba8cd17ec3e8c2744ad9b8cf41f36e4b8bb477d5a SHA1: d142e589095a0737e3d34605f7e3e9d7de5ddcb7 MD5sum: b77ec48366ee1ee6b533b9b9a678daea Description: debug symbols for ros-lyrical-mrpt-libopengl Build-Ids: 104d989d06bbdd74560117fc54d8b0fa77911216 c05106c85985a90280d6653a1c491d82ada72d1b Package: ros-lyrical-mrpt-libposes Version: 2.15.21-1resolute.20260813.200745 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1755 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 4.1.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libposes/ros-lyrical-mrpt-libposes_2.15.21-1resolute.20260813.200745_amd64.deb Size: 458676 SHA256: b90ac8138d9e0fe476f94432d276844766f0e5463000a1dd180441a059cfcddc SHA1: b42dffa7e13c6d3e83da02d103394fb538bed981 MD5sum: 7be1333768b96aa7fa9aa823ce2ae82f Description: Mobile Robot Programming Toolkit (MRPT) libraries (poses C++ libraries). This package contains: mrpt-poses, mrpt-tfest, mrpt-bayes Package: ros-lyrical-mrpt-libposes-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libposes Version: 2.15.21-1resolute.20260813.200745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17210 Depends: ros-lyrical-mrpt-libposes (= 2.15.21-1resolute.20260813.200745) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libposes/ros-lyrical-mrpt-libposes-dbgsym_2.15.21-1resolute.20260813.200745_amd64.deb Size: 16895674 SHA256: 9f4c9613f126d86382b8fe3609fbaa2b5770132a28bf7528945e1c499df0b123 SHA1: 4f48f15fe13650e03446204c07119245e54d9973 MD5sum: 71954df4561f29310ad50c8d39f6d05b Description: debug symbols for ros-lyrical-mrpt-libposes Build-Ids: 90e02bd113444b6e45dc7dacb6deb2dc967b0833 d4d301c8b125dbc153b48ff2de0571171cd931e4 e55a031135f6eafddd11bb1b77d620267c75998a Package: ros-lyrical-mrpt-libros-bridge Version: 3.5.3-1resolute.20260901.211150 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 434 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-gps-msgs, ros-lyrical-nav-msgs, ros-lyrical-rosbag2-cpp, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-stereo-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libros-bridge/ros-lyrical-mrpt-libros-bridge_3.5.3-1resolute.20260901.211150_amd64.deb Size: 127400 SHA256: 26d335ce4f400215bb863ad6f78b25b99d699afd3ab78c332ab3cd9b67068cc1 SHA1: 37c429e0d755274cbafff66c6bb9cd5565bffa04 MD5sum: 84b4f683b767313d20f73176feadd1bc Description: Mobile Robot Programming Toolkit (MRPT) ros2bridge C++ library Package: ros-lyrical-mrpt-libros-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libros-bridge Version: 3.5.3-1resolute.20260901.211150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2929 Depends: ros-lyrical-mrpt-libros-bridge (= 3.5.3-1resolute.20260901.211150) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libros-bridge/ros-lyrical-mrpt-libros-bridge-dbgsym_3.5.3-1resolute.20260901.211150_amd64.deb Size: 2803974 SHA256: ab2205534307e203e02d91930e3a507c612d1deadb5f4f73f4647ae77e50f116 SHA1: 2fd679d9dd2ec83cd6b11e5ddeb003ce7ce2209d MD5sum: eff18f12427521be61b6a0d08530097f Description: debug symbols for ros-lyrical-mrpt-libros-bridge Build-Ids: f0402fcab7000783953cbc4cec78872172af18e4 Package: ros-lyrical-mrpt-libslam Version: 2.15.21-1resolute.20260815.071942 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3289 Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.0), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-video410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 5.2), libtbb12 (>= 2021.4.0), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, libtbb-dev, ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libslam/ros-lyrical-mrpt-libslam_2.15.21-1resolute.20260815.071942_amd64.deb Size: 1023998 SHA256: f165fb02748dcde2296de7b8ee367a6b91c60980d925bf8f0c7914624780177b SHA1: ae8e614104dcfee4e1c8e016e6e4271b7083d1c8 MD5sum: 30abfc932f8da347d7fb62495361d449 Description: Mobile Robot Programming Toolkit (MRPT) libraries (slam/vision C++ libraries). This package contains: mrpt-slam, mrpt-vision Package: ros-lyrical-mrpt-libslam-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-libslam Version: 2.15.21-1resolute.20260815.071942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 43394 Depends: ros-lyrical-mrpt-libslam (= 2.15.21-1resolute.20260815.071942) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libslam/ros-lyrical-mrpt-libslam-dbgsym_2.15.21-1resolute.20260815.071942_amd64.deb Size: 42929970 SHA256: 9fa40b30528058d63aad46ec885560ce021e0c31f02b1489be488a73aeb4f28e SHA1: ac62e952e6842470db9901a381cf588a267b3ac9 MD5sum: d904834941eeef24c71ea24fe43c81b9 Description: debug symbols for ros-lyrical-mrpt-libslam Build-Ids: 154496885152453525d6520235877e450a3d326e c2b21876560d30cc266f5f11d5c3e6eaa72e8943 Package: ros-lyrical-mrpt-libtclap Version: 2.15.21-1resolute.20260813.193353 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 182 Depends: ros-lyrical-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-libtclap/ros-lyrical-mrpt-libtclap_2.15.21-1resolute.20260813.193353_amd64.deb Size: 24826 SHA256: acc88f3f9d232c1309e868e76c0abec6eb6dce0ce8b195dec51a24d5af17e691 SHA1: 9e04d65e914f4a49d3b75538ff312ff2d3804a7f MD5sum: 0c831ab862ae7ad1807393a8f4f2f6d7 Description: Mobile Robot Programming Toolkit (MRPT) libraries (tclap C++ library). This package contains: mrpt-tclap Package: ros-lyrical-mrpt-map-server Version: 2.5.0-1resolute.20260907.115840 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 615 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mp2p-icp-core, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ament-lint-auto, ros-lyrical-mp2p-icp (>= 1.6.2), ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-mrpt-nav-interfaces, ros-lyrical-rclcpp-components, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_map_server Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-map-server/ros-lyrical-mrpt-map-server_2.5.0-1resolute.20260907.115840_amd64.deb Size: 155516 SHA256: f82283d17fbff01537a965db3e11b1f5d13e7f5e2486bb61c89f77281d8f4f9e SHA1: d9b52d9fd3edad4db46a20718f304093f03771c7 MD5sum: d6a698d63c23b801e32a364c61dd9984 Description: This package provides a ROS 2 node that publishes a static map for other nodes to use it. Unlike classic ROS 1 ``map_server``, this node can publish a range of different metric maps, not only occupancy grids. Package: ros-lyrical-mrpt-map-server-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-map-server Version: 2.5.0-1resolute.20260907.115840 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 3695 Depends: ros-lyrical-mrpt-map-server (= 2.5.0-1resolute.20260907.115840) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-map-server/ros-lyrical-mrpt-map-server-dbgsym_2.5.0-1resolute.20260907.115840_amd64.deb Size: 3345782 SHA256: c07be7eb93b11b98dd99d8c5fdefbcf4f029956e3a294a45db0af32479a30f1a SHA1: 7eccaa4aaaee180384560e445be9d1f7bbff49f2 MD5sum: 099c09293eb175a99e9525019e751a2f Description: debug symbols for ros-lyrical-mrpt-map-server Build-Ids: 579ca5f4ee609c382c35d825cd5fbc007770bb17 Package: ros-lyrical-mrpt-maps Version: 3.1.4-1resolute.20260907.115705 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2822 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-mrpt-bayes, ros-lyrical-mrpt-config, ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-graphs, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-math, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-tfest, ros-lyrical-mrpt-viz, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-maps/ros-lyrical-mrpt-maps_3.1.4-1resolute.20260907.115705_amd64.deb Size: 837868 SHA256: bbac07e2b3d26bcd5a91f634426854f3859b01e11aa5339a7352cc516ed54f01 SHA1: 3cb4b282a96bbe00d7ec3ff2eac5ce43bb920600 MD5sum: 4b6ac29f9e082b26018feb0d4fe21df3 Description: The MRPT C++ library mrpt_maps Package: ros-lyrical-mrpt-maps-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-maps Version: 3.1.4-1resolute.20260907.115705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15627 Depends: ros-lyrical-mrpt-maps (= 3.1.4-1resolute.20260907.115705) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-maps/ros-lyrical-mrpt-maps-dbgsym_3.1.4-1resolute.20260907.115705_amd64.deb Size: 14783846 SHA256: 18bac01f1c5cb78b995b925ea314c0e8af48afc31af9134f6f349b0439d2ec3e SHA1: 940c57bb6a0a29260ea33f9b677de95cc87463aa MD5sum: 897255699a8de28f568f22e3b8ab9cfc Description: debug symbols for ros-lyrical-mrpt-maps Build-Ids: 16bef4cba421f7d0468144710ee8899f7a4d8c5b 607d552323f19d5da3601764395193fbb944af00 Package: ros-lyrical-mrpt-math Version: 3.1.4-1resolute.20260907.111807 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5064 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 14), ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-nanoflann-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-math/ros-lyrical-mrpt-math_3.1.4-1resolute.20260907.111807_amd64.deb Size: 1381410 SHA256: 94656104143680122354a1e45fdd431a763d0780e874eef19d34ffb120f4a217 SHA1: fa738f7ad9beea0b7d2cba254a34158c319aba73 MD5sum: 9b8774f3d341c75d6c0d522e7953efb9 Description: The MRPT C++ library mrpt_math Package: ros-lyrical-mrpt-math-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-math Version: 3.1.4-1resolute.20260907.111807 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 93299 Depends: ros-lyrical-mrpt-math (= 3.1.4-1resolute.20260907.111807) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-math/ros-lyrical-mrpt-math-dbgsym_3.1.4-1resolute.20260907.111807_amd64.deb Size: 92699922 SHA256: a6b760f768b806b5f950745f97d1fee5c7a81e8c809cd4220a07883d033c547a SHA1: b1489647e33e2630547552a78d56010d863a16f5 MD5sum: 0c6a7cb4ba758afb44ccb45fc0a54774 Description: debug symbols for ros-lyrical-mrpt-math Build-Ids: 13d54653d9673bec2ebd7a78298e9c1853fb7772 a6f0a0fc1c81f0c9f2d58157b49e3e16fbeac25d Package: ros-lyrical-mrpt-msgs Version: 0.6.0-3resolute.20260901.130725 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3655 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://wiki.ros.org/mrpt_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-msgs/ros-lyrical-mrpt-msgs_0.6.0-3resolute.20260901.130725_amd64.deb Size: 286868 SHA256: d280f4d40d77f68e492f64e065ab753156b42320bf65a97985f6d78687037fca SHA1: 83a30120410fdf4a26f2624d4cc7ac61c273846e MD5sum: 8a8b2a2c8abf2c11806d8d9b0950e74e Description: ROS messages for MRPT classes and objects Package: ros-lyrical-mrpt-msgs-bridge Version: 2.5.0-1resolute.20260901.212858 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 209 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ament-lint-auto, ros-lyrical-geometry-msgs, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-msgs-bridge/ros-lyrical-mrpt-msgs-bridge_2.5.0-1resolute.20260901.212858_amd64.deb Size: 32738 SHA256: c892effc97be598aae84ad06d142e6c43d98f2448602ce69434b1fc1693565b8 SHA1: b7bf9eef9476a33706433257d936f2cae57aca32 MD5sum: 477d7a40211dc3e4cfc2960ce6efacde Description: C++ library to convert between custom mrpt_msgs messages and native MRPT classes Package: ros-lyrical-mrpt-msgs-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-msgs-bridge Version: 2.5.0-1resolute.20260901.212858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 595 Depends: ros-lyrical-mrpt-msgs-bridge (= 2.5.0-1resolute.20260901.212858) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-msgs-bridge/ros-lyrical-mrpt-msgs-bridge-dbgsym_2.5.0-1resolute.20260901.212858_amd64.deb Size: 559248 SHA256: 4713899241414bd4781f639c85d49528f1b1ac93bbccb862276cdeded24a4060 SHA1: 502ec077622e3afc93423eec559d4480b85e14ae MD5sum: 417ea596ceb177efcbbd1e2846f7cfe6 Description: debug symbols for ros-lyrical-mrpt-msgs-bridge Build-Ids: 5b11f483f01525b1af5c91a0f5cf4f1e918acaf4 Package: ros-lyrical-mrpt-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-msgs Version: 0.6.0-3resolute.20260901.130725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3520 Depends: ros-lyrical-mrpt-msgs (= 0.6.0-3resolute.20260901.130725) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-msgs/ros-lyrical-mrpt-msgs-dbgsym_0.6.0-3resolute.20260901.130725_amd64.deb Size: 2840930 SHA256: 6e104d6682c7549e4ed27e51191f48a1bbc887663f25fa2fd6e914ecdb00b01a SHA1: 376de9cd3f1d9404f4037a85d9722d409612d0a6 MD5sum: ddf2d43527b49ee2b5437790353dfcda Description: debug symbols for ros-lyrical-mrpt-msgs Build-Ids: 24b07e429d8c0c417ffcd7c92de0cee8b744d736 4d42197b3f37ec4c912634d33a6b3228e7670eea 63dbf52877e9eca57263a5e39859884fcfa27075 6d6b4b4a374595bc50193b249b3d7d16d5c90610 771c35f1b68dbb818f50d6d682c6091ed365da2c 9543527c0d3034aa70d97d64c7de9a77a07544f6 9888541ac7eddbdcc27706d778ed4e8da4a4bebf a2f4af1b09c6d9fb769ea4649ef2599de21ba784 c509ac8d301eb47220ed68f6ac4170acf5b4e2b7 c62ca2eccd249f3eacdf3ecdc1211ef6c93678b2 deb34e2a3077b2e1dcb7e1a68dad2e3e9d638b07 Package: ros-lyrical-mrpt-nav Version: 3.1.4-1resolute.20260907.120442 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1210 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-config, ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-expr, ros-lyrical-mrpt-io, ros-lyrical-mrpt-kinematics, ros-lyrical-mrpt-maps, ros-lyrical-mrpt-math, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-viz, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-nav/ros-lyrical-mrpt-nav_3.1.4-1resolute.20260907.120442_amd64.deb Size: 372644 SHA256: 55f0ba7d329af6253df96a9afa0bbc685b356f242c2d5018cdbb2a25fe5a6bfb SHA1: 16f544958866262adda86700cb70e290eae3ede8 MD5sum: 7496910a03304d713ef5c3abaa0175bd Description: The MRPT C++ library mrpt_nav Package: ros-lyrical-mrpt-nav-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-nav Version: 3.1.4-1resolute.20260907.120442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7183 Depends: ros-lyrical-mrpt-nav (= 3.1.4-1resolute.20260907.120442) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-nav/ros-lyrical-mrpt-nav-dbgsym_3.1.4-1resolute.20260907.120442_amd64.deb Size: 6862834 SHA256: 8097c57ec3f6a6a33b9904936c40231c464b53fce89d59e894a328cb6c3dc1db SHA1: 973ec8220fe70402c45d524e39831bb723aa1e70 MD5sum: 7de4c0823f44215a07855385fcf59c67 Description: debug symbols for ros-lyrical-mrpt-nav Build-Ids: c3dcb15a2dc6609dda6dcb892c977d35dc30114f Package: ros-lyrical-mrpt-nav-interfaces Version: 2.5.0-1resolute.20260901.134458 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 5759 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-geometry-msgs, ros-lyrical-mrpt-msgs, ros-lyrical-nav-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-nav-interfaces/ros-lyrical-mrpt-nav-interfaces_2.5.0-1resolute.20260901.134458_amd64.deb Size: 356950 SHA256: 6616e54e3f0dc5faf61d0a85e7f642a252ac312f66f9415ec82b7e12e2699d7d SHA1: 6ffc9e2c22a984eee88f63d7cd8ae7509a426e89 MD5sum: b0a53d608822f1fbed15ebcd438c4fb1 Description: Message, services, and actions, for other mrpt navigation packages. Package: ros-lyrical-mrpt-nav-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-nav-interfaces Version: 2.5.0-1resolute.20260901.134458 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 4038 Depends: ros-lyrical-mrpt-nav-interfaces (= 2.5.0-1resolute.20260901.134458) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-nav-interfaces/ros-lyrical-mrpt-nav-interfaces-dbgsym_2.5.0-1resolute.20260901.134458_amd64.deb Size: 2918306 SHA256: 4d8e121565e409d5bd9e5d54bc7dea5b93c2ea78128e6d141ddfd8efe3402b2f SHA1: cbd12068a3ed4fe1b4aba354cf7f8d36728fa000 MD5sum: f29e9b4fcdc94afed86533a82a6be652 Description: debug symbols for ros-lyrical-mrpt-nav-interfaces Build-Ids: 052dd8300c1fac05da8690654e6f5a92f649d318 119af9617a644e0dbe04882a6a917f5d66e2f382 1480fe1309b15c8d6ab4d91ca6921acbff0ee3c1 17c34d135c01d935e3cdb585fc7d5c19dc641113 534037ce5b9ab0378cbeed8a254ca664987a3038 5533eb7d5c8a6ada134abb87fa8f0e5877791e62 5c4f6e12a3fcbc7f13fbc7625d05d5e17d483136 60929a96313ca40fdb96abc1be3270df0ceed23e 84e92150172192720355ba2484ead5aabd3658fa bbed1ec80158ade105f769562ee69e593727807e e71276c54ac2f3611b1e111d2baeadf515c9b4dd Package: ros-lyrical-mrpt-navigation Version: 2.5.0-1resolute.20260907.122445 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 45 Depends: ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ament-lint-auto, ros-lyrical-mrpt-map-server, ros-lyrical-mrpt-msgs-bridge, ros-lyrical-mrpt-nav-interfaces, ros-lyrical-mrpt-pf-localization, ros-lyrical-mrpt-pointcloud-pipeline, ros-lyrical-mrpt-reactivenav2d, ros-lyrical-mrpt-tps-astar-planner, ros-lyrical-mrpt-tutorials, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-navigation/ros-lyrical-mrpt-navigation_2.5.0-1resolute.20260907.122445_amd64.deb Size: 6692 SHA256: 0806ffecf4d433444c4f21c221d708d439e43b752c7fd8f3dad6964842006f56 SHA1: 74d292efef5a7e607cb0aa2b5a1b99a25c13cfa6 MD5sum: 6296b2d9f95469581c023e55c1e20e06 Description: Tools related to the Mobile Robot Programming Toolkit (MRPT). Refer to https://wiki.ros.org/mrpt_navigation for further documentation. Package: ros-lyrical-mrpt-obs Version: 3.1.4-1resolute.20260907.115218 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2410 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-mrpt-config, ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-math, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-tfest, ros-lyrical-mrpt-viz, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-obs/ros-lyrical-mrpt-obs_3.1.4-1resolute.20260907.115218_amd64.deb Size: 822304 SHA256: 9e2ef0ca9fbdb612e004741b02384bad2f3d1823068857513bed0d00ef8cd12c SHA1: af150cdcbe9202744dbcd387423d30cf7ef65841 MD5sum: 6cb84ff403c472206bd93857d9d10af6 Description: The MRPT C++ library mrpt_obs Package: ros-lyrical-mrpt-obs-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-obs Version: 3.1.4-1resolute.20260907.115218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11133 Depends: ros-lyrical-mrpt-obs (= 3.1.4-1resolute.20260907.115218) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-obs/ros-lyrical-mrpt-obs-dbgsym_3.1.4-1resolute.20260907.115218_amd64.deb Size: 10108002 SHA256: 1f50f72d080ac044f3ef8441ff067495a86cfd44926728a4b09a137b95bf608e SHA1: c821cc0444bb413e2f42bc8919abfbbb84bf32b2 MD5sum: a4cf6fca55224571d44ebd0b7023d38f Description: debug symbols for ros-lyrical-mrpt-obs Build-Ids: 526ad73a8b07194d46b0c8fe1448e3b9a399ac45 7c5ccbaeb9465b94f7a424aae045a49c10e88cb9 Package: ros-lyrical-mrpt-opengl Version: 3.1.4-1resolute.20260907.115223 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 886 Depends: libc6 (>= 2.43), libegl1, libgcc-s1 (>= 3.3.1), libopengl0, libstdc++6 (>= 14), ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-math, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-viz, libgl1-mesa-dev, libglu1-mesa-dev, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-opengl/ros-lyrical-mrpt-opengl_3.1.4-1resolute.20260907.115223_amd64.deb Size: 300324 SHA256: 0d8f3ebaae2ad638bcbbbf72de7b489d3d3f0cb520496f991f2fe6bd13b0a90a SHA1: 09819a460c339540f7102e79d774b680d9195b8a MD5sum: 967c18ff6f657de66c417b434261e00b Description: The MRPT C++ library mrpt_opengl Package: ros-lyrical-mrpt-opengl-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-opengl Version: 3.1.4-1resolute.20260907.115223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4644 Depends: ros-lyrical-mrpt-opengl (= 3.1.4-1resolute.20260907.115223) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-opengl/ros-lyrical-mrpt-opengl-dbgsym_3.1.4-1resolute.20260907.115223_amd64.deb Size: 4475830 SHA256: df7aee8d7bf0b4b9ac7418bf1da09ffe6ceeb675236b4e531f922a35505deb45 SHA1: 2bda756e7c879ac84b420fccaa8cdf829e664d5a MD5sum: 63152e75bd52f06d9bd7f47793c3731c Description: debug symbols for ros-lyrical-mrpt-opengl Build-Ids: 61689a41ca595f3c29cf22423d36140ef7da344e Package: ros-lyrical-mrpt-path-planning Version: 1.0.1-1resolute.20260901.220605 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1447 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libnav, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mvsim, ros-lyrical-mrpt-libtclap, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/mrpt_path_planning Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-path-planning/ros-lyrical-mrpt-path-planning_1.0.1-1resolute.20260901.220605_amd64.deb Size: 454450 SHA256: eade0da51f189db95baf9d1bb48817d7fe0f139e707a8af8b2fcdcefe588c7d8 SHA1: 675359b3bf85c31fbd2ad566ab8227cb8f76d492 MD5sum: eb67d5f98e358cfd71f8b625c5c4d777 Description: Path planning and navigation algorithms for robots/vehicles moving on planar environments. This library builds upon mrpt-nav and the theory behind PTGs to generate libraries of "motion primitives" for vehicles with arbitrary shape and realistic kinematics and dynamics. Package: ros-lyrical-mrpt-path-planning-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-path-planning Version: 1.0.1-1resolute.20260901.220605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10680 Depends: ros-lyrical-mrpt-path-planning (= 1.0.1-1resolute.20260901.220605) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-path-planning/ros-lyrical-mrpt-path-planning-dbgsym_1.0.1-1resolute.20260901.220605_amd64.deb Size: 10272630 SHA256: 9fa1272ee7ec7f58ed29955824266576bb0c1b715634f000ee72baa1b23a0f75 SHA1: 6cbe45188deaeeddbfd3bc12c33e319e63d448ec MD5sum: 15299ec7ab4ba121ee294a6d696ee983 Description: debug symbols for ros-lyrical-mrpt-path-planning Build-Ids: 9b248388322e20d84746eed12842e2bbb965f85a a4023d7a50d0b683aa5d68a7b4ffe6a568f4dea5 e85baaf0077a5db36789d7ae48157a0f812b2b50 Package: ros-lyrical-mrpt-pf-localization Version: 2.5.0-1resolute.20260907.121539 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 4226 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mola-pose-list, ros-lyrical-mola-relocalization, ros-lyrical-mp2p-icp-core, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mrpt-libslam, ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ament-lint-auto, ros-lyrical-mp2p-icp, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-mrpt-msgs-bridge, ros-lyrical-nav-msgs, ros-lyrical-pose-cov-ops, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_pf_localization Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-pf-localization/ros-lyrical-mrpt-pf-localization_2.5.0-1resolute.20260907.121539_amd64.deb Size: 604378 SHA256: 56c6c36ef0f6dd72cc086c9aa2009631e994715e621040e4b16a9ab272c1507d SHA1: f52d1eb13dbd35e743e01339ea92ceb2a4161bde MD5sum: bc9ad7cb75c1e314bf55a46f7e691ce4 Description: Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. Package: ros-lyrical-mrpt-pf-localization-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-pf-localization Version: 2.5.0-1resolute.20260907.121539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 21473 Depends: ros-lyrical-mrpt-pf-localization (= 2.5.0-1resolute.20260907.121539) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-pf-localization/ros-lyrical-mrpt-pf-localization-dbgsym_2.5.0-1resolute.20260907.121539_amd64.deb Size: 17541252 SHA256: f832f222ad1dbed1880db935ed48fc36022c20e24f4f3844b73754707385739a SHA1: 6a109a860ce9f9252438948d2cc9d352c88432bb MD5sum: 400462d8240f544db228ed68a5b6521d Description: debug symbols for ros-lyrical-mrpt-pf-localization Build-Ids: 4857aee1b428be63c7d3591f3dadcd9630eaee9e 5888472feca2de8cecd2d273cadf30961d8ba794 64060eb3b6a5d2c916e39674122d2b9d0ce3df6f e06d0bf43e2ec2448aa7b2f925613498046d18b0 Package: ros-lyrical-mrpt-pointcloud-pipeline Version: 2.5.0-1resolute.20260907.115848 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1776 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mp2p-icp-core, ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ament-lint-auto, ros-lyrical-mp2p-icp, ros-lyrical-mrpt-libros-bridge, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-pointcloud-pipeline/ros-lyrical-mrpt-pointcloud-pipeline_2.5.0-1resolute.20260907.115848_amd64.deb Size: 291250 SHA256: 0e6261789e83548c0da1a8d42c4354f6eada0447929926e74ff01ffecfe3e3ef SHA1: eaaac00df6ce7f2cad0e844bdbfe98d1ad024cef MD5sum: 278a7cba5a882d2c5b50202b0d06f527 Description: Maintains a local obstacle map from recent sensor readings, including optional point cloud pipeline filtering or processing. Package: ros-lyrical-mrpt-pointcloud-pipeline-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-pointcloud-pipeline Version: 2.5.0-1resolute.20260907.115848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10171 Depends: ros-lyrical-mrpt-pointcloud-pipeline (= 2.5.0-1resolute.20260907.115848) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-pointcloud-pipeline/ros-lyrical-mrpt-pointcloud-pipeline-dbgsym_2.5.0-1resolute.20260907.115848_amd64.deb Size: 8623270 SHA256: 7aa04172d930f624437c06570c2d4347c82d49c11193a8748150fd353e95b7f0 SHA1: 1625676f88bd38e7a431394839390f70aa836773 MD5sum: 6ec8c433f9bb4fe9641f0fd9b9c5385b Description: debug symbols for ros-lyrical-mrpt-pointcloud-pipeline Build-Ids: 5590e42cf102a34bc7db078243968b18174e4b33 a00ff10b35f42e0f27684387fd9252e56a774719 c68fa1436a12cba77ab8547def3c1a9df3e91f6e Package: ros-lyrical-mrpt-poses Version: 3.1.4-1resolute.20260907.113751 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2012 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-bayes, ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-math, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-poses/ros-lyrical-mrpt-poses_3.1.4-1resolute.20260907.113751_amd64.deb Size: 558594 SHA256: c1cda3ca82fff47cc547e7228c9191ee4c6efbc40f080dc1486461cb51658040 SHA1: c6db05c534d39fabc6d3251619b188dcd51d0e45 MD5sum: 43681a698e869e322fb0c61e03149fc5 Description: The MRPT C++ library mrpt_poses Package: ros-lyrical-mrpt-poses-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-poses Version: 3.1.4-1resolute.20260907.113751 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 19258 Depends: ros-lyrical-mrpt-poses (= 3.1.4-1resolute.20260907.113751) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-poses/ros-lyrical-mrpt-poses-dbgsym_3.1.4-1resolute.20260907.113751_amd64.deb Size: 18647720 SHA256: c328aca08eada44af0be8a6e02af7978161560fa1d54d74ce6aa8cdf352186d8 SHA1: f489d8610e653d9d1afe4e13a67a5636a58774c2 MD5sum: fbae645e35c9277003da62f6693e872e Description: debug symbols for ros-lyrical-mrpt-poses Build-Ids: 02a06ac8931caf8c341c165fbbe99fc6e4357cf4 bd222ef91c94dfe738ce503fe997e32850aeaa95 Package: ros-lyrical-mrpt-random Version: 3.1.4-1resolute.20260907.110358 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 293 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-random/ros-lyrical-mrpt-random_3.1.4-1resolute.20260907.110358_amd64.deb Size: 101686 SHA256: cc76dbebd861809299571ad91c683b081a0b759293f9229db62d397c8f5fbe0f SHA1: 04d75e8d56e45e569844eb502d77d2cb975b5881 MD5sum: 7d6e356824f44d36c7e06648ee708908 Description: The MRPT C++ library mrpt_random Package: ros-lyrical-mrpt-random-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-random Version: 3.1.4-1resolute.20260907.110358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1184 Depends: ros-lyrical-mrpt-random (= 3.1.4-1resolute.20260907.110358) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-random/ros-lyrical-mrpt-random-dbgsym_3.1.4-1resolute.20260907.110358_amd64.deb Size: 1096500 SHA256: c7de26d5cbc9424045dc301814d057b4676cfd783db9a97b7d867f4f218084f1 SHA1: c940e33c159d5e48014dbb6c225854f4e2559924 MD5sum: 5ce8b4d4c8632336d57807ec1b7a1b64 Description: debug symbols for ros-lyrical-mrpt-random Build-Ids: ae285dca4fac200ecd4de5b37863ae30166e3ea0 ccd21ca69fb1d7781c042940a5b34350c5f9ca9f Package: ros-lyrical-mrpt-reactivenav2d Version: 2.5.0-1resolute.20260901.212613 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2121 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libnav, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ament-lint-auto, ros-lyrical-geometry-msgs, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-nav-interfaces, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-stereo-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-reactivenav2d/ros-lyrical-mrpt-reactivenav2d_2.5.0-1resolute.20260901.212613_amd64.deb Size: 341624 SHA256: 59081fc809e608aabcd01ae93ab5ed649c92a485e2f20ca99e118a7ef1b89ebb SHA1: e505e917e758959414f1067ea288349966bc176e MD5sum: 3802c812a29b7e9959086e577ae65b0c Description: Reactive navigation for wheeled robots using MRPT navigation algorithms (TP-Space) Package: ros-lyrical-mrpt-reactivenav2d-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-reactivenav2d Version: 2.5.0-1resolute.20260901.212613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9974 Depends: ros-lyrical-mrpt-reactivenav2d (= 2.5.0-1resolute.20260901.212613) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-reactivenav2d/ros-lyrical-mrpt-reactivenav2d-dbgsym_2.5.0-1resolute.20260901.212613_amd64.deb Size: 7943596 SHA256: d451d61f50d5308fb5cf69aa692e9afb3965cdd6c01b96bceb6ebd6ed7fcd922 SHA1: 2e92dc1ea89f7f137c0abed18bfc8d1a8461124d MD5sum: c001391bbb95f7323360e2bcd7103ac0 Description: debug symbols for ros-lyrical-mrpt-reactivenav2d Build-Ids: 0529c0b4f544217b32e413686f611afe897f8c5f Package: ros-lyrical-mrpt-rtti Version: 3.1.4-1resolute.20260907.110702 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 310 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-core, ros-lyrical-mrpt-common, ros-lyrical-mrpt-typemeta, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-rtti/ros-lyrical-mrpt-rtti_3.1.4-1resolute.20260907.110702_amd64.deb Size: 106930 SHA256: ad8cea8b13b6ba04c6b45de5ec5c621b27796c03a67a70c05f434a68eda1471e SHA1: aa8451aae50e2c50ca978ccc907dd4c94739f1fc MD5sum: 8f8a6595bc9085ad0fbe166b58d1f8cb Description: The MRPT C++ library mrpt_rtti Package: ros-lyrical-mrpt-rtti-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-rtti Version: 3.1.4-1resolute.20260907.110702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1339 Depends: ros-lyrical-mrpt-rtti (= 3.1.4-1resolute.20260907.110702) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-rtti/ros-lyrical-mrpt-rtti-dbgsym_3.1.4-1resolute.20260907.110702_amd64.deb Size: 1242468 SHA256: 4981501cef44b6760fb6bf6dc61ebab96095e1cbfd3ace2b55ae89e62ca79c2e SHA1: 587b7a757d349efb788f34a476fd69459d22ac06 MD5sum: fc6cf1f1af8210c66f90175e2e35cba1 Description: debug symbols for ros-lyrical-mrpt-rtti Build-Ids: 1fce1bbbe3dd3cc7ef7062f15b415bffe574b320 a22e809b5f16d7f36f7b58615681d1294e679723 Package: ros-lyrical-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1resolute.20260901.214130 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 194 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libhwdrivers, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-mrpt-sensorlib, ros-lyrical-rclcpp-components, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensor-bumblebee-stereo/ros-lyrical-mrpt-sensor-bumblebee-stereo_0.3.0-1resolute.20260901.214130_amd64.deb Size: 57906 SHA256: d059d2391535d683acdb4770cc11a0eb07315d991a361d86f43dd013254e1659 SHA1: 691b7d093ddf08b1f18c4de070803e556f75d981 MD5sum: 9b2d0109f18967ad235946a16881e0b7 Description: ROS node for Bumblebee Stereo Cameras using libdc1394 interface (based on mrpt-hwdrivers) Package: ros-lyrical-mrpt-sensor-bumblebee-stereo-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-sensor-bumblebee-stereo Version: 0.3.0-1resolute.20260901.214130 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 942 Depends: ros-lyrical-mrpt-sensor-bumblebee-stereo (= 0.3.0-1resolute.20260901.214130) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensor-bumblebee-stereo/ros-lyrical-mrpt-sensor-bumblebee-stereo-dbgsym_0.3.0-1resolute.20260901.214130_amd64.deb Size: 861558 SHA256: 47416b76a88fcd6a988cf86942312ab9d4080e97df7e94e6d5a445d9e0676b36 SHA1: ebb1afc38b1c03a9c014bd98a8c196091386fb84 MD5sum: 3949e99526e4653d4e710cc8a9d3de9b Description: debug symbols for ros-lyrical-mrpt-sensor-bumblebee-stereo Build-Ids: c9748a82055f7b0ae6c84463caa12c9ab16a54eb Package: ros-lyrical-mrpt-sensor-gnss-nmea Version: 0.3.0-1resolute.20260901.214119 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 349 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libhwdrivers, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-mrpt-sensorlib, ros-lyrical-nmea-msgs, ros-lyrical-rclcpp-components, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensor-gnss-nmea/ros-lyrical-mrpt-sensor-gnss-nmea_0.3.0-1resolute.20260901.214119_amd64.deb Size: 89068 SHA256: 2dca1f8afa09d0ef8b93b71d096ad5f5f7eb720845fe4299997243ab3ee0e7d7 SHA1: e12e61f0901a73e4a7daf64c5f3bf5c02d876a76 MD5sum: 6b4dd036e7099850c9a4dbd6b0b50aec Description: ROS node for GNSS receivers generating NMEA messages (based on mrpt-hwdrivers) Package: ros-lyrical-mrpt-sensor-gnss-nmea-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-sensor-gnss-nmea Version: 0.3.0-1resolute.20260901.214119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1743 Depends: ros-lyrical-mrpt-sensor-gnss-nmea (= 0.3.0-1resolute.20260901.214119) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensor-gnss-nmea/ros-lyrical-mrpt-sensor-gnss-nmea-dbgsym_0.3.0-1resolute.20260901.214119_amd64.deb Size: 1537696 SHA256: 37f43fd76bd0a3cf9b84fb4f09707575f7bd814b70661d365ea9729baf9a61b0 SHA1: 4a85f4a1337bb06e7ec012137ec53a2eaf431a36 MD5sum: d8cbe5799359db7c2834d98cb2395793 Description: debug symbols for ros-lyrical-mrpt-sensor-gnss-nmea Build-Ids: 76810a016eb60544b277bd99670ac90e2be377b6 Package: ros-lyrical-mrpt-sensor-gnss-novatel Version: 0.3.0-1resolute.20260901.214129 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1128 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libhwdrivers, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-mrpt-sensorlib, ros-lyrical-novatel-oem6-msgs, ros-lyrical-rclcpp-components, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensor-gnss-novatel/ros-lyrical-mrpt-sensor-gnss-novatel_0.3.0-1resolute.20260901.214129_amd64.deb Size: 218572 SHA256: 24340aa3f7973addb236a436fe9996bad320517e1a2a4ec0167bd2d85bb15e50 SHA1: 3eebe2ac3abd2beaf01890162e7ce01dbb1ab362 MD5sum: a0204b93a5981ea2f59084ae6232de2f Description: ROS node for GNSS/IMU Novatel receivers with RTK precision using an NTRIP HTTP source (based on mrpt-hwdrivers) Package: ros-lyrical-mrpt-sensor-gnss-novatel-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-sensor-gnss-novatel Version: 0.3.0-1resolute.20260901.214129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 5479 Depends: ros-lyrical-mrpt-sensor-gnss-novatel (= 0.3.0-1resolute.20260901.214129) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensor-gnss-novatel/ros-lyrical-mrpt-sensor-gnss-novatel-dbgsym_0.3.0-1resolute.20260901.214129_amd64.deb Size: 4566036 SHA256: 6d2c171abb9ce256f570aaa98bb450def4f4ef9df70fa55da06ee9e1d9501876 SHA1: c9ef303b155210ad350d41f89e199f22bea803db MD5sum: f122ce5814468f363bae5cce6bb2f810 Description: debug symbols for ros-lyrical-mrpt-sensor-gnss-novatel Build-Ids: 0d700dac5e037cee1ba4d8fea4b16ed528f4d7c1 Package: ros-lyrical-mrpt-sensor-imu-taobotics Version: 0.3.0-1resolute.20260901.214142 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 78 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libhwdrivers, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-mrpt-sensorlib, ros-lyrical-rclcpp-components, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensor-imu-taobotics/ros-lyrical-mrpt-sensor-imu-taobotics_0.3.0-1resolute.20260901.214142_amd64.deb Size: 15242 SHA256: a03001b521d459b3b0112e807f52661354d002d0a34177f352f1d7f5c4865115 SHA1: d7e3332d82a0a825ace3963ff7d72c7a26d46c39 MD5sum: 34d55cd24c11065a6d7541c1081de5d5 Description: ROS node for Taobotics USB IMUs (based on mrpt-hwdrivers) Package: ros-lyrical-mrpt-sensor-imu-taobotics-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-sensor-imu-taobotics Version: 0.3.0-1resolute.20260901.214142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 312 Depends: ros-lyrical-mrpt-sensor-imu-taobotics (= 0.3.0-1resolute.20260901.214142) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensor-imu-taobotics/ros-lyrical-mrpt-sensor-imu-taobotics-dbgsym_0.3.0-1resolute.20260901.214142_amd64.deb Size: 293656 SHA256: 1620063e9b0294f01a0f1364baac8d2c24a28c94074b7b3c4ff6353def91020b SHA1: 15148aae05315fd4d86acc371b8e09a599ab0c2c MD5sum: 8217245c5b084bac25530567ef8d1575 Description: debug symbols for ros-lyrical-mrpt-sensor-imu-taobotics Build-Ids: 5ecca7cbe45a1fefbbf2c24407ad8d90cdf7a3a7 Package: ros-lyrical-mrpt-sensorlib Version: 0.3.0-1resolute.20260901.213150 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 742 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libhwdrivers, ros-lyrical-mrpt-libobs, ros-lyrical-diagnostic-updater, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-rclcpp-components, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensorlib/ros-lyrical-mrpt-sensorlib_0.3.0-1resolute.20260901.213150_amd64.deb Size: 109526 SHA256: 684da917a0ac7ae110369d99215f3f6fc47a0dab4552cac00dcda4bbb188e8cd SHA1: 7e18e6f38b09d4043013a6ae5131b7561ec6f0ae MD5sum: 0588e94937aaae31e269b4b8e51e9744 Description: C++ library for the base generic MRPT sensor node Package: ros-lyrical-mrpt-sensorlib-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-sensorlib Version: 0.3.0-1resolute.20260901.213150 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 1951 Depends: ros-lyrical-mrpt-sensorlib (= 0.3.0-1resolute.20260901.213150) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensorlib/ros-lyrical-mrpt-sensorlib-dbgsym_0.3.0-1resolute.20260901.213150_amd64.deb Size: 1743846 SHA256: 43038eb4eb58afaad86016959fb4de0e7425134abb024d427bee001ffbfc5d03 SHA1: ea09602c87ff2a0e4f0a1875eff8676b673b1d36 MD5sum: 3d86906d2ffecaef4439f72ad78f6e97 Description: debug symbols for ros-lyrical-mrpt-sensorlib Build-Ids: d361fab7779cd05580b1b4bdc2032e73c79d6894 Package: ros-lyrical-mrpt-sensors Version: 0.3.0-1resolute.20260901.220523 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 45 Depends: ros-lyrical-mrpt-generic-sensor, ros-lyrical-mrpt-sensor-bumblebee-stereo, ros-lyrical-mrpt-sensor-gnss-nmea, ros-lyrical-mrpt-sensor-gnss-novatel, ros-lyrical-mrpt-sensor-imu-taobotics, ros-lyrical-mrpt-sensorlib, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_sensors/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-sensors/ros-lyrical-mrpt-sensors_0.3.0-1resolute.20260901.220523_amd64.deb Size: 5930 SHA256: 7fa64bc734417d45e3904d4ba3f83c6a38f47cc56829831623f48800b530d913 SHA1: a626b7e019c1e18e95887a7999f5bf32679db171 MD5sum: a8b28d00fac206e17136d492ad5fd19d Description: ROS nodes for various robotics sensors via mrpt-hwdrivers. Metapackage for all mrpt_sensor packages. Package: ros-lyrical-mrpt-serialization Version: 3.1.4-1resolute.20260907.110933 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 409 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-core, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-serialization/ros-lyrical-mrpt-serialization_3.1.4-1resolute.20260907.110933_amd64.deb Size: 125858 SHA256: d52d36fe12475f0da44ddef094d2eef3c1dbe579a6d0b508d18c2913d74815c0 SHA1: 1a1254153e25b870c41c6ea0bf664eb6c18f11b3 MD5sum: acb24fa611c74dee99f7d763a5dee50b Description: The MRPT C++ library mrpt_serialization Package: ros-lyrical-mrpt-serialization-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-serialization Version: 3.1.4-1resolute.20260907.110933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1507 Depends: ros-lyrical-mrpt-serialization (= 3.1.4-1resolute.20260907.110933) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-serialization/ros-lyrical-mrpt-serialization-dbgsym_3.1.4-1resolute.20260907.110933_amd64.deb Size: 1390822 SHA256: e7a70b9eb3e930350367823ebd2a264167f0e721e2a78a4ba3e083829c721c91 SHA1: 0f3a508376047548fe3bb4810b95bc512f8214e2 MD5sum: 09722583d510b145496d8e9a4191f845 Description: debug symbols for ros-lyrical-mrpt-serialization Build-Ids: 5a8126431b967bd100827a2e69cf4d435fdb8bbb dde15f1edaa70039f6e12a257dd3e8029d36e2ba Package: ros-lyrical-mrpt-slam Version: 3.1.4-1resolute.20260907.120454 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1861 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-bayes, ros-lyrical-mrpt-config, ros-lyrical-mrpt-core, ros-lyrical-mrpt-graphs, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-maps, ros-lyrical-mrpt-math, ros-lyrical-mrpt-obs, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-tfest, ros-lyrical-mrpt-topography, ros-lyrical-mrpt-viz, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-slam/ros-lyrical-mrpt-slam_3.1.4-1resolute.20260907.120454_amd64.deb Size: 593246 SHA256: ccbfff86110658bddd02879a0af99393e0da751057fcb4adf129160786a5820b SHA1: 7a7a3d247f4544730f3a756aa570b47ea1390562 MD5sum: 52e435532cdac1f65a8d51c2f11cdd34 Description: The MRPT C++ library mrpt_slam Package: ros-lyrical-mrpt-slam-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-slam Version: 3.1.4-1resolute.20260907.120454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10383 Depends: ros-lyrical-mrpt-slam (= 3.1.4-1resolute.20260907.120454) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-slam/ros-lyrical-mrpt-slam-dbgsym_3.1.4-1resolute.20260907.120454_amd64.deb Size: 9819924 SHA256: 8f0e735d56c59c195c90b383a220b028260a3995f03f58a625aa908596c5e285 SHA1: 6fbac66136f27502d64ed844ac1fa3ac26fcd0ef MD5sum: 4be308befe3d0af0b32ae13c954813fd Description: debug symbols for ros-lyrical-mrpt-slam Build-Ids: 5a508d3ccbaa36a99804a80390f95e0e5cd0ac30 ab12c443dfcc869ee7cb293ba3480ab22abcbe76 Package: ros-lyrical-mrpt-system Version: 3.1.4-1resolute.20260907.111415 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 763 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-system/ros-lyrical-mrpt-system_3.1.4-1resolute.20260907.111415_amd64.deb Size: 250536 SHA256: 01fc851e54eafdea40ab8bfad19304d795c725457800a7de37c2820b62215cb7 SHA1: eeb0ceb8b339172c08da270b189e317614c97e85 MD5sum: 3bb46e495a233e01f7e4fa47177d1a0e Description: The MRPT C++ library mrpt_system Package: ros-lyrical-mrpt-system-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-system Version: 3.1.4-1resolute.20260907.111415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3154 Depends: ros-lyrical-mrpt-system (= 3.1.4-1resolute.20260907.111415) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-system/ros-lyrical-mrpt-system-dbgsym_3.1.4-1resolute.20260907.111415_amd64.deb Size: 2887294 SHA256: d479cd4ce7dd9b97223bf8cc618d597dacf7adbdcfbe027f7253dde37f812215 SHA1: 8ad14b1931b76b9c3c6f22afad210edb4f449148 MD5sum: 311adc52001ddaf003993d52770f8a19 Description: debug symbols for ros-lyrical-mrpt-system Build-Ids: 7e20e07296f446cdc2e90d3f2ec33f70c6489e16 e7c5570bb22283148bae141fc9837040d629eaf7 Package: ros-lyrical-mrpt-tfest Version: 3.1.4-1resolute.20260907.114416 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 454 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-core, ros-lyrical-mrpt-math, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-tfest/ros-lyrical-mrpt-tfest_3.1.4-1resolute.20260907.114416_amd64.deb Size: 148984 SHA256: 3d03e235c7e50ab8bf73582ce9f33a46297b9856d11568351923a17b1db7a880 SHA1: b2099e7b0b4fb7e10f6084836518463dcfc2a47c MD5sum: 98019f9512600779385e27fcf2fbd1e0 Description: The MRPT C++ library mrpt_tfest Package: ros-lyrical-mrpt-tfest-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-tfest Version: 3.1.4-1resolute.20260907.114416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2409 Depends: ros-lyrical-mrpt-tfest (= 3.1.4-1resolute.20260907.114416) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-tfest/ros-lyrical-mrpt-tfest-dbgsym_3.1.4-1resolute.20260907.114416_amd64.deb Size: 2219408 SHA256: c1ae1117831c0bb57c8e54ce1978dcc8b791a7f2688164c2d4610769caf4c154 SHA1: 291787dfc20242b27c0a4b3408218b1a934674a1 MD5sum: a237c0e2d3b13019453ecab82b77d80e Description: debug symbols for ros-lyrical-mrpt-tfest Build-Ids: d6ac3d56f1522a6c056f5237f36ea8de0e1f9d23 dbd048aa717f0936fbb4ec08d7ce596e8c798479 Package: ros-lyrical-mrpt-topography Version: 3.1.4-1resolute.20260907.113610 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 334 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-core, ros-lyrical-mrpt-math, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-topography/ros-lyrical-mrpt-topography_3.1.4-1resolute.20260907.113610_amd64.deb Size: 114032 SHA256: e86f0a207c778d21ec91eab186bcc252d6a649cd9b8e6a2df4b709ee30d35894 SHA1: a01fd93118b9589f43e6775e0904bdd6e4915676 MD5sum: 3b54dac2ac0e7328d615b89cf2a57c23 Description: The MRPT C++ library mrpt_topography Package: ros-lyrical-mrpt-topography-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-topography Version: 3.1.4-1resolute.20260907.113610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1353 Depends: ros-lyrical-mrpt-topography (= 3.1.4-1resolute.20260907.113610) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-topography/ros-lyrical-mrpt-topography-dbgsym_3.1.4-1resolute.20260907.113610_amd64.deb Size: 1238550 SHA256: 721b4048d5bffb4bbc239a5bb412d8f87da8d69143b3bff0efcae463349a076b SHA1: 337ac393f5c54bf3d8eb55cae565cfbcf34453c6 MD5sum: 6a74ee39330c4e4a45e4f3e4452ca8a8 Description: debug symbols for ros-lyrical-mrpt-topography Build-Ids: 3ef13b7810251e8e35040c620e5cd4d1d8a4b1f7 db2f8edeac46d830ead9bee53e506758a4e9faf5 Package: ros-lyrical-mrpt-tps-astar-planner Version: 2.5.0-1resolute.20260901.222259 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1282 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, ros-lyrical-mrpt-path-planning, ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ament-lint-auto, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libnav, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-mrpt-nav-interfaces, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-tps-astar-planner/ros-lyrical-mrpt-tps-astar-planner_2.5.0-1resolute.20260901.222259_amd64.deb Size: 245988 SHA256: 256411c76a64618821a23acbc1748b5d7fd909a1af89468a5ac54ab5edc77f6f SHA1: 377f5669164b97ba6012fce60aa9d22915f93d81 MD5sum: 961d687d451094ca71a7e2fff11a0a6e Description: ROS Path Planner with A* in TP-Space Engine Package: ros-lyrical-mrpt-tps-astar-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-tps-astar-planner Version: 2.5.0-1resolute.20260901.222259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6374 Depends: ros-lyrical-mrpt-tps-astar-planner (= 2.5.0-1resolute.20260901.222259) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-tps-astar-planner/ros-lyrical-mrpt-tps-astar-planner-dbgsym_2.5.0-1resolute.20260901.222259_amd64.deb Size: 5282432 SHA256: 0dc6b7ef702571e9284548099faacf69d10656d0d1076b7ca2b25ba299e8d970 SHA1: 9f29096965c03f2e68929bcd1827dcbd40bccfb9 MD5sum: f7c8efe0ccec53f02c0f175863cdbd17 Description: debug symbols for ros-lyrical-mrpt-tps-astar-planner Build-Ids: aa15a5bd91c79648f306923ab0c867e1b3f0d317 Package: ros-lyrical-mrpt-tutorials Version: 2.5.0-1resolute.20260901.215521 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 7057 Depends: ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ament-lint-auto, ros-lyrical-mvsim, ros-lyrical-teleop-twist-keyboard, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-tutorials/ros-lyrical-mrpt-tutorials_2.5.0-1resolute.20260901.215521_amd64.deb Size: 5998384 SHA256: ff075a45fffeb1b8c98175a4da3a200ab4a24f74ab9e9c84400b3664d368e390 SHA1: c312067880f73b48d68e6da97af09052c9ccf7f6 MD5sum: 0c6eada74a2abb86010db2279de3dc08 Description: Example files used as tutorials for MRPT ROS packages Package: ros-lyrical-mrpt-typemeta Version: 3.1.4-1resolute.20260907.110407 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 54 Depends: ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-typemeta/ros-lyrical-mrpt-typemeta_3.1.4-1resolute.20260907.110407_amd64.deb Size: 10050 SHA256: 0b071cfd00c45fabc7b150549cd0be8a535439815adc7218e44271d77a95687d SHA1: 4e2a6978cbc1a622eb78e4b6ed01c8f674767330 MD5sum: 1150ba9b810948524a506af653fd46a2 Description: The MRPT C++ library mrpt_typemeta Package: ros-lyrical-mrpt-viz Version: 3.1.4-1resolute.20260907.114405 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2457 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-containers, ros-lyrical-mrpt-core, ros-lyrical-mrpt-img, ros-lyrical-mrpt-io, ros-lyrical-mrpt-math, ros-lyrical-mrpt-poses, ros-lyrical-mrpt-random, ros-lyrical-mrpt-rtti, ros-lyrical-mrpt-serialization, ros-lyrical-mrpt-system, ros-lyrical-mrpt-common, ros-lyrical-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-viz/ros-lyrical-mrpt-viz_3.1.4-1resolute.20260907.114405_amd64.deb Size: 696090 SHA256: 51ded34df81ccb575ad14cc9165be7946a1e491d39cf5361b222867c8fc309a1 SHA1: 3467e26fdc82bb4acdcadc0270a6c3a20539fe46 MD5sum: b506b3c754377fc4e12eb889e9ab3eed Description: The MRPT C++ library mrpt_viz Package: ros-lyrical-mrpt-viz-dbgsym Package-Type: ddeb Source: ros-lyrical-mrpt-viz Version: 3.1.4-1resolute.20260907.114405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13429 Depends: ros-lyrical-mrpt-viz (= 3.1.4-1resolute.20260907.114405) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mrpt-viz/ros-lyrical-mrpt-viz-dbgsym_3.1.4-1resolute.20260907.114405_amd64.deb Size: 12462930 SHA256: 47cd65a3ff89ac36e85b4a6203663bf6433e9ffb6cb2b717bc9bbd727a36d35d SHA1: 884c543f03e18bc5ec990870fa7e6de885b2c399 MD5sum: 9296af03bbb29fe7a2ad596dd041f491 Description: debug symbols for ros-lyrical-mrpt-viz Build-Ids: 62d285b7d547c00cd53f0ab6a042ab1125a823bf 71b331f9e49d691e9093dc4ced1e83804e2668a8 Package: ros-lyrical-mujoco-3d-lidar Version: 0.1.2-1resolute.20260907.191036 Architecture: amd64 Maintainer: "Jodi Graf" Installed-Size: 154 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), ros-lyrical-mujoco-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mujoco_3d_lidar/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-3d-lidar/ros-lyrical-mujoco-3d-lidar_0.1.2-1resolute.20260907.191036_amd64.deb Size: 25034 SHA256: 557357759bec90b69ac285e3062e6e8d3d3fc48ec1db8d3f1fdf96ae7aaf8b8d SHA1: bdfebd21b91024df3cee3b96fff79441ea2bfcaa MD5sum: 4ba568e7ce87f90d31071b826da6c710 Description: Plugin for mujoco to use raycasters to simulate lidar Package: ros-lyrical-mujoco-3d-lidar-dbgsym Package-Type: ddeb Source: ros-lyrical-mujoco-3d-lidar Version: 0.1.2-1resolute.20260907.191036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jodi Graf" Installed-Size: 202 Depends: ros-lyrical-mujoco-3d-lidar (= 0.1.2-1resolute.20260907.191036) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-3d-lidar/ros-lyrical-mujoco-3d-lidar-dbgsym_0.1.2-1resolute.20260907.191036_amd64.deb Size: 176398 SHA256: 0ca75bce91175b489c62f14ec1e1d23fc4aef1537230f8487c65f77a14034839 SHA1: 8f5578b74f47312828e127192d81f15857997f69 MD5sum: be5cfdbd84d1ed069e8dacc4465f0517 Description: debug symbols for ros-lyrical-mujoco-3d-lidar Build-Ids: 1c0d2c97b4bcec0fc0b604ade7a1e4f51ab50635 Package: ros-lyrical-mujoco-ros2-control Version: 0.1.2-1resolute.20260908.112525 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 2263 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-mujoco-vendor, libeigen3-dev, libfmt-dev, libglfw3-dev, libtinyxml2-dev, python3-minimal, python3-numpy, python3-pip, python3-pykdl, python3-venv, ros-lyrical-ament-index-cpp, ros-lyrical-ament-index-python, ros-lyrical-backward-ros, ros-lyrical-control-toolbox, ros-lyrical-controller-manager, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-mujoco-ros2-control-msgs, ros-lyrical-mujoco-ros2-control-plugins, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-ros2pkg, ros-lyrical-rosgraph-msgs, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-transmission-interface, ros-lyrical-urdfdom-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-ros2-control/ros-lyrical-mujoco-ros2-control_0.1.2-1resolute.20260908.112525_amd64.deb Size: 589578 SHA256: 7571895c93467e69ae196ed0a435ebc1a1a587150a652dad48af00d2465e7478 SHA1: d35f738b1131139415d0c7e08707b0b2a3c199d1 MD5sum: 839984f8224f20747bc000051a9b27fa Description: ros2_control wrapper for the MuJoCo Simulate application Package: ros-lyrical-mujoco-ros2-control-dbgsym Package-Type: ddeb Source: ros-lyrical-mujoco-ros2-control Version: 0.1.2-1resolute.20260908.112525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 7874 Depends: ros-lyrical-mujoco-ros2-control (= 0.1.2-1resolute.20260908.112525) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-ros2-control/ros-lyrical-mujoco-ros2-control-dbgsym_0.1.2-1resolute.20260908.112525_amd64.deb Size: 7002010 SHA256: 84155920429f3c01e1dc769760679efa4cc3900084d11d979790ba09b898e897 SHA1: e6c149ebdd2d6d11eca725fbcc9d01aa4ae8c7cd MD5sum: 6003f5127e45ef7e808feb5bc81ff87a Description: debug symbols for ros-lyrical-mujoco-ros2-control Build-Ids: 29b6fa3fabf1f8726f9e328056e08dec26f89a46 70ede5ef8e0ab421d82f40277ca9b5f4c4707279 Package: ros-lyrical-mujoco-ros2-control-demos Version: 0.1.2-1resolute.20260908.161915 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 150 Depends: ros-lyrical-controller-manager, ros-lyrical-forward-command-controller, ros-lyrical-joint-state-broadcaster, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-mujoco-ros2-control, ros-lyrical-mujoco-ros2-control-msgs, ros-lyrical-pose-broadcaster, ros-lyrical-robot-state-publisher, ros-lyrical-rviz2, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control_demos/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-ros2-control-demos/ros-lyrical-mujoco-ros2-control-demos_0.1.2-1resolute.20260908.161915_amd64.deb Size: 22008 SHA256: 21ac9afbb89f01db6b84be32c5ef060b398d067661c4751afe7a3d7a11e620c7 SHA1: 8cbe8093a4023d1d57498a75a4596ddfa8c11168 MD5sum: 7cd6a53b7dbabf2fd14902b993c3e65e Description: Demonstration examples for mujoco_ros2_control package Package: ros-lyrical-mujoco-ros2-control-msgs Version: 0.1.2-1resolute.20260907.191042 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 3523 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-ros2-control-msgs/ros-lyrical-mujoco-ros2-control-msgs_0.1.2-1resolute.20260907.191042_amd64.deb Size: 248456 SHA256: f57ff94bf9a2cda67c77697e4956662c337ec62bb46cd7a99e5a82a712f93d83 SHA1: 280895b5c49d4403f7871d8829d6e130df20ea02 MD5sum: 8fed2f34b2cbf7872188053856c42e0d Description: msgs for mujoco_ros2_control package Package: ros-lyrical-mujoco-ros2-control-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-mujoco-ros2-control-msgs Version: 0.1.2-1resolute.20260907.191042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 2964 Depends: ros-lyrical-mujoco-ros2-control-msgs (= 0.1.2-1resolute.20260907.191042) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-ros2-control-msgs/ros-lyrical-mujoco-ros2-control-msgs-dbgsym_0.1.2-1resolute.20260907.191042_amd64.deb Size: 2270376 SHA256: 7c0172feab0e396229598e19bc42224fcfe6d809efbd03b57f10a825467cb73b SHA1: e7d960f6ae3780c2c1903bc746ccfffda4518873 MD5sum: dab2a7d365b27d5620368c7f254722bc Description: debug symbols for ros-lyrical-mujoco-ros2-control-msgs Build-Ids: 3a15178e928e4dda40872275b91c477203b69d76 4aac40d37d08917dd394cea9dfe1680c4c0f2237 b627d3bc0155f6fa58e338949f5995cfb9f80b3b b9ef0d41568a73303d72f443f04ea3ead95a5ae0 bd9f4069875ecdc86d41c3cc833e4af6d62ac507 e9fd8195f4d2387372f3153b1deaf38061f6f29e ef6645a62c84c64a0da6898aaff2836f365f9e37 f198794c21deea50c6844914520f0e042a6caff5 f79f9f2d8fa392d35dead9958b9809adf7ea8b2c f8a37ab41e4ba36670dbd979fc8887fdb1d8186e fb8a46900d6898b77a6ec5a2bc64202c46447bb6 Package: ros-lyrical-mujoco-ros2-control-plugins Version: 0.1.2-1resolute.20260907.192326 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 1505 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libegl1, libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 14), ros-lyrical-mujoco-vendor, libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-mujoco-ros2-control-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-realtime-tools, ros-lyrical-ros2-control-cmake, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-ros2-control-plugins/ros-lyrical-mujoco-ros2-control-plugins_0.1.2-1resolute.20260907.192326_amd64.deb Size: 337192 SHA256: cbd1a05056dc43b2fe44febdb7d17de687f01971fc4d84abd1fc85d65807fb61 SHA1: 65224cf845a9148a7d36cd163d3c1a990b3b9267 MD5sum: 4bcf23faa9c40b9b31006c5191d34d11 Description: Plugin package for mujoco_ros2_control Package: ros-lyrical-mujoco-ros2-control-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-mujoco-ros2-control-plugins Version: 0.1.2-1resolute.20260907.192326 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 8318 Depends: ros-lyrical-mujoco-ros2-control-plugins (= 0.1.2-1resolute.20260907.192326) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-ros2-control-plugins/ros-lyrical-mujoco-ros2-control-plugins-dbgsym_0.1.2-1resolute.20260907.192326_amd64.deb Size: 7206108 SHA256: 2b40c02876e2c0da9fde229cf16e55bfb60be9dc209facaf4404b55b0e351999 SHA1: dee6af877694724201ab06ca5737b944167a6760 MD5sum: 2a18b178fb29772e2efe8ddf8e09bce1 Description: debug symbols for ros-lyrical-mujoco-ros2-control-plugins Build-Ids: 447d6fb0517790e283dabe8f2e97a1f9864a194d Package: ros-lyrical-mujoco-vendor Version: 0.1.0-1resolute.20260826.114034 Architecture: amd64 Maintainer: "Sai Kishor Kothakota" Installed-Size: 84000 Depends: libc6 (>= 2.34), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/mujoco_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mujoco-vendor/ros-lyrical-mujoco-vendor_0.1.0-1resolute.20260826.114034_amd64.deb Size: 21577512 SHA256: 4077d84e882ffb80cc61b4ce8d7527b1e5ec75cdd7f4d96318cfef401e4d6652 SHA1: b21dca534a3242bdef169f2728efb37bfc59fee9 MD5sum: 6f456a31b14fea29c532ba912da826bd Description: Vendor package for MuJoCo simulator of version 3.12.0 Package: ros-lyrical-multires-image Version: 4.0.3-1resolute.20260914.092519 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 409 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6opengl6 (>= 6.1.2), libqt6openglwidgets6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), python3-pyproj, python3-yaml, qt6-base-dev, ros-lyrical-geometry-msgs, ros-lyrical-gps-msgs, ros-lyrical-mapviz, ros-lyrical-mapviz-interfaces, ros-lyrical-marti-common-msgs, ros-lyrical-pluginlib, ros-lyrical-qt-gui-cpp, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-swri-math-util, ros-lyrical-swri-transform-util, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-multires-image/ros-lyrical-multires-image_4.0.3-1resolute.20260914.092519_amd64.deb Size: 100608 SHA256: e7f42297150866431e309e1d641b2ea63d945656b4480dd98eb0db36f2f2097d SHA1: fc49ea7c59eb65efb490a24ac31ab13b1987bd5c MD5sum: bd1edc273b33135cee8f2bd626933ea1 Description: multires_image Package: ros-lyrical-multires-image-dbgsym Package-Type: ddeb Source: ros-lyrical-multires-image Version: 4.0.3-1resolute.20260914.092519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4312 Depends: ros-lyrical-multires-image (= 4.0.3-1resolute.20260914.092519) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-multires-image/ros-lyrical-multires-image-dbgsym_4.0.3-1resolute.20260914.092519_amd64.deb Size: 4242648 SHA256: 99f5b9aaeb154fa81e9d8be478e39a9df9198e2149dce4d97b8edb53ee2b6361 SHA1: cd2801eaf7b3502ce805b938156d1ee14d7bed16 MD5sum: b14c48b1d0fa0321b1b8c2f70895427c Description: debug symbols for ros-lyrical-multires-image Build-Ids: 3305b4f20e50806583b91f1469902ec8bf2db395 979074bac52f29f37b605877aefa54cd3ac12296 c9443fa84f7839e0e1f8c2585e5d76fa5862ebf8 e76f61161468b6d86ba07449e1ed56579dfde354 Package: ros-lyrical-mvsim Version: 1.4.0-1resolute.20260901.212952 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13938 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), libzmq5 (>= 4.0.1+dfsg), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libgui, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libmath, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libopengl, ros-lyrical-mrpt-libposes, cppzmq-dev, libboost-all-dev, libprotobuf-dev, libprotoc-dev, libzmq3-dev, protobuf-compiler, pybind11-dev, python3-pip, python3-protobuf, python3-venv, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-libtclap, ros-lyrical-nav-msgs, ros-lyrical-ros2launch, ros-lyrical-sensor-msgs, ros-lyrical-stereo-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-visualization-msgs, unzip, wget, ros-lyrical-ros-workspace Homepage: https://wiki.ros.org/mvsim Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mvsim/ros-lyrical-mvsim_1.4.0-1resolute.20260901.212952_amd64.deb Size: 3263054 SHA256: 9a946b388e5435d015b7d9ae308fd6aebafbc554e5890aae97c0a69a1c1c7b1f SHA1: f39f5f4ce1ad146dd8461c0e4ac50823f187ade8 MD5sum: 21babb575e4e6a0bb6b19a916b8404e2 Description: A lightweight multivehicle simulation framework. Package: ros-lyrical-mvsim-dbgsym Package-Type: ddeb Source: ros-lyrical-mvsim Version: 1.4.0-1resolute.20260901.212952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 38825 Depends: ros-lyrical-mvsim (= 1.4.0-1resolute.20260901.212952) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-mvsim/ros-lyrical-mvsim-dbgsym_1.4.0-1resolute.20260901.212952_amd64.deb Size: 36870266 SHA256: 0a1c1e08ce2bde26062aad23593201fcc5407967c4fb09fd3d39462836737191 SHA1: 292ba25a9b3c6337dc58ac59b25334d171019683 MD5sum: 333f67f44397b9f2b0a202ab2d643186 Description: debug symbols for ros-lyrical-mvsim Build-Ids: 2257aa42e8dc9f61e70d2d980017ac50627e4d83 398fe1693c51a41e96ce08be5f33c44a986faa61 612be75bbdd10d25227422a3f8cb694916d0604e 65550568301c7f6c75aed7ac39826264a8dd6774 67a5d80052585dd0dc4d43620194b2da91da54d1 cf71ac672bdf9eb5030f1ee903be74ec34f5e37a ead54e88f4741c95ddc1c46ae429d9901f7b7f48 Package: ros-lyrical-nanoeigenpy Version: 0.5.0-3resolute.20260728.173323 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 2049 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 14), libeigen3-dev, nanobind-dev, python3-dev, python3-numpy, python3-scipy, ros-lyrical-ros-workspace Homepage: https://github.com/Simple-Robotics/nanoeigenpy Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nanoeigenpy/ros-lyrical-nanoeigenpy_0.5.0-3resolute.20260728.173323_amd64.deb Size: 607988 SHA256: 9783562c77ca0b7d170d0476c41771d070704feec64b2d0cf40a6c68d72e91af SHA1: e7805866a5a0cd4c1ee1348cfb6515f7d4e698a2 MD5sum: ea8c6c3d98959d18c8e48b2854abb2d5 Description: A support library for bindings between Eigen in C++ and Python, based on nanobind Package: ros-lyrical-nanoeigenpy-dbgsym Package-Type: ddeb Source: ros-lyrical-nanoeigenpy Version: 0.5.0-3resolute.20260728.173323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 30381 Depends: ros-lyrical-nanoeigenpy (= 0.5.0-3resolute.20260728.173323) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nanoeigenpy/ros-lyrical-nanoeigenpy-dbgsym_0.5.0-3resolute.20260728.173323_amd64.deb Size: 29436554 SHA256: 2ef79489388952013ff526f7ae1c32ee8da49b92dc3b1b8f906849534447f593 SHA1: 58ab7e4974f7c57741d072a783410d47498c805c MD5sum: 34d7d1df0859dbcf08bdd6cccc31d79b Description: debug symbols for ros-lyrical-nanoeigenpy Build-Ids: afda2cc376a318d0d34660f2dcb709b6507de470 Package: ros-lyrical-nanoflann Version: 1.11.0-1resolute.20260731.134841 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 193 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/jlblancoc/nanoflann Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nanoflann/ros-lyrical-nanoflann_1.11.0-1resolute.20260731.134841_amd64.deb Size: 40214 SHA256: cf440a2a86ca82ee4ab727a3751934ed088a1b2e3224df0d808e858a768dfa63 SHA1: b983d35328a1472d9407a9d3ec1d7ad1cadc5096 MD5sum: a578a2cf95b64ec2e2a90b74b211ab5c Description: nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees, optimized for point clouds and Eigen matrices. Package: ros-lyrical-nanoflann-vendor Version: 1.12.1-1resolute.20260813.023746 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 200 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/jlblancoc/nanoflann Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nanoflann-vendor/ros-lyrical-nanoflann-vendor_1.12.1-1resolute.20260813.023746_amd64.deb Size: 42412 SHA256: cbc7f4c459ddccdfdc92d5d3d06dd7e972351aebc52c6989a5ecb686c45f9a93 SHA1: 52b1e0e11d6259ab90e099c51f4c9d05472e2f79 MD5sum: d875c526831d6074eaeb8cf64f24af28 Description: nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees, optimized for point clouds and Eigen matrices. Package: ros-lyrical-nao-button-sim Version: 1.0.1-3resolute.20260901.121755 Architecture: amd64 Maintainer: ijnek Installed-Size: 43 Depends: ros-lyrical-nao-lola-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nao_button_sim/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-button-sim/ros-lyrical-nao-button-sim_1.0.1-3resolute.20260901.121755_amd64.deb Size: 7362 SHA256: 43b846060820827e510b2e121cc93300bab8db42c71992d19fa05d39e49da4cd SHA1: 428b35dc2eb0d6a1b24082871f0043da4656114e MD5sum: ecfc73615c2ed16bc17744b1ecaa6785 Description: Allows simulating button presses through command line interface Package: ros-lyrical-nao-command-msgs Version: 1.0.0-4resolute.20260901.110927 Architecture: amd64 Maintainer: ijnek Installed-Size: 1961 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nao_command_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-command-msgs/ros-lyrical-nao-command-msgs_1.0.0-4resolute.20260901.110927_amd64.deb Size: 155024 SHA256: 49417e0d1d1b0c8bdf64c10cc3eafdf719da30bf7e8a723378f6aeb88aa4aca0 SHA1: 8a1a7d0a5b53907cc615eb3babb1f1a65e8cbba0 MD5sum: dfa94b1538e9f009cc04871483dcaeb8 Description: Package defining command msgs to be sent to NAO robot. Package: ros-lyrical-nao-command-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-nao-command-msgs Version: 1.0.0-4resolute.20260901.110927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1902 Depends: ros-lyrical-nao-command-msgs (= 1.0.0-4resolute.20260901.110927) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-command-msgs/ros-lyrical-nao-command-msgs-dbgsym_1.0.0-4resolute.20260901.110927_amd64.deb Size: 1480374 SHA256: c02b90ee8f6ce61b54d39526e3b45df76d438551d48da447f4ee871a1adea167 SHA1: cd4e1c1a4d6f0cde220d593d96ad3fa8741b9e18 MD5sum: 80fd86ab52c7392f691768c0b04fda56 Description: debug symbols for ros-lyrical-nao-command-msgs Build-Ids: 03869d6ca36f5930925b6c314b36594b09fa0950 0b105f52262d89fc5120a35f27ce044d240e8421 2eb6e7c879c8cfb4dda6fbf13cd0fa7e0449c885 3b3963de516e98e18b4442e6b92c0d761bf3a23b 56f2822332f979c631f2732a6604082b98d3955b 763c07d89ab10ea2c952c083f515fcb251343b5e ae6e9dde3e18914b1848fe8bff63ebd342566cd2 b25c78944a7b7d2b11afc930eb32da57f417a620 c8d5a53b0324c8595ae82e246d4d9a96750a5bb8 c97964f4a53c36a6c2a9e0f061b06253cfa97fcd ef7785f01a52dd651eeacbb7df6fb5b06775aff9 Package: ros-lyrical-nao-lola-command-msgs Version: 1.3.0-3resolute.20260901.111007 Architecture: amd64 Maintainer: ijnek Installed-Size: 2014 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nao_lola_command_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-lola-command-msgs/ros-lyrical-nao-lola-command-msgs_1.3.0-3resolute.20260901.111007_amd64.deb Size: 155976 SHA256: ee0887caf0d8c4fe7f05af1185e943e30464714a3460de803a83e8f9bee0e013 SHA1: 0666c828ab7cbd28e1a1010996b66d1bab102f1a MD5sum: d837c6eb089cf10b153647a6fc83ff91 Description: Package defining command msgs to be sent to NAO robot. Package: ros-lyrical-nao-lola-command-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-nao-lola-command-msgs Version: 1.3.0-3resolute.20260901.111007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1910 Depends: ros-lyrical-nao-lola-command-msgs (= 1.3.0-3resolute.20260901.111007) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-lola-command-msgs/ros-lyrical-nao-lola-command-msgs-dbgsym_1.3.0-3resolute.20260901.111007_amd64.deb Size: 1481514 SHA256: 01fa6b8cfcd23528c2c703473318e7770fe1d73c4a8a7bb9062a3615538f8b4d SHA1: b30bcb2f95ed1c513aa884bbd0a12e79c5c790c1 MD5sum: 28c05f4e0ec7318c3b376501426dd949 Description: debug symbols for ros-lyrical-nao-lola-command-msgs Build-Ids: 0b3105f5f82ee44f28e0066f4eb9a42044aa70df 4386267334cdae7fc5f89c254ef9239dd8e037c0 498799e8bfa0f00e210411f8eacdfe5c1073abfa 4ffe7dcddbaf35c38ea19da8cff058ff707766db 72d779d642d480d174565a15c9aea377a767db06 95e553f660202aa94d6ace659076ea3cdce18f21 dfad9c97c21ac9961fda0787ba66dfee9a935d85 e83a86b2e3d998227bffd6e0aac259fd4916e9cc f1d5fea1ac0bc49de940f53f6382075cb4f4b7ec f7e175e58f70bb0de4e30d049e1bca1fd3be5e90 fbdd3f3b87cde24f0b6ed61d6e368dfc2a8584a5 Package: ros-lyrical-nao-lola-sensor-msgs Version: 1.3.0-3resolute.20260901.111027 Architecture: amd64 Maintainer: ijnek Installed-Size: 2242 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nao_lola_sensor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-lola-sensor-msgs/ros-lyrical-nao-lola-sensor-msgs_1.3.0-3resolute.20260901.111027_amd64.deb Size: 153548 SHA256: 65965b7e1f8799e51e1d294dd6ed5f2a8385d638620e65cbbc4d25ad46d194c6 SHA1: 77b98f1b68817d3ded4261bac64b83df65e80b2e MD5sum: e077934ee256432bfd17dcdd4c941076 Description: Package defining sensor msgs to be received from NAO robot. Package: ros-lyrical-nao-lola-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-nao-lola-sensor-msgs Version: 1.3.0-3resolute.20260901.111027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1668 Depends: ros-lyrical-nao-lola-sensor-msgs (= 1.3.0-3resolute.20260901.111027) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-lola-sensor-msgs/ros-lyrical-nao-lola-sensor-msgs-dbgsym_1.3.0-3resolute.20260901.111027_amd64.deb Size: 1229962 SHA256: 28af518b4fedbae28ce4e6cbd23dedd9fb361dad6fc0bd309856e8e07fc75fab SHA1: bb1d2c15099ab09c02984be7907ee88728e7e1a4 MD5sum: 77f28ebbd3b259dccff8cf8fe984e3c1 Description: debug symbols for ros-lyrical-nao-lola-sensor-msgs Build-Ids: 1f9eb7c7c29b065897e1983ab2b513b624515a34 5b1b6d63dc88a548979b092f0d31327f480d5b5b 665df27f853d8e4d048ee017d56bb836090acfb3 78bb693b8bf3c597a1fe0609ecf1e5f306fcd848 840375689da0aad71a03388244dbc262dbd17d4b 8896d344bfb28390a14ee28de3091997814ce1de 9e769bccd8bf515875c95533821b1e7228760672 bcee57aaa27240ef49392f6cf3d9913addcd1a2a befe92a4193ab2e92213b29e98d90b720ef2ac03 f1c5b480ba4322de29f2b35186a2b498c0c5fd86 f859dd0fb771e6b8d5e68329023b4910d6660033 Package: ros-lyrical-nao-sensor-msgs Version: 1.0.0-4resolute.20260901.111022 Architecture: amd64 Maintainer: ijnek Installed-Size: 2183 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nao_sensor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-sensor-msgs/ros-lyrical-nao-sensor-msgs_1.0.0-4resolute.20260901.111022_amd64.deb Size: 152076 SHA256: 3bc5fe0308feb3c8b376ea5f43eeeda6f698be4452ee26294ec0d0b3c4d71ea8 SHA1: fa50a8339e3eec29703bb4d829ea4bf28e4e7506 MD5sum: d952a3bf732d7bb790689eafe76c46da Description: Package defining sensor msgs to be received from NAO robot. Package: ros-lyrical-nao-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-nao-sensor-msgs Version: 1.0.0-4resolute.20260901.111022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1656 Depends: ros-lyrical-nao-sensor-msgs (= 1.0.0-4resolute.20260901.111022) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nao-sensor-msgs/ros-lyrical-nao-sensor-msgs-dbgsym_1.0.0-4resolute.20260901.111022_amd64.deb Size: 1230698 SHA256: b47221812a5eeea617251ed43d967d67bc3ad623e5dfe11e6a5d20f267372ed1 SHA1: be6048adbfa959c7d5010e6343f80a4dccb35e5a MD5sum: cbdc0b266e1d743b27a488003bf08cbc Description: debug symbols for ros-lyrical-nao-sensor-msgs Build-Ids: 0b60a33515167e2451cd80538c4051718a2a31a7 2ea2201f61163aad8f47c772861966e8d46f8a70 3a5adb300bfa21fcd370a9f6e02592db84a011a9 70e470cd107def387b781313e4f2332aa3610131 80fdec7d444a2dcc680dd77e20943b75196824fa b374bd03d87a108ab0682ccdfcbcfc63c0e69516 b838c8328dd0994d42764a45543bd429c7bd0410 df27f826a162d27db615c71d083f98dad48ffff4 e39636a9f6b9b72520e2e8d6bcfe2132c20a68ff e5e8be47cf96ab96d399fd53bec3874673e78f1b e70ed790cb6d5e386f73857424f0832bc93e4473 Package: ros-lyrical-nav-2d-msgs Version: 1.5.1-1resolute.20260901.121537 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 795 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav_2d_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav-2d-msgs/ros-lyrical-nav-2d-msgs_1.5.1-1resolute.20260901.121537_amd64.deb Size: 64428 SHA256: 395da0123a6bf18f0e724790bd38992ba7d9c2f377d2f577950f8b44accba656 SHA1: 292039a7688adb5a5b02432e938dd10595ff1183 MD5sum: 114563151c85eb911cc6138d6db8a997 Description: Basic message types for two dimensional navigation, extending from geometry_msgs::Pose. Package: ros-lyrical-nav-2d-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-nav-2d-msgs Version: 1.5.1-1resolute.20260901.121537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 595 Depends: ros-lyrical-nav-2d-msgs (= 1.5.1-1resolute.20260901.121537) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav-2d-msgs/ros-lyrical-nav-2d-msgs-dbgsym_1.5.1-1resolute.20260901.121537_amd64.deb Size: 401812 SHA256: 21caea7f40de9d73ba05f91a5e02781075388c584c4c219db79213673814f170 SHA1: 1c935812e04acd09834f29776c4cef3972065e09 MD5sum: b7fd367b43f3626b07acb8f6ea74e95b Description: debug symbols for ros-lyrical-nav-2d-msgs Build-Ids: 03b46f7a8c17bce97741a8c977d93abd0971a4fe 2a88c33da85ddbcd0e02b16e5e61055d464b62df 41453c90bdb9732b8775e3ce7f1eb00e0ed21e94 4d846faf2eec4e15703d99d2243642c620780273 88a8290ce237273c0277a9c27cbeb2d62d03615b 8d8cf4bb6e6018de6ebdd1e643731bf4f71c82d0 ab2cfd92e017b5bcef472bf2349a407897c30426 c9b5d7cf5df6cc153dc750d5a97895e0a01d43af d0d486a6a53ad717bd4edf969ef6abaf2ad42744 da1b04f2a1486bfad27b3b7bde3f196a27ca1f43 fc6798c659eff7635e679cf00deb97d57f0a6753 Package: ros-lyrical-nav-2d-utils Version: 1.5.1-1resolute.20260901.212847 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 106 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-2d-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-msgs, ros-lyrical-nav2-util, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav_2d_utils/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav-2d-utils/ros-lyrical-nav-2d-utils_1.5.1-1resolute.20260901.212847_amd64.deb Size: 17678 SHA256: 8cb0d6b0b7cb3d3ff693c95df36c6c1397830b5f5b89f3e6d2e35de9906eae54 SHA1: fc72f19c2bfc71a5b90833be54ee325f830e3890 MD5sum: 4b363b774541bf8685a110cf78689fac Description: A handful of useful utility functions for nav_2d packages. Package: ros-lyrical-nav-2d-utils-dbgsym Package-Type: ddeb Source: ros-lyrical-nav-2d-utils Version: 1.5.1-1resolute.20260901.212847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 216 Depends: ros-lyrical-nav-2d-utils (= 1.5.1-1resolute.20260901.212847) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav-2d-utils/ros-lyrical-nav-2d-utils-dbgsym_1.5.1-1resolute.20260901.212847_amd64.deb Size: 190026 SHA256: 39c3793d0853f788d1d67eb96e7c4b035f10971bed8967c64c978f253a23ca0a SHA1: f1d3000d367149fcf6c62f710f89541f952e5f0e MD5sum: 6d705c498c0f357bf27abdcef40cf2f3 Description: debug symbols for ros-lyrical-nav-2d-utils Build-Ids: 5ed8ad52578fd026e487a57c129e2e216ba1db8c 81c87acbb4f20a5c80f55ea31917630b24574f3a Package: ros-lyrical-nav-msgs Version: 5.9.3-1resolute.20260901.133948 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3260 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav-msgs/ros-lyrical-nav-msgs_5.9.3-1resolute.20260901.133948_amd64.deb Size: 248314 SHA256: 676464e37e5ebc9049ed6018066f08222897ed94028861399209cb51b8a021aa SHA1: 2007a785d0b2b2b64257609e270bb6d0cf47d724 MD5sum: 32a8993011674e3f1c1b660d4184fada Description: A package containing some navigation related message and service definitions. Package: ros-lyrical-nav-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-nav-msgs Version: 5.9.3-1resolute.20260901.133948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 2844 Depends: ros-lyrical-nav-msgs (= 5.9.3-1resolute.20260901.133948) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav-msgs/ros-lyrical-nav-msgs-dbgsym_5.9.3-1resolute.20260901.133948_amd64.deb Size: 2236042 SHA256: fbbb4aaae6ceddde8fdea5fe135bc75947284ff607693e7350aad98a4dc67cf2 SHA1: 4641471a0eccdc5b862d360a773a9820eff4d0ec MD5sum: d8d4f86c771bd873dee9de6d90649ed3 Description: debug symbols for ros-lyrical-nav-msgs Build-Ids: 00f64f9120110d8c90ed61d7b6fe91ddbb32e880 0f810e26103e91e4a424f7fe61f836976312f32d 13907154c60ea95e433c0065fcb54cc7f0870e18 45f63656faeec10abfcc24142c45d5dc68ee70dd 4a6fc1024ad8cae675bff53ab06e53f5741f384d 7ee2c2c3ed2c4f59cef10e867b1e6a4aca4322d5 951b1e78ec36689c7af0f6adf24eaaf62292c37c b936627f941d9334ac109ac9911a59da018104b2 e292f946a34e59f0b2727df004e94b3fbde0d0af fbecfe5e1f78515ec3f5e646c7d1910cd4725b97 fc08b05168eb92c5176f753ae6554117b8f13e81 Package: ros-lyrical-nav2-amcl Version: 1.5.1-1resolute.20260901.213054 Architecture: amd64 Maintainer: "Mohammad Haghighipanah" Installed-Size: 2009 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_amcl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-amcl/ros-lyrical-nav2-amcl_1.5.1-1resolute.20260901.213054_amd64.deb Size: 396622 SHA256: e039430bc079b44f2d861fa85abbaa9e9adbe3f96f8b224b3023645b0ea920b4 SHA1: b7f60682e55b2128409f3ce988eb0adc017d6cea MD5sum: 40ea2678a2111a2e440621ea2d06b606 Description: amcl is a probabilistic localization system for a robot moving in 2D. It implements the adaptive (or KLD-sampling) Monte Carlo localization approach (as described by Dieter Fox), which uses a particle filter to track the pose of a robot against a known map. This node is derived, with thanks, from Andrew Howard's excellent 'amcl' Player driver. Package: ros-lyrical-nav2-amcl-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-amcl Version: 1.5.1-1resolute.20260901.213054 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mohammad Haghighipanah" Installed-Size: 8656 Depends: ros-lyrical-nav2-amcl (= 1.5.1-1resolute.20260901.213054) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-amcl/ros-lyrical-nav2-amcl-dbgsym_1.5.1-1resolute.20260901.213054_amd64.deb Size: 7077064 SHA256: 5f718e930f4f35f2fdd229166058b13cdc0f5afe5475e75a2a7768ffc74225d1 SHA1: 990c82bbc0538ce30e23b3883033ab4e47b9e722 MD5sum: ca83c98fc3fe496a78cdacd48378afea Description: debug symbols for ros-lyrical-nav2-amcl Build-Ids: 6ed984d5483354f235344f19d91f7ea73628ffb0 9700b307c0260d321d635c856f80921eab868f8c b7cfbdfbb041cec23b1b2a096807757e94e1a070 be2f60c6ae9119570d298a4ba96f2d9b97a82700 c42a6a4a65405ad230698f1f71ff80e75c802e26 ca8d192e1564462a621226a10bf517fab691051e Package: ros-lyrical-nav2-behavior-tree Version: 1.5.1-1resolute.20260901.212233 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 19553 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-action-msgs, ros-lyrical-backward-ros, ros-lyrical-behaviortree-cpp, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_behavior_tree/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-behavior-tree/ros-lyrical-nav2-behavior-tree_1.5.1-1resolute.20260901.212233_amd64.deb Size: 2773248 SHA256: 273b7f8fae75f173d62e4583f1aa9e6bf0a0b988d0bfc16210b5fc03f0ede4ad SHA1: 9dcb92402449d48b9114fbd65ce63c2a04ca0660 MD5sum: ccb98fc23c618242aaf49808bf7bbb91 Description: Nav2 behavior tree wrappers, nodes, and utilities Package: ros-lyrical-nav2-behavior-tree-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-behavior-tree Version: 1.5.1-1resolute.20260901.212233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 122827 Depends: ros-lyrical-nav2-behavior-tree (= 1.5.1-1resolute.20260901.212233) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-behavior-tree/ros-lyrical-nav2-behavior-tree-dbgsym_1.5.1-1resolute.20260901.212233_amd64.deb Size: 112564836 SHA256: d98afddc4389ad730f8f53ae527679ea3bdee38eff86603bff86070703f5b314 SHA1: 7d4f57e8c75d7c8a1100e55b516b8c8e00d5f45d MD5sum: 3d4e0c7ef2abacae6acd65fbb4d68ac1 Description: debug symbols for ros-lyrical-nav2-behavior-tree Build-Ids: 01e9abfdc595d32ef03bef408d5535fd13eda823 07c95a4c011d59966f29a4a3e4800ad8fae70027 0db627192b44de2967149d8943972c720d6f3692 1fa6977a21dea515a109650ee1bc97b42ac9f3ca 2789cf1975a4bfb90c9616d3e160b8fde5fc8e0c 2b4c2843bf70f68717c4fa458f92a6e80843cce0 2ba27a5fb2da770d7a1335b8800b6efcc4c43364 305d3d35d9e0df3c22d1b001c48b4bdf0f58d16d 327887f661825ca47d1921c3b2dc58721d6a476b 35497c00022efc3a2c4668b414aa34bb4055cb49 36f2c950a35881ef51bf2fae28b30fcee2cb2b34 392dc5c3c8e800c434c068ede8e80587e09d30af 39e9d9c4388bcafdde2a80129ad128b92f374828 3cb032fa90db502e265691a2d1bd79b0f291f448 3de403d06a90955cea4fced259fcb4ecf4c8cbc6 3ed43124d1f8f035ad2ce6a08aaa5fb58a9319d2 3f729651e2a05760e783ff1124fead94671d4d6e 3fc08bb533b716929e4c2f4f739b8c6c0aa4ef8e 4011f644659e65d2471aed5aa0a897bc08d6526b 4245ea71ae1ca0f7aecbbe6f4474535c9610b043 451b50454d4fd309ec09580e9ccd88dddf48b56d 45b1db61c0988e2ab21c0181371e73d6a523fca1 468b2749d71448bac3a511ada254f0f1aa1946ca 4f1d8f590660cf763b86171da940852b6c6b62a7 5152f45afd42bc20cf02f9db43fe2091cdd8ab83 524a62e91d1a203ebb7a5ceb8f366124e7157f2c 53c98ab065fc403ad7cdfc38c1e476f4c1eba0af 57ca2faca97592cfc67462d02493c94086e4df06 5872da9dff4d6fcc274110d88ec4136757f72524 5a9b4d19d8fdda53883289d4cd31a3f45ed07b6d 5da6f3617d8fa503da0f65579aba095e95a1e5df 5ddfc51bdb0f50d5024245bf6e6f0ca1dc8e6cb6 5e9897021e8717d0455beaf2df78a0f3eb8cd762 6492605d44ebe54422be0cac260a30f4400b677e 6a1096c42d7f7da38f06fd3dda560bcf5b1e6625 6d9a18c866043c20b8c05880b7f6a741c9e03e39 71d1de7df14d3487ace944d24ce8d8dc180a3b6b 7561631ae94d3c097de7d127a20ce8f68f210e28 7658188a1222298dc5b8166d42937906f3631e5d 7c5a676418fddcddf308704445b9025265465eb2 84bcb7cfb5a153821ee4d193c8ed3d070c8ca859 87b2d5c3338108ad76600ffc805408227b3f3a33 8a4370f09c6eea1067f8d516ec11a669c86fb5c6 91725fc7e69b2361dc7ae5c53dfb74639670373a 9324d32a2cd844d3fc5cd901c4fb58ad08383629 96791ba406eebe81960f89b19a43585df568ef52 97f1309616a668b699efd50a58efa1f91a5fdfcd a53a9d56a04c00d377dfa381603fc31477ad0844 a6038234392ec32f6f04d2e3395d28078aa414d0 abb3069eda7b6165fa5a286cd073bc3092af1dd5 b0d56752ce003946cf4d58492d31403448f9b58f b6877c3b77af88b7421f684f2ffce04a6e83efd8 b8b8918e5f7bc79ecf561cf22fffc21e34be30a7 b95223726b9ff849cbad4aacc952209fa3555cca b963a794f097c382a2d55ed5899ba026a125098f baa927f187c74c10337da2857d5996de394e489b be781820bc5f321e606879db6bd5acabb6490b9b c305bbcfbf3fd418a311ff713fb99cea315d1a51 c55d89877f1088232cbdb13e4114369372099066 cd6300bd6aea97878eb27f4ac7b0a9c54e81a8d0 d26ad7b5a8c827afbc782bfa036a4449248a394c d6a7f960aa5b36a731dc187056bc8f16ebe85c8d d810478881c1f1644e793fee0be0b7d463165e19 d89f6cc76107dd7f131c4494a73a4e50a1adef48 e395aefb47ff48a0e64be8cfd4f6fa7e39fa44d6 e4acd6b1a46a6e5504dabafa8d393d570a6553d0 e5329649c4030948e1f5ea3ea133dbaf4cda571b e7723cb75b82350ea0e47f3eab2acbe32d848f54 ecb439903abe5d3c84e46df83ccb26b256932027 edf9fd9f0fd8cb3210fbc4b307cab2c264b314c3 ee31ba9e3f76c09498eb44fc72f993f030125eb6 f2e6e2f3636192288b65524be0bfe9a1b35ab921 f2ea976eacb0e38bc7fc18e31036813b8251374e f32f50e3dc2aa7bc331bcbb0e4eb26dca9bcb0b9 f4271a56e5fd16ad8004a00b38552ae3f9a6ace2 f6118eb52a7a4b65fa60c1cbded4061998daeecc f6d3387f9f2d839414630025da090c57a956a777 fe63c9eb57848578648b11eaa8225e107075d232 Package: ros-lyrical-nav2-behaviors Version: 1.5.1-1resolute.20260901.221227 Architecture: amd64 Maintainer: "Carlos Orduno" Installed-Size: 4185 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_behaviors/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-behaviors/ros-lyrical-nav2-behaviors_1.5.1-1resolute.20260901.221227_amd64.deb Size: 651724 SHA256: ed2dab02f38f50d5eb87664c4a7b36fd861a597c52261a80a6a40bc0867b9820 SHA1: d3ca2c4e91e622706d29740e5a69519deda9d23d MD5sum: 2b5b6e4a93171228c4d77e62a8b6f27a Description: Nav2 behavior server Package: ros-lyrical-nav2-behaviors-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-behaviors Version: 1.5.1-1resolute.20260901.221227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Orduno" Installed-Size: 19694 Depends: ros-lyrical-nav2-behaviors (= 1.5.1-1resolute.20260901.221227) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-behaviors/ros-lyrical-nav2-behaviors-dbgsym_1.5.1-1resolute.20260901.221227_amd64.deb Size: 16355852 SHA256: 9a01e7ffe67e1320404a7f031b1a1fa09de69888211bc8464d25c4233ef781b8 SHA1: d1c10cb3afbbc9876aa701417d0af7738e5d2c4c MD5sum: a59e1dc11b08605383cf4e888d531f85 Description: debug symbols for ros-lyrical-nav2-behaviors Build-Ids: 185168da334ad2e159a5a1ef2b523fe395e130ba 3b35bcae6f07de18069c81411498908cb12f6138 482603cb7e637f39ba7ea7aa64323058bc546388 ac1ed2d22ad91528602b9116ac1e702a5eb975b4 b11db1b6f5602bf07789b5693f226ccaa89ad60a b3a742203aa798f05bd815038399be3c4bd87eea ffc93f26f23f6796e3dddbdf61cf0b3e9162b555 Package: ros-lyrical-nav2-bringup Version: 1.5.1-1resolute.20260908.164759 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 5939 Depends: ros-lyrical-backward-ros, ros-lyrical-diff-drive-controller, ros-lyrical-joint-state-broadcaster, ros-lyrical-launch-ros, ros-lyrical-nav2-common, ros-lyrical-nav2-loopback-sim, ros-lyrical-nav2-minimal-tb3-sim, ros-lyrical-nav2-minimal-tb4-sim, ros-lyrical-navigation2, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-sim, ros-lyrical-slam-toolbox, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_bringup/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-bringup/ros-lyrical-nav2-bringup_1.5.1-1resolute.20260908.164759_amd64.deb Size: 45342 SHA256: 29710179a6cd9da159b983d42afe4fafc0dabfef1c4e8c5a575d30168339d0d6 SHA1: a62215b4df5e090251eccfee3e0696e8ee450339 MD5sum: aa4997b2e43851aedc980e60c6e1993e Description: Bringup scripts and configurations for the Nav2 stack Package: ros-lyrical-nav2-bt-navigator Version: 1.5.1-1resolute.20260901.221313 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 2719 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-ament-index-cpp, ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-behavior-tree, ros-lyrical-nav2-core, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_bt_navigator/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-bt-navigator/ros-lyrical-nav2-bt-navigator_1.5.1-1resolute.20260901.221313_amd64.deb Size: 568282 SHA256: a5305e82e4dece23c6c53de7229d2341b40c2ed30b724726574e09afd10479c3 SHA1: 6cf854d9c5a21890a72b05f80616878dad4536dc MD5sum: ca7655d82b9d05026ad1c3f11f83930f Description: Nav2 BT Navigator Server Package: ros-lyrical-nav2-bt-navigator-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-bt-navigator Version: 1.5.1-1resolute.20260901.221313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 13660 Depends: ros-lyrical-nav2-bt-navigator (= 1.5.1-1resolute.20260901.221313) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-bt-navigator/ros-lyrical-nav2-bt-navigator-dbgsym_1.5.1-1resolute.20260901.221313_amd64.deb Size: 11915456 SHA256: f1da5ef78d586afafb55739be87b4c65c763efe9bb830f8bbcfc263d6cda9232 SHA1: a873742500659836818f089eb8e0be77a6efe902 MD5sum: e779813fe36a0e8b9ec62ff48b77d749 Description: debug symbols for ros-lyrical-nav2-bt-navigator Build-Ids: 01ad874c002586846281a5e6d23865a56b4d77db ad3248623d1891c5cf16f70a751bcc6e1c1f49d2 ec870584fc8b49824b0a3c0811ea11ac0522a7b4 fb59ac0b502b258f85def688cd46c3c75c0fa9d3 Package: ros-lyrical-nav2-collision-monitor Version: 1.5.1-1resolute.20260901.214314 Architecture: amd64 Maintainer: "Alexey Merzlyakov" Installed-Size: 5854 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-point-cloud-transport, ros-lyrical-point-cloud-transport-plugins, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_collision_monitor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-collision-monitor/ros-lyrical-nav2-collision-monitor_1.5.1-1resolute.20260901.214314_amd64.deb Size: 813276 SHA256: 504e8b5f1488aec8c0756f18ceb7064aa90674a3defa018e60aaa5c0f5b4d54c SHA1: 0f4465d022a16dac360092cbb302cd9d6c081b67 MD5sum: 86858977c93f570badb5256b8943d886 Description: Collision Monitor Package: ros-lyrical-nav2-collision-monitor-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-collision-monitor Version: 1.5.1-1resolute.20260901.214314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexey Merzlyakov" Installed-Size: 32535 Depends: ros-lyrical-nav2-collision-monitor (= 1.5.1-1resolute.20260901.214314) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-collision-monitor/ros-lyrical-nav2-collision-monitor-dbgsym_1.5.1-1resolute.20260901.214314_amd64.deb Size: 27146208 SHA256: 3d08e5859f972c3696e62e0dd52abfe1377beeac16598c1e5cf10d0b855daf4b SHA1: 0deb36f1b84c580c56d1b5cfd34252171c313e48 MD5sum: ae56cdd6333c186360f75c798843184c Description: debug symbols for ros-lyrical-nav2-collision-monitor Build-Ids: 07cb5c6dba070e13da77ad147117478182b56731 3cc9501310a4bdba7fb2f521275570b5d1f49ec8 4de4522888862a696cff6286c4411ffd3df2f6b7 4f9cbe7a89e8f1b61bfff2dbf6498026b46d5684 Package: ros-lyrical-nav2-common Version: 1.5.1-1resolute.20260901.184325 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 93 Depends: python3-typeshed, python3-yaml, ros-lyrical-ament-cmake-core, ros-lyrical-backward-ros, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-osrf-pycommon, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-common/ros-lyrical-nav2-common_1.5.1-1resolute.20260901.184325_amd64.deb Size: 12748 SHA256: 15ac7ee8cefae5dbed81f7c1eae4b98cae409ccb1192a3b72ec70be061293abb SHA1: 1e079ef32d173160c637e4b803b74cdbfbb6e6f0 MD5sum: 443bde4f6490481f06438d09a37a2d9e Description: Common support functionality used throughout the navigation 2 stack Package: ros-lyrical-nav2-constrained-smoother Version: 1.5.1-1resolute.20260901.221433 Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 255 Depends: libc6 (>= 2.32), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_constrained_smoother/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-constrained-smoother/ros-lyrical-nav2-constrained-smoother_1.5.1-1resolute.20260901.221433_amd64.deb Size: 70642 SHA256: 06a3f6d2cdfe272b0312b0238849178c2ce650d445d39a77f45123532446eb63 SHA1: b2de82ff23302428cbbab710441fce802210ea7e MD5sum: a4c83357809b80672f339a49f31e86e5 Description: Ceres constrained smoother Package: ros-lyrical-nav2-constrained-smoother-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-constrained-smoother Version: 1.5.1-1resolute.20260901.221433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 2892 Depends: ros-lyrical-nav2-constrained-smoother (= 1.5.1-1resolute.20260901.221433) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-constrained-smoother/ros-lyrical-nav2-constrained-smoother-dbgsym_1.5.1-1resolute.20260901.221433_amd64.deb Size: 2873054 SHA256: 519d25d974a8c5c6581b16c3b99741f05ab49ca3066b6aa787fef24ae9e05d2e SHA1: 52630c815436135e1bf1f01e3ffbccfb709cbc28 MD5sum: 1301a6bf548ef27362cfedc6d5c9b83f Description: debug symbols for ros-lyrical-nav2-constrained-smoother Build-Ids: f9cb5cfbf6f31250818839b11f2fd4dc26ccc699 Package: ros-lyrical-nav2-controller Version: 1.5.1-1resolute.20260901.221002 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 2396 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-controller/ros-lyrical-nav2-controller_1.5.1-1resolute.20260901.221002_amd64.deb Size: 457162 SHA256: 3863ad05ea7359939c66b2a31dc0f2cc06294d957b828fbff2841902aa074068 SHA1: c67c7980623bd46782ce5cbf8d96ec5f88300bac MD5sum: e99cb8b6d5fe1bcfacdd8250aab3e4fa Description: Controller action interface Package: ros-lyrical-nav2-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-controller Version: 1.5.1-1resolute.20260901.221002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 12435 Depends: ros-lyrical-nav2-controller (= 1.5.1-1resolute.20260901.221002) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-controller/ros-lyrical-nav2-controller-dbgsym_1.5.1-1resolute.20260901.221002_amd64.deb Size: 11027366 SHA256: 10ea96ead0960ee9f014a0d23a4628d0bd1af398d6d6fc58755df98335a7aef7 SHA1: 1a9d58c24685ef0b217a068c7998e2f368d27f32 MD5sum: 072f0bffe9e1505207b4c50274e71f0c Description: debug symbols for ros-lyrical-nav2-controller Build-Ids: 29e2fff2fce12cb061668b404da08bc5df778594 31650c61d4a7f33722559edced2fbff80d7adc94 82afd3d0c044f846c6106bf41cb6fd115fa4de09 99109f101981e46d0f993fc5577fa06b206e582b bace134aac169c3645bacd13633eb8b99e40b7c2 d6ec24ff3dfaebacfc99ed9026fbb47c1b3c6f03 dc9c9e63f5fcb44019869bba0e28d9deab293063 e40bc801cbcb124c4f6c8a90742ebf8ec7c3c802 e64f0d7458d4e168acaca46fc17b79d1d610c503 ed0f14d4ec2ae85eeb964bec364cef038aee6f10 Package: ros-lyrical-nav2-core Version: 1.5.1-1resolute.20260901.220546 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 114 Depends: ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-behavior-tree, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-core/ros-lyrical-nav2-core_1.5.1-1resolute.20260901.220546_amd64.deb Size: 17498 SHA256: c15d1687d1b2ab1d111f96752b258a486cf26b243931aa27a6a95eb2d6aadc58 SHA1: a10ad9689f0aa97125df4fb95e6d0308c0a5669f MD5sum: 08bb7decfe2d59ba82ae68b85ee40b6b Description: A set of headers for plugins core to the Nav2 stack Package: ros-lyrical-nav2-costmap-2d Version: 1.5.1-1resolute.20260901.212240 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 6771 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-angles, ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-laser-geometry, ros-lyrical-map-msgs, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-nav2-voxel-grid, ros-lyrical-pluginlib, ros-lyrical-point-cloud-transport, ros-lyrical-point-cloud-transport-plugins, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rmw, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-tf2-sensor-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_costmap_2d/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-costmap-2d/ros-lyrical-nav2-costmap-2d_1.5.1-1resolute.20260901.212240_amd64.deb Size: 1147388 SHA256: b30b5a6e525d1ba1d6ad46c885829afbf1a6c2d44920f03f740259e80a68d7ac SHA1: 7a69c876d1a1ceee9675d8cf52ccb5303bcf3e5e MD5sum: 806f573c1c4dfa2b76eedf0271d1c493 Description: This package provides an implementation of a 2D costmap that takes in sensor data from the world, builds a 2D or 3D occupancy grid of the data (depending on whether a voxel based implementation is used), and inflates costs in a 2D costmap based on the occupancy grid and a user specified inflation radius. This package also provides support for map_server based initialization of a costmap, rolling window based costmaps, and parameter based subscription to and configuration of sensor topics. Package: ros-lyrical-nav2-costmap-2d-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-costmap-2d Version: 1.5.1-1resolute.20260901.212240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 38083 Depends: ros-lyrical-nav2-costmap-2d (= 1.5.1-1resolute.20260901.212240) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-costmap-2d/ros-lyrical-nav2-costmap-2d-dbgsym_1.5.1-1resolute.20260901.212240_amd64.deb Size: 32720408 SHA256: 7349e9a448501f81f990ea8c8fa62a7efedbb8d819a97f323905ad8a7bcca7f0 SHA1: b52aaee66af97c7bc646a6d7b440734ff22dd57a MD5sum: 2d1fae25f6f3610edeb2c50f1d5d4aa6 Description: debug symbols for ros-lyrical-nav2-costmap-2d Build-Ids: 03121960c12b4b236f1a1c7748e88a02176073f6 1f0153596d77c3a62355792fc7809e7fec8fdb5c 203c1cee956f745cda1278688927da7f1e6a5da6 416b0c321a07227bc3311a5b1148f4b7f05acadd 63d9ae85034bc6490eb0d7a999f03cf8463b883f 73a778eb2e020933c23080104ad2f03c05889e9e 84bddc536b1d4938ae48091595006e049a86bfa0 Package: ros-lyrical-nav2-dwb-controller Version: 1.5.1-1resolute.20260901.222337 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 44 Depends: ros-lyrical-backward-ros, ros-lyrical-costmap-queue, ros-lyrical-dwb-core, ros-lyrical-dwb-critics, ros-lyrical-dwb-msgs, ros-lyrical-dwb-plugins, ros-lyrical-nav-2d-msgs, ros-lyrical-nav-2d-utils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_dwb_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-dwb-controller/ros-lyrical-nav2-dwb-controller_1.5.1-1resolute.20260901.222337_amd64.deb Size: 5596 SHA256: 10a2d0eb9ab18c4ab4e41d750aa4c2bf407cf9aa7f03c6422e3d1899db4b5d97 SHA1: f530d4c6543661795f913848b825e2e8efeb3b79 MD5sum: 800170da8ab404178f5cff6971a2ee72 Description: ROS2 controller (DWB) metapackage Package: ros-lyrical-nav2-graceful-controller Version: 1.5.1-1resolute.20260901.221049 Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 474 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_graceful_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-graceful-controller/ros-lyrical-nav2-graceful-controller_1.5.1-1resolute.20260901.221049_amd64.deb Size: 122604 SHA256: a964ff949a8cc570ae17bdbb43fecc4963eb632772668de25675ab8902ea491c SHA1: f47093f609a77a5bfe16cb6551a09011c6c3f9ec MD5sum: 394618a785a23bfbf93e8cbd8caf0e8b Description: Graceful motion controller Package: ros-lyrical-nav2-graceful-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-graceful-controller Version: 1.5.1-1resolute.20260901.221049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 2253 Depends: ros-lyrical-nav2-graceful-controller (= 1.5.1-1resolute.20260901.221049) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-graceful-controller/ros-lyrical-nav2-graceful-controller-dbgsym_1.5.1-1resolute.20260901.221049_amd64.deb Size: 2033876 SHA256: 00d319b6d6394e06df9bc1de930cf90aa7f0898823832aaad5b0c6eaffb16531 SHA1: dc1483857933623a5b3d2fd926acb334a25a98cb MD5sum: 6ae911359760f62c8983156a5ab29a06 Description: debug symbols for ros-lyrical-nav2-graceful-controller Build-Ids: 5af793bd0295fd5dc0c0e045a65e32fee59f699c 5b6ad303f5b3550498be2ccc15684c8972fa2109 Package: ros-lyrical-nav2-lifecycle-manager Version: 1.5.1-1resolute.20260901.212432 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 518 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-bondcpp, ros-lyrical-diagnostic-updater, ros-lyrical-geometry-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_lifecycle_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-lifecycle-manager/ros-lyrical-nav2-lifecycle-manager_1.5.1-1resolute.20260901.212432_amd64.deb Size: 140162 SHA256: dbd6b96dfe087836f0dd0d99391a17a403a6d8339861e6443ab55b4ed9165b59 SHA1: 6e4a255726296a729d439aeececfd601a0a3105c MD5sum: ec163933daa1cca4a65c0781813cf3ad Description: A controller/manager for the lifecycle nodes of the Navigation 2 system Package: ros-lyrical-nav2-lifecycle-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-lifecycle-manager Version: 1.5.1-1resolute.20260901.212432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 2921 Depends: ros-lyrical-nav2-lifecycle-manager (= 1.5.1-1resolute.20260901.212432) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-lifecycle-manager/ros-lyrical-nav2-lifecycle-manager-dbgsym_1.5.1-1resolute.20260901.212432_amd64.deb Size: 2690836 SHA256: 020e7e36afcc20d8841f7ce98ab6bd5f03aac0b70c007ab9a9229e15a6402e29 SHA1: 4d37fbfd23a0572c9863f7ef4865ef11322eeaf8 MD5sum: c0d856f95a3235088d3e758541979ef5 Description: debug symbols for ros-lyrical-nav2-lifecycle-manager Build-Ids: a09624b86dafc85c1933e2d23b76d1f4e5019cdc fdb02a98d0c3fcb0adea8ffb146c2783bd0bbbf4 Package: ros-lyrical-nav2-loopback-sim Version: 1.5.1-1resolute.20260901.212515 Architecture: amd64 Maintainer: "steve macenski" Installed-Size: 1417 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rosgraph-msgs, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_loopback_sim/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-loopback-sim/ros-lyrical-nav2-loopback-sim_1.5.1-1resolute.20260901.212515_amd64.deb Size: 261690 SHA256: 3aa5ba9bf2f8f02a4aec2b3bb8838d25f013500a50d8af892c3b2a02b00eed6f SHA1: 2fbb0c71adcbf539a6732c53a0c9c9369e515f5d MD5sum: 823f8576998ae2eea54b94958857584b Description: A loopback simulator to replace physics simulation Package: ros-lyrical-nav2-loopback-sim-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-loopback-sim Version: 1.5.1-1resolute.20260901.212515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "steve macenski" Installed-Size: 6895 Depends: ros-lyrical-nav2-loopback-sim (= 1.5.1-1resolute.20260901.212515) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-loopback-sim/ros-lyrical-nav2-loopback-sim-dbgsym_1.5.1-1resolute.20260901.212515_amd64.deb Size: 5690360 SHA256: 904a665426ee0b0655728e686d5c835fa089b53f3c0557eb3578191a02d6c869 SHA1: 18408b6b1c3faa630410faaa376c273474ccd2bc MD5sum: eccecdc8898e3aa86dfb5f3d055e4dac Description: debug symbols for ros-lyrical-nav2-loopback-sim Build-Ids: 45e2991e85679f7f79b2ab06f04f7e1f13c9938f c07e14df645bce1d660573b5ee26297a765735ef Package: ros-lyrical-nav2-map-server Version: 1.5.1-1resolute.20260901.212506 Architecture: amd64 Maintainer: "Brian Wilcox" Installed-Size: 2018 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgraphicsmagick++-q16-12t64 (>= 1.3.26-5~), libstdc++6 (>= 14), libuuid1 (>= 2.16), libyaml-cpp0.8 (>= 0.7.0), libgraphicsmagick++1-dev, ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-launch-ros, ros-lyrical-lifecycle-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-yaml-cpp-vendor, uuid-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_map_server/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-map-server/ros-lyrical-nav2-map-server_1.5.1-1resolute.20260901.212506_amd64.deb Size: 422854 SHA256: f209a3e1a2e625b32700355771f8846f5befd7f4a2a3278d93aca5362cda6f7f SHA1: e3ab7914f1272b909e7051c738bbb0ba83ca835d MD5sum: 9e52c46c05a2a9c248fbfc421081de4a Description: Refactored map server for ROS2 Navigation Package: ros-lyrical-nav2-map-server-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-map-server Version: 1.5.1-1resolute.20260901.212506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brian Wilcox" Installed-Size: 11662 Depends: ros-lyrical-nav2-map-server (= 1.5.1-1resolute.20260901.212506) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-map-server/ros-lyrical-nav2-map-server-dbgsym_1.5.1-1resolute.20260901.212506_amd64.deb Size: 10372232 SHA256: 116c47e09dca241d743cbf98c7ba5848e12bc6a4fdfa822a0e36e18296489e5d SHA1: 45d51b3ddd5e5316636cbf80a9e13ae94a65f168 MD5sum: 8532fbf02525b9da807977b3c822f305 Description: debug symbols for ros-lyrical-nav2-map-server Build-Ids: 0269496d6eb5a84e198004e1ef786f8c72089627 07e97681f08a2f447dff4b7b7317a3690c9351e8 16433add7e98f5da91bf0c9ba4696460c28a8a53 2a19802f7c458e0470a05b2429802d77d35285e3 2b471577e44397e77d10675abe4257bb1e9eb008 8e0163db8a3acb9cb977e30ee0f0aefcf31fd471 a1b8337852511e2db2919e9f05f484e31a86bcd0 efd02dd84c04be2dcba35e983777bfb742927c0f Package: ros-lyrical-nav2-minimal-tb3-sim Version: 1.3.0-1resolute.20260908.121815 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 429 Depends: ros-lyrical-robot-state-publisher, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-image, ros-lyrical-ros-gz-interfaces, ros-lyrical-ros-gz-sim, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_minimal_tb3_sim/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-minimal-tb3-sim/ros-lyrical-nav2-minimal-tb3-sim_1.3.0-1resolute.20260908.121815_amd64.deb Size: 45272 SHA256: 827ea75c57ff761e21fbab7d3da8f8bede423f4f9ef9e257c6673e99f39d68f8 SHA1: c08a2c0f68cf73af3501af881ff4a6505bdc5776 MD5sum: cfd9bdd19c8673dcb90d4233a702447b Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-lyrical-nav2-minimal-tb4-description Version: 1.3.0-1resolute.20260908.122008 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 24845 Depends: ros-lyrical-joint-state-publisher, ros-lyrical-robot-state-publisher, ros-lyrical-urdf, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_minimal_tb4_description/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-minimal-tb4-description/ros-lyrical-nav2-minimal-tb4-description_1.3.0-1resolute.20260908.122008_amd64.deb Size: 4552520 SHA256: f7650cb2102486151795322a93a649fd9ac4771b12892362d6063268e8d136fd SHA1: aab0281eaeeaec9928a639b5b4453692ea0e212a MD5sum: 0620d7bb5e8f26a651a83e614a953ade Description: Nav2's minimum Turtlebot4 Description package Package: ros-lyrical-nav2-minimal-tb4-sim Version: 1.3.0-1resolute.20260908.122418 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 72 Depends: ros-lyrical-nav2-minimal-tb4-description, ros-lyrical-robot-state-publisher, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-image, ros-lyrical-ros-gz-interfaces, ros-lyrical-ros-gz-sim, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_minimal_tb4_sim/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-minimal-tb4-sim/ros-lyrical-nav2-minimal-tb4-sim_1.3.0-1resolute.20260908.122418_amd64.deb Size: 10244 SHA256: 94cbd3c817d9c050b09b06bd649481099eb1f516fdafaaf4700d1a11e113765b SHA1: 04aad546420ed9c2f5743d835a4fe05b89e79ff1 MD5sum: 78b6512e9b214427602e082bf86feb18 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-lyrical-nav2-mppi-controller Version: 1.5.1-1resolute.20260901.221300 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1441 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_mppi_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-mppi-controller/ros-lyrical-nav2-mppi-controller_1.5.1-1resolute.20260901.221300_amd64.deb Size: 376030 SHA256: c1f37c37214a0c15c779ceff7ee90cd29c97f070a44eb24708915b1822fa61c2 SHA1: e371af3e51b7f129aab4c5c199530745cb489e03 MD5sum: 4f616360a75f8546a8636bbe80aa876b Description: nav2_mppi_controller Package: ros-lyrical-nav2-mppi-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-mppi-controller Version: 1.5.1-1resolute.20260901.221300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 15936 Depends: ros-lyrical-nav2-mppi-controller (= 1.5.1-1resolute.20260901.221300) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-mppi-controller/ros-lyrical-nav2-mppi-controller-dbgsym_1.5.1-1resolute.20260901.221300_amd64.deb Size: 15458482 SHA256: 76b479fe17f5db1bb0c21ff511d53a71bb48d6f412352743f3ece023141405be SHA1: 030e1a321a273ba5e4824e002f67a189a16b159c MD5sum: 5b451e3cc1a9c2c389796b3d3eee2f71 Description: debug symbols for ros-lyrical-nav2-mppi-controller Build-Ids: 630c80b44fb00ef5ac85fcea17b49f178418a2a0 af2e25304b696fab9f961293d039ae2b9e31d0fe b6584cd31199ad2e0c6cb177e64d55b56571f994 f7c876078c703d4aa9b003b01e1de1f4ba660eeb Package: ros-lyrical-nav2-msgs Version: 1.5.1-1resolute.20260901.184744 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 38178 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-backward-ros, ros-lyrical-builtin-interfaces, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-msgs/ros-lyrical-nav2-msgs_1.5.1-1resolute.20260901.184744_amd64.deb Size: 2090136 SHA256: fd33498728e98baa23bc25b3d6a3f2327cc84fc851ceb834fabeea88f38c39fa SHA1: 1058a2c0065a13d37334c7a0102777a033b65b79 MD5sum: 7111fd112af4ff130c4fc19746e108a0 Description: Messages and service files for the Nav2 stack Package: ros-lyrical-nav2-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-msgs Version: 1.5.1-1resolute.20260901.184744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 24715 Depends: ros-lyrical-nav2-msgs (= 1.5.1-1resolute.20260901.184744) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-msgs/ros-lyrical-nav2-msgs-dbgsym_1.5.1-1resolute.20260901.184744_amd64.deb Size: 17937716 SHA256: 01ab25c7002c2a461b4c27fa7263d96496c9d2f15494222a7a1b79c2107e2750 SHA1: bfcbeff30ea05d9a60013edf214cfebaf7e35391 MD5sum: a0ee101f60fa82b63d4b106b6406fb6c Description: debug symbols for ros-lyrical-nav2-msgs Build-Ids: 0cc9945036363dc722246f5dc8e808bec3be06f3 190f5edd37dcba4ec9b26ae8f90922bb2a33a4a3 665029d9809df37ddf5a3f3f1d0859472ade3c5c 6c7feecc6dbb08dcfc3ce1bebc6952fafb06b4e2 71c7249a9ee2cfcd109db45d8d4419c6d7107363 7b79e8dd13073a6297e4fff264798666234a6dd9 a7a7151f3b875730840a12cde285e5ae70e0d3f3 ae685675a8b33ec65906e09b0e85bd7fa6fc9f04 e13789de44c19f21a025bd46e32242c8a61e6860 ec83f8c85b5953323dbd7c7e7bb0d9371038eb39 efa842814f37a1ebf831462a20d3ddc993fbedc8 Package: ros-lyrical-nav2-navfn-planner Version: 1.5.1-1resolute.20260901.220942 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 231 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_navfn_planner/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-navfn-planner/ros-lyrical-nav2-navfn-planner_1.5.1-1resolute.20260901.220942_amd64.deb Size: 62948 SHA256: bfeb5380b6643bfbbf6b20cd3c98b9888a93f2e7f00334fa2b7b417084d00e8f SHA1: cf9cd59d2829b6c57e56961fc2c06809c4c2b0bc MD5sum: fd67686382aacd1c967428a51664e503 Description: Nav2 NavFn planner Package: ros-lyrical-nav2-navfn-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-navfn-planner Version: 1.5.1-1resolute.20260901.220942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1014 Depends: ros-lyrical-nav2-navfn-planner (= 1.5.1-1resolute.20260901.220942) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-navfn-planner/ros-lyrical-nav2-navfn-planner-dbgsym_1.5.1-1resolute.20260901.220942_amd64.deb Size: 960282 SHA256: a53dbc6bb7aa8f296c9da23d0cde24bdaa0cf9adfe4ae206ec0880b61dc9bc58 SHA1: cc5fd729d6c421fbc87f72c9af9b01b460270006 MD5sum: 32547ad066cceba43efd5118d8f2a690 Description: debug symbols for ros-lyrical-nav2-navfn-planner Build-Ids: 9140a920c0d80bdb86e57895a9b176f7a9e4f58e Package: ros-lyrical-nav2-planner Version: 1.5.1-1resolute.20260901.221015 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 791 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_planner/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-planner/ros-lyrical-nav2-planner_1.5.1-1resolute.20260901.221015_amd64.deb Size: 215132 SHA256: f60229bd5a7050a848660df52251f91936026df106d535ca341f2022ab8ff4ae SHA1: 971d3b36c71bccd0ba7397bb7a3be5402b98c497 MD5sum: f6b41f66b473e0f59d4959d3041b9a4f Description: Nav2 planner server package Package: ros-lyrical-nav2-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-planner Version: 1.5.1-1resolute.20260901.221015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 3687 Depends: ros-lyrical-nav2-planner (= 1.5.1-1resolute.20260901.221015) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-planner/ros-lyrical-nav2-planner-dbgsym_1.5.1-1resolute.20260901.221015_amd64.deb Size: 3298586 SHA256: ad9f626d228117e27e3acf788a762afe455f832fec3af1f4909041b97ef2dae3 SHA1: f5e530ef48461527047cadd911abdcf92b71a441 MD5sum: 9f91a5ce432cfab8aff1a5a840edca03 Description: debug symbols for ros-lyrical-nav2-planner Build-Ids: 1a0e8160ffd518890821761a83f82ec3cce070da c4f2f01a66f0e18a478b97b0d154c2067fb83ab5 Package: ros-lyrical-nav2-regulated-pure-pursuit-controller Version: 1.5.1-1resolute.20260901.221106 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 464 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_regulated_pure_pursuit_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-regulated-pure-pursuit-controller/ros-lyrical-nav2-regulated-pure-pursuit-controller_1.5.1-1resolute.20260901.221106_amd64.deb Size: 121008 SHA256: 9b7f9e9ddeac881de81164361f410168a11804650de5c42b6f116fcfa78f83e4 SHA1: 859966b52a65f3d892d9626e267b971c1fba3ede MD5sum: 57ad1c5ac00db3175b4b0506f8f63c78 Description: Regulated Pure Pursuit Controller Package: ros-lyrical-nav2-regulated-pure-pursuit-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-regulated-pure-pursuit-controller Version: 1.5.1-1resolute.20260901.221106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 2327 Depends: ros-lyrical-nav2-regulated-pure-pursuit-controller (= 1.5.1-1resolute.20260901.221106) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-regulated-pure-pursuit-controller/ros-lyrical-nav2-regulated-pure-pursuit-controller-dbgsym_1.5.1-1resolute.20260901.221106_amd64.deb Size: 2120172 SHA256: 035d35e10a3f17493b8b165eb46e5436b45a5fa9cc124f60464449f166887170 SHA1: 3979a38584cbd83aade342af5689425251b2d599 MD5sum: 31e8e6279eec11e7d039e6400e3bf13e Description: debug symbols for ros-lyrical-nav2-regulated-pure-pursuit-controller Build-Ids: 105e55876cf382bfeb2f759554a0ee82e5cef9bf Package: ros-lyrical-nav2-ros-common Version: 1.5.1-1resolute.20260901.195737 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 175 Depends: ros-lyrical-ament-index-cpp, ros-lyrical-backward-ros, ros-lyrical-bond, ros-lyrical-bondcpp, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-map-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-msgs, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_ros_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-ros-common/ros-lyrical-nav2-ros-common_1.5.1-1resolute.20260901.195737_amd64.deb Size: 27568 SHA256: 37fb2354113e73c348b46a4a9456e6b7d6968bf5b0e790abaff5c5aa9cc3e9f2 SHA1: 2e70ab1f4026a30d1a17bbe35dc8c7ce4fccada1 MD5sum: 4bf06d116ba9102a6add9ade45455246 Description: Nav2 utilities Package: ros-lyrical-nav2-rotation-shim-controller Version: 1.5.1-1resolute.20260901.221722 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 291 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav2-controller, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_rotation_shim_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-rotation-shim-controller/ros-lyrical-nav2-rotation-shim-controller_1.5.1-1resolute.20260901.221722_amd64.deb Size: 82278 SHA256: ccc80581a1a4ce59cff80f633627fec8e8de30dd33356870e77aaa595f5acef8 SHA1: 1293d93eb9d92b64df1ccd948cc4af8685898a00 MD5sum: 35ab776f09b4d2b37b198f4185083b68 Description: Rotation Shim Controller Package: ros-lyrical-nav2-rotation-shim-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-rotation-shim-controller Version: 1.5.1-1resolute.20260901.221722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1264 Depends: ros-lyrical-nav2-rotation-shim-controller (= 1.5.1-1resolute.20260901.221722) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-rotation-shim-controller/ros-lyrical-nav2-rotation-shim-controller-dbgsym_1.5.1-1resolute.20260901.221722_amd64.deb Size: 1172876 SHA256: 9896b7e294fb2b65844d33c0ea0619896a9f65ec408731dc54d287d2705d01cf SHA1: 757d4d94959b64e00d4f6c5a4c226a8fe49e8fa4 MD5sum: 62210c26f5b463c0c687207db63169c2 Description: debug symbols for ros-lyrical-nav2-rotation-shim-controller Build-Ids: 9808c63c9e1210a18537a3b6bff0da72ae4b8c1f Package: ros-lyrical-nav2-route Version: 1.5.1-1resolute.20260901.221302 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 4416 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libnanoflann-dev, nlohmann-json3-dev, ros-lyrical-angles, ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_route/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-route/ros-lyrical-nav2-route_1.5.1-1resolute.20260901.221302_amd64.deb Size: 814950 SHA256: 55b186b8e7defe0bcf97de1855a0530017ced69af1ebf38b6230cc8209619806 SHA1: 0a908b8e165654d2244094a9e4d278069b81caeb MD5sum: d71cc045937ddefe0aa46ae9067eb56a Description: A Route Graph planner to compliment the Planner Server Package: ros-lyrical-nav2-route-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-route Version: 1.5.1-1resolute.20260901.221302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 25213 Depends: ros-lyrical-nav2-route (= 1.5.1-1resolute.20260901.221302) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-route/ros-lyrical-nav2-route-dbgsym_1.5.1-1resolute.20260901.221302_amd64.deb Size: 22076634 SHA256: 9831b31045710e4d830859f88f01aa47c900a8941837bccd86a2941b4de5f7e4 SHA1: ce9c1fe32828f35941c4592bdeb61d26f42966ca MD5sum: df8a00b0942277b6594df88e52894bee Description: debug symbols for ros-lyrical-nav2-route Build-Ids: 018c3b2b69fbc9a23e3081da14ef1c3eb45adbee 26339ae845ab87814c487050d8ae6b9b08434c86 337d19bc22a245b5ad30a9cf37fffea7d2071511 495c2efbae14538c4658d0eeae1ad7968e221d44 61544eb0eabcf9abaedb0af1c8728085b44d1063 6b3d098ee1742ab9aa64f8a98f18bc98f44acd30 Package: ros-lyrical-nav2-rviz-plugins Version: 1.5.1-1resolute.20260908.161648 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 3120 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6statemachine6 (>= 6.6.1), libqt6widgets6 (>= 6.7.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-rviz-ogre-vendor, ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-lifecycle-manager, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-route, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz-rendering, ros-lyrical-std-msgs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-visualization-msgs, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_rviz_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-rviz-plugins/ros-lyrical-nav2-rviz-plugins_1.5.1-1resolute.20260908.161648_amd64.deb Size: 608222 SHA256: 474e571a5108c633587e22b4f91f72962b01b6367c16ea9b0db63f6688aeb45b SHA1: b01a0eaf65384bb9e84f332f8ee271c051606cf3 MD5sum: 33c3e38f7f8e8c3ff36c47dafa3f656e Description: Navigation 2 plugins for rviz Package: ros-lyrical-nav2-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-rviz-plugins Version: 1.5.1-1resolute.20260908.161648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 20043 Depends: ros-lyrical-nav2-rviz-plugins (= 1.5.1-1resolute.20260908.161648) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-rviz-plugins/ros-lyrical-nav2-rviz-plugins-dbgsym_1.5.1-1resolute.20260908.161648_amd64.deb Size: 17520262 SHA256: dcf71cddc4b9d4b70fa02f087d7e22d1c4a5f0cb1c903a9b2febc57cbd3135ba SHA1: 51b9b2bac1badb38d9953955c86206eb06ae8e69 MD5sum: 1c831a0d6e9e3401db9d34256f966ca3 Description: debug symbols for ros-lyrical-nav2-rviz-plugins Build-Ids: 527b77525b563f9c88a47a27a511371b3ecf9a13 Package: ros-lyrical-nav2-simple-commander Version: 1.5.1-1resolute.20260901.191110 Architecture: amd64 Maintainer: "steve" Installed-Size: 401 Depends: ros-lyrical-action-msgs, ros-lyrical-geometry-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-nav2-msgs, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_simple_commander/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-simple-commander/ros-lyrical-nav2-simple-commander_1.5.1-1resolute.20260901.191110_amd64.deb Size: 57522 SHA256: b459dea4fbce0907b35155a09a260a4ecaeacf75cff74f1a2e51037be0667c39 SHA1: c9f113a8a046cd0610e050a237b17de3fa455d37 MD5sum: 8de967ef5fafaca27cb88dd60ea816fd Description: An importable library for writing mobile robot applications in python3 Package: ros-lyrical-nav2-smac-planner Version: 1.5.1-1resolute.20260901.221104 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 3311 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ompl, ros-lyrical-ament-index-cpp, ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_smac_planner/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-smac-planner/ros-lyrical-nav2-smac-planner_1.5.1-1resolute.20260901.221104_amd64.deb Size: 709936 SHA256: 691b6e61b20e38148995e4c411438d6055b328c6a21ff8909d354a9a998e1ab2 SHA1: d4be81ef1a744d0b8525046f66326b8dd7556cc1 MD5sum: db2f1e96b5f306449ed54df3b05ba4db Description: Smac global planning plugin: A*, Hybrid-A*, State Lattice Package: ros-lyrical-nav2-smac-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-smac-planner Version: 1.5.1-1resolute.20260901.221104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 11828 Depends: ros-lyrical-nav2-smac-planner (= 1.5.1-1resolute.20260901.221104) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-smac-planner/ros-lyrical-nav2-smac-planner-dbgsym_1.5.1-1resolute.20260901.221104_amd64.deb Size: 10856798 SHA256: e5bbeb73f13103ed2a42fb96cc5dc2a91c00b3e4bf664e785310d71220d9e6b6 SHA1: 4f014ce6a879ff26a32c7a21321906cf9ae27e9c MD5sum: 7c4d07a58fbda81853dc8dce3f2a022a Description: debug symbols for ros-lyrical-nav2-smac-planner Build-Ids: 59aec93299d4bc4a19d3011e691f927a8c6c7dfd 61be9fa911997d93f4de14fdbe348dae7577ba28 d763fcd633692c0d5f213e413fd95a5acbcb23ae f593ec92ad2e57d89e76956cac79935b0df165fa Package: ros-lyrical-nav2-smoother Version: 1.5.1-1resolute.20260901.221535 Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 1909 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_smoother/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-smoother/ros-lyrical-nav2-smoother_1.5.1-1resolute.20260901.221535_amd64.deb Size: 374304 SHA256: 7bb6c846ab89c00560bc0efd1d3d20151ee5f861f0b6c1f5a837aa4f41e31554 SHA1: c4b03649aa12222a58779f4ab7cb7c493095aad5 MD5sum: d94a5acfbd347d8a57fbe2de87bb54f2 Description: Smoother action interface Package: ros-lyrical-nav2-smoother-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-smoother Version: 1.5.1-1resolute.20260901.221535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Matej Vargovcik" Installed-Size: 10362 Depends: ros-lyrical-nav2-smoother (= 1.5.1-1resolute.20260901.221535) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-smoother/ros-lyrical-nav2-smoother-dbgsym_1.5.1-1resolute.20260901.221535_amd64.deb Size: 8868508 SHA256: 0824ef44c2cdeb6a3731ff33f028ac95f6519b00cdeb504820a06c49de35f332 SHA1: 9aa0c08ff19abe0b2f8c02d20427fbe36b49a666 MD5sum: 69bf250a1108970e9837cbfba5815878 Description: debug symbols for ros-lyrical-nav2-smoother Build-Ids: 15d1506b4c3a21d9701fda0775c6622f8bed3ff1 2c3542abf80102f62b078eba15ad8157aad47f36 5a6fd55227d7af48f649fdf9b8717b5449285d61 dae0860df01f2ffcdef58ba3c157671833d82002 Package: ros-lyrical-nav2-system-tests Version: 1.5.1-1resolute.20260901.194429 Architecture: amd64 Maintainer: "Carlos Orduno" Installed-Size: 46 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_system_tests/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-system-tests/ros-lyrical-nav2-system-tests_1.5.1-1resolute.20260901.194429_amd64.deb Size: 5894 SHA256: 9ee3fd0338ea6bdf9e8cbac4933b449808f9138cb18bb7dd33d27d88cdd2b465 SHA1: 2595b244f0e9a422159431ae35afe58dfa9e1cc8 MD5sum: d2ed1f444141237cc476f52bf9df2103 Description: A sets of system-level tests for Nav2 usually involving full robot simulation Package: ros-lyrical-nav2-theta-star-planner Version: 1.5.1-1resolute.20260901.221220 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 222 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_theta_star_planner/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-theta-star-planner/ros-lyrical-nav2-theta-star-planner_1.5.1-1resolute.20260901.221220_amd64.deb Size: 56238 SHA256: 75c9082c91eb4ccee120aa7fc00886231ed10ece77965cd309acf3ccf36bed15 SHA1: 6a952debd00c3a7f1bcba7597a509d6e82a1cd1a MD5sum: 6791d71064e66e04d77e51fae71d9bc1 Description: Theta* Global Planning Plugin Package: ros-lyrical-nav2-theta-star-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-theta-star-planner Version: 1.5.1-1resolute.20260901.221220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1053 Depends: ros-lyrical-nav2-theta-star-planner (= 1.5.1-1resolute.20260901.221220) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-theta-star-planner/ros-lyrical-nav2-theta-star-planner-dbgsym_1.5.1-1resolute.20260901.221220_amd64.deb Size: 1004024 SHA256: 3646899368c7885779e79826ea55451e956c4711ab6f90279542286e8432d555 SHA1: b570edff728e9784b441febc16f5a88153e440d7 MD5sum: 827c46bde9ce31f99e3300722910cf53 Description: debug symbols for ros-lyrical-nav2-theta-star-planner Build-Ids: 9abcfcddc0e41c6f382dd1cd57dfba595ffd0582 Package: ros-lyrical-nav2-util Version: 1.5.1-1resolute.20260901.211518 Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 384 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-lyrical-angles, ros-lyrical-backward-ros, ros-lyrical-bond, ros-lyrical-bondcpp, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_util/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-util/ros-lyrical-nav2-util_1.5.1-1resolute.20260901.211518_amd64.deb Size: 96922 SHA256: 59ccc82627ae67cd509398db1b8f8228326391a15229fa4a59ec83dd7415cd42 SHA1: 319a4190b80e36ddfb6f016fe3be5f4bc70fd0d3 MD5sum: 12770172f6347d5e470cad43fa37d323 Description: Nav2 utilities Package: ros-lyrical-nav2-util-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-util Version: 1.5.1-1resolute.20260901.211518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Jeronimo" Installed-Size: 2151 Depends: ros-lyrical-nav2-util (= 1.5.1-1resolute.20260901.211518) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-util/ros-lyrical-nav2-util-dbgsym_1.5.1-1resolute.20260901.211518_amd64.deb Size: 2066570 SHA256: 4b353b6fd7f2b0c7dc43301ff110120f3f3284ef0c9f46683a58560f3474f662 SHA1: 9cc7a04039aadc3f23a2ad36e84cb47151e61559 MD5sum: f4fd2b45ad8c37421b62cbbb3018d9fb Description: debug symbols for ros-lyrical-nav2-util Build-Ids: 2f6dbb24727e7e0d638803125d72cda59e8995be b61d266cf70485a2163e1859dc1774d22530a8bc Package: ros-lyrical-nav2-velocity-smoother Version: 1.5.1-1resolute.20260901.212847 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1203 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_velocity_smoother/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-velocity-smoother/ros-lyrical-nav2-velocity-smoother_1.5.1-1resolute.20260901.212847_amd64.deb Size: 216658 SHA256: f896c7ddca335688d5e4ba1f74a5f6ba252fedf4ac7265a57d6c8be48e5806ef SHA1: 0d54f4a9d2a37679f911f0a80de1f8fda5bece4a MD5sum: 728299273ec692d8384464f56f8467bd Description: Nav2's Output velocity smoother Package: ros-lyrical-nav2-velocity-smoother-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-velocity-smoother Version: 1.5.1-1resolute.20260901.212847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 5560 Depends: ros-lyrical-nav2-velocity-smoother (= 1.5.1-1resolute.20260901.212847) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-velocity-smoother/ros-lyrical-nav2-velocity-smoother-dbgsym_1.5.1-1resolute.20260901.212847_amd64.deb Size: 4524968 SHA256: f082b2d71585599161acffa2ceea1ce8d0fd3a4c8cb7eafb9fd72a7997b11475 SHA1: 5da8235a5d1783d6cf8592cc77d20571ce95c4bc MD5sum: 35779a3873cd0309ed1f48dd250935b1 Description: debug symbols for ros-lyrical-nav2-velocity-smoother Build-Ids: 131d19149d210c8b52d2c42326fb6b40a64a1e50 9fc250bc30354ed08c266e5183baf190a8969f27 Package: ros-lyrical-nav2-voxel-grid Version: 1.5.1-1resolute.20260901.184737 Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 110 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-lyrical-backward-ros, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_voxel_grid/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-voxel-grid/ros-lyrical-nav2-voxel-grid_1.5.1-1resolute.20260901.184737_amd64.deb Size: 21758 SHA256: cb78c97d66093d4cfa98b1bc6d95b73cdbb54fc9ff5d7344a6ae061eb588c416 SHA1: efe8655cb1f606fad0ca99ee0ac6c5ea4a8aa9c3 MD5sum: cc5617895420264367891e465c383016 Description: voxel_grid provides an implementation of an efficient 3D voxel grid. The occupancy grid can support 3 different representations for the state of a cell: marked, free, or unknown. Due to the underlying implementation relying on bitwise and and or integer operations, the voxel grid only supports 16 different levels per voxel column. However, this limitation yields raytracing and cell marking performance in the grid comparable to standard 2D structures making it quite fast compared to most 3D structures. Package: ros-lyrical-nav2-voxel-grid-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-voxel-grid Version: 1.5.1-1resolute.20260901.184737 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carl Delsey" Installed-Size: 80 Depends: ros-lyrical-nav2-voxel-grid (= 1.5.1-1resolute.20260901.184737) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-voxel-grid/ros-lyrical-nav2-voxel-grid-dbgsym_1.5.1-1resolute.20260901.184737_amd64.deb Size: 59694 SHA256: 0fad4f1f0d3d194bc9c79507867c7cfee957708de66b4c97a8669ea3421a2f53 SHA1: c8dfcb34b5e2223999a4a1a1355835a0d2caaccb MD5sum: 3a7f3a6944520e82a925d91b3e3732f7 Description: debug symbols for ros-lyrical-nav2-voxel-grid Build-Ids: 1130d6242cd783be731134633ee7608771a4f6e8 Package: ros-lyrical-nav2-waypoint-follower Version: 1.5.1-1resolute.20260901.221258 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 1878 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-backward-ros, ros-lyrical-cv-bridge, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-image-transport, ros-lyrical-nav-msgs, ros-lyrical-nav2-core, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-robot-localization, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nav2_waypoint_follower/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-waypoint-follower/ros-lyrical-nav2-waypoint-follower_1.5.1-1resolute.20260901.221258_amd64.deb Size: 411442 SHA256: 66cfbaeea71b6c2ae33010b19bfdbb72f888990cfbf52e3a181b2c089a1ace66 SHA1: 15214861ac288e777db5ffe742194e66547e2bd0 MD5sum: 7e492338498b26b0da8127284ec555e6 Description: A waypoint follower navigation server Package: ros-lyrical-nav2-waypoint-follower-dbgsym Package-Type: ddeb Source: ros-lyrical-nav2-waypoint-follower Version: 1.5.1-1resolute.20260901.221258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 9515 Depends: ros-lyrical-nav2-waypoint-follower (= 1.5.1-1resolute.20260901.221258) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nav2-waypoint-follower/ros-lyrical-nav2-waypoint-follower-dbgsym_1.5.1-1resolute.20260901.221258_amd64.deb Size: 8278526 SHA256: 04e9653fa5b790c038f02f19de0ffbddea13a25eb0596177368e5bd862dce537 SHA1: b43ea33729c4f36e75f8df1804070d256de920b1 MD5sum: 93cda4aa6b6d55ba4eba6c1c031bb03d Description: debug symbols for ros-lyrical-nav2-waypoint-follower Build-Ids: 3ad094bbceeee417f381ae5fb3a624f03dba844a 4c6914cd7a1d62e6feb0a1ea206e64fd00408e66 90c77e320e156e923915e1ddf281f4cc5ef8060c 951963c05e6d48eac86d6fa0b2f0ae319b155c74 e418af667bfd3389355b1d15f28b3b926da6b66a Package: ros-lyrical-navigation2 Version: 1.5.1-1resolute.20260908.164302 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 46 Depends: ros-lyrical-nav2-amcl, ros-lyrical-nav2-behavior-tree, ros-lyrical-nav2-behaviors, ros-lyrical-nav2-bt-navigator, ros-lyrical-nav2-collision-monitor, ros-lyrical-nav2-constrained-smoother, ros-lyrical-nav2-controller, ros-lyrical-nav2-core, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-dwb-controller, ros-lyrical-nav2-graceful-controller, ros-lyrical-nav2-lifecycle-manager, ros-lyrical-nav2-loopback-sim, ros-lyrical-nav2-map-server, ros-lyrical-nav2-mppi-controller, ros-lyrical-nav2-msgs, ros-lyrical-nav2-navfn-planner, ros-lyrical-nav2-planner, ros-lyrical-nav2-regulated-pure-pursuit-controller, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-rotation-shim-controller, ros-lyrical-nav2-route, ros-lyrical-nav2-rviz-plugins, ros-lyrical-nav2-simple-commander, ros-lyrical-nav2-smac-planner, ros-lyrical-nav2-smoother, ros-lyrical-nav2-theta-star-planner, ros-lyrical-nav2-util, ros-lyrical-nav2-velocity-smoother, ros-lyrical-nav2-voxel-grid, ros-lyrical-nav2-waypoint-follower, ros-lyrical-opennav-docking, ros-lyrical-opennav-docking-bt, ros-lyrical-opennav-docking-core, ros-lyrical-opennav-following, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/navigation2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navigation2/ros-lyrical-navigation2_1.5.1-1resolute.20260908.164302_amd64.deb Size: 6144 SHA256: 66ae2702a4b1536d836da634c8716f06c663555eb865d5d04c18fc667d7f6646 SHA1: ce392ae7684ba1ba69e88834e6e3882905b28138 MD5sum: ad3110bfeb82ac160858f9d720000ce0 Description: ROS2 Navigation Stack Package: ros-lyrical-navmap-core Version: 0.5.1-1resolute.20260730.205346 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 213 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 11), libeigen3-dev, ros-lyrical-eigen3-cmake-module, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/navmap_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-core/ros-lyrical-navmap-core_0.5.1-1resolute.20260730.205346_amd64.deb Size: 63542 SHA256: 84cf6a1a07974a32aa81c224d998e1c96a13946489f3cb5a4aa01b4adafd4e56 SHA1: 286ea5417f03858c74af5dce3442a69b429f28ea MD5sum: 2576234e5355cc4a7a966965a101ca4f Description: Core C++ library for NavMap. Package: ros-lyrical-navmap-core-dbgsym Package-Type: ddeb Source: ros-lyrical-navmap-core Version: 0.5.1-1resolute.20260730.205346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 985 Depends: ros-lyrical-navmap-core (= 0.5.1-1resolute.20260730.205346) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-core/ros-lyrical-navmap-core-dbgsym_0.5.1-1resolute.20260730.205346_amd64.deb Size: 957094 SHA256: dc632488a1d345e8023fb147f62d1d03efca59b87c7c4adf5df4cd2bd1376a86 SHA1: 0dbaee5958066322591ac672e5230c478196e872 MD5sum: 9fc3b402e4d9e85bf1a3d1020c251bbf Description: debug symbols for ros-lyrical-navmap-core Build-Ids: 8990b317d5ac529dc6afe123c682bf5b2702386a Package: ros-lyrical-navmap-examples Version: 0.5.1-1resolute.20260901.205902 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 248 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-nav-msgs, ros-lyrical-navmap-core, ros-lyrical-navmap-ros, ros-lyrical-navmap-ros-interfaces, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/navmap_examples/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-examples/ros-lyrical-navmap-examples_0.5.1-1resolute.20260901.205902_amd64.deb Size: 45110 SHA256: 9a35160b6bdcf2d5b5f28da3cb0908dad41571f0b9cae016eb752d9a404e7b46 SHA1: e2c50086c338771451bba526eb52915c395c86e1 MD5sum: 3973ebca1a646bcaca0f5bf8f053ff0b Description: Examples related to navmap_core y navmap_ros. Package: ros-lyrical-navmap-examples-dbgsym Package-Type: ddeb Source: ros-lyrical-navmap-examples Version: 0.5.1-1resolute.20260901.205902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1700 Depends: ros-lyrical-navmap-examples (= 0.5.1-1resolute.20260901.205902) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-examples/ros-lyrical-navmap-examples-dbgsym_0.5.1-1resolute.20260901.205902_amd64.deb Size: 1575748 SHA256: ec7ad2ff4640964b8bd9e885bb3ff91994cba87ca657dbdd17da4a91d7f8d1a4 SHA1: 85636e015261865b36fb25817103d9c436521b09 MD5sum: e8566d4c00e1dcea12db3122c57dcb43 Description: debug symbols for ros-lyrical-navmap-examples Build-Ids: 1a1c4898186524bed8b551da6709f8f1d72b30e6 27617963261884d01d316d48a166abd7072d0e07 43acc46a66bcb42f3c6618b69735aa46f0a39095 48482ee5a6335c59fb342ba30b1b1138bd2bb99c 6c21ef1baa084c2d29f0f8e4ed8a04dafdb6fad2 8696b5a53b7fd5e7416db534a3ae2e1dbabf2cf1 8bd90fb36a7b3765d6a8b683c513a82e29a122b0 d28cd0ba5112913938ef1f652e8a35293436ae21 Package: ros-lyrical-navmap-ros Version: 0.5.1-1resolute.20260901.204118 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1043 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-kdtree1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-navmap-core, ros-lyrical-navmap-ros-interfaces, ros-lyrical-pcl-conversions, ros-lyrical-pcl-ros, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/navmap_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-ros/ros-lyrical-navmap-ros_0.5.1-1resolute.20260901.204118_amd64.deb Size: 226118 SHA256: 84caad1a86fa3959d2494b470abb9fed252bed19776cc4788f2cc6e955e4d505 SHA1: c90f8b9726edae04b7852f15eb2f6ed3886952ff MD5sum: 2649f101eca7bf0c920509c7edef13ca Description: Conversions between navmap_core and ROS messages Package: ros-lyrical-navmap-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-navmap-ros Version: 0.5.1-1resolute.20260901.204118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 5715 Depends: ros-lyrical-navmap-ros (= 0.5.1-1resolute.20260901.204118) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-ros/ros-lyrical-navmap-ros-dbgsym_0.5.1-1resolute.20260901.204118_amd64.deb Size: 4959608 SHA256: 2112314bcd0af7702bc79eabd2bc87a929e670d59d7ddaa231f2b0bbca2b732c SHA1: 3b8ae7aaee959a0a03ff9f79f7c7d99f2f0062e5 MD5sum: 6d34bbc8ed33c5a4f320ef2793485e2e Description: debug symbols for ros-lyrical-navmap-ros Build-Ids: 5cbe4dba7486ff36af2b2224112a95914f51e647 f8242f678d2ead395169962d95608f62189f1059 Package: ros-lyrical-navmap-ros-interfaces Version: 0.5.1-1resolute.20260901.120027 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1225 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-generators, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/navmap_ros_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-ros-interfaces/ros-lyrical-navmap-ros-interfaces_0.5.1-1resolute.20260901.120027_amd64.deb Size: 140818 SHA256: d9c51e7851f7b867d40ed7f1221cb58e77e67187c2fef4d124cb437a77dca0eb SHA1: 7cf5b1b8945d8bf09db682ccc3974703b0e67667 MD5sum: 3f645bdd393f539851517a753c21af63 Description: ROS 2 interfaces for NavMap (messages for visualization and layers) Package: ros-lyrical-navmap-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-navmap-ros-interfaces Version: 0.5.1-1resolute.20260901.120027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1465 Depends: ros-lyrical-navmap-ros-interfaces (= 0.5.1-1resolute.20260901.120027) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-ros-interfaces/ros-lyrical-navmap-ros-interfaces-dbgsym_0.5.1-1resolute.20260901.120027_amd64.deb Size: 1193134 SHA256: 6ea4e25dc87c4e6b9ba59b661e1bb4e445a0f29e620ae7083db4410ac7de77f5 SHA1: 4ed6fd07a5d3a095d891fbe42c5c3e08e6291243 MD5sum: a0cb20861762a010a1947bdf9d18bf3b Description: debug symbols for ros-lyrical-navmap-ros-interfaces Build-Ids: 0cbd3f4d56e6e164cf7065583586cbb589844036 0ef3b744c87ded13b13fccbe5eddc11bb6debd96 2fac70520948c0b7890d79093dd8bb3fc18e9ec6 350e0c74fe0598c2355fe2efc893379174c9e75f 4403a8a13069faba5325ca6987da5b29a3ce954c 5221dd83597aad9d709d16dd42dcf77d0ca44fbf 58eccc1188240b276e8c5833c079706cb92f5453 5bfd732b3e3f714dc0f451d9b71e422e8af37acf c3930c55957a1da4a64ee06da54aaf74a42a2c8a d4a20fe55be1ed119d83090d619715859b7b1d1a e4cf2dac74f8f55191726a3612dbba3fe5be6f1b Package: ros-lyrical-navmap-rviz-plugin Version: 0.5.1-1resolute.20260908.162327 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 1007 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libstdc++6 (>= 14), ros-lyrical-rviz-ogre-vendor, ros-lyrical-geometry-msgs, ros-lyrical-navmap-core, ros-lyrical-navmap-ros, ros-lyrical-navmap-ros-interfaces, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz-rendering, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/navmap_rviz_plugin/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-rviz-plugin/ros-lyrical-navmap-rviz-plugin_0.5.1-1resolute.20260908.162327_amd64.deb Size: 212564 SHA256: b7e8e1a5df3a347ae75eac597f95fb912d2f73f86c63acfa9c9be1c4147771d9 SHA1: fa367fa77a9c460068c349624f0e3d51cfad7af4 MD5sum: 46fe987960152f2da128ec33a7ce1fab Description: RViz2 display plugin for NavMap surfaces and layers. Package: ros-lyrical-navmap-rviz-plugin-dbgsym Package-Type: ddeb Source: ros-lyrical-navmap-rviz-plugin Version: 0.5.1-1resolute.20260908.162327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 6719 Depends: ros-lyrical-navmap-rviz-plugin (= 0.5.1-1resolute.20260908.162327) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-navmap-rviz-plugin/ros-lyrical-navmap-rviz-plugin-dbgsym_0.5.1-1resolute.20260908.162327_amd64.deb Size: 5933456 SHA256: fb4748c7e34aabb87f4de7f4d3249521122abfb7c49b8723ab047d008d503675 SHA1: 3e4e72a6dca3c4e09a82bb985a3c08aeb9ceee02 MD5sum: 3bb4be1a284b79b27e3cc3e41096f53b Description: debug symbols for ros-lyrical-navmap-rviz-plugin Build-Ids: a93a8f41cce050f6eea54c915ca3c183e115a7c0 Package: ros-lyrical-ndcurves Version: 2.3.0-1resolute.20260825.034630 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 6096 Depends: libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-lyrical-ament-cmake, ros-lyrical-eigenpy, ros-lyrical-jrl-cmakemodules, ros-lyrical-pinocchio, ros-lyrical-ros-workspace Homepage: http://github.com/loco-3d/ndcurves Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ndcurves/ros-lyrical-ndcurves_2.3.0-1resolute.20260825.034630_amd64.deb Size: 1006450 SHA256: 87619a2bfea563b02eeeceaf960ba38a9aa74935ea35f87cd75ded44fd129d71 SHA1: b0d452104243b628e66e954471ecd91ca83408b2 MD5sum: fa38db6b1ea160080c7c0a428335b32a Description: A template-based Library for creating curves of arbitrary order and dimension Package: ros-lyrical-ndcurves-dbgsym Package-Type: ddeb Source: ros-lyrical-ndcurves Version: 2.3.0-1resolute.20260825.034630 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 29004 Depends: ros-lyrical-ndcurves (= 2.3.0-1resolute.20260825.034630) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ndcurves/ros-lyrical-ndcurves-dbgsym_2.3.0-1resolute.20260825.034630_amd64.deb Size: 23291328 SHA256: 8a9d440f4f495c42d37d01f04a26a7d21803d6de6aece36a7d97acafa58b44de SHA1: 92857b677db8a599d1a1d05315c8e6c3124ec971 MD5sum: ec6c0eb3886de195573fc36c44d68332 Description: debug symbols for ros-lyrical-ndcurves Build-Ids: 42596003273c18709954e0d7a7d9f27eb04ec830 Package: ros-lyrical-neobotix-usboard-msgs Version: 4.0.0-5resolute.20260901.120046 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1888 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/neobotix_usboard_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-neobotix-usboard-msgs/ros-lyrical-neobotix-usboard-msgs_4.0.0-5resolute.20260901.120046_amd64.deb Size: 122350 SHA256: 5e8aa1ac2c63b52eb971c5a90983437d0c16582e667394b1e66b1538d991b06e SHA1: 2edd72d1c6dc92bec8fb1764d12e0a670d87bd1e MD5sum: ec75c0a8c9c0788508c947fc0cb4e6ef Description: neobotix_usboard package Package: ros-lyrical-neobotix-usboard-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-neobotix-usboard-msgs Version: 4.0.0-5resolute.20260901.120046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1205 Depends: ros-lyrical-neobotix-usboard-msgs (= 4.0.0-5resolute.20260901.120046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-neobotix-usboard-msgs/ros-lyrical-neobotix-usboard-msgs-dbgsym_4.0.0-5resolute.20260901.120046_amd64.deb Size: 893592 SHA256: 4c2a55c7d8b8be61f668962c20d1aad4010d0974a4462538ecee46e721855ad8 SHA1: 322d8036d52b3e57a7dd59d62457dc79cac404b7 MD5sum: bf951cc80353984fe2204a380597a581 Description: debug symbols for ros-lyrical-neobotix-usboard-msgs Build-Ids: 2966ff130fa71cc7579b60a375697335f015b823 2dd93ed3632e92fb3abdd7d57f3411091f2f4201 51639a37d7ee962870ce5ef9b2f576d24001970d 54aec7cf3fd5a1e216124d0d162b97928a1b1089 5b0db694df9975f0d297d014484f0ac33a3575dd 6143766b8aa9c1df5a8c46bfff463e45ddf52f17 6d2e06def5370838f7f56892312c88d874b9f700 84131f6c8cbd7b189b65598d04819e94fee6960f 96c509e00abae7deb550f8a1b36f3bb2d2362754 b243e7e82ba55cdf66ad6af04bd916a832ee38d7 beba7e607b8b4494557a456095d2f062b72e451f Package: ros-lyrical-nmea-msgs Version: 2.1.0-4resolute.20260901.120050 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1893 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/nmea_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nmea-msgs/ros-lyrical-nmea-msgs_2.1.0-4resolute.20260901.120050_amd64.deb Size: 165080 SHA256: 8878fc4ba79eb330fffd29d067f986b206703f0a84b6e8e07907c5ad483ed5b2 SHA1: 7a0e192c8d17f487ede8ad27b26d131ca005ef17 MD5sum: 3bbff1665e118706a84c0337e919d720 Description: The nmea_msgs package contains messages related to data in the NMEA format. Package: ros-lyrical-nmea-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-nmea-msgs Version: 2.1.0-4resolute.20260901.120050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1741 Depends: ros-lyrical-nmea-msgs (= 2.1.0-4resolute.20260901.120050) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nmea-msgs/ros-lyrical-nmea-msgs-dbgsym_2.1.0-4resolute.20260901.120050_amd64.deb Size: 1394450 SHA256: 8812c1c82e1b53f2ce81edc8dbcf22f40657b4cd787467f5bd7b93fb0a1ae27f SHA1: 027c6b9e42904d28d1dfafd50721e97378fad3db MD5sum: 7f4733aef72c72e7121c4fb555fc9d8d Description: debug symbols for ros-lyrical-nmea-msgs Build-Ids: 0d454bbfa48477beb91ae2f8d237916aceabfe90 13e0e38aeec7b01be13f6b0c2efc3d82b5b862c1 36ede87b16bf0dd6ba2c845a95ccb7463b0e7f54 4e8e76009169b97ef4e4376dfad8e1fa8636f672 5392cf8e8e9e64d7ec86b26bec066ebb20f527b0 53d052c9eaccc060da74d431ddeab944c14a0f3c 683e01b0201af52c63cd4db568b30e2834d42fc2 786fbc608b806b27720002b4706f53cd4ccacef5 b1eea228253791160cc782dc163fdd746d27d707 b2b2929b4037c10eca0be97c16547ac62d8e3a3b d541ffa2b7e291de1654145ed65b67eb56e67f53 Package: ros-lyrical-nmea-navsat-driver Version: 2.0.1-4resolute.20260901.182642 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 127 Depends: python3-numpy, python3-serial, ros-lyrical-geometry-msgs, ros-lyrical-nmea-msgs, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-tf-transformations, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/nmea_navsat_driver Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nmea-navsat-driver/ros-lyrical-nmea-navsat-driver_2.0.1-4resolute.20260901.182642_amd64.deb Size: 24980 SHA256: b229fe5c321f1ff2b3cb2ecc7cc1670c2bd7df860ae699afa7c12bf50e07e5bd SHA1: 34611a8b2dbc2a57e355cb13e6302e3095cf9cd6 MD5sum: f090eacb7829633e3be8d8127e9fd7fc Description: Package to parse NMEA strings and publish a very simple GPS message. Does not require or use the GPSD deamon. Package: ros-lyrical-nobleo-socketcan-bridge Version: 1.0.4-3resolute.20260901.193345 Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 648 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, linux-libc-dev, ros-lyrical-can-msgs, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-ros-workspace Homepage: https://github.com/nobleo/nobleo_socketcan_bridge Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nobleo-socketcan-bridge/ros-lyrical-nobleo-socketcan-bridge_1.0.4-3resolute.20260901.193345_amd64.deb Size: 154384 SHA256: 22236e7c21fd98d62168e83416783fec8db5258b050d2618db0fba3c984bfed5 SHA1: 6b9c366f5571054fee4ce4bda71c3415cc1a5c0a MD5sum: 4ae699a73d24a8bbb00bb5967b6c3c10 Description: Simple wrapper around SocketCAN Package: ros-lyrical-nobleo-socketcan-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-nobleo-socketcan-bridge Version: 1.0.4-3resolute.20260901.193345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 3233 Depends: ros-lyrical-nobleo-socketcan-bridge (= 1.0.4-3resolute.20260901.193345) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nobleo-socketcan-bridge/ros-lyrical-nobleo-socketcan-bridge-dbgsym_1.0.4-3resolute.20260901.193345_amd64.deb Size: 2784156 SHA256: bca77cbcfa81fe1eadb025be1d8378187910a97e82a36b8ce8cef62a5447e396 SHA1: 27951b3bf5ba102845e9127f97da658e3a585bd6 MD5sum: 7a210ec4177d61c5efce5f3ba8624fab Description: debug symbols for ros-lyrical-nobleo-socketcan-bridge Build-Ids: 78d90427fc30ba289c20f9885e304d629fba449f bb2719d403a2570c8b5cc75d4e851067555b6543 ccd123f0b018723797e58a8d84e56c4939de5dd1 Package: ros-lyrical-nodl Version: 2.0.3-1resolute.20260910.122418 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 44 Depends: ros-lyrical-ament-nodl, ros-lyrical-nodl-common-interfaces, ros-lyrical-nodl-generator-cpp, ros-lyrical-nodl-schema, ros-lyrical-ros2nodl, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nodl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl/ros-lyrical-nodl_2.0.3-1resolute.20260910.122418_amd64.deb Size: 6336 SHA256: 01f30aec01d581cf641811a9cd6450e4eda98875c750c64de8bedca5502091d8 SHA1: 2e1d36c2a4418333272a4efe6cb7fc0376119e5e MD5sum: 9e157afdd6aa3ac52624d5050a4f9f6f Description: ROS 2 Node Definition Language (NoDL) metapackage. Package: ros-lyrical-nodl-common-interfaces Version: 2.0.3-1resolute.20260910.122313 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 56 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nodl_common_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-common-interfaces/ros-lyrical-nodl-common-interfaces_2.0.3-1resolute.20260910.122313_amd64.deb Size: 6734 SHA256: 01c3b92942cf71e337025d5e414dbb668bfe4a25a1ad2915ed65b6b5b9a16d32 SHA1: f8c89c18fb851111eb0cfd20d98d526ca9334cb7 MD5sum: 2127ced81918cabf02ae5f6696f9fe46 Description: NoDL interface descriptions for standard ROS 2 node base classes (rclcpp::Node, rclcpp_lifecycle::LifecycleNode). These descriptions will eventually ship with the upstream packages themselves. Until then, this package registers them in the ament index so that nodl://rclcpp/node and nodl://rclcpp_lifecycle/lifecycle_node resolve correctly. Package: ros-lyrical-nodl-conformance Version: 2.0.3-1resolute.20260910.115418 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 59 Depends: ros-lyrical-nodl-schema, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nodl_conformance/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-conformance/ros-lyrical-nodl-conformance_2.0.3-1resolute.20260910.115418_amd64.deb Size: 12158 SHA256: 7b642838edd0dbae3e8f3c693ffa51d073723da9767fcd201329da8995d49254 SHA1: 26a8b246a53d59841d776da9e4cf2102ae132855 MD5sum: 2a8c9848943e0eaf560b17713692c5f4 Description: Pure semantic comparison for NoDL node interface documents. Package: ros-lyrical-nodl-docgen Version: 2.0.3-1resolute.20260910.115720 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 109 Depends: python3-jinja2, python3-sphinx, python3-yaml, ros-lyrical-nodl-schema, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nodl_docgen/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-docgen/ros-lyrical-nodl-docgen_2.0.3-1resolute.20260910.115720_amd64.deb Size: 27442 SHA256: 74ff4a626bc32029bd210269443342f6532b06ebffd33f932f9495e3dc88eb8b SHA1: e76a5f4fbf83d70d641f72304513871aaece63fa MD5sum: 13099e792b104d1288279cf9f80234eb Description: Documentation generation and Sphinx rendering of ROS 2 Node Definition Language (NoDL) documents. Package: ros-lyrical-nodl-generator-cpp Version: 2.0.3-1resolute.20260910.115411 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 112 Depends: ros-lyrical-generate-parameter-library, ros-lyrical-generate-parameter-library-py, ros-lyrical-nodl-schema, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nodl_generator_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-generator-cpp/ros-lyrical-nodl-generator-cpp_2.0.3-1resolute.20260910.115411_amd64.deb Size: 18618 SHA256: 97e69936e8da8c239c6402ac00dde36c06bfc87f0ed4dcd74925e5c560c5159c SHA1: 176f94bc0f89562f043ad535c89c99fda03b8abe MD5sum: a1aad9e7aa0c86f5edf09ad67f324cbb Description: Generate an rclcpp base-node class from a NoDL document. Package: ros-lyrical-nodl-observe Version: 2.0.3-1resolute.20260910.115453 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 672 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libcli11-dev, ros-lyrical-builtin-interfaces, ros-lyrical-rcl-action, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rmw, ros-lyrical-rosgraph-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nodl_observe/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-observe/ros-lyrical-nodl-observe_2.0.3-1resolute.20260910.115453_amd64.deb Size: 228816 SHA256: 381a2dbaf8a63ca474883c29f5633e0fa273fc030a6a2a14530bd1586aa89b18 SHA1: 1718fa7fb667155c0c68c5264428fc887eb040b6 MD5sum: 0fec9e0bb286ad27aef7961bf0dc35c8 Description: Observe a running ROS node and produce its runtime description as a rosgraph_msgs/Node message. Package: ros-lyrical-nodl-observe-dbgsym Package-Type: ddeb Source: ros-lyrical-nodl-observe Version: 2.0.3-1resolute.20260910.115453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 3317 Depends: ros-lyrical-nodl-observe (= 2.0.3-1resolute.20260910.115453) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-observe/ros-lyrical-nodl-observe-dbgsym_2.0.3-1resolute.20260910.115453_amd64.deb Size: 3097120 SHA256: f0afdb9862f0cd7d4b533440ae05d905f7edad1c49b409caefdce79cbfadc6bb SHA1: f4e2e0d009f52583653c54db798aa91202075e6b MD5sum: 5d60ec50a7417ed9e035d591a5f55db1 Description: debug symbols for ros-lyrical-nodl-observe Build-Ids: 0a98015d8f0204e326263daeeb61024435cd5b51 17da85a7954ca567b0a5f6601c291b94840dd92a Package: ros-lyrical-nodl-python Version: 0.3.1-6resolute.20260728.172822 Architecture: amd64 Maintainer: Ubuntu Robotics Installed-Size: 107 Depends: python3-lxml, ros-lyrical-ament-index-python, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nodl_python/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-python/ros-lyrical-nodl-python_0.3.1-6resolute.20260728.172822_amd64.deb Size: 19848 SHA256: 8c1f71b18d0f61441a34e658d606ee7347b8b3ebb36ae159386cbca0184a707d SHA1: 63e54ccba23cfa7bf623554605cc9abb4d216ce1 MD5sum: f558747b85ab3cae526acce2384149b7 Description: Implementation of the NoDL API in Python. Package: ros-lyrical-nodl-schema Version: 2.0.3-1resolute.20260910.115237 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 168 Depends: python3-jsonschema, python3-pydantic, python3-ruamel.yaml, python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nodl_schema/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-schema/ros-lyrical-nodl-schema_2.0.3-1resolute.20260910.115237_amd64.deb Size: 32772 SHA256: 48924e64950df8fd0d821ba77eb537843320c014e4e7c23756c44454708e8bd3 SHA1: a1b7387ffe67d4b632abcac50ed6b5eabd4e1ae9 MD5sum: 15501b3d620865cfd3fc58142104c316 Description: ROS 2 Node Definition Language (NoDL) schema and validation. Package: ros-lyrical-nodl-to-policy Version: 1.0.0-6resolute.20260910.120136 Architecture: amd64 Maintainer: Abrar Rahman Protyasha Installed-Size: 62 Depends: python3-argcomplete, python3-lxml, ros-lyrical-nodl-python, ros-lyrical-ros2cli, ros-lyrical-ros2nodl, ros-lyrical-ros2run, ros-lyrical-sros2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/nodl_to_policy/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nodl-to-policy/ros-lyrical-nodl-to-policy_1.0.0-6resolute.20260910.120136_amd64.deb Size: 10688 SHA256: 1fec8edc2e93fc3d53bbb0f098e3ad0d277f701ec4cdda7c7c4922b5d1a67b7a SHA1: 4360ebac3dc9b8fb920b172aa857436814fdcb41 MD5sum: 58b63ec381cd4ba1a2d415308a3e669e Description: Package to generate a ROS 2 Access Control Policy from the NoDL description of a ROS system Package: ros-lyrical-nonpersistent-voxel-layer Version: 2.7.0-1resolute.20260901.214309 Architecture: amd64 Maintainer: "Steven Macenski" Installed-Size: 243 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-laser-geometry, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-msgs, ros-lyrical-nav2-voxel-grid, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/non-persisent-voxel-layer Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nonpersistent-voxel-layer/ros-lyrical-nonpersistent-voxel-layer_2.7.0-1resolute.20260901.214309_amd64.deb Size: 68830 SHA256: f6782fb5e4795060a89c25b5e08a5be164cbda3a58ae1772630e09c37ddde277 SHA1: 57187f50636698831b518f546e0d11f3744af775 MD5sum: 17b980cec16d11cd3a6313b8766a1ac4 Description: include This package provides an implementation of a 3D costmap that takes in sensor data from the world, builds a 3D occupancy grid of the data for only one iteration. Package: ros-lyrical-nonpersistent-voxel-layer-dbgsym Package-Type: ddeb Source: ros-lyrical-nonpersistent-voxel-layer Version: 2.7.0-1resolute.20260901.214309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steven Macenski" Installed-Size: 1651 Depends: ros-lyrical-nonpersistent-voxel-layer (= 2.7.0-1resolute.20260901.214309) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-nonpersistent-voxel-layer/ros-lyrical-nonpersistent-voxel-layer-dbgsym_2.7.0-1resolute.20260901.214309_amd64.deb Size: 1562798 SHA256: c87aa015e069f4025fe74b146b27a9b87a71a98e8be01830b5d4ef8fe6c64794 SHA1: b2080371a3ed6b0b8880129c24f9cd5ab74c1737 MD5sum: 5eb48f6b7dce0a00da282dd874d4216a Description: debug symbols for ros-lyrical-nonpersistent-voxel-layer Build-Ids: f48b194b2750e60b5f05308669144647921ccef9 Package: ros-lyrical-novatel-gps-driver Version: 4.3.1-1resolute.20260914.083950 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 3552 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 0.9.8), libstdc++6 (>= 14), libboost-all-dev, libpcap0.8-dev, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-gps-msgs, ros-lyrical-nav-msgs, ros-lyrical-novatel-gps-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-swri-math-util, ros-lyrical-swri-serial-util, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/novatel_gps_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-novatel-gps-driver/ros-lyrical-novatel-gps-driver_4.3.1-1resolute.20260914.083950_amd64.deb Size: 677592 SHA256: 13bcdef9a761e8b89f6011f23d3ae1b8cbabd9da637d384de008b34181d251a9 SHA1: 09ad9d966e28498799f6aa8733c2240144ff704a MD5sum: e2b7e8b67740a717b67cb9c90f8cce6c Description: Driver for NovAtel receivers Package: ros-lyrical-novatel-gps-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-novatel-gps-driver Version: 4.3.1-1resolute.20260914.083950 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 15225 Depends: ros-lyrical-novatel-gps-driver (= 4.3.1-1resolute.20260914.083950) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-novatel-gps-driver/ros-lyrical-novatel-gps-driver-dbgsym_4.3.1-1resolute.20260914.083950_amd64.deb Size: 12958260 SHA256: eac90714f5c028d1a8d6c75b28d733d5116fd2b238fc423da169d596c3fa1279 SHA1: 0f5f4b8004e70062483c8d1cdc1cc53dc85eb7fd MD5sum: da1dd2f48998efc23ac96dc09b52f339 Description: debug symbols for ros-lyrical-novatel-gps-driver Build-Ids: 1f3b2bda378fa12737c8f1b3c90c37c91393abdf ee663913797d59273caf8165e969f6fa58bac55d f545e0e4790165c96a02bb8229e2adfd9a67f6fc Package: ros-lyrical-novatel-gps-msgs Version: 4.3.1-1resolute.20260901.111031 Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 6827 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/novatel_gps_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-novatel-gps-msgs/ros-lyrical-novatel-gps-msgs_4.3.1-1resolute.20260901.111031_amd64.deb Size: 444942 SHA256: 4f183cc47c0d24c51a9e384bf4d62731e7397ab12a393cb9d700b9b625b5db6f SHA1: c00bdd4bda11b69300b39192f4c7c697b8dfc82b MD5sum: 399192e0c8620c28195e02c4372f639c Description: Messages for proprietary (non-NMEA) sentences from Novatel GPS receivers. Package: ros-lyrical-novatel-gps-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-novatel-gps-msgs Version: 4.3.1-1resolute.20260901.111031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 4822 Depends: ros-lyrical-novatel-gps-msgs (= 4.3.1-1resolute.20260901.111031) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-novatel-gps-msgs/ros-lyrical-novatel-gps-msgs-dbgsym_4.3.1-1resolute.20260901.111031_amd64.deb Size: 3838386 SHA256: bbe090c6c65604988140fcf8c58654344d14f678a874848564e012b0adf3c615 SHA1: b52fe412bda5eea94d08b4bd90379f81dc17735c MD5sum: 7671041bc5de4a544a2fd143739cfa1f Description: debug symbols for ros-lyrical-novatel-gps-msgs Build-Ids: 0caed39476d5198ccc1c2140d0b824f43c74b333 2d9307f5a6edcb5de53ace15f95ac6214124450c 37d78fcea8419cf634886b54c6a2ca9fb84d1349 510c5ca67056cc0ab4abc8694a58602fc49e6c36 7543c33e371b4e19f8d3ee00b9fb4c4024b14cde 8454f2f2fd993128b246f7b858a901e3356daf26 c31eec7af6cd56e588ee3e6c2611fb6724be64a3 c6a303b5c37bc9efd933eebc11cceea9f017f9e3 d86fd26c0ec8fc5925447fa692f3214c1ccc698d e3a06a74281b8a193fdc5c02bb9a67f478312917 ee7fb3f887d4ab470212cf063be53f7f33c1a6f2 Package: ros-lyrical-novatel-oem6-msgs Version: 0.3.0-1resolute.20260901.111109 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2816 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/novatel_oem6_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-novatel-oem6-msgs/ros-lyrical-novatel-oem6-msgs_0.3.0-1resolute.20260901.111109_amd64.deb Size: 191866 SHA256: eff49a6310cdf04c6b31ab6b54e7c1392921fe60c11b37d0f100df0779ac5259 SHA1: 6b700b5ffbfbb92a03d5674f4c1e6c0ef46c17f0 MD5sum: 98e8a2dbdd0815c0e28494297cf9903a Description: ROS messages and services for Novatel OEM6 Package: ros-lyrical-novatel-oem6-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-novatel-oem6-msgs Version: 0.3.0-1resolute.20260901.111109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1826 Depends: ros-lyrical-novatel-oem6-msgs (= 0.3.0-1resolute.20260901.111109) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-novatel-oem6-msgs/ros-lyrical-novatel-oem6-msgs-dbgsym_0.3.0-1resolute.20260901.111109_amd64.deb Size: 1384736 SHA256: af58f9ed80d31f85fac872272ae8215e5f7f5ca6a015b4ae6a6ae9b4af55f8d3 SHA1: c81cdfab5c1dcf75cec0c9084d89d936baa4e534 MD5sum: c2c014e619f503446a5a9a27746169af Description: debug symbols for ros-lyrical-novatel-oem6-msgs Build-Ids: 10556658d6c649a6758ec1f4086043c19e9923c6 23d52a576ae602b5e883d337ab484173f89ae721 6cbb644d52f21971bcfd35b4530a3ad8535f7e3e 81a8a919af364ab4accad7145dcc289d432f7975 84afa961bb4c8447fc6017569be3206c251a981c 9501543c21cd188d6bea57245a2d05942bb2fa29 b697c0986394ec06bc5eae0c4929e8a2e14fc8ef d206480e371e118ea968840860c02b6e5227392c d6747918bf9f9aa7463adecef6d8b860ca812588 dd30588d7d57b0f7255c7d3bad9fe19831c4cf50 df5655ee9fdc622d72da9d7d96ced0279b1e76ae Package: ros-lyrical-ntpd-driver Version: 2.3.0-3resolute.20260901.164854 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 540 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpocofoundation112 (>= 1.14.2), libstdc++6 (>= 14), libpoco-dev, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/ntpd_driver Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ntpd-driver/ros-lyrical-ntpd-driver_2.3.0-3resolute.20260901.164854_amd64.deb Size: 118240 SHA256: 1647cb84d940b98bc6c52d8d5cc55faf03d35a060130faacd49684a465c9fd5e SHA1: 25372b1f5fa82efce7cc226cad011530262320be MD5sum: 7f4954a729537a29b69c34862053fa94 Description: ntpd_driver sends TimeReference message time to ntpd server Package: ros-lyrical-ntpd-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-ntpd-driver Version: 2.3.0-3resolute.20260901.164854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2644 Depends: ros-lyrical-ntpd-driver (= 2.3.0-3resolute.20260901.164854) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ntpd-driver/ros-lyrical-ntpd-driver-dbgsym_2.3.0-3resolute.20260901.164854_amd64.deb Size: 2238872 SHA256: 0d5d47da6a0f62cf725ebf4b6fa702e4a24b315bedc30231d7e0ddb8798557ee SHA1: df7201b2dfb35e13b365d7df417eaee6679021da MD5sum: 7b500e76ce89aa6da6f768da6c6ecb33 Description: debug symbols for ros-lyrical-ntpd-driver Build-Ids: 89dc76e638f2773e20b36bb752adcfff0165b1eb e8cdeb1f27083aeb228eeeaa3275628f4eb928ad Package: ros-lyrical-ntrip-client Version: 1.4.1-3resolute.20260901.182704 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 119 Depends: python3-serial, ros-lyrical-nmea-msgs, ros-lyrical-rclpy, ros-lyrical-rtcm-msgs, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/LORD-MicroStrain/ntrip_client Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ntrip-client/ros-lyrical-ntrip-client_1.4.1-3resolute.20260901.182704_amd64.deb Size: 27586 SHA256: 5e7e31e2a850466b2b88a684904cd71765916f0bc1918359a873ab84f6d1f11f SHA1: 611843cb539a81c31fb26576bbee88fb86cafce4 MD5sum: 73522b27994e9284b0a46fa544e3eda9 Description: NTRIP client that will publish RTCM corrections to a ROS topic, and optionally subscribe to NMEA messages to send to an NTRIP server Package: ros-lyrical-ntrip-client-node Version: 0.7.5-1resolute.20260901.161415 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 270 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcurl4-openssl-dev, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rtcm-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ntrip-client-node/ros-lyrical-ntrip-client-node_0.7.5-1resolute.20260901.161415_amd64.deb Size: 78142 SHA256: 8e2c6d8fdd4ec8d0782488455d8a3ff455854874c918105fa18915a3c190e32e SHA1: b63ae18e27bc498b89dbb2d448f5ed78f99aab5d MD5sum: 9d954758feca4a1c74352f6e47b47c87 Description: Publishes RTCM ntrip messages from an external mountpoint Package: ros-lyrical-ntrip-client-node-dbgsym Package-Type: ddeb Source: ros-lyrical-ntrip-client-node Version: 0.7.5-1resolute.20260901.161415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1365 Depends: ros-lyrical-ntrip-client-node (= 0.7.5-1resolute.20260901.161415) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ntrip-client-node/ros-lyrical-ntrip-client-node-dbgsym_0.7.5-1resolute.20260901.161415_amd64.deb Size: 1247272 SHA256: db76c4fac179a0e465a46149e413e40feb16a179554aea803c8d0fa5d95213c6 SHA1: b3edb0395be83773e353ecfdc672eefdd2f86a4e MD5sum: 135249324cc40ca535f027094d8eee67 Description: debug symbols for ros-lyrical-ntrip-client-node Build-Ids: 624d668d349cb9a58e65a427ae88cf1558563fcf 95d095fdc3eff7061773ae38a273fcd4c9ef81a6 Package: ros-lyrical-object-recognition-msgs Version: 2.0.0-6resolute.20260901.130711 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3402 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/object_recognition Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-object-recognition-msgs/ros-lyrical-object-recognition-msgs_2.0.0-6resolute.20260901.130711_amd64.deb Size: 254676 SHA256: 8d90f49f0b8c8e4d66147823c0b904a20f097428b677b5383ce3aab3a5dc9205 SHA1: 35f8481ef9b14ddb48835fb858d2357a44015f1f MD5sum: 63e4e830c5e7617ff421f1aa3c62f464 Description: Object_recognition_msgs contains the ROS message and the actionlib definition used in object_recognition_core Package: ros-lyrical-object-recognition-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-object-recognition-msgs Version: 2.0.0-6resolute.20260901.130711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 2957 Depends: ros-lyrical-object-recognition-msgs (= 2.0.0-6resolute.20260901.130711) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-object-recognition-msgs/ros-lyrical-object-recognition-msgs-dbgsym_2.0.0-6resolute.20260901.130711_amd64.deb Size: 2292190 SHA256: 0e9efdc231ec4455eee7373788e78a7e4994343570d1b0f86cd090bd75677e2d SHA1: c0a367aa9f7d62129dba8a35fbc1a63cb2098116 MD5sum: 7cd31a32c424342d0471a39874bc3b37 Description: debug symbols for ros-lyrical-object-recognition-msgs Build-Ids: 12f32803b11b44309b325ce48f76c119c825332c 20b2d7c16fcbc53dd5397b94cd01df2e51d9ba9e 2dd65b42beff4bd93eeaf5cdedbf289a3e0ab1aa 446e1f44ea3e9aab0c862acb5577945760ec23fd 93d671cde537e300a64fe899f8003d006ebe9e19 afdede4af9c8401c622760122e6010d3b4e36a15 c8385dd78b17097eecc18846928036465017de05 d4022c368f4ae4a9f8631ba78d2f443c3f2ab418 d81e546a48f987d9583bef1cf03c26471e3be17d ddfb06dc02b6c0d813739f8f0b2fb64d6652c92d e549793e99ee3186d18b89ab24ad9a4e9c3483c8 Package: ros-lyrical-octomap-mapping Version: 2.3.1-3resolute.20260901.215105 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 44 Depends: ros-lyrical-octomap-server, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/octomap_mapping Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-mapping/ros-lyrical-octomap-mapping_2.3.1-3resolute.20260901.215105_amd64.deb Size: 5684 SHA256: e1ded88aaff0b5f54332dc2099a7854b79071602195d760b94fffa6f5ba62b8f SHA1: 3297dee0e830a0809dcc993fcc95526f938db4a6 MD5sum: 31d722ee6536a082586bfc7642daa909 Description: Mapping tools to be used with the OctoMap library, implementing a 3D occupancy grid mapping. Package: ros-lyrical-octomap-msgs Version: 2.0.1-3resolute.20260901.121554 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1474 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/octomap_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-msgs/ros-lyrical-octomap-msgs_2.0.1-3resolute.20260901.121554_amd64.deb Size: 127390 SHA256: ba9de471271ce372a5966896b1f16b0e90ee95078e55dd952520e967b1377c52 SHA1: daba7859e52f5f8dc392411dd01d4a8f4ee727df MD5sum: 519f291474b6f658352c9247f152e84a Description: This package provides messages and serializations / conversion for the OctoMap library. This ROS2 version is based on version 0.3.3 of the ROS1 package. Package: ros-lyrical-octomap-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-octomap-msgs Version: 2.0.1-3resolute.20260901.121554 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1172 Depends: ros-lyrical-octomap-msgs (= 2.0.1-3resolute.20260901.121554) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-msgs/ros-lyrical-octomap-msgs-dbgsym_2.0.1-3resolute.20260901.121554_amd64.deb Size: 851652 SHA256: c879e4e7487e51de21cc0664ae8aae1d5db77b7aa35d6db6804f2d5a0b361db9 SHA1: cf8f9b3709b2524450f63df6fe254b3e6a2cc1fd MD5sum: 7ce52fbc9098368d37dd3bfaeab50e76 Description: debug symbols for ros-lyrical-octomap-msgs Build-Ids: 0577e431d8d7f55032ebdebe5263eed5e9a55985 0db249d1d8a7e846ce0f0be16e826b91eff7124e 29a1a9d25bf19adca0ea01fe7f135c31c551bb66 2a4f29d67d9eba8773e3b6d1a7cd7d3c7877c335 4d5fecfa027e50245cadd238d1f25329aa39ad5b 7bb64d9d8b365b0aa8e8328edbe3fd5ba0d8cdec 813df03af56136aefa61942e52c499e78ce399d6 8ca593fbb34f877d633daa5770ab0c875d0f7f9c af6625f59e590896e1e27d05588be47f01fc43d6 b9d57582f5dfa79ee2ca110b50496dc7bc650c2b d9309409bd327f7f45e8ee7896659de9799d253e Package: ros-lyrical-octomap-ros Version: 0.4.5-3resolute.20260901.143050 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 90 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), liboctomap-dev, ros-lyrical-octomap-msgs, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/octomap_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-ros/ros-lyrical-octomap-ros_0.4.5-3resolute.20260901.143050_amd64.deb Size: 17330 SHA256: 375961a2e31fe7eca152126d5f5c6d436ca96d68872b9b27f8a83b2a15ab29bd SHA1: 6f1303cb86b69c4137f3c6f731f7123c8e6e14bf MD5sum: 6dd26cb3ef1b358ed2286f3d10ea7755 Description: octomap_ros provides conversion functions between ROS and OctoMap's native types. This enables a convenvient use of the octomap package in ROS. Package: ros-lyrical-octomap-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-octomap-ros Version: 0.4.5-3resolute.20260901.143050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 129 Depends: ros-lyrical-octomap-ros (= 0.4.5-3resolute.20260901.143050) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-ros/ros-lyrical-octomap-ros-dbgsym_0.4.5-3resolute.20260901.143050_amd64.deb Size: 109462 SHA256: ce5e1e6df2e394f2ffbe15f6f00e2df9d99254cfbace5d683e9f550769053ccf SHA1: 51ad9664631bab8cfa049610142880472db74670 MD5sum: 755dc5138d9c64a69a56a70a8795fe68 Description: debug symbols for ros-lyrical-octomap-ros Build-Ids: 6d2a2ed6b38bd91ee3ce08934a6483f60d302cce Package: ros-lyrical-octomap-rviz-plugins Version: 2.2.0-3resolute.20260908.162434 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1260 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liboctomap1.10 (>= 1.10.0+dfsg), libqt6core6t64 (>= 6.10.2), libstdc++6 (>= 14), ros-lyrical-rviz-ogre-vendor, liboctomap-dev, libqt5core5t64, libqt5gui5t64, libqt5widgets5t64, qtbase5-dev, ros-lyrical-octomap-msgs, ros-lyrical-rclcpp, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz-rendering, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/octomap_rviz_plugins Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-rviz-plugins/ros-lyrical-octomap-rviz-plugins_2.2.0-3resolute.20260908.162434_amd64.deb Size: 300508 SHA256: f5c265ca9c80fcf4446714ebe3a703f00492f2f2b9b25a61a692f16ab8698bc1 SHA1: 0da2715118528f84604d5d0383e69440f8ceab4d MD5sum: d3c1fea9f8a67772f17b8fca2f8d61cc Description: A set of plugins for displaying occupancy information decoded from binary octomap messages. Package: ros-lyrical-octomap-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-octomap-rviz-plugins Version: 2.2.0-3resolute.20260908.162434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 7236 Depends: ros-lyrical-octomap-rviz-plugins (= 2.2.0-3resolute.20260908.162434) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-rviz-plugins/ros-lyrical-octomap-rviz-plugins-dbgsym_2.2.0-3resolute.20260908.162434_amd64.deb Size: 6438620 SHA256: 97a476b80ce9bfea17fcd34783ba5f431ca9036dfd6e61d990dc51a024bfc5c8 SHA1: cd33025a586a6c6fb4307cf48c4657942ecdac68 MD5sum: 8b65f75948786862762c20d2bc7e1ccd Description: debug symbols for ros-lyrical-octomap-rviz-plugins Build-Ids: a838d8ff745ae954e4651d0f3cd7910b946c5a99 Package: ros-lyrical-octomap-server Version: 2.3.1-3resolute.20260901.204134 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 4846 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liboctomap1.10 (>= 1.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libpcl-segmentation1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), liboctomap-dev, libpcl-dev, ros-lyrical-geometry-msgs, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-octomap-msgs, ros-lyrical-octomap-ros, ros-lyrical-pcl-conversions, ros-lyrical-pcl-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/octomap_server Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-server/ros-lyrical-octomap-server_2.3.1-3resolute.20260901.204134_amd64.deb Size: 732330 SHA256: 370373d180db67387501c2b8392b1e43786de0d11231273eea486bf603677a43 SHA1: ec4c13914a248b3b261e4a12d20730c2d811fb4d MD5sum: ff1c0db9851526a28165dacd3a19208b Description: octomap_server loads a 3D map (as Octree-based OctoMap) and distributes it to other nodes in a compact binary format. It also allows to incrementally build 3D OctoMaps, and provides map saving in the node octomap_saver. Package: ros-lyrical-octomap-server-dbgsym Package-Type: ddeb Source: ros-lyrical-octomap-server Version: 2.3.1-3resolute.20260901.204134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 30396 Depends: ros-lyrical-octomap-server (= 2.3.1-3resolute.20260901.204134) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-octomap-server/ros-lyrical-octomap-server-dbgsym_2.3.1-3resolute.20260901.204134_amd64.deb Size: 26571774 SHA256: 96df9986c797e260ab6658e2669239dcaca4017b8cdd611f68ad2c071d5950fd SHA1: 3a25de9c704fa7ced90d8ee0d59f990c39630bbb MD5sum: 3f183ad9c33916d74aa638bee6384cd0 Description: debug symbols for ros-lyrical-octomap-server Build-Ids: 024b14c66b12477e81185b4bed1d02b3e64769c6 03136a2859dfe2a3be955bcd9bdc212d8e528816 091ac445cb757a945565832005876727b77c9d36 139cf07eb5d85da6afbc7c34d0eb745452cbd887 2434b7455e1a715aed9cbba9bb53d4e477925f62 3931b8e013b84b4700f173211a20e8fb42bd96a3 3b817b179d3e2a140888506c7f8b12ffc1c220c8 47270b0abdb9f75105217f73246c112d83f0a8ee 59c0d3809539fd567e32b45e12c378b7fd6b8dd7 9e3cb84762c4e63c6526c7778830c78a96c2f7a1 b3402b1f0390a37555d236aabcd992ae0ed2366c bd71ccfa33e7c263d1b19522c0bfcb12fa7a74df Package: ros-lyrical-odom-to-tf-ros2 Version: 1.0.8-3resolute.20260901.200643 Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 529 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/odom_to_tf_ros2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-odom-to-tf-ros2/ros-lyrical-odom-to-tf-ros2_1.0.8-3resolute.20260901.200643_amd64.deb Size: 117110 SHA256: 06922631618b2b59bf97728f579f60653e489969539ce4c0e5ed6e5c2f5ab166 SHA1: 0259b2aa485ade8db8b25dd3da7696697d9feca5 MD5sum: 934c3190c35103e1e99799679354ad8e Description: A simple ros2 package (node) that reads an odom topic and generates the equivalent tf connection (transformation). It also provides options to override frame names, or just use the ones in the original odom topic. Package: ros-lyrical-odom-to-tf-ros2-dbgsym Package-Type: ddeb Source: ros-lyrical-odom-to-tf-ros2 Version: 1.0.8-3resolute.20260901.200643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Stavrinos Installed-Size: 2489 Depends: ros-lyrical-odom-to-tf-ros2 (= 1.0.8-3resolute.20260901.200643) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-odom-to-tf-ros2/ros-lyrical-odom-to-tf-ros2-dbgsym_1.0.8-3resolute.20260901.200643_amd64.deb Size: 2076050 SHA256: b5d1bd943842e8198d6213d715236ea749999a0ed0e27557f52c6f3a0e52eb31 SHA1: 8ec31b98ed7672dbe78965bae5dccf5710147da3 MD5sum: 09123dab8871c897e4e42c5ff6a51508 Description: debug symbols for ros-lyrical-odom-to-tf-ros2 Build-Ids: 8a35210be8e1e9ed6a6565ec3ac36141a76eaf76 Package: ros-lyrical-odri-master-board-sdk Version: 1.0.7-4resolute.20260728.174632 Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 385 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), git, libboost-python-dev, python3-dev, python3-numpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/odri_master_board_sdk/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-odri-master-board-sdk/ros-lyrical-odri-master-board-sdk_1.0.7-4resolute.20260728.174632_amd64.deb Size: 75066 SHA256: 8d59a9249c4756d6db373e872905824c90017fc616e37f8d52f658e9f140068b SHA1: b7692cdf8cad46d66a67b03fe0acf5e069f4c157 MD5sum: b6eb1ee853c0a2c0320dba5ecf937f1d Description: This project contains the sdk for the communication between a computer and the master-board Package: ros-lyrical-odri-master-board-sdk-dbgsym Package-Type: ddeb Source: ros-lyrical-odri-master-board-sdk Version: 1.0.7-4resolute.20260728.174632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 822 Depends: ros-lyrical-odri-master-board-sdk (= 1.0.7-4resolute.20260728.174632) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-odri-master-board-sdk/ros-lyrical-odri-master-board-sdk-dbgsym_1.0.7-4resolute.20260728.174632_amd64.deb Size: 596168 SHA256: fd4ec99fe73ebd9a60119bca62e5297e5fba3a858cc4e0e06f77e9e283f50763 SHA1: f657de5fb4b5552363634a64719ee35a3a6a4c5e MD5sum: ff9e0cfc151f3dd225dcad4cf5828837 Description: debug symbols for ros-lyrical-odri-master-board-sdk Build-Ids: 1c014eaaa1763c8619b37f4ed02d0c30bd71d456 1f09b9851bd4d27ed024b3760df4ae923b2ce9e9 3e2021fe272e7bf723bff7c6748349702168b680 60f19e4daba1b20274354bfaf6f17daca7c2e98c c2b072f08a6b014e9949da0a6c8e347c77c7cb21 Package: ros-lyrical-off-highway-can Version: 1.3.0-3resolute.20260908.084220 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 872 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-can-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-rclcpp, ros-lyrical-ros2-socketcan-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_can/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-can/ros-lyrical-off-highway-can_1.3.0-3resolute.20260908.084220_amd64.deb Size: 166084 SHA256: 083681e9404c838d6c499db6524c6d022fd425fef064af2169ef10ef8fbbd394 SHA1: 71cf07c517c9694ae8cd2c498de8f1218b11d04f MD5sum: 28e5e4cead9017fa1c74b6562e80082a Description: The off_highway_can package Package: ros-lyrical-off-highway-can-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-can Version: 1.3.0-3resolute.20260908.084220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4096 Depends: ros-lyrical-off-highway-can (= 1.3.0-3resolute.20260908.084220) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-can/ros-lyrical-off-highway-can-dbgsym_1.3.0-3resolute.20260908.084220_amd64.deb Size: 3388172 SHA256: 107a09328184010f9cc57b856ef0c69f453d1716c618c9401affb05475f5ade6 SHA1: 7843f95a7111d4e05300dcdd068b05696b2c771f MD5sum: 1eabbbb027cf09c4f4fc650d3e1127c9 Description: debug symbols for ros-lyrical-off-highway-can Build-Ids: b238cde9cd7f18428a6d2f675f2b35b054986e30 Package: ros-lyrical-off-highway-general-purpose-radar Version: 1.3.0-3resolute.20260908.084928 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 546 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-can-msgs, ros-lyrical-off-highway-can, ros-lyrical-off-highway-general-purpose-radar-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_general_purpose_radar/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-general-purpose-radar/ros-lyrical-off-highway-general-purpose-radar_1.3.0-3resolute.20260908.084928_amd64.deb Size: 156174 SHA256: dcc89d90b7d3993c8a1ac24270e74106c4d811543878f8f58191250a9483a38f SHA1: bc8f661e7fcf05498333128720a38575b28c5774 MD5sum: 15eb1892fbf5ca4c18182ed4d6c07a26 Description: The off_highway_general_purpose_radar package Package: ros-lyrical-off-highway-general-purpose-radar-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-general-purpose-radar Version: 1.3.0-3resolute.20260908.084928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2706 Depends: ros-lyrical-off-highway-general-purpose-radar (= 1.3.0-3resolute.20260908.084928) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-general-purpose-radar/ros-lyrical-off-highway-general-purpose-radar-dbgsym_1.3.0-3resolute.20260908.084928_amd64.deb Size: 2449204 SHA256: 37691727622a02a3b41d53729ff34b07aca7d4550692f7f33ca26c8a4fe1646a SHA1: 54215af2fa6027b9ebfdaad081e2cbe58eb3e802 MD5sum: ffa7729eb6cc2585287969d53340443d Description: debug symbols for ros-lyrical-off-highway-general-purpose-radar Build-Ids: 876d2707b31b46d31f1d7df6163988a03a030e3b fdcf71589cd2c3e71582414f0a21e55565c03826 Package: ros-lyrical-off-highway-general-purpose-radar-msgs Version: 1.3.0-3resolute.20260901.111112 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1191 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_general_purpose_radar_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-general-purpose-radar-msgs/ros-lyrical-off-highway-general-purpose-radar-msgs_1.3.0-3resolute.20260901.111112_amd64.deb Size: 91126 SHA256: 2a0743f51a35478eabb452173f476403910ef4e9a33d7bd8995c34c4ae3aab38 SHA1: d817da6a7024bb3ad90465fb98a7402ad9fc24e4 MD5sum: 07a78856087e852e62aad038c0084443 Description: The off_highway_general_purpose_radar_msgs package Package: ros-lyrical-off-highway-general-purpose-radar-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-general-purpose-radar-msgs Version: 1.3.0-3resolute.20260901.111112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 843 Depends: ros-lyrical-off-highway-general-purpose-radar-msgs (= 1.3.0-3resolute.20260901.111112) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-general-purpose-radar-msgs/ros-lyrical-off-highway-general-purpose-radar-msgs-dbgsym_1.3.0-3resolute.20260901.111112_amd64.deb Size: 599644 SHA256: 741e259ff5db75457ec1908309125a8d782831e9521cc3b3c12fd247d3919abe SHA1: fba55e6b424eaede6ac2ed9f8fe8753269667342 MD5sum: 355cd1d6d291e6ae83f4946bca985e8b Description: debug symbols for ros-lyrical-off-highway-general-purpose-radar-msgs Build-Ids: 0092278ace72c210cdb1c5f5fde4fbcc6530c861 01352ad5db99ccf52c3d22d5d464e4572bf5900d 3f9cc927d2c58a27ed054c89f0c74f533814697e 4b62334125f874ecc7d6755e581b712c70a73151 53a8a4e616836e8a26c9fd37035f6362734acb0f 65e06017c30b3885f04f9649e0f8620ee1925baf 7ce60ebf7b807cdfadafb04052415716b3caae3e a49d64e0ca7130b8109beb4251adabd9980b5435 c4fced3447c8db547f85f3c9faa6df02a3db49ae d3b98a72e9a997becf689678c8d0130e34006f09 f37f62bdb5667f77a869feb4998ba7c80fdffc0b Package: ros-lyrical-off-highway-mm7p10 Version: 1.3.0-3resolute.20260908.084740 Architecture: amd64 Maintainer: Darius Man Installed-Size: 344 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-can-msgs, ros-lyrical-off-highway-can, ros-lyrical-off-highway-mm7p10-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_mm7p10/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-mm7p10/ros-lyrical-off-highway-mm7p10_1.3.0-3resolute.20260908.084740_amd64.deb Size: 91500 SHA256: 09f87f2624d44c1c90f47958fa795490ed69cd65cd9c5d383ba70cd16fd471dd SHA1: 1ead3dd7f50a0bc98ba2decd82cc84669f142a6d MD5sum: 720d5db039c337b99c2468de4c28e7bd Description: The off_highway_mm7p10 package Package: ros-lyrical-off-highway-mm7p10-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-mm7p10 Version: 1.3.0-3resolute.20260908.084740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 1630 Depends: ros-lyrical-off-highway-mm7p10 (= 1.3.0-3resolute.20260908.084740) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-mm7p10/ros-lyrical-off-highway-mm7p10-dbgsym_1.3.0-3resolute.20260908.084740_amd64.deb Size: 1470614 SHA256: 1215da647620b67f4f6328b0979bd2fd1b37579996d459916a5679c55bca3901 SHA1: 26c93e96fced397bcf84fde846b21e93bd02887c MD5sum: 5dc7d1edcef35538fb01212e6d9b1c0f Description: debug symbols for ros-lyrical-off-highway-mm7p10 Build-Ids: 68a48701c18142dad9ead48cde7eae369851dad4 b91714078a6579108fae28bb1a4bbf3fd0877658 Package: ros-lyrical-off-highway-mm7p10-msgs Version: 1.3.0-3resolute.20260901.111125 Architecture: amd64 Maintainer: Darius Man Installed-Size: 500 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_mm7p10_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-mm7p10-msgs/ros-lyrical-off-highway-mm7p10-msgs_1.3.0-3resolute.20260901.111125_amd64.deb Size: 46622 SHA256: 8e894a77b5b190dfeea84884dcdf8c8caa0b962edb7d76b28e24fe83eaeaab63 SHA1: 675edc58dcb4181f4d6fdd1fc3569dfac9ce9458 MD5sum: f4aad06517675c62b72acd4ae1c3bb65 Description: The off_highway_mm7p10_msgs package Package: ros-lyrical-off-highway-mm7p10-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-mm7p10-msgs Version: 1.3.0-3resolute.20260901.111125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 332 Depends: ros-lyrical-off-highway-mm7p10-msgs (= 1.3.0-3resolute.20260901.111125) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-mm7p10-msgs/ros-lyrical-off-highway-mm7p10-msgs-dbgsym_1.3.0-3resolute.20260901.111125_amd64.deb Size: 195852 SHA256: 3db2edd91a31558005694b23c21c558620ef8eb7ddb7bac9997acf0d0f8a002e SHA1: d79a91a7e91c5c01e631c309bfffbd47db54fa60 MD5sum: 6d3920d1e54c9b1489f6e3bd9fa1a853 Description: debug symbols for ros-lyrical-off-highway-mm7p10-msgs Build-Ids: 03a0f738106e31855dd8ef8090e8f7b9d7edf67b 0873ebe0d5dcfeb8291c5601c6b9edacf0a987a7 1597b3481b49a0ee6dbf7b65a862d3ae9776e620 1b4dad293986e8235442156d6346c57eb0552e4f 6a3a3325e8789b1071e5912f7a3533c0dd51f38b 846f3203b5433fb531fd0ccdb7c386b1e35eadb0 891b72ffbd7bc67603a49d5a0cd46b5d36ef0a28 b2665a52246f5078d2d1f4ba0e35475fd559f4f2 cb561078e289873b52dafeca07b0dfad757713bb d339f4325e8dfb5066876f2902a0dc6c20d97a49 e67580572d6b2e970104b56dd602ac290760221a Package: ros-lyrical-off-highway-premium-radar-msgs Version: 1.3.0-3resolute.20260901.125628 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3328 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_premium_radar_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-premium-radar-msgs/ros-lyrical-off-highway-premium-radar-msgs_1.3.0-3resolute.20260901.125628_amd64.deb Size: 224288 SHA256: 9e7a2ab9c682fb3ae3812e801575bf3a55d0521faf7e5f0a42845b396ee8acfc SHA1: 51cb403c32a971a92a468158a3286162ee3219eb MD5sum: 8dc155869db0a8372e3a1b04ed18c013 Description: The off_highway_premium_radar_msgs package Package: ros-lyrical-off-highway-premium-radar-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-premium-radar-msgs Version: 1.3.0-3resolute.20260901.125628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2304 Depends: ros-lyrical-off-highway-premium-radar-msgs (= 1.3.0-3resolute.20260901.125628) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-premium-radar-msgs/ros-lyrical-off-highway-premium-radar-msgs-dbgsym_1.3.0-3resolute.20260901.125628_amd64.deb Size: 1702370 SHA256: 67cb8df1cae2043d2c66c24e70b17c2818d5421d8dc42cc14aab92d9f0610f09 SHA1: 181b9ffa44980959e96cdfcb5ff0ff2b3a8c3adf MD5sum: 78d5650fbaaa394902913eff5ed0898b Description: debug symbols for ros-lyrical-off-highway-premium-radar-msgs Build-Ids: 0e5078a390482561f5e7098fa1159aae070e38b2 29d80ddf133cd24671aadc9847a81899df2084ad 503e34ba0356bfed3fee25f6974b7312b9db153f 61e88750fdd4fdd619ed60bb885fa57f201bcef5 7719e123ada5856795d4daea594a0d6437d3adb5 83cd42a3b5598b3de3eddf84ca5cd2284c224938 89626870709e2e4a747073f5c0825881b683f2a1 8af1999e93a73694b9bfb5ed47e876f2300179e5 a6ee179597d9c947f73b5bcc575715883c77ed98 cdca18ff5bbca5960cbc9bac470aa53189a98ffa e91a5a0483f1581c982985f266127922ccf6a389 Package: ros-lyrical-off-highway-premium-radar-sample-msgs Version: 1.3.0-3resolute.20260901.134032 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5111 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_premium_radar_sample_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-premium-radar-sample-msgs/ros-lyrical-off-highway-premium-radar-sample-msgs_1.3.0-3resolute.20260901.134032_amd64.deb Size: 314636 SHA256: 4079f3fe263f4d25da0867308173af82367011c6b35d5d11b793f3f298a92016 SHA1: 1e0093a672cbfd0115d6c93e7f42432be251a6da MD5sum: b2ed964188b4947a5615e31089b6fe1b Description: The off_highway_premium_radar_sample_msgs package Package: ros-lyrical-off-highway-premium-radar-sample-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-premium-radar-sample-msgs Version: 1.3.0-3resolute.20260901.134032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3509 Depends: ros-lyrical-off-highway-premium-radar-sample-msgs (= 1.3.0-3resolute.20260901.134032) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-premium-radar-sample-msgs/ros-lyrical-off-highway-premium-radar-sample-msgs-dbgsym_1.3.0-3resolute.20260901.134032_amd64.deb Size: 2593716 SHA256: 48cca5561c7207972471c2459cec8eaf540b9e6aba7498c124003efa7eb538ed SHA1: ff9f1d2ef80c45f884ceaa85d94f70562f9ec9dc MD5sum: 815a216b94bd7aa36f0e94404f9f7650 Description: debug symbols for ros-lyrical-off-highway-premium-radar-sample-msgs Build-Ids: 249f63cbfbc3cac0c195bedc2ceb9bb69cf30888 3238b108b1c5f87bdea1cf9395daf413e11d4b04 4befb0ae148f69235b08823ddbaad76a16cc773c 51e96481aac61c23ba9c62d70952dff445d4297b 6a7867a1183995ba1475d5a9d65eb437c032a694 92cd1b7318b9f99e1124da42a33bbea441db4661 9e393c739d2e8ff276fb894360f37f6a3e218b9f 9fae9c1c8e8a1385fb790e0714d4def02a3fbf23 ca2ebd3826f46f214c123e04ca27405f854f0aae e14c5f2a43429031fb0872a92e4802d899f358d6 ef020e4831a2b0e62938d861a7a6630f1ecf800e Package: ros-lyrical-off-highway-radar Version: 1.3.0-3resolute.20260908.084746 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 951 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-can-msgs, ros-lyrical-off-highway-can, ros-lyrical-off-highway-radar-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_radar/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-radar/ros-lyrical-off-highway-radar_1.3.0-3resolute.20260908.084746_amd64.deb Size: 223064 SHA256: c2f39e6565bbbe4c9e5b23b6ea7caa14c023c4acd5f22fab104c23fe5824f8c5 SHA1: 3ced13851f8789fd2af48cf6c9661365321b35f4 MD5sum: e28744dc5d631c7528a48dd15a44e91d Description: The off_highway_radar package Package: ros-lyrical-off-highway-radar-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-radar Version: 1.3.0-3resolute.20260908.084746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4961 Depends: ros-lyrical-off-highway-radar (= 1.3.0-3resolute.20260908.084746) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-radar/ros-lyrical-off-highway-radar-dbgsym_1.3.0-3resolute.20260908.084746_amd64.deb Size: 4195516 SHA256: 14b3295b6d04f8ec62db4bb743fea5142440c9516170a085f4d06690b68f91a0 SHA1: c565f24a06dd18d5bc3f283278bce5c7e5f83f8b MD5sum: e195266021f175621e15b7c0c9c9a3d1 Description: debug symbols for ros-lyrical-off-highway-radar Build-Ids: 19e2ba1be8f0b0360f1fd2e1e08c22918a21b5c4 247773e6c76d2c1a28f56d604ad361e6edc31337 f3c0c2d17b61ba1d75a1528045c754568c7e24ba Package: ros-lyrical-off-highway-radar-msgs Version: 1.3.0-3resolute.20260901.121714 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1162 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_radar_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-radar-msgs/ros-lyrical-off-highway-radar-msgs_1.3.0-3resolute.20260901.121714_amd64.deb Size: 95282 SHA256: 4da707e33f748b09db3b2b57acf3cf965efd066a978b7ed52c2ad93a829e46c4 SHA1: f6b11171b080e5e7f7a0f18cd023652c7081f4be MD5sum: 0d8b1ee5bcbd1cdc3c5beeb0c2e0c731 Description: The off_highway_radar_msgs package Package: ros-lyrical-off-highway-radar-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-radar-msgs Version: 1.3.0-3resolute.20260901.121714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 851 Depends: ros-lyrical-off-highway-radar-msgs (= 1.3.0-3resolute.20260901.121714) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-radar-msgs/ros-lyrical-off-highway-radar-msgs-dbgsym_1.3.0-3resolute.20260901.121714_amd64.deb Size: 612900 SHA256: 07a49aadcaf5d40fcd70453923fd0017a8c3f678f0738d53c58fb634e49d2a9c SHA1: a598e315e99cc602e1ea67dd6354905caf6407c4 MD5sum: 03eae6558f9f65290a30566ff4652c06 Description: debug symbols for ros-lyrical-off-highway-radar-msgs Build-Ids: 232aa5bb7017bf1217cd1c86feafbbbaee573ef8 4b3d9f400a6e8cf13b3d198372c4558ef786fb80 545e84e8e9224f2530a43ed989830c0b144bddf6 707bcd7e679f4c3b1ca912e5a440a4b58531a946 733c8cfaa93fa7b6ba6dc271620bf39bcd6cad17 8ab471a14ff36b6cef1020287cea6678ccd2fcdc 973e2375050b5e518ca4352f3bc2df08a6b56f75 b790f8625fed099f2548c95313546128d02e5624 bb3a6fd87b0d063edaed52bca84926e90eaed90c d474280fe3b8adddc78d0135bf55bbf4df0a4147 ffde69c52b87469e5a99ed061f3ebe340c53fe8e Package: ros-lyrical-off-highway-uss Version: 1.3.0-3resolute.20260908.084738 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1064 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-can-msgs, ros-lyrical-off-highway-can, ros-lyrical-off-highway-uss-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_uss/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-uss/ros-lyrical-off-highway-uss_1.3.0-3resolute.20260908.084738_amd64.deb Size: 240650 SHA256: 53f753a03796cbd4eb805d3fb44bc7fce74bc987085a8c31854d9fa4ec142ff7 SHA1: 0c84fcba0195eccb15b5b91b53de3b525e2e8f86 MD5sum: 756794df1c8bfa282e448019ab975e95 Description: The off_highway_uss package Package: ros-lyrical-off-highway-uss-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-uss Version: 1.3.0-3resolute.20260908.084738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5547 Depends: ros-lyrical-off-highway-uss (= 1.3.0-3resolute.20260908.084738) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-uss/ros-lyrical-off-highway-uss-dbgsym_1.3.0-3resolute.20260908.084738_amd64.deb Size: 4570800 SHA256: a8662c56116ae5e6a7fd097fdf0004e34bb9fdc3bb6f08a91f51f4e4f996d72e SHA1: c9e62fcda95c3807ce784ccdc023bcd4f7514a70 MD5sum: ebdc21e401b1c994112073641470c1f4 Description: debug symbols for ros-lyrical-off-highway-uss Build-Ids: 13115b490a8a3f533935022b0b9abbfb034e7957 9cd7149bb309935af23c0ae766e5c8d443858e10 ceb6c55467cbaa8ac1f13c8d31dff85b6fdc3950 Package: ros-lyrical-off-highway-uss-msgs Version: 1.3.0-3resolute.20260901.121720 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1344 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/off_highway_uss_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-uss-msgs/ros-lyrical-off-highway-uss-msgs_1.3.0-3resolute.20260901.121720_amd64.deb Size: 109220 SHA256: 12da1a46fd4519554d3d0f5ba0a8046ef48aee09a14bf16da20f7cc19b3c7e9b SHA1: 1878cd5781ebd4b0a8a34fd6210e07c1a87056de MD5sum: dd1b01ce77f77aa0adfc61ee7a6a1c3e Description: The off_highway_uss_msgs package Package: ros-lyrical-off-highway-uss-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-off-highway-uss-msgs Version: 1.3.0-3resolute.20260901.121720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1078 Depends: ros-lyrical-off-highway-uss-msgs (= 1.3.0-3resolute.20260901.121720) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-off-highway-uss-msgs/ros-lyrical-off-highway-uss-msgs-dbgsym_1.3.0-3resolute.20260901.121720_amd64.deb Size: 801908 SHA256: bd86fd6d1b0b327ea370cc1e86e94491b48b71b2435c589142f6ca130702432c SHA1: 08b6caa27531b8884e725ef8d704f7be1941769a MD5sum: 690000695378a8687667c15c3deada82 Description: debug symbols for ros-lyrical-off-highway-uss-msgs Build-Ids: 073fbddabb54e6a00370c3fcfd611b4ac33fee12 14c5a5683a67cca879ad43494ebc574052be5e7c 1d5b7f7c3e2006c955bd6315786a9496d1706372 6ea76180e8783adb0cff58ac0f6c7ed0283a6d76 760864200336391ec361c2234933bbd96069b0fc 7742d982aa3c8d212a1b7ff6d7385353b758bf13 7cfeecf6703bfe1ef9ee532fa93a7261c6be7cf1 91d9340f27e59a4f6d254b8d3ed9d747a3784145 d422fb2af448062770012a3a50f0e03587c702d9 fd28cdf60f38bbcb780638140c6c1dbafd74bc42 ffcaec7881b6788eb8b07721714f5896fc227a78 Package: ros-lyrical-om-joint-trajectory-command-broadcaster Version: 4.1.2-3resolute.20260908.112714 Architecture: amd64 Maintainer: Pyo Installed-Size: 699 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-builtin-interfaces, ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-pluginlib, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rcutils, ros-lyrical-realtime-tools, ros-lyrical-sensor-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/om_joint_trajectory_command_broadcaster/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-om-joint-trajectory-command-broadcaster/ros-lyrical-om-joint-trajectory-command-broadcaster_4.1.2-3resolute.20260908.112714_amd64.deb Size: 159896 SHA256: 58d1f25e3224ebe1de6be0cbdf067df1ecc9dc7cc3e9d651b446a893abbf0ed7 SHA1: ff86fc85c6c379044ab2c216eb7e618db2d03523 MD5sum: 20d5198437d532b4f127c0cb5524c372 Description: Joint Trajectory Command Broadcaster ROS 2 package. Package: ros-lyrical-om-joint-trajectory-command-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-om-joint-trajectory-command-broadcaster Version: 4.1.2-3resolute.20260908.112714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3185 Depends: ros-lyrical-om-joint-trajectory-command-broadcaster (= 4.1.2-3resolute.20260908.112714) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-om-joint-trajectory-command-broadcaster/ros-lyrical-om-joint-trajectory-command-broadcaster-dbgsym_4.1.2-3resolute.20260908.112714_amd64.deb Size: 2723494 SHA256: 49798ee108421c6a65860763fea12b2851154f34c235269b9609a7bb93989bcb SHA1: 7d5897971525e42ec23c8d92c2d0cf334e567518 MD5sum: f2e41d969adf93ecf49ee5c9581f9901 Description: debug symbols for ros-lyrical-om-joint-trajectory-command-broadcaster Build-Ids: fa26582c61d31abfbb9244df68fc5e6703ab7740 Package: ros-lyrical-om-spring-actuator-controller Version: 4.1.2-3resolute.20260908.112450 Architecture: amd64 Maintainer: Pyo Installed-Size: 256 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/om_spring_actuator_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-om-spring-actuator-controller/ros-lyrical-om-spring-actuator-controller_4.1.2-3resolute.20260908.112450_amd64.deb Size: 65268 SHA256: a32bf3453abf99ea727b51acd867dde275b2596ba6a40fc3171c3014c690c4b6 SHA1: 69528b9389a163c37ecde7994300d81b577c8598 MD5sum: 80bcd4d67ed41859086670c0c8a559da Description: Spring Actuator Controller ROS 2 package. Package: ros-lyrical-om-spring-actuator-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-om-spring-actuator-controller Version: 4.1.2-3resolute.20260908.112450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 834 Depends: ros-lyrical-om-spring-actuator-controller (= 4.1.2-3resolute.20260908.112450) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-om-spring-actuator-controller/ros-lyrical-om-spring-actuator-controller-dbgsym_4.1.2-3resolute.20260908.112450_amd64.deb Size: 771860 SHA256: 7bb62bd33f7a66406abdd6a7c15709403b91dbdf7e326617f8f104716441e325 SHA1: 96fd727077758c063b444f6aae03b7f21494326a MD5sum: 44466cf035239f0e7029e6022f256bf5 Description: debug symbols for ros-lyrical-om-spring-actuator-controller Build-Ids: 5927f5b60208585ca4416e7e3d88d8f551e86996 Package: ros-lyrical-omni-wheel-drive-controller Version: 6.9.0-1resolute.20260908.112454 Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 1079 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-tf2, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/omni_wheel_drive_controller/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-omni-wheel-drive-controller/ros-lyrical-omni-wheel-drive-controller_6.9.0-1resolute.20260908.112454_amd64.deb Size: 287082 SHA256: 37648bdffa30a3893613a52f65fb1a459acea5eeabf20758cf29d1e240202076 SHA1: c3fa6ca8ad0c0ca982f474b44a081ac0c8997695 MD5sum: 23a923aa7394b1611f7f08d84124dc86 Description: A chainable controller for mobile robots with omnidirectional drive with three or more omni wheels. Package: ros-lyrical-omni-wheel-drive-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-omni-wheel-drive-controller Version: 6.9.0-1resolute.20260908.112454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 9976 Depends: ros-lyrical-omni-wheel-drive-controller (= 6.9.0-1resolute.20260908.112454) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-omni-wheel-drive-controller/ros-lyrical-omni-wheel-drive-controller-dbgsym_6.9.0-1resolute.20260908.112454_amd64.deb Size: 9474768 SHA256: 09c19158940ce5308e6b64699c42ad2f55db37aabcfacb0b5b66335d91329a17 SHA1: f603edc901cee385437fc97b036e9848c386cfc0 MD5sum: 5432e602b23d5cee08844fb4a97fc72f Description: debug symbols for ros-lyrical-omni-wheel-drive-controller Build-Ids: 0d736bedfcea32a1bb7135166405ba5190fe1b0d Package: ros-lyrical-ompl Version: 2.0.2-1resolute.20260828.214023 Architecture: amd64 Maintainer: "Mark Moll" Installed-Size: 29849 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.43), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), libboost-program-options-dev, libboost-program-options1.83.0, libboost-serialization-dev, libboost-serialization1.83.0, libboost-system-dev, libeigen3-dev, libflann1.9, libyaml-cpp-dev, ros-lyrical-ros-workspace Homepage: https://ompl.kavrakilab.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ompl/ros-lyrical-ompl_2.0.2-1resolute.20260828.214023_amd64.deb Size: 3087600 SHA256: d533bb53b54cc26f921a047cad9bdbea2d7df3f4163e5161ff8ef1484d7929fc SHA1: 6d1b35aedd0c3f8c8d7f76f9df33da6193956f55 MD5sum: 5be2443d2320ed6cae7409ddeacd0560 Description: OMPL is a free sampling-based motion planning library. Package: ros-lyrical-ompl-dbgsym Package-Type: ddeb Source: ros-lyrical-ompl Version: 2.0.2-1resolute.20260828.214023 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mark Moll" Installed-Size: 67483 Depends: ros-lyrical-ompl (= 2.0.2-1resolute.20260828.214023) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ompl/ros-lyrical-ompl-dbgsym_2.0.2-1resolute.20260828.214023_amd64.deb Size: 62941718 SHA256: 06c90dfa144d2c2a8ceb4914afbccaff403b8d7f7b6b5beab0f9ae444930b489 SHA1: 48c6be207a66032f26b072926649fba083e0a33d MD5sum: 3ca509e0637a809d2fa659b3e3777c1e Description: debug symbols for ros-lyrical-ompl Build-Ids: 30d6a787019c324f2a3a271eb733758acb54ad7c 9d1cfe922aba3691bb5eca033b5c92cedabc5020 Package: ros-lyrical-onnxruntime-vendor Version: 0.1.0-2resolute.20260728.205928 Architecture: amd64 Maintainer: "Julia Jia" Installed-Size: 22592 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.0), libstdc++6 (>= 10.2), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/onnxruntime_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-onnxruntime-vendor/ros-lyrical-onnxruntime-vendor_0.1.0-2resolute.20260728.205928_amd64.deb Size: 6334654 SHA256: b7984818891a436846f957571ff9aa976f8d73b1654285469b38efb71e57829c SHA1: ef3e0a812b6b24e869861c261518d9498c71cc98 MD5sum: ea6560ca76a360025ebce879ca3c796e Description: Vendor package for ONNX Runtime 1.24.3 Package: ros-lyrical-open-manipulator-bringup Version: 4.1.2-3resolute.20260908.162243 Architecture: amd64 Maintainer: Pyo Installed-Size: 233 Depends: ros-lyrical-dynamixel-hardware-interface, ros-lyrical-gz-ros2-control, ros-lyrical-open-manipulator-description, ros-lyrical-rclpy, ros-lyrical-robot-state-publisher, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-image, ros-lyrical-ros-gz-sim, ros-lyrical-ros2-control, ros-lyrical-ros2-controllers, ros-lyrical-rviz2, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-bringup/ros-lyrical-open-manipulator-bringup_4.1.2-3resolute.20260908.162243_amd64.deb Size: 23022 SHA256: cd653e46153408316a0bca637ec96161a3d9ce0dcd7b9d037d5a9c47989b78bf SHA1: d9ae0fe72fb1c316092ad2a2618b376c34c103c7 MD5sum: 52be2bda8948a4d2665db05f283373e5 Description: OpenMANIPULATOR bringup ROS 2 package. Package: ros-lyrical-open-manipulator-collision Version: 4.1.2-3resolute.20260901.151310 Architecture: amd64 Maintainer: Pyo Installed-Size: 649 Depends: libc6 (>= 2.34), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libeigen3-dev, libfcl-dev, ros-lyrical-kdl-parser, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-urdf, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-collision/ros-lyrical-open-manipulator-collision_4.1.2-3resolute.20260901.151310_amd64.deb Size: 150654 SHA256: 74a25b4f19e056fccee752a04752135e8460c5589e57bb39b7043bd0eacc7ade SHA1: cb3e7b2cf1c2a0af93a11dfd07f6960d7d22ceb8 MD5sum: 2dbc05848389f5aa149d2e0b00bd41aa Description: This package implements a self-collision detection system for the follower robot during leader-follower teleoperation. Its primary purpose is to enhance safety by detecting potential self-collisions in real time while the robot is being remotely operated. Package: ros-lyrical-open-manipulator-collision-dbgsym Package-Type: ddeb Source: ros-lyrical-open-manipulator-collision Version: 4.1.2-3resolute.20260901.151310 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3849 Depends: ros-lyrical-open-manipulator-collision (= 4.1.2-3resolute.20260901.151310) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-collision/ros-lyrical-open-manipulator-collision-dbgsym_4.1.2-3resolute.20260901.151310_amd64.deb Size: 3395320 SHA256: 999ddf003cd33254cfa34f18391a6197871749422da40211c76c03f56db160a0 SHA1: b498e80fc072fbfdbd747115ea0ffbeacfe79a35 MD5sum: d7f8398257387685aede1e64ff981950 Description: debug symbols for ros-lyrical-open-manipulator-collision Build-Ids: df6a2c397de95e8ceb3b779d833dd4b3d5973b87 Package: ros-lyrical-open-manipulator-description Version: 4.1.2-3resolute.20260908.162053 Architecture: amd64 Maintainer: Pyo Installed-Size: 55200 Depends: ros-lyrical-joint-state-publisher, ros-lyrical-joint-state-publisher-gui, ros-lyrical-robot-state-publisher, ros-lyrical-rviz2, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-description/ros-lyrical-open-manipulator-description_4.1.2-3resolute.20260908.162053_amd64.deb Size: 13074000 SHA256: ebe88be0f6e53c7b76b24f34a77d0ba19ab794c6d9c79cfccb087760df18a3f2 SHA1: 389e1e383a7fcc64521af6828b6baa92f01ac946 MD5sum: c9755369fefd4070495fddb5ae384ad9 Description: open_manipulator_description ROS 2 package. Package: ros-lyrical-open-manipulator-gui Version: 4.1.2-3resolute.20260901.230215 Architecture: amd64 Maintainer: Pyo Installed-Size: 1065 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.6.0~beta), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-planning-interface, libqt5gui5t64, qt5-qmake, qtbase5-dev, ros-lyrical-eigen3-cmake-module, ros-lyrical-geometry-msgs, ros-lyrical-moveit-msgs, ros-lyrical-moveit-ros-planning, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-gui/ros-lyrical-open-manipulator-gui_4.1.2-3resolute.20260901.230215_amd64.deb Size: 178770 SHA256: 50693acf28838093ceb5cad932d670d9c11684c4ffb6fb877ae69d08c5862711 SHA1: fbaf0f0fb0f1eb7c48da4b2a315d6c0a235958b8 MD5sum: d5bfba03afe16f816bbd04f5f088d1fa Description: The OpenMANIPULATOR GUI ROS 2 package enables users to explore Joint Space, Task Space, and even work with the Task Constructor functionality. Package: ros-lyrical-open-manipulator-gui-dbgsym Package-Type: ddeb Source: ros-lyrical-open-manipulator-gui Version: 4.1.2-3resolute.20260901.230215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 13672 Depends: ros-lyrical-open-manipulator-gui (= 4.1.2-3resolute.20260901.230215) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-gui/ros-lyrical-open-manipulator-gui-dbgsym_4.1.2-3resolute.20260901.230215_amd64.deb Size: 13334478 SHA256: 68e47e51b8aea7a8c3b2a5f862d96e2d946e07b6d25ad64105d2d45c01290f41 SHA1: 41247ac62ec6bc0eac44a9dcc59ff4f389ad99b2 MD5sum: 4da3577b65b43a339b2bd7576f642ffc Description: debug symbols for ros-lyrical-open-manipulator-gui Build-Ids: 34bd09d6dc917b72cbecace679088ef44e730b16 7ff549eb6bf043158166eebf852e4b652729a75a a889204a6ff7080a4dde0476455f3f119b88be92 cef24f5cfa5a9afc0972eea32d6ac1fd7e8060d8 Package: ros-lyrical-open-manipulator-moveit-config Version: 4.1.2-3resolute.20260908.192944 Architecture: amd64 Maintainer: Pyo Installed-Size: 110 Depends: ros-lyrical-controller-manager, ros-lyrical-joint-state-publisher, ros-lyrical-joint-state-publisher-gui, ros-lyrical-moveit-configs-utils, ros-lyrical-moveit-kinematics, ros-lyrical-moveit-planners, ros-lyrical-moveit-ros-move-group, ros-lyrical-moveit-ros-visualization, ros-lyrical-moveit-ros-warehouse, ros-lyrical-moveit-setup-assistant, ros-lyrical-moveit-simple-controller-manager, ros-lyrical-open-manipulator-description, ros-lyrical-robot-state-publisher, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz2, ros-lyrical-tf2-ros, ros-lyrical-warehouse-ros-sqlite, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-moveit-config/ros-lyrical-open-manipulator-moveit-config_4.1.2-3resolute.20260908.192944_amd64.deb Size: 12660 SHA256: 02a7915c5b2d286faf87ac61bfa3ddd14ddf43197cc996d11642d9d6ac25711b SHA1: 2d1a79c6873c4643ba317d17d0367d8aa3ed80f7 MD5sum: ce0d8e2c35651ec6485883049440b05c Description: An automatically generated package with all the configuration and launch files for using the open_manipulator_x with the MoveIt Motion Planning Framework Package: ros-lyrical-open-manipulator-playground Version: 4.1.2-3resolute.20260901.230212 Architecture: amd64 Maintainer: Pyo Installed-Size: 177 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-moveit-ros-planning-interface, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-playground/ros-lyrical-open-manipulator-playground_4.1.2-3resolute.20260901.230212_amd64.deb Size: 26294 SHA256: cf7fe3691667187f5a16c22dfa3a7fe7842791c46435c14dcba5e82ca1a3acf5 SHA1: 6d5d390e1fc318362e5dbff8139e1e48792c3c9a MD5sum: ead3a15985e684b5f581f1cf28954ab9 Description: This package provides an example for utilizing the MoveIt API with the OpenMANIPULATOR, allowing users to practice and experiment freely. Package: ros-lyrical-open-manipulator-playground-dbgsym Package-Type: ddeb Source: ros-lyrical-open-manipulator-playground Version: 4.1.2-3resolute.20260901.230212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4373 Depends: ros-lyrical-open-manipulator-playground (= 4.1.2-3resolute.20260901.230212) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-playground/ros-lyrical-open-manipulator-playground-dbgsym_4.1.2-3resolute.20260901.230212_amd64.deb Size: 3212332 SHA256: d0618cf806134a8dcb5f76c18c7ed4682754bd003c9b5ef869e8c0bf3b6d8194 SHA1: c3f3bb573e1825fd76fc0e07430fe79e90dedb42 MD5sum: c800de783e4a150df4df00157ea444c5 Description: debug symbols for ros-lyrical-open-manipulator-playground Build-Ids: 0d61c18cbf37c8bbff1817a183daf0215d9045bf 20aa06196db8a54aea129be72dafb1d9180f7db6 7386ad5edb6d72a05fbe7194b3a42bb315121e76 Package: ros-lyrical-open-manipulator-teleop Version: 4.1.2-3resolute.20260901.182659 Architecture: amd64 Maintainer: Pyo Installed-Size: 116 Depends: ros-lyrical-control-msgs, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/open_manipulator_teleop/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open-manipulator-teleop/ros-lyrical-open-manipulator-teleop_4.1.2-3resolute.20260901.182659_amd64.deb Size: 12552 SHA256: 15b73fed63462b1e2c3209cf87a2285ac83f9db5c47d0dbdfa7da9c070ef8621 SHA1: a5c2ca6bc894e7e1b75900d40ba4f2627bbc3eab MD5sum: aca7b6a75db00da3f2c033bee76133a3 Description: OpenManipulator teleoperation package Package: ros-lyrical-open3d-vendor Version: 0.19.0-3resolute.20260728.174648 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 829932 Depends: libc++1 (>= 1:22.1.2-1ubuntu1), libc6 (>= 2.34), libgcc-s1 (>= 4.0), libgl1, libgomp1 (>= 6), libstdc++6 (>= 10.2), libudev1 (>= 183), libx11-6, libc++-dev, libgl1-mesa-dev, libglu1-mesa-dev, libx11-dev, ros-lyrical-ros-workspace Homepage: https://www.open3d.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-open3d-vendor/ros-lyrical-open3d-vendor_0.19.0-3resolute.20260728.174648_amd64.deb Size: 217139244 SHA256: 8080cb18909796e7e1900757a8f5d835e01b53be2ded24a82e5bf1de2e5a4027 SHA1: 35049a410702a1074688b964ddab5e0e52e38cc6 MD5sum: f03fe2e759401d65f074927036d7c131 Description: Open3D is an open-source library that supports rapid development of software that deals with 3D data. Package: ros-lyrical-openeb-vendor Version: 2.0.3-1resolute.20260728.205927 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 11040 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build2), libglfw3 (>= 3.2), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libopengl0, libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), libusb-1.0-0 (>= 2:1.0.16), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libboost-all-dev, libglew-dev, libglfw3-dev, libhdf5-dev, libopencv-dev, libopenscenegraph-dev, libprotobuf-dev, libprotoc-dev, libswscale-dev, libusb-0.1-4, libusb-1.0-0-dev, libusb-dev, openscenegraph, protobuf-compiler, ros-lyrical-ros-workspace Homepage: https://github.com/prophesee-ai/openeb Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-openeb-vendor/ros-lyrical-openeb-vendor_2.0.3-1resolute.20260728.205927_amd64.deb Size: 2038862 SHA256: 19bbfcd21325e134933b1a4e5da2b3607211aee37c3d735412216bc810c57623 SHA1: 11d85fc519c66a251ef8731d62fda4ffe0197a58 MD5sum: 2f5a1dddaad6fd0d1415922353ed77ce Description: Wrapper around openeb Package: ros-lyrical-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-openeb-vendor Version: 2.0.3-1resolute.20260728.205927 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 48907 Depends: ros-lyrical-openeb-vendor (= 2.0.3-1resolute.20260728.205927) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-openeb-vendor/ros-lyrical-openeb-vendor-dbgsym_2.0.3-1resolute.20260728.205927_amd64.deb Size: 45510548 SHA256: d98d95258e8ed18c9d4aa695307e3361e2b7b8967961cd6ee9f40092b124701c SHA1: 4b0617884cd190211007ef92952c93f0bae97768 MD5sum: 7a0cd901cd893fdf956f25991e1b2ea3 Description: debug symbols for ros-lyrical-openeb-vendor Build-Ids: 08d1cab8b865f875f39972a0af205befb0262aa8 09a4fe55ff7a4d6e041a08a1f79d987f63f7e35b 1193758edc052091036c75688c146b1361c95ed5 162acb3ad83c3c54ae72d2ee528bd3a267b5507e 252970218ffad394f0a26f13864f7634c24901e4 3b50f83002cf9a6501a4855e615e03ce13367391 3be21a1c30a0ca64ed9ea01f3e07d55db869247e 4b2dc4895e7fed3b26a8e1d7d9f407dc2690dace 589fa9cbd2119aa075a854e8d3bdbd1a54c68cdf 72a0c13ab9824d3d3df898880b19d8844cd3923c 72ec18dfdb4d84b5093952621f4764f340e7467f 7e29476830c5e4d00ad63c553d88bc80d96f4e59 9676edc2319d52bb6c62817fdbee3808fa3fa3ec a339ef7511d8d99de247c55fcd5f4d8873b5d8c8 a501af15843d15cd36f26ecbda3585a6c37cea81 ab5d645e87a0ffc1ca1b51fba5cbb85e04d3dcbc b4707a2e83a21fc1a4e3261a92f15c1e9a954286 b7c14269f8712cc1d0e37eeb86df670b0d502e6a d905913e79f0c291d7c584ea463efe6b2d4a740d e5a69fdba08700d73109ffc76c419ec7bd5fb533 Package: ros-lyrical-opennav-docking Version: 1.5.1-1resolute.20260901.221612 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 4681 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-graceful-controller, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-opennav-docking-core, ros-lyrical-pluginlib, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/opennav_docking/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-docking/ros-lyrical-opennav-docking_1.5.1-1resolute.20260901.221612_amd64.deb Size: 770850 SHA256: fda3f5bee0bf62e5767f29df1e6bd2ab17972c8615a92ec29152ab8ef7a9145a SHA1: 13ef19b4315a529e8281ba3ebf09d0d8641b8007 MD5sum: 1f25a1536eda3f59751021531c4de9ff Description: A Task Server for robot charger docking Package: ros-lyrical-opennav-docking-bt Version: 1.5.1-1resolute.20260901.221535 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 716 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-behaviortree-cpp, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nav2-behavior-tree, ros-lyrical-nav2-core, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/opennav_docking_bt/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-docking-bt/ros-lyrical-opennav-docking-bt_1.5.1-1resolute.20260901.221535_amd64.deb Size: 162074 SHA256: a3c986adb2966b4321e072f58cd6fbc30c85661e35d6d787ab4637a3e35314cc SHA1: 106c7437081dd0dfc2dc3d506e1ce81f690eae55 MD5sum: de5aa65d58deb0bd26d19a5ed8054169 Description: A set of BT nodes and XMLs for docking Package: ros-lyrical-opennav-docking-bt-dbgsym Package-Type: ddeb Source: ros-lyrical-opennav-docking-bt Version: 1.5.1-1resolute.20260901.221535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 3534 Depends: ros-lyrical-opennav-docking-bt (= 1.5.1-1resolute.20260901.221535) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-docking-bt/ros-lyrical-opennav-docking-bt-dbgsym_1.5.1-1resolute.20260901.221535_amd64.deb Size: 3226332 SHA256: 9276ff017a003fbde0fc6415527cab7ebdacdbcd7ffe4d3423981b35828ce1e0 SHA1: f9d1ad19111e8746ef757c7da69a66ffec90fd55 MD5sum: 078a6221de173ecf7dc853e3de0c4ad4 Description: debug symbols for ros-lyrical-opennav-docking-bt Build-Ids: 97b25cb646e8c914498c05e8a93190e33a640b07 ed5153450efa1461b02ad006182aa61d53aca98e Package: ros-lyrical-opennav-docking-core Version: 1.5.1-1resolute.20260901.200219 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 73 Depends: ros-lyrical-backward-ros, ros-lyrical-geometry-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/opennav_docking_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-docking-core/ros-lyrical-opennav-docking-core_1.5.1-1resolute.20260901.200219_amd64.deb Size: 10684 SHA256: afc6a441624c2fd04b42ac53a9af07f2bae4482ef0566fa7bda4ba6520c98047 SHA1: 4f53c206ec66e8aa10b81afaf785c22bc859d9c7 MD5sum: 5c991a4a7e817dd4e2a1a51ed7c50b71 Description: A set of headers for plugins core to the opennav docking framework Package: ros-lyrical-opennav-docking-dbgsym Package-Type: ddeb Source: ros-lyrical-opennav-docking Version: 1.5.1-1resolute.20260901.221612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 22863 Depends: ros-lyrical-opennav-docking (= 1.5.1-1resolute.20260901.221612) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-docking/ros-lyrical-opennav-docking-dbgsym_1.5.1-1resolute.20260901.221612_amd64.deb Size: 18878674 SHA256: f2070920f8fb73162e38ae35bcea1af00f67a2b80c3213b0798513b185a77432 SHA1: 302b3bbe5d4c47c958e415ff084df00eea00b20f MD5sum: fc1556cf567b95298bd29803787be474 Description: debug symbols for ros-lyrical-opennav-docking Build-Ids: 0666073199dec8d0edb2f43c1aab77d0d15113e5 121960c6484af80528e31623377ef185625c79b3 211247829fc3ea7442453059df58d60da461dd55 390f6349cf7cd88f96cc753542f3a7f81d71cbc5 675954791dea2e9d909ae29e20baf1a52e869e7e ce97808c9c43eb14329dfeec7a84af7152c59df3 Package: ros-lyrical-opennav-following Version: 1.5.1-1resolute.20260901.222634 Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 1465 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-nav2-msgs, ros-lyrical-nav2-ros-common, ros-lyrical-nav2-util, ros-lyrical-opennav-docking, ros-lyrical-opennav-docking-core, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/opennav_following/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-following/ros-lyrical-opennav-following_1.5.1-1resolute.20260901.222634_amd64.deb Size: 289076 SHA256: 21dc3e08110be80aa8c7676a4ea33b658c5232cb7758d6189ff676b0384f3b8b SHA1: b57a69aaefb5b19222b385342838296300d604ef MD5sum: d749f8cf31e2f9c93dc4762240d54124 Description: A Task Server for dynamic following object Package: ros-lyrical-opennav-following-dbgsym Package-Type: ddeb Source: ros-lyrical-opennav-following Version: 1.5.1-1resolute.20260901.222634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alberto Tudela" Installed-Size: 7162 Depends: ros-lyrical-opennav-following (= 1.5.1-1resolute.20260901.222634) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-opennav-following/ros-lyrical-opennav-following-dbgsym_1.5.1-1resolute.20260901.222634_amd64.deb Size: 5961050 SHA256: 204605b5a642db7d87fc21f16254746288bcc6d027e0a617806de1f057fd31eb SHA1: ef8bd8854cbd2336389bfbf8bddb71897e5f3b33 MD5sum: 6d14351c400357ce117c80d827184bf9 Description: debug symbols for ros-lyrical-opennav-following Build-Ids: 431276f08a4c80748552c7690cf68d763752ba84 60eb23d436069aad09ae315c44f260f439135e8f Package: ros-lyrical-openni2-camera Version: 2.3.0-3resolute.20260901.203037 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1470 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopenni2-0 (>= 2.2.0.33+dfsg), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, libopenni2-dev, ros-lyrical-builtin-interfaces, ros-lyrical-camera-info-manager, ros-lyrical-depth-image-proc, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/openni2_camera/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-openni2-camera/ros-lyrical-openni2-camera_2.3.0-3resolute.20260901.203037_amd64.deb Size: 268576 SHA256: d25da1f2d79607a6e233305bb26da9c3c99fe1234a732a5059fb5777da53c417 SHA1: 0d6470d3e6264d980e609c338c13558f80025dfc MD5sum: dc779434e54f2e524f6bb740491eaa12 Description: Drivers for the Asus Xtion and Primesense Devices. For using a kinect with ROS, try the freenect stack Package: ros-lyrical-openni2-camera-dbgsym Package-Type: ddeb Source: ros-lyrical-openni2-camera Version: 2.3.0-3resolute.20260901.203037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4496 Depends: ros-lyrical-openni2-camera (= 2.3.0-3resolute.20260901.203037) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-openni2-camera/ros-lyrical-openni2-camera-dbgsym_2.3.0-3resolute.20260901.203037_amd64.deb Size: 3981558 SHA256: 8ab2f15a48f3e8bced5bce7c2c13cb0813774adab61f0f51e86ce3866c782342 SHA1: add3f246e0110d5fe58b407e871ebe3bd18abe1c MD5sum: a3faf46ce0ba184221ddc2b6dbac4e10 Description: debug symbols for ros-lyrical-openni2-camera Build-Ids: 0615174174c9103454032e000d861587c656f08d 0ecb3d7d27ed02b50dc3fbbd322447c00a66d640 2d61e86e93a91b6cb76f2b1a664dd795fd13bebe 31df4c7ec1b7c3ef58c2d2cf34d9fbc4d516ab83 34d6197cfa60335ac7c67c57d981da53dfffd05c 3724cf2243a56a1ac3da000e831f210a142175e8 4be0e8854768846d7b48eaa18fff2e255cf99b17 53dcb14a0b9e3a4f4fcb41c2f428090a3d6afead 6533ed5ebf6c16fdaa562e014cc7961a4c89414f bc2d6663dfa4e93e80b67d1bc78d9df863125ca8 c541bbeca162087aa21183c27163d66a8d1923f2 c634433596a27c6117cf66c6d8febd4054ba13b4 c829c9f9fad717f7f95ddbf490503e069a9a6511 d40266b9865ff625dc546e9381cee56e3c7a50f9 e6338cd806ff95646bdf9dfdbf2382608cc01346 e7edb56a44731c7b5b032a00745243b43847d8a4 Package: ros-lyrical-openvdb-vendor Version: 2.7.0-1resolute.20260810.125315 Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 46 Depends: libblosc-dev, libboost-iostreams-dev, libboost-thread-dev, libbz2-dev, libilmbase-dev, liblzma-dev, libopenvdb-dev, libtbb-dev, libzstd-dev, zlib1g-dev, ros-lyrical-ros-workspace Homepage: https://github.com/AcademySoftwareFoundation/openvdb Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-openvdb-vendor/ros-lyrical-openvdb-vendor_2.7.0-1resolute.20260810.125315_amd64.deb Size: 6014 SHA256: fcbef2fafaeed139cab876b517eaac4001d75439e0a92ee621bb581dfc2bcfbb SHA1: a46c6b2cc318fec30d20676e0ed5200ccc4c36a2 MD5sum: 010396fd9dc567940fd36eb37fcd9a39 Description: Wrapper around OpenVDB, if not found on the system, will compile from source Package: ros-lyrical-orocos-kdl-vendor Version: 0.8.0-3resolute.20260728.205531 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 47 Depends: libeigen3-dev, liborocos-kdl-dev, ros-lyrical-eigen3-cmake-module, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/orocos_kdl_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-orocos-kdl-vendor/ros-lyrical-orocos-kdl-vendor_0.8.0-3resolute.20260728.205531_amd64.deb Size: 6944 SHA256: 48a5adcdf123e665e2f8b56ae8c8142af5a97bffaa38d9da0d2a33000be18b41 SHA1: f3cdf476cf20d4341693f5d8d692594459dcaff1 MD5sum: cab9e90191931d67a5082503f4239dee Description: Wrapper around orocos_kdl, providing nothing but a dependency on orocos_kdl on some systems. On others, it fetches and builds orocos_kdl locally. Package: ros-lyrical-ortools-vendor Version: 9.9.1-3resolute.20260813.145411 Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 81136 Depends: libc6 (>= 2.38), libgcc-s1 (>= 7), libstdc++6 (>= 14), ros-lyrical-ros-workspace Homepage: https://github.com/google/or-tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ortools-vendor/ros-lyrical-ortools-vendor_9.9.1-3resolute.20260813.145411_amd64.deb Size: 15608916 SHA256: 431191fbc0ced4d3ecf49129cd0ee202eee0c1ef6d12f8c205987485fc4ae843 SHA1: ec7578ef57d74afbe7700ec6d171edd2bae4a5f4 MD5sum: 448f9be8a4fa7f44f9b9388336442829 Description: Wrapper around ortools, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-lyrical-ortools-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-ortools-vendor Version: 9.9.1-3resolute.20260813.145411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 259289 Depends: ros-lyrical-ortools-vendor (= 9.9.1-3resolute.20260813.145411) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ortools-vendor/ros-lyrical-ortools-vendor-dbgsym_9.9.1-3resolute.20260813.145411_amd64.deb Size: 248891294 SHA256: 4c9e305c0dec55222b365d3ddc6d0b38ee4d9947d1dd23873999153c9c4a78c8 SHA1: 38d08bc562a01328e68ba77de9e31a9b6f92c61e MD5sum: 751940e5e015e3154932ba474aa9584c Description: debug symbols for ros-lyrical-ortools-vendor Build-Ids: 225e0ea1a9da902c65930950167514bc7b38b0ae 9495d931d817eaca1003e2f0ec59d005196bef88 9d217cb54fdae29f4cc768f7d8b1a61f5c430442 b69ba998d5fdfee640af624cfdedca873c3e64ef ba66cf389d101881c85e13166490fa7515f5f5dc cfa64b6d48dd4ee9df757d68df875d99ae73e1ac f9dcf07c64ff8c5983bdae905842b74be52a20b0 Package: ros-lyrical-osqp-vendor Version: 1.0.0-1resolute.20260811.125853 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 904 Depends: libc6 (>= 2.38), ros-lyrical-ros-workspace Homepage: https://github.com/osqp/osqp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-osqp-vendor/ros-lyrical-osqp-vendor_1.0.0-1resolute.20260811.125853_amd64.deb Size: 159172 SHA256: d4aa4f2b5d495b4821f5be638e8bcde45583f71e07a9a5936feb04a5f18a5a48 SHA1: 4626300b302b86c6d293d55bfd47c5daf09c1a5a MD5sum: e8592809bc676f52d3c1cc04d4ac3eb0 Description: Wrapper around osqp that ships with a CMake module Package: ros-lyrical-osqp-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-osqp-vendor Version: 1.0.0-1resolute.20260811.125853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 242 Depends: ros-lyrical-osqp-vendor (= 1.0.0-1resolute.20260811.125853) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-osqp-vendor/ros-lyrical-osqp-vendor-dbgsym_1.0.0-1resolute.20260811.125853_amd64.deb Size: 175620 SHA256: b4000955fee188cf79f799f545185a34501f75cff1a38ea824b84b322962631b SHA1: 529f51e9cfbe3cceb25045f328f78046a3796237 MD5sum: e286f5939c8fad3a2e168c846c736f95 Description: debug symbols for ros-lyrical-osqp-vendor Build-Ids: c3455bfe1e2d24bb5265b83d9efecb74f201b4f9 Package: ros-lyrical-osrf-pycommon Version: 2.1.7-3resolute.20260728.172800 Architecture: amd64 Maintainer: William Woodall Installed-Size: 222 Depends: python3-importlib-metadata, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/osrf_pycommon/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-osrf-pycommon/ros-lyrical-osrf-pycommon_2.1.7-3resolute.20260728.172800_amd64.deb Size: 50168 SHA256: e82c39dd1b284548aabdff3af45baed7ed191bbcaa206f5a170c898caf95f7c2 SHA1: 410e02dad894dada74f5a99a47f0adb57a6ec13e MD5sum: 28a5dad2d82fa03992330a8796d9d228 Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-lyrical-osrf-testing-tools-cpp Version: 2.3.1-1resolute.20260728.174732 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1127 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/osrf_testing_tools_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-osrf-testing-tools-cpp/ros-lyrical-osrf-testing-tools-cpp_2.3.1-1resolute.20260728.174732_amd64.deb Size: 932736 SHA256: a0972ffe4fb93ce820e7c6795408c7eab29a68a8198bbc551ae7e94b50b44e5d SHA1: 0ce1d79a525f321f5c5717d83f48d542a60f0ed1 MD5sum: 15ab12352354f946ece772b255461ee3 Description: Testing tools for C++, and is used in various OSRF projects. Package: ros-lyrical-osrf-testing-tools-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-osrf-testing-tools-cpp Version: 2.3.1-1resolute.20260728.174732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 843 Depends: ros-lyrical-osrf-testing-tools-cpp (= 2.3.1-1resolute.20260728.174732) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-osrf-testing-tools-cpp/ros-lyrical-osrf-testing-tools-cpp-dbgsym_2.3.1-1resolute.20260728.174732_amd64.deb Size: 748802 SHA256: 8ea345d57bd9dbad67d9fe05950b51433c1515830e72eee83724d8c041dead6e SHA1: fc22d3349bf3c12beec14c96600470039e747786 MD5sum: 8ff6b78459c93a9505ce61c147dd57da Description: debug symbols for ros-lyrical-osrf-testing-tools-cpp Build-Ids: 573c4d64948c69382d4ad903f4ce420ba4dd579a 6953959504cd0ea99d43767bae1704d2fe47274e 71701b97ef7816233aa9202695325929d7498b15 Package: ros-lyrical-ouster-sensor-msgs Version: 0.14.2-3resolute.20260901.111154 Architecture: amd64 Maintainer: ouster developers Installed-Size: 1904 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ouster_sensor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ouster-sensor-msgs/ros-lyrical-ouster-sensor-msgs_0.14.2-3resolute.20260901.111154_amd64.deb Size: 157420 SHA256: 9642958a06b6bee8e685a8dd13a622dcde9d009b0000eb7782079eb258977f59 SHA1: ab23c480c4fa205d9a9aa1f87ded2c22abfe8c75 MD5sum: 78213dbf09aa98699f8347fd5c4b56bc Description: ouster_ros message and service definitions Package: ros-lyrical-ouster-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ouster-sensor-msgs Version: 0.14.2-3resolute.20260901.111154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ouster developers Installed-Size: 1760 Depends: ros-lyrical-ouster-sensor-msgs (= 0.14.2-3resolute.20260901.111154) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ouster-sensor-msgs/ros-lyrical-ouster-sensor-msgs-dbgsym_0.14.2-3resolute.20260901.111154_amd64.deb Size: 1339100 SHA256: 05c68c9f0d13bc8b56d11ae1bcfc1a3e6f2a5840dcb73e34043c4810c3fbfa05 SHA1: 5398bfe9e7b12387d265bdcce97629e69187b0af MD5sum: faa127daa6347628bf6d2459efe42782 Description: debug symbols for ros-lyrical-ouster-sensor-msgs Build-Ids: 0d256f90076fee38a4e727541fb5322555f5706a 2a09271ca711bd68692ffc440f2fc72afddb8728 4be9a03b16d5f52cc8a1f77ec33f00bd13075fd0 56217087e1a6a3801624780553d7e3efcc4715cd 6e53c9a5f4bb4ecba4993a6d5e6a191579e3f04b 705c7d2a660f23da4cb794f6f0c6e2bdb98836dd 8048c49a8c96232d66e76762ca6a7910138be161 8e0b488e575194135f29aebf08f7a286f0ddafd0 bfcf4471dc3c24684d054b751549937ef04cd8e1 cbf54b564ef451018567b9e1c3d67812f1da52b9 fe0250e2fa0dd1585650fd8054a3113f85b21790 Package: ros-lyrical-ouxt-common Version: 0.0.8-6resolute.20260728.210104 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 44 Depends: ros-lyrical-ouxt-lint-common, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ouxt_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ouxt-common/ros-lyrical-ouxt-common_0.0.8-6resolute.20260728.210104_amd64.deb Size: 5652 SHA256: 4e8569929153dbeaded3d3d94e0072a5c25063729952f81ff997082d99e7dd8f SHA1: 58910488fa5919efc1a37f7ff0b423492c44d0fe MD5sum: 961ff7517c8d9f29bbb5af9e368d5da9 Description: common settings for OUXT Polaris ROS2 packages Package: ros-lyrical-ouxt-lint-common Version: 0.0.8-6resolute.20260728.205953 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 48 Depends: ros-lyrical-ament-cmake-clang-format, ros-lyrical-ament-cmake-copyright, ros-lyrical-ament-cmake-pep257, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ouxt_lint_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ouxt-lint-common/ros-lyrical-ouxt-lint-common_0.0.8-6resolute.20260728.205953_amd64.deb Size: 6710 SHA256: 96094f4fa6d7e8cbfb5b603f33e07513e4c4a43b9d350095dd30a59911c06681 SHA1: a1ef78ab86e9972f69c804936196d43cfd52b621 MD5sum: 580aa60b383513802653954ddbd51c69 Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-lyrical-pal-statistics Version: 2.8.2-1resolute.20260901.172443 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 422 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libatomic1, libboost-dev, ros-lyrical-pal-statistics-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://github.com/pal-robotics/pal_statistics Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pal-statistics/ros-lyrical-pal-statistics_2.8.2-1resolute.20260901.172443_amd64.deb Size: 112136 SHA256: 7bd5549639a9cecf87720662f1fac40db32014a400a33d7cd54efb89575c0f5c SHA1: 278fc6a3b698fe33d27dcf92480c42bee8af096f MD5sum: 35f20e7034f969d3b0bbfb2d050a694f Description: The pal_statistics package Package: ros-lyrical-pal-statistics-dbgsym Package-Type: ddeb Source: ros-lyrical-pal-statistics Version: 2.8.2-1resolute.20260901.172443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 2228 Depends: ros-lyrical-pal-statistics (= 2.8.2-1resolute.20260901.172443) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pal-statistics/ros-lyrical-pal-statistics-dbgsym_2.8.2-1resolute.20260901.172443_amd64.deb Size: 2048314 SHA256: 53b0dbd93bf15218eef44923610fa5e993685e505be6cd2369e93a6a67b8c966 SHA1: d05cd9102b82ab75aece567d5b07e782b75fb1d7 MD5sum: 022457c36514bbb2154cea7f297c25f3 Description: debug symbols for ros-lyrical-pal-statistics Build-Ids: 2569cc06fcb5b1cf1e69362be259f4ed3df1e3d5 Package: ros-lyrical-pal-statistics-msgs Version: 2.8.2-1resolute.20260901.111209 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 896 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/pal-robotics/pal_statistics Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pal-statistics-msgs/ros-lyrical-pal-statistics-msgs_2.8.2-1resolute.20260901.111209_amd64.deb Size: 86528 SHA256: c777326d21fd98cd03ab53b7f082ec8d048d183ced99b8b352994d54e0f4474f SHA1: c2ae63b00c8bd4a56e48a5374aa1bbb210ae29c6 MD5sum: 7a0bbc79b0c8fbad4062415a35caca36 Description: Statistics msgs package Package: ros-lyrical-pal-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-pal-statistics-msgs Version: 2.8.2-1resolute.20260901.111209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 795 Depends: ros-lyrical-pal-statistics-msgs (= 2.8.2-1resolute.20260901.111209) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pal-statistics-msgs/ros-lyrical-pal-statistics-msgs-dbgsym_2.8.2-1resolute.20260901.111209_amd64.deb Size: 578672 SHA256: 3e2b32c2a2bf4c3601444e9f6e5bf21c56f8edc030c1a4e0afc4909ed9e27503 SHA1: cf0d42f5532846fe040b9f0055c36f0870410c18 MD5sum: 23fc29b60b8390b49dfbf06477202501 Description: debug symbols for ros-lyrical-pal-statistics-msgs Build-Ids: 291ba738a815fa46c80666d7516f2f277953f408 2ba3949133a05e083beb8e184e84633c9d11edbe 526bc0955120e4affee5d0ad6c47f0627b1edb59 5a4631d7cddee35768ed914e7f61806c2861b064 6d862cac205a94f10b91266286ffcb28eec87e3f 93cf0c8f8f33b4e6745815a8448a5e7e71ca6568 9a397d05a16e6dc95059e9d34a4ef028f8f6c79f a7b7b8a67256cd2bc284803361533d10c77c94fe c353b7cbd72245e56ef0235f88bd2ad008e08e5e c5fc38c3c92da4a6caf2a4cda67280776327b673 f9987e00998ce82ea15457922996fb0e5a06de58 Package: ros-lyrical-pal-urdf-utils Version: 2.9.2-1resolute.20260901.194422 Architecture: amd64 Maintainer: "Thomas Peyrucain" Installed-Size: 21450 Depends: ros-lyrical-realsense2-description, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://github.com/pal-robotics/pal_urdf_utils Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pal-urdf-utils/ros-lyrical-pal-urdf-utils_2.9.2-1resolute.20260901.194422_amd64.deb Size: 6060186 SHA256: 8900dd11a9a10bf1f838984e5e72e55aba4c8c2db11183b08d1391a24a84b31c SHA1: 6a041cddcbd3190dc4ed726c80bee53e28acab69 MD5sum: 92102028b4681d4c340b687efcc8624a Description: This package contains the color materials of common elements of PAL Robotics' robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package. Package: ros-lyrical-pangolin Version: 0.9.6-1resolute.20260820.133400 Architecture: amd64 Maintainer: "Steven Lovegrove" Installed-Size: 5867 Depends: libc6 (>= 2.38), libegl1, libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libjpeg8 (>= 8c), libopenexr-3-1-30 (>= 3.1.13), libpng16-16t64 (>= 1.6.46), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.0.2), libwayland-egl1 (>= 1.15.0), libx11-6, libxkbcommon0 (>= 0.5.0), libepoxy-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libjpeg-dev, libopenexr-dev, libpng-dev, libxkbcommon-dev, python3-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/pangolin/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pangolin/ros-lyrical-pangolin_0.9.6-1resolute.20260820.133400_amd64.deb Size: 1453122 SHA256: 5933277eeff419d80b9d3ca41685ef05fcffc05b35c0428c868ffde6a79a8769 SHA1: e6907ef5d9d6663b62167eaed300b8a2b968bac9 MD5sum: 97b27318ec8d73b1169c8c9fb427a0de Description: Pangolin is a set of lightweight and portable utility libraries for prototyping 3D, numeric or video based programs and algorithms. Package: ros-lyrical-pangolin-dbgsym Package-Type: ddeb Source: ros-lyrical-pangolin Version: 0.9.6-1resolute.20260820.133400 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steven Lovegrove" Installed-Size: 37307 Depends: ros-lyrical-pangolin (= 0.9.6-1resolute.20260820.133400) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pangolin/ros-lyrical-pangolin-dbgsym_0.9.6-1resolute.20260820.133400_amd64.deb Size: 34471436 SHA256: 98be9c5e4150a399da8240b98fa32f1bb6db7b13859a1f5797722b4792ef12f5 SHA1: 08f887bf018188d2822d101033354d6ca83ef657 MD5sum: 4f9456f47a5d02c76d64ba2c8ff93de7 Description: debug symbols for ros-lyrical-pangolin Build-Ids: 18731453d05a0aa351a4fbbf5eab7b22f4387ac3 2e01175d3d1c2097f53a5dcecfad7114ac26e15a 324b4746ba571af7123ff6bd1853612b10da8c7b 3461263e3abe3bde9078655832dca7df0a6ecc37 385a360f9132417734e922e1254b9bba69b26c01 4204c8cb402f27deb589374e32d7a297837a6d7f 4726730695e8e50ef67fb8bcb1b0093f756305cc 4f7e845ff5baa07cde214311750270b03a7c21af 512a22abaabfd42279c823b17fbad7d1c75a9384 54140016e6f06b74011feb1a454717798eff31bf 6509cb218f86258557e85ac6daa301f1efdcb837 76d8f86760a6b2fee6aecf1781fe8e28b2b6c7ba 77a2a3b305453426310615b51d3253aca41ae9be 8df036cf23e27717776b67f3d56b937f0a21a8ff 9e2c5a8d5ea1cb370d56ffa1aad37115904ed249 a1e99a3ff0e0b1e0e9225493191d0d046d3da6c7 bf65e53f075bdf594e4f83e277a83764d34293da c380ab30cd9433f06ce6e7bd428a72c344169939 ed09eb0ef1b7eca8186e93e08bf185b734d818ea f265a02a460220172aa935457eb9f64b843e3e1c Package: ros-lyrical-parallel-gripper-controller Version: 6.9.0-1resolute.20260908.111953 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 382 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-control-toolbox, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-realtime-tools, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-parallel-gripper-controller/ros-lyrical-parallel-gripper-controller_6.9.0-1resolute.20260908.111953_amd64.deb Size: 95794 SHA256: 25f7ca829db2d3ad8da8ae176de9bad832a1b19593372213a2be1b1afe74f6c2 SHA1: f18f0dcecdfe70c8c9f7aebade7fe8954ce9771b MD5sum: 494e9e68897c804710c212340e9e252c Description: The parallel_gripper_controller package Package: ros-lyrical-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-parallel-gripper-controller Version: 6.9.0-1resolute.20260908.111953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1263 Depends: ros-lyrical-parallel-gripper-controller (= 6.9.0-1resolute.20260908.111953) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-parallel-gripper-controller/ros-lyrical-parallel-gripper-controller-dbgsym_6.9.0-1resolute.20260908.111953_amd64.deb Size: 1117282 SHA256: 0d753953c625ecac083fb99c609c90430767e2a05eaca97541f5862b6e37acb8 SHA1: df5c30c648de1dc3b21ff87d2a84ef2393993084 MD5sum: 00181e6204d09f7a3344be465bd6fe0d Description: debug symbols for ros-lyrical-parallel-gripper-controller Build-Ids: 7f81ccc3470d2131bddb3c1d7d1267ef4b3615b4 Package: ros-lyrical-parameter-expression Version: 0.0.2-3resolute.20260901.151259 Architecture: amd64 Maintainer: f0reachARR Installed-Size: 96 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libmuparser2v5 (>= 2.3.4), libstdc++6 (>= 13.1), libmuparser-dev, ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/parameter_expression/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-parameter-expression/ros-lyrical-parameter-expression_0.0.2-3resolute.20260901.151259_amd64.deb Size: 19226 SHA256: 3bbfd7f845b4b615ff841bf189fafbcc14d9991f5536bf95665a74832690119e SHA1: c48932bd712e8cb8803b50890c651643e96380d3 MD5sum: 5f65518473ee334a300281fdbaf1e4f3 Description: Using mathematical expression in ROS 2 parameter Package: ros-lyrical-parameter-expression-dbgsym Package-Type: ddeb Source: ros-lyrical-parameter-expression Version: 0.0.2-3resolute.20260901.151259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: f0reachARR Installed-Size: 256 Depends: ros-lyrical-parameter-expression (= 0.0.2-3resolute.20260901.151259) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-parameter-expression/ros-lyrical-parameter-expression-dbgsym_0.0.2-3resolute.20260901.151259_amd64.deb Size: 234302 SHA256: fbcd0e2b4bfd8cd9d53f3340c18b079cf8eacf55cb872438737567719a9e58bd SHA1: 659f1a894709c796036516efae148faedc14326d MD5sum: b9acdcb32e17f187f87c8ccf5c28d1f8 Description: debug symbols for ros-lyrical-parameter-expression Build-Ids: 8226ab1c0c42319ad4699d731e62156b14d192d9 Package: ros-lyrical-pcl-conversions Version: 2.10.0-1resolute.20260901.182429 Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 88 Depends: libeigen3-dev, libpcl-common1.15, libpcl-dev, libpcl-io1.15, ros-lyrical-message-filters, ros-lyrical-pcl-msgs, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/pcl_conversions Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pcl-conversions/ros-lyrical-pcl-conversions_2.10.0-1resolute.20260901.182429_amd64.deb Size: 14740 SHA256: 2924ab74b1e57e70fd0bb1f8bd59eacb2188696d6d9708fdc81350597562f28a SHA1: a8c1fcb579e2e4ec936e11235d9d4b4496a47cbf MD5sum: 6392994da52ae9cac4ccecebdc7f8c94 Description: Provides conversions from PCL data types and ROS message types Package: ros-lyrical-pcl-msgs Version: 1.0.0-10resolute.20260901.130843 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1276 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/pcl_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pcl-msgs/ros-lyrical-pcl-msgs_1.0.0-10resolute.20260901.130843_amd64.deb Size: 118566 SHA256: a545d9763561666232080797bc136f53d64e3edb69a00d6fe139045a269b6d34 SHA1: b5330b3da80499b16f69257df36515e25055b270 MD5sum: 8c31807553bff71619730f7ab8313b1b Description: Package containing PCL (Point Cloud Library)-related ROS messages. Package: ros-lyrical-pcl-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-pcl-msgs Version: 1.0.0-10resolute.20260901.130843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1172 Depends: ros-lyrical-pcl-msgs (= 1.0.0-10resolute.20260901.130843) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pcl-msgs/ros-lyrical-pcl-msgs-dbgsym_1.0.0-10resolute.20260901.130843_amd64.deb Size: 884532 SHA256: a3e2e8b1b0480833ab3cd990f1c8bfc64cc10b032fc876eb2c4aa0482452ebbb SHA1: b2b0b3626fe91edbfc5a5f4bacb05dd5dd5c231d MD5sum: e33c5b0bd7425e37d7bdd81ac428be15 Description: debug symbols for ros-lyrical-pcl-msgs Build-Ids: 07ee83ba4ed704b4ee0cac92544bac72d554d152 4c3cfb988b596564c1fd9aee3bc437ac71847c59 66b3c278ec557f57035039ddd741f4aa95a7d5c8 8e52d13e938fe0a056e12c54aa925f292de2013b 8e9bf8a0535e67191885938668afdbe2c1561271 b72d650a575cfee7534489d39d8db9605ce306c5 bc7b7b12cd8290e78f1319de570ef4320b32054b c6daa77b2c41773050c469ceea847e4a2d10b0b4 d5594e3b0661e59f26ee0884f77f951bfa07fd00 d595d720f263b5e4281829d1372d00b3d3feaef8 e4b19b2cd1ff849e28c8ead2a64df072972fa84a Package: ros-lyrical-pcl-ros Version: 2.10.0-1resolute.20260901.200916 Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 4184 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libpcl-io1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), libeigen3-dev, libpcl-dev, libpcl-features1.15, libpcl-segmentation1.15, libpcl-surface1.15, ros-lyrical-geometry-msgs, ros-lyrical-pcl-conversions, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosbag2-transport, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pcl-ros/ros-lyrical-pcl-ros_2.10.0-1resolute.20260901.200916_amd64.deb Size: 657442 SHA256: 7d06128dc9f205150c7759047cfb236f05776363dcd8d63218361072a239670b SHA1: 03f28cf89b0590327111fb0e29944875ffd273c5 MD5sum: ff029cb190d9a7d016ebf2d08c366360 Description: PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred bridge for 3D applications involving n-D Point Clouds and 3D geometry processing in ROS. Package: ros-lyrical-pcl-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-pcl-ros Version: 2.10.0-1resolute.20260901.200916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 31308 Depends: ros-lyrical-pcl-ros (= 2.10.0-1resolute.20260901.200916) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pcl-ros/ros-lyrical-pcl-ros-dbgsym_2.10.0-1resolute.20260901.200916_amd64.deb Size: 26274062 SHA256: 7c9cc68abea0b7a284af4f3121996b01e8f99dc6fdbf200792bf048fcba2dbe3 SHA1: 45c2428326d96edfdb584ef752c3d05c91ee0564 MD5sum: d6fd18e988592edee58b24bbee9f7236 Description: debug symbols for ros-lyrical-pcl-ros Build-Ids: 089bb85aa3fbed6d902ccbabd93110e4daef8a7f 0a70ec81f8447a923bea1d552e25939f6eede028 133956d2ee00138781445896e5dca5bc335d0623 152dbac3a9237063043c64b07d0a283b0ef0c0b4 59b07b37d71a1f522d7172d6a161a56ebef3d748 68f1eff8ed7ee69eacd47716b7610aab43b6c175 8d410df1ec00b8d919abb0e1e931494ee982df15 9f57ee2b7838984c00ff0bf276488a3565cfa66a a118cc7bdf4611ec42aa3620313e9d2ec66b404e a8bc34beab865cf24f09788309700688c52fad2b adfcd1f92ee22d1c19cdb9822540f79c9d35ac09 b1aab5f274e32ef8c7c5149eeeb8ec80f1c68374 b8911863880e3174221364625fe43971bd514859 ca4d8d5cbbf4edc80a2eafbe7c59c9f59a04a7c5 cbf820e64bf588bdb345a8214cdc58f04d8c775a d245c35b3c097d99141ae61f7602fb513defb21a e7c64a7c4967efe3a3ae055431f5cb75a64a6668 fe29e2f4da5f2396f1969393c8355f6de613b83c Package: ros-lyrical-pendulum-control Version: 0.37.9-1resolute.20260901.170408 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1385 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-pendulum-msgs, ros-lyrical-rclcpp, ros-lyrical-rttest, ros-lyrical-tlsf-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/pendulum_control/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pendulum-control/ros-lyrical-pendulum-control_0.37.9-1resolute.20260901.170408_amd64.deb Size: 246236 SHA256: 83fafdd33590e77d521152b24694cd62b26dcf2bc1c8026aafe67e82c8536937 SHA1: d9e6ed5893b279a89e7c34063fa44f8ae7d597bf MD5sum: 317730e3c401b50d0d659580a5a19a79 Description: Demonstrates ROS 2's realtime capabilities with a simulated inverted pendulum. Package: ros-lyrical-pendulum-control-dbgsym Package-Type: ddeb Source: ros-lyrical-pendulum-control Version: 0.37.9-1resolute.20260901.170408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 6614 Depends: ros-lyrical-pendulum-control (= 0.37.9-1resolute.20260901.170408) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pendulum-control/ros-lyrical-pendulum-control-dbgsym_0.37.9-1resolute.20260901.170408_amd64.deb Size: 5376040 SHA256: ad0512d39ab332bd10cebf427fe627e8daac9acfabc3787a352c094748204244 SHA1: 08748098f3437a8a31e434217d1a251891a89caf MD5sum: ec15924a1c21649e322b7564b370ab86 Description: debug symbols for ros-lyrical-pendulum-control Build-Ids: 9b99414d993b4d18c30cbfde8e8111331d888d1c b0c222f8dfd2467db107e9b6b567b46c9502a458 d8849d75ca376fd86baba2e5c9c8489216c9c16f Package: ros-lyrical-pendulum-msgs Version: 0.37.9-1resolute.20260901.103558 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 705 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/pendulum_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pendulum-msgs/ros-lyrical-pendulum-msgs_0.37.9-1resolute.20260901.103558_amd64.deb Size: 62098 SHA256: 7fecf4150c8594bcfd1695eeeaddfc342588a70c4970b5fc07cc623f1df7d5b5 SHA1: 45857636edecb8e50bad00878eb2d08cc251adf6 MD5sum: ac626fbc3599b88b0af22edffb8b4c60 Description: Custom messages for real-time pendulum control. Package: ros-lyrical-pendulum-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-pendulum-msgs Version: 0.37.9-1resolute.20260901.103558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 505 Depends: ros-lyrical-pendulum-msgs (= 0.37.9-1resolute.20260901.103558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pendulum-msgs/ros-lyrical-pendulum-msgs-dbgsym_0.37.9-1resolute.20260901.103558_amd64.deb Size: 332200 SHA256: 2b5f6c6d01186c53f3bc6c1b4077cba0ebffae789bad24d254a0a6b943fe22ad SHA1: 1c745108064e5945e4af07151db9f04af70ce454 MD5sum: a3934965104725720a0aeafd34df9283 Description: debug symbols for ros-lyrical-pendulum-msgs Build-Ids: 09f6c6fb6950b638bda94dd626c1e44465ae4046 40e2de93317bca7bd5643d7010e275ba42c15471 421ee058373afde073e339f3b3953c69d59393fd 52a16216993270f570508f507fdf82296892d5e3 5bbb339ee8c0ef5022806689188cb7b56f9d6afc 5fcf580b5c9a35d20a3a5b50917f8ead279ae6dd 6757c6e391947bcbf2c1fef0b37fbb7439583fbd 6d5bce6114bd39cec958f73f650c79450f36c7c8 905b6f1a760aeb5502f672fffaee38093c91aa77 a4222345ee665f4bf382c58755f3bb40b729a759 d44ede4fc93f3430b681de7ebf914b5048de7b18 Package: ros-lyrical-perception Version: 0.13.0-3resolute.20260908.122426 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 44 Depends: ros-lyrical-image-common, ros-lyrical-image-pipeline, ros-lyrical-image-transport-plugins, ros-lyrical-laser-filters, ros-lyrical-laser-geometry, ros-lyrical-perception-pcl, ros-lyrical-ros-base, ros-lyrical-vision-opencv, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/perception/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-perception/ros-lyrical-perception_0.13.0-3resolute.20260908.122426_amd64.deb Size: 5808 SHA256: e79bc7d20f0d03b29789b965785422bff2ab0a38026d7baca3820c5ea0b484eb SHA1: d802321c38ef453a122ca7554ee2d4c599426477 MD5sum: 2f4e8bed40a8caa3814cda72ed45c032 Description: A package which aggregates common perception packages. Package: ros-lyrical-perception-pcl Version: 2.10.0-1resolute.20260901.204208 Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 45 Depends: ros-lyrical-pcl-conversions, ros-lyrical-pcl-msgs, ros-lyrical-pcl-ros, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-perception-pcl/ros-lyrical-perception-pcl_2.10.0-1resolute.20260901.204208_amd64.deb Size: 6138 SHA256: 65635823f44aa0498cc671895edd70fa7dd141c34ca2b879f0658b0a2a15b5e2 SHA1: 3c7a689eda71f0df1805f9d1977b1054a606cf7d MD5sum: 40de903df1eb59f764716387d5d531cc Description: PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred bridge for 3D applications involving n-D Point Clouds and 3D geometry processing in ROS. Package: ros-lyrical-performance-test-fixture Version: 0.4.1-3resolute.20260728.203729 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 101 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-lyrical-google-benchmark-vendor, ros-lyrical-ament-cmake-google-benchmark, ros-lyrical-osrf-testing-tools-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/performance_test_fixture/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-performance-test-fixture/ros-lyrical-performance-test-fixture_0.4.1-3resolute.20260728.203729_amd64.deb Size: 17872 SHA256: bc0de6f94329c3a6967ed98f231a63dc23634857fdecabcd8cb9c8a87d8fcd9e SHA1: 7d130dfcaef2ec5fa9e00015e6a25e3cafda752c MD5sum: a5bd680d0a05a9f58628b9be90c0f6ff Description: Test fixture and CMake macro for using osrf_testing_tools_cpp with Google Benchmark Package: ros-lyrical-performance-test-fixture-dbgsym Package-Type: ddeb Source: ros-lyrical-performance-test-fixture Version: 0.4.1-3resolute.20260728.203729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 115 Depends: ros-lyrical-performance-test-fixture (= 0.4.1-3resolute.20260728.203729) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-performance-test-fixture/ros-lyrical-performance-test-fixture-dbgsym_0.4.1-3resolute.20260728.203729_amd64.deb Size: 92622 SHA256: 790b36113bab45a7e2c8e0daa59d65e074c4df429c2b0a02d126cb9bd703615f SHA1: 0d5d5f1e3a28282b8fd436eb6cff149c50a89727 MD5sum: bcd99b5a33ba9c35173dc842dd2c98fc Description: debug symbols for ros-lyrical-performance-test-fixture Build-Ids: a3c9830028e937bfc20d16a3fd474ae974d6e714 Package: ros-lyrical-persist-parameter-server Version: 4.0.0-2resolute.20260901.184357 Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 337 Depends: libboost-filesystem1.90.0 (>= 1.90.0), libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-launch-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-implementation-cmake, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/persist_parameter_server/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-persist-parameter-server/ros-lyrical-persist-parameter-server_4.0.0-2resolute.20260901.184357_amd64.deb Size: 102944 SHA256: f1698bcaeccbffd18e78d46f8dc84753e00cc313f4e8cf9acb220b202a860b49 SHA1: 05811f496001eb2ce780fdd03196de8c751c64fa MD5sum: 4c7d156703988a776abbb3831d5029fa Description: ros2 parameter server that other nodes can write/read parameters including persistent parameters. Package: ros-lyrical-persist-parameter-server-dbgsym Package-Type: ddeb Source: ros-lyrical-persist-parameter-server Version: 4.0.0-2resolute.20260901.184357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 1553 Depends: ros-lyrical-persist-parameter-server (= 4.0.0-2resolute.20260901.184357) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-persist-parameter-server/ros-lyrical-persist-parameter-server-dbgsym_4.0.0-2resolute.20260901.184357_amd64.deb Size: 1427264 SHA256: 1a77c911322a967e86c9d10f776c0b39ad1939dece00dff5041cb2fffc06ca6e SHA1: 31abe8fddaa7df3149cba00ffeab19e6f5bbe338 MD5sum: 3fd5bd98f9f4895ae853cd1cf0b2296b Description: debug symbols for ros-lyrical-persist-parameter-server Build-Ids: 0e6105ee0e4f43c7dc81caa72aee9adad52d84cc Package: ros-lyrical-pfs Version: 0.15.0-1resolute.20260728.172449 Architecture: amd64 Maintainer: "Daniel Trugman" Installed-Size: 1250 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/pfs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pfs/ros-lyrical-pfs_0.15.0-1resolute.20260728.172449_amd64.deb Size: 165762 SHA256: 36164be3bd4a718a98da10c630dcfb6b389e0eb3719f61cc830d6d20e21538ec SHA1: 17928d7a9d19390938704e3d30f544a89c0d18bf MD5sum: 26dc176284f36efa2fdd56d274647323 Description: Production grade, very easy to use, procfs parsing library in C++ Package: ros-lyrical-phidgets-accelerometer Version: 2.4.0-3resolute.20260901.164933 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 224 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_accelerometer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-accelerometer/ros-lyrical-phidgets-accelerometer_2.4.0-3resolute.20260901.164933_amd64.deb Size: 64076 SHA256: 0ec7e2fe408ba6946d409c646eec18719c0db4e3682c7fcdd8c715227990dda2 SHA1: 288210b75c40ed9a67dd1031b4316622d5aa8b2e MD5sum: e56f0c8f58035842cd41b95a42df2491 Description: Driver for the Phidgets Accelerometer devices Package: ros-lyrical-phidgets-accelerometer-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-accelerometer Version: 2.4.0-3resolute.20260901.164933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 971 Depends: ros-lyrical-phidgets-accelerometer (= 2.4.0-3resolute.20260901.164933) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-accelerometer/ros-lyrical-phidgets-accelerometer-dbgsym_2.4.0-3resolute.20260901.164933_amd64.deb Size: 875262 SHA256: 1567071707cbcb0c9907289228bc4637c5366ead11bdd01f436c059a35bc3632 SHA1: 72ffc5c0d2ed191ef511b84d91cf0d016e5457e4 MD5sum: 3ca118587d31818fb018d9031604840f Description: debug symbols for ros-lyrical-phidgets-accelerometer Build-Ids: 8f64329f52e01f720a4fdf39d49946db5bb73f48 Package: ros-lyrical-phidgets-analog-inputs Version: 2.4.0-3resolute.20260901.161415 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 219 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_analog_inputs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-analog-inputs/ros-lyrical-phidgets-analog-inputs_2.4.0-3resolute.20260901.161415_amd64.deb Size: 62148 SHA256: fe07cfd8263f0b3cc86126db67dfc5f9a89cc8761ff8a8e825cbf03100defaf9 SHA1: 665db3bfb7294b9eb1d121d9aa847f1f6a88f5b5 MD5sum: f8e805ab370ecf57a85849605c4c851e Description: Driver for the Phidgets Analog Input devices Package: ros-lyrical-phidgets-analog-inputs-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-analog-inputs Version: 2.4.0-3resolute.20260901.161415 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 975 Depends: ros-lyrical-phidgets-analog-inputs (= 2.4.0-3resolute.20260901.161415) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-analog-inputs/ros-lyrical-phidgets-analog-inputs-dbgsym_2.4.0-3resolute.20260901.161415_amd64.deb Size: 879970 SHA256: a446c884b1fb64ae11b334fbb6e712a989dd2ab299a88872b951f3d0f75d3a50 SHA1: b49421de057a70d38e2e5fd410f6fc3d90c04b35 MD5sum: 2a1a770f49a26862fc46e0095479a092 Description: debug symbols for ros-lyrical-phidgets-analog-inputs Build-Ids: 94fc3a13e36101cdd37672de3c95447d52c51710 Package: ros-lyrical-phidgets-analog-outputs Version: 2.4.0-3resolute.20260901.161428 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 549 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-libphidget22, ros-lyrical-phidgets-api, ros-lyrical-phidgets-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_analog_outputs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-analog-outputs/ros-lyrical-phidgets-analog-outputs_2.4.0-3resolute.20260901.161428_amd64.deb Size: 120690 SHA256: d470f92bda21b134ab4643acb1dac4fa6befb6a48f2129f5a4f2b421bce8402d SHA1: c6e3a02171e19d0a368cecaf74c918185b962a46 MD5sum: e2e2d275771b5d68fec441fbcafdeaf1 Description: Driver for the Phidgets Analog Output devices Package: ros-lyrical-phidgets-analog-outputs-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-analog-outputs Version: 2.4.0-3resolute.20260901.161428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2531 Depends: ros-lyrical-phidgets-analog-outputs (= 2.4.0-3resolute.20260901.161428) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-analog-outputs/ros-lyrical-phidgets-analog-outputs-dbgsym_2.4.0-3resolute.20260901.161428_amd64.deb Size: 2124228 SHA256: cba53786f471a23af0374d7638fd4084aa55c6cb92fde7cd4720c4a36b71e39d SHA1: 7349ecebe2d4f11cdc4574418c6a45dd6c2ea8d7 MD5sum: 2195cdefb49857b5ff091c4f22d5082b Description: debug symbols for ros-lyrical-phidgets-analog-outputs Build-Ids: cb68fc4bb82d57ec7fa0756637b2620fdf6a8fbb Package: ros-lyrical-phidgets-api Version: 2.4.0-3resolute.20260901.135334 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 267 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-lyrical-libphidget22, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/phidgets_api Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-api/ros-lyrical-phidgets-api_2.4.0-3resolute.20260901.135334_amd64.deb Size: 46880 SHA256: 95ef498436881f996f76510f344e668c89cd780fb169bba327a40d6bcb858534 SHA1: 3faef4a38f891bca5fbd1146be93b8ced8a420f5 MD5sum: b691488f91310bfe14d4caa8a79b0235 Description: A C++ Wrapper for the Phidgets C API Package: ros-lyrical-phidgets-api-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-api Version: 2.4.0-3resolute.20260901.135334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 545 Depends: ros-lyrical-phidgets-api (= 2.4.0-3resolute.20260901.135334) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-api/ros-lyrical-phidgets-api-dbgsym_2.4.0-3resolute.20260901.135334_amd64.deb Size: 457468 SHA256: 39c6eda3495e13e69aea5004f950d8b11f8d3ac83e1a5ba9398127469854c115 SHA1: f2de03f0ba0e660c27407ef1316db42ea80a2df5 MD5sum: aa8ac205c1d7703c6043bde3fadec0f8 Description: debug symbols for ros-lyrical-phidgets-api Build-Ids: 02897fb57ae959ad4f5c3683e13b5da9fe231ba4 Package: ros-lyrical-phidgets-digital-inputs Version: 2.4.0-3resolute.20260901.161446 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 219 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_digital_inputs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-digital-inputs/ros-lyrical-phidgets-digital-inputs_2.4.0-3resolute.20260901.161446_amd64.deb Size: 61844 SHA256: ccc345f22a5e2fca5e07885d273fd0f3c27a88499bca1463fb8596ab4f7ffb94 SHA1: e8783a4e4d60fd165086a58f13581d14d2bee3f3 MD5sum: 3b28c5dc0435b61bc9f5f03980fd5a62 Description: Driver for the Phidgets Digital Input devices Package: ros-lyrical-phidgets-digital-inputs-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-digital-inputs Version: 2.4.0-3resolute.20260901.161446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 971 Depends: ros-lyrical-phidgets-digital-inputs (= 2.4.0-3resolute.20260901.161446) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-digital-inputs/ros-lyrical-phidgets-digital-inputs-dbgsym_2.4.0-3resolute.20260901.161446_amd64.deb Size: 876352 SHA256: e139e07426eefa328ede0747d2642a3a7c9bcccde78863eac6d42580780b54b9 SHA1: bed8cf252fb8768cebb2ea6aa87ab662a210dbd8 MD5sum: 690aee41c3e5c309762fb462083dadd3 Description: debug symbols for ros-lyrical-phidgets-digital-inputs Build-Ids: 138d0bb12086eb0c289a6ff05099c5e9349e2eea Package: ros-lyrical-phidgets-digital-outputs Version: 2.4.0-3resolute.20260901.161456 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 545 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-phidgets-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_digital_outputs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-digital-outputs/ros-lyrical-phidgets-digital-outputs_2.4.0-3resolute.20260901.161456_amd64.deb Size: 120884 SHA256: 573768ca5fd58fc995fe6a402c02b0e2b44c8cacb266d16d1d5cae930ea28819 SHA1: ad3cae5c6720438923c32b55f0f3c34087c086bf MD5sum: fd56654bd441bc7d96523b01d2eadc8a Description: Driver for the Phidgets Digital Output devices Package: ros-lyrical-phidgets-digital-outputs-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-digital-outputs Version: 2.4.0-3resolute.20260901.161456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2536 Depends: ros-lyrical-phidgets-digital-outputs (= 2.4.0-3resolute.20260901.161456) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-digital-outputs/ros-lyrical-phidgets-digital-outputs-dbgsym_2.4.0-3resolute.20260901.161456_amd64.deb Size: 2131070 SHA256: 10dbf3fcb1fe757b04a9080f799b557ba8da696950f5acaf84ebe446ee042e2d SHA1: 0af92e6c9349ab8732e0300f8b7d12ce1a7d2201 MD5sum: 83af3f100413497ab0eaac32012e122c Description: debug symbols for ros-lyrical-phidgets-digital-outputs Build-Ids: b3cc6ff97290cb7013f31c23f84f824ba50d9cca Package: ros-lyrical-phidgets-drivers Version: 2.4.0-3resolute.20260901.171005 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 45 Depends: ros-lyrical-libphidget22, ros-lyrical-phidgets-accelerometer, ros-lyrical-phidgets-analog-inputs, ros-lyrical-phidgets-api, ros-lyrical-phidgets-digital-inputs, ros-lyrical-phidgets-digital-outputs, ros-lyrical-phidgets-gyroscope, ros-lyrical-phidgets-high-speed-encoder, ros-lyrical-phidgets-ik, ros-lyrical-phidgets-magnetometer, ros-lyrical-phidgets-motors, ros-lyrical-phidgets-msgs, ros-lyrical-phidgets-spatial, ros-lyrical-phidgets-temperature, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/phidgets_drivers Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-drivers/ros-lyrical-phidgets-drivers_2.4.0-3resolute.20260901.171005_amd64.deb Size: 6018 SHA256: 6c9e95382b340ba7f04cf8c1c1d2da99c7180317cc602aae44bbc10c7ef7589f SHA1: 87193fed28bc209ef6d69e2d6fa9fff63b5f54cd MD5sum: 1ee7711f303159fc577310bdbd02e560 Description: API and ROS drivers for Phidgets devices Package: ros-lyrical-phidgets-gyroscope Version: 2.4.0-3resolute.20260901.161455 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 309 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_gyroscope/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-gyroscope/ros-lyrical-phidgets-gyroscope_2.4.0-3resolute.20260901.161455_amd64.deb Size: 84786 SHA256: dc6477cbce922077c6f35ce4d3e0ffe5a9bbdd2927c45b05e45718c29207e8f6 SHA1: 5a1ccee15a312e8e7fe2ef35f98bc93dfde1f5c8 MD5sum: 1352e5edeea85453861d9e45deab6cea Description: Driver for the Phidgets Gyroscope devices Package: ros-lyrical-phidgets-gyroscope-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-gyroscope Version: 2.4.0-3resolute.20260901.161455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1424 Depends: ros-lyrical-phidgets-gyroscope (= 2.4.0-3resolute.20260901.161455) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-gyroscope/ros-lyrical-phidgets-gyroscope-dbgsym_2.4.0-3resolute.20260901.161455_amd64.deb Size: 1268526 SHA256: cea20c22848049f5da6b8c084de0d358a76a57c202f0082d9e5e41b9e508b28c SHA1: d339626e812ae0d31328d1723ad9df98b2e457df MD5sum: 275e7341987ad82ad68c5a86d250cd8f Description: debug symbols for ros-lyrical-phidgets-gyroscope Build-Ids: 89646ad540680bab954b02a5266d6a29b30fdb18 Package: ros-lyrical-phidgets-high-speed-encoder Version: 2.4.0-3resolute.20260901.164836 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 321 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-phidgets-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_high_speed_encoder/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-high-speed-encoder/ros-lyrical-phidgets-high-speed-encoder_2.4.0-3resolute.20260901.164836_amd64.deb Size: 88318 SHA256: e81acd3de45d29d5d913452c49a78bb9c0b8d5ba03e5451feeb67aecb0896369 SHA1: 65b1913a78b806b413e714c84ae4709405cad795 MD5sum: de2b449f8f1dab80ac57f18ec5865e27 Description: Driver for the Phidgets high speed encoder devices Package: ros-lyrical-phidgets-high-speed-encoder-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-high-speed-encoder Version: 2.4.0-3resolute.20260901.164836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1517 Depends: ros-lyrical-phidgets-high-speed-encoder (= 2.4.0-3resolute.20260901.164836) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-high-speed-encoder/ros-lyrical-phidgets-high-speed-encoder-dbgsym_2.4.0-3resolute.20260901.164836_amd64.deb Size: 1347752 SHA256: 5373233b468eeefe909c3434c6e00e94603823b8756da63b64fe7f0aa60a0081 SHA1: 4f827bd31585f9d6b7efefd8cfb3b6157e3759ae MD5sum: d018396b2d27969651c4f1fa5bbf2550 Description: debug symbols for ros-lyrical-phidgets-high-speed-encoder Build-Ids: a010a51b4cbd9327a9a4b69eac33efc0da84008a Package: ros-lyrical-phidgets-ik Version: 2.4.0-3resolute.20260901.170617 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 48 Depends: ros-lyrical-launch, ros-lyrical-phidgets-analog-inputs, ros-lyrical-phidgets-digital-inputs, ros-lyrical-phidgets-digital-outputs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_ik/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-ik/ros-lyrical-phidgets-ik_2.4.0-3resolute.20260901.170617_amd64.deb Size: 6534 SHA256: 46fa731c04c3d6e331a136ffce2217de953ef0c3e96ec48b01ddd4394ab425bf SHA1: 433cd7d0c6b8b33b12733ae41567f03b2e71aed3 MD5sum: 957d0ba89bf4d336d3f3ae392ba1f267 Description: Driver for the Phidgets InterfaceKit devices Package: ros-lyrical-phidgets-magnetometer Version: 2.4.0-3resolute.20260901.164923 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 229 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_magnetometer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-magnetometer/ros-lyrical-phidgets-magnetometer_2.4.0-3resolute.20260901.164923_amd64.deb Size: 66588 SHA256: 4032734ef9ed0403356d0a706353ffce451f3adb6ca5c4435da97850f4b7d7cc SHA1: 1b9dad827d5ff9b710a0c4c8b660823e10dea68d MD5sum: 268a77472e4b815daeaabec745782e4a Description: Driver for the Phidgets Magnetometer devices Package: ros-lyrical-phidgets-magnetometer-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-magnetometer Version: 2.4.0-3resolute.20260901.164923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 997 Depends: ros-lyrical-phidgets-magnetometer (= 2.4.0-3resolute.20260901.164923) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-magnetometer/ros-lyrical-phidgets-magnetometer-dbgsym_2.4.0-3resolute.20260901.164923_amd64.deb Size: 898226 SHA256: c1597b719378da62e7833fb071a34e44c2fe67d09058888a1b1b34599748aaff SHA1: cb11494fe7ac2e3134a00a5eb6a3d2995d5bc27e MD5sum: 2701942b57b3a9975efaac8de5446964 Description: debug symbols for ros-lyrical-phidgets-magnetometer Build-Ids: 50295f8f697b4011b031301d7daebdaaa1ae142c Package: ros-lyrical-phidgets-motors Version: 2.4.0-3resolute.20260901.161506 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 541 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-phidgets-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_motors/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-motors/ros-lyrical-phidgets-motors_2.4.0-3resolute.20260901.161506_amd64.deb Size: 122702 SHA256: 94f7e1f0b0a7207d918d9c194f35b3f5c8aa2ff02742f18af1f871d2841c7372 SHA1: 688b75ddfd0d7f42fb5c08a83ac97dade25cd5e8 MD5sum: 885e8ed51f8182faed94037d17e9f1fc Description: Driver for the Phidgets Motor devices Package: ros-lyrical-phidgets-motors-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-motors Version: 2.4.0-3resolute.20260901.161506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2468 Depends: ros-lyrical-phidgets-motors (= 2.4.0-3resolute.20260901.161506) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-motors/ros-lyrical-phidgets-motors-dbgsym_2.4.0-3resolute.20260901.161506_amd64.deb Size: 2064432 SHA256: 3e964c3c30b79f9ce2b25604cc6902bc139ff34df3e7bdde5184905177f3cbf8 SHA1: 841309c9e27dca135033ccb8182512902fc8ccee MD5sum: 43e0dcdf2cb7eeb9c8c766cd07e1a06e Description: debug symbols for ros-lyrical-phidgets-motors Build-Ids: 1de6a4be0331361d460bdf051c9fbfeef768320d Package: ros-lyrical-phidgets-msgs Version: 2.4.0-3resolute.20260901.111231 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2094 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-msgs/ros-lyrical-phidgets-msgs_2.4.0-3resolute.20260901.111231_amd64.deb Size: 155850 SHA256: 228b0250174ac70ace94c1c49cc0e4d7175b85364b870b2181bf9bbdf967ec7a SHA1: 54f2b6058e0e9b769b309238cc004401561b72c4 MD5sum: 7c988f36846d01ab6a25715e103517f2 Description: Custom ROS messages for Phidgets drivers Package: ros-lyrical-phidgets-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-msgs Version: 2.4.0-3resolute.20260901.111231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1551 Depends: ros-lyrical-phidgets-msgs (= 2.4.0-3resolute.20260901.111231) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-msgs/ros-lyrical-phidgets-msgs-dbgsym_2.4.0-3resolute.20260901.111231_amd64.deb Size: 1120976 SHA256: 7d044c6af5811c5dc641faf50569e170f11df27dfdaf7013713330b405eb81a2 SHA1: b7c126c1b62d5bd1760f9255c1a617439192484f MD5sum: 5234027353a5fc84b437b7da5e0d04be Description: debug symbols for ros-lyrical-phidgets-msgs Build-Ids: 0e67dd9e2c730fad1b702506d1510b3e3685ad0d 18114960902623e54887195da2cc655577779db9 181a60ceead6495a750b7f612bbb5a6f31008c00 3b45af577338cfd47e821670aa4f4bca164259f6 60ebe7dc6613e2f324d8ceada9cfa73a0f1c4f6e 6afdaa2d5b4e19e05b2be13dc2b9604c4378a875 94b84da2096c605cbe8065b10967c2e8f0364ee5 aa23cf677eae22716198443a90c5b5f188edfc50 d01067fc1b3ca64fe5277de5c98b1eedfd7bd70f d2e02a50c2815b9d28042872a0e62d12028029b3 e0f53d8e327f532e984e557dad64b258fc1e2401 Package: ros-lyrical-phidgets-spatial Version: 2.4.0-3resolute.20260901.161523 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 387 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/phidgets_spatial Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-spatial/ros-lyrical-phidgets-spatial_2.4.0-3resolute.20260901.161523_amd64.deb Size: 102112 SHA256: 9323cffce69769a1ab82a1a6e5248291c00b11b2d2711ffffda03dcc5e4ae6ac SHA1: 8cfc06600c735880c7a999e1ea79c26ce65a371c MD5sum: 6957b12f6d12b6f3aaa8be8329c52a98 Description: Driver for the Phidgets Spatial 3/3/3 devices Package: ros-lyrical-phidgets-spatial-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-spatial Version: 2.4.0-3resolute.20260901.161523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1759 Depends: ros-lyrical-phidgets-spatial (= 2.4.0-3resolute.20260901.161523) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-spatial/ros-lyrical-phidgets-spatial-dbgsym_2.4.0-3resolute.20260901.161523_amd64.deb Size: 1557542 SHA256: d0795b2dd9c39f3348374042bc91bbee68869f66a1bcef666ded5f52b827a2b1 SHA1: 9267e4c236268d30468980c6d7d5917086db3e9d MD5sum: 96a5fb267b588c6f5acd32051d323c84 Description: debug symbols for ros-lyrical-phidgets-spatial Build-Ids: 4a336df7986991a185ba13f31d91796fa19cc5e3 Package: ros-lyrical-phidgets-stepper Version: 2.4.0-3resolute.20260901.161541 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 727 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-phidgets-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_stepper/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-stepper/ros-lyrical-phidgets-stepper_2.4.0-3resolute.20260901.161541_amd64.deb Size: 160862 SHA256: c2217ad91d3ea11a4dfa712bd1da607cb2d60736034a46d86a29d5f1c005441d SHA1: 632313346c8ae6905781d30d94bc3bbcc7e1d0a1 MD5sum: 9a6d357cf4a5435ad46df46b4821d233 Description: Driver for the Phidgets Stepper devices Package: ros-lyrical-phidgets-stepper-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-stepper Version: 2.4.0-3resolute.20260901.161541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 3438 Depends: ros-lyrical-phidgets-stepper (= 2.4.0-3resolute.20260901.161541) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-stepper/ros-lyrical-phidgets-stepper-dbgsym_2.4.0-3resolute.20260901.161541_amd64.deb Size: 2891070 SHA256: 7096e508b1203e538f9e1c1ffebeaf53b78bc219ef2f7ff3391fea9e2c7e71a8 SHA1: 35948b69df6da438c100c8aca940dc72ec3403e0 MD5sum: c7d592e589159223053964da677a8e04 Description: debug symbols for ros-lyrical-phidgets-stepper Build-Ids: 93c04f5630b43569ab7b2a3882ea0f639d0f7971 Package: ros-lyrical-phidgets-temperature Version: 2.4.0-3resolute.20260901.161532 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 215 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-libphidget22, ros-lyrical-launch, ros-lyrical-phidgets-api, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/phidgets_temperature/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-temperature/ros-lyrical-phidgets-temperature_2.4.0-3resolute.20260901.161532_amd64.deb Size: 60574 SHA256: 187644896f8fb83dba54a060a5cd6859ca8ab76f7e846ebf740ce40079aff25c SHA1: 6cc2b12a99a652263fa8222de1f502ddea088321 MD5sum: 2cc0c4fa60d42618b3eeb592f1625f8a Description: Driver for the Phidgets Temperature devices Package: ros-lyrical-phidgets-temperature-dbgsym Package-Type: ddeb Source: ros-lyrical-phidgets-temperature Version: 2.4.0-3resolute.20260901.161532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 944 Depends: ros-lyrical-phidgets-temperature (= 2.4.0-3resolute.20260901.161532) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-phidgets-temperature/ros-lyrical-phidgets-temperature-dbgsym_2.4.0-3resolute.20260901.161532_amd64.deb Size: 848924 SHA256: 450701208ae2c3cd7a753282b54c3d62a270cb09638b676fcc16696d0ace18c6 SHA1: 4e691d91ed7a6a8f537878645f887a30a46b4f0c MD5sum: 9edd2d9bc11c6b9d30e1cf32e1b518bd Description: debug symbols for ros-lyrical-phidgets-temperature Build-Ids: bcfa15b26eef699d180dd4fb0da2efbbde16cf0f Package: ros-lyrical-pick-ik Version: 1.1.3-1resolute.20260901.214727 Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 447 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, libexpected-dev, libfmt-dev, librange-v3-dev, ros-lyrical-generate-parameter-library, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rsl, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-kdl, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/pick_ik/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pick-ik/ros-lyrical-pick-ik_1.1.3-1resolute.20260901.214727_amd64.deb Size: 114806 SHA256: 7960f9be5ceb8b03b96dd02f7134e994ad117591e3d9b4f889787a6f59177903 SHA1: 66239ade75937659518731392b6c44b17f143fd5 MD5sum: 78d34de46aa913c174df3b7094a4a23a Description: Inverse Kinematics solver for MoveIt Package: ros-lyrical-pick-ik-dbgsym Package-Type: ddeb Source: ros-lyrical-pick-ik Version: 1.1.3-1resolute.20260901.214727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 5394 Depends: ros-lyrical-pick-ik (= 1.1.3-1resolute.20260901.214727) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pick-ik/ros-lyrical-pick-ik-dbgsym_1.1.3-1resolute.20260901.214727_amd64.deb Size: 5329926 SHA256: b54e75e515f9615783772aadd418922ec99620ee29af3a20d50a7e0343ee56ad SHA1: fab13eb622108d0e34231fa63f4c137eafbc7fca MD5sum: 7b0b3baa0b80cf3cd768a732399e7008 Description: debug symbols for ros-lyrical-pick-ik Build-Ids: 27d50ed56e7b802b452f08605ae9ef286d0f271f Package: ros-lyrical-picknik-ament-copyright Version: 0.0.2-6resolute.20260728.172913 Architecture: amd64 Maintainer: Joe Schornak Installed-Size: 40 Depends: ros-lyrical-ament-copyright, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/picknik_ament_copyright/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-picknik-ament-copyright/ros-lyrical-picknik-ament-copyright_0.0.2-6resolute.20260728.172913_amd64.deb Size: 4996 SHA256: cd371c0bfbd358749679051d9d3939c58a26005f421ea173543b12963fb4f9c1 SHA1: 3582b97521ed9c42bfe4850989be7365492666d8 MD5sum: 7ed4d1d9b58dbd6c7abf069a4484406c Description: Check PickNik-specific copyright headers. Package: ros-lyrical-pid-controller Version: 6.9.0-1resolute.20260908.111956 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 876 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-angles, ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-control-toolbox, ros-lyrical-controller-interface, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pid-controller/ros-lyrical-pid-controller_6.9.0-1resolute.20260908.111956_amd64.deb Size: 209700 SHA256: 00f0801b3428f5235d6cc4589db3f49d3ce69b06269d08776a1bd64f8df97f5c SHA1: 57f9ae3941f6114fd304f7d5299cdd6e9afe7643 MD5sum: c8ec1e6f690a1268b74f49f97ef98322 Description: Controller based on PID implememenation from control_toolbox package. Package: ros-lyrical-pid-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-pid-controller Version: 6.9.0-1resolute.20260908.111956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3713 Depends: ros-lyrical-pid-controller (= 6.9.0-1resolute.20260908.111956) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pid-controller/ros-lyrical-pid-controller-dbgsym_6.9.0-1resolute.20260908.111956_amd64.deb Size: 3186414 SHA256: 90a830b378c48eeb3318d15998d3ac686f212d4c33ed8fc3914d55cbc096e7d8 SHA1: e188c6c9b0204a16d50a344a6c2f57ea95ebe9f4 MD5sum: 19025ba255f61c7e01b03d886c22025e Description: debug symbols for ros-lyrical-pid-controller Build-Ids: 6ba9901728fffd3db95568806900831faeb1050d Package: ros-lyrical-pilz-industrial-motion-planner Version: 2.15.1-1resolute.20260901.225104 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1726 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-moveit-core, ros-lyrical-moveit-ros-move-group, ros-lyrical-moveit-ros-planning, ros-lyrical-eigen3-cmake-module, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-orocos-kdl-vendor, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-eigen-kdl, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-kdl, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pilz-industrial-motion-planner/ros-lyrical-pilz-industrial-motion-planner_2.15.1-1resolute.20260901.225104_amd64.deb Size: 367270 SHA256: d745cfd06ba4d53dbebe8bfcfd80fea7db3e21482a03b293595c0ed9283b20a2 SHA1: f4523f3278685905590f0b3dba081d64f3cdd64c MD5sum: a4b3c6ae71187d021b63e0b66a55efa0 Description: MoveIt plugin to generate industrial trajectories PTP, LIN, CIRC and sequences thereof. Package: ros-lyrical-pilz-industrial-motion-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-pilz-industrial-motion-planner Version: 2.15.1-1resolute.20260901.225104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 28089 Depends: ros-lyrical-pilz-industrial-motion-planner (= 2.15.1-1resolute.20260901.225104) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pilz-industrial-motion-planner/ros-lyrical-pilz-industrial-motion-planner-dbgsym_2.15.1-1resolute.20260901.225104_amd64.deb Size: 27756742 SHA256: b67f9c27397e6d36c5cb05bfe698011c17cc609304cafe793f12b097dd306e09 SHA1: 502c0cf7254c5aae1cb6400a55257c5501b6e5cc MD5sum: bb7d198e31b767b7cec6735733d21db5 Description: debug symbols for ros-lyrical-pilz-industrial-motion-planner Build-Ids: 12d84574979a05c408ad792444a1ae2ab48a489b 283d0205d07f4f1d052325f00e83c6210d0f08f1 33456b022d784e9aa3e62225e109576a1efeefed 59b6cc36bdedab2d0c82199a5497ea445253f07e 5bf0a35d5b5e5f7dbd2aed9e24e8fc0d865140cc 5f789811c2d5f7fea4852ecc433cec773f8beca7 897450efc70412fa9f7ce0f7c4c28228ba5e04a7 98d66a02a1c78b71c568becef21eecf807b4ca29 c2f9027cdf25ae0cfc8d8bbdfaf7df54cb59178e e122518300105bd393e9c025fdcbea19af594f68 Package: ros-lyrical-pilz-industrial-motion-planner-testutils Version: 2.15.1-1resolute.20260901.214752 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 514 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-eigen3-cmake-module, ros-lyrical-moveit-common, ros-lyrical-moveit-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pilz-industrial-motion-planner-testutils/ros-lyrical-pilz-industrial-motion-planner-testutils_2.15.1-1resolute.20260901.214752_amd64.deb Size: 109718 SHA256: 260f4d06c3674f361164838afa46e3174574fceac13a15628f69209488cca1cd SHA1: 932893246cdd12ba95f76e6b7740fafb47f04493 MD5sum: b8d0e13b128d33f4719b935ab5f6b687 Description: Helper scripts and functionality to test industrial motion generation Package: ros-lyrical-pilz-industrial-motion-planner-testutils-dbgsym Package-Type: ddeb Source: ros-lyrical-pilz-industrial-motion-planner-testutils Version: 2.15.1-1resolute.20260901.214752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 5292 Depends: ros-lyrical-pilz-industrial-motion-planner-testutils (= 2.15.1-1resolute.20260901.214752) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pilz-industrial-motion-planner-testutils/ros-lyrical-pilz-industrial-motion-planner-testutils-dbgsym_2.15.1-1resolute.20260901.214752_amd64.deb Size: 5191014 SHA256: 368afee527759e640cfe23fa2b7aed6b35cbf8eb4e99eab9e89e403e7ca27254 SHA1: d788bdacbb56cceeaeeeeaebbbda9e509d80202a MD5sum: a77459bbb9b55642b88424ceec29139b Description: debug symbols for ros-lyrical-pilz-industrial-motion-planner-testutils Build-Ids: fce81b257656ea434c9fadf0f64a66f96942bfff Package: ros-lyrical-pinocchio Version: 4.1.0-1resolute.20260825.014748 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 32020 Depends: libboost-filesystem1.90.0 (>= 1.90.0), libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-coal, ros-lyrical-urdfdom, libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, ros-lyrical-eigenpy, ros-lyrical-ros-environment, ros-lyrical-ros-workspace Homepage: https://github.com/stack-of-tasks/pinocchio Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pinocchio/ros-lyrical-pinocchio_4.1.0-1resolute.20260825.014748_amd64.deb Size: 6068254 SHA256: 0062df0202121a444062f7743bc29040230372a23bdf7080e0d804b8ef2a0d98 SHA1: 666f02e8e308cc74af10a50cdb0bb0d2244e8087 MD5sum: c210aff05ccd986299e3b476a19094ba Description: A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives. Package: ros-lyrical-pinocchio-dbgsym Package-Type: ddeb Source: ros-lyrical-pinocchio Version: 4.1.0-1resolute.20260825.014748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 448700 Depends: ros-lyrical-pinocchio (= 4.1.0-1resolute.20260825.014748) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pinocchio/ros-lyrical-pinocchio-dbgsym_4.1.0-1resolute.20260825.014748_amd64.deb Size: 418087226 SHA256: 4bd367e7e9d2552fdfd441fe8ae25e57259fbee20ab5405e8b741459861d156f SHA1: b7a707b44c927429b048961d011e6ff4d0de8f2b MD5sum: eba19411f94af5fc50599bbaf88995d6 Description: debug symbols for ros-lyrical-pinocchio Build-Ids: 1cc54a9af60aed5e2165758dfcc475de7841109f 43f7677e8397dd7f0a0cc2642bf2f53f12400fbc 6473d313da409fd2e96c6705d5bf02c9ec6ea1c1 963b0516cc6756f1dcc1ad393015c3006f5c5786 c6ec196f9613e4134a81b72a4cbb62902fa6493f e0a91ee09cc928a0b1cdaaf93fa5788bca1317b3 Package: ros-lyrical-plansys2 Version: 3.1.0-1resolute.20260901.210618 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 45 Depends: ros-lyrical-plansys2-bringup, ros-lyrical-plansys2-bt-actions, ros-lyrical-plansys2-core, ros-lyrical-plansys2-domain-expert, ros-lyrical-plansys2-executor, ros-lyrical-plansys2-lifecycle-manager, ros-lyrical-plansys2-msgs, ros-lyrical-plansys2-pddl-parser, ros-lyrical-plansys2-planner, ros-lyrical-plansys2-popf-plan-solver, ros-lyrical-plansys2-problem-expert, ros-lyrical-plansys2-support-py, ros-lyrical-plansys2-terminal, ros-lyrical-plansys2-tools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2/ros-lyrical-plansys2_3.1.0-1resolute.20260901.210618_amd64.deb Size: 5856 SHA256: b5e02adc7c2efa994bc5fdb1adb4f7965f400caddcc7389cd0a880f4c5b94c42 SHA1: ba8dbfcbe51336a2a9090a3417de6a5358bd5426 MD5sum: 28c0c6df99b11f20aecd0e8e31aa5f6b Description: ROS2 Planning System Package: ros-lyrical-plansys2-bringup Version: 3.1.0-1resolute.20260901.205544 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 180 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-launch-ros, ros-lyrical-plansys2-domain-expert, ros-lyrical-plansys2-executor, ros-lyrical-plansys2-lifecycle-manager, ros-lyrical-plansys2-planner, ros-lyrical-plansys2-problem-expert, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_bringup/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-bringup/ros-lyrical-plansys2-bringup_3.1.0-1resolute.20260901.205544_amd64.deb Size: 47974 SHA256: 6386d58a06740ff50ab8643fe2f8e0090c9eb20397ce5a57857820c885c8a6aa SHA1: 91c1cf17b99b8bfbffa1ae1dc5bb99d9e8ab10d8 MD5sum: 454d38dc1f54d40f1ae393709693d7b2 Description: Bringup scripts and configurations for the ROS2 Planning System Package: ros-lyrical-plansys2-bringup-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-bringup Version: 3.1.0-1resolute.20260901.205544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 1095 Depends: ros-lyrical-plansys2-bringup (= 3.1.0-1resolute.20260901.205544) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-bringup/ros-lyrical-plansys2-bringup-dbgsym_3.1.0-1resolute.20260901.205544_amd64.deb Size: 1030360 SHA256: 754039d45c8cecc3eb8de8675c9010f90457f738e6acf21e7a5039971ff50f90 SHA1: 7cfe775908440c15a4de9129a47344e6506767e5 MD5sum: 3376cd46d877622966366c541bcafea0 Description: debug symbols for ros-lyrical-plansys2-bringup Build-Ids: 7ed1d5917ec457ea468fc21fddd96929b837ce3d Package: ros-lyrical-plansys2-bt-actions Version: 3.1.0-1resolute.20260901.205603 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 400 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-behaviortree-cpp, ros-lyrical-lifecycle-msgs, ros-lyrical-plansys2-executor, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_bt_actions/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-bt-actions/ros-lyrical-plansys2-bt-actions_3.1.0-1resolute.20260901.205603_amd64.deb Size: 111826 SHA256: deccb49c26eed0a9e9f1e0b81ea55bce63dd3ae5d26415c7ab45e9054801380e SHA1: 861b87abb154d979d3d914d63cac386e4dbe8231 MD5sum: eb06aed03a83eb3b8a42a27a9c4108eb Description: This package contains the Problem Expert module for the ROS2 Planning System Package: ros-lyrical-plansys2-bt-actions-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-bt-actions Version: 3.1.0-1resolute.20260901.205603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 2253 Depends: ros-lyrical-plansys2-bt-actions (= 3.1.0-1resolute.20260901.205603) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-bt-actions/ros-lyrical-plansys2-bt-actions-dbgsym_3.1.0-1resolute.20260901.205603_amd64.deb Size: 2138470 SHA256: 6ba91b1add34528482f7ec063b4bf13b13b66a93b0cda54ecadca425f3651969 SHA1: 21ac621b112680a9b1012ac1d662691773167671 MD5sum: 742c61d1e78b96ebd308da4b13bce827 Description: debug symbols for ros-lyrical-plansys2-bt-actions Build-Ids: 6f6f00e143f9ef29fd13928f4b03b7b726c1e6a4 ff93d3c09e01c240d30075ccc385ab61432e7aa0 Package: ros-lyrical-plansys2-core Version: 3.1.0-1resolute.20260901.170206 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 336 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-plansys2-msgs, ros-lyrical-plansys2-pddl-parser, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-core/ros-lyrical-plansys2-core_3.1.0-1resolute.20260901.170206_amd64.deb Size: 98186 SHA256: b0a4c5042ab063f83e839166cc67097394120cb09bf0e003b0bb89a149c6beb7 SHA1: 8bee43b1544669e529578a8aad65fc644b8e0be8 MD5sum: 810932fe008fc3383f582a842af4a0ab Description: This package contains the PDDL-based core for the ROS2 Planning System Package: ros-lyrical-plansys2-core-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-core Version: 3.1.0-1resolute.20260901.170206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 1693 Depends: ros-lyrical-plansys2-core (= 3.1.0-1resolute.20260901.170206) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-core/ros-lyrical-plansys2-core-dbgsym_3.1.0-1resolute.20260901.170206_amd64.deb Size: 1599062 SHA256: 63b95ac2ceb79a19d117c54fa5916936d1af6cfee990236aabedf78bfaac93cc SHA1: cbae0619d057b6e6c781b7573763809679a6c6d9 MD5sum: 583bdf377822a95e838a975a7d6d4add Description: debug symbols for ros-lyrical-plansys2-core Build-Ids: a456c645d4a2e380ed422ba14905d0eb73f9905c Package: ros-lyrical-plansys2-domain-expert Version: 3.1.0-1resolute.20260901.172349 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 1354 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-plansys2-core, ros-lyrical-plansys2-msgs, ros-lyrical-plansys2-pddl-parser, ros-lyrical-plansys2-popf-plan-solver, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_domain_expert/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-domain-expert/ros-lyrical-plansys2-domain-expert_3.1.0-1resolute.20260901.172349_amd64.deb Size: 292750 SHA256: b674f559b7814d4b6a4a6b6deb1792a75d818aef5312314a4c60699bdb700221 SHA1: 109f4212a648d4a3387d527a7e0c32c14e65d523 MD5sum: b758cf7efe363d36c2fc8ee1854998e9 Description: This package contains the Domain Expert module for the ROS2 Planning System Package: ros-lyrical-plansys2-domain-expert-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-domain-expert Version: 3.1.0-1resolute.20260901.172349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 7822 Depends: ros-lyrical-plansys2-domain-expert (= 3.1.0-1resolute.20260901.172349) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-domain-expert/ros-lyrical-plansys2-domain-expert-dbgsym_3.1.0-1resolute.20260901.172349_amd64.deb Size: 6975160 SHA256: 1ea399908566bb9ad4627761ad2fbcf5b7123261e37a4d79fbbb283a464ab172 SHA1: 450083266558a0d2cb137f754292571e0c33a27f MD5sum: 0fac5b632a11ddcbab00aee4cfaaf3e1 Description: debug symbols for ros-lyrical-plansys2-domain-expert Build-Ids: 1f753e05d5e1c63d9bdd1a314266ed132b27751d b0f789115072525c454f92bfca8f8f2ab201f440 Package: ros-lyrical-plansys2-executor Version: 3.1.0-1resolute.20260901.204209 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 2573 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-ament-index-cpp, ros-lyrical-behaviortree-cpp, ros-lyrical-lifecycle-msgs, ros-lyrical-plansys2-core, ros-lyrical-plansys2-domain-expert, ros-lyrical-plansys2-msgs, ros-lyrical-plansys2-pddl-parser, ros-lyrical-plansys2-planner, ros-lyrical-plansys2-problem-expert, ros-lyrical-pluginlib, ros-lyrical-popf, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-cascade-lifecycle, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_executor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-executor/ros-lyrical-plansys2-executor_3.1.0-1resolute.20260901.204209_amd64.deb Size: 566438 SHA256: 39d025187e81983b0196293f2e65a8f819f440b9a7a1997e6ba338927e999bce SHA1: 20538e28200d037b5dbc7525a9815f3c84ca0d4b MD5sum: 38d06d237c04a69560499e7f8c03438e Description: This package contains the Executor module for the ROS2 Planning System Package: ros-lyrical-plansys2-executor-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-executor Version: 3.1.0-1resolute.20260901.204209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 17463 Depends: ros-lyrical-plansys2-executor (= 3.1.0-1resolute.20260901.204209) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-executor/ros-lyrical-plansys2-executor-dbgsym_3.1.0-1resolute.20260901.204209_amd64.deb Size: 16231316 SHA256: 0bc13af35c01e5f8b8980d103d0669e0823a7eecd70d812969312c9a4e60635e SHA1: c258d2549e9ae8689e7a14081c7f1940decb411d MD5sum: 279fdc6d3ec4da4eafb232fb355148bf Description: debug symbols for ros-lyrical-plansys2-executor Build-Ids: 251e15fb8663805e7afbb7fed104c75cd4d76373 4600998a4e31b137572bbc6e10d7b705f965e92b 873923a31764741390259b7f19a1676320892623 8d377831b85da16efbbe2462325fa86b787d9854 Package: ros-lyrical-plansys2-lifecycle-manager Version: 3.1.0-1resolute.20260901.160519 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 240 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-lifecycle-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_lifecycle_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-lifecycle-manager/ros-lyrical-plansys2-lifecycle-manager_3.1.0-1resolute.20260901.160519_amd64.deb Size: 58678 SHA256: 29a788616f2ea9253b8973b7f320d41c33b1f9f857288836d4767450a063bf4c SHA1: b5e5b5efdfc553063f297bac09321580c93c3dc4 MD5sum: 2790c79e22022529a0c3d1fae4ac0915 Description: A controller/manager for the lifecycle nodes of the ROS2 Planning System Package: ros-lyrical-plansys2-lifecycle-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-lifecycle-manager Version: 3.1.0-1resolute.20260901.160519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 1260 Depends: ros-lyrical-plansys2-lifecycle-manager (= 3.1.0-1resolute.20260901.160519) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-lifecycle-manager/ros-lyrical-plansys2-lifecycle-manager-dbgsym_3.1.0-1resolute.20260901.160519_amd64.deb Size: 1173724 SHA256: c16a9459d3c897a12f451b87f25eeed42aabaa4a40824c893a54101d186a109b SHA1: d2fa67d59482bcfc5a714c8fe8d635260f2d9c5c MD5sum: 19ff0824328050a8097610121fbed850 Description: debug symbols for ros-lyrical-plansys2-lifecycle-manager Build-Ids: c7e8132b068eb9ef104e77867135cbebb2a6f616 daa784424dbf0892b7dba69068f326fd872904b9 Package: ros-lyrical-plansys2-msgs Version: 3.1.0-1resolute.20260901.160541 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 15327 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-rclcpp, ros-lyrical-rosidl-default-generators, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-msgs/ros-lyrical-plansys2-msgs_3.1.0-1resolute.20260901.160541_amd64.deb Size: 920638 SHA256: f3a134c74e16aed69cc6b4f2a415aa8edbc669e91053e2dcd979ce18bbfa1577 SHA1: ca02c3139eb2535df101832439ffa0ca27fe31fe MD5sum: da911f0b6a75b9e5361239e9b14d24b9 Description: Messages and service files for the ROS2 Planning System Package: ros-lyrical-plansys2-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-msgs Version: 3.1.0-1resolute.20260901.160541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 13075 Depends: ros-lyrical-plansys2-msgs (= 3.1.0-1resolute.20260901.160541) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-msgs/ros-lyrical-plansys2-msgs-dbgsym_3.1.0-1resolute.20260901.160541_amd64.deb Size: 10183756 SHA256: 89eb0582ec0535cd67ea90d85bfa4f40e1668ee19c4686332795d9048320a867 SHA1: ce60ad9c53383ea6728e5f527ac95d4cff746a5a MD5sum: a765a00a44a41a629e29c214dcbf1404 Description: debug symbols for ros-lyrical-plansys2-msgs Build-Ids: 053f72436a180c3c3787d8ab4a7b106dfbbd5710 1fadadf61919f6056fa7ae02e35a0ce524e18fc6 20a64e26063843fb55604dfd063983ee80074b0c 21a69e84cc1b9f431e620a235da8e338bf03f7b3 3b5d1e940e8b326e6acb832b332bf4adc4505177 4bdc2173dfa142e8fe55bc59fa4409c2247ffab6 51c7a553e6e35a1ae368be52abd626f2c323361a 69889fcaeb7971889b09def07ac85febb2d69673 b77b3bf4604dafcfd64ada22bf1a7ccc10cf4e96 c5eb1d355b6a8c0424f103fb6cb7f6f2253146a4 e96b766eed51b6a44215003be45340817cf27ec9 Package: ros-lyrical-plansys2-pddl-parser Version: 3.1.0-1resolute.20260901.165540 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 658 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-plansys2-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_pddl_parser/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-pddl-parser/ros-lyrical-plansys2-pddl-parser_3.1.0-1resolute.20260901.165540_amd64.deb Size: 187366 SHA256: 5d700eabee6203bd70c7bbfff85ae96398f7f178912c0595eacfccf39d845813 SHA1: 0c3a2cbd5520c631c5a4186060768fcd3096fb47 MD5sum: 99451223bf6a05282e7749db506cab5f Description: This package contains a library for parsing PDDL domains and problems. This package derives from the work of Anders Jonsson, contained in https://github.com/wisdompoet/universal-pddl-parser.git with many modifications by Francisco Martin: * ROS2 packaging * Source code structure refactor * CMakeLists.txt for cmake compilation * Reading from String instead of files * Licensing Package: ros-lyrical-plansys2-pddl-parser-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-pddl-parser Version: 3.1.0-1resolute.20260901.165540 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 3939 Depends: ros-lyrical-plansys2-pddl-parser (= 3.1.0-1resolute.20260901.165540) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-pddl-parser/ros-lyrical-plansys2-pddl-parser-dbgsym_3.1.0-1resolute.20260901.165540_amd64.deb Size: 3713490 SHA256: 1adccd20370403e3d99e0f195e2c01e99cef414d51748e40ffc6b70bed930187 SHA1: 80091deb847957fb3a5ea9f87d1a23054ef0e38f MD5sum: fc8ca1b0eb23cd01abb4705a057ea010 Description: debug symbols for ros-lyrical-plansys2-pddl-parser Build-Ids: 198c492ded0cb9d0465b6f0317767f45dbe1a570 4453f226da13e7866e3f2335bff3083b005d31aa Package: ros-lyrical-plansys2-planner Version: 3.1.0-1resolute.20260901.203149 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 478 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-ament-index-cpp, ros-lyrical-lifecycle-msgs, ros-lyrical-plansys2-core, ros-lyrical-plansys2-domain-expert, ros-lyrical-plansys2-msgs, ros-lyrical-plansys2-pddl-parser, ros-lyrical-plansys2-popf-plan-solver, ros-lyrical-plansys2-problem-expert, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_planner/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-planner/ros-lyrical-plansys2-planner_3.1.0-1resolute.20260901.203149_amd64.deb Size: 123552 SHA256: afffbef81f7271620dbe9325d28cdf8c533fdd3ee3e977f72cda2aa3c6df94af SHA1: 95eba566128610254ffcb9a0acb3411ed6744814 MD5sum: a1f3da09a9f6681b04e0fe1582194714 Description: This package contains the PDDL-based Planner module for the ROS2 Planning System Package: ros-lyrical-plansys2-planner-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-planner Version: 3.1.0-1resolute.20260901.203149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 2562 Depends: ros-lyrical-plansys2-planner (= 3.1.0-1resolute.20260901.203149) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-planner/ros-lyrical-plansys2-planner-dbgsym_3.1.0-1resolute.20260901.203149_amd64.deb Size: 2356706 SHA256: c2f449c5b2398b50f0ea95a5b6618b69ea87acfae921e3473de9038f3f7c7067 SHA1: b2d6794f694f417d975f34df7ce190353b206e6c MD5sum: dffbd255ecf96c37da52386895c76bc6 Description: debug symbols for ros-lyrical-plansys2-planner Build-Ids: 318b1d1fe78d30d6f8126dca04d1b209b71ca80f eee249d73e1f769b179b784c2dd14c358a761b58 Package: ros-lyrical-plansys2-popf-plan-solver Version: 3.1.0-1resolute.20260901.171204 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 160 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-plansys2-core, ros-lyrical-pluginlib, ros-lyrical-popf, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_popf_plan_solver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-popf-plan-solver/ros-lyrical-plansys2-popf-plan-solver_3.1.0-1resolute.20260901.171204_amd64.deb Size: 39288 SHA256: 2178b19b1d53300b2a3e71fbf45270957d49b9807daadbe1d1cbdc595bf5db8e SHA1: ba2a9f3da648ff11b06bea92f001458276d858ed MD5sum: 09b501b442f6ca412d283f1a4ca392fe Description: This package contains the PDDL-based Planner module for the ROS2 Planning System Package: ros-lyrical-plansys2-popf-plan-solver-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-popf-plan-solver Version: 3.1.0-1resolute.20260901.171204 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 534 Depends: ros-lyrical-plansys2-popf-plan-solver (= 3.1.0-1resolute.20260901.171204) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-popf-plan-solver/ros-lyrical-plansys2-popf-plan-solver-dbgsym_3.1.0-1resolute.20260901.171204_amd64.deb Size: 501148 SHA256: e59e28bc8645f4d389322807bc42765a21222d703b1533bea94672a5fdcad9f1 SHA1: 81a3d4322d757e29027192f49091597b5cda90b1 MD5sum: 1ec8f98f74ad2bb7ee86e2bb6de5c09c Description: debug symbols for ros-lyrical-plansys2-popf-plan-solver Build-Ids: b4639b214e1175cc0295bc4e88506bb8e655c2dc Package: ros-lyrical-plansys2-problem-expert Version: 3.1.0-1resolute.20260901.202320 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 1976 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-lifecycle-msgs, ros-lyrical-plansys2-domain-expert, ros-lyrical-plansys2-msgs, ros-lyrical-plansys2-pddl-parser, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_problem_expert/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-problem-expert/ros-lyrical-plansys2-problem-expert_3.1.0-1resolute.20260901.202320_amd64.deb Size: 376888 SHA256: 0df078c4b7a8b3f50718d04f9ef863f55435bc5022c85977e2891e6b368d5117 SHA1: 3cc4739504a5d6be53c68624211dc55ec43beba1 MD5sum: 4981c3e557397eb03e18bf3162da0a97 Description: This package contains the Problem Expert module for the ROS2 Planning System Package: ros-lyrical-plansys2-problem-expert-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-problem-expert Version: 3.1.0-1resolute.20260901.202320 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 10803 Depends: ros-lyrical-plansys2-problem-expert (= 3.1.0-1resolute.20260901.202320) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-problem-expert/ros-lyrical-plansys2-problem-expert-dbgsym_3.1.0-1resolute.20260901.202320_amd64.deb Size: 9414750 SHA256: e0565e4cb406fe8eb2fa3ee76cb137801190fc261b12e49a9d7de97ea4e5f573 SHA1: de74dc64d866abc0aa5687ccf3bcc7e14750229d MD5sum: e9d5ecb07c4b58be53126dcbd300c0b2 Description: debug symbols for ros-lyrical-plansys2-problem-expert Build-Ids: e4d42e7af6ecb7ae2a7f2459149391ffda174124 feaef0b828f979d0811d353a9af3695179e6a41a Package: ros-lyrical-plansys2-support-py Version: 3.1.0-1resolute.20260901.172940 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 383 Depends: ros-lyrical-lifecycle-msgs, ros-lyrical-plansys2-msgs, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_support_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-support-py/ros-lyrical-plansys2-support-py_3.1.0-1resolute.20260901.172940_amd64.deb Size: 67494 SHA256: e512532661f176c9eba8ce730d5906e193a33f80e1ffef68ba8ff778ecedc6bd SHA1: ea86e9868032f249d0813cb6fd0233b6a63758f1 MD5sum: 17f1028d5771487c7e1f2da6813a3313 Description: This package contains modules for developing PlanSys components in Python Package: ros-lyrical-plansys2-terminal Version: 3.1.0-1resolute.20260901.205847 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 762 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libreadline8t64 (>= 6.0), libstdc++6 (>= 14), libreadline-dev, ros-lyrical-plansys2-domain-expert, ros-lyrical-plansys2-executor, ros-lyrical-plansys2-msgs, ros-lyrical-plansys2-pddl-parser, ros-lyrical-plansys2-planner, ros-lyrical-plansys2-problem-expert, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_terminal/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-terminal/ros-lyrical-plansys2-terminal_3.1.0-1resolute.20260901.205847_amd64.deb Size: 200300 SHA256: 7e28a1fcf3d9d947a3b05dcd106e75fd3b26da1dead2eb2da55fa7c58a1fb526 SHA1: 15966720735f5cce26960487f7b9f5069a92443c MD5sum: 086986de91c958ec306feaf8f01c1e28 Description: A terminal tool for monitor and manage the ROS2 Planning System Package: ros-lyrical-plansys2-terminal-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-terminal Version: 3.1.0-1resolute.20260901.205847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 4326 Depends: ros-lyrical-plansys2-terminal (= 3.1.0-1resolute.20260901.205847) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-terminal/ros-lyrical-plansys2-terminal-dbgsym_3.1.0-1resolute.20260901.205847_amd64.deb Size: 3851786 SHA256: e0852e438e884dd7647f3a51280307f0048781467542bf2944a52cf9311642a0 SHA1: daaa3f4f78381297ffeb12d4ddb0eb2b8183bbf5 MD5sum: 5b6f5805754a627822c576d901422e62 Description: debug symbols for ros-lyrical-plansys2-terminal Build-Ids: 5a0524b9059848b33d568bc94ea50036679cbc39 af698d4c3736fac90e2342949b81d2c09e9bed89 Package: ros-lyrical-plansys2-tests Version: 3.1.0-1resolute.20260901.205558 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 45 Depends: ros-lyrical-plansys2-executor, ros-lyrical-plansys2-msgs, ros-lyrical-popf, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_tests/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-tests/ros-lyrical-plansys2-tests_3.1.0-1resolute.20260901.205558_amd64.deb Size: 6276 SHA256: 5f740670fb4e9e6ae22109125877499f835b82f76a059ae6388c5fa6aa068c72 SHA1: 98583dc731d45d4035668778bcd029c6531226da MD5sum: 43e8984b5b1762919d687b96aa5bde90 Description: This package contains the tests package for the ROS2 Planning System Package: ros-lyrical-plansys2-tools Version: 3.1.0-1resolute.20260901.203201 Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 3212 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libqt5widgets5t64, ros-lyrical-plansys2-msgs, ros-lyrical-plansys2-problem-expert, ros-lyrical-qt-gui-cpp, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-tools/ros-lyrical-plansys2-tools_3.1.0-1resolute.20260901.203201_amd64.deb Size: 435652 SHA256: 4e50295e5799e7741b975afc25fc2319d153800cbc114af18f3edb36d7b00d5e SHA1: 48dbdc0447ca3af315c1ff762c1d4d9a27a7ba10 MD5sum: 3092a32ef39e0b2902eacbe48016e026 Description: A set of tools for monitoring ROS2 Planning System Package: ros-lyrical-plansys2-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-plansys2-tools Version: 3.1.0-1resolute.20260901.203201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin Rico" Installed-Size: 16771 Depends: ros-lyrical-plansys2-tools (= 3.1.0-1resolute.20260901.203201) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-tools/ros-lyrical-plansys2-tools-dbgsym_3.1.0-1resolute.20260901.203201_amd64.deb Size: 13779996 SHA256: 5c9c5a83c4e28a0b245b022c5cb7357b17bb95fb3c44a895109e4315f15a42a0 SHA1: a53399c65c0e764c67d39690c4d10bdf77677da0 MD5sum: 6830c97c4765c72b5595a4374eeac9bc Description: debug symbols for ros-lyrical-plansys2-tools Build-Ids: 4b1e524a3669f9da7f504157f64b4e33a4d3ff53 5d0548eb209a7ecaa7426eb0e7f65df7165ef92d 6a4ae05403c410567f874a2e17c4dae8ea1608ee f861df76f45b1ec91cf743465e5c11ccad43a50d ff8ab17a3bf632755a30befcd347d661d75608d9 Package: ros-lyrical-plansys2-tui-cli Version: 3.1.0-1resolute.20260901.174149 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 6721 Depends: python3-platformdirs, python3-rich, ros-lyrical-plansys2-msgs, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plansys2_tui_cli/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plansys2-tui-cli/ros-lyrical-plansys2-tui-cli_3.1.0-1resolute.20260901.174149_amd64.deb Size: 1423648 SHA256: 7a638915f3302c89a69b63c531eb901cb52947215474257e7f804f52f0ff6806 SHA1: adda4a8d1eb3ef40dc2cf8bf46243622452437e5 MD5sum: d5655a960f0179f732e3385f5783320a Description: PlanSys2 TUI (Textual) and ros2cli tools. Package: ros-lyrical-play-motion-builder Version: 1.4.1-3resolute.20260908.112839 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 1287 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-lyrical-play-motion-builder-msgs, ros-lyrical-play-motion2, ros-lyrical-play-motion2-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/play_motion_builder/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion-builder/ros-lyrical-play-motion-builder_1.4.1-3resolute.20260908.112839_amd64.deb Size: 284150 SHA256: cef0842f95e1b37e5a1b3b25328c99b65ebeefb0c876227db3d18c1ea1f135da SHA1: 94664fc2287f35055db43796cc4a827815937a91 MD5sum: fb7c7507442482e84f7d479aa0cc836c Description: The play_motion_builder package, a node to handle the creation of new motions for play_motion. Package: ros-lyrical-play-motion-builder-dbgsym Package-Type: ddeb Source: ros-lyrical-play-motion-builder Version: 1.4.1-3resolute.20260908.112839 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 6489 Depends: ros-lyrical-play-motion-builder (= 1.4.1-3resolute.20260908.112839) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion-builder/ros-lyrical-play-motion-builder-dbgsym_1.4.1-3resolute.20260908.112839_amd64.deb Size: 5535352 SHA256: 8430cf7d551c7e96160b015f4a2ff163f987db54e1d10fb82138272a3147f303 SHA1: be95ef3c34ede5c6f444d22cd263d78279186ce5 MD5sum: 2577e23cd324f9f645b7aca775870ed5 Description: debug symbols for ros-lyrical-play-motion-builder Build-Ids: 285ee2bec935f2a96c6d4d19947c828203f6bdd0 42db67de46ee703b06aba4ef7bf121028171ad71 Package: ros-lyrical-play-motion-builder-msgs Version: 1.4.1-3resolute.20260901.103206 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 5333 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/play_motion_builder_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion-builder-msgs/ros-lyrical-play-motion-builder-msgs_1.4.1-3resolute.20260901.103206_amd64.deb Size: 348024 SHA256: bcb09679186a03a8c47ecd87520f71839a8ebe5029752bd6e978c3717a38dbdf SHA1: c474b419b45b75bccdcc1985c8bfc85b6d1b63af MD5sum: bfc7f06da7b8c3956be18abbc4a6ea5a Description: The play_motion_builder_msgs package Package: ros-lyrical-play-motion-builder-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-play-motion-builder-msgs Version: 1.4.1-3resolute.20260901.103206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 3726 Depends: ros-lyrical-play-motion-builder-msgs (= 1.4.1-3resolute.20260901.103206) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion-builder-msgs/ros-lyrical-play-motion-builder-msgs-dbgsym_1.4.1-3resolute.20260901.103206_amd64.deb Size: 2687074 SHA256: 107388976f0801e00de399e2bfe1798f7a213e909ddeb2267197181946e81748 SHA1: 2159a8d3bdb54766a03a5763ba29997d15e90c84 MD5sum: 8b552b1c53f3a734cb72acd95c4d31dc Description: debug symbols for ros-lyrical-play-motion-builder-msgs Build-Ids: 2e54f5d6fd86b2375dbb33cb6aeb2799b67d60c3 4afc6d3141aa31a5f19b9f5ec48c37272d194dca 4d4eb6b41a17770092762d7ce0c69c7c2cd7abd2 6b8426874fafb64a5e3cee60f7ae39fd9bad5bdd 6d808f559e5ee74f72acd2c352026df8ed8b5d83 7dbbc565fc0910fe705bc7016138fa910305c960 d0d56d79bc1726ef0771434359f506a5f31c7634 d3c17a55e851012dd18ed5df834428e04e4771b7 e62ddea9746c80e165dea93dc97c373c32ae1c96 e66316d43e0d8414eb0aae813d0e154971a7872c f03d1af3b2c50d34f868490852407057d05099f6 Package: ros-lyrical-play-motion2 Version: 1.8.4-3resolute.20260908.110619 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 1864 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-moveit-ros-planning-interface, ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-controller-manager-msgs, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-lifecycle-msgs, ros-lyrical-play-motion2-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/pal-robotics/play_motion2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion2/ros-lyrical-play-motion2_1.8.4-3resolute.20260908.110619_amd64.deb Size: 398714 SHA256: 850c85cc1453be564b3c000cc05d95a95a6bcecc71717a5cfc3b7c19e2cb8489 SHA1: 7e1b0cac3b63e9c1fb2207d9570fee80e1a1ca3e MD5sum: 542e9a99ceaf5508965412784315d7c2 Description: Play a pre-recorded motion on a robot Package: ros-lyrical-play-motion2-cli Version: 1.8.4-3resolute.20260908.112833 Architecture: amd64 Maintainer: Isaac Acevedo Installed-Size: 69 Depends: ros-lyrical-play-motion2, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/play_motion2_cli/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion2-cli/ros-lyrical-play-motion2-cli_1.8.4-3resolute.20260908.112833_amd64.deb Size: 12120 SHA256: fc98a5b13236c55e400ad93d536a44e750722cc224fbaa265bfe083f1e45d2fc SHA1: cadcf2d95df5ed060cee9710408b23f4be342719 MD5sum: 01e7bcf85ebe9deec18cc6f1ed2f9ed9 Description: The play_motion command for ROS 2 command line tools. Package: ros-lyrical-play-motion2-dbgsym Package-Type: ddeb Source: ros-lyrical-play-motion2 Version: 1.8.4-3resolute.20260908.110619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 11465 Depends: ros-lyrical-play-motion2 (= 1.8.4-3resolute.20260908.110619) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion2/ros-lyrical-play-motion2-dbgsym_1.8.4-3resolute.20260908.110619_amd64.deb Size: 10143430 SHA256: 095efdf61b4954f0eef03bbc3427dcdd50899ed8be06cc61474e39f020c4aae8 SHA1: 6e1ccec5c7c37a96867f690ca3efa37a31568741 MD5sum: eed24e05a197dc53d02dfc92021b6c4e Description: debug symbols for ros-lyrical-play-motion2 Build-Ids: b40fa3d4e9dfdfffc161f4588fbbbc032752978d ea24b95d96115776a10887443f74bd8fda8fb350 fe7652bee04e21df27f21fbf68fa865765f1e94e Package: ros-lyrical-play-motion2-msgs Version: 1.8.4-3resolute.20260901.103526 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 6072 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://github.com/pal-robotics/play_motion2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion2-msgs/ros-lyrical-play-motion2-msgs_1.8.4-3resolute.20260901.103526_amd64.deb Size: 376572 SHA256: 178ce3c5dff64eb0a0cbeb456eff3b21571bc31ef1f7a0ec3cb39da3d0171fa8 SHA1: 016bc91fc419754858fc58b030cacc0686094425 MD5sum: df3afefcccb15bc6ead2e350ae4978f0 Description: Play a pre-recorded motion on a robot Package: ros-lyrical-play-motion2-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-play-motion2-msgs Version: 1.8.4-3resolute.20260901.103526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 4310 Depends: ros-lyrical-play-motion2-msgs (= 1.8.4-3resolute.20260901.103526) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-play-motion2-msgs/ros-lyrical-play-motion2-msgs-dbgsym_1.8.4-3resolute.20260901.103526_amd64.deb Size: 3114244 SHA256: 9152c64a2fc07c8b67e60e6bee770993bbba610c062e808764825480e35047ba SHA1: 2e097bdf03ff6768abc86427bf0d0f65c37e56ab MD5sum: d2dd6b124327c859a770d7086efe7917 Description: debug symbols for ros-lyrical-play-motion2-msgs Build-Ids: 01e81f53fd1ea5fabffc94934983617d0023efbc 040838d5bcd131adae8e66cc633c4a4f74889eaa 07b46b5cdaa89e59e1d2368e73f00fcbc8773b2d 31cc3184b4aeb018f5acf165293115d09a333b66 52685916d3c3c67b550d3f4bccaa1bfd7b41ba2a 69bc1b7661ebca977746e324a632b0ecfce6c407 73b181585a089f504fc6445cba9253c51c600499 8a1fb749ede0b1e10ce26497526cf7b7fff2f035 ae1858f21c96bada689bc2bd66c415a586fdafba de2bc28c210dc6030b7a1aaf7b8bcad7dce6b633 e5843e6f544da7fe365a140dcae8bd1886d317b2 Package: ros-lyrical-plotjuggler Version: 3.17.2-1resolute.20260901.165609 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 20953 Depends: libbinutils (>= 2.46), libbinutils (<< 2.46.1), libc6 (>= 2.38), libgcc-s1 (>= 4.2), liblua5.1-0 (>= 5.1.3), libprotobuf32t64 (>= 3.21.12), libpython3.14 (>= 3.14.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5network5t64 (>= 5.14.1), libqt5svg5 (>= 5.6.0~beta), libqt5websockets5 (>= 5.6.0), libqt5widgets5t64 (>= 5.15.1), libqt5x11extras5 (>= 5.6.0), libqt5xml5t64 (>= 5.6.0~beta), libstdc++6 (>= 14), libxcb1, libzmq5 (>= 3.2.3+dfsg), binutils-dev, cppzmq-dev, libboost-all-dev, libfmt-dev, liblua5.1-0-dev, liblz4-dev, libprotobuf-dev, libprotoc-dev, libqt5opengl5-dev, libqt5svg5-dev, libqt5websockets5-dev, libqt5x11extras5-dev, libzmq3-dev, libzstd-dev, lz4, nlohmann-json3-dev, protobuf-compiler, qtbase5-dev, ros-lyrical-ament-index-cpp, ros-lyrical-data-tamer-cpp, ros-lyrical-ros-workspace Homepage: https://github.com/PlotJuggler/PlotJuggler Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plotjuggler/ros-lyrical-plotjuggler_3.17.2-1resolute.20260901.165609_amd64.deb Size: 10070682 SHA256: 4b81d20aad9ab4230b9d2cbbc4c807ccac5c68c3cc6646501a1d6fcb8f709564 SHA1: afa0729b1db83c6dc6b721c8f34d45db99f22f51 MD5sum: fc2588e8bcb096dc376bd60282b85ef2 Description: PlotJuggler: juggle with data Package: ros-lyrical-plotjuggler-dbgsym Package-Type: ddeb Source: ros-lyrical-plotjuggler Version: 3.17.2-1resolute.20260901.165609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 86856 Depends: ros-lyrical-plotjuggler (= 3.17.2-1resolute.20260901.165609) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plotjuggler/ros-lyrical-plotjuggler-dbgsym_3.17.2-1resolute.20260901.165609_amd64.deb Size: 76256058 SHA256: e5042ee85c5498d3f6099040d6ad66a7951d040912464e1d29ffc8bb582244f7 SHA1: 7d82c0f337883fa34a9b86c6e81b1112aebf9b90 MD5sum: 492db2c63b5a3356ca0da4dada6c2f71 Description: debug symbols for ros-lyrical-plotjuggler Build-Ids: 0f54336a8b7589556c8ec451d18bd1b97b097c1c 10aad652244b8254f48940c68eacf10fe56020e2 1303f85d893fad7f638a424f0fe38064b1929c4b 19e00a52a301eba3fb27b0fab53884c38f10a4a6 2a90ff111b9ecc275492cf9313a672d18377cb31 318eb44cf53f935484238b1543af4218836ad0c0 4049311463748fcaf2becad478a60f639fda0b95 54cb292e9fc6822abbf98722bd31b3dae0553957 6796911cb6eeaaa896d691f3bda691c64b7fb94a 9604902ae00412a40d747a4bb190f42cd3084e51 96fe087c28e111c63533f83a4960b1fdd5d9fce2 a6547a748f61fe761d1a0177d920e3284c354e52 af822ebd7647bef6d4ff43302c162fb3d72027ed b6b52f246ce1a5cbcd5ccc009d3e84d42a0a998d babe4be66a54b9047e6931bcaf79785c1f2bc56e c1f7e428d7c526b01ca131b548b8cca563e59887 cd45c25c6191bd46efc674bc9371412486c8b6b2 d5bf52a41b3614b24b5956a4269f450bd667a5e7 da50acee23ed025c4131c4afb9996e2204ae82ea e122d0ef873ceaae526eb2f7ccc6633ddcce7aa1 f02639d56d38348db5b60b1f6bcb8eb9925fe049 Package: ros-lyrical-plotjuggler-msgs Version: 0.2.3-6resolute.20260901.111259 Architecture: amd64 Maintainer: daf Installed-Size: 1012 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/plotjuggler_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plotjuggler-msgs/ros-lyrical-plotjuggler-msgs_0.2.3-6resolute.20260901.111259_amd64.deb Size: 91450 SHA256: 97e5195cb139b811c37fab72a8eea3c02c8eec82d1adc9fbdc943614b66f58d5 SHA1: c0dadf43db03bbd3a4c89bd7514dddd1d5dd9c2b MD5sum: 95b7589c853285b70ad455ef1e1af261 Description: Special Messages for PlotJuggler Package: ros-lyrical-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-plotjuggler-msgs Version: 0.2.3-6resolute.20260901.111259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 889 Depends: ros-lyrical-plotjuggler-msgs (= 0.2.3-6resolute.20260901.111259) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-plotjuggler-msgs/ros-lyrical-plotjuggler-msgs-dbgsym_0.2.3-6resolute.20260901.111259_amd64.deb Size: 656354 SHA256: 47cee43090a06ce8f108754929ffa62ffdd571279f50ddb85418d29dc39f8fd3 SHA1: b471ec3844a39f98624e18fd77012e1cb5b591c0 MD5sum: 66a3b46853776b041ed531a8e1a7d356 Description: debug symbols for ros-lyrical-plotjuggler-msgs Build-Ids: 0a8cd85abfe0203561dacec4d8e90617abf4df38 183b91d6dcef5fc6bacfac83bf9cbcf17b4e850a 48dd4b253d8f35a489f27843b5f097bc0ecf6fd8 7175d2ca4b3e18f1d4ac7f1fe863ec090d2a5e01 775417831be4caea0edb4901c4156f540faecb27 8b4e9c1c12237a274102da0edf692f021609e948 a9394d4d67d818ac81f299f9884064fb5c952dea c60ea083a20d57a31dd1f3e99bdf7b129052432d cc006162d76d642613fd082f391c390f6716fc72 dee96d06524f9b801c84812e3a6ebf0f7e0c6fc5 f4dcff310d85ed5f84e485e61ff18d4298c10930 Package: ros-lyrical-pluginlib Version: 5.8.5-1resolute.20260831.172534 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 256 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-lyrical-ament-index-cpp, ros-lyrical-class-loader, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/pluginlib/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pluginlib/ros-lyrical-pluginlib_5.8.5-1resolute.20260831.172534_amd64.deb Size: 65922 SHA256: b9f4c41f423f490a3f67bd86be968bb30c9903ea7037efdec2da7b95d246b402 SHA1: e61e22cb2f9cd9a8d91988fab0c3bc1c5ada0d82 MD5sum: 1c2c1a68eb0448a41e1abdd4586b8597 Description: The pluginlib package provides tools for writing and dynamically loading plugins using the ROS build infrastructure. To work, these tools require plugin providers to register their plugins in the package.xml of their package. Package: ros-lyrical-pluginlib-dbgsym Package-Type: ddeb Source: ros-lyrical-pluginlib Version: 5.8.5-1resolute.20260831.172534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 498 Depends: ros-lyrical-pluginlib (= 5.8.5-1resolute.20260831.172534) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pluginlib/ros-lyrical-pluginlib-dbgsym_5.8.5-1resolute.20260831.172534_amd64.deb Size: 451536 SHA256: f30cdc9b9e8d034e9d6d3602d288bca7bd6092a6276b0e6c89bcb8ab458053ad SHA1: 942d4c32f51ea88d47b0164558dae0ad2e4f2aba MD5sum: 733e3decdd21cc3f767987e9e09dbe65 Description: debug symbols for ros-lyrical-pluginlib Build-Ids: e9aa2cbf1c803342389ce7baaa05b9bbc60f16c0 Package: ros-lyrical-point-cloud-interfaces Version: 6.2.0-1resolute.20260901.130941 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 645 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-interfaces/ros-lyrical-point-cloud-interfaces_6.2.0-1resolute.20260901.130941_amd64.deb Size: 83276 SHA256: ea5d77642a2fc2c1794b82fac883d1b07ef6cb6c735ba37f9d5ae028214ceb63 SHA1: b6304f29de9bcce6283420ecab2b3ed4185cac4e MD5sum: 7a3651b48863eb97f4f95a5fb5b97960 Description: msg definitions for use with point_cloud_transport plugins. Package: ros-lyrical-point-cloud-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-point-cloud-interfaces Version: 6.2.0-1resolute.20260901.130941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 755 Depends: ros-lyrical-point-cloud-interfaces (= 6.2.0-1resolute.20260901.130941) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-interfaces/ros-lyrical-point-cloud-interfaces-dbgsym_6.2.0-1resolute.20260901.130941_amd64.deb Size: 574412 SHA256: a08c50be1907b1492c85287926e5e289f1db8fac0e1e591c1b25b1cc844ce49f SHA1: d7952391f375b8f9f9f26d02a9b92c88af1578dc MD5sum: 39a58533a8372353d019dc1296100249 Description: debug symbols for ros-lyrical-point-cloud-interfaces Build-Ids: 25086144fbe3133a17f69d21eb281bb436fc1ad5 2a3fbb3291884afeea4da203d3006f17669b5e7d 32760c08f9bbc1bdb8aee2b76f49299bacfb93c6 3d28b088b92c87ab6bc73062008cd5454304e473 427b31eeba403cd6e99c2523534c39d79d57271f 5d33436c40e53869d134f0e120e89bd616854cae 792f7428d57c501a143384428c96fb53b0e72ced 83e2ed51b6c5ef49faf3307d6d8e35549a6d8665 978b8b02ae6132ee2a19688ed1f1f2157925f264 dbc0313716a3e80024fe1471f96b7f2d317fd563 f2f862afcc1aa347a217a0bf146a38940d245462 Package: ros-lyrical-point-cloud-transport Version: 5.4.3-1resolute.20260901.182430 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 2209 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-lyrical-message-filters, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcpputils, ros-lyrical-rmw, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/point_cloud_transport/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-transport/ros-lyrical-point-cloud-transport_5.4.3-1resolute.20260901.182430_amd64.deb Size: 318128 SHA256: 9940a70033f20f87312273b322505e3b98f8a7aacc64985060010faa2759a767 SHA1: 4fc3106f666d30ccb87504b48b3ada0bc8ac1bb2 MD5sum: 4c67c035470026c4c1eb45e324dd682c Description: Support for transporting PointCloud2 messages in compressed format and plugin interface for implementing additional PointCloud2 transports. Package: ros-lyrical-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-point-cloud-transport Version: 5.4.3-1resolute.20260901.182430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 8257 Depends: ros-lyrical-point-cloud-transport (= 5.4.3-1resolute.20260901.182430) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-transport/ros-lyrical-point-cloud-transport-dbgsym_5.4.3-1resolute.20260901.182430_amd64.deb Size: 7444972 SHA256: 6168eb7012f3765266996c33c76260755e646c2d85811b27c1b66101d5967e16 SHA1: a5d180cc902503ec2dcfc1ea913514dcaec6f546 MD5sum: de6536a2682248f7deb1c333af34bd28 Description: debug symbols for ros-lyrical-point-cloud-transport Build-Ids: 0dcf87190b3a8bcb33166082604f5ce001af16ca 34fbe85bb4bcd4d66352f3f2be2dea89d9f8b4e3 6e65181392c6bd2a0d49426c6f475c367c5beaaa 786cccccea3a8877981e6eb79f68df7393c8a95e baaaa1c6236156390500b4fe012d611e600213ab Package: ros-lyrical-point-cloud-transport-plugins Version: 6.2.0-1resolute.20260901.184513 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 44 Depends: ros-lyrical-draco-point-cloud-transport, ros-lyrical-point-cloud-interfaces, ros-lyrical-zlib-point-cloud-transport, ros-lyrical-zstd-point-cloud-transport, ros-lyrical-ros-workspace Homepage: https://wiki.ros.org/point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-transport-plugins/ros-lyrical-point-cloud-transport-plugins_6.2.0-1resolute.20260901.184513_amd64.deb Size: 5864 SHA256: 77b755e6646b352610b1003302e3aa77e734439a79cda0b35e425eb95191df07 SHA1: 287c832fb2346ddab564cdf7667abca9f4178ae6 MD5sum: bc54bc4c1900e7fc31af743d1869ed61 Description: Metapackage with common point_cloud_transport plugins Package: ros-lyrical-point-cloud-transport-py Version: 5.4.3-1resolute.20260901.183817 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 545 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), pybind11-dev, ros-lyrical-pluginlib, ros-lyrical-point-cloud-transport, ros-lyrical-rclcpp, ros-lyrical-rpyutils, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/point_cloud_transport_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-transport-py/ros-lyrical-point-cloud-transport-py_5.4.3-1resolute.20260901.183817_amd64.deb Size: 162090 SHA256: fb3fd6bfb7d831cd1d02eba78c5f53c101f64480b5d8da02ae88366edab93b61 SHA1: 841d921bfb7c38fb33584b4ccca68c1e3a820938 MD5sum: 0adf6c49b392348cd2357f1cc6be26e8 Description: Python API for point_cloud_transport Package: ros-lyrical-point-cloud-transport-py-dbgsym Package-Type: ddeb Source: ros-lyrical-point-cloud-transport-py Version: 5.4.3-1resolute.20260901.183817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 2994 Depends: ros-lyrical-point-cloud-transport-py (= 5.4.3-1resolute.20260901.183817) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-transport-py/ros-lyrical-point-cloud-transport-py-dbgsym_5.4.3-1resolute.20260901.183817_amd64.deb Size: 2788442 SHA256: 65b2486ed19255c0256c8874456cd159aa4a5d9289d244e60f8f1a3505b2a30c SHA1: ec8f20cdd554734948d76a20ae6cd8db48884d26 MD5sum: b73e2c60370426dc69cb099333ff0396 Description: debug symbols for ros-lyrical-point-cloud-transport-py Build-Ids: 2b6085330a0fe9943fc712d330b814c809b323b6 7cbc0486d436db4e0c73a51333c2af0b56f766d3 Package: ros-lyrical-point-cloud-transport-tutorial Version: 0.0.9-3resolute.20260901.184714 Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 845 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-point-cloud-transport, ros-lyrical-point-cloud-transport-plugins, ros-lyrical-rclcpp, ros-lyrical-rosbag2-cpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/point_cloud_transport_tutorial/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-transport-tutorial/ros-lyrical-point-cloud-transport-tutorial_0.0.9-3resolute.20260901.184714_amd64.deb Size: 715010 SHA256: ec4eb1fe23f3ac423907cca7d0ccbbdd8a21a2ded80fa7bc13e74146579d6913 SHA1: 699f3004b68ff2c41a57af75f6b913ab4923e912 MD5sum: 85114e93ac18006c9fa2ffb709378aca Description: Tutorial for point_cloud_transport. Package: ros-lyrical-point-cloud-transport-tutorial-dbgsym Package-Type: ddeb Source: ros-lyrical-point-cloud-transport-tutorial Version: 0.0.9-3resolute.20260901.184714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 1332 Depends: ros-lyrical-point-cloud-transport-tutorial (= 0.0.9-3resolute.20260901.184714) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-point-cloud-transport-tutorial/ros-lyrical-point-cloud-transport-tutorial-dbgsym_0.0.9-3resolute.20260901.184714_amd64.deb Size: 1271976 SHA256: 7af5b1ac4d543678cdd623ad237cec4c64612767de968449421c32e98b13c132 SHA1: c4cebad1c1d2b031a0be42fe2572df35d0e5361c MD5sum: 59c8f0f82773798533ae262737f21ace Description: debug symbols for ros-lyrical-point-cloud-transport-tutorial Build-Ids: b3e505f6cf61befa18ef688bc56ae6571e366136 b4d6536b9c8f2abac42d3cb5104ddb8d6e77046b df18a1a0d0cac673dae2f77ac6d57ca5c853b9fa Package: ros-lyrical-pointcloud-conversions Version: 0.0.4-3resolute.20260901.211519 Architecture: amd64 Maintainer: "li9i" Installed-Size: 803 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-io1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), python3-numpy, ros-lyrical-pcl-conversions, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-sensor-msgs-py, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/pointcloud_conversions/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pointcloud-conversions/ros-lyrical-pointcloud-conversions_0.0.4-3resolute.20260901.211519_amd64.deb Size: 172118 SHA256: d9c1d6a51d78595e39a9d56e55a6c59d0cd44c750c071b0094fd3566d0f962bc SHA1: 9b831eee2adb74b7715d265fa6e7a67f6086e365 MD5sum: e6e019ebbf78ab4ec359265853d9ea3d Description: ROS 2 utilities for PLY/XYZ/PointCloud2 conversion and TF2-based frame transforms: ply_to_xyz and xyz_to_ply transframers (C++) and a pointcloud_to_ply mesh reconstructor (Python/Open3D). Package: ros-lyrical-pointcloud-conversions-dbgsym Package-Type: ddeb Source: ros-lyrical-pointcloud-conversions Version: 0.0.4-3resolute.20260901.211519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "li9i" Installed-Size: 5425 Depends: ros-lyrical-pointcloud-conversions (= 0.0.4-3resolute.20260901.211519) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pointcloud-conversions/ros-lyrical-pointcloud-conversions-dbgsym_0.0.4-3resolute.20260901.211519_amd64.deb Size: 5023126 SHA256: df93a00987930dfa97c2597cda7c96f72214b40b8e45dd38b0d3528320f50406 SHA1: 089ff6978a1da870d1d37f324daafc1d9cfbdf93 MD5sum: 78e184977e058759373a24b12b447195 Description: debug symbols for ros-lyrical-pointcloud-conversions Build-Ids: 27fdb75b68dd838dbf41c0fa41e689b1ab44025c 9a30c3b6c3233ef63e6dcd3b35e857f65b607faf abf84430ad3b99f545c35c000774a5962ad1caff ec0d6577706df3ee617bd7cab89f2c6ef66d09cb Package: ros-lyrical-pointcloud-to-laserscan Version: 2.1.0-3resolute.20260901.195632 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1503 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-laser-geometry, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-message-filters, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-tf2-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pointcloud-to-laserscan/ros-lyrical-pointcloud-to-laserscan_2.1.0-3resolute.20260901.195632_amd64.deb Size: 280192 SHA256: 14ff2d74fef6af6863422de3d8a7e15522ca3c0cdf7b26f8357c4d7452831cbf SHA1: 8a59722c6b89d6a341eb27da6186ed8a90319a76 MD5sum: a5ee9487a51ebdfb38900b77d543fab8 Description: Converts a 3D Point Cloud into a 2D laser scan. This is useful for making devices like the Kinect appear like a laser scanner for 2D-based algorithms (e.g. laser-based SLAM). Package: ros-lyrical-pointcloud-to-laserscan-dbgsym Package-Type: ddeb Source: ros-lyrical-pointcloud-to-laserscan Version: 2.1.0-3resolute.20260901.195632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8857 Depends: ros-lyrical-pointcloud-to-laserscan (= 2.1.0-3resolute.20260901.195632) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pointcloud-to-laserscan/ros-lyrical-pointcloud-to-laserscan-dbgsym_2.1.0-3resolute.20260901.195632_amd64.deb Size: 7614620 SHA256: 1fa4e1fc82e91787f6f222ef53f9884bcb54c0805f773c4e8af4eba6f9d76bcb SHA1: 266f5a44884a8cd34a1c776ad9d98dc8c2c00c14 MD5sum: 59166cb54b5266ec0209505dd553aafc Description: debug symbols for ros-lyrical-pointcloud-to-laserscan Build-Ids: 0c070ab0dd0eb466bed55525950b44a3bdef9925 103ac8e874bbf291f32ba2528c986d1aa5c4b48f 263d1fb57725730ecd4960222cf9e96ec8487204 62af7f30211f6440638006a235711251a60851d8 6c21b1bafd8c01b2b2d06e1def313f56c27668ea Package: ros-lyrical-polygon-msgs Version: 1.3.0-3resolute.20260901.111259 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1402 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/polygon_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-polygon-msgs/ros-lyrical-polygon-msgs_1.3.0-3resolute.20260901.111259_amd64.deb Size: 109230 SHA256: c0800ec31bf05e5be478af51a02c25005ce32bed7c58dc0928d926aa235e5a81 SHA1: 79f72a39d7a9b489cca0aefd9ff756d437cbaccc MD5sum: 98698e55be29865587d1dce0595c5eeb Description: General purpose two-dimensional polygons. Formerly a part of nav_2d_msgs Package: ros-lyrical-polygon-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-polygon-msgs Version: 1.3.0-3resolute.20260901.111259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1253 Depends: ros-lyrical-polygon-msgs (= 1.3.0-3resolute.20260901.111259) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-polygon-msgs/ros-lyrical-polygon-msgs-dbgsym_1.3.0-3resolute.20260901.111259_amd64.deb Size: 953152 SHA256: 7ffab1b18a0c813de0e97dc869a88b4f16bfc5fb63efa4f29cc0afe72c08777b SHA1: 366fe9647bc2220be5c23b8bd0d4e9730abef078 MD5sum: a4de25045ecd0d320580b4ae6e8f0f6d Description: debug symbols for ros-lyrical-polygon-msgs Build-Ids: 050c6719bc101568a7a595706d7c54246ef4b767 08492aa6926ac87924ccc2e47358beae091cc42a 22f2a3040cba8f134f68bfeae9fd025539d80ba2 366c2c99d5b82008b3b71f70e752feb2190d114a 3e8f9b03939750820266b320c725e16cf257e881 4fa5cfe202a9c3510751d4c43045ebf746009e1c 5394065c194c25bdbc314c44b763bbf4964da05c 90f83adaf26dc2a0c459968b6c724a71bfefcb11 c6202af418659b5706168f5b7977b700218d68b7 eba3a49902e24008fb670a7d2a987ce5dbb3cc7a fc59ed507416d3c95ac61a3bdd59ffcccf9eceb2 Package: ros-lyrical-polygon-utils Version: 1.3.0-3resolute.20260901.121753 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 137 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), python3-shapely, ros-lyrical-geometry-msgs, ros-lyrical-polygon-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/polygon_utils/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-polygon-utils/ros-lyrical-polygon-utils_1.3.0-3resolute.20260901.121753_amd64.deb Size: 31566 SHA256: 4bf37a1130d2ce7614512eb88f2c6009a17b4b7a498d7c999113bcb7c1502f4c SHA1: 0069ad20820c222f0db25f0ba0674617ba732ef7 MD5sum: 654c4f9e3e21063cd86298ef935e4e02 Description: Utilities for working with polygons, including triangulation Package: ros-lyrical-polygon-utils-dbgsym Package-Type: ddeb Source: ros-lyrical-polygon-utils Version: 1.3.0-3resolute.20260901.121753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 176 Depends: ros-lyrical-polygon-utils (= 1.3.0-3resolute.20260901.121753) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-polygon-utils/ros-lyrical-polygon-utils-dbgsym_1.3.0-3resolute.20260901.121753_amd64.deb Size: 156188 SHA256: a21d82b36ecf7a0fb7823ac26f7572376e278c9c1e67dca2a7b96802d499461c SHA1: ae32e29481933df4550c8fd43c526cef0a6a01cc MD5sum: 29100dff521990a1b35d1941825043d4 Description: debug symbols for ros-lyrical-polygon-utils Build-Ids: 01158e0ba6313162fa3b5539bdce5fba4f74b132 Package: ros-lyrical-popf Version: 0.0.20-1resolute.20260901.160905 Architecture: amd64 Maintainer: "Francisco Martin" Installed-Size: 2747 Depends: coinor-libcbc3.1 (>= 2.10.12+ds), coinor-libcgl1 (>= 0.60.9+ds), coinor-libclp1 (>= 1.17.10+ds), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), bison, coinor-libcbc-dev, coinor-libcgl-dev, coinor-libclp-dev, coinor-libcoinutils-dev, flex, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/popf/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-popf/ros-lyrical-popf_0.0.20-1resolute.20260901.160905_amd64.deb Size: 890806 SHA256: b7fb6357c6a9101b2f8a8c02d48562a31f48f42f9e7e2a4396daa3900ab0f1f1 SHA1: 06896d47a3eaf7d6cfd4c33a8df07b1c40bacd43 MD5sum: 1decd16c258989f01b4b927be0116c70 Description: The POPF package Package: ros-lyrical-popf-dbgsym Package-Type: ddeb Source: ros-lyrical-popf Version: 0.0.20-1resolute.20260901.160905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martin" Installed-Size: 23751 Depends: ros-lyrical-popf (= 0.0.20-1resolute.20260901.160905) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-popf/ros-lyrical-popf-dbgsym_0.0.20-1resolute.20260901.160905_amd64.deb Size: 22887124 SHA256: 9fd6a9d691818f93913ad95db325be2e58751604a9c32f92d55228287e07163d SHA1: 315378d5763e6e48c9a2d08370d02e0bda6e9320 MD5sum: 80a70549e67760f123709b70962eb013 Description: debug symbols for ros-lyrical-popf Build-Ids: 109019151577c31d0b5f4b2ac08d9632b3e7e4e1 279f519255228b27b23e0d5e47205b9003068546 4993095113e3773be819ec122ac70a53325e52ad 7fee15e1b110618db065c5fc004942cc340fc9b5 8be1ac2151ed7730cdb247ddeb715ab6d3404002 c6dd011ad1dce6e484a2b7718b17645aa40943ff dde506d79c26fdfbea37ce813f249676e1e6c242 Package: ros-lyrical-pose-broadcaster Version: 6.9.0-1resolute.20260908.112806 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 360 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pose-broadcaster/ros-lyrical-pose-broadcaster_6.9.0-1resolute.20260908.112806_amd64.deb Size: 100020 SHA256: 540c32cd8920f414ab002fc0a74604e292289442b96b9186ca7af822a5e6e738 SHA1: ca0a534e0a0b654ee6d1ab111b025226a62c977a MD5sum: 3239acdb260593e9884c3e7d9df3ef02 Description: Broadcaster to publish cartesian states. Package: ros-lyrical-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-pose-broadcaster Version: 6.9.0-1resolute.20260908.112806 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1542 Depends: ros-lyrical-pose-broadcaster (= 6.9.0-1resolute.20260908.112806) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pose-broadcaster/ros-lyrical-pose-broadcaster-dbgsym_6.9.0-1resolute.20260908.112806_amd64.deb Size: 1382166 SHA256: d44457fcb1f3b1e5066d7a93e6a7e7a1f2c9cad1d812ddd7d54e3e41520c504b SHA1: 1ffc220dc0db152aa0ee7364ada9bded23444e0e MD5sum: e90bbc654c94d694045bed363863724e Description: debug symbols for ros-lyrical-pose-broadcaster Build-Ids: 0ff0dbc616c63cb3e16fc2334216fff1747e050a Package: ros-lyrical-pose-cov-ops Version: 0.4.0-3resolute.20260901.212610 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 96 Depends: libc6 (>= 2.4), ros-lyrical-mrpt-libposes, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-mrpt-libros-bridge, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-stereo-msgs, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://wiki.ros.org/pose_cov_ops Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pose-cov-ops/ros-lyrical-pose-cov-ops_0.4.0-3resolute.20260901.212610_amd64.deb Size: 15002 SHA256: 58536a34bec39aa2caa5b95ce8014c4d8b332d4b6c5f4de7e6027f58f1097ca5 SHA1: 71f96b0e3b24bed43ad0f57611f190bd5262e18a MD5sum: d02a911a6c7666a171fddea8f3f5550d Description: C++ library for SE(2)/SE(3) pose composition operations with uncertainty Package: ros-lyrical-pose-cov-ops-dbgsym Package-Type: ddeb Source: ros-lyrical-pose-cov-ops Version: 0.4.0-3resolute.20260901.212610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 142 Depends: ros-lyrical-pose-cov-ops (= 0.4.0-3resolute.20260901.212610) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pose-cov-ops/ros-lyrical-pose-cov-ops-dbgsym_0.4.0-3resolute.20260901.212610_amd64.deb Size: 126388 SHA256: e8b56f0cb94fe448a8b5b9876f934691f37e29503bc18ae055ab920cac31d697 SHA1: 2c975d6b9be16f9c0e7dbf15efa8dff8f13d5754 MD5sum: 38a8e3ec4d2f5996b042ff9dfa064270 Description: debug symbols for ros-lyrical-pose-cov-ops Build-Ids: c3d1849a1c375c06013d683836fa1b51f81c4d8f Package: ros-lyrical-posedetection-msgs Version: 5.0.2-1resolute.20260907.110120 Architecture: amd64 Maintainer: "Kei Okada" Installed-Size: 4958 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-message-filters, ros-lyrical-rclcpp, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/posedetection_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-posedetection-msgs/ros-lyrical-posedetection-msgs_5.0.2-1resolute.20260907.110120_amd64.deb Size: 529244 SHA256: c2d2517fcc3dbe86af062e36bca8055f16eb2bf1931904645986263d39631ee7 SHA1: a6f38daab0c4a219df7a5aebd546fc82e1d46728 MD5sum: 50ca708af8f2aa2b04c765a2b053f0e6 Description: posedetection_msgs provides messages and services to facilitate passing pose detection results and features. Package: ros-lyrical-posedetection-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-posedetection-msgs Version: 5.0.2-1resolute.20260907.110120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kei Okada" Installed-Size: 11444 Depends: ros-lyrical-posedetection-msgs (= 5.0.2-1resolute.20260907.110120) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-posedetection-msgs/ros-lyrical-posedetection-msgs-dbgsym_5.0.2-1resolute.20260907.110120_amd64.deb Size: 9357460 SHA256: e60be27a8ce7afaf0f99bc35fdc44c5ed7e3df17e7f1f8fb52b8b172cbf18dc6 SHA1: cc18aed78ef49f7ff133f1c48c6fbbdfdc109237 MD5sum: dbbe0027a26e883c6b97dca2cb700477 Description: debug symbols for ros-lyrical-posedetection-msgs Build-Ids: 312250aaf4c74fc627e9287d4215e398e5850354 3fbbbff4937ed7164593caf8148ba4318cbf49b5 5707770a916a70082b901b810037eabb7d6a2be8 631991409b9e90a0088f238305540e08bb3ca853 87f0bfd105d641017d1cad1640521957419a0885 89739fd599187156619503dfb05feeb8099ca520 898bae2c32294fb596ef9ead18922b4996b5a9c0 9e1fb42f42b550cd947e93637caa0977bb4fb798 b081fa52045eee8802f82bcb2cb13bbf64b5e10a bc5752ec801d389e5b03af24ab8166007b6af936 dae11743d8cfcdff96ec21dbd59c5a73846f7c68 dd4a269ccd57af45e867c2dedb70aa5e66602bc1 e18bf60afb3e1a375b2c56763f280d49d67ce082 Package: ros-lyrical-protobuf-comm Version: 0.9.4-1resolute.20260728.174750 Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 646 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), libboost-system-dev, libboost-thread-dev, libprotobuf-dev, libprotoc-dev, libspdlog-dev, openssl, protobuf-compiler, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/protobuf_comm/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-protobuf-comm/ros-lyrical-protobuf-comm_0.9.4-1resolute.20260728.174750_amd64.deb Size: 158740 SHA256: 6815ba7ce1dfc02931a26400e414ac9c0661a8eec4151cf6add2839b01a0f20d SHA1: 29623736df24536d55c31c9072a038575021c466 MD5sum: e79b2a66511fcea4b9a042cd44c37471 Description: Wrapper for protobuf communication using c++ Package: ros-lyrical-protobuf-comm-dbgsym Package-Type: ddeb Source: ros-lyrical-protobuf-comm Version: 0.9.4-1resolute.20260728.174750 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 3544 Depends: ros-lyrical-protobuf-comm (= 0.9.4-1resolute.20260728.174750) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-protobuf-comm/ros-lyrical-protobuf-comm-dbgsym_0.9.4-1resolute.20260728.174750_amd64.deb Size: 3094904 SHA256: 7268753f984912163e8b765d76a36ce0c71ee006ae05048b682370a7d2047d6b SHA1: 501895502b2a9e6faf4a3de5bc3908aadd30eb6f MD5sum: dcb9af4ef01a6556ef9b455430d15be4 Description: debug symbols for ros-lyrical-protobuf-comm Build-Ids: adeb818ca04beeaabc9f3a75ec666706ddf8bcbb Package: ros-lyrical-py-binding-tools Version: 2.1.4-1resolute.20260901.152242 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 450 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), pybind11-dev, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/py_binding_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-binding-tools/ros-lyrical-py-binding-tools_2.1.4-1resolute.20260901.152242_amd64.deb Size: 138788 SHA256: 6001c3ba82ff45a05df36c0c74dab552d137ef5556afc2bf9c1e67527a141ebc SHA1: c53d8c137e875e65bb116af69fc1d232205323b0 MD5sum: 1aa1d8a4d1279676573c687fc28dfda6 Description: Python binding tools for C++ Package: ros-lyrical-py-binding-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-py-binding-tools Version: 2.1.4-1resolute.20260901.152242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 2384 Depends: ros-lyrical-py-binding-tools (= 2.1.4-1resolute.20260901.152242) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-binding-tools/ros-lyrical-py-binding-tools-dbgsym_2.1.4-1resolute.20260901.152242_amd64.deb Size: 2247672 SHA256: 8dc09e56e4d32477d153ac805a3da79dbc27edc89cb941a467f53804bff4f3ee SHA1: 65a1051d859ec8a3d62ffe82a670e96d2505d866 MD5sum: 3e95b8923b8a2aa4a1d708c21434e951 Description: debug symbols for ros-lyrical-py-binding-tools Build-Ids: 2d546799962e38572dc6f1dc09a5b26e02e192cb 8dc191888ea90478fd597bc838985c482bd1088e Package: ros-lyrical-py-trees Version: 2.6.0-1resolute.20260911.092926 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 1298 Depends: python3-pydot, ros-lyrical-ros-workspace Homepage: https://py-trees.readthedocs.io/en/devel/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-trees/ros-lyrical-py-trees_2.6.0-1resolute.20260911.092926_amd64.deb Size: 247652 SHA256: fc801e2a1eccbfafa714251f0e80d3eb08339c66ef104cbb7bb506669ed2964d SHA1: 24f23ddfd6bb7c71342df31ebf7923710759561b MD5sum: fbb7d226f4ffa726f402ae0e1213fc49 Description: Pythonic implementation of behaviour trees. Package: ros-lyrical-py-trees-js Version: 0.6.7-1resolute.20260728.173321 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 5164 Depends: python3-pyqt5.qtwebengine, ros-lyrical-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_js Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-trees-js/ros-lyrical-py-trees-js_0.6.7-1resolute.20260728.173321_amd64.deb Size: 1175608 SHA256: 1e71c7c2499e55fc0964535e9fa4801965bb067e5f22eeb195911606ce948ac7 SHA1: ed7c4c85087726f404dd62311db87da607d4f504 MD5sum: bcad6255195d97239122b84892f742a2 Description: Javascript library for visualising behaviour trees. Package: ros-lyrical-py-trees-ros Version: 2.6.0-1resolute.20260911.095824 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 563 Depends: ros-lyrical-geometry-msgs, ros-lyrical-py-trees, ros-lyrical-py-trees-ros-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros2topic, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-ros-py, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: https://py-trees-ros.readthedocs.io/en/release-1.2.x/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-trees-ros/ros-lyrical-py-trees-ros_2.6.0-1resolute.20260911.095824_amd64.deb Size: 110010 SHA256: 861ab01175f07d1bc43a17dd3111bb17c361843b73f4167afe15be5e6216008a SHA1: f3072ea4bd67d32ca80e92b2b80fd26f1bd9c040 MD5sum: c7ed5be5fba2c8885e96ba1de2144fa6 Description: ROS 2 extensions and behaviours for py_trees. Package: ros-lyrical-py-trees-ros-interfaces Version: 2.1.2-1resolute.20260901.133939 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 10178 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-diagnostic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/py_trees_ros_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-trees-ros-interfaces/ros-lyrical-py-trees-ros-interfaces_2.1.2-1resolute.20260901.133939_amd64.deb Size: 592354 SHA256: ef635ec5fd5733f651a4a49fe39190e50319b88ef556d745f7b3c01c4aede96f SHA1: d706305e84ccfced4ddd13bb247a2e41a8e71a16 MD5sum: 38213c03e7bc74ddda8d32e7280c4256 Description: Interfaces used by py_trees_ros and py_trees_ros_tutorials. Package: ros-lyrical-py-trees-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-py-trees-ros-interfaces Version: 2.1.2-1resolute.20260901.133939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 7081 Depends: ros-lyrical-py-trees-ros-interfaces (= 2.1.2-1resolute.20260901.133939) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-trees-ros-interfaces/ros-lyrical-py-trees-ros-interfaces-dbgsym_2.1.2-1resolute.20260901.133939_amd64.deb Size: 5087668 SHA256: e8272bfd8897774211e432360bd379687e12181f49e5abd9e80e89c7ebe60ca1 SHA1: 3df21648c1bc599d8837a7356daa85c798ccfbc9 MD5sum: 8859def8ca2be133424494e89c850e81 Description: debug symbols for ros-lyrical-py-trees-ros-interfaces Build-Ids: 06e1d49c3f8d69df34cf248fbecbe47fdeca3c18 373e19fbb3778aa5f217577a278ee459fa1d9c1c 3f474b298343530a058569c10c3aba9489db69f3 448337a70ac9e3fcd089c9deb356ebb459dae5dc 7076d55fddd54cdd4eac8eff51fd4e3b1e53407e 7c37e2ab918280b702fd84f79d58626f2b24c68b 7daf8d0bf2defd0b029cfc3c76b1fbd85deb4e6d a64168a5b54f849be8008f5b54da72077a1d954e b0fa050a84b2eb5b38d57089b3302eae2e357bfd bf4865790d4e226578a4706c85081abd208e6263 c96b0e5fb1ea49ce33dcf5180e2fe41fefcd8cbc Package: ros-lyrical-py-trees-ros-tutorials Version: 2.6.0-1resolute.20260911.100855 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 506 Depends: python3-pyqt5.qtwebengine, ros-lyrical-action-msgs, ros-lyrical-geometry-msgs, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-py-trees, ros-lyrical-py-trees-ros, ros-lyrical-py-trees-ros-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros2launch, ros-lyrical-ros2param, ros-lyrical-ros2run, ros-lyrical-ros2service, ros-lyrical-ros2topic, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://py-trees-ros-tutorials.readthedocs.io/en/release-2.0.x/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-trees-ros-tutorials/ros-lyrical-py-trees-ros-tutorials_2.6.0-1resolute.20260911.100855_amd64.deb Size: 93692 SHA256: e406e0013dfac5d5af9f6da919521a53f7f70ffd9caa7acbc6f7bdafe9929c08 SHA1: 681dbd3fd53f3b7bdbd36123bd44b27a40e299ea MD5sum: a7b1b36f2c5bb84ee2c7a7323b35711f Description: Tutorials for py_trees on ROS2. Package: ros-lyrical-py-trees-ros-viewer Version: 0.3.0-1resolute.20260901.182717 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 268 Depends: python3-pyqt5.qtwebengine, ros-lyrical-py-trees-js, ros-lyrical-py-trees-ros-interfaces, ros-lyrical-rclpy, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_ros_viewer Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-py-trees-ros-viewer/ros-lyrical-py-trees-ros-viewer_0.3.0-1resolute.20260901.182717_amd64.deb Size: 69824 SHA256: a3e486dfa1203c467b9cccd39e99df1b7f75dc192b3bb9a96cc063f544da6b13 SHA1: 50dbba624cbd13e7f72a374873a14ada1d054c05 MD5sum: 7dcfc6aaefba29295e9f96ddfa5e178e Description: A Qt-JS application for visualisation of executing/log-replayed behaviour trees in a ROS2 ecosystem. Package: ros-lyrical-pybind11-json-vendor Version: 0.7.0-1resolute.20260728.210605 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 76 Depends: nlohmann-json3-dev, ros-lyrical-pybind11-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/pybind11_json_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pybind11-json-vendor/ros-lyrical-pybind11-json-vendor_0.7.0-1resolute.20260728.210605_amd64.deb Size: 10410 SHA256: bd335da40f4c8482ac8f2b668b8c51ab560d6375b63928d124d269ad55655eec SHA1: 6cf405633a62255084d8d4c2d8b5fc240f146481 MD5sum: 34b6911593e2c9a55880cbc917b65615 Description: A vendor package for pybind11_json for Modern C++ Package: ros-lyrical-pybind11-vendor Version: 3.3.1-3resolute.20260728.205956 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 45 Depends: pybind11-dev, ros-lyrical-ros-workspace Homepage: https://github.com/pybind/pybind11 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pybind11-vendor/ros-lyrical-pybind11-vendor_3.3.1-3resolute.20260728.205956_amd64.deb Size: 6020 SHA256: 47727f980ce29f1c89b17d48cb86f972ae8992150f74c89b8897cb83f343a90c SHA1: 4d07232bd802b08866b28033656b41a33db3c275 MD5sum: fd1adb62d1984d5c48df1fd21e5616c9 Description: Wrapper around pybind11. Package: ros-lyrical-pymoveit2 Version: 4.2.0-3resolute.20260901.182727 Architecture: amd64 Maintainer: Andrej Orsula Installed-Size: 244 Depends: ros-lyrical-action-msgs, ros-lyrical-control-msgs, ros-lyrical-geometry-msgs, ros-lyrical-moveit-msgs, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-shape-msgs, ros-lyrical-std-srvs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/pymoveit2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-pymoveit2/ros-lyrical-pymoveit2_4.2.0-3resolute.20260901.182727_amd64.deb Size: 27950 SHA256: 8793a88ccb11bba89a4bc4ed3f1304543f1be2776aa57144475813ccfd082ce5 SHA1: 1de281c274ce786a23bff883244da73a398ed4e4 MD5sum: ed7b98e2f26682c4a08fd1e5fdef0073 Description: Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services Package: ros-lyrical-python-cmake-module Version: 0.12.0-3resolute.20260728.205954 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 50 Depends: python3-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/python_cmake_module/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-python-cmake-module/ros-lyrical-python-cmake-module_0.12.0-3resolute.20260728.205954_amd64.deb Size: 7164 SHA256: c7c6b0c86bb83c9280bf2cdd221e41d0731b87e7ac603d262e1408bfefc116b5 SHA1: 14fa49bc50e69f1bfcd96618ffdb9cffaad6a5f3 MD5sum: 8fbdacb40b6ffd08786f84b5c694c6a9 Description: Provide CMake module with extra functionality for Python. Package: ros-lyrical-python-orocos-kdl-vendor Version: 0.8.0-3resolute.20260728.210250 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 45 Depends: python3-pykdl, ros-lyrical-orocos-kdl-vendor, ros-lyrical-pybind11-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/python_orocos_kdl_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-python-orocos-kdl-vendor/ros-lyrical-python-orocos-kdl-vendor_0.8.0-3resolute.20260728.210250_amd64.deb Size: 6132 SHA256: cd1fff82bee941af1c971aec332e7a78bc0caabf230064decaabb56053129061 SHA1: 398f3cd7d354784ddb487084f8c96b0d9140fc82 MD5sum: 681d41712743e8d7deba0a23abd2e690 Description: Wrapper around PyKDL, providing nothing but a dependency on PyKDL on some systems. On others, it fetches and builds python_orocos_kdl locally. Package: ros-lyrical-python-qt-binding Version: 2.5.5-1resolute.20260728.205956 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 87 Depends: libpyside6-dev, libshiboken6-dev, pyqt6-dev, pyqt6-dev-tools, python3-dev, python3-pyqt6, python3-pyqt6.qtsvg, python3-pyqtbuild, python3-pyside6.qtsvg, python3-sipbuild, qt6-base-dev, shiboken6, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/python_qt_binding Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-python-qt-binding/ros-lyrical-python-qt-binding_2.5.5-1resolute.20260728.205956_amd64.deb Size: 15304 SHA256: d575eaeb737743b11835a7d2c2487be64257b5504d1c258c722334d86060611d SHA1: 9b607f7343650cf9d3c78b0993fdec51d1b1cf8e MD5sum: 312231d0792452b6dff150bd5c58bc05 Description: This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these. Package: ros-lyrical-qml-ros2-plugin Version: 3.26.30-3resolute.20260901.195632 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 3917 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5multimedia5 (>= 5.6.0~beta), libqt5network5t64 (>= 5.0.2), libqt5qml5 (>= 5.9.0~beta), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libqt5quick5, libyaml-cpp-dev, ros-lyrical-ament-index-cpp, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-ros-babel-fish, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/qml_ros2_plugin/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qml-ros2-plugin/ros-lyrical-qml-ros2-plugin_3.26.30-3resolute.20260901.195632_amd64.deb Size: 501946 SHA256: cb5170c02b66a401c630697f32eb3ed80133bb45e0643bd210cb4c20224def06 SHA1: b0f0a33f0c735ef2fb0c0555f867bfe4ef4fb14c MD5sum: ebdf0f483ff7cc58f61aa723c7f3d09e Description: A QML plugin for ROS. Enables full communication with ROS from QML. Package: ros-lyrical-qml-ros2-plugin-dbgsym Package-Type: ddeb Source: ros-lyrical-qml-ros2-plugin Version: 3.26.30-3resolute.20260901.195632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11444 Depends: ros-lyrical-qml-ros2-plugin (= 3.26.30-3resolute.20260901.195632) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qml-ros2-plugin/ros-lyrical-qml-ros2-plugin-dbgsym_3.26.30-3resolute.20260901.195632_amd64.deb Size: 10405554 SHA256: f76cbf1b412b85f456c44c9394743b9327b1ab2a399ca7d9d53d22a85fbb0b8c SHA1: a7c96c6f7f0f16a95acdde2d918ba7d37bcf43dd MD5sum: 9d283489101672114de1f89d4442f809 Description: debug symbols for ros-lyrical-qml-ros2-plugin Build-Ids: 435c1af4d99b46478096a591a20fb697000fe1f3 Package: ros-lyrical-qml6-ros2-plugin Version: 4.26.42-3resolute.20260901.195619 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2207 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6multimedia6 (>= 6.8.2), libqt6network6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libqt6quick6, libyaml-cpp-dev, qt6-base-dev, qt6-declarative-dev, qt6-multimedia-dev, ros-lyrical-ament-index-cpp, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-ros-babel-fish, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/qml6_ros2_plugin/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qml6-ros2-plugin/ros-lyrical-qml6-ros2-plugin_4.26.42-3resolute.20260901.195619_amd64.deb Size: 547880 SHA256: 9947fcd7312437721c722cc4104466ddfe983a04c9fce21878258da6295af11c SHA1: 185b6f9dc43b823f519d519a4db39969c2858114 MD5sum: d79c611d25ca508e4444974abcd852fb Description: A QML plugin for ROS. Enables full communication with ROS from QML. Package: ros-lyrical-qml6-ros2-plugin-dbgsym Package-Type: ddeb Source: ros-lyrical-qml6-ros2-plugin Version: 4.26.42-3resolute.20260901.195619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 13137 Depends: ros-lyrical-qml6-ros2-plugin (= 4.26.42-3resolute.20260901.195619) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qml6-ros2-plugin/ros-lyrical-qml6-ros2-plugin-dbgsym_4.26.42-3resolute.20260901.195619_amd64.deb Size: 12070662 SHA256: 2a972d6b269b3a9127ad956247c6a1560ebaede7f978eff2c20d0d334065ba4a SHA1: 1a842dcccd4fe2537b42d1ec29f2708924f4c64b MD5sum: e19ac12e7ec28ded991268fa89dad682 Description: debug symbols for ros-lyrical-qml6-ros2-plugin Build-Ids: f87d479bd93da5a20786e6aed1847ae12d05fd39 Package: ros-lyrical-qt-dotgraph Version: 2.11.1-1resolute.20260728.210436 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 136 Depends: python3-pydot, python3-pygraphviz, ros-lyrical-python-qt-binding (>= 0.3.0), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/qt_dotgraph/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qt-dotgraph/ros-lyrical-qt-dotgraph_2.11.1-1resolute.20260728.210436_amd64.deb Size: 28292 SHA256: 7e0725f413ad503e866633c4ea1f8c5311ba7703aac29af46d8488226965d23b SHA1: 05aa7fd3ff28356068acc2163fcc4bfe336d6e57 MD5sum: 6be0b9263ee36864cecb6117a785235f Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-lyrical-qt-gui Version: 2.11.1-1resolute.20260728.210439 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 363 Depends: python3-catkin-pkg-modules, ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding, ros-lyrical-tango-icons-vendor, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/qt_gui Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qt-gui/ros-lyrical-qt-gui_2.11.1-1resolute.20260728.210439_amd64.deb Size: 53596 SHA256: d5f910dba2e8b11c1299c36a917435ae7917d56d7321e95cb6cb5dae36719924 SHA1: 6626c33068ef21d36c3a9fbad1ea9f521f7f21d2 MD5sum: 93ee41f60c696b5ce00aaa600fe0cfdd Description: qt_gui provides the infrastructure for an integrated graphical user interface based on Qt. It is extensible with Python- and C++-based plugins (implemented in separate packages) which can contribute arbitrary widgets. It requires either PyQt or PySide bindings. Package: ros-lyrical-qt-gui-app Version: 2.11.1-1resolute.20260728.210617 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 47 Depends: ros-lyrical-ament-index-python, ros-lyrical-qt-gui, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/qt_gui_app Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qt-gui-app/ros-lyrical-qt-gui-app_2.11.1-1resolute.20260728.210617_amd64.deb Size: 6160 SHA256: 1ac637732e5f37ab0715111be84b2f1cab3c36c04ba574661e8b11ff8fe6046a SHA1: b764aeeec34bf2f885cddc5a206d76676466f752 MD5sum: 28f83b2844651d54a306137328f03e20 Description: qt_gui_app provides the main to start an instance of the integrated graphical user interface provided by qt_gui. Package: ros-lyrical-qt-gui-core Version: 2.11.1-1resolute.20260831.173940 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 44 Depends: ros-lyrical-qt-dotgraph (>= 0.3.0), ros-lyrical-qt-gui (>= 0.3.0), ros-lyrical-qt-gui-app (>= 0.3.0), ros-lyrical-qt-gui-cpp (>= 0.3.0), ros-lyrical-qt-gui-py-common (>= 0.3.0), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/qt_gui_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qt-gui-core/ros-lyrical-qt-gui-core_2.11.1-1resolute.20260831.173940_amd64.deb Size: 6008 SHA256: 70f1ef0004b1776692d7899783fad3197fe805d5c588d796f0aab8fed91415de SHA1: 3b0a5999bb959583ac88f83d6828cc86f255b588 MD5sum: de5d37df7c28f55664517df948f5b33f Description: Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI. Package: ros-lyrical-qt-gui-cpp Version: 2.11.1-1resolute.20260831.173352 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 797 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libstdc++6 (>= 13), libtinyxml2-11 (>= 11.0.0), libqt6widgets6, libtinyxml2-dev, qt6-base-dev, ros-lyrical-pluginlib (>= 1.9.23), ros-lyrical-qt-gui (>= 0.3.0), ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/qt_gui_cpp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qt-gui-cpp/ros-lyrical-qt-gui-cpp_2.11.1-1resolute.20260831.173352_amd64.deb Size: 189354 SHA256: aaee4498df537a8baa127869060143a647014bee791f987d145d2355bd72205f SHA1: 1763dbf093044c25a6a26a4c22abedfb75be4ba9 MD5sum: 40f230d5c752230a0525d5b7aea0171b Description: qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available. At least one specific binding must be available in order to use C++-plugins. Package: ros-lyrical-qt-gui-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-qt-gui-cpp Version: 2.11.1-1resolute.20260831.173352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 3476 Depends: ros-lyrical-qt-gui-cpp (= 2.11.1-1resolute.20260831.173352) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qt-gui-cpp/ros-lyrical-qt-gui-cpp-dbgsym_2.11.1-1resolute.20260831.173352_amd64.deb Size: 3235508 SHA256: 65bd153dd057964a5c85c492c71f3cf925240722d70303144bfa69270f359ab6 SHA1: 9bbc43f276ab1f1bf4a660d01ca6048d0cefd68a MD5sum: 7787590fa5d8a95beade350741cc164e Description: debug symbols for ros-lyrical-qt-gui-cpp Build-Ids: 3990c0870184ae9dade169ce618c72bf4494069d 56285a3818c4e7947ce78b9c671746281bfc24a6 Package: ros-lyrical-qt-gui-py-common Version: 2.11.1-1resolute.20260728.210443 Architecture: amd64 Maintainer: "Dorian Scholz" Installed-Size: 81 Depends: ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/qt_gui_py_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-qt-gui-py-common/ros-lyrical-qt-gui-py-common_2.11.1-1resolute.20260728.210443_amd64.deb Size: 11464 SHA256: 5fd0e923cfbb3cedb54a72a8740ee949b41c0412ac2c5ccfb2d8baa1e3e92cca SHA1: 6a21eaba6461f599ee4abb3a70d6e70f5901c7c9 MD5sum: c9e6136bf3e04138bfd0de23aa715388 Description: qt_gui_py_common provides common functionality for GUI plugins written in Python. Package: ros-lyrical-quality-of-service-demo-cpp Version: 0.37.9-1resolute.20260901.184407 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4069 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-launch-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/quality_of_service_demo_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-quality-of-service-demo-cpp/ros-lyrical-quality-of-service-demo-cpp_0.37.9-1resolute.20260901.184407_amd64.deb Size: 488156 SHA256: e316f8ff601dd21c2c4254c525aa043d8549df4ca76bd2e5795d941b63f03a97 SHA1: fa3e793e7e484c33fa8cb3bd4cb7746ea28f3470 MD5sum: 7a7918629a97ae629a37e0b43f2028f0 Description: C++ Demo applications for Quality of Service features Package: ros-lyrical-quality-of-service-demo-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-quality-of-service-demo-cpp Version: 0.37.9-1resolute.20260901.184407 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 21723 Depends: ros-lyrical-quality-of-service-demo-cpp (= 0.37.9-1resolute.20260901.184407) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-quality-of-service-demo-cpp/ros-lyrical-quality-of-service-demo-cpp-dbgsym_0.37.9-1resolute.20260901.184407_amd64.deb Size: 17594456 SHA256: c95a7ef38d07b370ae0e874868f59141b1dcb0f1d1ab367dee673e1114ff639c SHA1: 4e8347d827fa29a0357b240afbc7f7611fdf1a93 MD5sum: e82102c31a2c62a0dc71dd05207688d6 Description: debug symbols for ros-lyrical-quality-of-service-demo-cpp Build-Ids: 09a074418c597d3bede4431bf865a8611c7b15cc 0fa4cf9645cb1ec3ec3551e08489cd49f530c218 169102e98348729fff88a413ed5f2fd7490117fb 2cf6d7ef52d7687b41393510fe8d63139ba30cfd 2ef13933c6214f31690816375fe6226e4955f94a 3365f4b7e80dd499f38fcd92ac973c594debf90b 4ecac43d7a780b7f82efb18803f2c36b91d7d9ac 7563d5e39574c540dba2f83230fbb6ca73ae111a 7cfb3a8500ab7b386ccdb2dc9508b91ff835a114 9bf99d0127ad6e03d76cc0b54fe65e51c5fbdbda c535c32431a2cd897d4750740732128d1695d8b7 d53e26d4e5cb9e1950c71f9640d8d72ce1632e5d Package: ros-lyrical-quality-of-service-demo-py Version: 0.37.9-1resolute.20260901.182723 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 115 Depends: ros-lyrical-example-interfaces, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/quality_of_service_demo_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-quality-of-service-demo-py/ros-lyrical-quality-of-service-demo-py_0.37.9-1resolute.20260901.182723_amd64.deb Size: 20298 SHA256: 2ac75df409975a82ec298aebe830c745c0f9b48cb04063999754d25c6ead86ee SHA1: a82c6d2bb51b1d9de8c20da0207af20a61758fba MD5sum: 4255099febfa0bc248e77026d9d21763 Description: Python Demo applications for Quality of Service features Package: ros-lyrical-r2r-spl-7 Version: 3.0.1-5resolute.20260901.182736 Architecture: amd64 Maintainer: ijnek Installed-Size: 41 Depends: ros-lyrical-rclpy, ros-lyrical-splsm-7-conversion, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/r2r_spl_7/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-r2r-spl-7/ros-lyrical-r2r-spl-7_3.0.1-5resolute.20260901.182736_amd64.deb Size: 6778 SHA256: addfd3a520af7b02f737f69d210b509b8f205628399e7326fbece2658114a547 SHA1: edfdfe7ef0734ecda136f27ee19a1a954d88de30 MD5sum: 3b2b1e13f2c94b84e3136988514bbf3f Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-lyrical-radar-msgs Version: 0.2.2-5resolute.20260901.125813 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 979 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-generators, ros-lyrical-std-msgs, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/radar_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-radar-msgs/ros-lyrical-radar-msgs_0.2.2-5resolute.20260901.125813_amd64.deb Size: 87438 SHA256: 42904955e1be95d0dcc54608823908f0347058c19c93f1528e62853fbf340589 SHA1: 0e0a332a50edc36b2188ccd216dd134f417aa6f7 MD5sum: 80674f8b04bbb3cb729798ccf61abae0 Description: Standard ROS messages for radars Package: ros-lyrical-radar-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-radar-msgs Version: 0.2.2-5resolute.20260901.125813 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 742 Depends: ros-lyrical-radar-msgs (= 0.2.2-5resolute.20260901.125813) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-radar-msgs/ros-lyrical-radar-msgs-dbgsym_0.2.2-5resolute.20260901.125813_amd64.deb Size: 531678 SHA256: cd1eff0cf6cc9b71c793953e8693915988546c3961ef02fcb5d001a4f7813f8c SHA1: b3c8a100172262b52ac2c27947d24d77e6347c45 MD5sum: 7bc2ef88bfdcd4e76df7a3d00d56ccc3 Description: debug symbols for ros-lyrical-radar-msgs Build-Ids: 06b2fa59765a1676744da3a806ee3c5bbba4d5e6 09e550a6547fdf27c775a92addf58185f513f4e8 0bac8bcd6451caab9a3b85339c4f727a7bd31cf2 274d62b2b26f173df2a7d5d965961da3cb55ae5b 2a14230e2696056bf25081dfaeca697c1ff89545 2d5567d41d953273c27374e9b8e23df2b2fdb220 488f294a84105c9c5fc29d36051a7bd5ae4cedf0 74830fcb66088457606863b45247f44b8b96e399 d6d0a7d4930d033ad08dd60e1f1a3c7bceb5f218 dfa0ce52949349cf749cdb5d0b1999580140f27b e49bafab4b07cbf752b3daab420e2c8ebbc6e188 Package: ros-lyrical-random-numbers Version: 2.0.5-1resolute.20260728.210002 Architecture: amd64 Maintainer: "Anas M'chichou" Installed-Size: 120 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-date-time1.83.0, libboost-dev, libboost-random-dev, libboost-random1.83.0, libboost-thread-dev, libboost-thread1.83.0, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/random_numbers Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-random-numbers/ros-lyrical-random-numbers_2.0.5-1resolute.20260728.210002_amd64.deb Size: 26476 SHA256: 63b4c841311b21c9b372fad85707981953eeaa25633361b6df725f5430a0d41d SHA1: 751fe0019be8b91ca9cb49d425802d8e58462309 MD5sum: c62808268e583e8dc442aa69710dca73 Description: This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator. Package: ros-lyrical-random-numbers-dbgsym Package-Type: ddeb Source: ros-lyrical-random-numbers Version: 2.0.5-1resolute.20260728.210002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anas M'chichou" Installed-Size: 178 Depends: ros-lyrical-random-numbers (= 2.0.5-1resolute.20260728.210002) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-random-numbers/ros-lyrical-random-numbers-dbgsym_2.0.5-1resolute.20260728.210002_amd64.deb Size: 138262 SHA256: 188503e235ba4077b1cdc85ab9666d4f8eb95a4b3e21bc7bacb054323eafaf7b SHA1: b60939106062319f54ab10360612380951aea620 MD5sum: e7136600bed8b69bc46522e7cc438de3 Description: debug symbols for ros-lyrical-random-numbers Build-Ids: f8ca95dc1b3a6bb601ab964f3652a81d08717e84 Package: ros-lyrical-range-sensor-broadcaster Version: 6.9.0-1resolute.20260908.112455 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 300 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-range-sensor-broadcaster/ros-lyrical-range-sensor-broadcaster_6.9.0-1resolute.20260908.112455_amd64.deb Size: 85134 SHA256: 5b0bf00877de8d5238fb4df858127d083fc3015568d84c7650ac223ee5fc8bc2 SHA1: 69888aa0062d803be509149f61470b5de0d9dea9 MD5sum: dc2bac116582bc043a6663af177fd1a6 Description: Controller to publish readings of range sensors. Package: ros-lyrical-range-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-range-sensor-broadcaster Version: 6.9.0-1resolute.20260908.112455 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1191 Depends: ros-lyrical-range-sensor-broadcaster (= 6.9.0-1resolute.20260908.112455) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-range-sensor-broadcaster/ros-lyrical-range-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260908.112455_amd64.deb Size: 1082822 SHA256: 2383ebbaa05c786f3c11594109c3e65838ff6fbd5eb2ee25cf7b8a6c096a2594 SHA1: 90066a5078010fcdac68920cb3369578ec8f23f5 MD5sum: a468333c3b208e08388c1d8b65ec21c0 Description: debug symbols for ros-lyrical-range-sensor-broadcaster Build-Ids: 936a1421a4ca47b2b4873277b4e2ed90b5b9819c Package: ros-lyrical-raspimouse-msgs Version: 2.0.0-3resolute.20260901.111309 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 671 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/raspimouse_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-raspimouse-msgs/ros-lyrical-raspimouse-msgs_2.0.0-3resolute.20260901.111309_amd64.deb Size: 56412 SHA256: 35320021fae8408448a5b0674cef1de91ec1661460000766b3d27e56eec22a10 SHA1: f9c374a6bfaa0c83638e22e4a8043c5a5d372ce5 MD5sum: 2a0453062bc350d9b8925e1f83f5b2cf Description: RaspiMouse messages Package: ros-lyrical-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-raspimouse-msgs Version: 2.0.0-3resolute.20260901.111309 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 488 Depends: ros-lyrical-raspimouse-msgs (= 2.0.0-3resolute.20260901.111309) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-raspimouse-msgs/ros-lyrical-raspimouse-msgs-dbgsym_2.0.0-3resolute.20260901.111309_amd64.deb Size: 320188 SHA256: f8c5f5c2cff57d340f8752cae658ce9480a4ff7b0fa1ea660a39f8e7ad42fd34 SHA1: b28497118e3636f1ec3ea0b08e008e4f8712b9a9 MD5sum: a8e04ba3d6083df1e7b52014cfa1697f Description: debug symbols for ros-lyrical-raspimouse-msgs Build-Ids: 6bf166a2623e5f2be7ae4e50efad08b893f73100 859ddf61995dc484de288574813272b310d4b3f3 93ced9ad4f4552de7081d9732dba18b092854264 9dbbf0dfb7eecf673b68322633dee8e2f931fbe0 b5a30ec1ca933aeb4b2e14c82cb30d67331275d1 b83b616fedb5ed68ccb2fcccb542d1a44a146d13 be40fa57640331589564c5c41be3e03bd2316b96 cae080e59c22b8280212e82e4c5152a193b7a8ff d35d98defe4e3654d5824c9a4d043459f5c674b7 efbb2c3c7cb70d8925459fe402b8619d669e3332 fd248f41b2342133dd95f6c1e3bf2ef04c82978e Package: ros-lyrical-rc-common-msgs Version: 0.5.3-7resolute.20260901.111305 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1285 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rc_common_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-common-msgs/ros-lyrical-rc-common-msgs_0.5.3-7resolute.20260901.111305_amd64.deb Size: 115884 SHA256: 07f9880a3429dc3990978975f48404e4edad41f7551724816e99b3ecd6970323 SHA1: eff42f7d255b95d6de0b37129eee215027a29a37 MD5sum: b97515543e737cb5cdf60493258378d7 Description: Common msg and srv definitions used by Roboception's ROS2 packages Package: ros-lyrical-rc-common-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rc-common-msgs Version: 0.5.3-7resolute.20260901.111305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1059 Depends: ros-lyrical-rc-common-msgs (= 0.5.3-7resolute.20260901.111305) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-common-msgs/ros-lyrical-rc-common-msgs-dbgsym_0.5.3-7resolute.20260901.111305_amd64.deb Size: 779432 SHA256: d5e3bd2fc4a6320123b4de248eb76e5c1a4ec50045d9aa33b8ca6af1dfbbac2c SHA1: 3cdb434507027544d491fe94682ebf29e48ae802 MD5sum: 7c332d6d5938ccb8cf680bc1d3387737 Description: debug symbols for ros-lyrical-rc-common-msgs Build-Ids: 05b8ad23330346fe45caf79368296bc5aaa5e56a 1e5839d52712b272624b1126442eadbef55d0ff7 20623660f3b4495a46f89fc490d4e0f11747d343 632582050a96b505b7ecd7b4b9d4d3c9ac3556ad 653fe32ad62233c793ce61132260a3fc29e1e7f0 b84d1615e8e1ee92585867a2166c29cd8adf2caf b88212a24c1635e0fe0067ade172a7ca3ef4a40d d010a60fed9339ce687a67d727358576947a96ae d332a8f0f621df342828279df65e3d85f1944332 dfcbf2c38a5e7ce63c87ae6b2482adeee81e3139 fae5403b5b5cdaa795e76a648ca65df762ae3601 Package: ros-lyrical-rc-genicam-api Version: 2.8.6-1resolute.20260728.174900 Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 15596 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libpng16-16t64 (>= 1.6.46), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, libpng-dev, libusb-1.0-0, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rc_genicam_api Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-genicam-api/ros-lyrical-rc-genicam-api_2.8.6-1resolute.20260728.174900_amd64.deb Size: 3072188 SHA256: 69a53344e07795743cbdc261608de06be2b984a0ef59c96bd8142d5b64a93456 SHA1: 85a0bd0fd2035504c37d9e74ec2e4002fede0d14 MD5sum: 02ca3951593f294f2534dd99419bb2b9 Description: GenICam/GigE Vision Convenience Layer. This package combines the Roboception convenience layer for images with the GenICam reference implementation and a GigE Vision transport layer. It is a self contained package that permits configuration and image streaming of GenICam / GigE Vision 2.0 compatible cameras like the Roboception rc_visard. This package also provides some tools that can be called from the command line for discovering cameras, changing their configuration and streaming images. Although the tools are meant to be useful when working in a shell or in a script, their main purpose is to serve as example on how to use the API for reading and setting parameters, streaming and synchronizing images. See LICENSE.md for licensing terms of the different parts. Package: ros-lyrical-rc-genicam-api-dbgsym Package-Type: ddeb Source: ros-lyrical-rc-genicam-api Version: 2.8.6-1resolute.20260728.174900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 6036 Depends: ros-lyrical-rc-genicam-api (= 2.8.6-1resolute.20260728.174900) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-genicam-api/ros-lyrical-rc-genicam-api-dbgsym_2.8.6-1resolute.20260728.174900_amd64.deb Size: 5525366 SHA256: c7922757cd11ed897f295cd185c19631ac8c58bf89ac71312daa88831cd2e47e SHA1: dba73fb4bc71122a2f53016b5b1222b33bef072f MD5sum: bcb948adb80215bd30bcd90832e6ffcd Description: debug symbols for ros-lyrical-rc-genicam-api Build-Ids: 1179d115615bcdb2e3282d9b41d4603fbb603a1a 4f878e5ccafc05a2680f73608a7bd49fee6927d4 8f1756ed52c4f81fafd3414497cf4f9814432629 a2fae6bfab6bd26eaa59af98e69eb8b9f90b82ae c4adb14a11fbcc08db0ee8c68398e938b865cf81 ebc0b679f44696fdce4e0493b736c5e3c6560f28 Package: ros-lyrical-rc-genicam-driver Version: 0.4.0-3resolute.20260901.183417 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 713 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rc-genicam-api, ros-lyrical-diagnostic-updater, ros-lyrical-image-transport, ros-lyrical-rc-common-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-stereo-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rc_genicam_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-genicam-driver/ros-lyrical-rc-genicam-driver_0.4.0-3resolute.20260901.183417_amd64.deb Size: 200468 SHA256: 1a18f78fb7aa714dfe73e936414620ee03bc19d56577de7be9f2a81bd7a166f5 SHA1: 650ad11be5d9bb364ba1b0b8f4b4768df4103bdc MD5sum: f8a6c3d0336ad7326b0f633521011d4a Description: Driver for rc_visard and rc_cube from Roboception GmbH Package: ros-lyrical-rc-genicam-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-rc-genicam-driver Version: 0.4.0-3resolute.20260901.183417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 5729 Depends: ros-lyrical-rc-genicam-driver (= 0.4.0-3resolute.20260901.183417) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-genicam-driver/ros-lyrical-rc-genicam-driver-dbgsym_0.4.0-3resolute.20260901.183417_amd64.deb Size: 5369988 SHA256: 78d6ffdeb0deb1d3bf5de35d2ba31775fc70dd85f3ff4d70155d57b4b93fe158 SHA1: 79b03f6a19e5d60fc023d337a4b37acb44f79ce8 MD5sum: d6a495eac9d3dc7b0aff9dec3fff1445 Description: debug symbols for ros-lyrical-rc-genicam-driver Build-Ids: 7fa07425a0d795f7c0f793f52355a82d57ba3b07 d1ba8efb56c25aa8f65a8f15d03aaa1983a562c1 Package: ros-lyrical-rc-reason-clients Version: 0.5.0-3resolute.20260901.174409 Architecture: amd64 Maintainer: ruess Installed-Size: 221 Depends: python3-requests, ros-lyrical-geometry-msgs, ros-lyrical-rc-reason-msgs, ros-lyrical-rclpy, ros-lyrical-ros2pkg, ros-lyrical-tf2-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rc_reason_clients/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-reason-clients/ros-lyrical-rc-reason-clients_0.5.0-3resolute.20260901.174409_amd64.deb Size: 41950 SHA256: 2cc61509892b504adf49cc6e23eff533321154de52e251565d277bcbe72a462b SHA1: c91f0163cf103e3abc883a4614aa85f90c7cc9b5 MD5sum: c061a5984a2be06bbdec258ab7405711 Description: Clients for interfacing with Roboception reason modules on rc_visard and rc_cube. Package: ros-lyrical-rc-reason-msgs Version: 0.5.0-3resolute.20260901.122757 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 15585 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rc-common-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rc_reason_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-reason-msgs/ros-lyrical-rc-reason-msgs_0.5.0-3resolute.20260901.122757_amd64.deb Size: 934134 SHA256: dffb7edbba519ecb73e184fb98f36191ef4ccc773623cf9efdac71370648acd1 SHA1: 40cafbb19827ebe54dc6da42220c8b682737c235 MD5sum: 8ad5f0d7d02bf2e6cd37ae72a8173267 Description: Msg and srv definitions for rc_reason_clients Package: ros-lyrical-rc-reason-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rc-reason-msgs Version: 0.5.0-3resolute.20260901.122757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 12933 Depends: ros-lyrical-rc-reason-msgs (= 0.5.0-3resolute.20260901.122757) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rc-reason-msgs/ros-lyrical-rc-reason-msgs-dbgsym_0.5.0-3resolute.20260901.122757_amd64.deb Size: 10114762 SHA256: 0bc856711ebecde2f2c6fbfeb031b5c437bb08d093cfcb9943d832708f9932c5 SHA1: 28b08faf0a505b05860ae882e77e5ebb8d732413 MD5sum: efa6150c66e2830e3bad2a0eeaf40f2b Description: debug symbols for ros-lyrical-rc-reason-msgs Build-Ids: 27f34c708e4b68b12e57d994d3359b85a58a3527 3856a7094cc857edb0dff68c77ea674685bc1e84 38dbf6f752530e026cc90ce78a0d969b540e9878 4a6e90a6272ed82c01184ecaefbac9faa503084f 6f991b0a592d749dfe427b05b0c38db34f1086e4 7539fe3367276f5f5291d573abea8b3c8f52c0cf 896f1462ef0d282df1a4bd13cebc6518ab8603f0 9d9aa1413ddfdcb006ef993b7e7c1362286af067 a81e1886713e2c4e4b137461db6d2b5c6cc18195 c0b53ee984c5fd39174c62af1db4a2f5fa5ccc52 cc7466bd704db485c2bda7ae2cc0e33ec506fd43 Package: ros-lyrical-rcdiscover Version: 2.1.2-1resolute.20260728.174859 Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 310 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcdiscover/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcdiscover/ros-lyrical-rcdiscover_2.1.2-1resolute.20260728.174859_amd64.deb Size: 89844 SHA256: 241bf06227aaea556af9c5e68c64909325774917dacebdcb298831cdd5887ac4 SHA1: d9834404577c092809d0ed40bf0338f05632dd48 MD5sum: c3844ebe72d8f9c9f0d9917062ae6d89 Description: This package contains tools for the discovery of Roboception devices via GigE Vision. Package: ros-lyrical-rcdiscover-dbgsym Package-Type: ddeb Source: ros-lyrical-rcdiscover Version: 2.1.2-1resolute.20260728.174859 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 1298 Depends: ros-lyrical-rcdiscover (= 2.1.2-1resolute.20260728.174859) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcdiscover/ros-lyrical-rcdiscover-dbgsym_2.1.2-1resolute.20260728.174859_amd64.deb Size: 1188288 SHA256: b2790142c94fa3d4f68518bbb201b79b87bb9eda0df5d5153cb7d48359333a7b SHA1: a73d05a91c47eb3d4bffccd8525ce02e61127779 MD5sum: 60be88ff5677b2720ba1852afdf02b8a Description: debug symbols for ros-lyrical-rcdiscover Build-Ids: 18e22550043341d2042c643f3f37cfa9b4fabd69 d9b2f406a4b0ab868446a1c9dc21e83e4d5e27b2 Package: ros-lyrical-rcl Version: 10.4.5-1resolute.20260901.143303 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 811 Depends: libc6 (>= 2.14), libyaml-0-2, libyaml-dev, ros-lyrical-libyaml-vendor, ros-lyrical-rcl-interfaces, ros-lyrical-rcl-logging-implementation, ros-lyrical-rcl-logging-interface, ros-lyrical-rcl-logging-spdlog, ros-lyrical-rcl-yaml-param-parser, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-implementation, ros-lyrical-rosidl-runtime-c, ros-lyrical-service-msgs, ros-lyrical-tracetools, ros-lyrical-type-description-interfaces, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl/ros-lyrical-rcl_10.4.5-1resolute.20260901.143303_amd64.deb Size: 160944 SHA256: edfd4d3bef14e1263aff67e95786daa05ea8269b5e14f4c950ec87f09b6cb27c SHA1: 421310c8e0baaadab2e1713553266ca10e1ad2c9 MD5sum: fd70302dcdb5c9e87df3338aae113bb2 Description: The ROS client library common implementation. This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries. Package: ros-lyrical-rcl-action Version: 10.4.5-1resolute.20260901.144015 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 299 Depends: libc6 (>= 2.4), ros-lyrical-action-msgs, ros-lyrical-rcl, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rosidl-runtime-c, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl_action/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-action/ros-lyrical-rcl-action_10.4.5-1resolute.20260901.144015_amd64.deb Size: 54684 SHA256: d61eccd1f5584745f0a1ec3c7a227da790d9fd396582f78f34ff3afa9e746818 SHA1: a470d24f4a36836cc137d4c0895ea9f32c0658a6 MD5sum: 8fad325ae46989e16062a982d9b257e4 Description: Package containing a C-based ROS action implementation Package: ros-lyrical-rcl-action-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl-action Version: 10.4.5-1resolute.20260901.144015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 120 Depends: ros-lyrical-rcl-action (= 10.4.5-1resolute.20260901.144015) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-action/ros-lyrical-rcl-action-dbgsym_10.4.5-1resolute.20260901.144015_amd64.deb Size: 70220 SHA256: 21ad2c0a9700a3c35bbbd71989499ea8bf44bb02100b9c819c45d5305e927ae6 SHA1: 8b424e1fd90c17501bc441ada167b696c2e602c7 MD5sum: 4293cc07c61133e35ce1b0cc8489f842 Description: debug symbols for ros-lyrical-rcl-action Build-Ids: 01978385906792b9a60683ffc772cb5380942930 Package: ros-lyrical-rcl-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl Version: 10.4.5-1resolute.20260901.143303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 418 Depends: ros-lyrical-rcl (= 10.4.5-1resolute.20260901.143303) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl/ros-lyrical-rcl-dbgsym_10.4.5-1resolute.20260901.143303_amd64.deb Size: 281830 SHA256: 2b201c2ba8e0b955b4bb42b25fae0acbab74c253a24b6b5a81849769886bfc0e SHA1: 320edb03fbd93b939acf6054778d5596b7217a50 MD5sum: 098a67497c66330797d17204e6453b53 Description: debug symbols for ros-lyrical-rcl Build-Ids: 618d693b594ad0a73aa732ee41b12a65a1772f7e Package: ros-lyrical-rcl-interfaces Version: 2.4.5-1resolute.20260901.103600 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6050 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-interfaces/ros-lyrical-rcl-interfaces_2.4.5-1resolute.20260901.103600_amd64.deb Size: 427656 SHA256: 51d306dc2d21017e012742f34ca4aed72e74a24b6fc6e604455b7c65d87e098b SHA1: 16130b438d0efe95742da08de8621ceb35bb67c8 MD5sum: 54356acb16d97fdee7ed23155d4b3dc5 Description: The ROS client library common interfaces. This package contains the messages and services which ROS client libraries will use under the hood to communicate higher level concepts such as parameters. Package: ros-lyrical-rcl-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl-interfaces Version: 2.4.5-1resolute.20260901.103600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5858 Depends: ros-lyrical-rcl-interfaces (= 2.4.5-1resolute.20260901.103600) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-interfaces/ros-lyrical-rcl-interfaces-dbgsym_2.4.5-1resolute.20260901.103600_amd64.deb Size: 4698398 SHA256: 5d3659782438564f79a904beb0e93e0566f992eda2f21466dbb6c10b1c907ec2 SHA1: f753410ec77e6532038405cb9ff5e87540302631 MD5sum: 71148b995aa5cca2b77abd4cfaf827f0 Description: debug symbols for ros-lyrical-rcl-interfaces Build-Ids: 048b5e96f8033cbdd759d704f7f94e33cda1a0f9 18174e471945e6920c88b1a59bca6ead2af565d2 1b5762ee4c8edc7179fa49d2fe55abb65a4955c7 42e03b220d9ec4a9fb9ec6413eba360537abe277 467cf71c957d9b68e2b09ba38f1c073e49a47fbf 46d2e072afeefbffc45ef644cdb416ffc84d415d 54806bce5cc6bce9fa33eb5bc20873f6a1418d6c a008e10cffa8d4c9323fe7790694b89331235110 aa61471fbb6f037a90203e01ca34c90576b0a44f b1ff9a15d5873de90eecbf7501b67e88afeda06f c9c766b6c63ef0f733b547642fa70718fadbaba8 Package: ros-lyrical-rcl-lifecycle Version: 10.4.5-1resolute.20260901.144012 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 149 Depends: libc6 (>= 2.4), ros-lyrical-lifecycle-msgs, ros-lyrical-rcl, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rosidl-runtime-c, ros-lyrical-tracetools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl_lifecycle/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-lifecycle/ros-lyrical-rcl-lifecycle_10.4.5-1resolute.20260901.144012_amd64.deb Size: 29920 SHA256: 751c96339480682d8eda434750603a42b64a0f88686def5f7cb412666aca0c61 SHA1: 039af4ebeb0c4e1bf7a3e30297adf08a7fe18a80 MD5sum: e5192cbcca77e3cbf2b7cb84fe1016ec Description: Package containing a C-based lifecycle implementation Package: ros-lyrical-rcl-lifecycle-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl-lifecycle Version: 10.4.5-1resolute.20260901.144012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 66 Depends: ros-lyrical-rcl-lifecycle (= 10.4.5-1resolute.20260901.144012) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-lifecycle/ros-lyrical-rcl-lifecycle-dbgsym_10.4.5-1resolute.20260901.144012_amd64.deb Size: 36576 SHA256: c61a7a78e9289bf27d7a3777aebc69a94a84f91b3e2028340d3cea12212aa25c SHA1: 5cb908a99ad4c593c4dc919ebde81b53bd7a4800 MD5sum: 411d3981ffe50f09f25f18442d871d68 Description: debug symbols for ros-lyrical-rcl-lifecycle Build-Ids: 423507588325db091a4dd85a648abffc02a1b6c8 Package: ros-lyrical-rcl-logging-implementation Version: 3.4.1-3resolute.20260901.142842 Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 90 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-lyrical-rcl-logging-interface, ros-lyrical-rcl-logging-spdlog, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_implementation/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-implementation/ros-lyrical-rcl-logging-implementation_3.4.1-3resolute.20260901.142842_amd64.deb Size: 18458 SHA256: e748b1fa285daaa781dec022b7e17306b34bc99e8e6d3e4d9d25539c5dc5a754 SHA1: 1ac8c1d3fd7c1316f883ac36a994c554d3bef8e7 MD5sum: 1678fbf4a6367f56b9e60b4f6ed7980b Description: Provides the ability to load logging implementations at runtime. This package acts as an abstraction layer between rcl and the actual logging implementation (e.g., spdlog, noop, or custom implementations). Package: ros-lyrical-rcl-logging-implementation-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl-logging-implementation Version: 3.4.1-3resolute.20260901.142842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 94 Depends: ros-lyrical-rcl-logging-implementation (= 3.4.1-3resolute.20260901.142842) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-implementation/ros-lyrical-rcl-logging-implementation-dbgsym_3.4.1-3resolute.20260901.142842_amd64.deb Size: 69526 SHA256: 7e899825730523bd1c3c3593b6ce62c5fe3da2c708902e3fbf3b69d99ba23723 SHA1: 20f9a5d1de6d43dfe4fa1d0593f848b4b04f97ae MD5sum: 0e50437c26a4f6839d64669c3e627ce5 Description: debug symbols for ros-lyrical-rcl-logging-implementation Build-Ids: 2ee3885b9207fead6023ff716db497b71402c83a Package: ros-lyrical-rcl-logging-interface Version: 3.4.1-3resolute.20260901.135351 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 83 Depends: libc6 (>= 2.4), ros-lyrical-rcutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_interface/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-interface/ros-lyrical-rcl-logging-interface_3.4.1-3resolute.20260901.135351_amd64.deb Size: 13358 SHA256: 336b9d914ba7589bcf69765d695e91be3178433b1cad867fc1c685be4f181f05 SHA1: d490bd2a559dbb189f3294e6d3e1a1c3ace1370c MD5sum: 60655c13c8f55bfd5dc42efa85d0bfda Description: Interface that rcl_logging backends needs to implement. Package: ros-lyrical-rcl-logging-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl-logging-interface Version: 3.4.1-3resolute.20260901.135351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 22 Depends: ros-lyrical-rcl-logging-interface (= 3.4.1-3resolute.20260901.135351) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-interface/ros-lyrical-rcl-logging-interface-dbgsym_3.4.1-3resolute.20260901.135351_amd64.deb Size: 4952 SHA256: 8199a58d5a0c4b00aaeeb7bc4b2b7e5353b762d0bbe0ea2258595276eae7e68f SHA1: b2a1384ef1722ca865772f4c63b0e18b202dfba5 MD5sum: a93a8fb0640bb1ca4acf0eab2026c7cc Description: debug symbols for ros-lyrical-rcl-logging-interface Build-Ids: ba9bf6dfe7dd3578c1b5e657f91240a019cac4ca Package: ros-lyrical-rcl-logging-noop Version: 3.4.1-3resolute.20260901.135821 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 79 Depends: ros-lyrical-rcl-logging-interface, ros-lyrical-rcutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_noop/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-noop/ros-lyrical-rcl-logging-noop_3.4.1-3resolute.20260901.135821_amd64.deb Size: 11600 SHA256: fbf80930a8aa4953d633b096b8ebd983345f169fc184bad04b6d1e967bac5d51 SHA1: 04fc9e5d717363bc38ad04b2cf094f8161123bb9 MD5sum: cef704efeebba510288cb558623192da Description: An rcl logger implementation that doesn't do anything with log messages. Package: ros-lyrical-rcl-logging-noop-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl-logging-noop Version: 3.4.1-3resolute.20260901.135821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 20 Depends: ros-lyrical-rcl-logging-noop (= 3.4.1-3resolute.20260901.135821) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-noop/ros-lyrical-rcl-logging-noop-dbgsym_3.4.1-3resolute.20260901.135821_amd64.deb Size: 3746 SHA256: c4f38f75c58c826c0c06ad59d40a742962cde4b6d081f7cef2141cd70b0aaf37 SHA1: 43a60dd017840ac3041d16db20103c73d23c97f7 MD5sum: a60c244b97d2dd6dde819c21775d0670 Description: debug symbols for ros-lyrical-rcl-logging-noop Build-Ids: 8754ddf23c16a3ac14fb67c6eee2c24d171eb2de Package: ros-lyrical-rcl-logging-spdlog Version: 3.4.1-3resolute.20260901.135825 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 111 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libspdlog1.15-fmt10, libstdc++6 (>= 13), libspdlog-dev, ros-lyrical-rcl-logging-interface, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-spdlog-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_spdlog/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-spdlog/ros-lyrical-rcl-logging-spdlog_3.4.1-3resolute.20260901.135825_amd64.deb Size: 24600 SHA256: 2265e9300ef0e0386261fcb89b5aa261840e6eb2d1ca1e9c6556108ee5fd7f36 SHA1: 4cec62df3ebd3e2c89f10c854959b0583e15662a MD5sum: d4d03a400d6bddb6068eb5621ba3685c Description: Implementation of rcl_logging API for an spdlog backend. Package: ros-lyrical-rcl-logging-spdlog-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl-logging-spdlog Version: 3.4.1-3resolute.20260901.135825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 255 Depends: ros-lyrical-rcl-logging-spdlog (= 3.4.1-3resolute.20260901.135825) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-spdlog/ros-lyrical-rcl-logging-spdlog-dbgsym_3.4.1-3resolute.20260901.135825_amd64.deb Size: 224460 SHA256: 16bcf0aaa206a64528dd627349d4c7aeff284ea307bc633d501b6ce9bf1b196d SHA1: 685a02836388ba54be6e547b425f1b06601129cc MD5sum: 0e81d7f9204b02628d70080e2ee3f125 Description: debug symbols for ros-lyrical-rcl-logging-spdlog Build-Ids: ad76d0e2849d7b06a95cc59575a2dad7bc01b505 Package: ros-lyrical-rcl-logging-syslog Version: 0.2.0-1resolute.20260909.090857 Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 92 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), ros-lyrical-rcl-logging-interface, ros-lyrical-rcpputils, ros-lyrical-rcutils, rsyslog, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_syslog/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-syslog/ros-lyrical-rcl-logging-syslog_0.2.0-1resolute.20260909.090857_amd64.deb Size: 20134 SHA256: 48bd16514722f856175ec0851e39ebe158b2ebc2c05a051f281335310293a880 SHA1: 950e989ef53f9606ce94a40d9509eea13290b3ed MD5sum: f2f0586821881c5ed0ffd962c2012426 Description: Implementation of rcl_logging API for an syslog/rsyslog backend. Package: ros-lyrical-rcl-logging-syslog-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl-logging-syslog Version: 0.2.0-1resolute.20260909.090857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 80 Depends: ros-lyrical-rcl-logging-syslog (= 0.2.0-1resolute.20260909.090857) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-logging-syslog/ros-lyrical-rcl-logging-syslog-dbgsym_0.2.0-1resolute.20260909.090857_amd64.deb Size: 56130 SHA256: dd80991666817b8fa8fcd9c238ace222cc8e23dac2fdf6b7fe84c5091aafa949 SHA1: c5765bd6850b1060e6a4207e846a8895915bdf79 MD5sum: 65de70c665da871ec297bf0681b53b90 Description: debug symbols for ros-lyrical-rcl-logging-syslog Build-Ids: cf9c459856c3b722284d4cc4d6ceffb19ec81184 Package: ros-lyrical-rcl-yaml-param-parser Version: 10.4.5-1resolute.20260901.135359 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 134 Depends: libc6 (>= 2.38), libyaml-0-2, libyaml-dev, ros-lyrical-libyaml-vendor, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcl_yaml_param_parser/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-yaml-param-parser/ros-lyrical-rcl-yaml-param-parser_10.4.5-1resolute.20260901.135359_amd64.deb Size: 29982 SHA256: b73a1ea7987b5f04318cd666abc5b9a4925b5130f8aa709d5596c96cf63c1498 SHA1: ee82b5a5c8b2fb7c83715006fc1cbcc78a5da04a MD5sum: 3eae862a1ba6944aed44d64eab8b2243 Description: Parse a YAML parameter file and populate the C data structure. Package: ros-lyrical-rcl-yaml-param-parser-dbgsym Package-Type: ddeb Source: ros-lyrical-rcl-yaml-param-parser Version: 10.4.5-1resolute.20260901.135359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 77 Depends: ros-lyrical-rcl-yaml-param-parser (= 10.4.5-1resolute.20260901.135359) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcl-yaml-param-parser/ros-lyrical-rcl-yaml-param-parser-dbgsym_10.4.5-1resolute.20260901.135359_amd64.deb Size: 47184 SHA256: 190f878985aa0b9188ad93c4d607d3135f555be9f52b584d511021fd681a04b4 SHA1: 1b04f541c49244428c7a8cf1e3216ea59b622098 MD5sum: eb7c99f8627e4cedc9da7408a37f294c Description: debug symbols for ros-lyrical-rcl-yaml-param-parser Build-Ids: e15f06a4b1eaab43529084b1c4bcfcc2b20a1b4c Package: ros-lyrical-rclc Version: 6.3.0-3resolute.20260901.144617 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 276 Depends: libc6 (>= 2.4), ros-lyrical-rcl, ros-lyrical-rcl-action, ros-lyrical-rcutils, ros-lyrical-rosidl-generator-c, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclc/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclc/ros-lyrical-rclc_6.3.0-3resolute.20260901.144617_amd64.deb Size: 49930 SHA256: 0910b5633bd82dd9e652091237a21abc8f8e6ba5fc47398f01ae8d8e8faccfa7 SHA1: ce1c5296d816037e35b48feb997a6250c88dd76d MD5sum: a5d38a27a306b4d6591005afbc7abddc Description: The ROS client library in C. Package: ros-lyrical-rclc-dbgsym Package-Type: ddeb Source: ros-lyrical-rclc Version: 6.3.0-3resolute.20260901.144617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 154 Depends: ros-lyrical-rclc (= 6.3.0-3resolute.20260901.144617) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclc/ros-lyrical-rclc-dbgsym_6.3.0-3resolute.20260901.144617_amd64.deb Size: 89530 SHA256: 4751a4a5aaad24089f0cc7847911ca58e5b1103dd58c12b6b45a504107c5caff SHA1: cb822c09a2edc645048ee00ee7211a0f7e02abf7 MD5sum: 69d23940a281a1912992b512ec8243ce Description: debug symbols for ros-lyrical-rclc Build-Ids: d9f71dd972dabb4b38143da5646bdc4bb9718210 Package: ros-lyrical-rclc-lifecycle Version: 6.3.0-3resolute.20260901.145057 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 102 Depends: libc6 (>= 2.4), ros-lyrical-lifecycle-msgs, ros-lyrical-rcl-lifecycle, ros-lyrical-rclc, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclc_lifecycle/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclc-lifecycle/ros-lyrical-rclc-lifecycle_6.3.0-3resolute.20260901.145057_amd64.deb Size: 18362 SHA256: 2b5c8fe9c75b9a92fe84ac2a359b295aff117a5ad3d7e23f7ff8379b827fe2a4 SHA1: 35c0ec338a804d07b5840bd45f48016c63124b21 MD5sum: f35296f93efeca2e341b56d3e602089e Description: rclc lifecycle convenience methods. Package: ros-lyrical-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-lyrical-rclc-lifecycle Version: 6.3.0-3resolute.20260901.145057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 47 Depends: ros-lyrical-rclc-lifecycle (= 6.3.0-3resolute.20260901.145057) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclc-lifecycle/ros-lyrical-rclc-lifecycle-dbgsym_6.3.0-3resolute.20260901.145057_amd64.deb Size: 22846 SHA256: b250ac0dacb07800e4b34dcd558e0604ad0c4be9c8094f6178979da7cd9342dd SHA1: 6dbe0078f67e3fbe263cdf8fcf8db28784e76d8f MD5sum: f44ffec9bbd0eb7038bd7503e492d029 Description: debug symbols for ros-lyrical-rclc-lifecycle Build-Ids: afa976a785b4dd5ce7c7f0f0ffe1bd1cb9c6008d Package: ros-lyrical-rclc-parameter Version: 6.3.0-3resolute.20260901.145033 Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 132 Depends: libc6 (>= 2.14), ros-lyrical-builtin-interfaces, ros-lyrical-rcl, ros-lyrical-rcl-interfaces, ros-lyrical-rclc, ros-lyrical-rcutils, ros-lyrical-rosidl-runtime-c, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclc_parameter/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclc-parameter/ros-lyrical-rclc-parameter_6.3.0-3resolute.20260901.145033_amd64.deb Size: 25522 SHA256: 6da058e9314c481cd494ff39dfac2bb0769de0b72f7a952773b84e2065279a1e SHA1: d5a749564e2a085e3bf705143ad69f005903b56d MD5sum: 2266e433f86876c5d3cb34222c03996e Description: Parameter server implementation for micro-ROS nodes Package: ros-lyrical-rclc-parameter-dbgsym Package-Type: ddeb Source: ros-lyrical-rclc-parameter Version: 6.3.0-3resolute.20260901.145033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 66 Depends: ros-lyrical-rclc-parameter (= 6.3.0-3resolute.20260901.145033) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclc-parameter/ros-lyrical-rclc-parameter-dbgsym_6.3.0-3resolute.20260901.145033_amd64.deb Size: 39144 SHA256: e4ce03b17ded4fe78448a0fad4d6f2a05499140b64215b122d6929a2b3a87dca SHA1: 75a42d883f7ee393276f57ef9892d980ba2f3aa8 MD5sum: d31b0896dab7c1dfe77a7d3a638836ac Description: debug symbols for ros-lyrical-rclc-parameter Build-Ids: d0331743fa96b88dc71d9379099200a9f2829ce9 Package: ros-lyrical-rclcpp Version: 32.0.3-1resolute.20260901.144143 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 3917 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-builtin-interfaces, ros-lyrical-libstatistics-collector, ros-lyrical-rcl, ros-lyrical-rcl-interfaces, ros-lyrical-rcl-logging-interface, ros-lyrical-rcl-yaml-param-parser, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rosgraph-msgs, ros-lyrical-rosidl-dynamic-typesupport, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-c, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-statistics-msgs, ros-lyrical-tracetools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclcpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp/ros-lyrical-rclcpp_32.0.3-1resolute.20260901.144143_amd64.deb Size: 826988 SHA256: caded0525855cb6e9160116b255ee205b477f580fdf4133c513992824c11ae0a SHA1: 1bc57f677b2b8da286cf7f32e836d340c3acef9e MD5sum: 201a9a1cf3705d862704d8be2ff1814b Description: The ROS client library in C++. Package: ros-lyrical-rclcpp-action Version: 32.0.3-1resolute.20260901.160938 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 434 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-action-msgs, ros-lyrical-rcl, ros-lyrical-rcl-action, ros-lyrical-rclcpp, ros-lyrical-rcpputils, ros-lyrical-rosidl-runtime-c, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclcpp_action/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-action/ros-lyrical-rclcpp-action_32.0.3-1resolute.20260901.160938_amd64.deb Size: 100372 SHA256: fcf4eb547a02912198a94aec549e355c314724c08e33e9ad6f704883b508ff7f SHA1: 90f4f536d057d69b54b6e9f605ceb73a8b389193 MD5sum: 42dec8e86d41cafb36ac9c48ae141b9c Description: Adds action APIs for C++. Package: ros-lyrical-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-lyrical-rclcpp-action Version: 32.0.3-1resolute.20260901.160938 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1378 Depends: ros-lyrical-rclcpp-action (= 32.0.3-1resolute.20260901.160938) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-action/ros-lyrical-rclcpp-action-dbgsym_32.0.3-1resolute.20260901.160938_amd64.deb Size: 1235176 SHA256: 30554d368cd4631608908675d0edc75ca8f5eadc380378e2fa1d9c1fbaf3478a SHA1: d3e5c1be212709e2dc1bad6c451cb1f70e63c66f MD5sum: 16b75525e309090967f77aceee34d4bf Description: debug symbols for ros-lyrical-rclcpp-action Build-Ids: 62479e05dcfc5000ce0d5b79fddeede68cd79d93 Package: ros-lyrical-rclcpp-cascade-lifecycle Version: 2.0.6-1resolute.20260901.165456 Architecture: amd64 Maintainer: "fmrico" Installed-Size: 858 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-cascade-lifecycle-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclcpp_cascade_lifecycle/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-cascade-lifecycle/ros-lyrical-rclcpp-cascade-lifecycle_2.0.6-1resolute.20260901.165456_amd64.deb Size: 160508 SHA256: e793750ebc5233fe1b314376ca3cf69590c06b4f1387e847d3910d5b5021dbeb SHA1: cc94f3abb8ae91d99a08b9c715293276577c1822 MD5sum: 129ed710dbbdde1af22a93cd80ca20cf Description: Provides a mechanism to make trees of lifecycle nodes to propagate state changes Package: ros-lyrical-rclcpp-cascade-lifecycle-dbgsym Package-Type: ddeb Source: ros-lyrical-rclcpp-cascade-lifecycle Version: 2.0.6-1resolute.20260901.165456 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "fmrico" Installed-Size: 3597 Depends: ros-lyrical-rclcpp-cascade-lifecycle (= 2.0.6-1resolute.20260901.165456) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-cascade-lifecycle/ros-lyrical-rclcpp-cascade-lifecycle-dbgsym_2.0.6-1resolute.20260901.165456_amd64.deb Size: 2867716 SHA256: 90ed2cb1c946be8c399964d053d66910c94ad1ec6ce6b0223de36ba8dd570319 SHA1: 2428b089a8c244a5a1eb55e2fd76fcd9da1729a3 MD5sum: db487e1a19068be02f5e0fe79a16f575 Description: debug symbols for ros-lyrical-rclcpp-cascade-lifecycle Build-Ids: 5991c848d2046293ea3688cb85c95831cefc8bfa Package: ros-lyrical-rclcpp-components Version: 32.0.3-1resolute.20260901.160544 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 500 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-class-loader, ros-lyrical-composition-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rcpputils, ros-lyrical-rmw, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclcpp_components/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-components/ros-lyrical-rclcpp-components_32.0.3-1resolute.20260901.160544_amd64.deb Size: 109894 SHA256: e617aed9e3917f94a558c3e1dcb8933d7db3678cb7620c1b10809b9a6d323f17 SHA1: 4c8e2097286817ef21c20b5d7f52f91112d99d0d MD5sum: 36d014bb326aad42c971a2a858c57e63 Description: Package containing tools for dynamically loadable components Package: ros-lyrical-rclcpp-components-dbgsym Package-Type: ddeb Source: ros-lyrical-rclcpp-components Version: 32.0.3-1resolute.20260901.160544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 2701 Depends: ros-lyrical-rclcpp-components (= 32.0.3-1resolute.20260901.160544) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-components/ros-lyrical-rclcpp-components-dbgsym_32.0.3-1resolute.20260901.160544_amd64.deb Size: 2488036 SHA256: 16b28f4bc98f64bd98b9c2d6b0baa32a3aa0b64a75bca7149d17f5b2a4aa7572 SHA1: d8736e8b832cc5774ecbb463182888e969db70bd MD5sum: e30e4f1686a0a21fd9c7f96f1ed0f51b Description: debug symbols for ros-lyrical-rclcpp-components Build-Ids: 173c3718d70c998795b7bc138dddf54253f92d06 38fba43453e24269e23e0e6b592b84ca749db638 5286cb6b166cf04cfb5f4fc88e0ac414de274501 60d4f1b538b3f36793b307a00507fb5e3b69ba61 b668facf94d93988d45fb9ff8b2264aca9f1998f Package: ros-lyrical-rclcpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rclcpp Version: 32.0.3-1resolute.20260901.144143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 16328 Depends: ros-lyrical-rclcpp (= 32.0.3-1resolute.20260901.144143) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp/ros-lyrical-rclcpp-dbgsym_32.0.3-1resolute.20260901.144143_amd64.deb Size: 14810468 SHA256: f7134e72a28a9b3fde8c477e9cf0bad18f0a61522d9d3ac0549520029ccf52b9 SHA1: faebfe32904fe00f2391a5732460e4d994b2ec2b MD5sum: 36a7dbf5b7c0d0a451cc57b854aae3f2 Description: debug symbols for ros-lyrical-rclcpp Build-Ids: dfe828790c7101fd6ccedabb0162d7927d8a1091 Package: ros-lyrical-rclcpp-lifecycle Version: 32.0.3-1resolute.20260901.160608 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 383 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-lifecycle-msgs, ros-lyrical-rcl, ros-lyrical-rcl-interfaces, ros-lyrical-rcl-lifecycle, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclcpp_lifecycle/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-lifecycle/ros-lyrical-rclcpp-lifecycle_32.0.3-1resolute.20260901.160608_amd64.deb Size: 79626 SHA256: 70575eb1c43a81fa459d34782bba6d838471604a060fc65041d5c88a4022d577 SHA1: b68c5aecdb0ac12481ea4a5d32cdd648924e8053 MD5sum: c18c61619c8af4e703e6a7baa6affb02 Description: Package containing a prototype for lifecycle implementation Package: ros-lyrical-rclcpp-lifecycle-dbgsym Package-Type: ddeb Source: ros-lyrical-rclcpp-lifecycle Version: 32.0.3-1resolute.20260901.160608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1393 Depends: ros-lyrical-rclcpp-lifecycle (= 32.0.3-1resolute.20260901.160608) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclcpp-lifecycle/ros-lyrical-rclcpp-lifecycle-dbgsym_32.0.3-1resolute.20260901.160608_amd64.deb Size: 1252698 SHA256: 7e79fe7d1e056d6a01b144ac62ee1de52c37878f5a456ba2e28a25ce12f1fb9f SHA1: 802f367e41153728a6d9fcb07422a5a713450aa1 MD5sum: 2706cb884519192759a12b12e0a52150 Description: debug symbols for ros-lyrical-rclcpp-lifecycle Build-Ids: 3180deaeabc8cb5173c7b90a883d3c2931445992 Package: ros-lyrical-rclpy Version: 10.0.11-1resolute.20260901.170659 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 2131 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), python3-typing-extensions, python3-yaml, ros-lyrical-action-msgs, ros-lyrical-ament-index-python, ros-lyrical-builtin-interfaces, ros-lyrical-lifecycle-msgs, ros-lyrical-rcl, ros-lyrical-rcl-action, ros-lyrical-rcl-interfaces, ros-lyrical-rcl-lifecycle, ros-lyrical-rcl-logging-interface, ros-lyrical-rcl-yaml-param-parser, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-implementation, ros-lyrical-rosgraph-msgs, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rpyutils, ros-lyrical-service-msgs, ros-lyrical-type-description-interfaces, ros-lyrical-unique-identifier-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclpy/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclpy/ros-lyrical-rclpy_10.0.11-1resolute.20260901.170659_amd64.deb Size: 533370 SHA256: 7dc9903a9670a2730ef71958fb4c73fddc3b8e85079bebf42a389ec3e24691d4 SHA1: b73e1b8e54918b7ef6c7636ed963a43d37f53a9e MD5sum: 9ec8a8c9f23cb68988dbbe8e27f35435 Description: Package containing the Python client. Package: ros-lyrical-rclpy-cascade-lifecycle Version: 2.0.6-1resolute.20260901.182741 Architecture: amd64 Maintainer: "Juan Carlos Manzanares Serrano" Installed-Size: 61 Depends: ros-lyrical-cascade-lifecycle-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rclpy_cascade_lifecycle/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclpy-cascade-lifecycle/ros-lyrical-rclpy-cascade-lifecycle_2.0.6-1resolute.20260901.182741_amd64.deb Size: 10064 SHA256: 0c4e1c3db63c89c3bc3e01af7f709ecc194d036ef24223bee1ca3d08c9f06b75 SHA1: 9088e510eb043d7408297e455e837d24a67582fe MD5sum: 0a8f3242eb0d66d6cc735901d77bf155 Description: Provides a mechanism to make trees of lifecycle nodes to propagate state changes in python Package: ros-lyrical-rclpy-dbgsym Package-Type: ddeb Source: ros-lyrical-rclpy Version: 10.0.11-1resolute.20260901.170659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 15257 Depends: ros-lyrical-rclpy (= 10.0.11-1resolute.20260901.170659) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclpy/ros-lyrical-rclpy-dbgsym_10.0.11-1resolute.20260901.170659_amd64.deb Size: 14669014 SHA256: ec3940327f4a216982fb34761ae7021e18660b16a27b8ded09d9e768b9db4193 SHA1: f2b3391478395311edaab739c12bd07b9795cbae MD5sum: 5d4f971935f0a76eb33ea54d3a2b499e Description: debug symbols for ros-lyrical-rclpy Build-Ids: 8605d0e93ef0346d485fa131c2fe3d70ad4a968d Package: ros-lyrical-rclpy-message-converter Version: 2.0.2-3resolute.20260901.182824 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 68 Depends: python3-numpy, ros-lyrical-rclpy, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rospy_message_converter Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclpy-message-converter/ros-lyrical-rclpy-message-converter_2.0.2-3resolute.20260901.182824_amd64.deb Size: 14156 SHA256: bd0c6afa869f7a0a2ac78915c77a5a7e6bf5558ffdf1e0b899597f03a3a72dd3 SHA1: 866b365c1b94adcf7b3624cf2e43064add34b447 MD5sum: 41b7c04f2041f911596393b8d984d858 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-lyrical-rclpy-message-converter-msgs Version: 2.0.2-3resolute.20260901.103558 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1439 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rospy_message_converter Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclpy-message-converter-msgs/ros-lyrical-rclpy-message-converter-msgs_2.0.2-3resolute.20260901.103558_amd64.deb Size: 132142 SHA256: 94555910916df414b8676d2b93bc7c9da754cb74661d56a1f00f3b7051615468 SHA1: 3bed4ca033ab0446b0825de3351c60e69f7061b7 MD5sum: 85e40d7fa89faae367bc5401b4dc3b88 Description: Messages for rclpy_message_converter Package: ros-lyrical-rclpy-message-converter-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rclpy-message-converter-msgs Version: 2.0.2-3resolute.20260901.103558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1490 Depends: ros-lyrical-rclpy-message-converter-msgs (= 2.0.2-3resolute.20260901.103558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rclpy-message-converter-msgs/ros-lyrical-rclpy-message-converter-msgs-dbgsym_2.0.2-3resolute.20260901.103558_amd64.deb Size: 1145132 SHA256: d0c0d1a144a60e5dc3a2170687363ab46aa0b88a6fa0e9c589ba9695a4fff799 SHA1: 76c14505ff1159618eec690e37626383010d9324 MD5sum: 06520e5e30cfc32e2949f4d8d4a87e42 Description: debug symbols for ros-lyrical-rclpy-message-converter-msgs Build-Ids: 08b8122556b66f7c60412c4aaa6d5a824dc97ea9 2d9a820246a6bbbb026d4f82829cdec50e058d05 3cce9b24fc0d85f36f7f3903d969a665ec189ff6 42d90a9f453f1113c39aa78420803bd9662b0b87 4449c0710d4093e194a480ccdc6bfcd4262d1989 61a5e7f6cba2371dc174111c0a5aa926fd8f9df2 63980c64f92a92c61de6582aac386a6475b82055 c6e3d26783b40dc9950565f7462031a25004f4b6 d26b54bea0f325280dca7031d290e33da1b2091e d5623356c8cc3074977ea8a5839ff1c90e98407c f4f193df511edf0d2861fe9836df465abc01ab12 Package: ros-lyrical-rcpputils Version: 2.14.5-1resolute.20260831.170316 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 278 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rcutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcpputils/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcpputils/ros-lyrical-rcpputils_2.14.5-1resolute.20260831.170316_amd64.deb Size: 48540 SHA256: ef4df7cf98ca6bbea3c126f1bf90e8e36beaf6794b5869d9c784fca58d0db58f SHA1: 60d8fb27884eac298993944d96b4978017f57609 MD5sum: 2ef49e32fdfc45fe17eae2f23b9b6424 Description: Package containing utility code for C++. Package: ros-lyrical-rcpputils-dbgsym Package-Type: ddeb Source: ros-lyrical-rcpputils Version: 2.14.5-1resolute.20260831.170316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 284 Depends: ros-lyrical-rcpputils (= 2.14.5-1resolute.20260831.170316) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcpputils/ros-lyrical-rcpputils-dbgsym_2.14.5-1resolute.20260831.170316_amd64.deb Size: 253538 SHA256: f9213a5ab1c45d6ca95438a137c472ed86e79699e8075888bdfac4fcde866447 SHA1: 2ed8ed548c62e665c6284417c2b903c0ce66f50e MD5sum: f1a8a12df43f2764f4c21b277815fa49 Description: debug symbols for ros-lyrical-rcpputils Build-Ids: 5aedd461e38058f52d7d2f6af01a74ae2c263e59 Package: ros-lyrical-rcss3d-agent-msgs Version: 0.4.1-5resolute.20260901.103617 Architecture: amd64 Maintainer: ijnek Installed-Size: 3587 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcss3d_agent_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcss3d-agent-msgs/ros-lyrical-rcss3d-agent-msgs_0.4.1-5resolute.20260901.103617_amd64.deb Size: 272216 SHA256: 93ba8d112d77b4d05decf828a34229a0829d278965f5221f7a31d08a22943455 SHA1: 6771789d95dd7305ddc375010994f5b0dabaa7e2 MD5sum: f4b79fda241a7f989697edb28794763f Description: Custom messages for communicating with rcss3d_agent Package: ros-lyrical-rcss3d-agent-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rcss3d-agent-msgs Version: 0.4.1-5resolute.20260901.103617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3295 Depends: ros-lyrical-rcss3d-agent-msgs (= 0.4.1-5resolute.20260901.103617) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcss3d-agent-msgs/ros-lyrical-rcss3d-agent-msgs-dbgsym_0.4.1-5resolute.20260901.103617_amd64.deb Size: 2646006 SHA256: 45ce2dc489ba32fd783e056bb9866a77519c346af1961398cb616fe440e88048 SHA1: 1e3eebc733debd7d3d6510127232c85ce824b00c MD5sum: 7ee0ac0532766c434b395202cef6d6b5 Description: debug symbols for ros-lyrical-rcss3d-agent-msgs Build-Ids: 18146b6303d6eca28838f8617e50f2ac21a7b48a 3c050f1783f6aed7964e81ca56b88e739f211fe5 55d57371bccfe3199e45cfa0e6f8f7cbe96bc0b4 789f6b6338b533791337cc0de2491a6f9ccdf3ef 84d8fa5c66dd520639d73e76f581710d7e8f5bb2 a63055cfa94b2c6dbfe753dcc41e8482bfa6ed68 b6e055585861b8be27e3a8acf3ebd3fd03c575d8 bc607d21a8472f4fc53a012eec6e18a67d7d870b e7162027601eaa4068b38668d8a641d7b35ff8f9 fc51fa812362ce8e9de1289f84a3478d53b90052 fcbf9f7692d84f65708433cb8209e48b7db66ec4 Package: ros-lyrical-rcutils Version: 7.1.3-1resolute.20260831.165446 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 470 Depends: libc6 (>= 2.34), libatomic1, ros-lyrical-ament-cmake-ros-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rcutils/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcutils/ros-lyrical-rcutils_7.1.3-1resolute.20260831.165446_amd64.deb Size: 90260 SHA256: bc17967aa8fb59c5db1023744cff4d8399ce081b6b029b206907fa4075608e9e SHA1: 1eb0dfed07b806afb5d6c1729c43dd9196bd188e MD5sum: e3e564d90af61877affb472b0f43467d Description: Package containing various utility types and functions for C Package: ros-lyrical-rcutils-dbgsym Package-Type: ddeb Source: ros-lyrical-rcutils Version: 7.1.3-1resolute.20260831.165446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 163 Depends: ros-lyrical-rcutils (= 7.1.3-1resolute.20260831.165446) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rcutils/ros-lyrical-rcutils-dbgsym_7.1.3-1resolute.20260831.165446_amd64.deb Size: 100280 SHA256: e91e59328da9587f3865f3d7d8116bd75d290e971a7222471da7034c7333a955 SHA1: 267f6cb21c64d26a61d9461241688179e4e814aa MD5sum: 9e9e9831f0ce590dff5c8ec8b7e423b7 Description: debug symbols for ros-lyrical-rcutils Build-Ids: 7834b8b82b4a17c91fc8adf0a88d73bd3060920a Package: ros-lyrical-realsense2-camera Version: 4.58.4-1resolute.20260901.195021 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 2272 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-fastdds, ros-lyrical-librealsense2, libeigen3-dev, ros-lyrical-builtin-interfaces, ros-lyrical-cv-bridge, ros-lyrical-diagnostic-updater, ros-lyrical-geometry-msgs, ros-lyrical-image-transport, ros-lyrical-launch-ros, ros-lyrical-lifecycle-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realsense2-camera-msgs, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realsense2-camera/ros-lyrical-realsense2-camera_4.58.4-1resolute.20260901.195021_amd64.deb Size: 579826 SHA256: e8fd320a779cc003c8cfb81959c83fcfb5164ba2a69bcfd24d294649813de744 SHA1: f338f3ba653ce23ddf8920344c124f3ae8e41414 MD5sum: ba12f5ef33d25e583337d14a4bc22182 Description: RealSense camera package allowing access to RealSense D400 3D cameras Package: ros-lyrical-realsense2-camera-dbgsym Package-Type: ddeb Source: ros-lyrical-realsense2-camera Version: 4.58.4-1resolute.20260901.195021 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 15208 Depends: ros-lyrical-realsense2-camera (= 4.58.4-1resolute.20260901.195021) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realsense2-camera/ros-lyrical-realsense2-camera-dbgsym_4.58.4-1resolute.20260901.195021_amd64.deb Size: 14054294 SHA256: d8994b8e3cadf1081fa502ff7a170c1a8c46f03912cad67207fb2ffa995fa6e5 SHA1: 9a0275c69bce9462ea6f158ec38ac010ddaa438b MD5sum: 090003b39d24866509bccce219881bb6 Description: debug symbols for ros-lyrical-realsense2-camera Build-Ids: 3c91aaa0928da26f3848979529a73dc2e2256180 f775d2bc729c089d7dc49c609367027785395dee Package: ros-lyrical-realsense2-camera-msgs Version: 4.58.4-1resolute.20260901.133908 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 6939 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realsense2-camera-msgs/ros-lyrical-realsense2-camera-msgs_4.58.4-1resolute.20260901.133908_amd64.deb Size: 441538 SHA256: 32ab13eccace0b7c855ce9126af4d8b0aed7b60065489ed932328db5022c648e SHA1: 5cbdec42f2ba74b1fb35ea194dd443958f0a186b MD5sum: aac061dbf8bd88688f9a73b45ad642bb Description: RealSense camera_msgs package containing realsense camera messages definitions Package: ros-lyrical-realsense2-camera-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-realsense2-camera-msgs Version: 4.58.4-1resolute.20260901.133908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 5316 Depends: ros-lyrical-realsense2-camera-msgs (= 4.58.4-1resolute.20260901.133908) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realsense2-camera-msgs/ros-lyrical-realsense2-camera-msgs-dbgsym_4.58.4-1resolute.20260901.133908_amd64.deb Size: 3923348 SHA256: a6a1f12f93541db4f9a9d8cc03a539ab5738697a8d5c67ecc471c3867dd65cc0 SHA1: 5136609d4ee5c4af6d286fb169ee9822f3bd9b7f MD5sum: ef310ed92e251553e21d8dd9559a668c Description: debug symbols for ros-lyrical-realsense2-camera-msgs Build-Ids: 11c024e96eaa9f1f6ef6814a90e90dd6f15fa4f7 1a088896ed4cbc92c9dc331cdc8ec55daf988b54 3c5d846be02ce6f0f47a2a3af15ca2e7dc97a629 4d70512904d327d71b2aa669a9ce89b17e477186 66db5f23109eb804bcad4292eaf095060f061565 839167e10430d2a6a57f4e153580c5d7c44a2040 a2d492df7c89042b17ed9bda6977caec22447adb a71d2b02b3c0cb5a41266c9680f4215859ee43d9 bbcbaeb6b2926eedc566e8850de9aa3d2e1481f5 d2a1c3736977b892711035e425b9faee4f52747d f03fa48ee730b0bb16a68b179458f3ac64bd0967 Package: ros-lyrical-realsense2-description Version: 4.58.4-1resolute.20260901.183926 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 94013 Depends: ros-lyrical-launch-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-realsense2-camera-msgs, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realsense2-description/ros-lyrical-realsense2-description_4.58.4-1resolute.20260901.183926_amd64.deb Size: 15383302 SHA256: e93966a76ec40d1b2575fd1008f9671da1c40894e72474573c3fab541062299e SHA1: 910fb1e425f12be10a3844e85d9083baff41e794 MD5sum: f289e1a1bee2b00b04f39341737bf3f2 Description: RealSense description package for RealSense 3D D400 cameras Package: ros-lyrical-realtime-tools Version: 5.3.0-1resolute.20260903.202722 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 236 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libcap-dev, libfmt-dev, ros-lyrical-ament-cmake, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realtime-tools/ros-lyrical-realtime-tools_5.3.0-1resolute.20260903.202722_amd64.deb Size: 43674 SHA256: f17d55aefbf1eb1d0299a6f81ee8f00503d34f86321b4ca3f200fbf6cc389882 SHA1: fc8cd77f75ce5c90bf6c228cd8586e7e2819ed76 MD5sum: 25cdf54b12c8cee9023c3b582807b037 Description: Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior. Package: ros-lyrical-realtime-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-realtime-tools Version: 5.3.0-1resolute.20260903.202722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 269 Depends: ros-lyrical-realtime-tools (= 5.3.0-1resolute.20260903.202722) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-realtime-tools/ros-lyrical-realtime-tools-dbgsym_5.3.0-1resolute.20260903.202722_amd64.deb Size: 115974 SHA256: f6fb675c064698684b98d888c206064aee561f6e90d02c30c91b568da73b20b7 SHA1: 354deeaa1c50a65b8f2f6740b0cdce4d74dbced2 MD5sum: 5e970245c564c36f92124eedc4216eb0 Description: debug symbols for ros-lyrical-realtime-tools Build-Ids: 3ce97927c59e00bec0368fee9aa2f0cc4f907044 8a53db66045f6f9ba1cf3d36a54aa54a39363179 Package: ros-lyrical-reductstore-agent Version: 0.2.0-3resolute.20260901.182840 Architecture: amd64 Maintainer: Anthony Cavin (@anthonycvn) Installed-Size: 111 Depends: ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/reductstore_agent/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-reductstore-agent/ros-lyrical-reductstore-agent_0.2.0-3resolute.20260901.182840_amd64.deb Size: 27676 SHA256: 537b54bed57c8dfee9a64320309e2b19bd21a33914f917b59f435a4c6eae2eed SHA1: 35fa86edb0ae93fc0918668795d76a4438e45e4e MD5sum: a50c423e0f66d20d46f4d9f263cc1f7f Description: ROS2 recorder node that logs selected topics to ReductStore, with YAML-driven pipelines (mcap/raw, compression, splitting, down-sampling, labelling). Package: ros-lyrical-replay-testing Version: 0.0.4-3resolute.20260901.174659 Architecture: amd64 Maintainer: Troy Gibb Installed-Size: 157 Depends: python3-boto3, python3-pydantic, python3-requests, python3-termcolor, ros-lyrical-launch, ros-lyrical-rclpy, ros-lyrical-ros2bag, ros-lyrical-rosbag2-py, ros-lyrical-rosbag2-storage-mcap, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/replay_testing/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-replay-testing/ros-lyrical-replay-testing_0.0.4-3resolute.20260901.174659_amd64.deb Size: 25018 SHA256: bf6d3aa76585a6a372edafa0e05cb12535eb9c5ec96cb8abaa302f60e2342f2e SHA1: 8c9e05b0ff76018a51a42a2580ccb6a5395a86f1 MD5sum: b71fddd2a4f24e016dbdf32807adf03b Description: A testing library and CLI for replaying ROS nodes. Package: ros-lyrical-resource-retriever Version: 3.9.3-3resolute.20260901.135403 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 144 Depends: libc6 (>= 2.32), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 9), libcurl4-openssl-dev, ros-lyrical-ament-index-cpp, ros-lyrical-ament-index-python, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/resource_retriever Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever/ros-lyrical-resource-retriever_3.9.3-3resolute.20260901.135403_amd64.deb Size: 28938 SHA256: 6bfddb58eedc8066f32e8aefac4f3ecd1fffab5b16116c0cfddd1146e5b8737e SHA1: fe513bad7d8e3a37f8587b904ef3ef69283d6f35 MD5sum: 54473a07d4264f4898119228a3578e4f Description: This package retrieves data from url-format files such as http://, ftp://, package:// file://, etc., and loads the data into memory. The package:// url for ros packages is translated into a local file:// url. The resourse retriever was initially designed to load mesh files into memory, but it can be used for any type of data. The resource retriever is based on the the libcurl library. Package: ros-lyrical-resource-retriever-dbgsym Package-Type: ddeb Source: ros-lyrical-resource-retriever Version: 3.9.3-3resolute.20260901.135403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 264 Depends: ros-lyrical-resource-retriever (= 3.9.3-3resolute.20260901.135403) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever/ros-lyrical-resource-retriever-dbgsym_3.9.3-3resolute.20260901.135403_amd64.deb Size: 230188 SHA256: 9d1237a63ecf473f232d0d38f764f3764d4290b3dac737e0e830975dbc26cc30 SHA1: 424fe23393aa44b83bf5344c9909feffc36ab3ec MD5sum: f96e41a357137da62ad80e7c2a05aa80 Description: debug symbols for ros-lyrical-resource-retriever Build-Ids: ee423538381bb465df51e397c060bced88f17a62 Package: ros-lyrical-resource-retriever-interfaces Version: 0.0.3-1resolute.20260901.111325 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 928 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/resource_retriever_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever-interfaces/ros-lyrical-resource-retriever-interfaces_0.0.3-1resolute.20260901.111325_amd64.deb Size: 111328 SHA256: 97de54023eb9efe4ab469abceae51c8fad16b5ca49741b11c03831e86e641406 SHA1: e851d1c3a15cf048a9c3e7d2427666e6b57640d3 MD5sum: ab29382686e5e71d9f39ff29e19a8a1c Description: ROS interfaces for working with resources like meshes. Package: ros-lyrical-resource-retriever-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-resource-retriever-interfaces Version: 0.0.3-1resolute.20260901.111325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1050 Depends: ros-lyrical-resource-retriever-interfaces (= 0.0.3-1resolute.20260901.111325) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever-interfaces/ros-lyrical-resource-retriever-interfaces-dbgsym_0.0.3-1resolute.20260901.111325_amd64.deb Size: 809296 SHA256: ae6691dfa81de1a988331716e6ab5967753ec4ef5c2dafe51062eb4ca3ac53e6 SHA1: 999f1ebbe3e44251ace15de1d50722b87be4f956 MD5sum: 953d608facdcad5699b30e23957c268c Description: debug symbols for ros-lyrical-resource-retriever-interfaces Build-Ids: 20484e2c4cc1467e726a2a27da35969458a647a2 211d0ce4783f1ea1ef5cf60e973e40c43e19d797 367a450e4bf9ab57f39b2e9e6432cb14dd696602 383917f401e9651176f8e548d351551e2e124bbc 4eb80be52e60c60aad880f7a7cd8446fe7a6ac6c 5f3954004f482c050026957c945e037a01d48ddc be1b5e6e4e14a54b5afdc19da213b585d91dfea0 cc91c35a33741a5cc3d6357ca4e95dcc0c89faec db27564560f1d53702bf4a8c0717278a7a6cc442 f7ee8330344ecb30d6d2c71673aa10b36f308ec7 ffdfeb6c433af0daa36d791ae328fb1030ea90a1 Package: ros-lyrical-resource-retriever-service Version: 0.0.3-1resolute.20260901.152108 Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 159 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-resource-retriever-interfaces, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/resource_retriever_service/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever-service/ros-lyrical-resource-retriever-service_0.0.3-1resolute.20260901.152108_amd64.deb Size: 35710 SHA256: eebf911d9b839cbd1e1b7527e3b02791d8f3362d63deba37f61d8c578b701c5c SHA1: e94cadd54bafc1ea4314c395deac537dfc55a6b2 MD5sum: 296b3e2fc81c1760f887d9c39593d039 Description: An in memory implementation of the resource_retriever_interfaces service. Package: ros-lyrical-resource-retriever-service-dbgsym Package-Type: ddeb Source: ros-lyrical-resource-retriever-service Version: 0.0.3-1resolute.20260901.152108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 589 Depends: ros-lyrical-resource-retriever-service (= 0.0.3-1resolute.20260901.152108) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever-service/ros-lyrical-resource-retriever-service-dbgsym_0.0.3-1resolute.20260901.152108_amd64.deb Size: 540958 SHA256: 8563647d989717d0735a19bad5bfddf32d25a875ba093404055245892dce07d2 SHA1: 9920bf8abcf31f884b04efae0d0ab771c28a51cb MD5sum: 9a41e37b0037d3bb5caf417d2e49a221 Description: debug symbols for ros-lyrical-resource-retriever-service Build-Ids: 0c0a9d1b1bc8679ff6f5a2a871fd6c903d25b725 Package: ros-lyrical-resource-retriever-service-plugin Version: 0.0.3-1resolute.20260901.152120 Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 177 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-resource-retriever, ros-lyrical-resource-retriever-interfaces, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/resource_retriever_service_plugin/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever-service-plugin/ros-lyrical-resource-retriever-service-plugin_0.0.3-1resolute.20260901.152120_amd64.deb Size: 43174 SHA256: 32be0d8c21446cbf4c2668451c296027bc5821c714a8803be6cd1180a1938381 SHA1: 10d06beb4652fb12e7363048f056ed3ac28588d4 MD5sum: 55da8ddb6f8290eaf043036c80a05865 Description: A resource retriever plugin that relies on talking to a service (specified by resource_retriever_interfaces) for retrieving resources like meshes. Package: ros-lyrical-resource-retriever-service-plugin-dbgsym Package-Type: ddeb Source: ros-lyrical-resource-retriever-service-plugin Version: 0.0.3-1resolute.20260901.152120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 702 Depends: ros-lyrical-resource-retriever-service-plugin (= 0.0.3-1resolute.20260901.152120) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-resource-retriever-service-plugin/ros-lyrical-resource-retriever-service-plugin-dbgsym_0.0.3-1resolute.20260901.152120_amd64.deb Size: 653720 SHA256: ecd08f93b2fde64a816834c94ff8de70a9651d9aa9850021e53a00d721f48cba SHA1: 8c8b516139693ff22a8205c312ce2ffd0490e200 MD5sum: fb933d30a17b9d5188bebc32ec16456c Description: debug symbols for ros-lyrical-resource-retriever-service-plugin Build-Ids: 35b54d23c7c9b64e690e18ed2d66a2986c816a13 Package: ros-lyrical-rig-reconfigure Version: 1.6.1-1resolute.20260901.161134 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 1463 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgl1, libglfw3 (>= 3.3), libstdc++6 (>= 13.1), libglfw3-dev, ros-lyrical-ament-index-cpp, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rig_reconfigure/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rig-reconfigure/ros-lyrical-rig-reconfigure_1.6.1-1resolute.20260901.161134_amd64.deb Size: 606222 SHA256: 1460bb27a3ec4af8acc4650c047a89c3eef0f650efa932290b402d4b9740d0ea SHA1: 98cd587974b74312c2f2e8e2df88a72ac978e91a MD5sum: fa1b556da1c00325c809099e1d568011 Description: Standalone GUI tool for editing node parameters at runtime. Package: ros-lyrical-rig-reconfigure-dbgsym Package-Type: ddeb Source: ros-lyrical-rig-reconfigure Version: 1.6.1-1resolute.20260901.161134 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 5619 Depends: ros-lyrical-rig-reconfigure (= 1.6.1-1resolute.20260901.161134) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rig-reconfigure/ros-lyrical-rig-reconfigure-dbgsym_1.6.1-1resolute.20260901.161134_amd64.deb Size: 5255930 SHA256: bda69dacbd0a7c56989ff56f30169742e12e1bc2e0cbadfdb048fda6c96991b7 SHA1: a5b9427cfd4dfbee8456d5686c4f49e70ec2f233 MD5sum: 33a66183816559eb2fc79c5d5e13cc58 Description: debug symbols for ros-lyrical-rig-reconfigure Build-Ids: 48005a5045a35cb9bf1093d255767cf084b96650 Package: ros-lyrical-rko-lio Version: 0.4.0-1resolute.20260901.195146 Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 5947 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libspdlog1.15-fmt10, libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), libeigen3-dev, libspdlog-dev, libtbb-dev, robin-map-dev, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-py, ros-lyrical-rosbag2-storage, ros-lyrical-rosidl-runtime-py, ros-lyrical-sensor-msgs, ros-lyrical-sophus, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-tf2-ros-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rko_lio/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rko-lio/ros-lyrical-rko-lio_0.4.0-1resolute.20260901.195146_amd64.deb Size: 918196 SHA256: 29a0773ddb1cc6dcafd9f46bb8798a8050994ada51997f2008ec2114ede72113 SHA1: 02a37eebc81c7c5f878dbad7495d88c0ec1d587c MD5sum: 935153721fd8f7616df4a6b286a21d3e Description: A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling Package: ros-lyrical-rko-lio-dbgsym Package-Type: ddeb Source: ros-lyrical-rko-lio Version: 0.4.0-1resolute.20260901.195146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 39403 Depends: ros-lyrical-rko-lio (= 0.4.0-1resolute.20260901.195146) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rko-lio/ros-lyrical-rko-lio-dbgsym_0.4.0-1resolute.20260901.195146_amd64.deb Size: 37432886 SHA256: d4552ae68c568d55265d8a8222762b4ff5012251acff560ec5b37d891d317888 SHA1: 54b89056a80366d8cfe2bda08fe03c80c465e9df MD5sum: a8ebbab91b30cd9e2ee83fe1694951ae Description: debug symbols for ros-lyrical-rko-lio Build-Ids: 3243f0a9abfd6dd12dee896daa51baba58700a6e 4f1ba464b9ed8bf1733f883ca409b233ee03020c 5ddeb7f918cc6b8820db9b2d8a2036c4cb4da1cb 9350a1a76445e1e14ea2aa1eb5f193095f651e87 f7c11da303083791e89bc893fd37f009c99f05d2 Package: ros-lyrical-rmf-api-msgs Version: 0.5.0-3resolute.20260728.210000 Architecture: amd64 Maintainer: Grey Installed-Size: 335 Depends: nlohmann-json3-dev, python3-jinja2, python3-jsonschema, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_api_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-api-msgs/ros-lyrical-rmf-api-msgs_0.5.0-3resolute.20260728.210000_amd64.deb Size: 24176 SHA256: b9b6a3cf3843765c28709076fdef49a15499656d41b71fca13be7ec34d850caa SHA1: 451a0cb9436bc9d8cbd15533aa0a26a1882acf95 MD5sum: b79dcfa9dbbd225edb454f3a0fb02ae5 Description: RMF API msgs definition Package: ros-lyrical-rmf-battery Version: 0.4.0-3resolute.20260728.211532 Architecture: amd64 Maintainer: Yadunund Installed-Size: 81 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-lyrical-rmf-traffic, ros-lyrical-rmf-utils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_battery/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-battery/ros-lyrical-rmf-battery_0.4.0-3resolute.20260728.211532_amd64.deb Size: 12830 SHA256: c15129475a32c08d45eeadaf40e7ac8ecec6c21e91caa4e85953155eb4c2fd16 SHA1: fe13f8182583b8f7a3a47227ff34af178154e1d5 MD5sum: c78ed6397ba18c266be710c29afb32b8 Description: Package for modelling battery life of robots Package: ros-lyrical-rmf-battery-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-battery Version: 0.4.0-3resolute.20260728.211532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 204 Depends: ros-lyrical-rmf-battery (= 0.4.0-3resolute.20260728.211532) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-battery/ros-lyrical-rmf-battery-dbgsym_0.4.0-3resolute.20260728.211532_amd64.deb Size: 181678 SHA256: de15f790142e8f668735bae256a33d0a296788305ad28a2867fa3042aab1f82c SHA1: 70c825a03b71b65b0df6703b0b91cb6c62e2684e MD5sum: 6c69f568d050bda3ad4c0fcbe71ae372 Description: debug symbols for ros-lyrical-rmf-battery Build-Ids: f1f28b90c3a6cc50b364bc4125af5212a8823e6c Package: ros-lyrical-rmf-building-map-msgs Version: 1.5.0-3resolute.20260901.125822 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2684 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_building_map_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-building-map-msgs/ros-lyrical-rmf-building-map-msgs_1.5.0-3resolute.20260901.125822_amd64.deb Size: 251778 SHA256: b83bbbc3f2cde16c65bff9199db96854a96dcaa0cda422f27b21b9e88531e771 SHA1: 81d27459ceb97bba14ca56bddacdce1ad314a364 MD5sum: f9b26ac459df9ce0a9b9984c9370cc69 Description: Messages used to send building maps Package: ros-lyrical-rmf-building-map-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-building-map-msgs Version: 1.5.0-3resolute.20260901.125822 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3217 Depends: ros-lyrical-rmf-building-map-msgs (= 1.5.0-3resolute.20260901.125822) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-building-map-msgs/ros-lyrical-rmf-building-map-msgs-dbgsym_1.5.0-3resolute.20260901.125822_amd64.deb Size: 2705120 SHA256: b462e36d949c6eead6200465e087f19db5cf008eef5fa5bf46c72a4a9bc2bb8f SHA1: 09b934e96a57d05f721b929d0e71a2f04f3190f4 MD5sum: a159843c91221545a093122cfee506ed Description: debug symbols for ros-lyrical-rmf-building-map-msgs Build-Ids: 0700437bc154a4117a8eecb2a49266ffe5fff9e7 172265f9e676fe1093042b8e8c5e6d2045b2eaae 3119954c3d8f3f75188ab51c1f5c7eb32cb3f528 3280d30415937efa69ecbb7f7804afe2cc34ca56 3ec58f2265d5b7a334925bbb68d35bdda075ae74 463515886cd750a96af465244d5bfa205333f563 5bf2c69bdbf5560824eb820a053daf21fd6c9257 68ae7dfc306503567c08d59e75a3787067c6de12 7024e96c7553d5862538e0fcc138084072243132 a27cdb2a902e8f6b16fb23e2a416e8e0ec3e5e89 d0cb87a60bde4f6c11c4aa957d924baddb75c490 Package: ros-lyrical-rmf-building-map-tools Version: 1.14.0-3resolute.20260901.182939 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 11197 Depends: libyaml-cpp-dev, python3-fiona, python3-pyproj, python3-requests, python3-rtree, python3-shapely, python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-gz-fuel-tools-vendor, ros-lyrical-rclpy, ros-lyrical-rmf-building-map-msgs, ros-lyrical-rmf-site-map-msgs, ros-lyrical-std-msgs, sqlite3, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_building_map_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-building-map-tools/ros-lyrical-rmf-building-map-tools_1.14.0-3resolute.20260901.182939_amd64.deb Size: 10810560 SHA256: 23d5b0c173ce2a9c0274cd52f66e03f54e19a54a0e6f8721f883b3ab295c4e8f SHA1: d1c003647732524e242117342f7d17ea45975e0f MD5sum: e327e25593d9a31645e40b02106a968e Description: RMF Building map tools Package: ros-lyrical-rmf-building-sim-gz-plugins Version: 2.7.0-1resolute.20260902.212135 Architecture: amd64 Maintainer: "Luca Della Vedova" Installed-Size: 2539 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt6core6t64 (>= 6.10.2), libqt6qml6 (>= 6.6.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-gz-common-vendor, ros-lyrical-gz-gui-vendor, ros-lyrical-gz-math-vendor, ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-rendering-vendor, ros-lyrical-gz-sim-vendor, ros-lyrical-gz-transport-vendor, ros-lyrical-sdformat-vendor, ros-lyrical-gz-plugin-vendor, ros-lyrical-menge-vendor, ros-lyrical-rclcpp, ros-lyrical-rmf-door-msgs, ros-lyrical-rmf-fleet-msgs, ros-lyrical-rmf-lift-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_building_sim_gz_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-building-sim-gz-plugins/ros-lyrical-rmf-building-sim-gz-plugins_2.7.0-1resolute.20260902.212135_amd64.deb Size: 517334 SHA256: 4d8003485f64dce0730b6a3e103ff37cf0d0c815a8839c9014f85534d6af587b SHA1: 4e5f3e04bf02e17e80bf5b4fd1eaa389c6895997 MD5sum: f395bec790d431761de7d93f4794fe3b Description: Gazebo plugins for building infrastructure simulation Package: ros-lyrical-rmf-building-sim-gz-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-building-sim-gz-plugins Version: 2.7.0-1resolute.20260902.212135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Luca Della Vedova" Installed-Size: 15665 Depends: ros-lyrical-rmf-building-sim-gz-plugins (= 2.7.0-1resolute.20260902.212135) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-building-sim-gz-plugins/ros-lyrical-rmf-building-sim-gz-plugins-dbgsym_2.7.0-1resolute.20260902.212135_amd64.deb Size: 13830346 SHA256: 5e8e2f030df2575a7997de894f9c4c1ae99d4e9f9e65d1ebb237821923fe5f77 SHA1: e1222206f06a45deaa663186b8eb973099f58ab9 MD5sum: 7816361be817b12db48e3989dee7adbb Description: debug symbols for ros-lyrical-rmf-building-sim-gz-plugins Build-Ids: 03fea661293522aa7df32f2552fbcddb10a0f773 0acaf5ae000ad7dcb825a4c19deebde751fe4775 2c42f17caee3c1d8227bc8c5aa63f14564de2601 3698f77f545951c9eb1cc91c2091b1cb79e33c5e 5a434818021985a170df34c921611e4f4da5694d f398a9d35cecf4e8ac8b0329be78435d8ee30a21 Package: ros-lyrical-rmf-charger-msgs Version: 4.0.0-3resolute.20260901.103142 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 776 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_charger_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-charger-msgs/ros-lyrical-rmf-charger-msgs_4.0.0-3resolute.20260901.103142_amd64.deb Size: 71856 SHA256: 6a5f0d07b6a6b8499704910fcec6cc1cc9fc10d6112e1fb99ae2bd7146d825cc SHA1: 097dfdac20e18f2242e073b6520b7f6b633b31f1 MD5sum: ba66326a891d2b2201dfbb9e4d343cbd Description: This package contains messages regarding charging and discharging Package: ros-lyrical-rmf-charger-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-charger-msgs Version: 4.0.0-3resolute.20260901.103142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 588 Depends: ros-lyrical-rmf-charger-msgs (= 4.0.0-3resolute.20260901.103142) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-charger-msgs/ros-lyrical-rmf-charger-msgs-dbgsym_4.0.0-3resolute.20260901.103142_amd64.deb Size: 400818 SHA256: 7fa89a79a5fcf3fe464b1209458d214faf33f59f5252366b50466d816eed9929 SHA1: c95033941aacdcac88e89744a2fc2f448c08f37d MD5sum: 5749dd49dc20c5daa9633a6d6fea377e Description: debug symbols for ros-lyrical-rmf-charger-msgs Build-Ids: 356dbc72dd191e5ee333885ac899780b08704e05 3fe40b63c32560b9a7d2ffe6a2554d4f69475681 48d907d24f2f66f5c267282ba33ef29b373dca98 4e247a83349c9e60c7400fad685369b63da4c250 5fefa18c0104cbe7f70d3a1a283a519515dc6419 77e86886f56d4f1b298731e5f670037fe942dbe3 91a2045920a983c149a5aa3c853362d351d9ad5f ca3fc6fddf16fa1512c7bb334441009da0e93350 d25f78d1d3e23862d5edf2cb2190da194969c3d2 e7e75e7928f18057793fab688bd82c6be3a174ef fd75b631eeef5942ee250152962804e05b5e4139 Package: ros-lyrical-rmf-charging-schedule Version: 2.13.0-1resolute.20260901.182941 Architecture: amd64 Maintainer: "Grey" Installed-Size: 53 Depends: ros-lyrical-rclpy, ros-lyrical-rmf-fleet-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_charging_schedule/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-charging-schedule/ros-lyrical-rmf-charging-schedule_2.13.0-1resolute.20260901.182941_amd64.deb Size: 11718 SHA256: 8b0eabb02df790f67c320cda7ed37142ae776d4e534fca43c064069db5d67b03 SHA1: 311cfde57f23325f23e39f2a197030e7e21ef6ff MD5sum: 626316cac52ff585bb256baad1bf6c91 Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-lyrical-rmf-cmake-uncrustify Version: 1.2.0-7resolute.20260728.210815 Architecture: amd64 Maintainer: Yadunund Vijay Installed-Size: 49 Depends: ros-lyrical-ament-cmake-test, ros-lyrical-ament-uncrustify, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_cmake_uncrustify/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-cmake-uncrustify/ros-lyrical-rmf-cmake-uncrustify_1.2.0-7resolute.20260728.210815_amd64.deb Size: 6980 SHA256: a6108f91077cfc8e5b8d1428cc658f0d8dd3cbf736ca77ea10c03d9f9427f9d6 SHA1: 958750c477ef8382cbd1e6ebf814e3b9d6382ca4 MD5sum: 2eef77c80e226cfecf847d15b2443044 Description: ament_cmake_uncrustify with support for parsing a config file. Package: ros-lyrical-rmf-demos-assets Version: 2.9.0-1resolute.20260728.210017 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 9743 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_assets/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-demos-assets/ros-lyrical-rmf-demos-assets_2.9.0-1resolute.20260728.210017_amd64.deb Size: 6781028 SHA256: d3ea53f05292ceeb364f44d5af86837096fada2aff40441f3d826ef3131a0c0b SHA1: c1670ea59db3ff5b1c9aa0b62bf6612add264104 MD5sum: 6ceb7f67f7cb8bebba22e60c03b00ee6 Description: Models and other media used for RMF demos Package: ros-lyrical-rmf-demos-bridges Version: 2.9.0-1resolute.20260901.184249 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 72 Depends: python3-flask-socketio, python3-paho-mqtt, python3-pyproj, python3-yaml, ros-lyrical-rmf-building-map-tools, ros-lyrical-rmf-fleet-msgs, ros-lyrical-rmf-site-map-msgs, ros-lyrical-rmf-traffic-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_bridges/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-demos-bridges/ros-lyrical-rmf-demos-bridges_2.9.0-1resolute.20260901.184249_amd64.deb Size: 13634 SHA256: 6459c77357a9770e79949145f54c7a4f29f5be557e74dd9f6a4ea5329e6ca256 SHA1: cc900413c91952bc7604c12e1057224c4e981714 MD5sum: 1e94746e0f53fcbc6a374690c764f85a Description: Nodes for bridging between different communication stacks Package: ros-lyrical-rmf-demos-maps Version: 2.9.0-1resolute.20260901.184252 Architecture: amd64 Maintainer: "Aaron Chong" Installed-Size: 21193 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_maps/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-demos-maps/ros-lyrical-rmf-demos-maps_2.9.0-1resolute.20260901.184252_amd64.deb Size: 12513412 SHA256: 2290c0acfdf199109a214455c14be47775fbd65c2ef1c63ed1f1db6bc59eddf4 SHA1: 43bb1236bc6ee4f949bdea8a802ffcf6c0ae477d MD5sum: 3220cbe4b6daea734e5edc5a65cf42ce Description: A package containing demo maps for rmf Package: ros-lyrical-rmf-demos-tasks Version: 2.9.0-1resolute.20260901.113557 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 346 Depends: ros-lyrical-rmf-dispenser-msgs, ros-lyrical-rmf-fleet-msgs, ros-lyrical-rmf-lift-msgs, ros-lyrical-rmf-task-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_tasks/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-demos-tasks/ros-lyrical-rmf-demos-tasks_2.9.0-1resolute.20260901.113557_amd64.deb Size: 48444 SHA256: 4c2426ed88e0f1c799b58b3a9cc4f44b86b9ad192098d817772b9ab852d04a2c SHA1: 8dfe4af413fa306f45c5ecb9e9bd98e6c693a5c5 MD5sum: 70a7cf7bfeed3d8b41f2aec0b7bc221f Description: A package containing scripts for demos Package: ros-lyrical-rmf-dispenser-msgs Version: 4.0.0-3resolute.20260901.103633 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 949 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_dispenser_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-dispenser-msgs/ros-lyrical-rmf-dispenser-msgs_4.0.0-3resolute.20260901.103633_amd64.deb Size: 89830 SHA256: bb2c5ff332e1b91a2e41f2da7eeb24a21be0354dc48a796ae89d8df2e1bed15e SHA1: ba6abada7add6fe89602cf1e4c275da583ac8dfc MD5sum: 6187939d8aa9dc36269d8e3b49b6914f Description: A package containing messages used to interface to dispenser workcells Package: ros-lyrical-rmf-dispenser-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-dispenser-msgs Version: 4.0.0-3resolute.20260901.103633 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 807 Depends: ros-lyrical-rmf-dispenser-msgs (= 4.0.0-3resolute.20260901.103633) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-dispenser-msgs/ros-lyrical-rmf-dispenser-msgs-dbgsym_4.0.0-3resolute.20260901.103633_amd64.deb Size: 586126 SHA256: 6445df9dbc64720853ab3b3770d2065a71504ad3d0f58007e736c09aa164ebbb SHA1: 8869c99896b95dbc1ba467d2df15020b1f50c127 MD5sum: f34c64c826137bd884e512157d8e6bbf Description: debug symbols for ros-lyrical-rmf-dispenser-msgs Build-Ids: 0f2a363c0ff61e1e41f10413769036e9b7320bd0 196bb22b1efc5dad53ca5f60cb45a6f2eede3c73 1ba9e70b5313684f265ec58941e7a5e44ce1c971 275a50202bf30b31f094c6b15b9354bfcec185d6 3f1217c6ffb20a42d76e5043517314a8eb878a66 5e398fbc713bc042fa06f34f6ab9447680514e29 662ab18be1083895c5244199fd5cb5265b322877 79443c537e623055d7fc4d1bc2d328d8bb365a6b 8bc26ca5989b08a38005a8d8fc22123545206ec6 8f6be370c112a6b1e9c0288c4336c7d9d3711d16 c27d3db7f35758343c6722bd3807fb6900d45c5c Package: ros-lyrical-rmf-door-msgs Version: 4.0.0-3resolute.20260901.103619 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1100 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_door_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-door-msgs/ros-lyrical-rmf-door-msgs_4.0.0-3resolute.20260901.103619_amd64.deb Size: 98264 SHA256: dcffe5f0c02624e412e595b0625000fc85c3ef77891935286bb115103bf80a61 SHA1: 99fb7c54a52ece63eacdabe249ad20c36c799262 MD5sum: 3b89eae441c09612b70f26f3ed17ebef Description: Messages used to interface to doors Package: ros-lyrical-rmf-door-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-door-msgs Version: 4.0.0-3resolute.20260901.103619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 987 Depends: ros-lyrical-rmf-door-msgs (= 4.0.0-3resolute.20260901.103619) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-door-msgs/ros-lyrical-rmf-door-msgs-dbgsym_4.0.0-3resolute.20260901.103619_amd64.deb Size: 734922 SHA256: 728320f2ede1e6161d052f7c6bc45495b341af11e6b22073b1c16633f76f79ff SHA1: 96a0b21bdb986d06f8ea7bf06e8fa7eec8cc3feb MD5sum: 88d41007c39cfd3a577deabdea1ddcd2 Description: debug symbols for ros-lyrical-rmf-door-msgs Build-Ids: 0ae682e103e57638e16037153f5495d1fd2b7ac9 0ed7a81c5cf676c80f48366e5f4eacc9d8b2dd79 84389ad315ed2c0355c07f71be103b1c2bf2d3b0 8706c22af77046a89d7a41626084a229c77db48a a3783a8c4c9a5d0ae3b482b0e8b2e42aa714f867 a5d810f9e1de0d86d7dfddd021eebf4e048033d3 a864eb2fc308ee476908d0285866e6dea55d738e cbbe940bf16dda803a0e19923de8e1d2d55f35b9 e4c8f62d18dad6859cfaa6da62107a3f94f397c2 f24732b20deceac86475932018f7b9966c5c04dc f690982df35d619299d95561ca0e33707925d175 Package: ros-lyrical-rmf-fleet-msgs Version: 4.0.0-3resolute.20260901.103655 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 5028 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_fleet_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-fleet-msgs/ros-lyrical-rmf-fleet-msgs_4.0.0-3resolute.20260901.103655_amd64.deb Size: 356892 SHA256: 76f1272998b0ba3a9631a501e9c2e014ee02241ab40d00020cc9a306cf640786 SHA1: e051952ac16dbf4e315064130ff3d2b37d6588d9 MD5sum: 8153c34b56dc533e16d1e221a2e8414b Description: A package containing messages used to interface to fleet managers Package: ros-lyrical-rmf-fleet-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-fleet-msgs Version: 4.0.0-3resolute.20260901.103655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4544 Depends: ros-lyrical-rmf-fleet-msgs (= 4.0.0-3resolute.20260901.103655) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-fleet-msgs/ros-lyrical-rmf-fleet-msgs-dbgsym_4.0.0-3resolute.20260901.103655_amd64.deb Size: 3629900 SHA256: 168461a8cb1d34b71d35c4b6a78ce6f4909437d3314a92bfd3d77dfc4bffae77 SHA1: 71785b21a2d42ac18b1b22241a99d23f86857fcb MD5sum: 0c92d1885b0d8963a951f574cb213ea6 Description: debug symbols for ros-lyrical-rmf-fleet-msgs Build-Ids: 47707ab9b994c1d40da512f13a59556b6bc41596 5c21a4ccc210e044fc5fb5b5f296d7b4d6800992 7c633adb0125157393e0dee5e4c31664fdddc84c 8271f7489ea3adcf8fa07cc3fe207c5ffc697b78 9cbe639e73186c6db4745f191338d400b7d0e551 9fbd701d759cffb0e3016e3036916c7bbbe9edc7 b50e6fa32985375cbfb5622240ac888b64b769b0 ba1f3d4c467edee0fc28783f657f7f845bfc63aa cc290fc89b651e0701205f907f8fff47bcd1b2ed e5032ad23bc64ef6aa5aed512552bede1e9f16f7 e54176aee41ad477cda9337515218ef0e83caf35 Package: ros-lyrical-rmf-ingestor-msgs Version: 4.0.0-3resolute.20260901.105319 Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 943 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rmf-dispenser-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_ingestor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-ingestor-msgs/ros-lyrical-rmf-ingestor-msgs_4.0.0-3resolute.20260901.105319_amd64.deb Size: 89618 SHA256: ed49fd9033bfc54fd13bf31a1798c4b682359ac60329b734733181bdcb5283d5 SHA1: 76331307042f09b409cd67f22d15af7d96f7cb9b MD5sum: 7a6208000e6f91fd3bb867044248fe0f Description: A package containing messages used to interface to ingestor workcells Package: ros-lyrical-rmf-ingestor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-ingestor-msgs Version: 4.0.0-3resolute.20260901.105319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 800 Depends: ros-lyrical-rmf-ingestor-msgs (= 4.0.0-3resolute.20260901.105319) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-ingestor-msgs/ros-lyrical-rmf-ingestor-msgs-dbgsym_4.0.0-3resolute.20260901.105319_amd64.deb Size: 581258 SHA256: 46f235af566afec5c666dd504f8815c32c3eabffba9578b2ffc16d6014ccbe48 SHA1: 27109ac801ed9f23a6088d7fe32e30d80441eddf MD5sum: 63785416d0782067463307f5dbe23622 Description: debug symbols for ros-lyrical-rmf-ingestor-msgs Build-Ids: 02d4d628bb7668dadbaa50f1dc840b6b99c2df44 24da8037170efc2f0be7a52133a8a2052836c9d4 462cc035bd7140e8643d8dc6294f274945835d2f 54941db4730504bcccbc29aed5715486248a0a98 5952bb87f6bb56694ab37c16431f3d46cc71683a 6c939958c0a633b18647b49776f5ed4d37813986 9f7a9c42c22416f97ea20826167bf2d5216a5462 a9a2a316d563bfa6e416d55131bb820c97efe711 ba7f547c5392a2f5cf67cd0771405adbfa53a6d2 e0b9aee03be07ba02ec57c6654fafc201c4343e7 fe6adc2dfba1b7e4ec345167c9ca72b6eede276c Package: ros-lyrical-rmf-lift-msgs Version: 4.0.0-3resolute.20260901.103656 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 795 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_lift_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-lift-msgs/ros-lyrical-rmf-lift-msgs_4.0.0-3resolute.20260901.103656_amd64.deb Size: 97654 SHA256: 113ba37d9664be4daf24c246f78733cbf5020598265977a68859dff98a05b1d8 SHA1: 806a6f5c627407db020e0637712b029cba78c017 MD5sum: 7980f1fa4e15cde4b455eb22ddd36f61 Description: Messages used to interface to lifts. Package: ros-lyrical-rmf-lift-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-lift-msgs Version: 4.0.0-3resolute.20260901.103656 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 901 Depends: ros-lyrical-rmf-lift-msgs (= 4.0.0-3resolute.20260901.103656) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-lift-msgs/ros-lyrical-rmf-lift-msgs-dbgsym_4.0.0-3resolute.20260901.103656_amd64.deb Size: 701226 SHA256: f8949c6e9deb678d4c14edb5860f4ed93f60d53349278f1b4142b6d0aae3bae6 SHA1: 423bf919206cc467f533d9861e9e2437c30daa16 MD5sum: 252e54fd1be67c2025a8dc6a42bb6548 Description: debug symbols for ros-lyrical-rmf-lift-msgs Build-Ids: 077efa0a3ca49ce9e8c381bab4fa12e8ed89318d 5ba8ae4b436f712cd263b4d3edeefdeb86662c0b 6d851bc5f4b68d1dc83ab6bdd1c76b61b683d69e 73a230827e63c346479af2973442a309bd34898a 7d0525bbfd611c942f3e0c4bbe8104b429c72241 89114a41ff83c566a4b07b613bcc29bb6fb77e06 8a571c9b11059461a4c22a81e6108e3673bc1908 a9e48df42cb403a85db899d00b8898a96866c50b e5539ac24ddf50e8f58b08f14131afd08836df52 e7937d877a082e03dd08de6c592155eff3cfb950 ed0f7b4a587aad1e1db2c01d51c22643a106f419 Package: ros-lyrical-rmf-obstacle-msgs Version: 4.0.0-3resolute.20260901.134003 Architecture: amd64 Maintainer: Yadunund Installed-Size: 848 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_obstacle_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-obstacle-msgs/ros-lyrical-rmf-obstacle-msgs_4.0.0-3resolute.20260901.134003_amd64.deb Size: 86820 SHA256: 6e59647f9de47f49a9b80efb04b56e928b8c64b5f9dbedb808877a999505cfed SHA1: ddf951d594377e03cd09cba9341891a3c376137b MD5sum: a72c3588c5482755b166c94ea80ec085 Description: A package containing messages for describing obstacles in the environment Package: ros-lyrical-rmf-obstacle-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-obstacle-msgs Version: 4.0.0-3resolute.20260901.134003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 715 Depends: ros-lyrical-rmf-obstacle-msgs (= 4.0.0-3resolute.20260901.134003) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-obstacle-msgs/ros-lyrical-rmf-obstacle-msgs-dbgsym_4.0.0-3resolute.20260901.134003_amd64.deb Size: 515664 SHA256: 384ee53d7f0b6a0284ee599cb7ca2a00c84ca5c1ab283b7bbb5a9b55f761e155 SHA1: 8d538d0e8041b57f9836fd1a6f637a2b7ea2c503 MD5sum: 321ac85d2957452e6d257d1071542508 Description: debug symbols for ros-lyrical-rmf-obstacle-msgs Build-Ids: 0123309d309444833d1c3350b8e8f959dbef8eb0 0951623c76935784390342ccfbad8c9255c5de22 22b590fa6ff7753c35133cd307aa7d0dd2dddcf2 3e4cdde17a5e20c786e3a4723a4f819a8383c551 44fff5346c8a55f1fbea94454c62937c5fd8a3cb 4686bf5fd2400d2bf17c7ad9f84741aabab6572d 78928a61571123da7bc01e717e159f325ff21e25 80edb479b7f9b35426c4e15f96b44fddd03b726c d365d856e78a94b95d973383d06be390639b3899 d7462e27d239899fb03eeb3b1ae7ae20f0d41ef4 f7c4063c0041841a54e0b939f3cccc1f743a18d6 Package: ros-lyrical-rmf-reservation-msgs Version: 4.0.0-3resolute.20260901.103703 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1768 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_reservation_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-reservation-msgs/ros-lyrical-rmf-reservation-msgs_4.0.0-3resolute.20260901.103703_amd64.deb Size: 135948 SHA256: 14594914456fbced5ec991e41289f560eb42036382d19a30024b4d1dfd483c20 SHA1: 2e6381716131971637fd2cee71f91a821f145576 MD5sum: 537620c63224d59eb179dd1547d6146b Description: Messages for the reservation and queueing system Package: ros-lyrical-rmf-reservation-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-reservation-msgs Version: 4.0.0-3resolute.20260901.103703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1472 Depends: ros-lyrical-rmf-reservation-msgs (= 4.0.0-3resolute.20260901.103703) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-reservation-msgs/ros-lyrical-rmf-reservation-msgs-dbgsym_4.0.0-3resolute.20260901.103703_amd64.deb Size: 1106462 SHA256: c4dee906cc7174989be3992386493f2e0a096e5a641dca000b93b9a724adac8d SHA1: 1c92c09587c8ac72a868006eadc1ec19e8c352e5 MD5sum: 4efab9359cd22fcb0d7fac7e412d3f55 Description: debug symbols for ros-lyrical-rmf-reservation-msgs Build-Ids: 0289c31e8d8d1c9252f447daf74d537eb4cfa663 29f5c7136b4e8c485dacb74faa343662708df8fe 2df2d057b83c70e30a00ced9545dd5d39b02669e 3e2202780d3e0651c1a9558632ab597ba1cc69d3 5cbc4f03bc1d00c7cefbe534f271617f6a660091 5fdb37a22188655bd6e655363e8fbf5f26b0e98b ae74ed1692b75f98e063be4fea22ab4b6fed7e86 bcda1925f7bed19bab6389ef9efee381dd2efb51 c2b57ada1333ed6adbb50b2ca7a84eb407f1e1c9 c97fac95e7d4762d8cedbff5304cb4069c5dc339 fd5e966af019cab10573fccb389312d080e55f65 Package: ros-lyrical-rmf-scheduler-msgs Version: 4.0.0-3resolute.20260901.103702 Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 5002 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_scheduler_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-scheduler-msgs/ros-lyrical-rmf-scheduler-msgs_4.0.0-3resolute.20260901.103702_amd64.deb Size: 323842 SHA256: 44a0cd5c5f81bd47e6592b3269a101f5906abc16d840b350284982a63dc8ea81 SHA1: b04681e0e28f46fb6f4fe0ff863b1e93c8d805d7 MD5sum: ada973b08e837158eebcefa7dd914cc1 Description: Messages used by rmf_scheduler_msgs Package: ros-lyrical-rmf-scheduler-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-scheduler-msgs Version: 4.0.0-3resolute.20260901.103702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4200 Depends: ros-lyrical-rmf-scheduler-msgs (= 4.0.0-3resolute.20260901.103702) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-scheduler-msgs/ros-lyrical-rmf-scheduler-msgs-dbgsym_4.0.0-3resolute.20260901.103702_amd64.deb Size: 3231340 SHA256: b4c603dfd4ae609c448a6408be5460be820609b25297b0fb19aeff309d8c92a1 SHA1: a52b81c8fbf407618d7c659872324f4ed967cf3d MD5sum: 3ac4bdbbdb3332914228ca2e1778bba8 Description: debug symbols for ros-lyrical-rmf-scheduler-msgs Build-Ids: 26122c804b0f9da0c684b7f01127d1335ffb1510 4dfc005a2a44ac141891a09787fb3694e460ca2a 6fe6f1ad835bd444144039c419023ac6cd3b0317 87fb267eb2741794860207691aefb2b73087f1da 892f527ab0df5950b60c8bdc028c03a6013aef81 8c27fa1bbb8f1a819dbb0645f7f4504d8aa1b28c b4393a4067d54d0e99da9c0f291626f910aeaca3 c39f979fed09f5f526bddb8a149ea37818b6d63a e9b195d3a8ebff3d064a8d1c27bd4717dfc2f52f fa0873998c83020da50dc8c38c315379c6427f1b faee33491bb955885f9c107e91a9edca3a60fb7f Package: ros-lyrical-rmf-site-map-msgs Version: 4.0.0-3resolute.20260901.103704 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 533 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_site_map_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-site-map-msgs/ros-lyrical-rmf-site-map-msgs_4.0.0-3resolute.20260901.103704_amd64.deb Size: 68604 SHA256: 7087f455fc92cda6480b40343a5d74bc66bf4e729083f9fc78974a7340aec009 SHA1: 2032b524bd88df4115a56b822320ced4884c4b0d MD5sum: 2543cf2a0c6609cdfd26e6c1815de093 Description: Messages that contain GeoPackage maps Package: ros-lyrical-rmf-site-map-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-site-map-msgs Version: 4.0.0-3resolute.20260901.103704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 664 Depends: ros-lyrical-rmf-site-map-msgs (= 4.0.0-3resolute.20260901.103704) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-site-map-msgs/ros-lyrical-rmf-site-map-msgs-dbgsym_4.0.0-3resolute.20260901.103704_amd64.deb Size: 494044 SHA256: e4df61f3ce7f9eaf7d27d657678eea98d5151a12d1cdf2b00471e8a0fa43fd5f SHA1: 80108089780916c28f13a7566616d8722b734fe0 MD5sum: bc8982d9afe99a492b8484bc016a0153 Description: debug symbols for ros-lyrical-rmf-site-map-msgs Build-Ids: 2b8c8861a1e7759a86fe418c71112be683d60bcd 4405dcec15b9469a596cd799e2a95da0bad9897c 5ada4dc103bbf42a8b2f0132f830cd4752dc7192 99240366e9d9cf776fd552db895cd347c02bd7b5 99433dc3e4f3902201d520b1a26792af13666b94 ab621a89348106bb0dc0a8610100a46eb5668266 cc7546d8ca9ecea22a9c9c0dba6b511704f2b3a4 d1df8f207c7b951ebb484f91a32bd38554edc908 d8c116566579ba5e0b4ec3ed40102873a7228534 eb1e9bc9e8a0639053142ae5571626d19cfe7eef fc3a73a189ca62f9629cc76657b76a5d1d6a15a6 Package: ros-lyrical-rmf-task Version: 2.10.0-1resolute.20260728.211740 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 552 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, nlohmann-json3-dev, ros-lyrical-rmf-battery, ros-lyrical-rmf-utils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_task/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-task/ros-lyrical-rmf-task_2.10.0-1resolute.20260728.211740_amd64.deb Size: 149424 SHA256: 74d111d349b41a1ecebe50f71c8008ebdacc1f206ea83c2a1e992ff0a1382b25 SHA1: a882630ed0bb96f57ffbdaa13cd49a888c9d19ed MD5sum: a6419a62dcf4f4044b1139d13006a65b Description: Package for managing tasks in the Robotics Middleware Framework Package: ros-lyrical-rmf-task-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-task Version: 2.10.0-1resolute.20260728.211740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 5053 Depends: ros-lyrical-rmf-task (= 2.10.0-1resolute.20260728.211740) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-task/ros-lyrical-rmf-task-dbgsym_2.10.0-1resolute.20260728.211740_amd64.deb Size: 4891200 SHA256: 4f6d3e7d0daa93f9c537341a8686d753d4e2ff5c749d3a4d67148c054188910f SHA1: 12490488c013dc60cba814ed97db54120d0e2406 MD5sum: 4af764a0c58b9aa7ba1626dd86a74405 Description: debug symbols for ros-lyrical-rmf-task Build-Ids: 48bd917ee1ee00d538077d71ce7b62dd6b82f509 Package: ros-lyrical-rmf-task-msgs Version: 4.0.0-3resolute.20260901.105314 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 8023 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rmf-dispenser-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_task_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-task-msgs/ros-lyrical-rmf-task-msgs_4.0.0-3resolute.20260901.105314_amd64.deb Size: 531032 SHA256: 7c8e715c6e19d4b6639d7ee74958d6b996f2f619ed51af2c29b16e3d8c5e07f2 SHA1: 418617e467813e8f34a41fcecc6fff037b640b40 MD5sum: 2633562fa94f015717f35b93e775331c Description: A package containing messages used to specify tasks Package: ros-lyrical-rmf-task-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-task-msgs Version: 4.0.0-3resolute.20260901.105314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 6661 Depends: ros-lyrical-rmf-task-msgs (= 4.0.0-3resolute.20260901.105314) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-task-msgs/ros-lyrical-rmf-task-msgs-dbgsym_4.0.0-3resolute.20260901.105314_amd64.deb Size: 5225904 SHA256: e2ddb351a095cacf43d954f2f8faeea074bb65d4b9c22bdbdd357cf2d6cb205e SHA1: 48b18a3ca3a5ca3f91c475650438d3ab950a094c MD5sum: 96059b014b23891201b524322f2afdc7 Description: debug symbols for ros-lyrical-rmf-task-msgs Build-Ids: 12ded1aabab48f9c1b214c1ec544814d49a678ed 16336dcb0c9a862ef73abb33157d562222129c97 1dd23477223bc4c7709ffdc6499c082898930e1c 25bae7769979940f17eb1ffa0864fc814c0a7c66 684fe64d75b3c21b479d89f7cacf53111febb8da 85a48171ceb0e02db9010e0d2e9c962c64f0527d 95174b7c4dab33964ae34c1a0c2fbb1fd8ca575f a564b2963a76b9268be1cc7986d2d6b1c1434e35 c572fef5dd9e5154dd0def3aad4ab7969190d7ea dd9c1afdc848b0cf654ab4cf02b4b2e416e570b9 f9ac70dc7ea3040aa9e8733abfc6ea3c21168065 Package: ros-lyrical-rmf-traffic Version: 3.8.0-1resolute.20260728.205529 Architecture: amd64 Maintainer: "Grey" Installed-Size: 6004 Depends: libc6 (>= 2.34), libccd2 (>= 2.1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libccd-dev, libeigen3-dev, ros-lyrical-eigen3-cmake-module, ros-lyrical-rmf-utils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic/ros-lyrical-rmf-traffic_3.8.0-1resolute.20260728.205529_amd64.deb Size: 1037810 SHA256: 0c9bc9d3b2a2d89552eb2c672216123db6f6c592e3dc96bc754957f703d98252 SHA1: ae1851b46064d5be1d40435f363ebef906f0398b MD5sum: 09430fae6036e62d2668670c11f1b4ea Description: Package for managing traffic in the Robotics Middleware Framework Package: ros-lyrical-rmf-traffic-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-traffic Version: 3.8.0-1resolute.20260728.205529 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Grey" Installed-Size: 52701 Depends: ros-lyrical-rmf-traffic (= 3.8.0-1resolute.20260728.205529) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic/ros-lyrical-rmf-traffic-dbgsym_3.8.0-1resolute.20260728.205529_amd64.deb Size: 48560178 SHA256: 1aa1fcb9d115dea489d421b94ec32ea328e107e6a362c753bea866e044987220 SHA1: fb2747b214a96b2e0bbbd05ab098c8c6ac3c8b19 MD5sum: fb251ff21b9bd4ea42d3fb4a98f9228f Description: debug symbols for ros-lyrical-rmf-traffic Build-Ids: 2e9d371d3309d440758235c31dcaa4dfde897358 Package: ros-lyrical-rmf-traffic-editor Version: 1.14.0-3resolute.20260728.205045 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1441 Depends: libc6 (>= 2.38), libceres4t64 (>= 2.2.0+dfsg), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libproj25 (>= 5.0.0), libqt5concurrent5t64 (>= 5.6.0~rc), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.8.0) | libqt5gui5-gles (>= 5.8.0), libqt5network5t64 (>= 5.14.1), libqt5widgets5t64 (>= 5.11.0~rc1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libceres-dev, libgoogle-glog-dev, libproj-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic_editor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-editor/ros-lyrical-rmf-traffic-editor_1.14.0-3resolute.20260728.205045_amd64.deb Size: 453872 SHA256: 8484319d76734f450da10eb9dbb7ec94e69ad96beaf7cbc06d46b71f21766d77 SHA1: c7bdc8b4efa25d5783f380a6ef045dcb9013296a MD5sum: 578b78a846b98bcdca8980d474e51db5 Description: traffic editor Package: ros-lyrical-rmf-traffic-editor-assets Version: 1.14.0-3resolute.20260728.210018 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 14666 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic_editor_assets/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-editor-assets/ros-lyrical-rmf-traffic-editor-assets_1.14.0-3resolute.20260728.210018_amd64.deb Size: 12105464 SHA256: 9815efa10bcaf47ed24406d924a34525e7e7a4ac70cac2fdac62cb45b5173b6c SHA1: 5eb1d61467b6e37e3a6f7bee1ab9dd0c1769a494 MD5sum: 89f8bcecd2b5c5effc6bbf93516608b1 Description: Assets for use with traffic_editor. Package: ros-lyrical-rmf-traffic-editor-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-traffic-editor Version: 1.14.0-3resolute.20260728.205045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 18214 Depends: ros-lyrical-rmf-traffic-editor (= 1.14.0-3resolute.20260728.205045) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-editor/ros-lyrical-rmf-traffic-editor-dbgsym_1.14.0-3resolute.20260728.205045_amd64.deb Size: 17846256 SHA256: 32035fa44beaf198053e0bda113866e9cd4a510a868444543e7803139c91674e SHA1: 67e994e165fa86f7ff23134b29d184d560c943f3 MD5sum: ef53999ca4db383d415c2fedaafc95a2 Description: debug symbols for ros-lyrical-rmf-traffic-editor Build-Ids: 70ad1c901ed6fbbb32fd66196973d97cc4c55f73 Package: ros-lyrical-rmf-traffic-editor-test-maps Version: 1.14.0-3resolute.20260901.184305 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 266 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic_editor_test_maps/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-editor-test-maps/ros-lyrical-rmf-traffic-editor-test-maps_1.14.0-3resolute.20260901.184305_amd64.deb Size: 188704 SHA256: 2140c443ea529de605f7f791d9a5aa02f8820de9ce4a147cd367899914300245 SHA1: a6092a6176b93bc80c81776c6f3c051add06c907 MD5sum: 7e380054d4dec2db0bbb9a036b1d11a5 Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-lyrical-rmf-traffic-examples Version: 3.8.0-1resolute.20260728.211532 Architecture: amd64 Maintainer: "Grey" Installed-Size: 71 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-lyrical-rmf-traffic, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic_examples/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-examples/ros-lyrical-rmf-traffic-examples_3.8.0-1resolute.20260728.211532_amd64.deb Size: 16962 SHA256: 9fcec73875891bb7760bc758b0dab0596a6b4a450505f3cfc6da862236c2855d SHA1: 375acf0619ba8196eee95500dcd29c085104a4c8 MD5sum: ed15bec14f55fd9d7bbf335de08cb0c0 Description: Examples of how to use the rmf_traffic library Package: ros-lyrical-rmf-traffic-examples-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-traffic-examples Version: 3.8.0-1resolute.20260728.211532 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Grey" Installed-Size: 613 Depends: ros-lyrical-rmf-traffic-examples (= 3.8.0-1resolute.20260728.211532) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-examples/ros-lyrical-rmf-traffic-examples-dbgsym_3.8.0-1resolute.20260728.211532_amd64.deb Size: 586346 SHA256: defe7580a3d03378a4f9650e09de9329e41451b39e05b38b01ac9c251e1f2073 SHA1: 18ed579d3bd260d8d4b9b541b87c0a181bee2f9a MD5sum: 0e5abd05ecfdc0c3b61ab3110905566b Description: debug symbols for ros-lyrical-rmf-traffic-examples Build-Ids: 250aa4c0d65a06593a9fbcf8fae869311a5e5bc8 Package: ros-lyrical-rmf-traffic-msgs Version: 4.0.0-3resolute.20260901.103721 Architecture: amd64 Maintainer: Grey Installed-Size: 11070 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-msgs/ros-lyrical-rmf-traffic-msgs_4.0.0-3resolute.20260901.103721_amd64.deb Size: 698896 SHA256: ddbed560135e86db311c64f61598b899aa514bb14b2690c17a5e7f5fda7c76f6 SHA1: 5826836b32c10dc158d0d6a9cfd947b231535263 MD5sum: 3a4dd5616d514f0f4a6e8cb828b17216 Description: A package containing messages used by the RMF traffic management system. Package: ros-lyrical-rmf-traffic-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-traffic-msgs Version: 4.0.0-3resolute.20260901.103721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 10002 Depends: ros-lyrical-rmf-traffic-msgs (= 4.0.0-3resolute.20260901.103721) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-msgs/ros-lyrical-rmf-traffic-msgs-dbgsym_4.0.0-3resolute.20260901.103721_amd64.deb Size: 8020788 SHA256: b2d13f30f5d61fd7727bfecbc284e005e2cbe3bb3de4191aca2e8b53baed94f7 SHA1: 1b53e4db3bb3b8a1adfe587b79572b3dac228f11 MD5sum: 98d1e51c29ef2eca4e435e8c40c77fbc Description: debug symbols for ros-lyrical-rmf-traffic-msgs Build-Ids: 1920e0cf6a0ccc7695657d988b8e0b6c58168f1c 44912eb305d66858a0af55d1e345211363ac2f45 58ad78fba89652f34640b717ebe8db3ee54a696d 6263e43e5c8804d94a45ad5f5d7224273ddefadf 6e29686c87077a1750fe7ef889ca340658576bfe 7241fc744f1ee0cb1a9d37c714dbcb7c640f3824 87727d84b4fae1e8a965759193d1af58f909e291 96ffc9763c58ff838614841407ab890367fefbee a29eb18a2b89a6b32884aae1d43a5a39efbbe344 da2dcd14ee639323f0c89f09ae3f53df0c5d737f ea07ee3238b6c17bcdb5072d51c2420e5fdb6d64 Package: ros-lyrical-rmf-traffic-ros2 Version: 2.13.0-1resolute.20260901.165504 Architecture: amd64 Maintainer: "Grey" Installed-Size: 8438 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libproj25 (>= 5.0.0), libstdc++6 (>= 14), libuuid1 (>= 2.16), libyaml-cpp0.8 (>= 0.7.0), zlib1g (>= 1:1.1.4), libproj-dev, libyaml-cpp-dev, nlohmann-json3-dev, ros-lyrical-backward-ros, ros-lyrical-rclcpp, ros-lyrical-rmf-building-map-msgs, ros-lyrical-rmf-fleet-msgs, ros-lyrical-rmf-reservation-msgs, ros-lyrical-rmf-site-map-msgs, ros-lyrical-rmf-traffic, ros-lyrical-rmf-traffic-msgs, ros-lyrical-rmf-utils, uuid-dev, zlib1g-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic_ros2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-ros2/ros-lyrical-rmf-traffic-ros2_2.13.0-1resolute.20260901.165504_amd64.deb Size: 1119428 SHA256: 8e68cb94d4f547f229459fc84d297e051c9941dbd478810ace4984a265e3244d SHA1: 09729302ba0adc3b4fba98834b8077eebc08a684 MD5sum: 4c1482c96f2835e3f69e734c6f552145 Description: A package containing messages used by the RMF traffic management system. Package: ros-lyrical-rmf-traffic-ros2-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-traffic-ros2 Version: 2.13.0-1resolute.20260901.165504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Grey" Installed-Size: 41945 Depends: ros-lyrical-rmf-traffic-ros2 (= 2.13.0-1resolute.20260901.165504) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-traffic-ros2/ros-lyrical-rmf-traffic-ros2-dbgsym_2.13.0-1resolute.20260901.165504_amd64.deb Size: 33430674 SHA256: 8bce97e7e274e1b2240aa678b1621bffe0abaa22fcb9fe6459c989c2e9daf897 SHA1: e0cbb89a7d114236fb03f0416a71b647861f6d3e MD5sum: 5b8975399b7a96e3312a0a0e0260c1dc Description: debug symbols for ros-lyrical-rmf-traffic-ros2 Build-Ids: 28a24be0ef77165d3dd8107a6e2261de95ffae2b 5d8ad85d66750de6f794ef53ae6ac15367771dff 74af6fcf0bf0c8d8839d283432f5ac726c608868 dd0f98d891f3dba5f43b7799821dde08e48a4ca4 fbda1d88abb2546be6ffa2a2513cc8006d77046f Package: ros-lyrical-rmf-utils Version: 1.8.0-1resolute.20260728.174902 Architecture: amd64 Maintainer: "Grey" Installed-Size: 827 Depends: libstdc++6 (>= 5), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_utils/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-utils/ros-lyrical-rmf-utils_1.8.0-1resolute.20260728.174902_amd64.deb Size: 131544 SHA256: d327f9fd2fb2f850fa0fe9125b83c4a3afed48dbcb6fe51210a748d007b42ceb SHA1: 3fa9e92ad42cfbf2e6dd91a607530fe74aa6c2ec MD5sum: 58d9e0dedf3002db18b2f7628cceac9f Description: Simple C++ programming utilities used by Robotics Middleware Framework packages Package: ros-lyrical-rmf-utils-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-utils Version: 1.8.0-1resolute.20260728.174902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Grey" Installed-Size: 38 Depends: ros-lyrical-rmf-utils (= 1.8.0-1resolute.20260728.174902) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-utils/ros-lyrical-rmf-utils-dbgsym_1.8.0-1resolute.20260728.174902_amd64.deb Size: 20564 SHA256: 09109d97e972f4e4c2755a5ee5ada58e1eee52908ae7e039f38aaff296071ac5 SHA1: 2f3af6d45d7f02d78afc4fe8cea628884ec7fa9f MD5sum: 5b5564aceb80c8bb19d38e057f7416f1 Description: debug symbols for ros-lyrical-rmf-utils Build-Ids: 025ed2d49511ad37f06953fff63b42eff331c63c Package: ros-lyrical-rmf-visualization Version: 2.6.0-1resolute.20260908.164328 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 49 Depends: ros-lyrical-launch-xml, ros-lyrical-rmf-visualization-building-systems, ros-lyrical-rmf-visualization-fleet-states, ros-lyrical-rmf-visualization-floorplans, ros-lyrical-rmf-visualization-navgraphs, ros-lyrical-rmf-visualization-obstacles, ros-lyrical-rmf-visualization-rviz2-plugins, ros-lyrical-rmf-visualization-schedule, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization/ros-lyrical-rmf-visualization_2.6.0-1resolute.20260908.164328_amd64.deb Size: 6930 SHA256: 055e86ff4609a666b08348cdf8eff16ab68c3166bc685a2628349db545edd8c0 SHA1: 2eae21d302dd5e2e83b59385a6e7d64a4e2a9e4e MD5sum: 96b8825f4e8dd11b7546a22cc6c50ac0 Description: Package containing a single launch file to bringup various visualizations Package: ros-lyrical-rmf-visualization-building-systems Version: 2.6.0-1resolute.20260901.130402 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 64 Depends: ros-lyrical-geometry-msgs, ros-lyrical-rmf-building-map-msgs, ros-lyrical-rmf-door-msgs, ros-lyrical-rmf-lift-msgs, ros-lyrical-rmf-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_building_systems/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-building-systems/ros-lyrical-rmf-visualization-building-systems_2.6.0-1resolute.20260901.130402_amd64.deb Size: 12520 SHA256: 19999410d31da88cc7f8afb24d4904cb2688908ef18b3c21ddff866a8f97dc2c SHA1: 553bba4de6abeae7ba3e6dabea14f3b83dec207f MD5sum: 5584e4f43365100a969b5b79edc38937 Description: A visualizer for doors and lifts Package: ros-lyrical-rmf-visualization-fleet-states Version: 2.6.0-1resolute.20260901.165329 Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 837 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rmf-fleet-msgs, ros-lyrical-rmf-visualization-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_fleet_states/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-fleet-states/ros-lyrical-rmf-visualization-fleet-states_2.6.0-1resolute.20260901.165329_amd64.deb Size: 161452 SHA256: 0baef0aa5d5162dc1b176b1ad81bcee7b5806ba9b34ce43de0285fecddc98e7f SHA1: 352faea01bca17c8ed670e4c153a98e47fa31c7b MD5sum: df47bd168283be2782be98b7a04464f1 Description: A package to visualize positions of robots from different fleets in the a building Package: ros-lyrical-rmf-visualization-fleet-states-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-visualization-fleet-states Version: 2.6.0-1resolute.20260901.165329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Morgan Quigley" Installed-Size: 4059 Depends: ros-lyrical-rmf-visualization-fleet-states (= 2.6.0-1resolute.20260901.165329) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-fleet-states/ros-lyrical-rmf-visualization-fleet-states-dbgsym_2.6.0-1resolute.20260901.165329_amd64.deb Size: 3320700 SHA256: 6241b46b438f6ecea385484e503d119139ac4e4f40f19faa360d21fcb39080f2 SHA1: a51ca97dbe864171c192df2b5cb217a8b3ba4e6d MD5sum: b4726818adb4d7d23cc0ed6c3bf703dd Description: debug symbols for ros-lyrical-rmf-visualization-fleet-states Build-Ids: 6485b9f3931851d7b16f8765696703f07836c8e0 a2832b12abd7d772881827fff5a58e857f05eb4e Package: ros-lyrical-rmf-visualization-floorplans Version: 2.6.0-1resolute.20260901.165341 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 840 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libeigen3-dev, libopencv-dev, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rmf-building-map-msgs, ros-lyrical-rmf-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_floorplans/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-floorplans/ros-lyrical-rmf-visualization-floorplans_2.6.0-1resolute.20260901.165341_amd64.deb Size: 163022 SHA256: 430311b7249155f471a1102e8f98cf36582fa2fe9713d707b907ba8e901fae89 SHA1: 12500df49b31b84eed05081679f664f7d0196e78 MD5sum: bf0c419a7bd694049daa1a47caded491 Description: A package to visualize the floorplans for levels in a building Package: ros-lyrical-rmf-visualization-floorplans-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-visualization-floorplans Version: 2.6.0-1resolute.20260901.165341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 4316 Depends: ros-lyrical-rmf-visualization-floorplans (= 2.6.0-1resolute.20260901.165341) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-floorplans/ros-lyrical-rmf-visualization-floorplans-dbgsym_2.6.0-1resolute.20260901.165341_amd64.deb Size: 3578992 SHA256: 5ac221e9098684190755b6a84b300f9ddece30e2fffe71aed6984dd405a0b53c SHA1: ebfbeab5285f03b4862925de4304432264792562 MD5sum: 196fbe10ff31a7868a919c51b91866b8 Description: debug symbols for ros-lyrical-rmf-visualization-floorplans Build-Ids: 335e9323d7e6af4899b99421eab432df353b217b 5fe708733c1a54104fd25f4493492bb94986a3e5 Package: ros-lyrical-rmf-visualization-msgs Version: 1.5.0-3resolute.20260901.103744 Architecture: amd64 Maintainer: yadu Installed-Size: 451 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-msgs/ros-lyrical-rmf-visualization-msgs_1.5.0-3resolute.20260901.103744_amd64.deb Size: 44910 SHA256: cb06144dc35d58be9746f76f749dc864dfdd74caac955f2bbecd48de261f957e SHA1: a348d5e3998394474a7a8a255fe47731eaf5b6b1 MD5sum: 4db3986274ca1becc46024583daf5c23 Description: A package containing messages used for visualizations Package: ros-lyrical-rmf-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-visualization-msgs Version: 1.5.0-3resolute.20260901.103744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 334 Depends: ros-lyrical-rmf-visualization-msgs (= 1.5.0-3resolute.20260901.103744) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-msgs/ros-lyrical-rmf-visualization-msgs-dbgsym_1.5.0-3resolute.20260901.103744_amd64.deb Size: 197620 SHA256: 95654fda038ef81d81e9e5ecd5c0382cd3d81245bfd78746277ab90221da5ab9 SHA1: ed22f886126a50e924871d3a51f9efab24d6e463 MD5sum: ed5d48bb018459a01149fa2375568de2 Description: debug symbols for ros-lyrical-rmf-visualization-msgs Build-Ids: 0dd9527a335eedea81c73988fc4aa9b6d14dffbf 480faaf7da366d8b7b9cdf8d9d9b7540f8b165e5 78f01071271886879f7aa94d95649603fbd2e9ee 9d68cdcc9835f307e188419ae20a15571ec74fb3 b1a80d7b9895bc8a5d8bcbdd0186e95b6af77de5 c0ac5937468eae629b2974654d70f3af2f8d625a e7316466da4bfdfc1cf1ca6b28e69210fed99198 e91be5b4822973039c8068dab9237a65bc89512d eb5bc9cacf74c2a4901ef403a160bb7c721831e6 f53cb047bc91dbdba327512a6b784329c2b838c0 fd8d611bcc4ba23c9c5916187d2590370de90015 Package: ros-lyrical-rmf-visualization-navgraphs Version: 2.6.0-1resolute.20260901.172313 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 1116 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rmf-building-map-msgs, ros-lyrical-rmf-fleet-msgs, ros-lyrical-rmf-traffic, ros-lyrical-rmf-traffic-ros2, ros-lyrical-rmf-visualization-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_navgraphs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-navgraphs/ros-lyrical-rmf-visualization-navgraphs_2.6.0-1resolute.20260901.172313_amd64.deb Size: 204884 SHA256: 70efc1d01e88a68c10263063dbf3df190136c52cb56db45631aeb882be3e2782 SHA1: e3c812d7f8c67449a777f703a27ff0cbce9a7c35 MD5sum: e3b202ec1f116de968ca365dc03cdd3a Description: A package to visualiize the navigation graphs of fleets Package: ros-lyrical-rmf-visualization-navgraphs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-visualization-navgraphs Version: 2.6.0-1resolute.20260901.172313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 5499 Depends: ros-lyrical-rmf-visualization-navgraphs (= 2.6.0-1resolute.20260901.172313) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-navgraphs/ros-lyrical-rmf-visualization-navgraphs-dbgsym_2.6.0-1resolute.20260901.172313_amd64.deb Size: 4454046 SHA256: 73b112e596cf2d5e8340ad4cff41ce1cae4148ad48213c0c0b19ede59836d53c SHA1: ae84bf27b1e0bbb4b05d0f6fb5d769e991b836be MD5sum: 3667bd570ed3cc30d2276d689c17efa9 Description: debug symbols for ros-lyrical-rmf-visualization-navgraphs Build-Ids: 61995d18370e2c131b0d8bd336f752734e259b77 8e90c1264e61d1ebb6b123d75db60f24b2feb416 Package: ros-lyrical-rmf-visualization-obstacles Version: 2.6.0-1resolute.20260901.165341 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 832 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rmf-obstacle-msgs, ros-lyrical-rmf-visualization-msgs, ros-lyrical-vision-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_obstacles/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-obstacles/ros-lyrical-rmf-visualization-obstacles_2.6.0-1resolute.20260901.165341_amd64.deb Size: 158686 SHA256: 86298b0d784b39aefe12813dfd6195a748ca9454f4fdc43b085d64abe9bb4c40 SHA1: 3b2da6525b9c8aff889faaf59a195a857b487197 MD5sum: ddce5e551747fe9d8e02c7c1520ab096 Description: A visualizer for obstacles in RMF Package: ros-lyrical-rmf-visualization-obstacles-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-visualization-obstacles Version: 2.6.0-1resolute.20260901.165341 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 3996 Depends: ros-lyrical-rmf-visualization-obstacles (= 2.6.0-1resolute.20260901.165341) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-obstacles/ros-lyrical-rmf-visualization-obstacles-dbgsym_2.6.0-1resolute.20260901.165341_amd64.deb Size: 3259396 SHA256: 963a2bf0536d62e86c7fa1a80b12f2c7a83b2bf9edb1f7afd66a2d808c723287 SHA1: 75ead896bbf7a0589e5b116a0fb9e060cacd6683 MD5sum: 461139363662428ff7ee0d0fc083aa3b Description: debug symbols for ros-lyrical-rmf-visualization-obstacles Build-Ids: 282cb23786268a568ee1b4a02a9ec7991558b47b 769510d7dbd863bee1719bebe59fab3042fbb15a Package: ros-lyrical-rmf-visualization-rviz2-plugins Version: 2.6.0-1resolute.20260908.162403 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 1544 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-resource-retriever, ros-lyrical-rmf-door-msgs, ros-lyrical-rmf-lift-msgs, ros-lyrical-rmf-traffic-ros2, ros-lyrical-rmf-visualization-msgs, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz-rendering, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_rviz2_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-rviz2-plugins/ros-lyrical-rmf-visualization-rviz2-plugins_2.6.0-1resolute.20260908.162403_amd64.deb Size: 269066 SHA256: 86e91f47d93b0aee89ff626346010a9d86cb75276b65bc7b42040cf45dd51f44 SHA1: 484da106bdd5a1ca61ff2825d07a38d4d8964fb6 MD5sum: 208d559fdf111faaa2f431c8bb0907db Description: A package containing RViz2 plugins for RMF Package: ros-lyrical-rmf-visualization-rviz2-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-visualization-rviz2-plugins Version: 2.6.0-1resolute.20260908.162403 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 8454 Depends: ros-lyrical-rmf-visualization-rviz2-plugins (= 2.6.0-1resolute.20260908.162403) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-rviz2-plugins/ros-lyrical-rmf-visualization-rviz2-plugins-dbgsym_2.6.0-1resolute.20260908.162403_amd64.deb Size: 7013950 SHA256: ee256c67bf63fcc3b5a58b7f2dd6c0426051bc747cb7c679df465c6c2d3c3ce6 SHA1: 78892f38857fb231e2d0fb26c21aaccdbcb1b888 MD5sum: 311c29b0689a148235e7567e392794bf Description: debug symbols for ros-lyrical-rmf-visualization-rviz2-plugins Build-Ids: 92cac473e413bacbea49565ef809e8b7e133910e Package: ros-lyrical-rmf-visualization-schedule Version: 2.6.0-1resolute.20260901.171639 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 3942 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libboost-dev, libeigen3-dev, libssl-dev, libwebsocketpp-dev, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rmf-traffic, ros-lyrical-rmf-traffic-msgs, ros-lyrical-rmf-traffic-ros2, ros-lyrical-rmf-visualization-msgs, ros-lyrical-rosidl-default-generators, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_schedule/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-schedule/ros-lyrical-rmf-visualization-schedule_2.6.0-1resolute.20260901.171639_amd64.deb Size: 646608 SHA256: 38beb26b15e4f952510e45abbdf8950a681330d4ba12f56c7c684cb2dbffd144 SHA1: 511b373e8f0216b63018172ebfd61c53b9f0ac10 MD5sum: 7a77fb8a6d537b01ae1e46a0f53c8221 Description: A visualizer for trajectories in rmf schedule Package: ros-lyrical-rmf-visualization-schedule-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-visualization-schedule Version: 2.6.0-1resolute.20260901.171639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 10639 Depends: ros-lyrical-rmf-visualization-schedule (= 2.6.0-1resolute.20260901.171639) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-visualization-schedule/ros-lyrical-rmf-visualization-schedule-dbgsym_2.6.0-1resolute.20260901.171639_amd64.deb Size: 9120574 SHA256: 664206555a2b12c57fcface32d1f883b0b04bf4c1c83c944f986ba287609eec7 SHA1: 0c5cf56398b589bf7a1915c260c037e29daf4246 MD5sum: a5ce279020a8919a5c2646a3edf21a29 Description: debug symbols for ros-lyrical-rmf-visualization-schedule Build-Ids: 26594993c12f6add1706228404afbb8e14e98ec2 39d806da04f6e0a9e15946e5293b5151ad5cb04a 704ea171c31285921e0e42fc9ad63f7b3c1407b5 e138df44167055feacc402a084381d9e0ef4a5d1 Package: ros-lyrical-rmf-workcell-msgs Version: 4.0.0-3resolute.20260901.103725 Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1198 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmf_workcell_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-workcell-msgs/ros-lyrical-rmf-workcell-msgs_4.0.0-3resolute.20260901.103725_amd64.deb Size: 107876 SHA256: 6d3945c689d5b2b1f71767a75f5edbd37ddb3abe86e876754fcf4a957e30ce79 SHA1: 0751d261c291500bbc005f5db96140db28d0c000 MD5sum: 1c7ba022933a560a2bc817d828bb1088 Description: A package containing messages used by all workcells generically to interfact with rmf_core Package: ros-lyrical-rmf-workcell-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rmf-workcell-msgs Version: 4.0.0-3resolute.20260901.103725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1097 Depends: ros-lyrical-rmf-workcell-msgs (= 4.0.0-3resolute.20260901.103725) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmf-workcell-msgs/ros-lyrical-rmf-workcell-msgs-dbgsym_4.0.0-3resolute.20260901.103725_amd64.deb Size: 834768 SHA256: 44faa036f0e6f6825bb7f83384f3d88a51e4dc93af3424e646601cd9ecaf41af SHA1: 5c83c332f62d50bdca2413f4b8584de058da6031 MD5sum: d65848510d40a1605c147d2c372f51e1 Description: debug symbols for ros-lyrical-rmf-workcell-msgs Build-Ids: 061b011d20fe2851200ce6e3691ed8cb6604f34d 19a1430d12347b722fec0638148774c1f9735e32 5d7090a6556542ada66204955483708db30ee5f9 7d39745fe39ea2d7dd56a8a3ff1e149a56e57006 887e5aef0d884368d4924746b40bd25f59d15ca7 a96ad2d8637fe4ffb5b61b97e4dd56d3794a9f8f b05ce7cbf6b22a23e25e647a8513bd0862b55e63 b32b20e8da60c00b180df8be9164cecc46056dad b5de2ef82b2e6a96a0b2baec9888e181c845fd7b b6d22dda3aac6e6a874da0604f2b9dce93a17cb3 f53775625460e4356cd2176c5c6f9eb9496a903e Package: ros-lyrical-rmw Version: 7.10.2-3resolute.20260901.091148 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 564 Depends: libc6 (>= 2.14), ros-lyrical-rcutils, ros-lyrical-rosidl-dynamic-typesupport, ros-lyrical-rosidl-runtime-c, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw/ros-lyrical-rmw_7.10.2-3resolute.20260901.091148_amd64.deb Size: 72600 SHA256: ca1290679d89a7aac394a7edd4a5c574957c68a1af5f14629539c3d78012abfc SHA1: bc9d74ee1fc9208ce2be8d144a80a77d063fb058 MD5sum: 6c880a693e345e83baea600419d24287 Description: Contains the ROS middleware API. Package: ros-lyrical-rmw-connextdds Version: 1.2.7-2resolute.20260901.122836 Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 113 Depends: libstdc++6 (>= 13.1), ros-lyrical-rmw-connextdds-common, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_connextdds/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-connextdds/ros-lyrical-rmw-connextdds_1.2.7-2resolute.20260901.122836_amd64.deb Size: 17884 SHA256: 435f38bd70ca25a07912dda87f80a62a3e17b6d7b511668835a46e7552ad5ee3 SHA1: 3cd0d74bcc152ee379a7e298b129d6769da67afc MD5sum: 5e6eeb42b6dd42d7b372d54b08ce3502 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-lyrical-rmw-connextdds-common Version: 1.2.7-2resolute.20260901.113345 Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 1088 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-dds-common, ros-lyrical-rmw-security-common, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-fastrtps-c, ros-lyrical-rosidl-typesupport-fastrtps-cpp, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-rti-connext-dds-cmake-module, ros-lyrical-tracetools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_connextdds_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-connextdds-common/ros-lyrical-rmw-connextdds-common_1.2.7-2resolute.20260901.113345_amd64.deb Size: 287378 SHA256: 98c5106da8b21280676b522ff449576c11bd5e942ea8bfdcfb03b80c3b0caa23 SHA1: 4c8dfe23195549789db289c71b8862d3858be8b2 MD5sum: 9b047dc364e569ec71e942eb717a88b7 Description: Common source for RMW implementations built with RTI Connext DDS Professional and RTI Connext DDS Micro. Package: ros-lyrical-rmw-connextdds-common-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-connextdds-common Version: 1.2.7-2resolute.20260901.113345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 3612 Depends: ros-lyrical-rmw-connextdds-common (= 1.2.7-2resolute.20260901.113345) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-connextdds-common/ros-lyrical-rmw-connextdds-common-dbgsym_1.2.7-2resolute.20260901.113345_amd64.deb Size: 3244880 SHA256: 31af148cb7aab4a1f88a7fcd7d22b7732e710d66f68d7ab75522baea19cf8416 SHA1: 9a123944ccd18437e84a28ae3193c8f0424d74bd MD5sum: 9f0fa565b2890d3fc543701796ac0003 Description: debug symbols for ros-lyrical-rmw-connextdds-common Build-Ids: f8ca57f51252bbc721fe63b0300754008a4ff45c Package: ros-lyrical-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-connextdds Version: 1.2.7-2resolute.20260901.122836 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 143 Depends: ros-lyrical-rmw-connextdds (= 1.2.7-2resolute.20260901.122836) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-connextdds/ros-lyrical-rmw-connextdds-dbgsym_1.2.7-2resolute.20260901.122836_amd64.deb Size: 113280 SHA256: e87eb64a58c2f86170ddb8ebdd925c5300770c82b6e625cd2fa573d751edc212 SHA1: 119c6f57f6eb991cd74f55f40a3bd0340f27763b MD5sum: 0ec3c4512304a2ea49aea5756f7e3f58 Description: debug symbols for ros-lyrical-rmw-connextdds Build-Ids: ed431a19c6f6abfb8c7f3cf796cdd1bc3ef12e15 Package: ros-lyrical-rmw-cyclonedds-cpp Version: 4.1.5-1resolute.20260901.113351 Architecture: amd64 Maintainer: "Erik Boasson" Installed-Size: 435 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-cyclonedds, ros-lyrical-iceoryx-binding-c, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-dds-common, ros-lyrical-rmw-security-common, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-tracetools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_cyclonedds_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-cyclonedds-cpp/ros-lyrical-rmw-cyclonedds-cpp_4.1.5-1resolute.20260901.113351_amd64.deb Size: 141166 SHA256: c0545a09291b713ce040cc99ef0f88b5ee88da106df60baaf930721ec944f1b4 SHA1: 3975231aa329b8c07215446376a207d445bf70b0 MD5sum: 8cf43c1c1a80dc87b87df1059ec8ecef Description: Implement the ROS middleware interface using Eclipse CycloneDDS in C++. Package: ros-lyrical-rmw-cyclonedds-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-cyclonedds-cpp Version: 4.1.5-1resolute.20260901.113351 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Erik Boasson" Installed-Size: 1721 Depends: ros-lyrical-rmw-cyclonedds-cpp (= 4.1.5-1resolute.20260901.113351) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-cyclonedds-cpp/ros-lyrical-rmw-cyclonedds-cpp-dbgsym_4.1.5-1resolute.20260901.113351_amd64.deb Size: 1567670 SHA256: 96842f1932262eec1e70c3738119525c19815557b4da7b4f7f7613fd471f3229 SHA1: 9bd3bdc25ae040f16c77b0d90401c13581a30c20 MD5sum: 193c48b6a344ad495cf26966edfd6d57 Description: debug symbols for ros-lyrical-rmw-cyclonedds-cpp Build-Ids: 004faf31da5c54578fe820293e5a2edadb188cfb Package: ros-lyrical-rmw-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw Version: 7.10.2-3resolute.20260901.091148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 83 Depends: ros-lyrical-rmw (= 7.10.2-3resolute.20260901.091148) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw/ros-lyrical-rmw-dbgsym_7.10.2-3resolute.20260901.091148_amd64.deb Size: 40336 SHA256: 016846bedde4c3083f9eb37967a9b666e63b0e20130c1672fd8f5d2c52b6a22c SHA1: ec43bfd3fa997f423b47ad29fd33aa94bd548a8b MD5sum: 1dcaae105017f136c4d7c644e0d22250 Description: debug symbols for ros-lyrical-rmw Build-Ids: 8a80b5a65a1bfa65302298d7a0d53d8e95fbfb73 Package: ros-lyrical-rmw-dds-common Version: 6.0.0-3resolute.20260901.112038 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 923 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-security-common, ros-lyrical-rosidl-default-runtime, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_dds_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-dds-common/ros-lyrical-rmw-dds-common_6.0.0-3resolute.20260901.112038_amd64.deb Size: 120438 SHA256: bbd44311acbcc56cfa05446ec1413d4c0eb9014e2c08bcd7743d8143383a9542 SHA1: 9f4073e2f51a772163df85b53803bb818aa37d37 MD5sum: 932a4f89c8dc3b2d28eca5956adbd571 Description: Define a common interface between DDS implementations of ROS middleware. Package: ros-lyrical-rmw-dds-common-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-dds-common Version: 6.0.0-3resolute.20260901.112038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 1262 Depends: ros-lyrical-rmw-dds-common (= 6.0.0-3resolute.20260901.112038) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-dds-common/ros-lyrical-rmw-dds-common-dbgsym_6.0.0-3resolute.20260901.112038_amd64.deb Size: 1021694 SHA256: 98d0b53279bf8fb0579ba8250a7d6796c84efaa3c1c5d30f14182c3682fb6e05 SHA1: 549b587122b237390443072a5d84d5167c7a8059 MD5sum: 51f7b21682d88705a261b80e6474a8a0 Description: debug symbols for ros-lyrical-rmw-dds-common Build-Ids: 0c91247b0f916d98a1bafdc55c7d8bcb1efdefa2 1211f7fe5d02f05475a7d7186ef6c049617958b4 20be16c70d76d5be3579907dd4e8fdac76194a5f 4122c125c577ec9d81234b36536fd863197e3751 50eb3c3fadd27e5a101b0d07169fcca5cd8d5094 5296105e8bb160797ebc5ec6bd3b7603314df90b 671623a8e99f89821f912daf5d089ccfc524aa69 6e43138140269f5eeda2bbd17bbe40e8ef8f8d85 75007830a427f82694ee028c288b724129963a8b 9302fd6945cfe3529fb22e472d97f4d9ce187563 986eeec190e3596a6b59451560c37287551182ba 9dc19d0316888d71f30a4a946ddeedad7cefa1a8 Package: ros-lyrical-rmw-desert Version: 4.0.2-1resolute.20260901.113357 Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 449 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ament-cmake, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-dds-common, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_desert/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-desert/ros-lyrical-rmw-desert_4.0.2-1resolute.20260901.113357_amd64.deb Size: 145134 SHA256: b9bc1acd9cc6e66cd5cfd163d2f77a78ce09446b8aca1862a7fd53067a9b2cd0 SHA1: 13d102e6f34a959dd17c01c1c3acad91291466cf MD5sum: ac79822fa017ba973fb509a7becd4f56 Description: Implement the ROS middleware interface using the DESERT protocol stack for underwater communications. Package: ros-lyrical-rmw-desert-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-desert Version: 4.0.2-1resolute.20260901.113357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 3388 Depends: ros-lyrical-rmw-desert (= 4.0.2-1resolute.20260901.113357) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-desert/ros-lyrical-rmw-desert-dbgsym_4.0.2-1resolute.20260901.113357_amd64.deb Size: 3241758 SHA256: 64fd317c78031bd2f27c8c3852fed592a9556505fdab66ee3747fb8bb4939771 SHA1: 929f192cd707cdc17f9e4c24ca0413cb8af3facd MD5sum: 1a734ae13b6d808aa28dfad2dfa4d963 Description: debug symbols for ros-lyrical-rmw-desert Build-Ids: cc118b956419428792021e0b77d7b656c89af9de Package: ros-lyrical-rmw-fastrtps-cpp Version: 9.4.9-1resolute.20260901.114801 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 531 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, ros-lyrical-fastdds, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-dds-common, ros-lyrical-rmw-fastrtps-shared-cpp, ros-lyrical-rosidl-buffer-backend-registry, ros-lyrical-rosidl-dynamic-typesupport, ros-lyrical-rosidl-dynamic-typesupport-fastrtps, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-fastrtps-c, ros-lyrical-rosidl-typesupport-fastrtps-cpp, ros-lyrical-tracetools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_fastrtps_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-fastrtps-cpp/ros-lyrical-rmw-fastrtps-cpp_9.4.9-1resolute.20260901.114801_amd64.deb Size: 154608 SHA256: 0d7db2e91552115f76c413a186b26a6bbcd0694708d6cc3bc90730afa6d16250 SHA1: 2f226c3342d7f3d6a2d9a03b87bbfb7b5d4d430a MD5sum: 3b7e8cd395fa116ee252a5c1021a4810 Description: Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++. Package: ros-lyrical-rmw-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-fastrtps-cpp Version: 9.4.9-1resolute.20260901.114801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5307 Depends: ros-lyrical-rmw-fastrtps-cpp (= 9.4.9-1resolute.20260901.114801) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-fastrtps-cpp/ros-lyrical-rmw-fastrtps-cpp-dbgsym_9.4.9-1resolute.20260901.114801_amd64.deb Size: 4920360 SHA256: 6bc685d8b9677d9397ecbaadefefc25907d5f0e7f49f79efed40aeea63d1889a SHA1: 409e17a17ffd3a2b6c24ee00a5855743130617a0 MD5sum: 803908125b1b51d1bbece2d8a86da742 Description: debug symbols for ros-lyrical-rmw-fastrtps-cpp Build-Ids: b0bc4a4d08a7b9fc3a792a06b34a10731d62d529 Package: ros-lyrical-rmw-fastrtps-dynamic-cpp Version: 9.4.9-1resolute.20260901.114808 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 460 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-fastdds, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-dds-common, ros-lyrical-rmw-fastrtps-shared-cpp, ros-lyrical-rosidl-buffer, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-tracetools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_fastrtps_dynamic_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-fastrtps-dynamic-cpp/ros-lyrical-rmw-fastrtps-dynamic-cpp_9.4.9-1resolute.20260901.114808_amd64.deb Size: 120382 SHA256: f21243a24e52922ad6620be5c710f1501e61a9181cf7322c11d6736cf3f662a1 SHA1: 0cd644939b4f74e792b5d9de0b38235d409ce53a MD5sum: 4b2ff860045e9405895d79b8bb9c8be3 Description: Implement the ROS middleware interface using introspection type support. Package: ros-lyrical-rmw-fastrtps-dynamic-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-fastrtps-dynamic-cpp Version: 9.4.9-1resolute.20260901.114808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 4424 Depends: ros-lyrical-rmw-fastrtps-dynamic-cpp (= 9.4.9-1resolute.20260901.114808) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-fastrtps-dynamic-cpp/ros-lyrical-rmw-fastrtps-dynamic-cpp-dbgsym_9.4.9-1resolute.20260901.114808_amd64.deb Size: 4050858 SHA256: 59e6c6c500b1b4dd393823fba1370434e2e7bf31a4ab20a529d72439154b00a2 SHA1: b180acd91d584fd02b3c4b60e251870fe783862f MD5sum: 1d2889b22b3d973f3183f198051ba830 Description: debug symbols for ros-lyrical-rmw-fastrtps-dynamic-cpp Build-Ids: b4358a3bd90d542830ce0c6460e92a2f9d771001 Package: ros-lyrical-rmw-fastrtps-shared-cpp Version: 9.4.9-1resolute.20260901.113409 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 688 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, ros-lyrical-fastdds, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-dds-common, ros-lyrical-rmw-security-common, ros-lyrical-rosidl-dynamic-typesupport, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-tracetools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_fastrtps_shared_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-fastrtps-shared-cpp/ros-lyrical-rmw-fastrtps-shared-cpp_9.4.9-1resolute.20260901.113409_amd64.deb Size: 183756 SHA256: f6ae9fb257a3f360e747683652c503412afc9b02b7bc80c2068c9359094217be SHA1: c90ae1d9c234d6f2d5b10e195c40d4ee7a721b64 MD5sum: 9e233b94a0c6eb826b25593526e371c8 Description: Code shared on static and dynamic type support of rmw_fastrtps_cpp. Package: ros-lyrical-rmw-fastrtps-shared-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-fastrtps-shared-cpp Version: 9.4.9-1resolute.20260901.113409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6118 Depends: ros-lyrical-rmw-fastrtps-shared-cpp (= 9.4.9-1resolute.20260901.113409) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-fastrtps-shared-cpp/ros-lyrical-rmw-fastrtps-shared-cpp-dbgsym_9.4.9-1resolute.20260901.113409_amd64.deb Size: 5736092 SHA256: 8c9bce18fb650381b74c18afe08ffb80a1e2da1adc3b413c391d4ca9d29dd77c SHA1: 0a320ad2472444e53b42bf6972c8c91d883c2ee9 MD5sum: d6dd1f529644b68218656c15f68cbc41 Description: debug symbols for ros-lyrical-rmw-fastrtps-shared-cpp Build-Ids: a3e9389f665b04969ffadb89ba8761abfaebfc3e Package: ros-lyrical-rmw-gurumdds-cpp Version: 7.0.0-3resolute.20260901.114851 Architecture: amd64 Maintainer: "Seontai Kim" Installed-Size: 893 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, gurumdds-3.2, ros-lyrical-gurumdds-cmake-module, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-dds-common, ros-lyrical-rmw-fastrtps-shared-cpp, ros-lyrical-rosidl-buffer-backend-registry, ros-lyrical-rosidl-dynamic-typesupport, ros-lyrical-rosidl-dynamic-typesupport-fastrtps, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-fastrtps-c, ros-lyrical-rosidl-typesupport-fastrtps-cpp, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-tracetools, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_gurumdds_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-gurumdds-cpp/ros-lyrical-rmw-gurumdds-cpp_7.0.0-3resolute.20260901.114851_amd64.deb Size: 261526 SHA256: 54fb483c5c23d2d104f852f8dcd3b2333733531e4dcb2d454a48e1b6590df39b SHA1: bd7003308347a3c3e249178407ffecbddb98e644 MD5sum: 445ef7e3a8fa237822dd4beef4062108 Description: Implement the ROS middleware interface using GurumNetworks GurumDDS static code generation in C++. Package: ros-lyrical-rmw-gurumdds-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-gurumdds-cpp Version: 7.0.0-3resolute.20260901.114851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Seontai Kim" Installed-Size: 4593 Depends: ros-lyrical-rmw-gurumdds-cpp (= 7.0.0-3resolute.20260901.114851) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-gurumdds-cpp/ros-lyrical-rmw-gurumdds-cpp-dbgsym_7.0.0-3resolute.20260901.114851_amd64.deb Size: 4361758 SHA256: 914d1549a8aa6243a32dee10b0884a153f01e20899be1bedf11123f21fe7f434 SHA1: 833b772f8abfb758a435bb54d19a4472c5b53629 MD5sum: 8fe826e81e3a5cd9023ce41c61f5bb9e Description: debug symbols for ros-lyrical-rmw-gurumdds-cpp Build-Ids: 1c816856540901d3ebce10dc5d1a8e9df653c1d1 Package: ros-lyrical-rmw-implementation Version: 3.1.6-1resolute.20260901.123929 Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 116 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 9), ros-lyrical-ament-index-cpp, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw-implementation-cmake, ros-lyrical-ros-workspace, ros-lyrical-rmw-fastrtps-cpp | ros-lyrical-rmw-cyclonedds-cpp | ros-lyrical-rmw-connextdds Homepage: https://index.ros.org/p/rmw_implementation/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-implementation/ros-lyrical-rmw-implementation_3.1.6-1resolute.20260901.123929_amd64.deb Size: 23286 SHA256: 4b6f5ba512ee04c7bb2b62fdf5cca851d27f1d9206586ea4c3bd982554e81eaa SHA1: f580084f198ae69f333b5299b872d211310dafc6 MD5sum: 89c97501cd444ec175031dea11475602 Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-lyrical-rmw-implementation-cmake Version: 7.10.2-3resolute.20260901.091219 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 59 Depends: ros-lyrical-ament-cmake, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_implementation_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-implementation-cmake/ros-lyrical-rmw-implementation-cmake_7.10.2-3resolute.20260901.091219_amd64.deb Size: 8928 SHA256: c748e2d91faa0bf5d967e5e65b4bebccc809e991a81e292275c06c1ea8f6787b SHA1: 2159eea1047f9e11eaf9c7b5255155e81e2af1b7 MD5sum: 77f7ec7c1afe13c6d38bc464ae44f44f Description: CMake functions which can discover and enumerate available implementations. Package: ros-lyrical-rmw-implementation-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-implementation Version: 3.1.6-1resolute.20260901.123929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 174 Depends: ros-lyrical-rmw-implementation (= 3.1.6-1resolute.20260901.123929) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-implementation/ros-lyrical-rmw-implementation-dbgsym_3.1.6-1resolute.20260901.123929_amd64.deb Size: 137776 SHA256: 48430ac8b05b66e58d27ce4857bd2a4ac58b777150623cc63a90dd8f7be29c66 SHA1: b3619db63bb977dbd2251a87a06c688521839754 MD5sum: 0795af9ac953483333b78de0c627d759 Description: debug symbols for ros-lyrical-rmw-implementation Build-Ids: 71039a90b04d7643675729595bd0aa4f2ca8b996 Package: ros-lyrical-rmw-int2dds-cpp Version: 0.1.5-1resolute.20260910.115523 Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 540 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-int2dds-ffi-vendor, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-dds-common, ros-lyrical-rosidl-dynamic-typesupport, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-c, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/IntellectusCorp/int2DDS Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-int2dds-cpp/ros-lyrical-rmw-int2dds-cpp_0.1.5-1resolute.20260910.115523_amd64.deb Size: 154586 SHA256: b0aded2d1bd3503b198b27f81abddfe18d2d2c433796f55cf589840decc05c1c SHA1: 38890256e9d5e8ba996c6f20bde6f9734596167b MD5sum: 6df4cb71de983ac0e2e78aad16067723 Description: ROS 2 middleware (RMW) implementation that binds the int2DDS DDS/RTPS middleware to the ROS 2 rmw interface. Package: ros-lyrical-rmw-int2dds-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-int2dds-cpp Version: 0.1.5-1resolute.20260910.115523 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 2752 Depends: ros-lyrical-rmw-int2dds-cpp (= 0.1.5-1resolute.20260910.115523) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-int2dds-cpp/ros-lyrical-rmw-int2dds-cpp-dbgsym_0.1.5-1resolute.20260910.115523_amd64.deb Size: 2542884 SHA256: 40aebda450ed6960e601d06e3a42d6ce41d98b3d1922531b717933322844a674 SHA1: fa323b86cc4310d5410faef0119161d1ea3ea6f3 MD5sum: c9aac58c1cba96b619ecd0a146887978 Description: debug symbols for ros-lyrical-rmw-int2dds-cpp Build-Ids: 537419e6fdbf7c74064427a1d17fc12c1f7935ef 618d11672fa314e0152cb63d5b37dac281772b0b 7c8c240b6f0efa3a9e6826be62f4f732ffe21ee2 e4e27e0aa6bf71d5e36f45bf164ac591c18d4bc6 Package: ros-lyrical-rmw-security-common Version: 7.10.2-3resolute.20260901.091646 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 123 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_security_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-security-common/ros-lyrical-rmw-security-common_7.10.2-3resolute.20260901.091646_amd64.deb Size: 26466 SHA256: 5e32a5d168eda51f508fcc46389ce6f84c4e8b995872d12b5ff95a28511452fa SHA1: f7b4cd6bbe5be9b27677424e21f28703f2fe45f6 MD5sum: 1d68c8e3dc2e4609a510421221a56bf3 Description: Define a common rmw secutiry utils Package: ros-lyrical-rmw-security-common-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-security-common Version: 7.10.2-3resolute.20260901.091646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 262 Depends: ros-lyrical-rmw-security-common (= 7.10.2-3resolute.20260901.091646) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-security-common/ros-lyrical-rmw-security-common-dbgsym_7.10.2-3resolute.20260901.091646_amd64.deb Size: 234982 SHA256: d49505136ecd1867f908164bbca8d7d9862e683d857e0026936ac6604584f576 SHA1: f8bf4faff662aa88b9a09a6ef51fac079d19c1e1 MD5sum: 76fdfe38fea00a38950dd2ca057b1959 Description: debug symbols for ros-lyrical-rmw-security-common Build-Ids: a640301a7926304f65bf322d7a7bbd82d25c2120 Package: ros-lyrical-rmw-stats-shim Version: 0.2.3-3resolute.20260901.114522 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 126 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-lyrical-rosgraph-monitor-msgs, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_stats_shim/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-stats-shim/ros-lyrical-rmw-stats-shim_0.2.3-3resolute.20260901.114522_amd64.deb Size: 30360 SHA256: 6787baa297481cd866794ca9e58f41566be0aeaa7957ecd3d7850157e898c09d SHA1: 22f863187e6347943f575c94d534351f9f370825 MD5sum: dbba0ed04987e73f9d1f733a9d179101 Description: Partial RMW shim library to instrument RMW API calls Package: ros-lyrical-rmw-stats-shim-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-stats-shim Version: 0.2.3-3resolute.20260901.114522 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 322 Depends: ros-lyrical-rmw-stats-shim (= 0.2.3-3resolute.20260901.114522) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-stats-shim/ros-lyrical-rmw-stats-shim-dbgsym_0.2.3-3resolute.20260901.114522_amd64.deb Size: 294634 SHA256: 6965bbb44a0ab168603272a5141e3db8bfcd8987a3352fe9b07c9ff7741fbe2e SHA1: 9d4f5a3f1882865feb205799025d6a10fe83c826 MD5sum: 636d1b89997597f0b4a688634611e2fa Description: debug symbols for ros-lyrical-rmw-stats-shim Build-Ids: 27ed626c553e95b1cedcaf47c02e8252f8172519 Package: ros-lyrical-rmw-test-fixture Version: 0.15.8-1resolute.20260901.092020 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 61 Depends: ros-lyrical-rmw, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_test_fixture/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-test-fixture/ros-lyrical-rmw-test-fixture_0.15.8-1resolute.20260901.092020_amd64.deb Size: 9462 SHA256: d913a83c3684f47f1c77c94640da5d60e64565f59a2a56e2df1dca4cf0805b38 SHA1: a734986747c0279539c84881951e79f44596b345 MD5sum: 3b3e8544cd8700f32c0ef2f86306b5a9 Description: Plugin interface for tools for isolating ROS communication at the RMW layer Package: ros-lyrical-rmw-test-fixture-implementation Version: 0.15.8-1resolute.20260901.131440 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 136 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-test-fixture, ros-lyrical-rpyutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_test_fixture_implementation/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-test-fixture-implementation/ros-lyrical-rmw-test-fixture-implementation_0.15.8-1resolute.20260901.131440_amd64.deb Size: 22284 SHA256: a4030befa4c5e1e677da6d321ebe615c04ef3b5e4e28cf284bc215d1b78a4485 SHA1: fa60a9dd9de62d3c1bfe48cbf132b25d4593a833 MD5sum: 90a5d924e760604f20472902eb8afc92 Description: Tools for isolating ROS environments at the RMW layer Package: ros-lyrical-rmw-test-fixture-implementation-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-test-fixture-implementation Version: 0.15.8-1resolute.20260901.131440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 137 Depends: ros-lyrical-rmw-test-fixture-implementation (= 0.15.8-1resolute.20260901.131440) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-test-fixture-implementation/ros-lyrical-rmw-test-fixture-implementation-dbgsym_0.15.8-1resolute.20260901.131440_amd64.deb Size: 93950 SHA256: ae190d09f53b06f657823beb983699a9c870c96d3ba16d63a022bf436c5f97dc SHA1: be8bcd31d8eae8c39da6fae4eb533110c4ec2565 MD5sum: 8ad16a0a78fe4b28a03c5012da5c9906 Description: debug symbols for ros-lyrical-rmw-test-fixture-implementation Build-Ids: 596794886bb039d959cfc26ef5f3b6cbfcf6c916 9804b5320c80ef7bc456e534b2e8dcbc8bbdd0bc a12b3bca87122eadc7830cc57846bc1e0c3452e5 Package: ros-lyrical-rmw-zenoh-cpp Version: 0.10.5-1resolute.20260901.093230 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 990 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, ros-lyrical-ament-index-cpp, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-test-fixture, ros-lyrical-rosidl-buffer-backend-registry, ros-lyrical-rosidl-typesupport-fastrtps-c, ros-lyrical-rosidl-typesupport-fastrtps-cpp, ros-lyrical-tracetools, ros-lyrical-zenoh-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rmw_zenoh_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-zenoh-cpp/ros-lyrical-rmw-zenoh-cpp_0.10.5-1resolute.20260901.093230_amd64.deb Size: 321724 SHA256: 0aef9d3901157a0709b88b3ce2bbbb0604c89826db784af955d6a832f10a805c SHA1: bff619e4b2cb7af8b58aa806c794db1dc9266c81 MD5sum: e7b8b900d8f04dcb5779c82655f7947d Description: A ROS 2 middleware implementation using zenoh-cpp Package: ros-lyrical-rmw-zenoh-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rmw-zenoh-cpp Version: 0.10.5-1resolute.20260901.093230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 8226 Depends: ros-lyrical-rmw-zenoh-cpp (= 0.10.5-1resolute.20260901.093230) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rmw-zenoh-cpp/ros-lyrical-rmw-zenoh-cpp-dbgsym_0.10.5-1resolute.20260901.093230_amd64.deb Size: 7927520 SHA256: d9caf7c944c9c33b2994aa8e0d049ee6eee0b3ba23b1f7aee4d7e57796dc2bdf SHA1: c94bd07ac7cb938689569499a02e47d4662cf362 MD5sum: 2e26fbe51b5c5dd26ff12c1ebabe6395 Description: debug symbols for ros-lyrical-rmw-zenoh-cpp Build-Ids: 6f0cdac93fdc79afd4027e52fecc7fe17b18f750 be79bd2937b7e53309eee4c305725f8f3a4fa4b6 f5700daa0110572fe5cf3d8634990e4fe7cf8423 Package: ros-lyrical-roboplan Version: 0.6.1-1resolute.20260825.034715 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 1914 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-coal, ros-lyrical-pinocchio, ros-lyrical-urdfdom, libeigen3-dev, libexpected-dev, libtinyxml2-dev, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan/ros-lyrical-roboplan_0.6.1-1resolute.20260825.034715_amd64.deb Size: 500036 SHA256: 0ff3c995d6557882889138f40e5c7f4818f76297f4ef11ae9c423ee84c884578 SHA1: 2705bf18f0741b123d178e501ea814928eff5ed1 MD5sum: b11b09851671935c8a462de28fb3a76c Description: Core types, scene representation, and utilities for RoboPlan. Package: ros-lyrical-roboplan-dbgsym Package-Type: ddeb Source: ros-lyrical-roboplan Version: 0.6.1-1resolute.20260825.034715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 24590 Depends: ros-lyrical-roboplan (= 0.6.1-1resolute.20260825.034715) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan/ros-lyrical-roboplan-dbgsym_0.6.1-1resolute.20260825.034715_amd64.deb Size: 23958332 SHA256: 88ad917aa5d837e8029f4307ac1f3d60c1b21f7f2aeb4f5404f6058eb2917984 SHA1: a9d33e8536a3884ce5bb74a2b2758b90db634409 MD5sum: 11703fa60954e3de3d49ad7157b65efe Description: debug symbols for ros-lyrical-roboplan Build-Ids: 70b33544e5d49299149b902e7eba18b57e4bcbf9 a796bd54930a2a5787ee601ab71e41d8af6c866b dfb6af77974614b7daa64d4b1a4189ec2031086c fa1d283162d07dc9ecc1f17ce2573bf196e4fc15 Package: ros-lyrical-roboplan-example-models Version: 0.6.1-1resolute.20260824.235549 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 88502 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-example-models/ros-lyrical-roboplan-example-models_0.6.1-1resolute.20260824.235549_amd64.deb Size: 22665668 SHA256: 113df63f53b0e27a30fa46be11e2949a26aa2f527b443ce8613c13130e089041 SHA1: 64ec354053b86f3c0398a8c8cbbb11d43b622a32 MD5sum: 2cc7b0b14f2c61433db0d59a763f4d18 Description: Robot descriptions for RoboPlan testing and examples. Package: ros-lyrical-roboplan-example-models-dbgsym Package-Type: ddeb Source: ros-lyrical-roboplan-example-models Version: 0.6.1-1resolute.20260824.235549 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 617 Depends: ros-lyrical-roboplan-example-models (= 0.6.1-1resolute.20260824.235549) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-example-models/ros-lyrical-roboplan-example-models-dbgsym_0.6.1-1resolute.20260824.235549_amd64.deb Size: 564906 SHA256: b027d796a1e7d502446ce661bce466ae2e87f7c7f966284ac356ccc9588d587e SHA1: 054f943d6cf285c8b1fe87b08a007a08ac492f63 MD5sum: 4a9dffefa410f644d5523ba562a5a429 Description: debug symbols for ros-lyrical-roboplan-example-models Build-Ids: 6b4f9833160d15de6c46b42d93c8d701260202db f4dcb9e47b1e7c53acac93c7b487aef3807fbed1 Package: ros-lyrical-roboplan-ros-cpp Version: 0.6.1-1resolute.20260901.211344 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 403 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-coal, ros-lyrical-pinocchio, libeigen3-dev, ros-lyrical-geometry-msgs, ros-lyrical-roboplan, ros-lyrical-rosidl-generator-cpp, ros-lyrical-sensor-msgs, ros-lyrical-tf2-eigen, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-ros-cpp/ros-lyrical-roboplan-ros-cpp_0.6.1-1resolute.20260901.211344_amd64.deb Size: 135248 SHA256: 365ffd8dce4e5bcf5de221ac17368256aec458ddc1ca74f263e7dae643e840f6 SHA1: 07ffdbcf0eedae342ca71bb0f44649f91feec56f MD5sum: 32085af7846746cfea2b0bda1dbe75de Description: ROS 2 C++ bindings for the RoboPlan motion planning library. Package: ros-lyrical-roboplan-ros-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-roboplan-ros-cpp Version: 0.6.1-1resolute.20260901.211344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6440 Depends: ros-lyrical-roboplan-ros-cpp (= 0.6.1-1resolute.20260901.211344) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-ros-cpp/ros-lyrical-roboplan-ros-cpp-dbgsym_0.6.1-1resolute.20260901.211344_amd64.deb Size: 6377660 SHA256: 7265402b50f06a9cfb4b235c71b36c73f5f1d5beb5c3bc157257fd86349f09b1 SHA1: 8204b46e81c298f375241590777779c0e9d6ad6d MD5sum: 2f2fe96f01217c0704e1746ae22596bb Description: debug symbols for ros-lyrical-roboplan-ros-cpp Build-Ids: 423b1b01fca3fc31ab52e178c1d1c3d5f7c3d212 43ce7ab2b154c5c643a9e41537a997d585242d7a Package: ros-lyrical-roboplan-ros-py Version: 0.6.1-1resolute.20260901.212308 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 43 Depends: ros-lyrical-builtin-interfaces, ros-lyrical-rclpy, ros-lyrical-roboplan, ros-lyrical-roboplan-ros-cpp, ros-lyrical-sensor-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-ros-py/ros-lyrical-roboplan-ros-py_0.6.1-1resolute.20260901.212308_amd64.deb Size: 8104 SHA256: e098d449e41235074202a339a797fad034cfca81c431306ac003b9b216b7e82a SHA1: e3a95a7026840ec02507af9cb44b9070da98a1cc MD5sum: 7d8b40e3d4aebab3e84ff860e66f632a Description: ROS 2 Python bindings for the roboplan motion planning library. Package: ros-lyrical-roboplan-ros-visualization Version: 0.6.1-1resolute.20260908.164105 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 345 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-coal, ros-lyrical-pinocchio, ros-lyrical-ament-index-cpp, ros-lyrical-geometry-msgs, ros-lyrical-interactive-markers, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-roboplan, ros-lyrical-roboplan-ros-cpp, ros-lyrical-roboplan-simple-ik, ros-lyrical-rviz2, ros-lyrical-sensor-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-ros-visualization/ros-lyrical-roboplan-ros-visualization_0.6.1-1resolute.20260908.164105_amd64.deb Size: 115054 SHA256: 8697385df69ed383bd2b7484c5d5ad543e45880e9d8852d95860359dc266c446 SHA1: 509a606d89cbf732d53d8d75b4598e7c13a78307 MD5sum: deb87320713ad1513ae55a428f647256 Description: ROS 2 visualization tools for the RoboPlan library. Package: ros-lyrical-roboplan-ros-visualization-dbgsym Package-Type: ddeb Source: ros-lyrical-roboplan-ros-visualization Version: 0.6.1-1resolute.20260908.164105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 8382 Depends: ros-lyrical-roboplan-ros-visualization (= 0.6.1-1resolute.20260908.164105) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-ros-visualization/ros-lyrical-roboplan-ros-visualization-dbgsym_0.6.1-1resolute.20260908.164105_amd64.deb Size: 8367610 SHA256: 5b16bb058ced46264f24ccba1f467115f56ca701ea71ac6803494a19813a742b SHA1: 522b0958323c87acd8d1c9a19a1c4975eadc439a MD5sum: c27e709f5f6dbe6ce1b76e1af5e14c1b Description: debug symbols for ros-lyrical-roboplan-ros-visualization Build-Ids: 32cac05f1b0f36581b6c780078f50b5c00429d70 398052a062cacb9279cd21e6a5828c97ef14b4e7 Package: ros-lyrical-roboplan-rrt Version: 0.6.1-1resolute.20260825.040034 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 851 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-coal, ros-lyrical-pinocchio, ros-lyrical-roboplan, ros-lyrical-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-rrt/ros-lyrical-roboplan-rrt_0.6.1-1resolute.20260825.040034_amd64.deb Size: 253542 SHA256: e2c74d0b1887d487c786e26929d801733eca7fa0b72649da21c7991a40fdb0e7 SHA1: b10431c40b7ad993e471f86585c4cb025a08ee76 MD5sum: 5289f754d6c20cbd7c9b9990dc9122c4 Description: Rapidly-Exploring Random Tree (RRT) implementation for RoboPlan. Package: ros-lyrical-roboplan-rrt-dbgsym Package-Type: ddeb Source: ros-lyrical-roboplan-rrt Version: 0.6.1-1resolute.20260825.040034 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 17576 Depends: ros-lyrical-roboplan-rrt (= 0.6.1-1resolute.20260825.040034) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-rrt/ros-lyrical-roboplan-rrt-dbgsym_0.6.1-1resolute.20260825.040034_amd64.deb Size: 17437126 SHA256: 6676768e35512a9bdfb2998ee2405b62cb90ec4739a9478e512407dba4a2d9b1 SHA1: 3f73b6abd88c19ad5db5bedc6080026d3e0f4ce9 MD5sum: dc907718c65c31e799906e8ea996ed8a Description: debug symbols for ros-lyrical-roboplan-rrt Build-Ids: 466a3164aff984868642da18e7059dec144f94a6 5d74929d697d172e5b513d30fe90fdde65c0d478 Package: ros-lyrical-roboplan-simple-ik Version: 0.6.1-1resolute.20260825.040040 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 576 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-coal, ros-lyrical-pinocchio, ros-lyrical-roboplan, ros-lyrical-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-simple-ik/ros-lyrical-roboplan-simple-ik_0.6.1-1resolute.20260825.040040_amd64.deb Size: 170246 SHA256: 519a93cfa578693a9b9476c2423729e354a1245f80117ea878955e96212d73d2 SHA1: 29c9e0693afb91c4190ed8c471bd9298a3bb23e9 MD5sum: 696561e6b4372c7665cff345caacc537 Description: Simple inverse kinematics solver for RoboPlan. Package: ros-lyrical-roboplan-simple-ik-dbgsym Package-Type: ddeb Source: ros-lyrical-roboplan-simple-ik Version: 0.6.1-1resolute.20260825.040040 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 15772 Depends: ros-lyrical-roboplan-simple-ik (= 0.6.1-1resolute.20260825.040040) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-simple-ik/ros-lyrical-roboplan-simple-ik-dbgsym_0.6.1-1resolute.20260825.040040_amd64.deb Size: 15681152 SHA256: f7085d15e5a185b94b41193709f3bc07a19ae6f7615711f0cadf2135158ac3dc SHA1: 8b0b671b36a6ccd0860e892a9e673bd06637bb96 MD5sum: ec7ee2b0fd84264df71863abaf576688 Description: debug symbols for ros-lyrical-roboplan-simple-ik Build-Ids: 45a5ce116a0fd4c120bcac764a69ea5ad45c339d 9da53fe2033e653ff1fce3198845658bcef84bd5 Package: ros-lyrical-roboplan-toppra Version: 0.6.1-1resolute.20260828.184610 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 338 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-coal, ros-lyrical-roboplan, ros-lyrical-toppra, ros-lyrical-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-toppra/ros-lyrical-roboplan-toppra_0.6.1-1resolute.20260828.184610_amd64.deb Size: 106316 SHA256: c6cce2fdf6f36b56369a2bc9d6d28766e22141ea4a6be71c7dac37d39ae53716 SHA1: 174c3c6779ea9b01254e8c8185ee567a3fc12824 MD5sum: 9a0776687a76b0e1da4d3b1979fb2a11 Description: Time Optimal Path Parameterization based on Reachability Analysis (TOPP-RA) wrapper for RoboPlan. Package: ros-lyrical-roboplan-toppra-dbgsym Package-Type: ddeb Source: ros-lyrical-roboplan-toppra Version: 0.6.1-1resolute.20260828.184610 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6491 Depends: ros-lyrical-roboplan-toppra (= 0.6.1-1resolute.20260828.184610) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-roboplan-toppra/ros-lyrical-roboplan-toppra-dbgsym_0.6.1-1resolute.20260828.184610_amd64.deb Size: 6472748 SHA256: 07827a7cabc20a54077e9144bf782c78d37831495d16ea7e92b0f6ef3b69ff36 SHA1: 5b2f8eacc2d9831f655f328e42489ba43227cc8a MD5sum: d8930c5c7eb2a45ad6fb48616c984cdb Description: debug symbols for ros-lyrical-roboplan-toppra Build-Ids: 2e6b11b00dcdf5ddd6175d88b207f53b132357f2 9c97ec8f2592b5a856f8823610bb59d0ea0cde26 Package: ros-lyrical-robot-calibration Version: 0.10.1-3resolute.20260901.195942 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 5182 Depends: libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libopencv-calib3d410 (>= 4.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-geometric-shapes, libceres-dev, libgflags-dev, liborocos-kdl-dev, libprotobuf-dev, libprotoc-dev, libsuitesparse-dev, libtinyxml2-dev, libyaml-cpp-dev, protobuf-compiler, ros-lyrical-camera-calibration-parsers, ros-lyrical-control-msgs, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-kdl-parser, ros-lyrical-moveit-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-robot-calibration-msgs, ros-lyrical-rosbag2-cpp, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-tinyxml2-vendor, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/robot_calibration Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-calibration/ros-lyrical-robot-calibration_0.10.1-3resolute.20260901.195942_amd64.deb Size: 977554 SHA256: 9d02a76a2bc9d798df5c9fd0685efe2eb1a3a14e070387231624db5de3c30b75 SHA1: f20f254a230187772616862fe4705df937d2e236 MD5sum: e80bcb321247e6b53b6f59f0b7d485e2 Description: Calibrate a Robot Package: ros-lyrical-robot-calibration-dbgsym Package-Type: ddeb Source: ros-lyrical-robot-calibration Version: 0.10.1-3resolute.20260901.195942 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 34188 Depends: ros-lyrical-robot-calibration (= 0.10.1-3resolute.20260901.195942) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-calibration/ros-lyrical-robot-calibration-dbgsym_0.10.1-3resolute.20260901.195942_amd64.deb Size: 30183944 SHA256: eb6997c291d186bd6114f5b4da34e7a33dc567d8d32109c37c435212822525a2 SHA1: 97868d41f9f55f7e88720d7116d5a26827fc6343 MD5sum: 731dc90e8cc42369f6c7eb4a188985c4 Description: debug symbols for ros-lyrical-robot-calibration Build-Ids: 0eb3120f2867be0ccc1aeb7e89965faac830dae6 1ab4a532b82cf6fbafb9de44c8b737d364d885dc 1fdae5bf5ef4e0a068a47f04f339c833df96f134 3961915108a433e68b1061e15d79eed877c7777b 5d992ab1cfdcf0944e02ae1c933534966d19613b d7f00aa53064fa8eb0b9dcddde5b2da8e57bbb7e ec39103dfeb70d38eba04397bee414ec02af7f67 ed6645ab973afc185f5317d58f03df6779687945 Package: ros-lyrical-robot-calibration-msgs Version: 0.10.1-3resolute.20260901.130530 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2547 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-generators, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/robot_calibration_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-calibration-msgs/ros-lyrical-robot-calibration-msgs_0.10.1-3resolute.20260901.130530_amd64.deb Size: 191542 SHA256: 80b8a1f223ecd1aca29181e58dcd69dce5db7811ec84a348093bcb43f5e0cf65 SHA1: 9576977b5c895f551c2ef2ff2fe5ea107f2749ff MD5sum: cbf263be04d935e3f3430db9ef1374dd Description: Messages for calibrating a robot Package: ros-lyrical-robot-calibration-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-robot-calibration-msgs Version: 0.10.1-3resolute.20260901.130530 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1947 Depends: ros-lyrical-robot-calibration-msgs (= 0.10.1-3resolute.20260901.130530) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-calibration-msgs/ros-lyrical-robot-calibration-msgs-dbgsym_0.10.1-3resolute.20260901.130530_amd64.deb Size: 1420564 SHA256: c48eee71fb0acb82c7e2d0a7a956d1b7741efa3adde6df84f3a5492e2d86fdb9 SHA1: c5d99037af4182eb81771b01c16047bb714dd4a5 MD5sum: a99d565ae838ac13dc4f0b3fe621cf9e Description: debug symbols for ros-lyrical-robot-calibration-msgs Build-Ids: 01a91b9a5400b6a3a722c884ccf96eaac68a7129 1fd6ea33042de7c8aa47fba6bf07b63eeb270121 216b25d9c5842058ddff2f404d419c9b5aa9c71b 336450604530de507e5a2fde299e77a9ef156f4b 640bc95c99af980d491aa56b520c5e161058a5d1 667e02e2e94117436852e55a0dfedb0acec8da51 894c898c6ec2ab54d85be290806989c0ec6934d9 9de8cd8b6f7350bf37ad56d852e5753d6b90d687 9e3e88911c4713b455fc366bce0e9f3ff754dfe5 f0405b5d7abe2a9b4efae668aea9eccc03a04eb5 f454911c377f877fd09f10965bf8cb68a2188b42 Package: ros-lyrical-robot-localization Version: 3.10.0-4resolute.20260901.210900 Architecture: amd64 Maintainer: Tom Moore Installed-Size: 7505 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.43), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-fastcdr, libboost-dev, libeigen3-dev, libgeographiclib-dev, ros-lyrical-angles, ros-lyrical-builtin-interfaces, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/robot_localization Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-localization/ros-lyrical-robot-localization_3.10.0-4resolute.20260901.210900_amd64.deb Size: 907156 SHA256: 6d172557245ea14b4f84bf8d2b6424ee12671f5c0a51e164cc3ea1bf00e4ad82 SHA1: d421cd7393195a86c292db67399599d748140d8c MD5sum: 59f48ae4e7b0411df408f47053378541 Description: Provides nonlinear state estimation through sensor fusion of an abritrary number of sensors. Package: ros-lyrical-robot-localization-dbgsym Package-Type: ddeb Source: ros-lyrical-robot-localization Version: 3.10.0-4resolute.20260901.210900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tom Moore Installed-Size: 26320 Depends: ros-lyrical-robot-localization (= 3.10.0-4resolute.20260901.210900) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-localization/ros-lyrical-robot-localization-dbgsym_3.10.0-4resolute.20260901.210900_amd64.deb Size: 22525112 SHA256: 9a785f5b5d08d784885363127756a6979ebb513ebc9674da56bfacca6541da0e SHA1: 93383420a37e4d34de01570f9d4d2a39c6b3fdea MD5sum: 376e9526b122dd38bb3dcd89f4e8dcec Description: debug symbols for ros-lyrical-robot-localization Build-Ids: 06cf20155005042693b1670d0a484c54667ebd93 0dca216628102b6ecc1ee1133a7b806cdd8e46f2 2a10d79103abb45c6f0523244d0a7af572ac18f1 473a4964e54d667ba459498c48f5215bc1c3f477 57da35dfc63b531e627f995823ba268a61a602c7 5c8512e2a4c962a95d8a4902e2f61c4c046e8849 62e80b91096f06893f9aef34ed1b8e8986191bdf 6af4e5c2b3fb20b56ce329faae70a589f076bd18 6e7877c99637bfb22412981f2ab74e0eac6ddd12 796ab000117b84f6ce9d744ff7a292265ec09755 91ccd28a239694afd94619090d1ea388cb87e05d a56b1eb1d7d561cf1a814bd927df246fcac5d5cc ba469e578d61b4503182296e378447aa4130ff94 d0b666da5119bda7be3b20fb172fcf13828ef5d0 d3b95650d87545a4006604cc03415ec3d592cb3f eb0382687d380d18e7a425f16a85b143a585e835 Package: ros-lyrical-robot-state-publisher Version: 3.5.6-1resolute.20260908.121111 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 1176 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), liborocos-kdl-dev, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-kdl-parser, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2-ros, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/robot_state_publisher/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-state-publisher/ros-lyrical-robot-state-publisher_3.5.6-1resolute.20260908.121111_amd64.deb Size: 208078 SHA256: 79940fb8b925ce2877721a3a9734c9222000f7a83dd7dad62aa3a0ba9755cde6 SHA1: f77ceab0708ef50f5cb2eb253f1b155a865f3343 MD5sum: 8d96907b27358dee860ddc33de9dd05d Description: This package take the joint angles of a robot as input, and publishes the 3D poses of the robot links to tf2, using a kinematic tree model of the robot. Package: ros-lyrical-robot-state-publisher-dbgsym Package-Type: ddeb Source: ros-lyrical-robot-state-publisher Version: 3.5.6-1resolute.20260908.121111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 5282 Depends: ros-lyrical-robot-state-publisher (= 3.5.6-1resolute.20260908.121111) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robot-state-publisher/ros-lyrical-robot-state-publisher-dbgsym_3.5.6-1resolute.20260908.121111_amd64.deb Size: 4257748 SHA256: 42e2bad8fd363a371cc2ce89e1399cce5b293aa4546a5ec68bb092fd8bd21070 SHA1: fbc552b8836334b9387b9d12c9c5a3308f84edc3 MD5sum: 920032ba8b4b57c8ef248f7721b4d124 Description: debug symbols for ros-lyrical-robot-state-publisher Build-Ids: a1c38a8e08e0a5d196c7f5ed0a74ebd6c5bac558 fb19c151e39a26c2446e3f4618b62344a54e5f15 Package: ros-lyrical-robotiq-description Version: 0.0.1-4resolute.20260908.162057 Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 3644 Depends: ros-lyrical-joint-state-publisher-gui, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-robot-state-publisher, ros-lyrical-rviz2, ros-lyrical-urdf, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/robotiq_description/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robotiq-description/ros-lyrical-robotiq-description_0.0.1-4resolute.20260908.162057_amd64.deb Size: 785632 SHA256: fab51f73bbaac48a0fcefe2e5b80ea89e0d951bfa5bf1a588d106060e62abf44 SHA1: 6553efcc831114f80e08252c68d8c7835f74ff8c MD5sum: 62b4cbc5f705d01f86f0d970e4682d9d Description: URDF and xacro description package for the Robotiq gripper. Package: ros-lyrical-robotraconteur Version: 1.2.8-1resolute.20260728.174954 Architecture: amd64 Maintainer: "John Wason" Installed-Size: 19952 Depends: libboost-chrono1.90.0 (>= 1.90.0), libboost-filesystem1.90.0 (>= 1.90.0), libboost-program-options1.90.0 (>= 1.90.0), libboost-random1.90.0 (>= 1.90.0), libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libbluetooth3, libboost-atomic1.83.0, libboost-chrono1.83.0t64, libboost-date-time1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-random1.83.0, libboost-regex1.83.0, libboost-system1.83.0, libboost-thread1.83.0, libdbus-1-dev, libssl-dev, libusb-1.0-0, python3-dev, python3-numpy, python3-setuptools, zlib1g-dev, ros-lyrical-ros-workspace Homepage: http://robotraconteur.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robotraconteur/ros-lyrical-robotraconteur_1.2.8-1resolute.20260728.174954_amd64.deb Size: 4464168 SHA256: 5dcaccae8c9abcf3054cd0e6f4d77fd8fd7648ebf77cd7eb1b49f58abb459fcb SHA1: 2a918bb55d4dd6ac6a13ea622c9e42e85c6e6779 MD5sum: 1844da664ab59b1883f95209449c7fdd Description: The robotraconteur package Package: ros-lyrical-robotraconteur-companion Version: 0.4.3-1resolute.20260728.210625 Architecture: amd64 Maintainer: "John Wason" Installed-Size: 18988 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-robotraconteur, libboost-atomic1.83.0, libboost-chrono1.83.0t64, libboost-date-time1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-random1.83.0, libboost-regex1.83.0, libboost-system1.83.0, libboost-thread1.83.0, libyaml-cpp-dev, ros-lyrical-ros-workspace Homepage: http://robotraconteur.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robotraconteur-companion/ros-lyrical-robotraconteur-companion_0.4.3-1resolute.20260728.210625_amd64.deb Size: 2762832 SHA256: db30c79e93d0b080c0b90c8b45758c75480eee8b5da2d592c9d64e79e624ebf1 SHA1: 56cf668b4853ffa798b1dafc4d799b012914b082 MD5sum: 03a9fd74da85a352523c121e70c602c6 Description: Robot Raconteur Companion library for C++ Package: ros-lyrical-robotraconteur-companion-dbgsym Package-Type: ddeb Source: ros-lyrical-robotraconteur-companion Version: 0.4.3-1resolute.20260728.210625 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 73733 Depends: ros-lyrical-robotraconteur-companion (= 0.4.3-1resolute.20260728.210625) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robotraconteur-companion/ros-lyrical-robotraconteur-companion-dbgsym_0.4.3-1resolute.20260728.210625_amd64.deb Size: 61477718 SHA256: 994e8b6205789c15eb0bc1786fbc2b30ea1c887bd3e0af3ad83f40ad0a7ff08d SHA1: ee40bb9b689be5f732175e56091d017603b32bc0 MD5sum: e2e4282bf46e88dfc8e594d64eb779fa Description: debug symbols for ros-lyrical-robotraconteur-companion Build-Ids: 45d5345ec198a64af862ef0cc313edf4597d50e5 Package: ros-lyrical-robotraconteur-dbgsym Package-Type: ddeb Source: ros-lyrical-robotraconteur Version: 1.2.8-1resolute.20260728.174954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 79752 Depends: ros-lyrical-robotraconteur (= 1.2.8-1resolute.20260728.174954) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robotraconteur/ros-lyrical-robotraconteur-dbgsym_1.2.8-1resolute.20260728.174954_amd64.deb Size: 70532310 SHA256: 5188f28e55d3274223bd285806073ade544a62f6d712687a344a764f5a75ece8 SHA1: 1582c1ca1082ecc54f4c11bc7ce9b5691dd638d7 MD5sum: 07b9857cacd9711283bbcd6deb7e102a Description: debug symbols for ros-lyrical-robotraconteur Build-Ids: 6bf60f3a1214b9ae867ea9327e5a07fe347a6cd6 782d694d56231ebb634e4507d22bb7612a053e8f cd5b5dfec9bb23820455785b107393fba87a7019 Package: ros-lyrical-robstride-driver Version: 0.2.0-1resolute.20260907.110019 Architecture: amd64 Maintainer: "yamato" Installed-Size: 700 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-can-msgs, ros-lyrical-diagnostic-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robstride-driver/ros-lyrical-robstride-driver_0.2.0-1resolute.20260907.110019_amd64.deb Size: 171380 SHA256: 7d040d370e0c446497f0036c12a24a14057b2ccfcba383bbefb2639c490d0faa SHA1: cf5e2b81c984ec29e2346cd7c3fcba708a6e0f4d MD5sum: bce4ac193dfbc490c3f19f06053276c0 Description: RobStride private-CAN protocol, topic transport, motor lifecycle, and feedback library. Package: ros-lyrical-robstride-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-robstride-driver Version: 0.2.0-1resolute.20260907.110019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 3312 Depends: ros-lyrical-robstride-driver (= 0.2.0-1resolute.20260907.110019) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robstride-driver/ros-lyrical-robstride-driver-dbgsym_0.2.0-1resolute.20260907.110019_amd64.deb Size: 2859490 SHA256: b78da425fb32d7bd7b3030525a9d1d51d9d5286887993ac95a86f3d423dd1e98 SHA1: f939b8f70da7853616423fe6bcb39cdab835c34c MD5sum: f551770a605f1fed8e2435172e09cd58 Description: debug symbols for ros-lyrical-robstride-driver Build-Ids: e09a8055facad1491d176d4ef59904de17698bcc Package: ros-lyrical-robstride-examples Version: 0.2.0-1resolute.20260908.121650 Architecture: amd64 Maintainer: "yamato" Installed-Size: 61 Depends: ros-lyrical-ament-index-python, ros-lyrical-controller-manager, ros-lyrical-forward-command-controller, ros-lyrical-joint-state-broadcaster, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-robot-state-publisher, ros-lyrical-robstride-ros2-control, ros-lyrical-ros2-socketcan, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robstride-examples/ros-lyrical-robstride-examples_0.2.0-1resolute.20260908.121650_amd64.deb Size: 9442 SHA256: 69cf24f4af6bbc409d116eaffe1bc149497fe46d3219a88beb355a03263e3bc1 SHA1: b81803466f570cce05eab27b4ede6e240cb92180 MD5sum: 248c9decf0af84d11837e588ba3451f2 Description: Ready-to-use Xacro profiles, ros2_control configuration, and launch examples for RobStride actuators. Package: ros-lyrical-robstride-ros2 Version: 0.2.0-1resolute.20260908.122035 Architecture: amd64 Maintainer: "yamato" Installed-Size: 50 Depends: ros-lyrical-robstride-driver, ros-lyrical-robstride-examples, ros-lyrical-robstride-ros2-control, ros-lyrical-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robstride-ros2/ros-lyrical-robstride-ros2_0.2.0-1resolute.20260908.122035_amd64.deb Size: 7444 SHA256: 3338591082a3366cbb65c1d341f2e8ba8a03a7f81b98f7b64b80ffa4dede2d3a SHA1: fdafba8f65bc15e9eba1070f7a79c4dd5cc13fcb MD5sum: 3fadec0662657af650feeced04cee428 Description: Aggregate installation package for the RobStride driver, ros2_control component, and examples. Package: ros-lyrical-robstride-ros2-control Version: 0.2.0-1resolute.20260908.111828 Architecture: amd64 Maintainer: "yamato" Installed-Size: 211 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-robstride-driver, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robstride-ros2-control/ros-lyrical-robstride-ros2-control_0.2.0-1resolute.20260908.111828_amd64.deb Size: 57676 SHA256: ebd58f9f82ca560d7eedf6244a2e254514493335be3774d68bf376615b89b8ec SHA1: 98551d668f3ce2952f575f6bd66c3657c35d19dc MD5sum: ed7c780bd37441df0a459da29a424dc6 Description: ros2_control SystemInterface for multi-axis RobStride private-CAN actuators. Package: ros-lyrical-robstride-ros2-control-dbgsym Package-Type: ddeb Source: ros-lyrical-robstride-ros2-control Version: 0.2.0-1resolute.20260908.111828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 1010 Depends: ros-lyrical-robstride-ros2-control (= 0.2.0-1resolute.20260908.111828) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-robstride-ros2-control/ros-lyrical-robstride-ros2-control-dbgsym_0.2.0-1resolute.20260908.111828_amd64.deb Size: 966872 SHA256: 4ec774d948d8d6c7dc5585764ce8c8dd06aa5822656f8151c884f0ed3b064e87 SHA1: fa735c4e849589f98a6dfa210a9cd19ba8ce0499 MD5sum: 890437372ac27131b98456726050caaa Description: debug symbols for ros-lyrical-robstride-ros2-control Build-Ids: 43ecf9e54b1a5977faa579707347f3ac044f9f2c Package: ros-lyrical-ros-babel-fish Version: 4.26.43-3resolute.20260901.164744 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1934 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rcpputils, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_babel_fish/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-babel-fish/ros-lyrical-ros-babel-fish_4.26.43-3resolute.20260901.164744_amd64.deb Size: 388250 SHA256: dab24feb01b4bd6ac3091d99e6d1551c9f1699fd4b58200aabd7850815db231f SHA1: 19b763c76ee3c7e321c54b00088c148d8ce70077 MD5sum: f9a81db1b831598230b12bba34c89af6 Description: A runtime message handler for ROS. Allows subscription, publishing, calling of services and actions with messages known only at runtime as long as they are available in the local environment. Package: ros-lyrical-ros-babel-fish-dbgsym Package-Type: ddeb Source: ros-lyrical-ros-babel-fish Version: 4.26.43-3resolute.20260901.164744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 8598 Depends: ros-lyrical-ros-babel-fish (= 4.26.43-3resolute.20260901.164744) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-babel-fish/ros-lyrical-ros-babel-fish-dbgsym_4.26.43-3resolute.20260901.164744_amd64.deb Size: 7475634 SHA256: 16881342400d5100e16c3f0f07c8bb542c6cb9ec39cadd0d36e25208cad73175 SHA1: 8b09721542398c1d7fff0f2f726ec55c3699ee81 MD5sum: 67ef35568760c54993fddb919d99dd11 Description: debug symbols for ros-lyrical-ros-babel-fish Build-Ids: 09294863b447181d72924a0e95608a1b62829134 9d63eb4e8ee1ff500169a576286b779a4d0b0ab6 ac68891a884dade99396abb01ba5e2a64d6d0dfd e858ffb15b1003fe620f27317aae7d370e34f018 e8bbf6b6c4212cd858de4ef13917e3ad11ff5d99 fe5529d58aaa5e85bbf90631eb26bd0c3d611a6e ff1d36b75a9e8ba1e2ef115ce5644e2bf4288702 Package: ros-lyrical-ros-babel-fish-test-msgs Version: 4.26.43-3resolute.20260901.134016 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2684 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_babel_fish_test_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-babel-fish-test-msgs/ros-lyrical-ros-babel-fish-test-msgs_4.26.43-3resolute.20260901.134016_amd64.deb Size: 234956 SHA256: 33cb3722c904007227fdcd593da5dbdef5561f2f408d1f9cdaa7b32d6cdf8ba5 SHA1: 968d3374691cac400f54a1c243e2c7c7a6e9c470 MD5sum: 300047cd2a0e2e8d4980f27ab98fa4dc Description: Test messages for the ros_babel_fish project tests. Package: ros-lyrical-ros-babel-fish-test-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ros-babel-fish-test-msgs Version: 4.26.43-3resolute.20260901.134016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2173 Depends: ros-lyrical-ros-babel-fish-test-msgs (= 4.26.43-3resolute.20260901.134016) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-babel-fish-test-msgs/ros-lyrical-ros-babel-fish-test-msgs-dbgsym_4.26.43-3resolute.20260901.134016_amd64.deb Size: 1638154 SHA256: cf7bfaaa56e0ae648beedcd0daf9643f5b42102ee83a0f671d50645b60ba4c8a SHA1: 1ea1b93e63dc301e6756aa885f1b71316af5cbf6 MD5sum: d2c97188fa82400bf111668e1a5dbcd1 Description: debug symbols for ros-lyrical-ros-babel-fish-test-msgs Build-Ids: 07c3a12f7ec92ff07ff452cc8028da80efc65596 0eca9855830e818db9fcf7c35def26282c69666a 35923ac43b871f0d3e75f5b4ac89595957be962c 38f0a1056a8f96e3b288f19cd9d78fe11553f8aa 5a4b339f63f312c0b92a23329d032c2683b58815 6ac045cf59ca2cbc7587c9c622b25cab1f1c309d a52c36bcacfa03aa11eb2a9703e700d54199a86b bd957ffe91cb9e8f869fb6d48e0a3627af31dd5b de110ebcd06120d7642d1f86ab1c6fac80c9b62f fa5f212d1376ea6490cd84d0838b62858505914a fe61d89921eede62ad34ad4184440411ca6eeeed Package: ros-lyrical-ros-babel-fish-tools Version: 4.26.43-3resolute.20260901.165618 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1374 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-rclcpp, ros-lyrical-ros-babel-fish, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/StefanFabian/ros_babel_fish Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-babel-fish-tools/ros-lyrical-ros-babel-fish-tools_4.26.43-3resolute.20260901.165618_amd64.deb Size: 208042 SHA256: b97c86bf3ecef0f3f42f395577d4c23d06f7187b8c24d88c33dcb646b750b09f SHA1: 27be9cf971d0642953fe2e16f66955aa9eb619c4 MD5sum: e94c592f394080be88bebede3281c74c Description: Tooling for ROS 2 built on ros_babel_fish. Provides header-only JSON and YAML serialization for dynamic messages and a CLI tool to echo topics. Package: ros-lyrical-ros-babel-fish-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-ros-babel-fish-tools Version: 4.26.43-3resolute.20260901.165618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1492 Depends: ros-lyrical-ros-babel-fish-tools (= 4.26.43-3resolute.20260901.165618) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-babel-fish-tools/ros-lyrical-ros-babel-fish-tools-dbgsym_4.26.43-3resolute.20260901.165618_amd64.deb Size: 1333078 SHA256: d3bf382434ad1e26dcbb4e2cd0567ae4aaa58ff9220afff82de029d1ae85e5e3 SHA1: 4867f582f83063402fa8e48ce0ba28db7cdab1d9 MD5sum: e26bca9b6f3bcd82ff1b13137e9fe4d1 Description: debug symbols for ros-lyrical-ros-babel-fish-tools Build-Ids: e74d86731070f8d5c046f2e91c93109dc9df5f70 Package: ros-lyrical-ros-base Version: 0.13.0-3resolute.20260908.121829 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 45 Depends: ros-lyrical-geometry2, ros-lyrical-kdl-parser, ros-lyrical-robot-state-publisher, ros-lyrical-ros-core, ros-lyrical-rosbag2, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_base/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-base/ros-lyrical-ros-base_0.13.0-3resolute.20260908.121829_amd64.deb Size: 5808 SHA256: 5ca942650483ad6f09451f11f4bb75e36ec531fec7a154cfa0498337d695b763 SHA1: 2bcd83cf9be05848bb86fad6cf3551936d459fe8 MD5sum: 63c69aa72ec571a8a9a7cb318f615a5b Description: A package which extends 'ros_core' and includes other basic functionalities like tf2 and urdf. Package: ros-lyrical-ros-core Version: 0.13.0-3resolute.20260901.185050 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 46 Depends: ros-lyrical-ament-cmake, ros-lyrical-ament-cmake-auto, ros-lyrical-ament-cmake-gmock, ros-lyrical-ament-cmake-gtest, ros-lyrical-ament-cmake-pytest, ros-lyrical-ament-cmake-ros, ros-lyrical-ament-index-cpp, ros-lyrical-ament-index-python, ros-lyrical-ament-lint-auto, ros-lyrical-ament-lint-common, ros-lyrical-class-loader, ros-lyrical-common-interfaces, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-launch-testing, ros-lyrical-launch-testing-ament-cmake, ros-lyrical-launch-testing-ros, ros-lyrical-launch-xml, ros-lyrical-launch-yaml, ros-lyrical-pluginlib, ros-lyrical-rcl-lifecycle, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rclpy, ros-lyrical-ros-environment, ros-lyrical-ros2cli-common-extensions, ros-lyrical-ros2launch, ros-lyrical-rosidl-default-generators, ros-lyrical-rosidl-default-runtime, ros-lyrical-sros2, ros-lyrical-sros2-cmake, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-core/ros-lyrical-ros-core_0.13.0-3resolute.20260901.185050_amd64.deb Size: 6318 SHA256: 67d738ec48c286067eba3679cb4fbae8c42fb19b2a3937cf58d5c080a879e480 SHA1: 6c0953d677f94cb6c5cc8c1c4bc718ef2b4a4be4 MD5sum: 98626fe86da86c51f8151f13143ca2be Description: A package to aggregate the packages required to use publish / subscribe, services, generate messages and other core ROS concepts. Package: ros-lyrical-ros-environment Version: 4.5.1-1resolute.20260728.172811 Architecture: amd64 Maintainer: Steven! Ragnarök Installed-Size: 53 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_environment/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-environment/ros-lyrical-ros-environment_4.5.1-1resolute.20260728.172811_amd64.deb Size: 6372 SHA256: 09942b32c6f684c2c86e6f44d7fcb12f2e0281edaa6b973799d68194f6e17a5e SHA1: 7fd829c19368db84a2caba7f169c0bd1d96c579f MD5sum: 4807e3077934ace4836797920e433614 Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-lyrical-ros-gz Version: 3.0.10-1resolute.20260908.164236 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 45 Depends: ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-image, ros-lyrical-ros-gz-sim, ros-lyrical-ros-gz-sim-demos, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_gz/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz/ros-lyrical-ros-gz_3.0.10-1resolute.20260908.164236_amd64.deb Size: 6428 SHA256: 135690f261fc74382e82637dd91a9ffdbc8c4036e38d6ff2115ed42507dc55e1 SHA1: 20fe3fa5c2b16f10bad92b7e4dd88cee44463142 MD5sum: c56081ca0923c6a20e31ff83cfbbbc11 Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-lyrical-ros-gz-bridge Version: 3.0.10-1resolute.20260901.194355 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 20619 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-transport-vendor, ros-lyrical-actuator-msgs, ros-lyrical-geometry-msgs, ros-lyrical-gps-msgs, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-marine-acoustic-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-ros-gz-interfaces, ros-lyrical-rosgraph-msgs, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-vision-msgs, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_gz_bridge/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-bridge/ros-lyrical-ros-gz-bridge_3.0.10-1resolute.20260901.194355_amd64.deb Size: 2069624 SHA256: 404bf9dfab2acb5dedf2a60983f68d26bdf9e12f971b383758b7433206dbcc5d SHA1: ead81e31b66a45b85f6e934cfe08aebd5b79b7c5 MD5sum: 39db7a771a4f4b1e8c0d353a567548ef Description: Bridge communication between ROS and Gazebo Transport Package: ros-lyrical-ros-gz-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-ros-gz-bridge Version: 3.0.10-1resolute.20260901.194355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 89641 Depends: ros-lyrical-ros-gz-bridge (= 3.0.10-1resolute.20260901.194355) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-bridge/ros-lyrical-ros-gz-bridge-dbgsym_3.0.10-1resolute.20260901.194355_amd64.deb Size: 67018132 SHA256: 4232ed12f6713e526714179062844993f6dfbb1a4f91281c7fab365c595197fc SHA1: 7363e224e10670b372604b24e2cb8a03892d2f41 MD5sum: 5a5883b4fb3f603bbd0290f7e1ce45af Description: debug symbols for ros-lyrical-ros-gz-bridge Build-Ids: 31a08cf65faa4664caa4bb9b7f0ede4eaea3203a 60afbccee7c7c59ccf26b3b8727d2d72c22cbc85 7956e79976d74aecf76bef57d3934f39a3abddbb 9c5ee4108a6d77a51e03d4c6b18e07215878530d c7c0a290861300244425ac88e2ac311bbfcc4621 Package: ros-lyrical-ros-gz-image Version: 3.0.10-1resolute.20260901.201355 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 134 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-transport-vendor, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-ros-gz-bridge, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_gz_image/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-image/ros-lyrical-ros-gz-image_3.0.10-1resolute.20260901.201355_amd64.deb Size: 35934 SHA256: 12bfef0f8c4c01c8944f0332b04e0919459604e54847eebf2f20cd381286632d SHA1: ee2cb84955614072a743b2ed8478972a95fbb3f0 MD5sum: 81d8fe22e4fc484ef46e95db63682870 Description: Image utilities for Gazebo simulation with ROS. Package: ros-lyrical-ros-gz-image-dbgsym Package-Type: ddeb Source: ros-lyrical-ros-gz-image Version: 3.0.10-1resolute.20260901.201355 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 692 Depends: ros-lyrical-ros-gz-image (= 3.0.10-1resolute.20260901.201355) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-image/ros-lyrical-ros-gz-image-dbgsym_3.0.10-1resolute.20260901.201355_amd64.deb Size: 646314 SHA256: 4d3e1f83de0e2572fbdfdd4ef0ed4c8568a39ec4c4853c11a87f417120ccd89d SHA1: 73320244f2f1c87b1b3c66d9c3ac82a38293109d MD5sum: e9575d9c8d8e94ee6dfd8ab4f5720ad0 Description: debug symbols for ros-lyrical-ros-gz-image Build-Ids: 9371cc1f61bc9533b3c2a93f2655cd6567c524e9 Package: ros-lyrical-ros-gz-interfaces Version: 3.0.10-1resolute.20260901.125833 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5940 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_gz_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-interfaces/ros-lyrical-ros-gz-interfaces_3.0.10-1resolute.20260901.125833_amd64.deb Size: 432868 SHA256: 2f9cbf8a4803857dd42da67ac78a82f7b2c655fffa53ce66792f0f7550494934 SHA1: bf556c1dbabddf3d7f19db641b74c37d11206ea5 MD5sum: fb1e87dee8e20d9a2f1a5784d9910761 Description: Message and service data structures for interacting with Gazebo from ROS2. Package: ros-lyrical-ros-gz-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-ros-gz-interfaces Version: 3.0.10-1resolute.20260901.125833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5110 Depends: ros-lyrical-ros-gz-interfaces (= 3.0.10-1resolute.20260901.125833) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-interfaces/ros-lyrical-ros-gz-interfaces-dbgsym_3.0.10-1resolute.20260901.125833_amd64.deb Size: 4047250 SHA256: e68381010d6f1116b39692c22729b455504b71517b51102dade4048bbdd076e2 SHA1: 57054209b35178cabb8e3c1c5b84ab181e8243a5 MD5sum: 2d789cd3e49f03c354171332e8824d31 Description: debug symbols for ros-lyrical-ros-gz-interfaces Build-Ids: 1658e39e4f7d71fc0d9c40a05797375bced28c65 25aae04388cb281ea755d4973e5aa8b6ac95e681 43b04155268fc238833178d8c435e538d0cb0d77 478cf58554403e696ceee876ec3cecc0bb701370 4b7e6722fb764b9612941cb64054ac27f829d5a1 50bbe28415b09e00cf3189982b1fc03be99a1369 6359a24f049c5c8cf0e995056004a2418b36526e a88f3c06e0a9d633ff7eaa2c4261a82e9ef83d69 b6c234ab6138d21f3840531a08d7b09dbd66d35f c2562e2a075fff7b121ea6be58b7131c3b6f8162 c7f332af8164fb081e315b9706099273d62d8d59 Package: ros-lyrical-ros-gz-sim Version: 3.0.10-1resolute.20260902.212140 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4201 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgflags2.2 (>= 2.2.2), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), ros-lyrical-gz-common-vendor, ros-lyrical-gz-msgs-vendor, ros-lyrical-gz-sim-vendor, ros-lyrical-gz-transport-vendor, ros-lyrical-sdformat-vendor, libcli11-dev, libgflags-dev, ros-lyrical-ament-index-python, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-gz-math-vendor, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rcpputils, ros-lyrical-ros-gz-interfaces, ros-lyrical-ros2pkg, ros-lyrical-simulation-interfaces, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_gz_sim/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-sim/ros-lyrical-ros-gz-sim_3.0.10-1resolute.20260902.212140_amd64.deb Size: 792976 SHA256: 3a5e865380a829c899b45de07d932db4bf41c7b8e65e2f71d2a55fb7bd12316d SHA1: 0a07c8405ad683d60aa4528e7f42c19a67809cd0 MD5sum: c4b44814e838becc8483e48503d80d7f Description: Tools for using Gazebo Sim simulation with ROS. Package: ros-lyrical-ros-gz-sim-dbgsym Package-Type: ddeb Source: ros-lyrical-ros-gz-sim Version: 3.0.10-1resolute.20260902.212140 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 25833 Depends: ros-lyrical-ros-gz-sim (= 3.0.10-1resolute.20260902.212140) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-sim/ros-lyrical-ros-gz-sim-dbgsym_3.0.10-1resolute.20260902.212140_amd64.deb Size: 23734808 SHA256: 58c36c193e88f9bd7faf8c58b467e27757c21ab89aa58b50d125483a91ea780f SHA1: 18c73b0a71e7d03a75ca16810cf40bfde8d13125 MD5sum: 8cba13ed5d60314383441ae6d10df1cf Description: debug symbols for ros-lyrical-ros-gz-sim Build-Ids: 0a3978441c066877760e05c1f9999f856bf5557d 1e857d21692a2e3d5879967fbeb084cb3f8be4ed 686d127dd74efbb84f86d3873321ddf3b39a5a9a 6a56f33cfe2656af94e6f12fe2a3eea614e7a82f 9b7f2b7d48ca0cbacd53a7bcefaf6851d4abc7e3 a605e12dcd909f2a8444f953b653a50fd63295af ab074aef7bed11949cd2430b5f03c2d8e693bfe9 b62797a7ebf171ebc06021df15d9932d7c25a69a c24e1b300a3ac6eead15e06647cceedb5eb41544 e76acbe303d3633718270cb4b518542759152883 eeb42c484e9009f0baf1ba089fae7166a37d4ce3 Package: ros-lyrical-ros-gz-sim-demos Version: 3.0.10-1resolute.20260908.162100 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1260 Depends: ros-lyrical-gz-sim-vendor, ros-lyrical-image-transport-plugins, ros-lyrical-marine-acoustic-msgs, ros-lyrical-robot-state-publisher, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-image, ros-lyrical-ros-gz-sim, ros-lyrical-rqt-image-view, ros-lyrical-rqt-plot, ros-lyrical-rqt-topic, ros-lyrical-rviz-imu-plugin, ros-lyrical-rviz2, ros-lyrical-sdformat-urdf, ros-lyrical-tf2-ros, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_gz_sim_demos/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-gz-sim-demos/ros-lyrical-ros-gz-sim-demos_3.0.10-1resolute.20260908.162100_amd64.deb Size: 922510 SHA256: 600e6feb6e6227a16770a98959a245681f47920baec6a393be578444499b136a SHA1: 35088e5823c3662b21f3187471f0f77331500165 MD5sum: 9e4d6c0097e0eccf56f0e4e00559c3c1 Description: Demos using Gazebo Sim simulation with ROS. Package: ros-lyrical-ros-industrial-cmake-boilerplate Version: 0.7.5-1resolute.20260824.235401 Architecture: amd64 Maintainer: "Levi Armstrong" Installed-Size: 140 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_industrial_cmake_boilerplate/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-industrial-cmake-boilerplate/ros-lyrical-ros-industrial-cmake-boilerplate_0.7.5-1resolute.20260824.235401_amd64.deb Size: 23918 SHA256: f0e0c26e85d41bf2964fd293fdb7d8871d8d2e7e8966f4e14b8ab69b58ddbfe8 SHA1: 90c38fc36c74b4c0e2782dbeb064050c77f125c7 MD5sum: 1e9dde63d601876a0fcefe30080f307e Description: Contains boilerplate cmake script, macros and utils Package: ros-lyrical-ros-snapd-interfaces Version: 0.0.1-1resolute.20260901.111511 Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 2019 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_snapd_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-snapd-interfaces/ros-lyrical-ros-snapd-interfaces_0.0.1-1resolute.20260901.111511_amd64.deb Size: 148470 SHA256: 8e7f1c2a3d9d03b689eb30d2639bca41d7898052472cd3e406a954c31732f54c SHA1: fbc14241f3e115b7d789b043654be51b939c1eda MD5sum: b982efb2eb7b14ecea2eace20f84a32c Description: Interface definitions for ros2-snapd. Package: ros-lyrical-ros-snapd-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-ros-snapd-interfaces Version: 0.0.1-1resolute.20260901.111511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1632 Depends: ros-lyrical-ros-snapd-interfaces (= 0.0.1-1resolute.20260901.111511) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-snapd-interfaces/ros-lyrical-ros-snapd-interfaces-dbgsym_0.0.1-1resolute.20260901.111511_amd64.deb Size: 1194154 SHA256: 83f2407c29ef719ea727dd630fcbb0f941d1fd06412ac51316acdd4cfe07d60d SHA1: aecfdea3200c22a787d85fce30093f78e0456a0f MD5sum: b4c83d8bb0f6d4b6543f5af4a3cffdb7 Description: debug symbols for ros-lyrical-ros-snapd-interfaces Build-Ids: 39fb57ed19058f27d1a8886cf7c97903c6090ab2 3b3c4f14670da6f41d22bd99f1d01a32229231f7 5b4132caec3b4e04fb3f988e045a4f4d05967c95 5c8da71ff25ff72d193c6b755cfe26750a0c0563 73060a56310588781c969fbc994c1af85b8134d8 80d03a00b39b706334d247b26995bf33a9cb99f7 88c45d25891bfbc38765fe956d96de1777057800 92d98457766f0289d8862cf80e54b445eb450c09 96b9cbadac4b8c9e5f82e8aade6798b7d395fcfc b92e53b0e021ebedbffe2cc2eeb3ad9fb775469a ebe83d9c6273acd648c743bcbca7d6907e87b4c2 Package: ros-lyrical-ros-testing Version: 0.9.1-3resolute.20260901.184845 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 50 Depends: ros-lyrical-launch-testing, ros-lyrical-launch-testing-ament-cmake, ros-lyrical-launch-testing-ros, ros-lyrical-ros2test, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros_testing/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-testing/ros-lyrical-ros-testing_0.9.1-3resolute.20260901.184845_amd64.deb Size: 7332 SHA256: ce2ccfc2c9d0e51b16e0bfb4ae7a4be4810854b098057be341a96700517e6532 SHA1: 72ba3c637528ee74b61f18fde67535c3830ff930 MD5sum: 58226838631de5306c991fccc8b9fcce Description: The entry point package to launch testing in ROS. Package: ros-lyrical-ros-workspace Version: 1.0.3-9resolute.20260728.162902 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 96 Homepage: https://index.ros.org/p/ros_workspace/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros-workspace/ros-lyrical-ros-workspace_1.0.3-9resolute.20260728.162902_amd64.deb Size: 16576 SHA256: 2a739a61d1d58fd00ced9c866defa4eb2f6dd043ee31fb961e88787acb4038ec SHA1: 0830d40f6f8608e8c0e13c83dc3e2a10444f7b73 MD5sum: 5d869d329bde64dec83b8f3a0f342b32 Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-lyrical-ros2-control Version: 6.10.1-1resolute.20260908.113253 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 46 Depends: ros-lyrical-controller-interface, ros-lyrical-controller-manager, ros-lyrical-controller-manager-msgs, ros-lyrical-hardware-interface, ros-lyrical-joint-limits, ros-lyrical-ros2-control-test-assets, ros-lyrical-ros2controlcli, ros-lyrical-transmission-interface, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-control/ros-lyrical-ros2-control_6.10.1-1resolute.20260908.113253_amd64.deb Size: 6508 SHA256: 701c1313994b6cf0fc7915d0dddaa3036738049c58b091fe1738cee4c03a2f85 SHA1: 919527abc3a1e83e487f2d27893433a6282c6ef3 MD5sum: 217209dfc852795352605abf6605b533 Description: Metapackage for ROS2 control related packages Package: ros-lyrical-ros2-control-cmake Version: 0.3.0-3resolute.20260728.210022 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 49 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_control_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-control-cmake/ros-lyrical-ros2-control-cmake_0.3.0-3resolute.20260728.210022_amd64.deb Size: 7800 SHA256: a3f5ebcae7e3c63ef79e7240d3b57cb06ce8a064ceb175426114926253bcdd5d SHA1: ac445cbfb735a79e95fc5ffa09b612eb39115add MD5sum: c71f4651707b36d59cf6e63285777597 Description: Provides CMake macros used by the ros2_control framework Package: ros-lyrical-ros2-control-test-assets Version: 6.10.1-1resolute.20260908.105550 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 182 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_control_test_assets/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-control-test-assets/ros-lyrical-ros2-control-test-assets_6.10.1-1resolute.20260908.105550_amd64.deb Size: 18840 SHA256: 98339cbf155cebdedd23d9bbdd8ef89df9f4ea8ef4fe8ebb62cb853b31f0a2b9 SHA1: 6b69153770ce3caebfc5217806f27f00de3a7e99 MD5sum: a7027ecf809349c9c408edb1a7910131 Description: Shared test resources for ros2_control stack Package: ros-lyrical-ros2-controllers Version: 6.9.0-1resolute.20260908.113819 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 47 Depends: ros-lyrical-ackermann-steering-controller, ros-lyrical-admittance-controller, ros-lyrical-battery-state-broadcaster, ros-lyrical-bicycle-steering-controller, ros-lyrical-chained-filter-controller, ros-lyrical-diff-drive-controller, ros-lyrical-force-torque-sensor-broadcaster, ros-lyrical-forward-command-controller, ros-lyrical-gpio-controllers, ros-lyrical-gps-sensor-broadcaster, ros-lyrical-imu-sensor-broadcaster, ros-lyrical-joint-state-broadcaster, ros-lyrical-joint-trajectory-controller, ros-lyrical-magnetometer-broadcaster, ros-lyrical-mecanum-drive-controller, ros-lyrical-motion-primitives-controllers, ros-lyrical-omni-wheel-drive-controller, ros-lyrical-parallel-gripper-controller, ros-lyrical-pid-controller, ros-lyrical-pose-broadcaster, ros-lyrical-range-sensor-broadcaster, ros-lyrical-state-interfaces-broadcaster, ros-lyrical-steering-controllers-library, ros-lyrical-tricycle-controller, ros-lyrical-tricycle-steering-controller, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-controllers/ros-lyrical-ros2-controllers_6.9.0-1resolute.20260908.113819_amd64.deb Size: 7450 SHA256: 6ee324ab36017b10d526e539ad272a362e81b6322884e76ed824774c61fa19ab SHA1: 3e9b1d8870627587cb0b7ca6a42d55c48eb57ed6 MD5sum: 7f053d0b551a44500bea11b7fb529de6 Description: Metapackage for ros2_controllers related packages Package: ros-lyrical-ros2-controllers-test-nodes Version: 6.9.0-1resolute.20260901.184512 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 66 Depends: ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-controllers-test-nodes/ros-lyrical-ros2-controllers-test-nodes_6.9.0-1resolute.20260901.184512_amd64.deb Size: 12666 SHA256: 7dfb71edccc81b54dc44c4e59e63ea719235937774df6d10caa8772fcb1daeb4 SHA1: 713bf50b40cdd1e1bcddc2b137006e22e58d9449 MD5sum: 55295d1e872792840ccc714705c70554 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-lyrical-ros2-fmt-logger Version: 1.1.0-3resolute.20260901.165513 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 121 Depends: libfmt-dev, ros-lyrical-backward-ros, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-ros-workspace Homepage: https://github.com/nobleo/ros2_fmt_logger Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-fmt-logger/ros-lyrical-ros2-fmt-logger_1.1.0-3resolute.20260901.165513_amd64.deb Size: 13702 SHA256: 698b4127353d71e5bcd168318b30e878f9907280aa23015e19d3d5e0fda99c3d SHA1: 8548ee18acfb6d708de19017037ae0373a0fd2c3 MD5sum: b2e34ff1f8d11012608439eb9deba723 Description: A modern, ROS 2 logging library that provides fmt-style formatting as a replacement for RCLCPP logging macros Package: ros-lyrical-ros2-medkit-action-status-bridge Version: 0.6.0-1resolute.20260901.170011 Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 587 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-action-msgs, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-fault-reporter, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_action_status_bridge/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-action-status-bridge/ros-lyrical-ros2-medkit-action-status-bridge_0.6.0-1resolute.20260901.170011_amd64.deb Size: 135724 SHA256: b0b9b4f2ec10077e33c18a8ce5f0da5cec5429d044cecc50758ed83cfbb6c829 SHA1: d8b12acccf1b39dcdaa9257064f6e22aa9d6bca8 MD5sum: 23a7038a7d0b434b61def7bdb095308d Description: Bridge node turning terminal ROS2 action goal states (aborted) into FaultManager faults Package: ros-lyrical-ros2-medkit-action-status-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-action-status-bridge Version: 0.6.0-1resolute.20260901.170011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2804 Depends: ros-lyrical-ros2-medkit-action-status-bridge (= 0.6.0-1resolute.20260901.170011) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-action-status-bridge/ros-lyrical-ros2-medkit-action-status-bridge-dbgsym_0.6.0-1resolute.20260901.170011_amd64.deb Size: 2390794 SHA256: ba84014f44990e649e412411331a10df78f1413cb2e4bfe80ad50d4a3a918fed SHA1: c88ef059273ee806923110e0b5bcdf4e103cd29c MD5sum: 5bb9d043cb45a2b5e94fb60a0618722f Description: debug symbols for ros-lyrical-ros2-medkit-action-status-bridge Build-Ids: 1288d3e797e7052b6db8e6f7db768b30c155d4e6 694a78b88f1e7a982b9fcc84c8c6bf9887d294ab Package: ros-lyrical-ros2-medkit-beacon-common Version: 0.6.0-1resolute.20260901.224607 Architecture: amd64 Maintainer: "bburda" Installed-Size: 298 Depends: nlohmann-json3-dev, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-gateway, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_beacon_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-beacon-common/ros-lyrical-ros2-medkit-beacon-common_0.6.0-1resolute.20260901.224607_amd64.deb Size: 58428 SHA256: f1309f1e130986a8ef2b1b51c31c2aafa9e4455e79c39285c42a04eead41c8d8 SHA1: 406718d785da5844e7f6f62036b5ed24f789d76a MD5sum: 4a9ff6e03dab649462faac0d2be46dc0 Description: Shared library for ros2_medkit beacon discovery plugins Package: ros-lyrical-ros2-medkit-cmake Version: 0.6.0-1resolute.20260728.210050 Architecture: amd64 Maintainer: "bburda" Installed-Size: 77 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-cmake/ros-lyrical-ros2-medkit-cmake_0.6.0-1resolute.20260728.210050_amd64.deb Size: 14314 SHA256: 08c202c3598b29236269e1286b1e643a2b5d348d03fbfa3d72362542108311f7 SHA1: 4b7e175d3913d6c5fef92b2430febddb5892dbbd MD5sum: 0903e0d3e53055befe302fdce22d68de Description: Shared CMake modules for ros2_medkit packages (multi-distro compat, ccache, linting) Package: ros-lyrical-ros2-medkit-diagnostic-bridge Version: 0.6.0-1resolute.20260901.170022 Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 532 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-diagnostic-msgs, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-fault-reporter, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_diagnostic_bridge/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-diagnostic-bridge/ros-lyrical-ros2-medkit-diagnostic-bridge_0.6.0-1resolute.20260901.170022_amd64.deb Size: 116598 SHA256: d5c125131360e8bcdeaae53cde60357d5593cdf5c7fa13ee837dc76943752505 SHA1: ca68c1e63e3fa4541048bd8819fe02d1ce5a6d31 MD5sum: ecc3d84363a8509d758a707f4738bc3b Description: Bridge node converting ROS2 /diagnostics to FaultManager faults Package: ros-lyrical-ros2-medkit-diagnostic-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-diagnostic-bridge Version: 0.6.0-1resolute.20260901.170022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2604 Depends: ros-lyrical-ros2-medkit-diagnostic-bridge (= 0.6.0-1resolute.20260901.170022) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-diagnostic-bridge/ros-lyrical-ros2-medkit-diagnostic-bridge-dbgsym_0.6.0-1resolute.20260901.170022_amd64.deb Size: 2207134 SHA256: e5e1058dac4ecc74ab7c29281e3cf7369aa9ee81f2dedb6be357664b5c0fdeda SHA1: 344c099c496d5f4f1b74c090a17c8bf8185733ed MD5sum: 254b7ca6a249d13843d2dccb9e5d0458 Description: debug symbols for ros-lyrical-ros2-medkit-diagnostic-bridge Build-Ids: b72f2b12659b94281ce0cf41d833a444381816c3 fb9fd32b9aeaeb6b7082b52631c2198d7a0d7b24 Package: ros-lyrical-ros2-medkit-fault-manager Version: 0.6.0-1resolute.20260901.183931 Architecture: amd64 Maintainer: "bburda" Installed-Size: 1302 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libsqlite3-dev, nlohmann-json3-dev, ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros2-medkit-serialization, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-storage, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_fault_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-fault-manager/ros-lyrical-ros2-medkit-fault-manager_0.6.0-1resolute.20260901.183931_amd64.deb Size: 396510 SHA256: 2f869c4dbc3b53a628e518a9ed744ea541bbb52213392624d08d1a33a765960f SHA1: 7ec73c541bf48cc226661fd399907305ff2d6e47 MD5sum: 4b4ab3d59cdbcc44981955427251100c Description: Central fault manager node for ros2_medkit fault management system Package: ros-lyrical-ros2-medkit-fault-manager-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-fault-manager Version: 0.6.0-1resolute.20260901.183931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 7340 Depends: ros-lyrical-ros2-medkit-fault-manager (= 0.6.0-1resolute.20260901.183931) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-fault-manager/ros-lyrical-ros2-medkit-fault-manager-dbgsym_0.6.0-1resolute.20260901.183931_amd64.deb Size: 6800680 SHA256: 7e81742bec6081975b1fcdd38ed64999a6cbe19847587d16b49f67a4e660772e SHA1: 2935506557ea767f58db9f4758d6ed079e01ee2d MD5sum: 9ae99f8b8a55236824308604da0f6ccd Description: debug symbols for ros-lyrical-ros2-medkit-fault-manager Build-Ids: 9a10a6bda7952b0752d72b7e308bfb5aa7c7cfaa Package: ros-lyrical-ros2-medkit-fault-reporter Version: 0.6.0-1resolute.20260901.152556 Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 164 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_fault_reporter/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-fault-reporter/ros-lyrical-ros2-medkit-fault-reporter_0.6.0-1resolute.20260901.152556_amd64.deb Size: 42684 SHA256: 5b1a8ecf05e91d26b8fbac253b5176d111b50c95abb0c603150f2cf0bf6b461a SHA1: 3d2475fb5e0f7b854ece54fb2f7d03da5346a991 MD5sum: 54a3737465a073d500b65172184aa616 Description: Client library for easy fault reporting with local filtering Package: ros-lyrical-ros2-medkit-fault-reporter-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-fault-reporter Version: 0.6.0-1resolute.20260901.152556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 687 Depends: ros-lyrical-ros2-medkit-fault-reporter (= 0.6.0-1resolute.20260901.152556) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-fault-reporter/ros-lyrical-ros2-medkit-fault-reporter-dbgsym_0.6.0-1resolute.20260901.152556_amd64.deb Size: 641716 SHA256: 28e80c69d834da8f9fa180e5cc785fad455032175fb60965fba1046afd0e2324 SHA1: 1e2bf009b8b7cac28aab4e944b5c513c7854fae8 MD5sum: 2c7be79418da09e857d854ffa2037701 Description: debug symbols for ros-lyrical-ros2-medkit-fault-reporter Build-Ids: b12e597dfcb1a40b253add2dbf7d10676a7e0a3b Package: ros-lyrical-ros2-medkit-gateway Version: 0.6.0-1resolute.20260901.215617 Architecture: amd64 Maintainer: "bburda" Installed-Size: 8559 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.5.9), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libcpp-httplib-dev, libsqlite3-dev, libssl-dev, nlohmann-json3-dev, ros-lyrical-action-msgs, ros-lyrical-ament-index-cpp, ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-lifecycle-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-action-status-bridge, ros-lyrical-ros2-medkit-diagnostic-bridge, ros-lyrical-ros2-medkit-fault-manager, ros-lyrical-ros2-medkit-log-bridge, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros2-medkit-serialization, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-runtime-py, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_gateway/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-gateway/ros-lyrical-ros2-medkit-gateway_0.6.0-1resolute.20260901.215617_amd64.deb Size: 2256466 SHA256: bda01b8a6f9f309cc811742bc9505c320f9f1dd99a3c773f842d9f2d80c32f0f SHA1: f4bc96394893e40bfff68a7e6aa4cd3508d9527d MD5sum: 29831bf874c412ebe855eadb62b26007 Description: HTTP gateway for ros2_medkit diagnostics system Package: ros-lyrical-ros2-medkit-gateway-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-gateway Version: 0.6.0-1resolute.20260901.215617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 75744 Depends: ros-lyrical-ros2-medkit-gateway (= 0.6.0-1resolute.20260901.215617) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-gateway/ros-lyrical-ros2-medkit-gateway-dbgsym_0.6.0-1resolute.20260901.215617_amd64.deb Size: 71698776 SHA256: ac71e9f1b114a1d94b8486548ca98d4f0a776d0353c33d753e0a0765497b842f SHA1: 729ecd6c26eee5ad27a28bc60bc2df2e22ebcf24 MD5sum: 934c6bcdbaa5225223b5df3661e109b2 Description: debug symbols for ros-lyrical-ros2-medkit-gateway Build-Ids: 0f250edf227be3746985829d3813a5686c583378 Package: ros-lyrical-ros2-medkit-graph-provider Version: 0.6.0-1resolute.20260901.224608 Architecture: amd64 Maintainer: "bburda" Installed-Size: 583 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), nlohmann-json3-dev, ros-lyrical-diagnostic-msgs, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-gateway, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_graph_provider/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-graph-provider/ros-lyrical-ros2-medkit-graph-provider_0.6.0-1resolute.20260901.224608_amd64.deb Size: 149322 SHA256: 250777cd0a8d82ff078a141b26a66b6e4469d6c620c715ce98aea42198fc4312 SHA1: f252751e60852aa175eca448e9117921b41487ef MD5sum: c8e013938697863bf941b0070f40e28a Description: Graph provider plugin for ros2_medkit gateway Package: ros-lyrical-ros2-medkit-graph-provider-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-graph-provider Version: 0.6.0-1resolute.20260901.224608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 3362 Depends: ros-lyrical-ros2-medkit-graph-provider (= 0.6.0-1resolute.20260901.224608) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-graph-provider/ros-lyrical-ros2-medkit-graph-provider-dbgsym_0.6.0-1resolute.20260901.224608_amd64.deb Size: 2945426 SHA256: 404d87949986317fbdee7a0dec51bc494c796a6f4e8c1e7d33be6002e731ccc7 SHA1: 8066830574908114b125d622132365c117c1d8e0 MD5sum: 8037496f4a5eac1f8105622c5d2d2ec6 Description: debug symbols for ros-lyrical-ros2-medkit-graph-provider Build-Ids: 0c1e83c121c1bd3affc880bc11c2980810253b16 Package: ros-lyrical-ros2-medkit-integration-tests Version: 0.6.0-1resolute.20260901.165430 Architecture: amd64 Maintainer: "bburda" Installed-Size: 2283 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-diagnostic-msgs, ros-lyrical-example-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros2-medkit-msgs, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_integration_tests/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-integration-tests/ros-lyrical-ros2-medkit-integration-tests_0.6.0-1resolute.20260901.165430_amd64.deb Size: 397944 SHA256: 4b97a4e871a5d161f734a3d5cffed31aa4145dd509db3016813c25cdaac3e80e SHA1: de02466dc22b85ff0bd735cc76ad76fb8a9aa941 MD5sum: 22bf0438418730d290559aa6dcc7d51f Description: Integration tests and demo nodes for ros2_medkit Package: ros-lyrical-ros2-medkit-integration-tests-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-integration-tests Version: 0.6.0-1resolute.20260901.165430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 12290 Depends: ros-lyrical-ros2-medkit-integration-tests (= 0.6.0-1resolute.20260901.165430) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-integration-tests/ros-lyrical-ros2-medkit-integration-tests-dbgsym_0.6.0-1resolute.20260901.165430_amd64.deb Size: 10743436 SHA256: 67331963ac3db3a4c9f26cb580f86afb4a8835d1fa411e8fef30620695028ec9 SHA1: 214b5fdf8d63e52773aa71abbfe156621e9c8367 MD5sum: 20cbd6f533515d705577bfd739035352 Description: debug symbols for ros-lyrical-ros2-medkit-integration-tests Build-Ids: 2593ff946617195e4670e3d43a11f9f63aba1781 2c782668b9e41be0cf5e6ae5a60c14289dbebba8 36844677d154b2441d35b672810e5510503d3751 39859796b2fd5bf8f1f8ea1c1fb8cebaa5bc3362 47754e73012ce378b1e477ed3614f9477d832d47 8d6d3f26e1caf68a91990b2a9a9649a0fc06f862 92addef46cfa6e186b8d914843c18daa408f6c14 98c317c11947efc333641b96bfc988cf5b546250 c7693fe5e23bf424dedeb56331eb098b27e31408 ce28b596c056281b117d41a62257f3f3270e3bcd d889701c1b6225723df217581dca904b93f7446d e126fa70384ba8d8e1f2de32937cf996e25656a3 Package: ros-lyrical-ros2-medkit-linux-introspection Version: 0.6.0-1resolute.20260901.224632 Architecture: amd64 Maintainer: "bburda" Installed-Size: 467 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libsystemd0 (>= 221), libsystemd-dev, nlohmann-json3-dev, ros-lyrical-ros2-medkit-gateway, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_linux_introspection/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-linux-introspection/ros-lyrical-ros2-medkit-linux-introspection_0.6.0-1resolute.20260901.224632_amd64.deb Size: 123094 SHA256: 4f43e2a855272ed06ad494d482ca84cde9669c95669ec2a31d8fa08dba8229f3 SHA1: 7974f0b41fae40596c83b3dfb372ceffcc2e2119 MD5sum: 9dcc45027856b8524f8da65b6f191dad Description: Linux introspection plugins for ros2_medkit gateway - procfs, systemd, and container Package: ros-lyrical-ros2-medkit-linux-introspection-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-linux-introspection Version: 0.6.0-1resolute.20260901.224632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2740 Depends: ros-lyrical-ros2-medkit-linux-introspection (= 0.6.0-1resolute.20260901.224632) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-linux-introspection/ros-lyrical-ros2-medkit-linux-introspection-dbgsym_0.6.0-1resolute.20260901.224632_amd64.deb Size: 2586944 SHA256: 4316804485613de7359485dddf6305ec139009733b11fdb8b9cf559977c29088 SHA1: 568219aba10b9d21e255e32af5cc373fc65fc06d MD5sum: 10041aeb4392c312b4677d6036bf80f5 Description: debug symbols for ros-lyrical-ros2-medkit-linux-introspection Build-Ids: 1d2d4dd06fe37a52a2b70d10072ad4c6a77b65c8 80e920b678ef78c874f0ef10f9a2c21807d3dcfc 99968436641616fe5720b88705b01560b88e5a9d Package: ros-lyrical-ros2-medkit-log-bridge Version: 0.6.0-1resolute.20260901.170103 Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 546 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-fault-reporter, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_log_bridge/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-log-bridge/ros-lyrical-ros2-medkit-log-bridge_0.6.0-1resolute.20260901.170103_amd64.deb Size: 122998 SHA256: 075c5b3499eab268d2d2e2361fb65aa6c09b0612ed827908b7b484e9fd052135 SHA1: 38a6dc7f22e60a994392769cb984f0e95a9f1177 MD5sum: 67ee0f39aea1e4b772da6dee5c4a7e1a Description: Bridge node promoting ROS2 /rosout log entries to FaultManager faults Package: ros-lyrical-ros2-medkit-log-bridge-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-log-bridge Version: 0.6.0-1resolute.20260901.170103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "mfaferek93" Installed-Size: 2660 Depends: ros-lyrical-ros2-medkit-log-bridge (= 0.6.0-1resolute.20260901.170103) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-log-bridge/ros-lyrical-ros2-medkit-log-bridge-dbgsym_0.6.0-1resolute.20260901.170103_amd64.deb Size: 2268146 SHA256: 48b5d28c6943187a05d98d30a5ea4f670d0cb79600d44bb2290cda8073308198 SHA1: c6b95292480fa707ef72c4ababb56491d3bce15d MD5sum: 8bcd0ce14aebc371d011c6b35d586595 Description: debug symbols for ros-lyrical-ros2-medkit-log-bridge Build-Ids: 0fb93365870f1dc0c0a8a552f3bfda72314178c5 d1efe7a8bb47af345ff93bf81986a443342997fd Package: ros-lyrical-ros2-medkit-msgs Version: 0.6.0-1resolute.20260901.125941 Architecture: amd64 Maintainer: "bburda" Installed-Size: 7129 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-diagnostic-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-msgs/ros-lyrical-ros2-medkit-msgs_0.6.0-1resolute.20260901.125941_amd64.deb Size: 501776 SHA256: 8639810f2e9cd287a02ba57e54fd2d773abed881f69e4671f4d55cd35d776f6b SHA1: 0d6aa333d023a3d3aa519e7f453098f90de67a25 MD5sum: effbe01b5b6faf3fce8390458a4abecb Description: ROS 2 message and service definitions for ros2_medkit fault management Package: ros-lyrical-ros2-medkit-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-msgs Version: 0.6.0-1resolute.20260901.125941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 6129 Depends: ros-lyrical-ros2-medkit-msgs (= 0.6.0-1resolute.20260901.125941) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-msgs/ros-lyrical-ros2-medkit-msgs-dbgsym_0.6.0-1resolute.20260901.125941_amd64.deb Size: 4866934 SHA256: 0bc9dc94bbdff7aa5d01f67b37947bcb206ff87e7c72061e3726810a6bdaf94c SHA1: 9fffd9f478fb67f282453989554a993ca07d196e MD5sum: ac23a9f310ed5932812ad291d8727f60 Description: debug symbols for ros-lyrical-ros2-medkit-msgs Build-Ids: 0a3b2ee91f1b2f63e31bee462ff704bb396151c0 2b36d1ee7df22d4ff7a602b0b490df569b50d8f8 6dd7eea7735eb367b6519e2a816373fa04726d5d 6f4af68a7b089986dcc1422f7588914bfb7aac07 9cb08739ba4929de6dcfad65ec65c03e49534ec8 cc6415ebd514b4372f21b1d1421f5499bbf03aa9 e4da6f4e46f24f412f06f86a001d16b6bb6b872d e8b20de2661abe9fd3d97bb5fc554fbfa6423d19 ef793d8a99ea618abf3ad7cb389eaa766fa02a0b f7bf16178a501ed7bbcd7e5ecc0cb72f4f9058a4 fdbb56fef1a3e44473d6d21a86a0f369547b8ea2 Package: ros-lyrical-ros2-medkit-param-beacon Version: 0.6.0-1resolute.20260901.225030 Architecture: amd64 Maintainer: "bburda" Installed-Size: 258 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), nlohmann-json3-dev, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-beacon-common, ros-lyrical-ros2-medkit-gateway, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_param_beacon/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-param-beacon/ros-lyrical-ros2-medkit-param-beacon_0.6.0-1resolute.20260901.225030_amd64.deb Size: 83298 SHA256: 4a9ea0498315b4ec29e5d1418262b865653aa5f1c731001b89b10674060c6d84 SHA1: 204375f45012634ce5b2a9582ad76e654ee30529 MD5sum: 3fd211686273cc811b01da582bb82bf7 Description: Parameter-based beacon discovery plugin for ros2_medkit gateway Package: ros-lyrical-ros2-medkit-param-beacon-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-param-beacon Version: 0.6.0-1resolute.20260901.225030 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 992 Depends: ros-lyrical-ros2-medkit-param-beacon (= 0.6.0-1resolute.20260901.225030) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-param-beacon/ros-lyrical-ros2-medkit-param-beacon-dbgsym_0.6.0-1resolute.20260901.225030_amd64.deb Size: 928028 SHA256: bc8fedde5c6cbed95d266242ee3fd24f535d9f6c2d1a9f392be79a59d0fc4878 SHA1: c1e55a95e74ef0ec75d6119211b41257fd3e9948 MD5sum: 2fc255399a2bef1aea66021548f10f84 Description: debug symbols for ros-lyrical-ros2-medkit-param-beacon Build-Ids: 538e1a2140f241984f3aac7380cd3a42c02855c1 Package: ros-lyrical-ros2-medkit-serialization Version: 0.6.0-1resolute.20260901.165534 Architecture: amd64 Maintainer: "bburda" Installed-Size: 499 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), nlohmann-json3-dev, ros-lyrical-rclcpp, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_serialization/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-serialization/ros-lyrical-ros2-medkit-serialization_0.6.0-1resolute.20260901.165534_amd64.deb Size: 144544 SHA256: 5889e7f9ca3645f1d6ba0a3d6fe08ef14cdf135b8d154b5b8605bb2914fcaa48 SHA1: a7a4f7dba831c254edf469a84b75a1c1b32ffe01 MD5sum: 11615e8392b113ffef7b2e7784bbc528 Description: Runtime JSON to ROS 2 message serialization library Package: ros-lyrical-ros2-medkit-serialization-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-serialization Version: 0.6.0-1resolute.20260901.165534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2120 Depends: ros-lyrical-ros2-medkit-serialization (= 0.6.0-1resolute.20260901.165534) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-serialization/ros-lyrical-ros2-medkit-serialization-dbgsym_0.6.0-1resolute.20260901.165534_amd64.deb Size: 1975864 SHA256: d013327acf5d314305195fd9a3cd037bf39407c4440be9b48fbaadbe02d396d4 SHA1: 43d387154286f53d00c0ea43afb2fd9974a8de8e MD5sum: 390b965de5d6529bd881ac0970e52abf Description: debug symbols for ros-lyrical-ros2-medkit-serialization Build-Ids: d413d8b36007bd70444d83620e68091fbc1b5df6 Package: ros-lyrical-ros2-medkit-sovd-service-interface Version: 0.6.0-1resolute.20260901.224613 Architecture: amd64 Maintainer: "bburda" Installed-Size: 227 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), nlohmann-json3-dev, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-gateway, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_sovd_service_interface/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-sovd-service-interface/ros-lyrical-ros2-medkit-sovd-service-interface_0.6.0-1resolute.20260901.224613_amd64.deb Size: 56458 SHA256: ac52737c7fa3a577b39e5fc71e43f1fb2840a96cf64efd64e25e4838e18acca9 SHA1: 45c784b595652138ed32f6134ced39b920cb32c6 MD5sum: 3b0067b4f449bd42c16ba14a4481247d Description: SOVD Service Interface plugin - exposes medkit entity tree and fault data via ROS 2 services Package: ros-lyrical-ros2-medkit-sovd-service-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-sovd-service-interface Version: 0.6.0-1resolute.20260901.224613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 1197 Depends: ros-lyrical-ros2-medkit-sovd-service-interface (= 0.6.0-1resolute.20260901.224613) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-sovd-service-interface/ros-lyrical-ros2-medkit-sovd-service-interface-dbgsym_0.6.0-1resolute.20260901.224613_amd64.deb Size: 1082628 SHA256: 8a7679b3223eaae1f003805cf19ad4b26b10396466267e834c47e509060a1cb6 SHA1: 4d5f6b177a95097f97ddd7253971cc06eb7c1088 MD5sum: 121d9328396b3b2b155c56e33b79e27c Description: debug symbols for ros-lyrical-ros2-medkit-sovd-service-interface Build-Ids: 4782caf795ad15daf390bd664b17ff6ab0798f59 Package: ros-lyrical-ros2-medkit-topic-beacon Version: 0.6.0-1resolute.20260901.225027 Architecture: amd64 Maintainer: "bburda" Installed-Size: 603 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), nlohmann-json3-dev, ros-lyrical-diagnostic-msgs, ros-lyrical-rclcpp, ros-lyrical-ros2-medkit-beacon-common, ros-lyrical-ros2-medkit-gateway, ros-lyrical-ros2-medkit-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_medkit_topic_beacon/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-topic-beacon/ros-lyrical-ros2-medkit-topic-beacon_0.6.0-1resolute.20260901.225027_amd64.deb Size: 151140 SHA256: 2755f8e71752a415540a0294b03bfc593f72cc79e68f02104f0f92cca2019d63 SHA1: 11f19820e0aaa45f081ae627694ec279b79d39aa MD5sum: f66e1e8e08cc6e7b2269ec8779d3d897 Description: Topic-based beacon discovery plugin for ros2_medkit gateway Package: ros-lyrical-ros2-medkit-topic-beacon-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-medkit-topic-beacon Version: 0.6.0-1resolute.20260901.225027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "bburda" Installed-Size: 2637 Depends: ros-lyrical-ros2-medkit-topic-beacon (= 0.6.0-1resolute.20260901.225027) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-medkit-topic-beacon/ros-lyrical-ros2-medkit-topic-beacon-dbgsym_0.6.0-1resolute.20260901.225027_amd64.deb Size: 2221830 SHA256: c7f0a057ac0c7a3ebfbb19521d3812d45db3cfebaa403b2f816e21b4505c4b67 SHA1: 2b941932668f15143e47434719ca6d52e2791d3e MD5sum: b957bf4674507ff33755772dcee3712a Description: debug symbols for ros-lyrical-ros2-medkit-topic-beacon Build-Ids: 09e7c84c50c0f2ba208f1d82a4815ffe4191e8b1 Package: ros-lyrical-ros2-snapshot Version: 0.0.7-1resolute.20260901.175244 Architecture: amd64 Maintainer: CNU Robotics CHRISLab Installed-Size: 1186 Depends: graphviz, python3-graphviz, python3-psutil, python3-pydantic, python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2component, ros-lyrical-ros2node, ros-lyrical-ros2param, ros-lyrical-ros2pkg, ros-lyrical-ros2service, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_snapshot/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-snapshot/ros-lyrical-ros2-snapshot_0.0.7-1resolute.20260901.175244_amd64.deb Size: 233450 SHA256: bba71af463f3bf9622d5ad45871c98ec1a3e09e4ebefd04917e09dfa5cffad36 SHA1: ed30bebff6f4350169694ca5204dc90486a2b534 MD5sum: e98d4ba5ca628082811f0ace8edaea04 Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-lyrical-ros2-socketcan Version: 1.4.0-1resolute.20260908.083959 Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 1173 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-can-msgs, ros-lyrical-lifecycle-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros2-socketcan-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_socketcan/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-socketcan/ros-lyrical-ros2-socketcan_1.4.0-1resolute.20260908.083959_amd64.deb Size: 217550 SHA256: 8e801a0d46edcf9c1d656318eea54642e0e58440b0de8b769cce66514178d9b7 SHA1: 55245683dfe36a5f3d88fe837a98deda188be1d1 MD5sum: c7522ca814097545daaae222c4939b67 Description: Simple wrapper around SocketCAN Package: ros-lyrical-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-socketcan Version: 1.4.0-1resolute.20260908.083959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 5431 Depends: ros-lyrical-ros2-socketcan (= 1.4.0-1resolute.20260908.083959) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-socketcan/ros-lyrical-ros2-socketcan-dbgsym_1.4.0-1resolute.20260908.083959_amd64.deb Size: 4417580 SHA256: d8f9f340689013cdb0fbed6eabad861239e518e383ec0b049727c7f272eb7bc6 SHA1: afae90a60f1e61bebdb8780a3668831954365259 MD5sum: b940413b11859e7aabe6033288c82f91 Description: debug symbols for ros-lyrical-ros2-socketcan Build-Ids: 146319e78f6c42623f8ff5e9e0d54bad43b21238 1e504b895005484ac9f31e2790ab2d0c2824d4f1 3d174dc493d51fb75d992c7a4bfeb09993bd6ec0 595c18e69e1c88c33473353b944140b7635ee6b0 8e2db00a51a49b5a03eda52b16ad5067e77e0f3f Package: ros-lyrical-ros2-socketcan-msgs Version: 1.4.0-1resolute.20260908.083545 Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 494 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2_socketcan_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-socketcan-msgs/ros-lyrical-ros2-socketcan-msgs_1.4.0-1resolute.20260908.083545_amd64.deb Size: 52224 SHA256: e4fdeae9dabcd0f957c844c47be77fd2e401fb07c704afad9f6de45b9788138d SHA1: 132e6bf415547c2eb36f56e1ea6bf5d797e4c763 MD5sum: 2add917d6fcb158347ab4db904d745de Description: Messages for SocketCAN Package: ros-lyrical-ros2-socketcan-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2-socketcan-msgs Version: 1.4.0-1resolute.20260908.083545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Josh Whitley" Installed-Size: 367 Depends: ros-lyrical-ros2-socketcan-msgs (= 1.4.0-1resolute.20260908.083545) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2-socketcan-msgs/ros-lyrical-ros2-socketcan-msgs-dbgsym_1.4.0-1resolute.20260908.083545_amd64.deb Size: 225884 SHA256: 300dfa6cb7ee5ef8bd0a385b915dba13827e5ed8c30bcdd4ab3540d44c0f7e88 SHA1: a283f48e2253f0750b35d821393210ef98e39fb4 MD5sum: 936fef51cdc1a77c74506de7af9db246 Description: debug symbols for ros-lyrical-ros2-socketcan-msgs Build-Ids: 118ed9aa86fd122fb035eed121afded0dc94c5cc 14982594c4eac59b56b203077976f01982f6f473 1ca686ac687fa1f0718c124c8fb566a66ddd39c5 2dbe5194858809c17f0efc58cb351fea2aa31a7b 30410826502f7bbba0a04f8b39c768558a501bf9 51ecf8b776eb25ea0d4c8b1c2297b427bdefc14a 5e6b8ab023cefceaa6da9added75fb000fd81cb6 9e69f9202b475fd79aeea9b5f9258523c30072ec a0f1f57bf562a1daeb9321b84f38ef20f6410cba c7005bbb49adb36978f65ad345f33f08f71a30d2 eb2d1afd2977b5ff8c39cad0e9dfede9a19fef2c Package: ros-lyrical-ros2acceleration Version: 0.5.1-5resolute.20260901.184528 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 81 Depends: python3-numpy, python3-yaml, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2acceleration/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2acceleration/ros-lyrical-ros2acceleration_0.5.1-5resolute.20260901.184528_amd64.deb Size: 13738 SHA256: 0db49ee35507a464dce096e97806b75b97f702c88f8cc324e351331c0b40190e SHA1: fc8aedabc3b192d60ecd08811fd3a7ab91e09482 MD5sum: 3602245585238a05129171d69d496c60 Description: The acceleration command for ROS 2 command line tools. Package: ros-lyrical-ros2action Version: 0.40.9-1resolute.20260901.174400 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 129 Depends: ros-lyrical-action-msgs, ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2action/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2action/ros-lyrical-ros2action_0.40.9-1resolute.20260901.174400_amd64.deb Size: 28922 SHA256: 020cc182eeb39307a4f1439377db5dec8bf32fdcd8e88bee00e6bfdbfc96ddf1 SHA1: 4ad2503b73489d0734a2ba32fbdafb18a8fb5fa7 MD5sum: 18f5c2d772df9a8354da508f40312d36 Description: The action command for ROS 2 command line tools. Package: ros-lyrical-ros2bag Version: 0.33.3-1resolute.20260901.174443 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 208 Depends: python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-rosbag2-py, ros-lyrical-rosbag2-storage-default-plugins, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2bag/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2bag/ros-lyrical-ros2bag_0.33.3-1resolute.20260901.174443_amd64.deb Size: 44638 SHA256: 1c0410e9b5b5a7371ef3049449efbf9b5d074de011d364fbb32b2840cfc773b0 SHA1: d457f2ec695674755e78aa5c1079cc822fa20e7e MD5sum: 02d732d190dd4f0005f329ff13d49a4a Description: Entry point for rosbag in ROS 2 Package: ros-lyrical-ros2cli Version: 0.40.9-1resolute.20260901.174031 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 263 Depends: fzf, python3-argcomplete, python3-packaging, python3-psutil, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2cli/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2cli/ros-lyrical-ros2cli_0.40.9-1resolute.20260901.174031_amd64.deb Size: 59648 SHA256: 85350a10de58bc097ca4a13ef22c49ec480906184023075c5c23cfad12a5197d SHA1: 03317f4725783a0d87a62d2961453ee7d4744877 MD5sum: afe55b32dbbed3be258fbd460a5a38d5 Description: Framework for ROS 2 command line tools. Package: ros-lyrical-ros2cli-common-extensions Version: 0.5.2-3resolute.20260901.184716 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 45 Depends: ros-lyrical-launch-xml, ros-lyrical-launch-yaml, ros-lyrical-ros2action, ros-lyrical-ros2cli, ros-lyrical-ros2component, ros-lyrical-ros2doctor, ros-lyrical-ros2interface, ros-lyrical-ros2launch, ros-lyrical-ros2lifecycle, ros-lyrical-ros2multicast, ros-lyrical-ros2node, ros-lyrical-ros2param, ros-lyrical-ros2pkg, ros-lyrical-ros2plugin, ros-lyrical-ros2run, ros-lyrical-ros2service, ros-lyrical-ros2topic, ros-lyrical-sros2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2cli_common_extensions/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2cli-common-extensions/ros-lyrical-ros2cli-common-extensions_0.5.2-3resolute.20260901.184716_amd64.deb Size: 6114 SHA256: dc164a6f4a97b47ba1e7d855f78846cbc691220d74dae64ce90511b8d4477801 SHA1: 6a950df9104ef3243dc672f93229ff3d3f025206 MD5sum: 49c39bcd09e0e3ad86f01a533390e1c5 Description: Meta package for ros2cli common extensions Package: ros-lyrical-ros2cli-test-interfaces Version: 0.40.9-1resolute.20260901.171127 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 2598 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2cli_test_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2cli-test-interfaces/ros-lyrical-ros2cli-test-interfaces_0.40.9-1resolute.20260901.171127_amd64.deb Size: 169732 SHA256: 428f536065544fa2771acb2df4e1ce9168be7cac79005a1fd8157e2942b2670c SHA1: 1a5aa174fcadfb34f93397d57199296d2316c0be MD5sum: f2031b272c0e0aabdccc20631f283c1a Description: A package containing interface definitions for testing ros2cli. Package: ros-lyrical-ros2cli-test-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2cli-test-interfaces Version: 0.40.9-1resolute.20260901.171127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 1638 Depends: ros-lyrical-ros2cli-test-interfaces (= 0.40.9-1resolute.20260901.171127) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2cli-test-interfaces/ros-lyrical-ros2cli-test-interfaces-dbgsym_0.40.9-1resolute.20260901.171127_amd64.deb Size: 1092324 SHA256: daba07312776015d37006eb8b4ed5562057b0410415636ed424f96adb1dfa75d SHA1: 4f8e08f895dae0ee4b8db659a21a6a9c9e839f0f MD5sum: cb774c1e7fb3a0068ee4a330a0a3f7fb Description: debug symbols for ros-lyrical-ros2cli-test-interfaces Build-Ids: 122fb7d9c60207018747cecadc6d6b0dad4dfd1a 1233622d35e75980c8feadeaf0863483a2013f2b 18d2fb0d6e71d53f6220a6099d5efc5d7a497b6a 1afac0ee02320104290170616178da0753567c79 37bc01ebc0cb8cfd3616014ff7a5610f9755b56d 49c8f863c46c957ecd4c3723cd8b4b39f40ce3fa 8259a01b150abf0f9c2f61ce72e0714ea508c9a3 bc7fbadeeae41a2335e6e61cf03697c84a04fea5 c40a203dea72665ec1a2d351919f8bd50a424504 c9d0f67e1ce70e7cb0c47face053f93a1cc717af ca481adf7e2ef1079522a62bbe688ac60b991c45 Package: ros-lyrical-ros2component Version: 0.40.9-1resolute.20260901.175005 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 117 Depends: ros-lyrical-ament-index-python, ros-lyrical-composition-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2node, ros-lyrical-ros2param, ros-lyrical-ros2pkg, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2component/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2component/ros-lyrical-ros2component_0.40.9-1resolute.20260901.175005_amd64.deb Size: 23492 SHA256: e7b55457251bbf7f6a1931380cfba762c714ea9d2f4ef3e3ee89cf24eb67ca8e SHA1: aa7ca4ea436fd0b90728416a2b929dcafceb6113 MD5sum: c041029942b7b4ce06ea0272aed4dbc9 Description: The component command for ROS 2 command line tools. Package: ros-lyrical-ros2controlcli Version: 6.10.1-1resolute.20260908.112522 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 185 Depends: python3-graphviz, ros-lyrical-control-msgs, ros-lyrical-controller-manager, ros-lyrical-controller-manager-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2node, ros-lyrical-ros2param, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2controlcli/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2controlcli/ros-lyrical-ros2controlcli_6.10.1-1resolute.20260908.112522_amd64.deb Size: 37898 SHA256: d1e682c84c63b3a72220fe49ffe04722a92f21fae51274b81ff8a9da068365b6 SHA1: 45975db9ca4bb69341924d8af034b9a79b6779c3 MD5sum: 02f2d34205e37eee78a9d76ade2b02a4 Description: The ROS 2 command line tools for ros2_control. Package: ros-lyrical-ros2doctor Version: 0.40.9-1resolute.20260901.174732 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 194 Depends: python3-catkin-pkg-modules, python3-psutil, python3-rosdistro-modules, ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-ros-environment, ros-lyrical-ros2action, ros-lyrical-ros2cli, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2doctor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2doctor/ros-lyrical-ros2doctor_0.40.9-1resolute.20260901.174732_amd64.deb Size: 44118 SHA256: 8d16e5669fceca4a49ca6dde6653ce335d9f17de6c1353158825b0312aae52a7 SHA1: 7d6fc1d9601d2f3a959c575f2efb9f7777a93b96 MD5sum: ea3e5f564b5ba5ac010f302190a0a0e6 Description: A command line tool to check potential issues in a ROS 2 system Package: ros-lyrical-ros2interface Version: 0.40.9-1resolute.20260901.174200 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 97 Depends: ros-lyrical-ament-index-python, ros-lyrical-ros2cli, ros-lyrical-rosidl-adapter, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2interface/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2interface/ros-lyrical-ros2interface_0.40.9-1resolute.20260901.174200_amd64.deb Size: 18530 SHA256: 33d463577ed32bf8a7e057a54920acacbb284b30089291a03340d6359462fc27 SHA1: bb9e253f7b91e4da954593efb9ede1f437c31eb3 MD5sum: aed32e81e00b592622233af12e695cd4 Description: The interface command for ROS 2 command line tools Package: ros-lyrical-ros2launch Version: 0.29.9-1resolute.20260901.184118 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 83 Depends: ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-launch-xml, ros-lyrical-launch-yaml, ros-lyrical-ros2cli, ros-lyrical-ros2pkg, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2launch/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2launch/ros-lyrical-ros2launch_0.29.9-1resolute.20260901.184118_amd64.deb Size: 17754 SHA256: 8ad27aa4a646896945fe68b0dcc69fae67c311ef469c14023f85d4cd64fe632e SHA1: f5ca28e78e2ccc42df9a47bef2ae95f0299a541b MD5sum: d8a36c021b6d4adeeda093ac0a929709 Description: The launch command for ROS 2 command line tools. Package: ros-lyrical-ros2launch-security Version: 1.0.2-1resolute.20260910.131525 Architecture: amd64 Maintainer: "Ted Kern" Installed-Size: 63 Depends: ros-lyrical-ament-index-python, ros-lyrical-nodl, ros-lyrical-ros2launch, ros-lyrical-sros2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2launch_security/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2launch-security/ros-lyrical-ros2launch-security_1.0.2-1resolute.20260910.131525_amd64.deb Size: 10668 SHA256: f1a8163868d51497db4561c875fc635248e3b9fcb015f95806322d09cf735a53 SHA1: 56cbc24be29b4304403a6a410b7887a82b378a6e MD5sum: b474012c456fa2cef163db53f99e310d Description: Security extensions for ros2 launch Package: ros-lyrical-ros2lifecycle Version: 0.40.9-1resolute.20260901.174750 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 89 Depends: ros-lyrical-lifecycle-msgs, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2node, ros-lyrical-ros2service, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2lifecycle/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2lifecycle/ros-lyrical-ros2lifecycle_0.40.9-1resolute.20260901.174750_amd64.deb Size: 15836 SHA256: 90daf54cba2e4762ce726031fada346cd5fa52024931c452c46b190b72a62798 SHA1: a177ca9950c0b2db4265f1ec620a74782481a8c3 MD5sum: 2b12816a4c4c3c7e26e3cb153ba326f9 Description: The lifecycle command for ROS 2 command line tools. Package: ros-lyrical-ros2lifecycle-test-fixtures Version: 0.40.9-1resolute.20260901.165219 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 82 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2lifecycle_test_fixtures/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2lifecycle-test-fixtures/ros-lyrical-ros2lifecycle-test-fixtures_0.40.9-1resolute.20260901.165219_amd64.deb Size: 14440 SHA256: 00783c861adb4cf35ffc66b6136c8b7b26212e21104f64fbd1b7ab12c742b97e SHA1: a8fb5308c8daf76926db31bfd0f75dd557fd3d98 MD5sum: 3e033e9674b371100464931911dc37e9 Description: Package containing fixture nodes for ros2lifecycle tests Package: ros-lyrical-ros2lifecycle-test-fixtures-dbgsym Package-Type: ddeb Source: ros-lyrical-ros2lifecycle-test-fixtures Version: 0.40.9-1resolute.20260901.165219 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 276 Depends: ros-lyrical-ros2lifecycle-test-fixtures (= 0.40.9-1resolute.20260901.165219) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2lifecycle-test-fixtures/ros-lyrical-ros2lifecycle-test-fixtures-dbgsym_0.40.9-1resolute.20260901.165219_amd64.deb Size: 254202 SHA256: 03cdeb0b2eb1d603e0af5297328011c0af82956d9d7764502138bfe85d61dbaf SHA1: 3c8faccda4edde247bdb6bf673084755f7a90ad2 MD5sum: 8516688d23b0ca178cc48a9d46fae8d9 Description: debug symbols for ros-lyrical-ros2lifecycle-test-fixtures Build-Ids: 54c71ccfa72876830a6a65c470ee6172b197050a Package: ros-lyrical-ros2multicast Version: 0.40.9-1resolute.20260901.174233 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 61 Depends: ros-lyrical-ros2cli, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2multicast/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2multicast/ros-lyrical-ros2multicast_0.40.9-1resolute.20260901.174233_amd64.deb Size: 9988 SHA256: e0b7407cd4d38102d380964d54af5cb92f46cdcf349a37d33da5dbaa02e84b08 SHA1: eb6b2d5dbc4b359b8dc319424de9cbdc3af1b70f MD5sum: 7fc5ee4614ceb7c2a128cdf0dda851f0 Description: The multicast command for ROS 2 command line tools. Package: ros-lyrical-ros2node Version: 0.40.9-1resolute.20260901.174409 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 76 Depends: ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2node/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2node/ros-lyrical-ros2node_0.40.9-1resolute.20260901.174409_amd64.deb Size: 14460 SHA256: b5b37973043b20229283adc9fe707e5045a5aa671902528bddb9fa2134c9766d SHA1: f1169e638e60af7a65a992898173926b771f23e9 MD5sum: 6915d3d270d9fec12a3c9e8417c41636 Description: The node command for ROS 2 command line tools. Package: ros-lyrical-ros2nodl Version: 2.0.3-1resolute.20260910.115906 Architecture: amd64 Maintainer: "ROSGraph Working Group" Installed-Size: 137 Depends: ros-lyrical-ament-index-python, ros-lyrical-nodl-conformance, ros-lyrical-nodl-observe, ros-lyrical-nodl-schema, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-rosgraph-msgs, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2nodl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2nodl/ros-lyrical-ros2nodl_2.0.3-1resolute.20260910.115906_amd64.deb Size: 34088 SHA256: 5eefa4cdf8b33e1f2e824517f023cad66a58362031fc84f86f0ceb2f7b33746a SHA1: 49be7dfa7747703b9e14feb346bd7f8b8a6ae3b1 MD5sum: f264f2198a98de33e61cdcc8dccb807c Description: ros2cli command entrypoint for NoDL. Package: ros-lyrical-ros2param Version: 0.40.9-1resolute.20260901.174812 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 147 Depends: ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2node, ros-lyrical-ros2service, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2param/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2param/ros-lyrical-ros2param_0.40.9-1resolute.20260901.174812_amd64.deb Size: 27462 SHA256: 981cab124f77ae1a878b30a65353446d365244f7c7629011b8e79384a35ad3e5 SHA1: 46e79c0b1165f3bf7bfc7b92f6380c18dbfb8238 MD5sum: 86c342385c276ab09eabe4b068b7d96f Description: The param command for ROS 2 command line tools. Package: ros-lyrical-ros2pkg Version: 0.40.9-1resolute.20260901.174231 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 165 Depends: python3-catkin-pkg-modules, python3-empy, ros-lyrical-ament-copyright, ros-lyrical-ament-index-python, ros-lyrical-ros2cli, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2pkg/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2pkg/ros-lyrical-ros2pkg_0.40.9-1resolute.20260901.174231_amd64.deb Size: 29638 SHA256: 7cb65b0109f3ee914789d2af990129ffda53171d0561aa46003ad6bf11099265 SHA1: c7d5e4f7cd5388aad776e34b7e984f4838dce841 MD5sum: a8b689cf3741d2c46f69fb0d5fe09522 Description: The pkg command for ROS 2 command line tools. Package: ros-lyrical-ros2plugin Version: 5.8.5-1resolute.20260901.174428 Architecture: amd64 Maintainer: "Jeremie Deray" Installed-Size: 60 Depends: ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2pkg, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2plugin/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2plugin/ros-lyrical-ros2plugin_5.8.5-1resolute.20260901.174428_amd64.deb Size: 10276 SHA256: 501d4ea0464fd6dab682fc25286b9a305b17274d33d810a816e84114d0fa96b5 SHA1: d4b6cd8d17c860453b253e617afe2693d6ce9556 MD5sum: c8cb4306faa3d5b5fb153070bef186af Description: The plugin command for ROS 2 command line tools. Package: ros-lyrical-ros2run Version: 0.40.9-1resolute.20260901.174438 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 56 Depends: ros-lyrical-ros2cli, ros-lyrical-ros2pkg, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2run/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2run/ros-lyrical-ros2run_0.40.9-1resolute.20260901.174438_amd64.deb Size: 10910 SHA256: b761f3f6c64289257e7d89084244b74bf4f12891d62f7ac776efb5f63f1674cd SHA1: 2758ec319dd1af8650db22b3137224069f358f5e MD5sum: 925fe64478a79208b6582ebe5b74df8c Description: The run command for ROS 2 command line tools. Package: ros-lyrical-ros2service Version: 0.40.9-1resolute.20260901.174401 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 115 Depends: python3-yaml, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2service/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2service/ros-lyrical-ros2service_0.40.9-1resolute.20260901.174401_amd64.deb Size: 23846 SHA256: 74c21eb8b6cf9b25840f991a79162ab3c213a4237ed9260093817baca543ddae SHA1: 6897ae5249f237e67a4c5ec4862d7c00055796d0 MD5sum: 4994c7ddac9bf9dd0df7735d914c986d Description: The service command for ROS 2 command line tools. Package: ros-lyrical-ros2test Version: 0.9.1-3resolute.20260901.184746 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 39 Depends: ros-lyrical-domain-coordinator, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-launch-testing, ros-lyrical-launch-testing-ros, ros-lyrical-ros2cli, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2test/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2test/ros-lyrical-ros2test_0.9.1-3resolute.20260901.184746_amd64.deb Size: 5494 SHA256: 1e1140beb08d763306be35415cedd1bedfdc6f94af3c7ea182e837e3a069b75f SHA1: d7b319f4305850c892ffa12d11ef54a2013be922 MD5sum: fcbf514e3a9f539c43e0d86eab27334c Description: The test command for ROS 2 launch tests. Package: ros-lyrical-ros2topic Version: 0.40.9-1resolute.20260901.174240 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 225 Depends: python3-numpy, python3-yaml, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2topic/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2topic/ros-lyrical-ros2topic_0.40.9-1resolute.20260901.174240_amd64.deb Size: 51560 SHA256: 029a58ee012af77e4ad077673ca73fcb9faaef7d711af4f2481cbeb25040d17e SHA1: 1256ca821a0fc3acb439a82e93a358e106e7aa3a MD5sum: cea7eea2d78bc3ce31524446a5da75be Description: The topic command for ROS 2 command line tools. Package: ros-lyrical-ros2trace Version: 8.10.2-1resolute.20260901.174226 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 66 Depends: ros-lyrical-ros2cli, ros-lyrical-tracetools-trace, ros-lyrical-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/ros2trace/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2trace/ros-lyrical-ros2trace_8.10.2-1resolute.20260901.174226_amd64.deb Size: 8204 SHA256: 0d1ae93dc60aeef17c0be7cb66476df843d0264dc2e8980bcce30e321e92c0b5 SHA1: 9f67657ed1152bd62369bc22de2391f6a0a1a13b MD5sum: 320af12dbae0b21ab2c26d598201a74b Description: The trace command for ROS 2 command line tools. Package: ros-lyrical-ros2trace-analysis Version: 3.1.0-3resolute.20260901.174228 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 56 Depends: ros-lyrical-ros2cli, ros-lyrical-tracetools-analysis, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ros2trace_analysis/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ros2trace-analysis/ros-lyrical-ros2trace-analysis_3.1.0-3resolute.20260901.174228_amd64.deb Size: 6214 SHA256: f896825b2cba5dfcf10bbd0f86af1c6cd63c2a3bbd78b229ce06132634f46e5f SHA1: 90a3e96ef422ee6c498a05210f2ef8a179d62bf6 MD5sum: c7cb1bc208621ec40b4a3e92b7de2261 Description: The trace-analysis command for ROS 2 command line tools. Package: ros-lyrical-rosapi Version: 4.2.1-1resolute.20260901.185201 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 133 Depends: ros-lyrical-builtin-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros2action, ros-lyrical-ros2interface, ros-lyrical-ros2node, ros-lyrical-ros2service, ros-lyrical-ros2topic, ros-lyrical-rosapi-msgs, ros-lyrical-rosbridge-library, ros-lyrical-rosidl-adapter, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosapi/ros-lyrical-rosapi_4.2.1-1resolute.20260901.185201_amd64.deb Size: 20752 SHA256: 3f84b9192f2e41027e3cb5548ee8d949996403345c7bb8b5e81e421933317993 SHA1: cf6da4766c7b6b52dce7b0fe6047a23787372be8 MD5sum: c1edbaaa1fd9dcf8888b60509c52d18b Description: Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or action servers and managing ROS parameters. Package: ros-lyrical-rosapi-msgs Version: 4.2.1-1resolute.20260901.103727 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 12410 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosapi-msgs/ros-lyrical-rosapi-msgs_4.2.1-1resolute.20260901.103727_amd64.deb Size: 709326 SHA256: e5c60e90b162df5032cacc0bf669627a33339eb38a7959a3268472928b64849f SHA1: 6d3af4a5be75f76db0f477e8d1d98d7a37567bec MD5sum: 8c2628c1ba3ce1712ac2290519fddc4f Description: Interface definitions for rosapi package. Package: ros-lyrical-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rosapi-msgs Version: 4.2.1-1resolute.20260901.103727 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 10207 Depends: ros-lyrical-rosapi-msgs (= 4.2.1-1resolute.20260901.103727) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosapi-msgs/ros-lyrical-rosapi-msgs-dbgsym_4.2.1-1resolute.20260901.103727_amd64.deb Size: 7737254 SHA256: a5560fe7f54d23950d81ce6a6be44c24ff68577ae8b0791132e9e8c125db67c3 SHA1: b8a246992b0d6e9f70b2d7df6aea058e4c146bd8 MD5sum: 6e61a505a38cb3670a5ec080d735d408 Description: debug symbols for ros-lyrical-rosapi-msgs Build-Ids: 0c1faea37de0558fb6816e0edb72edb908032ba4 28041688e8f033c3c36b6296f8d922ef45c2e52f 5c8cae8e8fc1758224d974da24a2701069422ade 640cb730b70397ca31004c73bec5c47b6fb7e8b6 664b47bdc3908307d7da17d927004ef146ed8824 7382fc75c70f2b33e7e7f713941e2bf8ee53c730 931a278dc3fe990ea8dbc9660108666eb167a6ea a40ab34d6bdb303d58a642e427461fa69b7f8be1 eb81a2b135c15ce4c7eafd660b73566f0a22b758 f46147ce25dd8cbb0dd82f142414c6df4d2e1b00 fd982de981185f75b9e7f8494dd9d189d59a8405 Package: ros-lyrical-rosbag-timing-inspector Version: 1.0.2-1resolute.20260901.171059 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2944 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13), ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-storage, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag_timing_inspector/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag-timing-inspector/ros-lyrical-rosbag-timing-inspector_1.0.2-1resolute.20260901.171059_amd64.deb Size: 748052 SHA256: ff867cf1991a39830f5526b53516c95d560c4cff8320f43a1e28798566e6b6ec SHA1: bf31a9d3324b8c22ddf1b0dcc3f6b7897cf8244d MD5sum: 6780f7dd52b58f7ff23081e39fe214d7 Description: GUI tool to visualize and analyze message timing from ROS2 bags (mcap or db3). Package: ros-lyrical-rosbag-timing-inspector-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag-timing-inspector Version: 1.0.2-1resolute.20260901.171059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 5620 Depends: ros-lyrical-rosbag-timing-inspector (= 1.0.2-1resolute.20260901.171059) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag-timing-inspector/ros-lyrical-rosbag-timing-inspector-dbgsym_1.0.2-1resolute.20260901.171059_amd64.deb Size: 5281666 SHA256: 1cf75a4c09608d8d721f8c0430c237f5cffbc12ae7e0e0ab101bf53a1a437d35 SHA1: dbcd9cd512770c720e5057c8807c81a727cf53ba MD5sum: c7e2c2ffecdb4592ac46348c4aa772ec Description: debug symbols for ros-lyrical-rosbag-timing-inspector Build-Ids: f4c20b4a1b21338af55b1ecf2aed842a6dc36697 Package: ros-lyrical-rosbag2 Version: 0.33.3-1resolute.20260901.192441 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 45 Depends: ros-lyrical-ros2bag, ros-lyrical-rosbag2-compression, ros-lyrical-rosbag2-compression-zstd, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-py, ros-lyrical-rosbag2-storage, ros-lyrical-rosbag2-storage-default-plugins, ros-lyrical-rosbag2-transport, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2/ros-lyrical-rosbag2_0.33.3-1resolute.20260901.192441_amd64.deb Size: 5966 SHA256: 9ec5e898e20d804507eb51df140207353445181f9fbdbd79a692de6feeb94740 SHA1: d94fda926686779c2bef7d886023ce454cad2552 MD5sum: c6b31ff13267041c5d3ec16d747f4710 Description: Meta package for rosbag2 related packages Package: ros-lyrical-rosbag2-compression Version: 0.33.3-1resolute.20260901.171046 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 377 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-11 (>= 11.0.0), ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-storage, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_compression/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-compression/ros-lyrical-rosbag2-compression_0.33.3-1resolute.20260901.171046_amd64.deb Size: 98190 SHA256: 6269c3df23215d9711895ab7f5302ad5d716d537bb22329df12681ab51f02307 SHA1: fb3c738d39dabb5a66744b699628cfe77613a511 MD5sum: ac163a52458228ced29cde495f6862de Description: Compression implementations for rosbag2 bags and messages. Package: ros-lyrical-rosbag2-compression-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-compression Version: 0.33.3-1resolute.20260901.171046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1303 Depends: ros-lyrical-rosbag2-compression (= 0.33.3-1resolute.20260901.171046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-compression/ros-lyrical-rosbag2-compression-dbgsym_0.33.3-1resolute.20260901.171046_amd64.deb Size: 1178062 SHA256: 28a5032d284f08dfa3c8f9477cfd81e1ea59da16c17029c543c7068c1470cef4 SHA1: a095b68f4c782cc12b84731d2264c0617865a5f3 MD5sum: 956db2d55e07e56aef69b2fccb604daf Description: debug symbols for ros-lyrical-rosbag2-compression Build-Ids: c26ad97622d3785850d71600437f7dafe1d46a7b Package: ros-lyrical-rosbag2-compression-zstd Version: 0.33.3-1resolute.20260901.180408 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 154 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), ros-lyrical-pluginlib, ros-lyrical-rcutils, ros-lyrical-rosbag2-compression, ros-lyrical-zstd-cmake-module, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_compression_zstd/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-compression-zstd/ros-lyrical-rosbag2-compression-zstd_0.33.3-1resolute.20260901.180408_amd64.deb Size: 34918 SHA256: c3672e26d6f5430fccf8489a07e59f74a8b41a0d078c540118fc96911ed9f680 SHA1: c15b4bf1461933440a44f757446b8f031861dc20 MD5sum: 0746ea0a41a6274b0487d0f32d195c72 Description: Zstandard compression library implementation of rosbag2_compression Package: ros-lyrical-rosbag2-compression-zstd-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-compression-zstd Version: 0.33.3-1resolute.20260901.180408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 346 Depends: ros-lyrical-rosbag2-compression-zstd (= 0.33.3-1resolute.20260901.180408) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-compression-zstd/ros-lyrical-rosbag2-compression-zstd-dbgsym_0.33.3-1resolute.20260901.180408_amd64.deb Size: 303338 SHA256: 31302f5425bf72856e7ba5535ff81718be324e2d5f4c8950819215874eb6e663 SHA1: a9c625d98aa40a4637cd3dd6149104992cb0e82d MD5sum: 7f9ece3daf581762cec5c0313610498d Description: debug symbols for ros-lyrical-rosbag2-compression-zstd Build-Ids: a9eb3b18908d82fff3afb699f64ee22ca17b6e35 Package: ros-lyrical-rosbag2-cpp Version: 0.33.3-1resolute.20260901.170033 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 965 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-ament-index-cpp, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rmw-implementation, ros-lyrical-rosbag2-storage, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-cpp/ros-lyrical-rosbag2-cpp_0.33.3-1resolute.20260901.170033_amd64.deb Size: 271720 SHA256: 9b8256067962cd8f8dbd3632a11329e1b92d892ba9049bfc93dc6d657d052c47 SHA1: 87505ed061512059b772a88689f28a2adb348400 MD5sum: 989c54798f3eab0156780ee33a6bef79 Description: C++ ROSBag2 client library Package: ros-lyrical-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-cpp Version: 0.33.3-1resolute.20260901.170033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 4740 Depends: ros-lyrical-rosbag2-cpp (= 0.33.3-1resolute.20260901.170033) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-cpp/ros-lyrical-rosbag2-cpp-dbgsym_0.33.3-1resolute.20260901.170033_amd64.deb Size: 4421510 SHA256: c7f63b816e0ebfeaf1f3e35d1a02214159fe9fc952a3939c36f2ff335e0d1d7a SHA1: 84e009ff8f22d768fc9c4c22e5e26cc14ed11f23 MD5sum: 512708e392165d700365b9001c26a5e3 Description: debug symbols for ros-lyrical-rosbag2-cpp Build-Ids: d990c4381906ce4033ae222dc115e916f305ce0c Package: ros-lyrical-rosbag2-examples-cpp Version: 0.33.3-1resolute.20260901.172732 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1032 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-rosbag2-compression, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-transport, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_examples_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-examples-cpp/ros-lyrical-rosbag2-examples-cpp_0.33.3-1resolute.20260901.172732_amd64.deb Size: 162538 SHA256: d1217e18b1701900212faaf290bd9316b029380c22300d060e0c13373cb9464b SHA1: e7e644d6e0b502294b35ec03a05546ca39f9d260 MD5sum: d60abbded0324417083ff0026a5ad445 Description: rosbag2 C++ API tutorials and examples Package: ros-lyrical-rosbag2-examples-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-examples-cpp Version: 0.33.3-1resolute.20260901.172732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 6061 Depends: ros-lyrical-rosbag2-examples-cpp (= 0.33.3-1resolute.20260901.172732) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-examples-cpp/ros-lyrical-rosbag2-examples-cpp-dbgsym_0.33.3-1resolute.20260901.172732_amd64.deb Size: 5214788 SHA256: da59f8a3c1caebb83f2e342f6defbab6d2bef1d1465dde71cbcd31d7073364c0 SHA1: 85be437cbbcdafe337c0ea61f8584e803fde7b30 MD5sum: d00c21a0df93ff99430b75713edec9af Description: debug symbols for ros-lyrical-rosbag2-examples-cpp Build-Ids: 3362ed07d3cfabd9bc70ae32dac184a99559ac88 6ce8268cc5aa9d93084618fd6d4ffb47f8bea79a a5f5583fde4eaf9d301cc0c0180e4327630e8929 b1646d913a017958e878e7c5705be14cf0eeebe5 b69edbf42309f7be54634ccb3e3667227e4d5f7f f782993dc23544d86591467a19d704c2ea093cd4 Package: ros-lyrical-rosbag2-examples-py Version: 0.33.3-1resolute.20260901.173619 Architecture: amd64 Maintainer: "geoff" Installed-Size: 72 Depends: ros-lyrical-example-interfaces, ros-lyrical-rclpy, ros-lyrical-rosbag2-compression, ros-lyrical-rosbag2-py, ros-lyrical-rosidl-runtime-py, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_examples_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-examples-py/ros-lyrical-rosbag2-examples-py_0.33.3-1resolute.20260901.173619_amd64.deb Size: 12480 SHA256: a687f8df3d1fd0a737bf701349303a8220d5ab7249991c3b7084ed89f9cd5af9 SHA1: f0a008e7badf5067fe5f705e1234d6d0e8c6741d MD5sum: edeffad438c2e27b0debce3f6187fdaf Description: Python bag writing tutorial Package: ros-lyrical-rosbag2-interfaces Version: 0.33.3-1resolute.20260901.103745 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 7680 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-interfaces/ros-lyrical-rosbag2-interfaces_0.33.3-1resolute.20260901.103745_amd64.deb Size: 436270 SHA256: 04d29ae76e24f29740b1fa5d9744e80fa7886fd84a83a5ce765a9e533278a26a SHA1: 3fcabe83066124c7665c52e164e796d80095a7b3 MD5sum: 91ea465bd181d5f11a4d592bf1759077 Description: Interface definitions for controlling rosbag2 Package: ros-lyrical-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-interfaces Version: 0.33.3-1resolute.20260901.103745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 5528 Depends: ros-lyrical-rosbag2-interfaces (= 0.33.3-1resolute.20260901.103745) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-interfaces/ros-lyrical-rosbag2-interfaces-dbgsym_0.33.3-1resolute.20260901.103745_amd64.deb Size: 4012466 SHA256: 98e916a436051d129cd91d1c69091207fa8fa5b709c6c7818830c368be893d9b SHA1: d9584a33448641c28a2fdd6f5eed2e9751b4f4f6 MD5sum: d63c40e264ec59a5276282aa3c8d9ca9 Description: debug symbols for ros-lyrical-rosbag2-interfaces Build-Ids: 094e1fd460ef2142208cd07a449865770b163f20 2380a68f45e2007c48a2fb76ef57b187b074004d 66dc9fc921cf7a690476287289c83c7ce7ec4ba6 78fc741c929d61a70333b9049f67f73a808c1c44 8e215eee06400456d19c58a60ddf404160973633 a04c52b816d68de2c1b40e94fa6a5baab3b425aa a9261028607cb840f4a4a36d68a573a938e5a45f ab31a1492fce96635d07fb7fff55ecaa0cabac84 abc44944a53b28345f76b5aeec71bfacfdcb9f12 e504f43d13e4a3bcfd9a47339807bffd43880eb9 f2a31ec24dddaa9835b3814e66cdc9593786728e Package: ros-lyrical-rosbag2-performance-benchmarking Version: 0.33.3-1resolute.20260901.183257 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1812 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), python3-psutil, ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-rclcpp, ros-lyrical-rmw, ros-lyrical-rosbag2-compression, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-performance-benchmarking-msgs, ros-lyrical-rosbag2-py, ros-lyrical-rosbag2-storage, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_performance_benchmarking/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-performance-benchmarking/ros-lyrical-rosbag2-performance-benchmarking_0.33.3-1resolute.20260901.183257_amd64.deb Size: 345694 SHA256: 7188ccc0a0e92d67e848ff15924edd48e1bb4855077219f379ca8241beaa3902 SHA1: 886ee3e6caf193d5403ca9aa132ec2244e90ad1e MD5sum: 9dc6cc80b6fda19d1f65ddb2125495bc Description: Code to benchmark rosbag2 Package: ros-lyrical-rosbag2-performance-benchmarking-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-performance-benchmarking Version: 0.33.3-1resolute.20260901.183257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 9774 Depends: ros-lyrical-rosbag2-performance-benchmarking (= 0.33.3-1resolute.20260901.183257) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-performance-benchmarking/ros-lyrical-rosbag2-performance-benchmarking-dbgsym_0.33.3-1resolute.20260901.183257_amd64.deb Size: 8399456 SHA256: b45949437f9056e3d70476f3446b11efaec7c66dae7e0be80465519e4699277d SHA1: a49b0eeb264212929a6f79c438cd55f19a0f6ca1 MD5sum: dfdc5ccfae6cd526659aec08b2bd4c56 Description: debug symbols for ros-lyrical-rosbag2-performance-benchmarking Build-Ids: 98b299d641d55cfd7d1ed65046b022b97145e478 b56afbd96e39fe92fca7648ad185bd7bc7c28280 f38b914e39d630b1f38bbd948c1b13b78f0bf576 Package: ros-lyrical-rosbag2-performance-benchmarking-msgs Version: 0.33.3-1resolute.20260901.111629 Architecture: amd64 Maintainer: "ROS Tooling Working Group" Installed-Size: 464 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_performance_benchmarking_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-performance-benchmarking-msgs/ros-lyrical-rosbag2-performance-benchmarking-msgs_0.33.3-1resolute.20260901.111629_amd64.deb Size: 45762 SHA256: d8918168735a05db3227a9c510c0537a6980d26ee67e8d441e433a4ec6472521 SHA1: 1ab219f18e2a1b6eb1538c1fbf3f49d136153d18 MD5sum: c1699573f04e6233f72c97e5c1f55330 Description: A package containing rosbag2 performance benchmarking specific messages. Package: ros-lyrical-rosbag2-performance-benchmarking-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-performance-benchmarking-msgs Version: 0.33.3-1resolute.20260901.111629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROS Tooling Working Group" Installed-Size: 333 Depends: ros-lyrical-rosbag2-performance-benchmarking-msgs (= 0.33.3-1resolute.20260901.111629) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-performance-benchmarking-msgs/ros-lyrical-rosbag2-performance-benchmarking-msgs-dbgsym_0.33.3-1resolute.20260901.111629_amd64.deb Size: 194790 SHA256: b139b54448c5578c32b8620f20b27377509798594cdfd31b66e090f57300ea4e SHA1: 44dfc8584929b5ba0a59db8774216755858f021d MD5sum: 84815232d9999c29f3e6419a6b998885 Description: debug symbols for ros-lyrical-rosbag2-performance-benchmarking-msgs Build-Ids: 0592fdada76e4ca71aaee4bab1cc59c4e08b2160 0d0ef2ea2e44cae04e43bcad29771bd593b62ea7 0d2f3331cab147f797f0614df568974e4308ccf3 1a0ad8cfdd0dc1ab1601f090c23b7e0cebc88f34 1e5582bb807b320c7a1087521e0bf56ff4242e75 2d32fdf514bed5eeea61fd3f847091713a7e4c8a 4a13bc69e4a86b3d2440bae3966dfad7a7c2b6f6 9908e5e0a80fcd8bc39dd576d75f881d9216a487 a8dc8c73249bc28fa51f116e5939e9a3af64864a bf21d69dd064d927917f024f448bffdc8d913354 c67bc28d7a727594eb894bf6af0bdf641d626fd9 Package: ros-lyrical-rosbag2-py Version: 0.33.3-1resolute.20260901.172853 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2716 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-rclpy, ros-lyrical-rosbag2-compression, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-storage, ros-lyrical-rosbag2-transport, ros-lyrical-rpyutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-py/ros-lyrical-rosbag2-py_0.33.3-1resolute.20260901.172853_amd64.deb Size: 653948 SHA256: 9c058cedfca50ef5fb7f3b9dd58971ebb9a68c851ce27b154387033855b51a5e SHA1: 1e7c184001a8f40c064cdc65570df38f8c05ebc6 MD5sum: 5c350105101640504ebc64ac665b21df Description: Python API for rosbag2 Package: ros-lyrical-rosbag2-py-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-py Version: 0.33.3-1resolute.20260901.172853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 15078 Depends: ros-lyrical-rosbag2-py (= 0.33.3-1resolute.20260901.172853) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-py/ros-lyrical-rosbag2-py-dbgsym_0.33.3-1resolute.20260901.172853_amd64.deb Size: 13917146 SHA256: f6c6f0668a78d0a6f2e1dcb09372fe47d9a21d7e3c3b1ed0188402af27def010 SHA1: 6c0c3b4ba914f80f207b500c97e1078c468d4fcf MD5sum: 8349e4fed48fd60b425528dbfe7b2b8e Description: debug symbols for ros-lyrical-rosbag2-py Build-Ids: 15d92e18b09717efa344934765715ac64d34fcec 5fb947389d14183edc28faaec1de56ef7d5137e2 697ff2a9a323b606428214e1aec129d4e5147d7e 87c8240e3c4a3d2df0193fa702163e5c6895defd b0fd272d7e5026a37b440fa1e1e79900ca61faa2 c8e59d4ca267e7c9a79e91e45d70929175bcf035 e21bde9473696cde214c17e676a1819010cb9936 eaf8d2840b859604377fb9101293cd2249b696f8 Package: ros-lyrical-rosbag2-storage Version: 0.33.3-1resolute.20260901.165525 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 611 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_storage/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage/ros-lyrical-rosbag2-storage_0.33.3-1resolute.20260901.165525_amd64.deb Size: 155202 SHA256: 3cf4259fb2e26e48edf8b41d2cbc6984015f1720f21572bda63acbb8021d7869 SHA1: b36be9bb73da1ec8ead66be714504566588ee5a3 MD5sum: 705a2cea532efae3580a5f78d5f2bafe Description: ROS2 independent storage format to store serialized ROS2 messages Package: ros-lyrical-rosbag2-storage-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-storage Version: 0.33.3-1resolute.20260901.165525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1843 Depends: ros-lyrical-rosbag2-storage (= 0.33.3-1resolute.20260901.165525) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage/ros-lyrical-rosbag2-storage-dbgsym_0.33.3-1resolute.20260901.165525_amd64.deb Size: 1674780 SHA256: 0d53bcd9eac12ef91efd715ab2c63616d0e938420ff34e8c1a884297c38b866f SHA1: 7f2d6cdf361df553fc76394299a988929c9d465e MD5sum: e2d3f8ffc2358faa1f5663b545e15105 Description: debug symbols for ros-lyrical-rosbag2-storage Build-Ids: 22c5d177bb64fa934d68cf8dfd9706c28f25e8a7 Package: ros-lyrical-rosbag2-storage-default-plugins Version: 0.33.3-1resolute.20260901.174124 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 44 Depends: ros-lyrical-rosbag2-storage-mcap, ros-lyrical-rosbag2-storage-sqlite3, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_storage_default_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage-default-plugins/ros-lyrical-rosbag2-storage-default-plugins_0.33.3-1resolute.20260901.174124_amd64.deb Size: 5962 SHA256: 5e94e16b9398afeab493da11139545c5edf2e876c9f6197934d9d88c2073ebd3 SHA1: 6b60d8650c4a981193e14fb54c5bcb435107e10a MD5sum: 56cebaf15683bda7150cad9ff9215942 Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-lyrical-rosbag2-storage-mcap Version: 0.33.3-1resolute.20260901.170049 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 472 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-ament-index-cpp, ros-lyrical-mcap-vendor, ros-lyrical-pluginlib, ros-lyrical-rcutils, ros-lyrical-rosbag2-storage, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_storage_mcap/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage-mcap/ros-lyrical-rosbag2-storage-mcap_0.33.3-1resolute.20260901.170049_amd64.deb Size: 142216 SHA256: 2f82fc1c88170fd995eab29f940260f82d507ccf168674c78ee07a9ba40e182e SHA1: fb721e2eb1d1381ebd5852dff611bb32b0657d75 MD5sum: f11c300887d5f1300a557a6f3e48f0e8 Description: rosbag2 storage plugin using the MCAP file format Package: ros-lyrical-rosbag2-storage-mcap-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-storage-mcap Version: 0.33.3-1resolute.20260901.170049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 1878 Depends: ros-lyrical-rosbag2-storage-mcap (= 0.33.3-1resolute.20260901.170049) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage-mcap/ros-lyrical-rosbag2-storage-mcap-dbgsym_0.33.3-1resolute.20260901.170049_amd64.deb Size: 1746848 SHA256: ba119f7182b6611f0e1003ee02279af86ad9b3fba689d94c291396c20b24dc0c SHA1: 94283aa1e16346520958f8bf8e3370ce94298327 MD5sum: 80f292fa24d3cfd751f3a935994c256a Description: debug symbols for ros-lyrical-rosbag2-storage-mcap Build-Ids: 62f6d0cc913bd25f74e6590061fe2e4a89a020fc Package: ros-lyrical-rosbag2-storage-sqlite3 Version: 0.33.3-1resolute.20260901.170057 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 587 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libsqlite3-dev, libyaml-cpp-dev, ros-lyrical-pluginlib, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rosbag2-storage, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_storage_sqlite3/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage-sqlite3/ros-lyrical-rosbag2-storage-sqlite3_0.33.3-1resolute.20260901.170057_amd64.deb Size: 178948 SHA256: f281ffb348c82c604723bb1c33032566496bf2dd8adbeed673c449f70c5da1c7 SHA1: 4f37f77537bb1555c316158180f8cb9d31c9ad24 MD5sum: d4d5d70ab99c14f9ae8f8858e2b819f4 Description: ROSBag2 SQLite3 storage plugin Package: ros-lyrical-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-storage-sqlite3 Version: 0.33.3-1resolute.20260901.170057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2301 Depends: ros-lyrical-rosbag2-storage-sqlite3 (= 0.33.3-1resolute.20260901.170057) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-storage-sqlite3/ros-lyrical-rosbag2-storage-sqlite3-dbgsym_0.33.3-1resolute.20260901.170057_amd64.deb Size: 2144082 SHA256: 7bc1de434bc370f6648554ebdab5cffa72bacf974a9082cc7803a409c58952af SHA1: 79bb81936458050080b65dd2e686f5c4da24a3b3 MD5sum: 9f63ab8fab809caf268e799cbcbf120b Description: debug symbols for ros-lyrical-rosbag2-storage-sqlite3 Build-Ids: d55e4f15bde38922369720b2d43cd950d4b1df07 Package: ros-lyrical-rosbag2-test-common Version: 0.33.3-1resolute.20260901.165438 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 139 Depends: ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-test-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_test_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-test-common/ros-lyrical-rosbag2-test-common_0.33.3-1resolute.20260901.165438_amd64.deb Size: 21452 SHA256: 0453b91d4c0b83ea0e8108d6a2fff9b46b090505e53c17c8685ab99044c02c63 SHA1: 0169223ad829f4ab93d7e2681f39168fae365df5 MD5sum: 1350dd00bf69d8b9b4affd3d1c9e343e Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-lyrical-rosbag2-test-msgdefs Version: 0.33.3-1resolute.20260901.111628 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 7660 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_test_msgdefs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-test-msgdefs/ros-lyrical-rosbag2-test-msgdefs_0.33.3-1resolute.20260901.111628_amd64.deb Size: 395580 SHA256: 0e254b8af0a4a0097b72c1c2cd323703505db41c3cb7c31819feff9480cac087 SHA1: f95332abb2cc151ac65ef363b52d61fc75454cff MD5sum: 843badf65c6b4184e109df2a9685eb70 Description: message definition test fixtures for rosbag2 schema recording Package: ros-lyrical-rosbag2-test-msgdefs-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-test-msgdefs Version: 0.33.3-1resolute.20260901.111628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 4380 Depends: ros-lyrical-rosbag2-test-msgdefs (= 0.33.3-1resolute.20260901.111628) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-test-msgdefs/ros-lyrical-rosbag2-test-msgdefs-dbgsym_0.33.3-1resolute.20260901.111628_amd64.deb Size: 2866038 SHA256: cc4b9c6fbb93e2fb87b99fc646bc6c99cc369d70768f3eeb08849a8f12bd6757 SHA1: f40365af370390b73db920e984e73f63b0e5507c MD5sum: 33d29d6cd5a49efe4e458c9bbd0874cd Description: debug symbols for ros-lyrical-rosbag2-test-msgdefs Build-Ids: 13a27617be4bf59b9f08ff732c763a88fd6a37b3 159e2e5d56b0cf6c64716ff48e5681f210abf2cd 245720e627ee5e5e2b96b569e815f74babe817e4 2fdc3a70f0541fd3196142b76be7dcf00a75010f 623578ecec127f598793accc829235199ed6259a ac899114c4b7d8806549ae16e9c311cc2cd80d86 b13ba1a54ba35c1fe81212b63ab199d51e7699d9 b93e18b54c5bd28af0fbfc6c21f462a795f75833 c1a6b66e9d19c5c042ef6d32f82f7e3065767cb6 d38160e66008104fe17350aad7fc437960484cfb e4c71aa18ecfaf7273b873041db98436b07c6a12 Package: ros-lyrical-rosbag2-tests Version: 0.33.3-1resolute.20260728.205047 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 47 Depends: ros-lyrical-ament-index-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_tests/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-tests/ros-lyrical-rosbag2-tests_0.33.3-1resolute.20260728.205047_amd64.deb Size: 7724 SHA256: fe454d3d4a4f8b4f66ec52b6506f7589700732cde7f132721008f38269d36abe SHA1: 3c9a28d5d3cd3cfdaf94957be95d8204c85fb567 MD5sum: 713b702b8b2605dc8b376a18120ac92f Description: Tests package for rosbag2 Package: ros-lyrical-rosbag2-to-video Version: 1.0.1-3resolute.20260901.174705 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 67 Depends: libopencv-dev, python3-opencv, ros-lyrical-cv-bridge, ros-lyrical-rclpy, ros-lyrical-ros2bag, ros-lyrical-rosbag2-py, ros-lyrical-rosidl-runtime-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_to_video/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-to-video/ros-lyrical-rosbag2-to-video_1.0.1-3resolute.20260901.174705_amd64.deb Size: 15120 SHA256: bf6918048219b450d397bd7e7af00eb7e70c2b544fab79e579d866490bd53f99 SHA1: 8b9b4f4cc918fdc1f0d79d114653f645352845b7 MD5sum: 000366d8745bf82991a783b7d636abd2 Description: Command line tool to create a video from a rosbag recording Package: ros-lyrical-rosbag2-transport Version: 0.33.3-1resolute.20260901.171634 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2247 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-keyboard-handler, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rosbag2-compression, ros-lyrical-rosbag2-cpp, ros-lyrical-rosbag2-interfaces, ros-lyrical-rosbag2-storage, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbag2_transport/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-transport/ros-lyrical-rosbag2-transport_0.33.3-1resolute.20260901.171634_amd64.deb Size: 529294 SHA256: ed200667e357b307c7e0d248aa650b8648ff357f999fd858a29b213ed6e78e62 SHA1: a70232adfc2485595ce399c8ab29ee0154f25d27 MD5sum: a6b6b390f57c188508b09a510d0e8192 Description: Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware Package: ros-lyrical-rosbag2-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2-transport Version: 0.33.3-1resolute.20260901.171634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 12268 Depends: ros-lyrical-rosbag2-transport (= 0.33.3-1resolute.20260901.171634) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2-transport/ros-lyrical-rosbag2-transport-dbgsym_0.33.3-1resolute.20260901.171634_amd64.deb Size: 11206774 SHA256: b3cf5486f7551e9b6ef3b868a39f33f3e143c826e3be44bf814b3dede2834ee5 SHA1: dc9e25e76d8ccf06b36a02477fce343ea61c956f MD5sum: 59f9d27ec0d11acfb52caf7652635c86 Description: debug symbols for ros-lyrical-rosbag2-transport Build-Ids: a2b9ec9b4f4458bd6b3a18fb6e9b8fdc6d5e7b93 c572f58771340f50724ec2e07208f80ed1233e0f f62b039466669ea268b41af95d04306b2601018d Package: ros-lyrical-rosbag2rawlog Version: 3.5.3-1resolute.20260901.212941 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 678 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-mrpt-libbase, ros-lyrical-mrpt-libobs, ros-lyrical-mrpt-libposes, libcli11-dev, ros-lyrical-ament-cmake-lint-cmake, ros-lyrical-ament-cmake-xmllint, ros-lyrical-ament-lint-auto, ros-lyrical-cv-bridge, ros-lyrical-mrpt-libmaps, ros-lyrical-mrpt-libros-bridge, ros-lyrical-mrpt-msgs, ros-lyrical-nav-msgs, ros-lyrical-rosbag2-cpp, ros-lyrical-sensor-msgs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/mrpt/mrpt_ros_bridge Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2rawlog/ros-lyrical-rosbag2rawlog_3.5.3-1resolute.20260901.212941_amd64.deb Size: 231142 SHA256: cb71162793b0fdd9fbb09654b85513ff546ce9f80cc3c099e57aa6c6eb319bef SHA1: e5d8edd04f71518d75d2c9f7c2e36c4ddc23d4d1 MD5sum: be272abda60cbed7bcca85c63a933516 Description: CLI tool to transform between rosbags and rawlogs. Package: ros-lyrical-rosbag2rawlog-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbag2rawlog Version: 3.5.3-1resolute.20260901.212941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 3351 Depends: ros-lyrical-rosbag2rawlog (= 3.5.3-1resolute.20260901.212941) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbag2rawlog/ros-lyrical-rosbag2rawlog-dbgsym_3.5.3-1resolute.20260901.212941_amd64.deb Size: 3155052 SHA256: f0c6e45cf8bb5034610547d2d5bbafd48c3bb510f77473d89691466c0a508b1e SHA1: d546fdf9aae02567ef044f0d5ddc4bda6c7b4e31 MD5sum: 69ea8f8e8573b88eff55d378289f8034 Description: debug symbols for ros-lyrical-rosbag2rawlog Build-Ids: ca34703ee9f7c624b909bd0e303c995986b6403b Package: ros-lyrical-rosbridge-library Version: 4.2.1-1resolute.20260901.184846 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 297 Depends: python3-cbor2, python3-numpy, python3-pil, python3-ujson, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-rosidl-pycommon, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rosbridge_library Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbridge-library/ros-lyrical-rosbridge-library_4.2.1-1resolute.20260901.184846_amd64.deb Size: 45274 SHA256: 98b9dc9ff2cb06ff83f660dd9a40b0782df5c4f705bc1082d8ec5dc5ede4b280 SHA1: adc88afeb0b17069baa5ab6827bf3b78da934c60 MD5sum: 3d0e928a5f78bb45e329ab8b3ee03851 Description: The core rosbridge package, responsible for interpreting JSON and performing the appropriate ROS action, like subscribe, publish, call service, and interact with params. Package: ros-lyrical-rosbridge-msgs Version: 4.2.1-1resolute.20260901.103756 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 577 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosbridge_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbridge-msgs/ros-lyrical-rosbridge-msgs_4.2.1-1resolute.20260901.103756_amd64.deb Size: 58738 SHA256: ee1020b0794237e533141515eef44a1cebbd6cd3aad87163fb5ca03a88bc15d3 SHA1: e3ab0ca491f6d9a02e8f133fb1e4242f4a29829f MD5sum: 5cb2af39de81866a4de3c4cc7ad60b37 Description: Interface definitions for the rosbridge library. Package: ros-lyrical-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbridge-msgs Version: 4.2.1-1resolute.20260901.103756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 486 Depends: ros-lyrical-rosbridge-msgs (= 4.2.1-1resolute.20260901.103756) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbridge-msgs/ros-lyrical-rosbridge-msgs-dbgsym_4.2.1-1resolute.20260901.103756_amd64.deb Size: 322610 SHA256: db7505787468aabfdd60d64d4913d9c63fd10302adf0d6022fa14400a51e6199 SHA1: 7b22d4804a878837c32bcc4d60f2a83436edb299 MD5sum: 05b806c050125900e7166fc23c917f3a Description: debug symbols for ros-lyrical-rosbridge-msgs Build-Ids: 032131b33326be24cc8f6a7c915a514633225567 0faef558742d411d716137346b54978f38abd63b 259154caac14b82f34611916ed22becb63567eb3 49286f98b9fcea8a88e61a13d1f2187edbcf0faf 554fb20a64d56eef91a5ed30cc3cd63d8fff3fa3 560f5a3e19ce37e82dbc5e0186898dfe4a4a174f 86d401ac9e508e93e7fb16a4151040be0b840532 9880f6056600c9bafd6efc1c661ce858a1686c38 a19c1de49d1bf09c06ca446082e35e74d61ccefd bc81922ed49b9fc81da983bc5321c43f3e202193 e9ed199a7bba8d79043e371db9a3bed94d986788 Package: ros-lyrical-rosbridge-server Version: 4.2.1-1resolute.20260901.194512 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 104 Depends: python3-tornado, ros-lyrical-rclpy, ros-lyrical-rosapi, ros-lyrical-rosbridge-library, ros-lyrical-rosbridge-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rosbridge_server Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbridge-server/ros-lyrical-rosbridge-server_4.2.1-1resolute.20260901.194512_amd64.deb Size: 15094 SHA256: 6956133d85b413e0393d792bc2d936e564a333cb981f3428153805b4b6a40cfe SHA1: 1fd04112eb7820c54d6d210072590d73e48a9486 MD5sum: 250f4a752446f613e34da539da9b90ff Description: A WebSocket interface to rosbridge. Package: ros-lyrical-rosbridge-suite Version: 4.2.1-1resolute.20260901.194939 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 45 Depends: ros-lyrical-rosapi, ros-lyrical-rosbridge-library, ros-lyrical-rosbridge-server, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rosbridge_suite Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbridge-suite/ros-lyrical-rosbridge-suite_4.2.1-1resolute.20260901.194939_amd64.deb Size: 6274 SHA256: b3b35580f7651ba18b29d0bd71f4bfd0723c1a07f0964637b5e21f7718d5e2b5 SHA1: 83c91426fa6bd66b705b2d835b160655728eaca2 MD5sum: 0913946e2b30e6e341a89beb39d890d7 Description: Rosbridge provides a JSON API to ROS functionality for non-ROS programs. There are a variety of front ends that interface with rosbridge, including a WebSocket server for web browsers to interact with. Rosbridge_suite is a meta-package containing rosbridge, various front end packages for rosbridge like a WebSocket package, and helper packages. Package: ros-lyrical-rosbridge-test-msgs Version: 4.2.1-1resolute.20260901.125329 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 15405 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rosbridge_library Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbridge-test-msgs/ros-lyrical-rosbridge-test-msgs_4.2.1-1resolute.20260901.125329_amd64.deb Size: 788334 SHA256: 46fcb68eeb58eb068e62becdfa3760dfae25e91bb38c1c6653939388780b0097 SHA1: 698baa1151292f9a5b11d00feef38075af7a545d MD5sum: 4824df9a26c31253c0d55f0bb7af02cb Description: Message and service definitions used in internal tests for rosbridge packages. Package: ros-lyrical-rosbridge-test-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rosbridge-test-msgs Version: 4.2.1-1resolute.20260901.125329 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 9409 Depends: ros-lyrical-rosbridge-test-msgs (= 4.2.1-1resolute.20260901.125329) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosbridge-test-msgs/ros-lyrical-rosbridge-test-msgs-dbgsym_4.2.1-1resolute.20260901.125329_amd64.deb Size: 6305406 SHA256: 387f3ea3ed185e9bcf092b9e94d3cd3b8b48e2df2bca09a2e3ff104a4cfedf5e SHA1: c055def71df08ad68541deb08cd576adda15cf2f MD5sum: b9e79546adff3416caef1657c21579b5 Description: debug symbols for ros-lyrical-rosbridge-test-msgs Build-Ids: 1f6b9819c1b782a7f7fe029cba9e5e497092156f 2c716f0a86b8cc45576c3a3baf77c5c27d13deea 524217232ad7bb1dff14649510d8a4dfe5a22dc0 5c646dcaf2f41b6e6f52ecad1973fe6bec97286b 60de881db61fa95245e864f35af882ab288f5a1d 72f14ded4f0d49ce7670108c8baadecf865c6e1e afaf33ef993f7a2ae7ae3c68d037fd7b7dc99fb6 bd79b417d0d59e9c4c3881c586d229caa15ef456 d8aa7ae6238d2faab62640ddfa32bc398a8ffe13 dd7269b3fde392c0a38430f7ca40377f5f449baa e13e5185401419939fc9ae5f97ea96bb7fe9dd41 Package: ros-lyrical-rosgraph-monitor Version: 0.2.3-3resolute.20260901.194538 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 940 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-diagnostic-aggregator, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosgraph-monitor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosgraph_monitor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosgraph-monitor/ros-lyrical-rosgraph-monitor_0.2.3-3resolute.20260901.194538_amd64.deb Size: 221764 SHA256: e026bb6ac0401a4b133f8f8f32813a89bd71529ac34db04c30bfd71c9803bd14 SHA1: 4a0aa7c98b3dcac01ba27a10d34c55a9909df559 MD5sum: ebcef665fdbe9c707e9a67f8643c95ab Description: Monitors the ROS graph to detect error conditions Package: ros-lyrical-rosgraph-monitor-dbgsym Package-Type: ddeb Source: ros-lyrical-rosgraph-monitor Version: 0.2.3-3resolute.20260901.194538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 4497 Depends: ros-lyrical-rosgraph-monitor (= 0.2.3-3resolute.20260901.194538) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosgraph-monitor/ros-lyrical-rosgraph-monitor-dbgsym_0.2.3-3resolute.20260901.194538_amd64.deb Size: 3899772 SHA256: ac00fc15adc87074a56cbab1dd955890cce9fb5966b683ab67b4055adc045510 SHA1: da68eedd81646bbc9f462e0dc7e6e142b91203cf MD5sum: 52e6abf4bf124fb0cbc456eb49e1a321 Description: debug symbols for ros-lyrical-rosgraph-monitor Build-Ids: 5a307872795c35522001045ea729f34754980317 6a5f523ffb74fd61720985e13d716816d3a2f0d8 c84a6130c5c19644232ee9be44f0871947dca43b Package: ros-lyrical-rosgraph-monitor-msgs Version: 0.2.3-3resolute.20260901.113617 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1385 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosgraph_monitor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosgraph-monitor-msgs/ros-lyrical-rosgraph-monitor-msgs_0.2.3-3resolute.20260901.113617_amd64.deb Size: 131160 SHA256: fff2506d9edca493ccd2cc9d738e680c30afa9913604a32671dbe6d62e44340d SHA1: cb4da8e35b300178138b70b3208d9f7a2c707678 MD5sum: 2c45ce8adb987422fbf4bc1bbd3174f1 Description: Interfaces for reporting observations about the ROS 2 communication graph Package: ros-lyrical-rosgraph-monitor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rosgraph-monitor-msgs Version: 0.2.3-3resolute.20260901.113617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1428 Depends: ros-lyrical-rosgraph-monitor-msgs (= 0.2.3-3resolute.20260901.113617) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosgraph-monitor-msgs/ros-lyrical-rosgraph-monitor-msgs-dbgsym_0.2.3-3resolute.20260901.113617_amd64.deb Size: 1146312 SHA256: 168f2ee2bde3c392f3df144f72411ee83fb2919a1060cc3ff5741ab16265b8d9 SHA1: 74f2e0e4898839964b7146a2855df40a658ea528 MD5sum: bbca067acd8436345b969f1997981e09 Description: debug symbols for ros-lyrical-rosgraph-monitor-msgs Build-Ids: 137f82cbdcc5339457147742362c93929538231a 189747bc71a36c114523ea2b46776f8f9422d9fe 1ae1d63144f60e26b5037f47d0a082a6e53c63cd 253f159627680aa97d49b96bf1f008650b3b39f9 36f959fa7796e14487eba5189d2e76001cc54841 723c6e9298463e179330b1af3add5c31e94ac040 989fd7e2dd3c2f3d0ee143fc50739dfdd3f218cf add83eff1887fd62034f0f019d0ebb069c8f2ca7 d5b819ec3569169291b03f6043702674c83917a1 f8733e61aa7df45261bc57d1cc9b613295a9deff faf8217713af979fd5fc9d8a9021ce65805c422a Package: ros-lyrical-rosgraph-msgs Version: 2.4.5-1resolute.20260901.114123 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1893 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rcl-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosgraph_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosgraph-msgs/ros-lyrical-rosgraph-msgs_2.4.5-1resolute.20260901.114123_amd64.deb Size: 173514 SHA256: d3ac217f5ef61539911608894c9ea642d0889d65ee3374716782c63b270c15a7 SHA1: 50c1ce180aa6ebe1bb46c071b1bf311c13e7e28a MD5sum: 43b0573ff19413c44569a2c93840c434 Description: Messages relating to the ROS Computation Graph. These are generally considered to be low-level messages that end users do not interact with. Package: ros-lyrical-rosgraph-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rosgraph-msgs Version: 2.4.5-1resolute.20260901.114123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2044 Depends: ros-lyrical-rosgraph-msgs (= 2.4.5-1resolute.20260901.114123) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosgraph-msgs/ros-lyrical-rosgraph-msgs-dbgsym_2.4.5-1resolute.20260901.114123_amd64.deb Size: 1695184 SHA256: 65538a6b6d73bce63c1bbf9630b1b969568aae12f9eea1d56554b3f2a24b6396 SHA1: 5f205ae38291ea97d03bb60a80c334ae79a26ce1 MD5sum: 455f3a4dd64fda79f625fa4813f390aa Description: debug symbols for ros-lyrical-rosgraph-msgs Build-Ids: 055c59cbfc03742a381cf044d00b25bd8e39d8f8 0fcf4a52917416e56f5a2a700c7c97a9f1d728db 2f8ba5f31ecb13647abd103018e724ddfa0cf823 32ad43ed5e5feee7a5df5feebdab837d72b34b3f 343f0b3a4daa510b5c15a90ac917c9f9d1718881 57b3536022376886836a4e0b48a1a9509d660831 77b679f9e774a190ef5328fe9aa241612ee7b585 7df0af2e5bef8b9bd4e665e9402d604b1d9d8927 8c1940de9fc342ced1907f412eb9d4009d809dfb e709114a8ffa6ff446dc4b99aa8f2788b0b302d5 fb3aca2b2cfd4caceb794269ef0d82d3147095a1 Package: ros-lyrical-rosidl-adapter Version: 5.2.1-1resolute.20260728.204010 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 135 Depends: python3-dev, python3-empy, ros-lyrical-ament-cmake-core, ros-lyrical-rosidl-cli, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_adapter/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-adapter/ros-lyrical-rosidl-adapter_5.2.1-1resolute.20260728.204010_amd64.deb Size: 20168 SHA256: 7f147146c0c5c973a6269dfe1a3ae4ecce403eb6ab002128ba94e820a27900e2 SHA1: 326f69cec6224e53d8562175e939361c0559a8c5 MD5sum: d606a362ffdffbdfe0fa4ceb63eadd8f Description: API and scripts to parse .msg/.srv/.action files and convert them to .idl. Package: ros-lyrical-rosidl-buffer Version: 5.2.1-1resolute.20260728.210115 Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 96 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-buffer/ros-lyrical-rosidl-buffer_5.2.1-1resolute.20260728.210115_amd64.deb Size: 15084 SHA256: 344a73fcd6d12aefdedf5a98cd59a0b3594ec3e99a4318b69d43bb2993681d23 SHA1: ad7a9fb9c99364d6faaaf061894f5a1dae4c1b67 MD5sum: ce5961710659571adec94675566b9991 Description: Core Buffer types and implementations for ROS2 native buffer feature. Provides Buffer container type with support for multiple memory backends (CPU, GPU, custom). Package: ros-lyrical-rosidl-buffer-backend Version: 5.2.1-1resolute.20260901.091711 Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 70 Depends: ros-lyrical-rmw, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer_backend/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-buffer-backend/ros-lyrical-rosidl-buffer-backend_5.2.1-1resolute.20260901.091711_amd64.deb Size: 10726 SHA256: 983f98e1c820676ab37a10a98587fd0a8ebcc6bb9b91043da888f16438e65e29 SHA1: 04ffe7ada9a5b655f416c8df5511d4cfd40a7629 MD5sum: b674258e12a8aed7ac8a6291504673cc Description: Buffer backend interface for ROS2 buffer types Package: ros-lyrical-rosidl-buffer-backend-registry Version: 5.2.1-1resolute.20260901.091931 Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 217 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-11 (>= 11.0.0), ros-lyrical-pluginlib, ros-lyrical-rmw, ros-lyrical-rosidl-buffer-backend, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer_backend_registry/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-buffer-backend-registry/ros-lyrical-rosidl-buffer-backend-registry_5.2.1-1resolute.20260901.091931_amd64.deb Size: 60242 SHA256: f92e84534210d775130bd545d3f5451577e7ac80277b37c57e6d8955928ec760 SHA1: 1a474a0e119c01ee7e9c8092d2f489b86cd608a1 MD5sum: d823a493011668c7b9238cfa6ade6e43 Description: Backend discovery and plugin loading for ROS2 buffer types Package: ros-lyrical-rosidl-buffer-backend-registry-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-buffer-backend-registry Version: 5.2.1-1resolute.20260901.091931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 572 Depends: ros-lyrical-rosidl-buffer-backend-registry (= 5.2.1-1resolute.20260901.091931) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-buffer-backend-registry/ros-lyrical-rosidl-buffer-backend-registry-dbgsym_5.2.1-1resolute.20260901.091931_amd64.deb Size: 510460 SHA256: e99bf11dc9cb5894838ca81d286bae78b00294dca3b53202d53b5540c4ead241 SHA1: 0488a48225d737b210a23d4e1d7b01b71d2a6762 MD5sum: 181595aec3a1dd1d7117a735191971c5 Description: debug symbols for ros-lyrical-rosidl-buffer-backend-registry Build-Ids: 035af18bc119506ffb1a07dd3d15f46a07c399cc Package: ros-lyrical-rosidl-buffer-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-buffer Version: 5.2.1-1resolute.20260728.210115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 50 Depends: ros-lyrical-rosidl-buffer (= 5.2.1-1resolute.20260728.210115) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-buffer/ros-lyrical-rosidl-buffer-dbgsym_5.2.1-1resolute.20260728.210115_amd64.deb Size: 32840 SHA256: a12f0d27393bff6e06785927d8564f5f2fa5b5c96ff5e683f1318d9ab8f02a0e SHA1: 7c82fc121901ebff05a7ac133e7d84948b568036 MD5sum: a7f5f18778c52ee5632e12ea8680723e Description: debug symbols for ros-lyrical-rosidl-buffer Build-Ids: 16febf00682cd4a33e600a6bb61620359d9ceb6b Package: ros-lyrical-rosidl-buffer-py Version: 5.2.1-1resolute.20260728.210209 Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 253 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rosidl-buffer, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-buffer-py/ros-lyrical-rosidl-buffer-py_5.2.1-1resolute.20260728.210209_amd64.deb Size: 85372 SHA256: 6cc1ec6036de4c7835bf80b7a35d0f210cda6564db936c65ae21112f7e4f5d8e SHA1: 4434f5a5cc95630edae27aaaa78cdd7ba4172c23 MD5sum: e4b2e01ff5a5e01663c788a0b59a2fb2 Description: Python bindings for rosidl::Buffer, providing a Buffer class that supports vendor-specific memory backends (CPU, GPU, custom) for rclpy users. Package: ros-lyrical-rosidl-buffer-py-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-buffer-py Version: 5.2.1-1resolute.20260728.210209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 1029 Depends: ros-lyrical-rosidl-buffer-py (= 5.2.1-1resolute.20260728.210209) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-buffer-py/ros-lyrical-rosidl-buffer-py-dbgsym_5.2.1-1resolute.20260728.210209_amd64.deb Size: 965318 SHA256: 6485151744369e6633fcc6b1bb46219106eb24902474b71e90e9db614cf64a34 SHA1: ac703581179e18d4e2ed773ecd7c0d0bde5c951e MD5sum: e94960ddae45a50973e5543dee5f6cf0 Description: debug symbols for ros-lyrical-rosidl-buffer-py Build-Ids: 0d6c864a1cffa45f4beaa11c032fa24309f3e3d8 Package: ros-lyrical-rosidl-cli Version: 5.2.1-1resolute.20260728.173046 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 164 Depends: python3-argcomplete, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_cli/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-cli/ros-lyrical-rosidl-cli_5.2.1-1resolute.20260728.173046_amd64.deb Size: 31426 SHA256: 231b034534c15ed512f53515413b5cc08b91d1c12d85e9f4ab65f3276eef12c4 SHA1: e59765582664e61caaa1c95befd005bf4c910225 MD5sum: 72a52ccbf56f4699f654e3a8f229aa96 Description: Command line tools for ROS interface generation. Package: ros-lyrical-rosidl-cmake Version: 5.2.1-1resolute.20260728.210427 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 105 Depends: python3-empy, ros-lyrical-ament-cmake, ros-lyrical-rosidl-pycommon, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-cmake/ros-lyrical-rosidl-cmake_5.2.1-1resolute.20260728.210427_amd64.deb Size: 15462 SHA256: 2959349c4edf4c57d7f5e128835b9445294bfdf36fb2c186b585733bf4b8d518 SHA1: 014fc58449497000b964f2cef0e50880405808ab MD5sum: 92aedb32c0458bf00297901fc8bbc999 Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-lyrical-rosidl-core-generators Version: 0.4.3-3resolute.20260901.093104 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 53 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-generator-cpp, ros-lyrical-rosidl-generator-py, ros-lyrical-rosidl-generator-rs, ros-lyrical-rosidl-typesupport-c, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-rosidl-typesupport-fastrtps-c, ros-lyrical-rosidl-typesupport-fastrtps-cpp, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_core_generators/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-core-generators/ros-lyrical-rosidl-core-generators_0.4.3-3resolute.20260901.093104_amd64.deb Size: 7308 SHA256: a3905858ef2da94c82ba2d8d58b96d54e7eb5d147106c0d5eb927d7af7958fb8 SHA1: 80acd99500cff9b63b52f15ce4b484cb7ccde14b MD5sum: 5ec9c85229d0638178f20e82c9faa137 Description: A configuration package defining core ROS interface generators. Package: ros-lyrical-rosidl-core-runtime Version: 0.4.3-3resolute.20260901.093119 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 47 Depends: ros-lyrical-rosidl-buffer-py, ros-lyrical-rosidl-generator-py, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-c, ros-lyrical-rosidl-typesupport-cpp, ros-lyrical-rosidl-typesupport-fastrtps-c, ros-lyrical-rosidl-typesupport-fastrtps-cpp, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_core_runtime/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-core-runtime/ros-lyrical-rosidl-core-runtime_0.4.3-3resolute.20260901.093119_amd64.deb Size: 6404 SHA256: 6b4905a8f6411773059a3b3c751a4da54f40074425afc046d2b1db7fa1f16bc9 SHA1: 0d9af465435467cfb1410696d2d8ff61b1014b2c MD5sum: 7840d4bb6bf978fe08528523b1003368 Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-lyrical-rosidl-default-generators Version: 1.8.1-3resolute.20260901.102625 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 50 Depends: ros-lyrical-action-msgs, ros-lyrical-ament-cmake-core, ros-lyrical-rosidl-core-generators, ros-lyrical-service-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_default_generators/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-default-generators/ros-lyrical-rosidl-default-generators_1.8.1-3resolute.20260901.102625_amd64.deb Size: 6810 SHA256: 8110b8ee1dd5cdc49c3aeb03b6c876290d77e3d1180590fad4feae1c75d7b66b SHA1: 1a8c335621bf33d921823e30293e7a8ed873c3fb MD5sum: 2c1da136f3af36198f856a2f85f3f9b7 Description: A configuration package defining the default ROS interface generators. Package: ros-lyrical-rosidl-default-runtime Version: 1.8.1-3resolute.20260901.102413 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 49 Depends: ros-lyrical-action-msgs, ros-lyrical-rosidl-core-runtime, ros-lyrical-service-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_default_runtime/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-default-runtime/ros-lyrical-rosidl-default-runtime_1.8.1-3resolute.20260901.102413_amd64.deb Size: 6754 SHA256: 498e0a5a724e8b80f49cac26131386ce1ed4e6a5194906e3526af8d81eca23fc SHA1: 816e9532e2ef47e826234eb17885d89ae112c9d2 MD5sum: 4b07180d14c554aca5d6eb95067f23f4 Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-lyrical-rosidl-dynamic-typesupport Version: 0.4.1-3resolute.20260831.170948 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 328 Depends: libc6 (>= 2.4), ros-lyrical-rcutils, ros-lyrical-rosidl-runtime-c, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_dynamic_typesupport/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-dynamic-typesupport/ros-lyrical-rosidl-dynamic-typesupport_0.4.1-3resolute.20260831.170948_amd64.deb Size: 37670 SHA256: dfc38cbf4cda6f9aa718b342e58218b6befb4fa1036b5dd7d2743d82b7526ad0 SHA1: d94762f88ef76344e75119cf4d63271e71595b27 MD5sum: 7215b873bf2ef62919eb7a7a878374ad Description: Unified serialization support interface for dynamic typesupport in C. Package: ros-lyrical-rosidl-dynamic-typesupport-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-dynamic-typesupport Version: 0.4.1-3resolute.20260831.170948 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 136 Depends: ros-lyrical-rosidl-dynamic-typesupport (= 0.4.1-3resolute.20260831.170948) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-dynamic-typesupport/ros-lyrical-rosidl-dynamic-typesupport-dbgsym_0.4.1-3resolute.20260831.170948_amd64.deb Size: 79826 SHA256: 68d35d7a94e8785179790ccbe529e698fc8ddee59aaaa276597a9037cdd0d64a SHA1: 8adeee6d542ae3434422f5a86b88e812bc9121fe MD5sum: 456ea4934b5b06b78f2cb959e720bda0 Description: debug symbols for ros-lyrical-rosidl-dynamic-typesupport Build-Ids: ebfd0a21dc3d7f3e258ac0c195629be15321c114 Package: ros-lyrical-rosidl-dynamic-typesupport-fastrtps Version: 0.5.1-3resolute.20260831.171643 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 291 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-fastdds, ros-lyrical-fastcdr, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rosidl-dynamic-typesupport, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_dynamic_typesupport_fastrtps/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-dynamic-typesupport-fastrtps/ros-lyrical-rosidl-dynamic-typesupport-fastrtps_0.5.1-3resolute.20260831.171643_amd64.deb Size: 56086 SHA256: 1e507d42596db2a4fe91a94318b49f1e7a79e2bf8883f25c344d381bf96da730 SHA1: 1cafef1ef91a7236201cdb91bb1779816166a584 MD5sum: 0a89491d27be57973fe5ffadf8e88e43 Description: FastDDS serialization support implementation for use with C/C++. Package: ros-lyrical-rosidl-dynamic-typesupport-fastrtps-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-dynamic-typesupport-fastrtps Version: 0.5.1-3resolute.20260831.171643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 722 Depends: ros-lyrical-rosidl-dynamic-typesupport-fastrtps (= 0.5.1-3resolute.20260831.171643) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-dynamic-typesupport-fastrtps/ros-lyrical-rosidl-dynamic-typesupport-fastrtps-dbgsym_0.5.1-3resolute.20260831.171643_amd64.deb Size: 595482 SHA256: 7101423ffb7c2fb2316990496deeddfe3588916311d79347203c4ffa43211766 SHA1: f07bec12fc063615a05bfa862d8c06a40cfcd12e MD5sum: c216ef1ebb5763f42f9c169b04009838 Description: debug symbols for ros-lyrical-rosidl-dynamic-typesupport-fastrtps Build-Ids: 1e7171971dad46675540fb17dcfe1d1bd1c2c747 Package: ros-lyrical-rosidl-generator-c Version: 5.2.1-1resolute.20260831.170131 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 181 Depends: python3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-ament-index-python, ros-lyrical-rcutils, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-generator-type-description, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_c/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-generator-c/ros-lyrical-rosidl-generator-c_5.2.1-1resolute.20260831.170131_amd64.deb Size: 24414 SHA256: d93fc6cf4fea93ef7132e205b4038fa9612fa630256efeb21ba3f01d5fa54523 SHA1: c876634e44fb0e2c0a4917600bbe2ce4a146c9c4 MD5sum: c67059861329e1f249f1a352f6f2e052 Description: Generate the ROS interfaces in C. Package: ros-lyrical-rosidl-generator-cpp Version: 5.2.1-1resolute.20260831.171349 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 157 Depends: python3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-ament-index-python, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-generator-type-description, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-generator-cpp/ros-lyrical-rosidl-generator-cpp_5.2.1-1resolute.20260831.171349_amd64.deb Size: 21986 SHA256: 58a8b5678deb9d14904ea52681eb4f7dfa4982432c403a94f76be003266a59e9 SHA1: 47f8533c566ef695cdd9d9af99e7d46579ed44d3 MD5sum: ebd3809803a7a494cea57aa408c03934 Description: Generate the ROS interfaces in C++. Package: ros-lyrical-rosidl-generator-dds-idl Version: 0.13.0-3resolute.20260728.210515 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 83 Depends: ros-lyrical-ament-cmake, ros-lyrical-ament-index-python, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-pycommon, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_dds_idl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-generator-dds-idl/ros-lyrical-rosidl-generator-dds-idl_0.13.0-3resolute.20260728.210515_amd64.deb Size: 11384 SHA256: 853ee7622b54ed21cefc73f2c8de5702757100a6deb4951029f658e5902bc39e SHA1: fdc239df9b8a2ee84e3489e0e174171056a2004d MD5sum: 8da16df07b68ceb589ac81a796753f04 Description: Generate the DDS interfaces for ROS interfaces. Package: ros-lyrical-rosidl-generator-py Version: 0.27.2-3resolute.20260901.091938 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 217 Depends: python3-numpy, python3-typing-extensions, ros-lyrical-ament-cmake, ros-lyrical-ament-cmake-cppcheck, ros-lyrical-ament-cmake-cpplint, ros-lyrical-ament-cmake-flake8, ros-lyrical-ament-cmake-mypy, ros-lyrical-ament-cmake-pep257, ros-lyrical-ament-cmake-uncrustify, ros-lyrical-ament-index-python, ros-lyrical-rmw, ros-lyrical-rosidl-buffer-py, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-typesupport-c, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rpyutils, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-generator-py/ros-lyrical-rosidl-generator-py_0.27.2-3resolute.20260901.091938_amd64.deb Size: 31366 SHA256: cd4e101379c8391e973ec02a015380e5265d5a83506cf3b3822a5a466ef7f643 SHA1: 6861a2db410a1c4fa819f2f96a6da5c50b01a55d MD5sum: d872e30c20bc66bf11e0454572f39546 Description: Generate the ROS interfaces in Python. Package: ros-lyrical-rosidl-generator-rs Version: 0.5.0-2resolute.20260831.171630 Architecture: amd64 Maintainer: "Esteve Fernandez" Installed-Size: 141 Depends: ros-lyrical-ament-cmake, ros-lyrical-ros-environment, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-typesupport-c, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_rs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-generator-rs/ros-lyrical-rosidl-generator-rs_0.5.0-2resolute.20260831.171630_amd64.deb Size: 23372 SHA256: 4ed2d89428e7fa6e0c512474a245dd9224ef0358ef618bca7d5b7963506fb4b1 SHA1: e63e386fe9750706c28baa8045dfd8cfb64e2aa8 MD5sum: 23a78dbef62fc2e89337256d3a69ee31 Description: Generate the ROS interfaces in Rust. Package: ros-lyrical-rosidl-generator-type-description Version: 5.2.1-1resolute.20260728.210206 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 96 Depends: python3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-ament-index-python, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_type_description/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-generator-type-description/ros-lyrical-rosidl-generator-type-description_5.2.1-1resolute.20260728.210206_amd64.deb Size: 15498 SHA256: 3bb6cadb89b1df6ca489aec078bac016d123e0f66a39a6bc4df82c78d7ab9c62 SHA1: fea5b47a3e9ca0d8e44caef3a888e9ea0ab017c8 MD5sum: 4f4d70c64b6d8be7532bdd0faf245ffb Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-lyrical-rosidl-parser Version: 5.2.1-1resolute.20260728.210114 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 128 Depends: python3-lark, ros-lyrical-rosidl-adapter, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_parser/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-parser/ros-lyrical-rosidl-parser_5.2.1-1resolute.20260728.210114_amd64.deb Size: 21036 SHA256: 8374b988fdf19d8dc096c6d7a9c25c17081add8149fcbcac080a9101e02d6673 SHA1: a091fc6148e4eefaba35f771e93536674f79a32a MD5sum: cfbd1369163c3b8e025252f08e44afee Description: The parser for `.idl` ROS interface files. Package: ros-lyrical-rosidl-pycommon Version: 5.2.1-1resolute.20260728.210228 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 61 Depends: ros-lyrical-rosidl-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_pycommon/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-pycommon/ros-lyrical-rosidl-pycommon_5.2.1-1resolute.20260728.210228_amd64.deb Size: 14930 SHA256: eb11dc835b270490c121c2773feb10425bc1ff84efd3864db99c5197f770aebb SHA1: 92fe0cb2b1e305b3414efd8e288b9f81a739e6c5 MD5sum: 4a4b403395afb6e1aa1ceb2c25164a61 Description: Common Python functions used by rosidl packages. Package: ros-lyrical-rosidl-runtime-c Version: 5.2.1-1resolute.20260831.170154 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 369 Depends: libc6 (>= 2.14), ros-lyrical-ament-cmake, ros-lyrical-rcutils, ros-lyrical-rosidl-buffer, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_c/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-runtime-c/ros-lyrical-rosidl-runtime-c_5.2.1-1resolute.20260831.170154_amd64.deb Size: 55882 SHA256: d962e27028c9d4a471134fea37fa078606fb70d59cb4f99a3a8efc63926e3f9c SHA1: 126d455ddca3df8fa983a0a665c40b8b4717a81d MD5sum: c936b13776ae93b9281804e7589252a0 Description: Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C. Package: ros-lyrical-rosidl-runtime-c-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-runtime-c Version: 5.2.1-1resolute.20260831.170154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 156 Depends: ros-lyrical-rosidl-runtime-c (= 5.2.1-1resolute.20260831.170154) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-runtime-c/ros-lyrical-rosidl-runtime-c-dbgsym_5.2.1-1resolute.20260831.170154_amd64.deb Size: 78564 SHA256: 1bdae948a0ae605469f45075c541b26d90ddad82a7c3fcc4bbde78c0c31119f8 SHA1: 63b3936669310aab6f3464e054acbcb50e80e96e MD5sum: 88ab961ef03c1e2eff4047232230a0db Description: debug symbols for ros-lyrical-rosidl-runtime-c Build-Ids: a14c1d488b1b7c38f4ddc1357e4d115ed3ce037c Package: ros-lyrical-rosidl-runtime-cpp Version: 5.2.1-1resolute.20260831.170544 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 160 Depends: ros-lyrical-ament-cmake, ros-lyrical-rosidl-buffer, ros-lyrical-rosidl-runtime-c, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-runtime-cpp/ros-lyrical-rosidl-runtime-cpp_5.2.1-1resolute.20260831.170544_amd64.deb Size: 19734 SHA256: 08000023949cacd0b825cb92851b554714e5d73b97e45c91afea18c57a439ed9 SHA1: b2c93913b00c5460519cde6389b49d5a8bf9bd43 MD5sum: e3989028e3aecbf2ce15c71c8fbd7fb7 Description: Provides definitions and templated functions for getting and working with rosidl typesupport types in C++. Package: ros-lyrical-rosidl-runtime-py Version: 0.15.2-3resolute.20260728.210536 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 101 Depends: python3-numpy, python3-yaml, ros-lyrical-rosidl-buffer-py, ros-lyrical-rosidl-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-runtime-py/ros-lyrical-rosidl-runtime-py_0.15.2-3resolute.20260728.210536_amd64.deb Size: 21206 SHA256: 8a505d6f86c420cf600e2a82994299af935ab293b17c6c93d3ac7cf409e50f7f SHA1: 83e8eb901a9727909ad96aa8b038391fc305dbaf MD5sum: 728207d319fdd17fe4514e2c0b1f3d94 Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-lyrical-rosidl-typesupport-c Version: 3.4.2-3resolute.20260831.171238 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 156 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), python3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-ament-index-python, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_c/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-c/ros-lyrical-rosidl-typesupport-c_3.4.2-3resolute.20260831.171238_amd64.deb Size: 23936 SHA256: 9afecec7296e1a24e7ffa0fd2f6605be943b99d10f28d439a06d481208da5636 SHA1: 718d611fa3c830e3547cbb5a14c18956a5871275 MD5sum: a9c785b8ebf4dd9ee642945b4acec672 Description: Generate the type support for C messages. Package: ros-lyrical-rosidl-typesupport-c-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-typesupport-c Version: 3.4.2-3resolute.20260831.171238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 69 Depends: ros-lyrical-rosidl-typesupport-c (= 3.4.2-3resolute.20260831.171238) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-c/ros-lyrical-rosidl-typesupport-c-dbgsym_3.4.2-3resolute.20260831.171238_amd64.deb Size: 49280 SHA256: 81b8660417f0397535abeab4b198d0db259bbc6fea6682b3e508849c16b80026 SHA1: f323a9478332d0d9409d9930dec1a75e33905fd1 MD5sum: 3839b243304a80dc59f10d4fee8fc789 Description: debug symbols for ros-lyrical-rosidl-typesupport-c Build-Ids: ea28fb539fae732a0de1c3eb1bb8392b22ea3fa6 Package: ros-lyrical-rosidl-typesupport-cpp Version: 3.4.2-3resolute.20260831.173017 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 155 Depends: libc6 (>= 2.4), libstdc++6 (>= 14), python3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-ament-index-python, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-generator-type-description, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-c, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-cpp/ros-lyrical-rosidl-typesupport-cpp_3.4.2-3resolute.20260831.173017_amd64.deb Size: 22850 SHA256: b7ad0a69a3bb73afc771ac249eb7449e9f9f04fe7b96092a8ee70f9c3836add0 SHA1: 01d6a1c66aace7271b3d0be910f6d939aa31c78d MD5sum: 849bc2bff41b883c1480e8779caf920c Description: Generate the type support for C++ messages. Package: ros-lyrical-rosidl-typesupport-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-typesupport-cpp Version: 3.4.2-3resolute.20260831.173017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 69 Depends: ros-lyrical-rosidl-typesupport-cpp (= 3.4.2-3resolute.20260831.173017) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-cpp/ros-lyrical-rosidl-typesupport-cpp-dbgsym_3.4.2-3resolute.20260831.173017_amd64.deb Size: 49044 SHA256: 0997f86624306bed6262a7c45649f3fd73266065d4b508fd1f0473f286c1dac1 SHA1: e5f915649ac0107d05c90e4b4896caceb4f39132 MD5sum: f32afc3fc56a0d3a30699731d3963120 Description: debug symbols for ros-lyrical-rosidl-typesupport-cpp Build-Ids: c1d76ce24bb521b2616f42f0761bb310551ead67 Package: ros-lyrical-rosidl-typesupport-fastrtps-c Version: 3.9.5-3resolute.20260901.092203 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 198 Depends: python3-dev, ros-lyrical-ament-cmake-ros-core, ros-lyrical-ament-index-python, ros-lyrical-fastcdr, ros-lyrical-rmw, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-fastrtps-cpp, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_fastrtps_c/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-fastrtps-c/ros-lyrical-rosidl-typesupport-fastrtps-c_3.9.5-3resolute.20260901.092203_amd64.deb Size: 25608 SHA256: 6dcd239e6a6381234668221652f83d1b3e8adf914f98b4c58f49b71c39a65f98 SHA1: fd8e95f55c2722e2296275e8ca768769c1a30d7b MD5sum: 4e5ab256eb82c21559448ca5a4c31d60 Description: Generate the C interfaces for eProsima FastRTPS. Package: ros-lyrical-rosidl-typesupport-fastrtps-c-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-typesupport-fastrtps-c Version: 3.9.5-3resolute.20260901.092203 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 19 Depends: ros-lyrical-rosidl-typesupport-fastrtps-c (= 3.9.5-3resolute.20260901.092203) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-fastrtps-c/ros-lyrical-rosidl-typesupport-fastrtps-c-dbgsym_3.9.5-3resolute.20260901.092203_amd64.deb Size: 2932 SHA256: 2ecbf0cae618b81e53fbbfca152d0b6d06bf2a11faa429af205ce945fe9243f3 SHA1: 6fab34d3ffcffdf761e1cd9f96f0da95ba9a347a MD5sum: 22a2da525549dba88dd1cb3d6845cf51 Description: debug symbols for ros-lyrical-rosidl-typesupport-fastrtps-c Build-Ids: 76fd2b13a0b43a353b9d2d40dae3ea08037e4cd7 Package: ros-lyrical-rosidl-typesupport-fastrtps-cpp Version: 3.9.5-3resolute.20260901.091931 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 220 Depends: python3-dev, ros-lyrical-ament-cmake-ros-core, ros-lyrical-ament-index-python, ros-lyrical-fastcdr, ros-lyrical-rmw, ros-lyrical-rosidl-buffer-backend, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-generator-cpp, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_fastrtps_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-fastrtps-cpp/ros-lyrical-rosidl-typesupport-fastrtps-cpp_3.9.5-3resolute.20260901.091931_amd64.deb Size: 29594 SHA256: 121c8751c208703cfc3b4ddbb416136014aba448d625e05635741604a2f9575a SHA1: fd1552729ea5e3cefafe4b9fdf4f2cc0acdd92ec MD5sum: b1fc3210a82af913e2ad2cd341718fcf Description: Generate the C++ interfaces for eProsima FastRTPS. Package: ros-lyrical-rosidl-typesupport-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-typesupport-fastrtps-cpp Version: 3.9.5-3resolute.20260901.091931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 19 Depends: ros-lyrical-rosidl-typesupport-fastrtps-cpp (= 3.9.5-3resolute.20260901.091931) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-fastrtps-cpp/ros-lyrical-rosidl-typesupport-fastrtps-cpp-dbgsym_3.9.5-3resolute.20260901.091931_amd64.deb Size: 2970 SHA256: 51e1a9b3b1e8efec7fb71decd48ad89133885c0c5ffaa94c2a099d0340a135dc SHA1: db7f42b660f8b3b83152e4b698661dfe1ecb8635 MD5sum: 7759193cbb41282a4f524b2f9b9676ce Description: debug symbols for ros-lyrical-rosidl-typesupport-fastrtps-cpp Build-Ids: d0a464321b0078ce21d3cb59a16d7af34393af8f Package: ros-lyrical-rosidl-typesupport-interface Version: 5.2.1-1resolute.20260728.210128 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 58 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_interface/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-interface/ros-lyrical-rosidl-typesupport-interface_5.2.1-1resolute.20260728.210128_amd64.deb Size: 8698 SHA256: c14b136fbc03572bce1e6b928f5cd6599ecebb22658c96c65b2618c4335d709a SHA1: d088ed8c546c1ad4b39b7ce293769e5af49e6d98 MD5sum: b3cd795f7fc8d255c90d456e58abd145 Description: The interface for rosidl typesupport packages. Package: ros-lyrical-rosidl-typesupport-introspection-c Version: 5.2.1-1resolute.20260831.170823 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 177 Depends: python3-dev, ros-lyrical-ament-cmake, ros-lyrical-ament-index-python, ros-lyrical-rosidl-buffer, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_introspection_c/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-introspection-c/ros-lyrical-rosidl-typesupport-introspection-c_5.2.1-1resolute.20260831.170823_amd64.deb Size: 23850 SHA256: fa2fae6512aa3ba5c739206d049c47b1940112f733f3976a790e4eed35a53be9 SHA1: 5fa197f848625a4b82981099aae83e7d60fbf0f9 MD5sum: 218e2266d1d997a3ef021b30bc7a513a Description: Generate the message type support for dynamic message construction in C. Package: ros-lyrical-rosidl-typesupport-introspection-c-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-typesupport-introspection-c Version: 5.2.1-1resolute.20260831.170823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19 Depends: ros-lyrical-rosidl-typesupport-introspection-c (= 5.2.1-1resolute.20260831.170823) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-introspection-c/ros-lyrical-rosidl-typesupport-introspection-c-dbgsym_5.2.1-1resolute.20260831.170823_amd64.deb Size: 2896 SHA256: b7fbf13a4df4f8de38ba116561d7cd5d9a7b6346301752459495efb7c0b08fcc SHA1: 7d021df6a650fbbe09cce97c59d8f411df1c3b55 MD5sum: 5f2cd67cb5d61d4620b39298d4db923a Description: debug symbols for ros-lyrical-rosidl-typesupport-introspection-c Build-Ids: 7f10480713e33b641e969e01ec81ecf4ab8f1076 Package: ros-lyrical-rosidl-typesupport-introspection-cpp Version: 5.2.1-1resolute.20260831.172258 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 176 Depends: python3-dev, ros-lyrical-ament-cmake, ros-lyrical-ament-index-python, ros-lyrical-rosidl-buffer, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-generator-cpp, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_introspection_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-introspection-cpp/ros-lyrical-rosidl-typesupport-introspection-cpp_5.2.1-1resolute.20260831.172258_amd64.deb Size: 23858 SHA256: dd1b37e88ac726810c89fc2774bfb05d1b9f0541dc70a99090f415762bd06793 SHA1: 214416bb15295d71fbd2db75bbe37ddb5b30265e MD5sum: 829d95490a3efeca397e439a2dbe2216 Description: Generate the message type support for dynamic message construction in C++. Package: ros-lyrical-rosidl-typesupport-introspection-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidl-typesupport-introspection-cpp Version: 5.2.1-1resolute.20260831.172258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19 Depends: ros-lyrical-rosidl-typesupport-introspection-cpp (= 5.2.1-1resolute.20260831.172258) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidl-typesupport-introspection-cpp/ros-lyrical-rosidl-typesupport-introspection-cpp-dbgsym_5.2.1-1resolute.20260831.172258_amd64.deb Size: 2976 SHA256: 032ffdc8251400016a6ee1f7b48abacb1b986ac93e354bbae55581f140e45b90 SHA1: f389d3bb3a886cf20be5f77d5370fec2626a7122 MD5sum: 81a67e0353b300e9253dbd016347251c Description: debug symbols for ros-lyrical-rosidl-typesupport-introspection-cpp Build-Ids: 0b50b84e4703cf72791b21e3c9c282ed8923d2bd Package: ros-lyrical-rosidlcpp Version: 0.6.0-1resolute.20260901.140355 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 45 Depends: ros-lyrical-ament-cmake-core, ros-lyrical-rosidlcpp-generator-c, ros-lyrical-rosidlcpp-generator-cpp, ros-lyrical-rosidlcpp-generator-py, ros-lyrical-rosidlcpp-generator-type-description, ros-lyrical-rosidlcpp-typesupport-c, ros-lyrical-rosidlcpp-typesupport-cpp, ros-lyrical-rosidlcpp-typesupport-fastrtps-c, ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp, ros-lyrical-rosidlcpp-typesupport-introspection-c, ros-lyrical-rosidlcpp-typesupport-introspection-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp/ros-lyrical-rosidlcpp_0.6.0-1resolute.20260901.140355_amd64.deb Size: 5678 SHA256: d9ea06e5ad152ab33431ba837412a16cf72e8632ea5071adb1616625f15ca977 SHA1: a12e5689f62a7f29aea513c3756d1a7fc809e02c MD5sum: 003f255a1231b934942691472428e1fc Description: Meta package depending on all rosidlcpp generators Package: ros-lyrical-rosidlcpp-generator-c Version: 0.6.0-1resolute.20260831.170404 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 563 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-rcutils, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-generator-type-description, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_c/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-c/ros-lyrical-rosidlcpp-generator-c_0.6.0-1resolute.20260831.170404_amd64.deb Size: 181958 SHA256: 6317a1add0b5432241afb778bdd184e46ca84cdfce7fe4b190cd39e014576f0f SHA1: dec35f7322da0acb96ae055c7b603bf1b60c5e5d MD5sum: 5f6cca9741e80e22d775d9ce4bd01def Description: Generate the ROS interfaces in C. Package: ros-lyrical-rosidlcpp-generator-c-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-generator-c Version: 0.6.0-1resolute.20260831.170404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 2578 Depends: ros-lyrical-rosidlcpp-generator-c (= 0.6.0-1resolute.20260831.170404) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-c/ros-lyrical-rosidlcpp-generator-c-dbgsym_0.6.0-1resolute.20260831.170404_amd64.deb Size: 2394032 SHA256: e55c8e51ce783de140cd36a0d3dc0a6956d43c5364a3d07d8354a266862100c8 SHA1: 77d0e6cfaf726c9aff657eb54bc4aace8b475a12 MD5sum: 6291b394e27186172acc82a9cf58975e Description: debug symbols for ros-lyrical-rosidlcpp-generator-c Build-Ids: a95f4ef3fb4919728a548d4dcf4459ccc9ffaf26 Package: ros-lyrical-rosidlcpp-generator-core Version: 0.6.0-1resolute.20260728.210851 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 708 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-core/ros-lyrical-rosidlcpp-generator-core_0.6.0-1resolute.20260728.210851_amd64.deb Size: 203500 SHA256: 45390151e035dbfe910892e1e4c85e39fd7330d4c26db9d7a68771725d1222f3 SHA1: 4313b1f52c97d81946c299776cc5247979e505d5 MD5sum: 13e0408d3dfe8a3b8798197acccb3296 Description: This package provides the basis for all rosidlcpp generators Package: ros-lyrical-rosidlcpp-generator-core-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-generator-core Version: 0.6.0-1resolute.20260728.210851 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 2355 Depends: ros-lyrical-rosidlcpp-generator-core (= 0.6.0-1resolute.20260728.210851) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-core/ros-lyrical-rosidlcpp-generator-core-dbgsym_0.6.0-1resolute.20260728.210851_amd64.deb Size: 2080350 SHA256: 255dd76dc894a17d8d56f16838281c8c2ad84d5e2a515bf4cc4fcd9810a10ad3 SHA1: 4cea1c4d72b67a4b9cbc2245830044fbcc913e6d MD5sum: f7698f5dad3eed64825998b3451de9bd Description: debug symbols for ros-lyrical-rosidlcpp-generator-core Build-Ids: 0f2e3b030149827d6f3df438b19acca0a32d2c1a Package: ros-lyrical-rosidlcpp-generator-cpp Version: 0.6.0-1resolute.20260831.170159 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 359 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-rcutils, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-generator-type-description, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-cpp/ros-lyrical-rosidlcpp-generator-cpp_0.6.0-1resolute.20260831.170159_amd64.deb Size: 117716 SHA256: 93ea30ce739de1f523dfc3e0cc34a6b3645636ab7b89986dd57a78350913db3a SHA1: 8fe29c34dbb57ac0f47b67f02d6e5756b81c3dcf MD5sum: a966c5db756ef2d40c69997bed91b43e Description: Generate the ROS interfaces in C++. Package: ros-lyrical-rosidlcpp-generator-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-generator-cpp Version: 0.6.0-1resolute.20260831.170159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1663 Depends: ros-lyrical-rosidlcpp-generator-cpp (= 0.6.0-1resolute.20260831.170159) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-cpp/ros-lyrical-rosidlcpp-generator-cpp-dbgsym_0.6.0-1resolute.20260831.170159_amd64.deb Size: 1563338 SHA256: b06f8caa57c5548ad30e170a5b22daa6ce8d9e0a917bdb1443dd3130ada82491 SHA1: d3ea5a9c2bac85296874c77ae59ae1b8c5bcdb39 MD5sum: 8e52b0f432bee5436c96f0d62ba6f94e Description: debug symbols for ros-lyrical-rosidlcpp-generator-cpp Build-Ids: c1b04a809a3a64432d559e8d71b5b31dce3b2387 Package: ros-lyrical-rosidlcpp-generator-py Version: 0.6.0-1resolute.20260901.091712 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 415 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-cmake, ros-lyrical-ament-index-python, ros-lyrical-rmw, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-typesupport-c, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-py/ros-lyrical-rosidlcpp-generator-py_0.6.0-1resolute.20260901.091712_amd64.deb Size: 126100 SHA256: 1067a5ccb38511a98440a68f3978d66349ab727231dfff95bb0d05fd7381126f SHA1: fdc64d77350a437c3271235e9dc14f85617f32a9 MD5sum: b4c08ee0ab6eb8c60e62bb976664aa9b Description: Generate the ROS interfaces in Python. Package: ros-lyrical-rosidlcpp-generator-py-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-generator-py Version: 0.6.0-1resolute.20260901.091712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1783 Depends: ros-lyrical-rosidlcpp-generator-py (= 0.6.0-1resolute.20260901.091712) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-py/ros-lyrical-rosidlcpp-generator-py-dbgsym_0.6.0-1resolute.20260901.091712_amd64.deb Size: 1668644 SHA256: 160c8231b673b3ce3eccc79947d172a00351b2fa6454537fc904e6297863ad09 SHA1: 2566a38890d301144cc9390284104bdbab47e521 MD5sum: 863bebc99211895728b8475de4f3ba38 Description: debug symbols for ros-lyrical-rosidlcpp-generator-py Build-Ids: 2f0293de30a8416a639c817bbf12bc589a7197e0 Package: ros-lyrical-rosidlcpp-generator-type-description Version: 0.6.0-1resolute.20260831.170956 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 417 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-rcutils, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_type_description/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-type-description/ros-lyrical-rosidlcpp-generator-type-description_0.6.0-1resolute.20260831.170956_amd64.deb Size: 152546 SHA256: 38c2b89d728eed2f036e292bb0c3f575ef39292e6fac1f8054e8f3dcd75a0c4d SHA1: f23bb2811cfad8032b23825a6f5be7aa1624f46a MD5sum: 0dc608bbff169da1b2708ae9d500fbe3 Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-lyrical-rosidlcpp-generator-type-description-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-generator-type-description Version: 0.6.0-1resolute.20260831.170956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 2306 Depends: ros-lyrical-rosidlcpp-generator-type-description (= 0.6.0-1resolute.20260831.170956) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-generator-type-description/ros-lyrical-rosidlcpp-generator-type-description-dbgsym_0.6.0-1resolute.20260831.170956_amd64.deb Size: 2173270 SHA256: d82c141fcf602499a1576a06a3eb8fe80374be60ace7a711916096ee4ae91b79 SHA1: e1b3092fb6fa44109e2bf7f84f7d20785cda5eec MD5sum: 804281292ff67022fa038543b2863210 Description: debug symbols for ros-lyrical-rosidlcpp-generator-type-description Build-Ids: 88b7624685a6e3e9d68bab268fd35d909c9da2f8 Package: ros-lyrical-rosidlcpp-parser Version: 0.6.0-1resolute.20260728.210524 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 311 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rosidl-pycommon, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_parser/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-parser/ros-lyrical-rosidlcpp-parser_0.6.0-1resolute.20260728.210524_amd64.deb Size: 101798 SHA256: 01ec921c0acfda837fe81afe7de47f558509e016a149896821b88550b9b0659d SHA1: 10bfd90a1caa8208a6fa068234b6dd930d355fbd MD5sum: 123752e3ca7b31dba8a8d624ec478a22 Description: This package provides utilities to parse idl files into a json data structure Package: ros-lyrical-rosidlcpp-parser-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-parser Version: 0.6.0-1resolute.20260728.210524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1273 Depends: ros-lyrical-rosidlcpp-parser (= 0.6.0-1resolute.20260728.210524) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-parser/ros-lyrical-rosidlcpp-parser-dbgsym_0.6.0-1resolute.20260728.210524_amd64.deb Size: 1188886 SHA256: f7a1ecfb2ceb03016a06be7a27562a0058230f5374526177827370ef23b1d082 SHA1: be266816586daadbcebd49e1d59478c5e28d0131 MD5sum: 03ae40bfa66aaf20a5cbd3c1864fd004 Description: debug symbols for ros-lyrical-rosidlcpp-parser Build-Ids: 1ef2708736bddfc8cbede6ceb7e8015ba5098c9f db97b32221086d6ce06243dbaad25fb1e9e04109 Package: ros-lyrical-rosidlcpp-typesupport-c Version: 0.6.0-1resolute.20260831.171244 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 321 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-ament-index-python, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_c/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-c/ros-lyrical-rosidlcpp-typesupport-c_0.6.0-1resolute.20260831.171244_amd64.deb Size: 61986 SHA256: af7d8e7910459058c0a0155ded687db0f72282606f0415af29c9f8d220977dcf SHA1: 82ccf9a332cc6365aacc949d54a11907a75850a5 MD5sum: e2f17f0e3fa75bfd5fba1a939a2425d1 Description: Generate the type support for C messages. Package: ros-lyrical-rosidlcpp-typesupport-c-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-typesupport-c Version: 0.6.0-1resolute.20260831.171244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1024 Depends: ros-lyrical-rosidlcpp-typesupport-c (= 0.6.0-1resolute.20260831.171244) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-c/ros-lyrical-rosidlcpp-typesupport-c-dbgsym_0.6.0-1resolute.20260831.171244_amd64.deb Size: 979480 SHA256: bb476fe67a48c86e0da89683f27e7d6506e81fad3a23a703244447b307f04bc5 SHA1: 519ce79e459fa4aa48e2eb84aa7273192c51fe9e MD5sum: 10a8d1917bc15e85a651d6508d690989 Description: debug symbols for ros-lyrical-rosidlcpp-typesupport-c Build-Ids: a7304e34499aa053d4460ab07a1632471ab4136d Package: ros-lyrical-rosidlcpp-typesupport-cpp Version: 0.6.0-1resolute.20260831.173000 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 321 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-cmake-core, ros-lyrical-ament-index-python, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-generator-type-description, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-c, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-cpp/ros-lyrical-rosidlcpp-typesupport-cpp_0.6.0-1resolute.20260831.173000_amd64.deb Size: 61486 SHA256: 336398aad48ade395032e26998dcb7c8dc1da60036989923f77ba2566cbe879c SHA1: b7cc24fdde35b8a63a909f4a7ad79e6894d15bd7 MD5sum: 6d6ff803db4e82e3002da2081b04740f Description: Generate the type support for C++ messages. Package: ros-lyrical-rosidlcpp-typesupport-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-typesupport-cpp Version: 0.6.0-1resolute.20260831.173000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1027 Depends: ros-lyrical-rosidlcpp-typesupport-cpp (= 0.6.0-1resolute.20260831.173000) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-cpp/ros-lyrical-rosidlcpp-typesupport-cpp-dbgsym_0.6.0-1resolute.20260831.173000_amd64.deb Size: 983796 SHA256: 82ed905b94fe87da473f163ec95a7309ca197bca3245a29ef1940593ddfc5b2f SHA1: 1c2fbe54678e7a6f0e3b8caec3a7b816b9d8d71f MD5sum: d0d7a1df4f8bf656ba827c821bc94ed0 Description: debug symbols for ros-lyrical-rosidlcpp-typesupport-cpp Build-Ids: 091c1f25827c5cc239da08aae42a3addb87cf9e4 Package: ros-lyrical-rosidlcpp-typesupport-fastrtps-c Version: 0.6.0-1resolute.20260901.135412 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 508 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-fastcdr, ros-lyrical-rmw, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-fastrtps-cpp, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_fastrtps_c/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-fastrtps-c/ros-lyrical-rosidlcpp-typesupport-fastrtps-c_0.6.0-1resolute.20260901.135412_amd64.deb Size: 97460 SHA256: a48674f8c1342c0fdbff360e1b785f4704188f45b5d7b73e35517946a642ff63 SHA1: b9c356780415305aaba9cb8cc12231ffbefa0a31 MD5sum: 4df16bae381083cc83f3ec19db269ad2 Description: Generate the C interfaces for eProsima FastRTPS. Package: ros-lyrical-rosidlcpp-typesupport-fastrtps-c-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-typesupport-fastrtps-c Version: 0.6.0-1resolute.20260901.135412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1403 Depends: ros-lyrical-rosidlcpp-typesupport-fastrtps-c (= 0.6.0-1resolute.20260901.135412) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-fastrtps-c/ros-lyrical-rosidlcpp-typesupport-fastrtps-c-dbgsym_0.6.0-1resolute.20260901.135412_amd64.deb Size: 1318838 SHA256: ec8cfe85c43ad195d19103c1409c69a76966eb879b1eb846d3814a84f639ad9f SHA1: bfc950eb7ab3ef8cc957a7d16bf9fdad6384b7ab MD5sum: 7c83cff33a15a45f2a667fb593f2c91b Description: debug symbols for ros-lyrical-rosidlcpp-typesupport-fastrtps-c Build-Ids: e358db171ef6ade7b4d8ce7f48b3b49c6a937ff5 Package: ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp Version: 0.6.0-1resolute.20260901.135421 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 489 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-fastcdr, ros-lyrical-rmw, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-generator-cpp, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_fastrtps_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp/ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp_0.6.0-1resolute.20260901.135421_amd64.deb Size: 94882 SHA256: d4eb83b46532e663d9c67780339ead656ba7f287f7b15cfd5f604b0cd3bd4532 SHA1: 40cb6caaf77b4838dfaf66b5dfebe6f02403338d MD5sum: 3c1b5af1e1e0703f725f0eea60db73b4 Description: Generate the C++ interfaces for eProsima FastRTPS. Package: ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp Version: 0.6.0-1resolute.20260901.135421 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1407 Depends: ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp (= 0.6.0-1resolute.20260901.135421) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp/ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp-dbgsym_0.6.0-1resolute.20260901.135421_amd64.deb Size: 1327546 SHA256: 71b4f7e087e4048e1b707fb55d556937d264c1bd0f5e61a0e0f769a80bb98186 SHA1: 096c785c844fa8888c63ff73b4ab142c91c929b0 MD5sum: 2cc7abecb9bb097f9b8c6103e3e9f43d Description: debug symbols for ros-lyrical-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 31036446528fb65e238030c75639c2c3b9c52ccf Package: ros-lyrical-rosidlcpp-typesupport-introspection-c Version: 0.6.0-1resolute.20260831.171331 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 385 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-index-python, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_introspection_c/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-introspection-c/ros-lyrical-rosidlcpp-typesupport-introspection-c_0.6.0-1resolute.20260831.171331_amd64.deb Size: 73870 SHA256: ea46e887fc4bb5f01a088fbc4c8bd2817bbdbdc0ce426fda3c40716ecdfe3fef SHA1: bb82612ca8e68ec0e80ec0df07216ef749d68546 MD5sum: 85e0b351f774270ac86bae3386e6374a Description: Generate the message type support for dynamic message construction in C. Package: ros-lyrical-rosidlcpp-typesupport-introspection-c-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-typesupport-introspection-c Version: 0.6.0-1resolute.20260831.171331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1174 Depends: ros-lyrical-rosidlcpp-typesupport-introspection-c (= 0.6.0-1resolute.20260831.171331) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-introspection-c/ros-lyrical-rosidlcpp-typesupport-introspection-c-dbgsym_0.6.0-1resolute.20260831.171331_amd64.deb Size: 1120372 SHA256: 838c46c6989752412273aac2fadab2dabd5197b656f29847a067b6b3fbea6232 SHA1: 4db4264cfe3af60404510297859c1c28dca6eb07 MD5sum: b5a5c98271b76510764ea6527818419e Description: debug symbols for ros-lyrical-rosidlcpp-typesupport-introspection-c Build-Ids: 2c7d9f9960beddebd1b6b4705a548fbfb55b136e Package: ros-lyrical-rosidlcpp-typesupport-introspection-cpp Version: 0.6.0-1resolute.20260831.172120 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 385 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-lyrical-ament-cmake, ros-lyrical-ament-index-python, ros-lyrical-rosidl-cli, ros-lyrical-rosidl-cmake, ros-lyrical-rosidl-generator-c, ros-lyrical-rosidl-generator-cpp, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-pycommon, ros-lyrical-rosidl-runtime-c, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-rosidl-typesupport-interface, ros-lyrical-rosidl-typesupport-introspection-c, ros-lyrical-rosidlcpp-generator-core, ros-lyrical-rosidlcpp-parser, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_introspection_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-introspection-cpp/ros-lyrical-rosidlcpp-typesupport-introspection-cpp_0.6.0-1resolute.20260831.172120_amd64.deb Size: 74354 SHA256: e359c311e0c114cebe54c2bd1503af2dd8ded862302c6dc1369e9e0f4e6b5e6e SHA1: 75e733704af8faa5511cbf308a68ffa1648e3ba4 MD5sum: 127c2ec2b7eecddc144d5383c2fd169e Description: Generate the message type support for dynamic message construction in C++. Package: ros-lyrical-rosidlcpp-typesupport-introspection-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rosidlcpp-typesupport-introspection-cpp Version: 0.6.0-1resolute.20260831.172120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1181 Depends: ros-lyrical-rosidlcpp-typesupport-introspection-cpp (= 0.6.0-1resolute.20260831.172120) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosidlcpp-typesupport-introspection-cpp/ros-lyrical-rosidlcpp-typesupport-introspection-cpp-dbgsym_0.6.0-1resolute.20260831.172120_amd64.deb Size: 1124572 SHA256: 66285d228889caf61147d2ec11da65c2157037f10d1429eaad90cbbf1429e505 SHA1: 9e0366b89821e21bd4ade8ec5caca6d96623010c MD5sum: 8419cb2dc765578a12915f16381083dd Description: debug symbols for ros-lyrical-rosidlcpp-typesupport-introspection-cpp Build-Ids: 67d5da668613e358d70a81938a23321cb9d9e832 Package: ros-lyrical-rosx-introspection Version: 2.3.0-3resolute.20260901.171107 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 582 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), rapidjson-dev, ros-lyrical-ament-index-cpp, ros-lyrical-rclcpp, ros-lyrical-rosbag2-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rosx_introspection/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosx-introspection/ros-lyrical-rosx-introspection_2.3.0-3resolute.20260901.171107_amd64.deb Size: 170134 SHA256: 8fa7a6d304f7ec76d715ce56465291e1ca167adf72adab4cf766b87308ffd04a SHA1: a87bac5225e71c0c3754037326556d6872358604 MD5sum: 1b94ed47b70eb75fae8123d9dad00ddd Description: Parse any ROS/ROS2 message without compile-time information Package: ros-lyrical-rosx-introspection-dbgsym Package-Type: ddeb Source: ros-lyrical-rosx-introspection Version: 2.3.0-3resolute.20260901.171107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2179 Depends: ros-lyrical-rosx-introspection (= 2.3.0-3resolute.20260901.171107) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rosx-introspection/ros-lyrical-rosx-introspection-dbgsym_2.3.0-3resolute.20260901.171107_amd64.deb Size: 2059318 SHA256: 56e844d78e11633134c2c15bc5f894f34a732dc5e6a9c5b940eacaa2f9267821 SHA1: 18ff95305d80612a15471f75778b014260caf336 MD5sum: 97aefca4904988e61790031532d38285 Description: debug symbols for ros-lyrical-rosx-introspection Build-Ids: eaf21b27faf2b85d6b2c40dd80d1c3552f740127 Package: ros-lyrical-rplidar-driver Version: 1.4.1-1resolute.20260901.200922 Architecture: amd64 Maintainer: "frozenreboot" Installed-Size: 609 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-diagnostic-updater, ros-lyrical-geometry-msgs, ros-lyrical-launch-ros, ros-lyrical-lifecycle-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rplidar_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rplidar-driver/ros-lyrical-rplidar-driver_1.4.1-1resolute.20260901.200922_amd64.deb Size: 173388 SHA256: 065618c1acac2d25473b0258534d278c88713d294bcedbd26dde122f8004749e SHA1: f43163d2fee39c4a9b1706f7879cdab107e81c31 MD5sum: 6ebde63550b7804ae1d078e1294b9971 Description: A modern, lifecycle-managed ROS2 driver for Slamtec RPLidar. Features multithreaded scanning, non-blocking I/O, and C++17 architecture. Package: ros-lyrical-rplidar-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-rplidar-driver Version: 1.4.1-1resolute.20260901.200922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "frozenreboot" Installed-Size: 2726 Depends: ros-lyrical-rplidar-driver (= 1.4.1-1resolute.20260901.200922) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rplidar-driver/ros-lyrical-rplidar-driver-dbgsym_1.4.1-1resolute.20260901.200922_amd64.deb Size: 2444494 SHA256: 940ca223be83ea8b3843508e1526330bd78e173fd640578272e8bd44318c8ce1 SHA1: 8373479cd09091ecbe5c8005b0a2199083831579 MD5sum: 5a05c98441d701fb47c7816c51f16945 Description: debug symbols for ros-lyrical-rplidar-driver Build-Ids: 629b18c7ec8a78c0307c0630df629054810419cc 730995e707ec12c2a6302d7610892ddcf30ace03 Package: ros-lyrical-rpyutils Version: 0.7.2-3resolute.20260728.174949 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 42 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rpyutils/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rpyutils/ros-lyrical-rpyutils_0.7.2-3resolute.20260728.174949_amd64.deb Size: 7674 SHA256: ab0f1b067d12bcd24bacadb896ee6d0345a7ee8b6d909ce9553b17963d3746ec SHA1: 97889e814f7ac0ae8d6c4dd3fc1cc845f247f6b2 MD5sum: ade89af65bd85bd5dc7a1a423d1ddcab Description: Package containing various utility types and functions for Python Package: ros-lyrical-rqml Version: 3.26.42-3resolute.20260908.111749 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 44 Depends: ros-lyrical-rqml-core, ros-lyrical-rqml-default-plugins, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rqml/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqml/ros-lyrical-rqml_3.26.42-3resolute.20260908.111749_amd64.deb Size: 5494 SHA256: bcb15b323ba7fa3e563c9db17075a3e4826b7fb6bf3e1cdcb4d603a50202dac7 SHA1: 31e967becc726b6f6248a3e1aa805670fd791def MD5sum: 39ceeb8e984de37aada38ba6c47bab77 Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-lyrical-rqml-core Version: 3.26.42-3resolute.20260901.211512 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 4917 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.6.0), libspdlog1.15-fmt10, libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), qt6-base-private-abi (= 6.10.2), qt6-declarative-private-abi (= 6.10.2), qml6-module-qtcore, qml6-module-qtqml-models, qml6-module-qtqml-workerscript, qml6-module-qtquick-controls, qml6-module-qtquick-layouts, qml6-module-qtquick-templates, qml6-module-qtquick-window, ros-lyrical-ament-index-cpp, ros-lyrical-qml6-ros2-plugin, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rqml_core/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqml-core/ros-lyrical-rqml-core_3.26.42-3resolute.20260901.211512_amd64.deb Size: 1876722 SHA256: a5428e40d99ac30e6652bbf2a61bf10e760aa18f057fa3683b27575a60c6f114 SHA1: 9d929c37c3185e40d05d18c33fab1d2b54729446 MD5sum: 0710c9f96ede811d144762f556bcde9c Description: QML-based robotics visualization and control tool for ROS 2. Package: ros-lyrical-rqml-core-dbgsym Package-Type: ddeb Source: ros-lyrical-rqml-core Version: 3.26.42-3resolute.20260901.211512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 26329 Depends: ros-lyrical-rqml-core (= 3.26.42-3resolute.20260901.211512) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqml-core/ros-lyrical-rqml-core-dbgsym_3.26.42-3resolute.20260901.211512_amd64.deb Size: 24686520 SHA256: 56dd37e97c08db8af35dd4052fe0bc403a940498fdc750e4ec6b9ef5350400c0 SHA1: ffad90c8c0ceff0a6d6785d6c78f2a1a57aa5bcc MD5sum: bb55a913e8527b12a7d1ec63bd6c8685 Description: debug symbols for ros-lyrical-rqml-core Build-Ids: 7b2df1a75709f4f0e754350d01134b9c558f3a5a 7e28928a9700872b48d661011a7e7a7fb5438d7d Package: ros-lyrical-rqml-default-plugins Version: 3.26.42-3resolute.20260908.110614 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 493 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6multimedia6 (>= 6.6.1), libqt6qml6 (>= 6.6.0), libstdc++6 (>= 5), qml6-module-qt-labs-qmlmodels, qml6-module-qtmultimedia, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-layouts, ros-lyrical-control-msgs, ros-lyrical-controller-manager-msgs, ros-lyrical-geometry-msgs, ros-lyrical-moveit-msgs, ros-lyrical-pal-statistics-msgs, ros-lyrical-qml6-ros2-plugin, ros-lyrical-rqml-core, ros-lyrical-sensor-msgs, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rqml_default_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqml-default-plugins/ros-lyrical-rqml-default-plugins_3.26.42-3resolute.20260908.110614_amd64.deb Size: 80224 SHA256: bbf0531f540a1e891848a98a26ccdebd6f8cf63cec6d3d0a7b9cff5d814022f2 SHA1: c9b736feb63a2f15fd46f2cbbf149dbb2c05ad23 MD5sum: 9b840628a027b9280917995321e8da25 Description: Default plugins for the QML-based robotics visualization and control tool RQml for ROS 2. Package: ros-lyrical-rqml-default-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-rqml-default-plugins Version: 3.26.42-3resolute.20260908.110614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 577 Depends: ros-lyrical-rqml-default-plugins (= 3.26.42-3resolute.20260908.110614) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqml-default-plugins/ros-lyrical-rqml-default-plugins-dbgsym_3.26.42-3resolute.20260908.110614_amd64.deb Size: 552646 SHA256: 8a09d8be0ff3121561d7e450e4b94ed0be019ab81a948027ddbd2f4fda479203 SHA1: 9a64d9cc2fba23a796568a5d30280f36623ea2f9 MD5sum: 5c307daccb6e8399d1456332294cfea3 Description: debug symbols for ros-lyrical-rqml-default-plugins Build-Ids: 1ab075cab4ba725056fe539df33c2379fda6bab2 Package: ros-lyrical-rqml-plugin-example Version: 3.26.42-3resolute.20260901.213759 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 49 Depends: qml6-module-qtquick-controls, qml6-module-qtquick-layouts, ros-lyrical-qml6-ros2-plugin, ros-lyrical-rqml-core, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rqml_plugin_example/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqml-plugin-example/ros-lyrical-rqml-plugin-example_3.26.42-3resolute.20260901.213759_amd64.deb Size: 6438 SHA256: e8c699ae1b0676c0b509d46e5356de51d7901c7109932ebd0d17867989147d0a SHA1: d9c5dda8a4eefa9d8660cdb6798e047ead6c5a07 MD5sum: df42ac0b989e41756dd411edd359402a Description: An example plugin for RQml Package: ros-lyrical-rqt Version: 1.10.6-1resolute.20260901.194948 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 26 Depends: ros-lyrical-rqt-gui (>= 0.3.0), ros-lyrical-rqt-gui-cpp (>= 0.3.0), ros-lyrical-rqt-gui-py (>= 0.3.0), ros-lyrical-rqt-py-common, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rqt Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt/ros-lyrical-rqt_1.10.6-1resolute.20260901.194948_amd64.deb Size: 3246 SHA256: 3da51bd946a6a91d88f2653b41360f025865b7295e3262ddfa16905f26275757 SHA1: f0a2a9dddaf5ed9e5da7be22fb4ac9d2f716ff3d MD5sum: e18b79272ac95d6983d6c67625fcf28a Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-lyrical-rqt-action Version: 2.5.0-1resolute.20260901.195656 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 42 Depends: ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-msg, ros-lyrical-rqt-py-common, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_action Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-action/ros-lyrical-rqt-action_2.5.0-1resolute.20260901.195656_amd64.deb Size: 6778 SHA256: 3937ea5f6c82d97e94022a903a5f411bd5e7f3928bf215516027bea7b2259c8f SHA1: 88c4737a611f930394a49973e6a972c71470df18 MD5sum: 707f27f2ca30e907d0580fd9fa7a354d Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-lyrical-rqt-bag Version: 2.2.5-1resolute.20260901.194731 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 540 Depends: python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-builtin-interfaces, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-rclpy, ros-lyrical-rosbag2-py, ros-lyrical-rosidl-runtime-py, ros-lyrical-rqt-gui (>= 0.2.12), ros-lyrical-rqt-gui-py, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_bag Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-bag/ros-lyrical-rqt-bag_2.2.5-1resolute.20260901.194731_amd64.deb Size: 119742 SHA256: 6a4dba1fbc403651cd134d2c88773e1b4ce2b1e991e6f5cf42d82ec1d9593c1e SHA1: 46b0c8542d2d2c5753045e817bf9233363e66ec4 MD5sum: 26f4d93533943e07d38bcc38fbd95a64 Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-lyrical-rqt-bag-plugins Version: 2.2.5-1resolute.20260901.195305 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 147 Depends: python3-cairo, python3-numpy, python3-pil, ros-lyrical-ament-index-python, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-rosbag2, ros-lyrical-rqt-bag, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-plot, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_bag Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-bag-plugins/ros-lyrical-rqt-bag-plugins_2.2.5-1resolute.20260901.195305_amd64.deb Size: 37940 SHA256: c5c259d3d0738706ec072cb3a3494fbb54fe45fe3074030a3572142cee7fa6d4 SHA1: bc631240b96e5d33f1e3b75d76568e1731d1203f MD5sum: 1a54d1deb77b1d07cdddf867eb7581bf Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-lyrical-rqt-common-plugins Version: 1.2.0-5resolute.20260901.200815 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 46 Depends: ros-lyrical-rqt-action, ros-lyrical-rqt-bag, ros-lyrical-rqt-bag-plugins, ros-lyrical-rqt-console, ros-lyrical-rqt-graph, ros-lyrical-rqt-image-view, ros-lyrical-rqt-msg, ros-lyrical-rqt-plot, ros-lyrical-rqt-publisher, ros-lyrical-rqt-py-common, ros-lyrical-rqt-py-console, ros-lyrical-rqt-reconfigure, ros-lyrical-rqt-service-caller, ros-lyrical-rqt-shell, ros-lyrical-rqt-srv, ros-lyrical-rqt-topic, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rqt_common_plugins Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-common-plugins/ros-lyrical-rqt-common-plugins_1.2.0-5resolute.20260901.200815_amd64.deb Size: 6774 SHA256: eaaeed0bee4419d885f56fa0aaf8f7382c785cf88a14e86dd7a345b8bd324a37 SHA1: 0384b7b38979f675438e604dad10ebe772aabca1 MD5sum: 2c688404bffdc3087b492ef87917e504 Description: rqt_common_plugins metapackage provides ROS backend graphical tools suite that can be used on/off of robot runtime. To run any rqt plugins, just type in a single command "rqt", then select any plugins you want from the GUI that launches afterwards. rqt consists of three following metapackages: rqt - core modules of rqt (ROS GUI) framework. rqt plugin developers barely needs to pay attention to this metapackage. rqt_common_plugins (you're here!) rqt_robot_plugins - rqt plugins that are particularly used with robots during their runtime. Package: ros-lyrical-rqt-console Version: 2.4.4-1resolute.20260901.194819 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 368 Depends: ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-py-common, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_console Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-console/ros-lyrical-rqt-console_2.4.4-1resolute.20260901.194819_amd64.deb Size: 70232 SHA256: 158c71c3066f28617b4e1491b21bdb037f6851e4e1f92b9e7f4b0014665ba619 SHA1: dab1397872668bb754514734a716032dacfd3a8b MD5sum: 85637cdd55f58af6490f11471595b3bb Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-lyrical-rqt-controller-manager Version: 6.10.1-1resolute.20260908.112521 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 141 Depends: ros-lyrical-controller-manager, ros-lyrical-controller-manager-msgs, ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rqt_controller_manager Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-controller-manager/ros-lyrical-rqt-controller-manager_6.10.1-1resolute.20260908.112521_amd64.deb Size: 46066 SHA256: b171345fe689a277a3b10378997a732737855981a4aefd25ec82b540b307a6f3 SHA1: 006bb464d3541fdcbcaf2a5cbad5220c639463c4 MD5sum: 0f932feb7f0ac648d40e071092982d3a Description: Graphical frontend for interacting with the controller manager. Package: ros-lyrical-rqt-dotgraph Version: 0.0.5-3resolute.20260901.195152 Architecture: amd64 Maintainer: Alexander Xydes Installed-Size: 301 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding, ros-lyrical-qt-dotgraph (>= 1.1.2), ros-lyrical-qt-gui-py-common, ros-lyrical-rqt-graph, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-std-msgs, shiboken2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rqt_dotgraph/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-dotgraph/ros-lyrical-rqt-dotgraph_0.0.5-3resolute.20260901.195152_amd64.deb Size: 68922 SHA256: b6f7fcbc595c884ae86af68f5c5a115f13bcf36e8c301fe96259af3ef76083d9 SHA1: f92834e976377fecc056c8e622dad069dd48fe4c MD5sum: 4f350f52c274ea12f7324b995ecd29e6 Description: rqt GUI plugin to visualize dot graphs. Package: ros-lyrical-rqt-gauges Version: 0.0.3-3resolute.20260901.194928 Architecture: amd64 Maintainer: Eloy Bricneo Installed-Size: 154 Depends: ros-lyrical-ament-index-python, ros-lyrical-qt-gui, ros-lyrical-qt-gui-py-common, ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rqt_gauges/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-gauges/ros-lyrical-rqt-gauges_0.0.3-3resolute.20260901.194928_amd64.deb Size: 30210 SHA256: d062f6cb347ef340e5fe114963d099dee802a9d363a674ee2e9c28ccab17e4bb SHA1: b91d4d81e2815093ca83e7bcf6e8bd3b2e491011 MD5sum: 1a958d0e09e4e76d4c8bdc6dadff1d4b Description: Visualization plugin for several sensors. Package: ros-lyrical-rqt-graph Version: 1.8.5-1resolute.20260901.194934 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 244 Depends: libpyside6-dev, libshiboken6-dev, pyqt6-dev, pyqt6-dev-tools, python3-pyqt6, python3-pyqt6.qtsvg, python3-pyqtbuild, python3-pyside6.qtsvg, python3-sipbuild, qt6-base-dev, ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding, ros-lyrical-qt-dotgraph (>= 1.1.2), ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, shiboken6, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_graph Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-graph/ros-lyrical-rqt-graph_1.8.5-1resolute.20260901.194934_amd64.deb Size: 57066 SHA256: 6acac5e0e119d99dd8985c85824ce301651dfd230ca35e42f63ea8d45a690b80 SHA1: 20a96db9ff2b78273a5cc4cc50a3d6bc734faf67 MD5sum: 609cd8e97f8ca3dfbb3addedb1979f05 Description: rqt_graph provides a GUI plugin for visualizing the ROS computation graph. Its components are made generic so that other packages where you want to achieve graph representation can depend upon this pkg (use rqt_dep to find out the pkgs that depend. rqt_dep itself depends on rqt_graph too). Package: ros-lyrical-rqt-gui Version: 1.10.6-1resolute.20260901.185048 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 177 Depends: python3-catkin-pkg-modules, ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding, ros-lyrical-qt-gui (>= 0.3.0), ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rqt_gui Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-gui/ros-lyrical-rqt-gui_1.10.6-1resolute.20260901.185048_amd64.deb Size: 97690 SHA256: 307f4153802b5ac52a72bcaeb59b938f3b33362579cbaa80d67f5e7bfc64d5cd SHA1: ca5681b1d303a8203b2481c41570186187f65f56 MD5sum: d88ad80432892b453e3287827ddfd982 Description: rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui. Package: ros-lyrical-rqt-gui-cpp Version: 1.10.6-1resolute.20260901.165645 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 272 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-pluginlib, ros-lyrical-qt-gui-cpp (>= 0.3.0), ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rqt_gui_cpp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-gui-cpp/ros-lyrical-rqt-gui-cpp_1.10.6-1resolute.20260901.165645_amd64.deb Size: 81084 SHA256: 351ba7d33d68f2407ff9f13a5b637655cbe35551e6a17843bc61783de2f95c9d SHA1: ba6bfd0a2ae6deb03bd463ca652688189ab1809f MD5sum: 55e863e21a015e7b320dffa8eb4fc566 Description: rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS. Package: ros-lyrical-rqt-gui-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-rqt-gui-cpp Version: 1.10.6-1resolute.20260901.165645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 1372 Depends: ros-lyrical-rqt-gui-cpp (= 1.10.6-1resolute.20260901.165645) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-gui-cpp/ros-lyrical-rqt-gui-cpp-dbgsym_1.10.6-1resolute.20260901.165645_amd64.deb Size: 1293276 SHA256: 2e26eb06507daeffc2f8205095263c11ce5f59b58be8be3ccb8df92aee597cd2 SHA1: 537eee6971fe85271e5c2a7e37fd85b6ca20f325 MD5sum: dc775636f2d04ea0d4cffebf1934f722 Description: debug symbols for ros-lyrical-rqt-gui-cpp Build-Ids: 40d43519eb5f890a2f88e1e4532f07cd8b57b967 Package: ros-lyrical-rqt-gui-py Version: 1.10.6-1resolute.20260901.194511 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 50 Depends: ros-lyrical-python-qt-binding, ros-lyrical-qt-gui (>= 0.3.0), ros-lyrical-rclpy, ros-lyrical-rqt-gui (>= 0.3.0), ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rqt_gui_py Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-gui-py/ros-lyrical-rqt-gui-py_1.10.6-1resolute.20260901.194511_amd64.deb Size: 8974 SHA256: c1566059ab273ae593cd1db3395dfc311a64d9007cb4599f5a418708ef095c3e SHA1: 14bef72e713e4ce0ca7e4e8c5689fec634aa1b0f MD5sum: d9ef51e59aad8a0958ed833160a4bf97 Description: rqt_gui_py enables GUI plugins to use the Python client library for ROS. Package: ros-lyrical-rqt-image-overlay-layer Version: 0.5.0-3resolute.20260901.194241 Architecture: amd64 Maintainer: ijnek Installed-Size: 57 Depends: qtbase5-dev, ros-lyrical-message-filters, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rcpputils, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rqt_image_overlay_layer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-image-overlay-layer/ros-lyrical-rqt-image-overlay-layer_0.5.0-3resolute.20260901.194241_amd64.deb Size: 8458 SHA256: dd7b950c34a0284c46da62ddad5ac27e9b902a8ee77c80c6544d6227ecbcbba2 SHA1: ed4e64835f7f760c2b935835020d0bec89fa3c16 MD5sum: 68cf98931ae353e562cc75407524095b Description: Provides an rqt_image_overlay_layer plugin interface, and a template impelementation class Package: ros-lyrical-rqt-image-view Version: 2.0.5-3resolute.20260901.185510 Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 523 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), qt6-base-dev, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-image-transport, ros-lyrical-qt-gui-cpp, ros-lyrical-rclcpp, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-cpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_image_view Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-image-view/ros-lyrical-rqt-image-view_2.0.5-3resolute.20260901.185510_amd64.deb Size: 216634 SHA256: 1514cda96377e4bce40a0e375a3b17c42cf585d2e047e88bedb8955655948324 SHA1: 6cb45b56d261e91b7e816ff5a355b4e63fe9ce68 MD5sum: 49d49056ed49f91993034382a0560162 Description: rqt_image_view provides a GUI plugin for displaying images using image_transport. Package: ros-lyrical-rqt-image-view-dbgsym Package-Type: ddeb Source: ros-lyrical-rqt-image-view Version: 2.0.5-3resolute.20260901.185510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2778 Depends: ros-lyrical-rqt-image-view (= 2.0.5-3resolute.20260901.185510) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-image-view/ros-lyrical-rqt-image-view-dbgsym_2.0.5-3resolute.20260901.185510_amd64.deb Size: 2650780 SHA256: 8405a09956d869adc014dffd91fcb860633fb955013a49538da7f20c188ab952 SHA1: a8a65087e4fd2ea9bc6da3c40b82abbd9fc0b208 MD5sum: 0f8026d430844939f505b2e34e13b118 Description: debug symbols for ros-lyrical-rqt-image-view Build-Ids: 3ed7142ce1c58364948d4191db9515973fbdf216 Package: ros-lyrical-rqt-joint-trajectory-controller Version: 6.9.0-1resolute.20260908.110621 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 203 Depends: python3-rospkg, ros-lyrical-control-msgs, ros-lyrical-controller-manager-msgs, ros-lyrical-python-qt-binding, ros-lyrical-qt-gui, ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-trajectory-msgs, ros-lyrical-urdfdom-py, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-joint-trajectory-controller/ros-lyrical-rqt-joint-trajectory-controller_6.9.0-1resolute.20260908.110621_amd64.deb Size: 47902 SHA256: 2ec8a1e53a15226e8c8feb611d86399af63d67572597d164df38bcdcde6e4419 SHA1: c075a51d6e90762b7b610604b54f17d34660418a MD5sum: 5337730a542acb81756f7d2931a8b119 Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-lyrical-rqt-moveit Version: 1.0.1-6resolute.20260901.195459 Architecture: amd64 Maintainer: Isaac I.Y. Saito Installed-Size: 81 Depends: ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-py-common, ros-lyrical-rqt-topic, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_moveit Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-moveit/ros-lyrical-rqt-moveit_1.0.1-6resolute.20260901.195459_amd64.deb Size: 17558 SHA256: 027a62b8a1a4dcdc3788cfdf0c7f1e09b4bba8b3f731e5aadacea657a4b3febc SHA1: 57ce49b698e697039071e579c83484ecccb7fe1e MD5sum: 8f1314dfd47162a63cb58b73fdcc9930 Description: An rqt-based tool that assists monitoring tasks for MoveIt! motion planner developers and users. Currently the following items are monitored if they are either running, existing or published: Node: /move_group Parameter: [/robot_description, /robot_description_semantic] Topic: Following types are monitored. Published "names" are ignored. [sensor_msgs/PointCloud, sensor_msgs/PointCloud2, sensor_msgs/Image, sensor_msgs/CameraInfo] Since this package is not made by the MoveIt! development team (although with assistance from the them), please post issue reports to the designated tracker (not MoveIt!'s main tracker). Package: ros-lyrical-rqt-msg Version: 1.7.4-1resolute.20260901.195012 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 83 Depends: ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-rclpy, ros-lyrical-rosidl-runtime-py, ros-lyrical-rqt-console, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-py-common, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_msg Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-msg/ros-lyrical-rqt-msg_1.7.4-1resolute.20260901.195012_amd64.deb Size: 17068 SHA256: c0a5856730666f4ed0cffc7b0e60720f34692221d566a352d44a918ef7226573 SHA1: 0b7d7dae9ec1fd738ad7d14d7d95099018e238d2 MD5sum: a0f435f8ce33f94cde98b03b7b8e404b Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-lyrical-rqt-plot Version: 1.7.6-1resolute.20260901.194835 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 219 Depends: python3-matplotlib, python3-numpy, ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-qt-gui-py-common (>= 0.2.25), ros-lyrical-rclpy, ros-lyrical-rosidl-parser, ros-lyrical-rosidl-runtime-py, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-py-common, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_plot Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-plot/ros-lyrical-rqt-plot_1.7.6-1resolute.20260901.194835_amd64.deb Size: 54768 SHA256: f080107402b956374f17cd142cc8f7f0b9756b47b47dcceace4ec38f8d75a154 SHA1: f4aed057b39deebec82e335e405509540d19ab40 MD5sum: a79452f3dbe60be78bce3817b6a75b15 Description: rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends. Package: ros-lyrical-rqt-publisher Version: 1.10.4-1resolute.20260901.194930 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 129 Depends: python3-numpy, ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-qt-gui-py-common, ros-lyrical-rclpy, ros-lyrical-rosidl-runtime-py, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-py-common, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_publisher Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-publisher/ros-lyrical-rqt-publisher_1.10.4-1resolute.20260901.194930_amd64.deb Size: 30736 SHA256: 5ec798cbdc2949bb775ce2227453bf5e3c84d7b2666da0db8b2cda190fbc272c SHA1: 24351d666709284a75c4cc8887eb4440eb0e23dc MD5sum: 5f72e36e0d1f6a3d32e67ea87af44dec Description: rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values. Package: ros-lyrical-rqt-py-common Version: 1.10.6-1resolute.20260901.185108 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 141 Depends: qt6-base-dev, ros-lyrical-python-qt-binding (>= 0.3.4), ros-lyrical-qt-gui, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rqt_py_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-py-common/ros-lyrical-rqt-py-common_1.10.6-1resolute.20260901.185108_amd64.deb Size: 21644 SHA256: 67976ccc97b2926d7c5bd4c5b7cd1f10a717fafd748d889fa324759bb7450ca0 SHA1: 70b1501686cb1c6a2e5c831fdb49b9ec866153e3 MD5sum: 5fbf730ad7386d9e02d2e8ff29bf4d51 Description: rqt_py_common provides common functionality for rqt plugins written in Python. Despite no plugin is provided, this package is part of the rqt_common_plugins repository to keep refactoring generic functionality from these common plugins into this package as easy as possible. Functionality included in this package should cover generic ROS concepts and should not introduce any special dependencies beside "ros_base". Package: ros-lyrical-rqt-py-console Version: 1.5.3-1resolute.20260901.194929 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 68 Depends: ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-qt-gui, ros-lyrical-qt-gui-py-common, ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_py_console Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-py-console/ros-lyrical-rqt-py-console_1.5.3-1resolute.20260901.194929_amd64.deb Size: 12860 SHA256: 0cb949b9481d8326592b0595a4cdd0e536d168fa3fd3a4dc8806f44c284efd3b SHA1: 339231dacd1a8bfb3b57d49f262d5ac5be3d82a9 MD5sum: 188d12c82fdf92aea1fc758b9f640447 Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-lyrical-rqt-reconfigure Version: 1.8.6-1resolute.20260901.195508 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 305 Depends: python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-qt-gui-py-common, ros-lyrical-rclpy, ros-lyrical-rqt-console, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-py-common, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_reconfigure Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-reconfigure/ros-lyrical-rqt-reconfigure_1.8.6-1resolute.20260901.195508_amd64.deb Size: 63190 SHA256: 113b5a390245ac8d6008dab921fc71ec00843540305be6313eb259b2f9260111 SHA1: d23d7af9ca0f0bcf8457c85b2f96e3cd170f3c1f MD5sum: c9120f2ab3242bc37ae786dc4aa6e5ab Description: This rqt plugin provides a way to view and edit parameters on nodes. Package: ros-lyrical-rqt-robot-dashboard Version: 0.6.1-6resolute.20260901.195503 Architecture: amd64 Maintainer: Aaron Blasdel Installed-Size: 2583 Depends: ros-lyrical-diagnostic-msgs, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-qt-gui, ros-lyrical-rclpy, ros-lyrical-rqt-console (>= 0.3.1), ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-robot-monitor, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_dashboard Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-robot-dashboard/ros-lyrical-rqt-robot-dashboard_0.6.1-6resolute.20260901.195503_amd64.deb Size: 59040 SHA256: e9ac3d22c3ec63ca8c50b9c3529165e703d3037604412b5274ed20979879db85 SHA1: 127d3c41e69619f634ab2b9dd4722b72152dca8b MD5sum: f3524b70fee95045c93827bba10658fa Description: rqt_robot_dashboard provides an infrastructure for building robot dashboard plugins in rqt. Package: ros-lyrical-rqt-robot-monitor Version: 1.0.6-3resolute.20260901.194926 Architecture: amd64 Maintainer: Arne Hitzmann Installed-Size: 173 Depends: python3-rospkg-modules, ros-lyrical-diagnostic-msgs, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-qt-gui, ros-lyrical-qt-gui-py-common, ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-py-common, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_monitor Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-robot-monitor/ros-lyrical-rqt-robot-monitor_1.0.6-3resolute.20260901.194926_amd64.deb Size: 37308 SHA256: fbca2bdd96677673aec8e3140e36d6734cc2207497dd665ee93c301b2fa0c883 SHA1: 29b0b2512ac11818bcc5268e9695dc0fb05db72b MD5sum: 6fad2696fa9885a42f218560f2354430 Description: rqt_robot_monitor displays diagnostics_agg topics messages that are published by diagnostic_aggregator. rqt_robot_monitor is a direct port to rqt of robot_monitor. All diagnostics are fall into one of three tree panes depending on the status of diagnostics (normal, warning, error/stale). Status are shown in trees to represent their hierarchy. Worse status dominates the higher level status. Ex. 'Computer' category has 3 sub devices. 2 are green but 1 is error. Then 'Computer' becomes error. You can look at the detail of each status by double-clicking the tree nodes. Currently re-usable API to other pkgs are not explicitly provided. Package: ros-lyrical-rqt-robot-steering Version: 4.1.0-1resolute.20260901.194850 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 101 Depends: ros-lyrical-ament-index-python, ros-lyrical-geometry-msgs, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_steering Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-robot-steering/ros-lyrical-rqt-robot-steering_4.1.0-1resolute.20260901.194850_amd64.deb Size: 16262 SHA256: 67d04f91e82e0b7316ba49b92579a609a88a0bfd7cc4420dea648922b09c3a6b SHA1: 3837e8538a11d3694ba4d5b24a0ac7f91ab80514 MD5sum: dee0b0a4e1e16d3d3a89784f8d93474c Description: rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages. Package: ros-lyrical-rqt-runtime-monitor Version: 1.0.0-6resolute.20260901.194853 Architecture: amd64 Maintainer: Aaron Blasdel Installed-Size: 79 Depends: python3-rospkg, ros-lyrical-ament-index-python, ros-lyrical-diagnostic-msgs, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-qt-gui, ros-lyrical-rclpy, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_runtime_monitor Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-runtime-monitor/ros-lyrical-rqt-runtime-monitor_1.0.0-6resolute.20260901.194853_amd64.deb Size: 16928 SHA256: d512bec21629f3be316de745fe002752b50f4dc5547552921a1af0cba48b8121 SHA1: 7aee054276122ec8669d320de0349bf9dbfda9da MD5sum: 9db5346057bd72bc30f9dad17694902c Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-lyrical-rqt-service-caller Version: 1.5.4-1resolute.20260901.194954 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 89 Depends: ros-lyrical-ament-index-python, ros-lyrical-python-qt-binding, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-py-common, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_service_caller Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-service-caller/ros-lyrical-rqt-service-caller_1.5.4-1resolute.20260901.194954_amd64.deb Size: 19894 SHA256: 9d7d75db4f65dc11c81abee6a8517a854134b603f4e5aea4688fb895b83e92b4 SHA1: 46e3817021929ff791403a83eeba592a14eeaa77 MD5sum: 77ad0357b8ba63fb59471aacf7bbbad6 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-lyrical-rqt-shell Version: 1.4.2-1resolute.20260901.194956 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 79 Depends: ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-qt-gui, ros-lyrical-qt-gui-py-common, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_shell Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-shell/ros-lyrical-rqt-shell_1.4.2-1resolute.20260901.194956_amd64.deb Size: 16372 SHA256: cc9006c8a29ada9365259598c7906cafca2c3b1211e6250cfaa66fc16a6bdf64 SHA1: fd7845fc54938a2ce0d5ca6dcaeba2729ec9f307 MD5sum: 858f0fabd17b3dac986b7a770f934439 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-lyrical-rqt-srv Version: 1.4.1-3resolute.20260901.195658 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 42 Depends: ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-msg, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_srv Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-srv/ros-lyrical-rqt-srv_1.4.1-3resolute.20260901.195658_amd64.deb Size: 6966 SHA256: b3ebc158469d7f63d05602db3e37e3fcbb1e28810e201fd566ae3f57a3e2595e SHA1: 9db92b82b754a76fe3ecc134e9c122e4d1e134be MD5sum: b2a9eeba70c9f7733c62cdc8c8d652f3 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-lyrical-rqt-tf-tree Version: 1.1.1-1resolute.20260901.195437 Architecture: amd64 Maintainer: "Isaac I.Y. Saito" Installed-Size: 83 Depends: ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-qt-dotgraph, ros-lyrical-rclpy, ros-lyrical-rqt-graph, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-tf2-msgs, ros-lyrical-tf2-ros, ros-lyrical-tf2-ros-py, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_tf_tree Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-tf-tree/ros-lyrical-rqt-tf-tree_1.1.1-1resolute.20260901.195437_amd64.deb Size: 18514 SHA256: a9414611ed4a4ebce74730976cc60b57cf0341dad985ec1b4581c122f121ff65 SHA1: 4147ed30ec24582ca3b89ff3a8bcc608331fcfbf MD5sum: cec986eb0382bc21909bc8a91f99979d Description: rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree. Package: ros-lyrical-rqt-topic Version: 2.1.2-1resolute.20260901.194911 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 267 Depends: python3-pydantic, ros-lyrical-python-qt-binding (>= 0.2.19), ros-lyrical-rclpy, ros-lyrical-ros2topic, ros-lyrical-rqt-gui, ros-lyrical-rqt-gui-py, ros-lyrical-rqt-py-common, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/rqt_topic Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rqt-topic/ros-lyrical-rqt-topic_2.1.2-1resolute.20260901.194911_amd64.deb Size: 53700 SHA256: a7f1d9814386120ae7d6ffd927394b5644d31e28870bef7d367ce41cb7a96b88 SHA1: 941256e1ee2b5263a60de58094ecd1bbd930ab99 MD5sum: e4a319583869e147b398b55c89c28443 Description: rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages. Package: ros-lyrical-rsl Version: 1.3.0-3resolute.20260901.165657 Architecture: amd64 Maintainer: bmagyar Installed-Size: 87 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libexpected-dev, libfmt-dev, ros-lyrical-rclcpp, ros-lyrical-tcb-span, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rsl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rsl/ros-lyrical-rsl_1.3.0-3resolute.20260901.165657_amd64.deb Size: 17494 SHA256: 7eb1bfe251f495b9743a502acd377466b79cf3ab8c1711ed590a0a27bc112f9f SHA1: 8868b0147284780e7f0ea9fe9d28128f6a36b9ba MD5sum: 230ee1293887d70c0a03056f391e85c1 Description: ROS Support Library Package: ros-lyrical-rsl-dbgsym Package-Type: ddeb Source: ros-lyrical-rsl Version: 1.3.0-3resolute.20260901.165657 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: bmagyar Installed-Size: 171 Depends: ros-lyrical-rsl (= 1.3.0-3resolute.20260901.165657) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rsl/ros-lyrical-rsl-dbgsym_1.3.0-3resolute.20260901.165657_amd64.deb Size: 155050 SHA256: 45e75efbb00dcc5432f5882700d9a2b5655d328c73b3b766387ee96527525da4 SHA1: c6b329c1282c20ab25d6efdfac2fa7dbf29caf90 MD5sum: f200694f9f001fbaeeb5be97b41076bd Description: debug symbols for ros-lyrical-rsl Build-Ids: dbb936920e7fe8ac30c690172b381b9e1ea3c182 Package: ros-lyrical-rslidar-msg Version: 0.0.0-3resolute.20260901.165741 Architecture: amd64 Maintainer: robosense Installed-Size: 557 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rclcpp, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rslidar_msg/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rslidar-msg/ros-lyrical-rslidar-msg_0.0.0-3resolute.20260901.165741_amd64.deb Size: 71020 SHA256: e2fb8fddbe6ea2de9a8567aa1202d392dab466493a075e44c1e4bf80dcd49c38 SHA1: 5c16ff4b7c7f3efe6b1b32af0faa4d63ae67c375 MD5sum: e1465dea680eaee2c180d61aa204208c Description: ros msgs for the rslidar_sdk project Package: ros-lyrical-rslidar-msg-dbgsym Package-Type: ddeb Source: ros-lyrical-rslidar-msg Version: 0.0.0-3resolute.20260901.165741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 684 Depends: ros-lyrical-rslidar-msg (= 0.0.0-3resolute.20260901.165741) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rslidar-msg/ros-lyrical-rslidar-msg-dbgsym_0.0.0-3resolute.20260901.165741_amd64.deb Size: 510516 SHA256: 469a6ff7f737b4b1c186aec606f3c8c5415a35462502c21b3cce051b6d334d8e SHA1: af68c6886234492c145158319c43ee06c5e8d625 MD5sum: 72610f883c520fee81740ab80ca65661 Description: debug symbols for ros-lyrical-rslidar-msg Build-Ids: 0472b0a0b9d9ad7d397443603a303b0596ed92fb 183d0ca15cca58661de4ecf7bde2855ad7db2a78 5c3a2dbbf812acc257480a90002a624c5c81087e 663c0d9b261bc1fadd01db4360063ca5a163978c 70c50d0bbb7b8e6856742eb16d33e20e1817ebe1 83fc85918e32a4bcee4408e134e40103f0fa0ee0 872ae8eedbb8446739e96175043e93365b8d5efe c6d5bd130104395649bee6e3ff09a718054cf67a d9159e80145f3c86a9de753523775219004c5beb f0cff027bd58361306178c08a43b36fa86008b98 f75154c864b1b13e380c1a8ac4823f19b8d7904f Package: ros-lyrical-rtabmap Version: 0.23.7-1resolute.20260901.170619 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 16507 Depends: libc6 (>= 2.43), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), liboctomap1.10 (>= 1.10.0+dfsg), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-contrib410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-objdetect410 (>= 4.10.0+dfsg), libopencv-photo410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libopencv-video410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libopenni2-0 (>= 2.2.0.33+dfsg), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-features1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libpcl-io1.15 (>= 1.15.1+dfsg), libpcl-kdtree1.15 (>= 1.15.1+dfsg), libpcl-registration1.15 (>= 1.15.1+dfsg), libpcl-sample-consensus1.15 (>= 1.15.1+dfsg), libpcl-search1.15 (>= 1.15.1+dfsg), libpcl-segmentation1.15 (>= 1.15.1+dfsg), libpcl-surface1.15 (>= 1.15.1+dfsg), libpcl-visualization1.15 (>= 1.15.1+dfsg), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.9.1), libqt6openglwidgets6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6widgets6 (>= 6.3.0), libsqlite3-0 (>= 3.6.11), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), libvtk9.5 (>= 9.5.2+dfsg4), libvtk9.5-qt (>= 9.5.2+dfsg4), ros-lyrical-gtsam, ros-lyrical-libg2o, zlib1g (>= 1:1.2.0), liboctomap-dev, libpcl-dev, libsqlite3-dev, ros-lyrical-cv-bridge, ros-lyrical-qt-gui-cpp, zlib1g-dev, ros-lyrical-ros-workspace Homepage: http://introlab.github.io/rtabmap Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap/ros-lyrical-rtabmap_0.23.7-1resolute.20260901.170619_amd64.deb Size: 4739644 SHA256: 8df976a873da91073c66d19c91183c9a6fa9b837141cf77f219bf10f149151e0 SHA1: b00f4a88109cb8ecf63b8a76cad03a1f6ea41635 MD5sum: 07863bd87a976927250158635716d886 Description: RTAB-Map's standalone library. RTAB-Map is a RGB-D SLAM approach with real-time constraints. Package: ros-lyrical-rtabmap-conversions Version: 0.23.7-1resolute.20260901.200018 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 532 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libpcl-common1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 13.1), ros-lyrical-rtabmap, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-image-geometry, ros-lyrical-laser-geometry, ros-lyrical-pcl-conversions, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rtabmap-msgs, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_conversions/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-conversions/ros-lyrical-rtabmap-conversions_0.23.7-1resolute.20260901.200018_amd64.deb Size: 182394 SHA256: 35c6aa6bfb4accb6a9d9d18bb659fb6798eebaff79feac0e62bbdda00ab52d4c SHA1: 8b058e4f5e28aefc2611ee9b5ca6dd9c578fc526 MD5sum: 1d44c3a585d46b53b94655ead491ac18 Description: RTAB-Map's conversions package. This package can be used to convert rtabmap_msgs's msgs into RTAB-Map's library objects. Package: ros-lyrical-rtabmap-conversions-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap-conversions Version: 0.23.7-1resolute.20260901.200018 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 3296 Depends: ros-lyrical-rtabmap-conversions (= 0.23.7-1resolute.20260901.200018) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-conversions/ros-lyrical-rtabmap-conversions-dbgsym_0.23.7-1resolute.20260901.200018_amd64.deb Size: 3182290 SHA256: 2d36b4f2a915e9d929354537858968400b958c908afa7e7fedb403c9c7772bd7 SHA1: 3bf72a2ca24678c1856f698b5cb7b74f6a80b613 MD5sum: 4df474e87a1773a6f482af0fa25add96 Description: debug symbols for ros-lyrical-rtabmap-conversions Build-Ids: 66e04869983062343083cad988b84995b9d3e7c0 Package: ros-lyrical-rtabmap-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap Version: 0.23.7-1resolute.20260901.170619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 119753 Depends: ros-lyrical-rtabmap (= 0.23.7-1resolute.20260901.170619) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap/ros-lyrical-rtabmap-dbgsym_0.23.7-1resolute.20260901.170619_amd64.deb Size: 115005026 SHA256: 9f0c293483f9c48de598de22cb8859ba0bff93d189ec77620c1f46b0a053bd7c SHA1: 3a6c127cefbd0016f4b120bae3e6481f83746663 MD5sum: ccd54618449ff5790292796bc2535fc8 Description: debug symbols for ros-lyrical-rtabmap Build-Ids: 0c75631ab490150efbe5734958ae1070e044a7bc 0f4cfc3cfb29ea54e4b548518aa995f46dcbe6be 16ca3a741900553868bd5cc7a5db3ec3ca68642f 230e438eae3710cc67f0cc7356202afb37f5f714 27469d911dc4858473f2b5f65d9687ab74391381 27ac6ad6a1234d6a59e827762349eb68f3fafeae 297563211400518e001a6993d9b9a70b03f84142 3dcbf00eb8e4750802bbb0e2700d906d1b036723 423fa01680e881c8c30e959611a17b00263f7823 5180129c6a7ef1ec70c410eb532e3e9892142f54 52f1b79032f1c6b8d1efd3e29763fed6b76cf05e 5d63bc4885b75e95c120758453a90cdddcc61e3e 75217bc168190a069bc67765ee9dd45e8530bd83 793aa6d79087c78cad207c4211ca837cbd163905 82732accf08ba02039d6c0cc3c15d6a974152305 8d21a9259ca08aaea905b18eecdf3a34b20804cd 92d37ccc975d12d7656cffe58b7e4f9630a9b182 9c9903c2b6d4fef974f2b4fe0c14d61d19df369d a9a556e6b5e9517a4fc06018ed4804d10c090011 ad8f866f805d438bcb18e1d31112b052963dd50c af744082cdf684fa06c4aa53ca0a9b85dafec734 bf0e909aebd941464324fcc32b6d20726441caed c26f44f68d4f654af170955a496e6c76eb2de3a7 c3aa466ccf3d48e45ea60634e7847be5fc3f551e d3c6ba7411208e9fc357fbdc384357fde31f0503 e70101823051ff2104cdb0cfba42cee6bbd80a9f Package: ros-lyrical-rtabmap-demos Version: 0.23.7-1resolute.20260908.164756 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 460 Depends: ros-lyrical-rtabmap-odom, ros-lyrical-rtabmap-rviz-plugins, ros-lyrical-rtabmap-slam, ros-lyrical-rtabmap-util, ros-lyrical-rtabmap-viz, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_demos/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-demos/ros-lyrical-rtabmap-demos_0.23.7-1resolute.20260908.164756_amd64.deb Size: 126198 SHA256: a2ae3304c548db2ee3a4e00bd5bc83bc07bc6f1c85d533362658ef3d6d95d2d8 SHA1: 805e77f7c725397695c383e5abc05f41e92103b0 MD5sum: 9640b9e5a0e9b67c6ba9ba86c344e6e0 Description: RTAB-Map's demo launch files. Package: ros-lyrical-rtabmap-examples Version: 0.23.7-1resolute.20260908.164808 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 241 Depends: ros-lyrical-imu-filter-madgwick, ros-lyrical-rtabmap-odom, ros-lyrical-rtabmap-rviz-plugins, ros-lyrical-rtabmap-slam, ros-lyrical-rtabmap-util, ros-lyrical-rtabmap-viz, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_examples/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-examples/ros-lyrical-rtabmap-examples_0.23.7-1resolute.20260908.164808_amd64.deb Size: 29364 SHA256: 0dfb37a2572ab083ef0c6aadec05dbe6b8369564c78c85573c2ec2fccdd1bde9 SHA1: 22446553a1ed4e84826f3698d2ef42083eb958b4 MD5sum: 4feddae5aeb6b44d77d763f69602d81b Description: RTAB-Map's example launch files. Package: ros-lyrical-rtabmap-launch Version: 0.23.7-1resolute.20260908.164810 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 101 Depends: ros-lyrical-rtabmap-msgs, ros-lyrical-rtabmap-odom, ros-lyrical-rtabmap-rviz-plugins, ros-lyrical-rtabmap-slam, ros-lyrical-rtabmap-util, ros-lyrical-rtabmap-viz, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_launch/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-launch/ros-lyrical-rtabmap-launch_0.23.7-1resolute.20260908.164810_amd64.deb Size: 13388 SHA256: 37bb51e8a64f590362a6dfff06dc03ec4d9245dce344688564f45ad4f072712d SHA1: 3567ff7413bf518460a5f97744e0267a2a5256eb MD5sum: f9090454f01f6034e80a4cd131e01c9f Description: RTAB-Map's main launch files. Package: ros-lyrical-rtabmap-msgs Version: 0.23.7-1resolute.20260901.134113 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 12728 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-msgs/ros-lyrical-rtabmap-msgs_0.23.7-1resolute.20260901.134113_amd64.deb Size: 861318 SHA256: 9ccf1678853579283fd1f7f2db4303f35a48e8d508c97a99c6a9baf2dba93c90 SHA1: ed35883ab25c902142181fe0df271d0ab769e3ba MD5sum: 135d14104ecb90623a33b14a1f671c95 Description: RTAB-Map's msgs package. Package: ros-lyrical-rtabmap-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap-msgs Version: 0.23.7-1resolute.20260901.134113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 11506 Depends: ros-lyrical-rtabmap-msgs (= 0.23.7-1resolute.20260901.134113) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-msgs/ros-lyrical-rtabmap-msgs-dbgsym_0.23.7-1resolute.20260901.134113_amd64.deb Size: 9338886 SHA256: 116fe8d78d246c25fde62603b6ef82ee777beebec38b59a219c776c698a5d45d SHA1: 034819a0459be2d06d0f26e4ea9307e7bc5e9f1e MD5sum: 01eedd5dcd1765701e2935f6b3094cd9 Description: debug symbols for ros-lyrical-rtabmap-msgs Build-Ids: 22dc27d53f8dfb3b547ea42b3aec46b11eee45d6 4fc296cef8fa4f91bd8a57e5d8622cbdfb613803 57c84862279979de978cdd2490addc7384129d31 83d837f34bdab23b9f95799df3303cbdf62d0ee5 899e5efc2347b96ce527b02b50b590c181308d3a a0eacf0d6f3d5435acba2e63d43a99cff2b29464 bddecb664aece5e74837be0b7a52a650e6d8775b c9ab9a9987e988fc3013566493ba7b02435cc394 d1a22ce092e9d9a185d6dab671b87f95b38e1744 e61d66ec8f29c9f3582b20016652484682838373 fad9150683cf1b474e81fa55352ce7823745e58d Package: ros-lyrical-rtabmap-odom Version: 0.23.7-1resolute.20260901.213600 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 4390 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libpcl-common1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), ros-lyrical-rtabmap, ros-lyrical-cv-bridge, ros-lyrical-image-geometry, ros-lyrical-laser-geometry, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-pcl-conversions, ros-lyrical-pcl-ros, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rtabmap-conversions, ros-lyrical-rtabmap-msgs, ros-lyrical-rtabmap-sync, ros-lyrical-rtabmap-util, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_odom/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-odom/ros-lyrical-rtabmap-odom_0.23.7-1resolute.20260901.213600_amd64.deb Size: 786272 SHA256: 87b1a1ef61d9994e9f85dfb1cfb4750e9e168f9da6bfdc1949dc5ce8c3c52251 SHA1: 2db2d9d6f6963e8ae2d07b3dc95efca3efdbee1e MD5sum: b3da17b086dea596ce3e8149074eea0c Description: RTAB-Map's odometry package. Package: ros-lyrical-rtabmap-odom-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap-odom Version: 0.23.7-1resolute.20260901.213600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 24426 Depends: ros-lyrical-rtabmap-odom (= 0.23.7-1resolute.20260901.213600) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-odom/ros-lyrical-rtabmap-odom-dbgsym_0.23.7-1resolute.20260901.213600_amd64.deb Size: 21318852 SHA256: 78333aab61d4bb386ecff9267b2427a8ba3494c79c6bc6edb09a98678c0d33e6 SHA1: d0b74f0bca55ffc23138bb2b1ab3d9205669a1fb MD5sum: 8a8d0578fe3e66503fad4e80d715a832 Description: debug symbols for ros-lyrical-rtabmap-odom Build-Ids: 1ac025958c2b25aca38ae9d5b5c5d67bb4d599c1 39c3b40b659513c3b5e62344be50594240b7ca66 7d7bf93884b20709e53d523d847f400cace9cf0f 872e3ceb15eef081d280a9dcbcbbf4e77e2f00c4 c0e4c238f4cf21279bc85eaff296f01c82be3234 Package: ros-lyrical-rtabmap-python Version: 0.23.7-1resolute.20260728.172818 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 36 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_python/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-python/ros-lyrical-rtabmap-python_0.23.7-1resolute.20260728.172818_amd64.deb Size: 5146 SHA256: 98739377192a8ac42f09cfa72e41761e09dab7e18c48503bded73d4a3156ac2b SHA1: 4f2d4ccc4a9240347554e8817395ce31356cdca3 MD5sum: c6661a4b7260f8962aad5b0aa3c85865 Description: RTAB-Map's python package. Package: ros-lyrical-rtabmap-ros Version: 0.23.7-1resolute.20260908.164914 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 45 Depends: ros-lyrical-rtabmap-conversions, ros-lyrical-rtabmap-demos, ros-lyrical-rtabmap-examples, ros-lyrical-rtabmap-launch, ros-lyrical-rtabmap-msgs, ros-lyrical-rtabmap-odom, ros-lyrical-rtabmap-python, ros-lyrical-rtabmap-rviz-plugins, ros-lyrical-rtabmap-slam, ros-lyrical-rtabmap-sync, ros-lyrical-rtabmap-util, ros-lyrical-rtabmap-viz, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-ros/ros-lyrical-rtabmap-ros_0.23.7-1resolute.20260908.164914_amd64.deb Size: 5664 SHA256: 263ac2f67eadd1e9870525ed2adbd4f1e2cbdab1e2fccf67646415c960135135 SHA1: 93d86c340a0e305eddb3ba59b3421acb06bb6435 MD5sum: c8e931e675639ca1703d897d6f355fab Description: RTAB-Map Stack Package: ros-lyrical-rtabmap-rviz-plugins Version: 0.23.7-1resolute.20260908.162410 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 1563 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), ros-lyrical-rtabmap, ros-lyrical-rviz-ogre-vendor, ros-lyrical-pcl-conversions, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rtabmap-conversions, ros-lyrical-rtabmap-msgs, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz-rendering, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_rviz_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-rviz-plugins/ros-lyrical-rtabmap-rviz-plugins_0.23.7-1resolute.20260908.162410_amd64.deb Size: 311750 SHA256: 7ff5f36a933e250bd191036a43e2148be7009e2ace64d2a2869cbda6f4e57ebd SHA1: c33b2ad483569a28ff26a3d214cd259e0b999428 MD5sum: a752614b2bdbca840e225b1930ae4eb9 Description: RTAB-Map's rviz plugins. Package: ros-lyrical-rtabmap-rviz-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap-rviz-plugins Version: 0.23.7-1resolute.20260908.162410 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 11014 Depends: ros-lyrical-rtabmap-rviz-plugins (= 0.23.7-1resolute.20260908.162410) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-rviz-plugins/ros-lyrical-rtabmap-rviz-plugins-dbgsym_0.23.7-1resolute.20260908.162410_amd64.deb Size: 9771312 SHA256: a1dec60270df90570f3eaca2fa836ab5524760eb6861f0b785845a44d2e87947 SHA1: d2687a85588c6fcfc1baf6faa0d7cfaf1c01e250 MD5sum: e4bf3f88d708d8c9d788a3909edf2508 Description: debug symbols for ros-lyrical-rtabmap-rviz-plugins Build-Ids: d722b6c74ac218ed06450b89a306be8223eee76a Package: ros-lyrical-rtabmap-slam Version: 0.23.7-1resolute.20260901.213555 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 6156 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-rtabmap, ros-lyrical-apriltag-msgs, ros-lyrical-aruco-msgs, ros-lyrical-aruco-opencv-msgs, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rtabmap-msgs, ros-lyrical-rtabmap-sync, ros-lyrical-rtabmap-util, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_slam/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-slam/ros-lyrical-rtabmap-slam_0.23.7-1resolute.20260901.213555_amd64.deb Size: 882008 SHA256: a7b55da828a8255ba40a72d3017c8a560bf8b269bbdae0c0a32fd3aed72d42ac SHA1: 564cb11b2fcf646856c4a827f880d5529d9b3566 MD5sum: a32be243af64b4af5fede5e69a3a3334 Description: RTAB-Map's SLAM package. Package: ros-lyrical-rtabmap-slam-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap-slam Version: 0.23.7-1resolute.20260901.213555 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 29069 Depends: ros-lyrical-rtabmap-slam (= 0.23.7-1resolute.20260901.213555) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-slam/ros-lyrical-rtabmap-slam-dbgsym_0.23.7-1resolute.20260901.213555_amd64.deb Size: 23207634 SHA256: 227b78c0beffb4f756174ec3a40a1433f801370ea4ce7832076abf6dae20de22 SHA1: a5781b8b428e20a20aee19a6b9d4c77728bc3c24 MD5sum: 20afd3e0492b6556e28f6899c7b87b9e Description: debug symbols for ros-lyrical-rtabmap-slam Build-Ids: 4e2fc7271254be03a59464411ec0505fcc86d3f5 90c999ad2958507501066c03a1c14ed7432d89fc Package: ros-lyrical-rtabmap-sync Version: 0.23.7-1resolute.20260901.201821 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 11632 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-rtabmap, ros-lyrical-cv-bridge, ros-lyrical-diagnostic-updater, ros-lyrical-image-transport, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rtabmap-conversions, ros-lyrical-rtabmap-msgs, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_sync/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-sync/ros-lyrical-rtabmap-sync_0.23.7-1resolute.20260901.201821_amd64.deb Size: 1493054 SHA256: 6f4d260e3cd3590e18a09e27b48bb5f0d1757fdde80d9a88901af7e5e7f57c83 SHA1: 94997610607c494e875e1ea0500a00ea75e48f93 MD5sum: 72f008f27c5d7fcc4e669ea9a6e0a085 Description: RTAB-Map's synchronization package. Package: ros-lyrical-rtabmap-sync-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap-sync Version: 0.23.7-1resolute.20260901.201821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 61448 Depends: ros-lyrical-rtabmap-sync (= 0.23.7-1resolute.20260901.201821) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-sync/ros-lyrical-rtabmap-sync-dbgsym_0.23.7-1resolute.20260901.201821_amd64.deb Size: 52067134 SHA256: d71e577a2816cd7718ddc5c13a346fe87a9e02a62160d1efb6711d07d5548a97 SHA1: 7dc862b5f1b8aa237c8f3b410fcd6a842feda08c MD5sum: 9a341cf35380916ad9633ca555023c58 Description: debug symbols for ros-lyrical-rtabmap-sync Build-Ids: 61e6db6988ea3aa7ebd1548442fa0701bb610f0c 6fbe1fd8a7ef89d2930cf58297e59ce6890d43fb 8dc0347e933c18db055955cbb994e90c3b87d883 b95374cdda48b131abad41d2419b3fe0362166fd d85403ddae1620b05aab8564a8f137c215fe8e98 f7b9a11c937a0022bda7378822bbd8b46a1bec1a Package: ros-lyrical-rtabmap-util Version: 0.23.7-1resolute.20260901.210148 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 5676 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), ros-lyrical-rtabmap, ros-lyrical-cv-bridge, ros-lyrical-image-geometry, ros-lyrical-image-transport, ros-lyrical-laser-geometry, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-octomap-msgs, ros-lyrical-pcl-conversions, ros-lyrical-pcl-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rtabmap-conversions, ros-lyrical-rtabmap-msgs, ros-lyrical-rtabmap-sync, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-stereo-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_util/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-util/ros-lyrical-rtabmap-util_0.23.7-1resolute.20260901.210148_amd64.deb Size: 993670 SHA256: 7172650dfebc5d48a0caaa6d080daf9db81291804be03d3942cd4590a77928b1 SHA1: c6e1b2a8d775ebfed2e97d43d9e11405248a0feb MD5sum: b4b48091616833a561b666d71f56e51a Description: RTAB-Map's various useful nodes and nodelets. Package: ros-lyrical-rtabmap-util-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap-util Version: 0.23.7-1resolute.20260901.210148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 40083 Depends: ros-lyrical-rtabmap-util (= 0.23.7-1resolute.20260901.210148) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-util/ros-lyrical-rtabmap-util-dbgsym_0.23.7-1resolute.20260901.210148_amd64.deb Size: 35660264 SHA256: d6284e2e3407b2a9b49c8da3c84ef7ef2029f1f88501b6580b0776a1ef906eef SHA1: 57a3a222d18ffc7178cfd9316f355de7949425b5 MD5sum: 532139bf962aa7d966377e71bbdb0ce2 Description: debug symbols for ros-lyrical-rtabmap-util Build-Ids: 1c39c24fff950d66c0001c301e5a8996179b8277 3c382b43e08bbdb2bbaad63f0988677d801e375c 3f060ab9280bd686be907bab4f638268998fe8f1 75df9c20ae6b495bc97179c4b3b050ecd9192acb 78211edd536bc857e4ff89489998aa002d437c77 7d7b5dc6de051c3f1e8f93f36860797127009af7 80c3faecd3fa1def9eb08674d14fe178ec3018bb 879c2931072202b11b44fbec0dd44e822d3a9c2e 8a08d1ab83d775f7ccfb3195e223691b72237d5e aaacc86c74459d91aefe483134c1ff838c55f8e5 bf01c93ce74ff0c0192187f5e5e608e24d39eaef c162b0d5487c0a23c00f34b449a215dbe464c986 d027dd52135165f015609f7bd7fb6d81dfc3d541 e2d5029a0e551ee8a81771e68ea005a7840173d8 e416161c5b650a50cdc1ca414293d0bd9b63ecac Package: ros-lyrical-rtabmap-viz Version: 0.23.7-1resolute.20260901.210148 Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 2625 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), ros-lyrical-rtabmap, ros-lyrical-cv-bridge, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rtabmap-msgs, ros-lyrical-rtabmap-sync, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtabmap_viz/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-viz/ros-lyrical-rtabmap-viz_0.23.7-1resolute.20260901.210148_amd64.deb Size: 467296 SHA256: a874d9eeb19a8a9186588827b9de897765cacf0311453612df3766824a72ab34 SHA1: f6f6ba90a86a4da342baf1998db3433a0d6f125b MD5sum: 620a11c7bde977c165b229a28e6d8de0 Description: RTAB-Map's visualization package. Package: ros-lyrical-rtabmap-viz-dbgsym Package-Type: ddeb Source: ros-lyrical-rtabmap-viz Version: 0.23.7-1resolute.20260901.210148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mathieu Labbe" Installed-Size: 15377 Depends: ros-lyrical-rtabmap-viz (= 0.23.7-1resolute.20260901.210148) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtabmap-viz/ros-lyrical-rtabmap-viz-dbgsym_0.23.7-1resolute.20260901.210148_amd64.deb Size: 13178630 SHA256: 2938fce5b6dbb5f5cc4658553f7910d37026b6c032461096d3ca6a8ff93a2019 SHA1: 718ce17fde5dc0227057f08b87db8e1b57ee6677 MD5sum: 29ca002880da2c25cfa0864297cf865e Description: debug symbols for ros-lyrical-rtabmap-viz Build-Ids: c8de9e3d4304bc679a82350b9195b2c775e2757b ff9035590bf11c613fb5738624bb3b9430c0e000 Package: ros-lyrical-rtcm-msgs Version: 1.1.6-5resolute.20260901.120101 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 535 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtcm_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtcm-msgs/ros-lyrical-rtcm-msgs_1.1.6-5resolute.20260901.120101_amd64.deb Size: 69472 SHA256: b57a00c4fdce57edb5b2dd5dc8cb5a1d782dd51874f4c96e4ef83b8808473228 SHA1: 7d8ffba3ebfb2a08d87b58f2f025b4632257e075 MD5sum: 6b722794decf3dddad85cb83fb0c53c1 Description: The rtcm_msgs package contains messages related to data in the RTCM format. Package: ros-lyrical-rtcm-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rtcm-msgs Version: 1.1.6-5resolute.20260901.120101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 675 Depends: ros-lyrical-rtcm-msgs (= 1.1.6-5resolute.20260901.120101) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtcm-msgs/ros-lyrical-rtcm-msgs-dbgsym_1.1.6-5resolute.20260901.120101_amd64.deb Size: 505074 SHA256: 7cabff9ff2df2a8b72c6e32ae37fa51e0606b416156f4e26a1ed905512a5ac95 SHA1: 0406c187e1719f44489d06797b8a861b9cd9ddaa MD5sum: 28a52c50a514ae2a306461d210ec25fc Description: debug symbols for ros-lyrical-rtcm-msgs Build-Ids: 038259c1769dfcea6facde56a2e35f4b731265ce 17ceaa0d9ced76fdf78ecabcf162ff09a8caad89 2e8cd2f85d059a55ce5c9043884db200e3e4785a 3f98c4fbd8546234b9e87f6b76546333afd694e5 85a9af1ca797711a4ae46028f7c846d4b2292825 b98969f3fc6a6b35cd6683dba3e3955f5114c9e3 d42f3d65ada07f0b709c4fd361567b1d94fdba9a e0bbed0ac7f8e6fabe91c20b904f2c90693335fa ec0cc2c991e3f763f394b2bd075519886d475d7c eead1865ae9f26891e7da986dc9c822487e37374 f7c9730b841965a07d9f3019352b224eef42dc02 Package: ros-lyrical-rtest Version: 0.2.4-1resolute.20260901.164928 Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 977 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-action-msgs, ros-lyrical-rcl, ros-lyrical-rcl-action, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtest/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtest/ros-lyrical-rtest_0.2.4-1resolute.20260901.164928_amd64.deb Size: 258258 SHA256: 53bd3dd1d331771e8d8e9e0281a97672546cbb48bfcafff1649d0d05b1e1cd08 SHA1: dd790380f3e31cc951fdf3074de9f9a363b78bc0 MD5sum: c402b6d9d1cb103bec0c44b1a8c52967 Description: This framework enables writing reliable, fully repeatable tests for C++ ROS 2 implementations. Package: ros-lyrical-rtest-dbgsym Package-Type: ddeb Source: ros-lyrical-rtest Version: 0.2.4-1resolute.20260901.164928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 882 Depends: ros-lyrical-rtest (= 0.2.4-1resolute.20260901.164928) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtest/ros-lyrical-rtest-dbgsym_0.2.4-1resolute.20260901.164928_amd64.deb Size: 631298 SHA256: f676ea5277fd11c33a86a2d61d98720ff08b15e6c3df2bec3b7654a38605e71c SHA1: 6fb4ef789fd6c05c139da8d679dc207479d0f75a MD5sum: 20fd4aaf4a944367cae906f9b86a353c Description: debug symbols for ros-lyrical-rtest Build-Ids: 222203feab4d8502ac974d33fa783c06b95dd005 Package: ros-lyrical-rti-connext-dds-cmake-module Version: 1.2.7-2resolute.20260728.210134 Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 78 Depends: ros-lyrical-ament-cmake, rti-connext-dds-7.7.0-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rti_connext_dds_cmake_module/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rti-connext-dds-cmake-module/ros-lyrical-rti-connext-dds-cmake-module_1.2.7-2resolute.20260728.210134_amd64.deb Size: 12544 SHA256: 912c2e6462a64d16850c0367b4bae2232d6c326d142392e9140962ed5e6e7007 SHA1: c42b2c4fa50502501b3fbe2bb06c088369819e71 MD5sum: 3dec62c7a2b0a56eb7dcc25e03f78931 Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-lyrical-rtsp-image-transport Version: 2.0.2-1resolute.20260901.184015 Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 1430 Depends: libavcodec62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libswscale9 (>= 7:8.0.1), ros-lyrical-live555-vendor, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rtsp_image_transport/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtsp-image-transport/ros-lyrical-rtsp-image-transport_2.0.2-1resolute.20260901.184015_amd64.deb Size: 378154 SHA256: cc777c8f5d2a20b920ccef49a20e59df3d5aefcfbc1e667e0d08c386df82e494 SHA1: 46e714be6ea7d10edaab90ed14a52384e2cbd288 MD5sum: 26f37d5e87f72958dd10350695683be8 Description: Transmit video streams with the Real-Time Streaming Protocol Package: ros-lyrical-rtsp-image-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-rtsp-image-transport Version: 2.0.2-1resolute.20260901.184015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 8496 Depends: ros-lyrical-rtsp-image-transport (= 2.0.2-1resolute.20260901.184015) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rtsp-image-transport/ros-lyrical-rtsp-image-transport-dbgsym_2.0.2-1resolute.20260901.184015_amd64.deb Size: 7546704 SHA256: b473c628c7421a6c523736bafa7ada937793953f7480888a7d53d2d572072ae6 SHA1: 797bb51eed9f12b179f9a17f752c95fd08cbc505 MD5sum: d103284d87cb3c50df68e7aff5003f2a Description: debug symbols for ros-lyrical-rtsp-image-transport Build-Ids: 4fcaf7303dfac48b0851664b2c5d68aa466502fb ecc675f1149a2b2aedd1f7d20e3b63e642f4d3fa f867322fa0b3f0e2e87c95d886ed3c73f72dcb80 Package: ros-lyrical-rttest Version: 0.20.1-1resolute.20260728.210200 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 128 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rttest/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rttest/ros-lyrical-rttest_0.20.1-1resolute.20260728.210200_amd64.deb Size: 30570 SHA256: 72856b8d992b4821fad16ecbe763a91d05035e1870d804627e4a04adbb1d3820 SHA1: 7738d1bc29f242a6f821eaaeda5cca9c9e9c8eb0 MD5sum: fcb62873f2f0bfcd66d475c747ef2f0b Description: Instrumentation library for real-time performance testing Package: ros-lyrical-rttest-dbgsym Package-Type: ddeb Source: ros-lyrical-rttest Version: 0.20.1-1resolute.20260728.210200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 200 Depends: ros-lyrical-rttest (= 0.20.1-1resolute.20260728.210200) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rttest/ros-lyrical-rttest-dbgsym_0.20.1-1resolute.20260728.210200_amd64.deb Size: 170502 SHA256: bfd5c76594a4710d05305a0d8937ff8a111985322c8f980afbfaa687f4b0f5b6 SHA1: d3d9cfb2780617ad07daa0c9489f1230075001e5 MD5sum: f458831e1da1ae6bcfac7d64f6a04ba2 Description: debug symbols for ros-lyrical-rttest Build-Ids: d3bbe145bb774f3c0ddc964985233869542ffa73 Package: ros-lyrical-ruckig Version: 0.9.2-6resolute.20260728.172957 Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 265 Depends: libc6 (>= 2.4), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ruckig/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ruckig/ros-lyrical-ruckig_0.9.2-6resolute.20260728.172957_amd64.deb Size: 70590 SHA256: 3b5fc4a963326b5d087c9e1aa5065084984515d5b86fb112fdd3a645ffa5566e SHA1: 449b8ed52bc36f046dbe9b37a5027da0899f51b4 MD5sum: a1ea65740fc291354c5e3e8475c5fa6e Description: Instantaneous Motion Generation for Robots and Machines. Package: ros-lyrical-ruckig-dbgsym Package-Type: ddeb Source: ros-lyrical-ruckig Version: 0.9.2-6resolute.20260728.172957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 238 Depends: ros-lyrical-ruckig (= 0.9.2-6resolute.20260728.172957) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ruckig/ros-lyrical-ruckig-dbgsym_0.9.2-6resolute.20260728.172957_amd64.deb Size: 213618 SHA256: a20e9a3cc32debe592d74aec1b36b17a83d2314e370fd729017ad2889593c999 SHA1: 56d681faef0688e1bdfca6d2b2779758564a344c MD5sum: 47da14205ad74a4b0c4f8dc7c4d9e840 Description: debug symbols for ros-lyrical-ruckig Build-Ids: 11da64a38acbad9edaa0883430ce5c5e9b26a247 Package: ros-lyrical-rviz-2d-overlay-msgs Version: 1.4.2-1resolute.20260901.111640 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 532 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rviz_2d_overlay_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-2d-overlay-msgs/ros-lyrical-rviz-2d-overlay-msgs_1.4.2-1resolute.20260901.111640_amd64.deb Size: 53626 SHA256: 1fe33ecad2fe2ad3b1924875a22532abf62d48209faab19cf6cd217c7b905c24 SHA1: 06d672ba306deef1ae65345889a60f2dd1e88c88 MD5sum: e530c5fa9d36fb4aaf454a6b273601a4 Description: Messages describing 2D overlays for RVIZ, extracted/derived from the jsk_visualization ROS1 packege. Package: ros-lyrical-rviz-2d-overlay-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-2d-overlay-msgs Version: 1.4.2-1resolute.20260901.111640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 363 Depends: ros-lyrical-rviz-2d-overlay-msgs (= 1.4.2-1resolute.20260901.111640) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-2d-overlay-msgs/ros-lyrical-rviz-2d-overlay-msgs-dbgsym_1.4.2-1resolute.20260901.111640_amd64.deb Size: 222446 SHA256: d37460e360034516303eaa4bab3ed5d2873305554d6f242608535b464807a436 SHA1: dd6d0438b31083d46fa789eb928f86aba539cf20 MD5sum: 7b5a8e58d304517fbc1d97d7838f025f Description: debug symbols for ros-lyrical-rviz-2d-overlay-msgs Build-Ids: 360813d25f1b1ea2425cde9b6f0ff0643f514a4e 5c3cc7ebbf405a8f9793152e169b6a48d0666745 66ece135b7fd1a485aba183772fd47f4f3a91b5e 77214d73af6f430321bfeeb66a98b74ec125fa34 971fa46ec365b79563d0b97c496a4edc8cd4fe08 a4892dedfb2a73bd4888b464cf97376536487b0e a913ab31227239badaf79700383fcff5e19a04c7 b88448d1abbd64fc986c15acff68dd31dd8d008a e3917a85685bdbfa62e448af1a4e51d52757a62b f438901a30a022f958441caacca33e7c475a1762 ff8424328bf08674d023ac7fd36d3e5fdea1e605 Package: ros-lyrical-rviz-2d-overlay-plugins Version: 1.4.2-1resolute.20260908.145325 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 1541 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 14), ros-lyrical-rviz-ogre-vendor, libboost-all-dev, ros-lyrical-rviz-2d-overlay-msgs, ros-lyrical-rviz-common, ros-lyrical-rviz-rendering, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rviz_2d_overlay_plugins/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-2d-overlay-plugins/ros-lyrical-rviz-2d-overlay-plugins_1.4.2-1resolute.20260908.145325_amd64.deb Size: 313628 SHA256: c684c05f550df617051aebbc2b3ff5d2deaf90619a640bd40ccfe53ee4724faa SHA1: 73b2b3330b75ec9cb93284168a89134d9b875633 MD5sum: f09d83cf4a0c1944f1797cc99cd5736b Description: RViz2 plugin for 2D overlays in the 3D view. Mainly a ROS2 port of the JSK overlay plugin (https://github.com/jsk-ros-pkg/jsk_visualization). Package: ros-lyrical-rviz-2d-overlay-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-2d-overlay-plugins Version: 1.4.2-1resolute.20260908.145325 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 9164 Depends: ros-lyrical-rviz-2d-overlay-plugins (= 1.4.2-1resolute.20260908.145325) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-2d-overlay-plugins/ros-lyrical-rviz-2d-overlay-plugins-dbgsym_1.4.2-1resolute.20260908.145325_amd64.deb Size: 7974524 SHA256: 6e9c9eae5e473f26f60192ab214aa4a6b49fe88beb425092bface8b9ef0ae717 SHA1: c3fcccbc81f760425280c71b1c2da2afcc6d9f5e MD5sum: d8429e61d9b6967b82a8c07cf55c91b0 Description: debug symbols for ros-lyrical-rviz-2d-overlay-plugins Build-Ids: 2894bc7ed40b27ef713c0a28d35c6c4b895007b5 f8af0f707c9a44c560da2a29b7c48b483c4add5e Package: ros-lyrical-rviz-common Version: 15.2.6-1resolute.20260908.142548 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2818 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.9.1), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-lyrical-rviz-ogre-vendor, libqt6opengl6, libqt6svg6, libtinyxml2-dev, qt6-base-dev, qt6-svg-plugins, ros-lyrical-geometry-msgs, ros-lyrical-message-filters, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-resource-retriever, ros-lyrical-rviz-rendering, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-urdf, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-common/ros-lyrical-rviz-common_15.2.6-1resolute.20260908.142548_amd64.deb Size: 684636 SHA256: d59023eaa8c9cc49174ce487ea6825752317cd39345c5174cdb5f8de62c32c78 SHA1: c8a403662e5fb15be34ee58f7208bb66b40110e6 MD5sum: 226c6c717ab68a1806d3872c414d0da1 Description: Common rviz API, used by rviz plugins and applications. Package: ros-lyrical-rviz-common-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-common Version: 15.2.6-1resolute.20260908.142548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 31492 Depends: ros-lyrical-rviz-common (= 15.2.6-1resolute.20260908.142548) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-common/ros-lyrical-rviz-common-dbgsym_15.2.6-1resolute.20260908.142548_amd64.deb Size: 30976570 SHA256: 579d022ef417cc7f9cb4140f47c3d401398976f6f2f2e9d24e20a2310e7550df SHA1: c6fa470838bde5e42ff954eeba2f645318334b42 MD5sum: 5234f751bc017e620e680bac322df28c Description: debug symbols for ros-lyrical-rviz-common Build-Ids: b5cc7ff7ce253f1a32f3fac1586d0412b798b486 Package: ros-lyrical-rviz-default-plugins Version: 15.2.6-1resolute.20260908.145257 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 11377 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-gz-math-vendor, ros-lyrical-rviz-ogre-vendor, libqt6opengl6, ros-lyrical-geometry-msgs, ros-lyrical-image-transport, ros-lyrical-interactive-markers, ros-lyrical-laser-geometry, ros-lyrical-map-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-point-cloud-transport, ros-lyrical-rclcpp, ros-lyrical-resource-retriever, ros-lyrical-resource-retriever-service-plugin, ros-lyrical-rviz-common, ros-lyrical-rviz-rendering, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-urdf, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-default-plugins/ros-lyrical-rviz-default-plugins_15.2.6-1resolute.20260908.145257_amd64.deb Size: 1671066 SHA256: c8ab48f339e5993561700c071d18870ef30f10b5d2a68332795125c7ee880e06 SHA1: 6707d6b273f69d92aaec658013e6fa3592040752 MD5sum: d0ba2387c3b6cef8114d8dc9c57020b7 Description: Several default plugins for rviz to cover the basic functionality. Package: ros-lyrical-rviz-default-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-default-plugins Version: 15.2.6-1resolute.20260908.145257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 94618 Depends: ros-lyrical-rviz-default-plugins (= 15.2.6-1resolute.20260908.145257) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-default-plugins/ros-lyrical-rviz-default-plugins-dbgsym_15.2.6-1resolute.20260908.145257_amd64.deb Size: 84813302 SHA256: 1bfe0b03276662db976e15dbc731d139b9ac3225326e7d360cb39a0a552e5637 SHA1: 2b680e8a0e29e621a4f0acf178cde50988ec6437 MD5sum: 3e37939cead61f01d1f5ae820d4b730e Description: debug symbols for ros-lyrical-rviz-default-plugins Build-Ids: 9c9c4774399cb937382b7f620ee9d0b1714d0482 Package: ros-lyrical-rviz-imu-plugin Version: 2.2.2-3resolute.20260908.145321 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 973 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 14), ros-lyrical-rviz-ogre-vendor, libqt6opengl6, libqt6widgets6, ros-lyrical-message-filters, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rviz-common, ros-lyrical-rviz-rendering, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rviz_imu_plugin Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-imu-plugin/ros-lyrical-rviz-imu-plugin_2.2.2-3resolute.20260908.145321_amd64.deb Size: 181406 SHA256: 3cdd452b0af3c1c3218674a01b046ea280587fd7eb86249d85d73a140aa2f242 SHA1: 120f05b74d7ec14b05063942bf6eb41a32fc183a MD5sum: 7ce4c7bbe5a46b5a9f4e258514170e7b Description: RVIZ plugin for IMU visualization Package: ros-lyrical-rviz-imu-plugin-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-imu-plugin Version: 2.2.2-3resolute.20260908.145321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 6369 Depends: ros-lyrical-rviz-imu-plugin (= 2.2.2-3resolute.20260908.145321) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-imu-plugin/ros-lyrical-rviz-imu-plugin-dbgsym_2.2.2-3resolute.20260908.145321_amd64.deb Size: 5568330 SHA256: 359915126acc64c94ec8995b21d947cd4afd86cb5629908b161b79c724fff0d7 SHA1: 4ed12bb9208642f1f30975faccbba1c008c061eb MD5sum: dede83ef0382b26fd9e63b7fbc8cda8a Description: debug symbols for ros-lyrical-rviz-imu-plugin Build-Ids: 77f056559a78d4d81eecfc6cd4bafdeb02127e81 Package: ros-lyrical-rviz-marker-tools Version: 0.2.0-1resolute.20260904.002112 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 97 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-lyrical-eigen3-cmake-module, ros-lyrical-geometry-msgs, ros-lyrical-moveit-common, ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-tf2-eigen, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rviz_marker_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-marker-tools/ros-lyrical-rviz-marker-tools_0.2.0-1resolute.20260904.002112_amd64.deb Size: 21724 SHA256: 1b63f7c9c77ac53eb36e2e17689f9728af8647683e1d80608de01dac383559ba SHA1: 9edd7e30c31aa9e64f9b83fa9cdc4d9b2e8e90d2 MD5sum: afb0288b078dd050e50c3ff86c37a0f1 Description: Tools for marker creation / handling Package: ros-lyrical-rviz-marker-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-marker-tools Version: 0.2.0-1resolute.20260904.002112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 974 Depends: ros-lyrical-rviz-marker-tools (= 0.2.0-1resolute.20260904.002112) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-marker-tools/ros-lyrical-rviz-marker-tools-dbgsym_0.2.0-1resolute.20260904.002112_amd64.deb Size: 965480 SHA256: f11fd56f04b60dfae6aa50da98dc4eb750990d84427f586082120857e74b55c2 SHA1: 9e4cdb9dc5d637dca31b04786f0f7c1af8d90aee MD5sum: 93da0cb3767d20b7d82a9ef14ea6426a Description: debug symbols for ros-lyrical-rviz-marker-tools Build-Ids: de4b6dfbd1a4c112d4186222970a326a6d9c8f32 Package: ros-lyrical-rviz-mbf-plugins Version: 1.2.1-1resolute.20260908.145438 Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 789 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libqt6gui6, qt6-base-dev, ros-lyrical-geometry-msgs, ros-lyrical-mbf-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rviz-common, ros-lyrical-ros-workspace Homepage: http://github.com/naturerobots/move_base_flex Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-mbf-plugins/ros-lyrical-rviz-mbf-plugins_1.2.1-1resolute.20260908.145438_amd64.deb Size: 181248 SHA256: 5ee87c9c416fa030401ebe5ca6acc24e8f0c8068a9705d1f18edde05e76fc197 SHA1: a6d32a1fa2c6951ec76f64795ff09ccaf599d9e0 MD5sum: 8d71ea443cab5e2ea67115221d158cf1 Description: Contains rviz plugins for interacting with move base flex. Package: ros-lyrical-rviz-mbf-plugins-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-mbf-plugins Version: 1.2.1-1resolute.20260908.145438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Mock" Installed-Size: 3823 Depends: ros-lyrical-rviz-mbf-plugins (= 1.2.1-1resolute.20260908.145438) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-mbf-plugins/ros-lyrical-rviz-mbf-plugins-dbgsym_1.2.1-1resolute.20260908.145438_amd64.deb Size: 3264778 SHA256: b7b00e12d2dfbfd056c6cda50187d9b8baf1d9656679f537e64d90a45562562c SHA1: cca437344fe9141ab398466bf5cf1fc32d5902c5 MD5sum: d4d7cacadaa10e790b1c9aa6af04a426 Description: debug symbols for ros-lyrical-rviz-mbf-plugins Build-Ids: 449240b39ae5d9be880db1e72c2facfae29d4bc7 Package: ros-lyrical-rviz-ogre-vendor Version: 15.2.6-1resolute.20260908.121206 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 17865 Depends: libc6 (>= 2.43), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 14), libx11-6, libxrandr2 (>= 4.3), libfreetype-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libx11-dev, libxaw7-dev, libxrandr-dev, ros-lyrical-ros-workspace Homepage: https://www.ogre3d.org/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-ogre-vendor/ros-lyrical-rviz-ogre-vendor_15.2.6-1resolute.20260908.121206_amd64.deb Size: 3900634 SHA256: c896292d6205ee5830733a7070479b13f65e4827f9202c8928646c497a8bd14e SHA1: 6b942fe92ccf6929ac4061b21fa3c71cd9555c7d MD5sum: d3c38d6255a0cf0c71b6f5cd526d0d6c Description: Wrapper around ogre3d, it provides a fixed CMake module and an ExternalProject build of ogre. Package: ros-lyrical-rviz-ogre-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-ogre-vendor Version: 15.2.6-1resolute.20260908.121206 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 81016 Depends: ros-lyrical-rviz-ogre-vendor (= 15.2.6-1resolute.20260908.121206) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-ogre-vendor/ros-lyrical-rviz-ogre-vendor-dbgsym_15.2.6-1resolute.20260908.121206_amd64.deb Size: 77341620 SHA256: 42c87eb9aac131971b02d3bcd6aeedd0a9d428dd2058d42cf204677397894fbe SHA1: 6efcb7f1158d6e6096aaad64618f70b3cb2917c3 MD5sum: 29a3acbec41025fb151803b5777e9d00 Description: debug symbols for ros-lyrical-rviz-ogre-vendor Build-Ids: 09a5f5d651c44998e222517d670fd4e2743c2895 2ddb13ff767919d35f902b4e0268312b1f4f0717 31f9042798fded57cdda7a373d2993361055aacb 44c0e2aafbea1268cd837b9a14fd31cba0595d99 46820e837d980f7eabd966916a5f6859178beb5e 673f76e57696a93c81ebcea5f108b7d24fd35f6d 681d52ec44be5698eab006a901eb5847be29f772 7446450445bd54c02d6b4b022e386a2bc7b00d67 820f5937c9f2ccc3ee0634779118c899f4c59669 8554ec5c651b0f71f30fa2fb559933dc6feff9eb 939066020751f7f636eecdf99551845a933af698 96fc8cd7581ac26dae7d6482c7bfe6bad07b211a a8ce5280257b8dbafbb3fbd54963e4e7634216ee afb6cee404170a52b5f8be4088359bcd265a2886 bdeefbd9454370edfed40e829aa651835b106a41 fd5406addd38a8253bca633c9c23f795af126857 Package: ros-lyrical-rviz-rendering Version: 15.2.6-1resolute.20260908.123715 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2271 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libglx0, libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 13.1), libx11-6, ros-lyrical-rviz-ogre-vendor, libassimp-dev, libeigen3-dev, libqt6opengl6, libqt6svg6, qt6-base-dev, qt6-svg-plugins, ros-lyrical-ament-index-cpp, ros-lyrical-eigen3-cmake-module, ros-lyrical-resource-retriever, ros-lyrical-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-rendering/ros-lyrical-rviz-rendering_15.2.6-1resolute.20260908.123715_amd64.deb Size: 796286 SHA256: 3bedbb2ca5031d63ddbc4cb52779accff98a7e8bbbd5ef7478572b94d26cc6e6 SHA1: e6423372a7656a3ba46a45b533d3866b55764e87 MD5sum: 729f59f28d653d02a9e3c582137e5bb9 Description: Library which provides the 3D rendering functionality in rviz. Package: ros-lyrical-rviz-rendering-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-rendering Version: 15.2.6-1resolute.20260908.123715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 6244 Depends: ros-lyrical-rviz-rendering (= 15.2.6-1resolute.20260908.123715) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-rendering/ros-lyrical-rviz-rendering-dbgsym_15.2.6-1resolute.20260908.123715_amd64.deb Size: 6139196 SHA256: 09a732f2b2ac885b70747cf50083fc00cb8cdbbf21275632b12ac0aa4c6668dc SHA1: c32278a5a2354f6fb54ae635dd4f594551f035f1 MD5sum: 619b65f9df6352140e578b225e5331ad Description: debug symbols for ros-lyrical-rviz-rendering Build-Ids: 07850bff514ecc48aa98eb7a3898eac105937f4b Package: ros-lyrical-rviz-rendering-tests Version: 15.2.6-1resolute.20260908.124925 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 46 Depends: ros-lyrical-resource-retriever, ros-lyrical-rviz-rendering, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rviz_rendering_tests/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-rendering-tests/ros-lyrical-rviz-rendering-tests_15.2.6-1resolute.20260908.124925_amd64.deb Size: 7106 SHA256: e65fade3149738c838d31555e595043544607a9997ebe61f3eff85ae410bd8b1 SHA1: a04b2ad018091187bd517121b34a242a62bc7fdc MD5sum: 0d6680335c1eff90964f76fbd626973a Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-lyrical-rviz-satellite Version: 4.3.1-1resolute.20260908.163920 Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 785 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libproj25 (>= 5.0.0), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.1.2), libstdc++6 (>= 14), ros-lyrical-rviz-ogre-vendor, libproj-dev, ros-lyrical-angles, ros-lyrical-rclcpp, ros-lyrical-rcpputils, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/rviz_satellite/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-satellite/ros-lyrical-rviz-satellite_4.3.1-1resolute.20260908.163920_amd64.deb Size: 200480 SHA256: 902c46728db2d144aaae30c1466e8efb57daa7f341352ea44fe2952e0e54dbcb SHA1: 55a623489ab909e4c31af95da3ce4260f568d921 MD5sum: 93d9e7848594c0ea96e3fea4d42889c3 Description: Display satellite map tiles in RViz Package: ros-lyrical-rviz-satellite-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-satellite Version: 4.3.1-1resolute.20260908.163920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tim Clephas" Installed-Size: 5266 Depends: ros-lyrical-rviz-satellite (= 4.3.1-1resolute.20260908.163920) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-satellite/ros-lyrical-rviz-satellite-dbgsym_4.3.1-1resolute.20260908.163920_amd64.deb Size: 4789506 SHA256: eb95578e5cff0b46785f98c0d5694e305f3038e8bbbcd74e9584537d9b1e5a7d SHA1: 9aab047ffd3fa7e5ea2346b44708c8de64a26013 MD5sum: 100baa5f6ada212c555e76b9bc7937e4 Description: debug symbols for ros-lyrical-rviz-satellite Build-Ids: 0366584193129be242b71705ebbeb3f7440792d0 Package: ros-lyrical-rviz-visual-testing-framework Version: 15.2.6-1resolute.20260908.145327 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 431 Depends: ros-lyrical-ament-cmake-gtest, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-rviz-common, ros-lyrical-rviz-ogre-vendor, ros-lyrical-rviz-rendering, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/rviz2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-visual-testing-framework/ros-lyrical-rviz-visual-testing-framework_15.2.6-1resolute.20260908.145327_amd64.deb Size: 82478 SHA256: 15d47d6678bfdaaa1d253a5ba75bffa199efc398cec655727001bb833c2c1b3e SHA1: d5d97c7e169081a5b13b71df6c949c58e66a5b7d MD5sum: be6cb1d5b09d6496347be07f9d786df9 Description: 3D testing framework for RViz. Package: ros-lyrical-rviz-visual-tools Version: 4.2.0-1resolute.20260908.162211 Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 1604 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-ament-index-python, ros-lyrical-eigen-stl-containers, ros-lyrical-eigen3-cmake-module, ros-lyrical-geometry-msgs, ros-lyrical-interactive-markers, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz-ogre-vendor, ros-lyrical-rviz-rendering, ros-lyrical-rviz2, ros-lyrical-sensor-msgs, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/PickNikRobotics/rviz_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-visual-tools/ros-lyrical-rviz-visual-tools_4.2.0-1resolute.20260908.162211_amd64.deb Size: 329546 SHA256: d668419c34f0afcebfb6763dfcf3a8b8ca5323f2407c0eaa7e651798fa4d0caa SHA1: 2851e89562d2620cdf0325cb5b2d87c254cda8ef MD5sum: a5ca8e0a6df8b55290e9f5f9601dcc9c Description: Utility functions for displaying and debugging data in Rviz via published markers Package: ros-lyrical-rviz-visual-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz-visual-tools Version: 4.2.0-1resolute.20260908.162211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 13029 Depends: ros-lyrical-rviz-visual-tools (= 4.2.0-1resolute.20260908.162211) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz-visual-tools/ros-lyrical-rviz-visual-tools-dbgsym_4.2.0-1resolute.20260908.162211_amd64.deb Size: 12100274 SHA256: 5b0b58af05f2d349873ce43e090337ad6de5d6461d04fbb3e29348c34bec45a0 SHA1: 2895a2b53e601bca8a69290aa6c1bbaf18cb8523 MD5sum: 57e1a62bf0084b18b3f977842d2cefc0 Description: debug symbols for ros-lyrical-rviz-visual-tools Build-Ids: 19867b5d46ac42f8282de530187f26be2c6a79a5 43555601b23356b2851ff749f006904cf00c1f34 571e774aab2c465e2e72b6638a3e7da8a448b9f8 73ab3fdc70b30f77640223e63d01c1ff3f5adb0c 7ff87e6f1e3e487fafec9e243ead252134d913eb cfc26d15f1a3a0ba5d0459c6de1a4493acbdaee2 Package: ros-lyrical-rviz2 Version: 15.2.6-1resolute.20260908.161301 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 122 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), python3-dev, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz-ogre-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz2/ros-lyrical-rviz2_15.2.6-1resolute.20260908.161301_amd64.deb Size: 20168 SHA256: e20e58b856eea5900c48cce29a199270e522942fd7629c80b465d2ac29fc9c60 SHA1: 37a4b7fab65ccce63b3c2b2d65293948f114381f MD5sum: fcf3d39dc518f147c40d96760f57255a Description: 3D visualization tool for ROS. Package: ros-lyrical-rviz2-dbgsym Package-Type: ddeb Source: ros-lyrical-rviz2 Version: 15.2.6-1resolute.20260908.161301 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 396 Depends: ros-lyrical-rviz2 (= 15.2.6-1resolute.20260908.161301) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-rviz2/ros-lyrical-rviz2-dbgsym_15.2.6-1resolute.20260908.161301_amd64.deb Size: 376820 SHA256: fc7087920bacf905db50833def6512a255173d57f6c37eb01df6466dc8055470 SHA1: 5b06e71c128d246450227de6e6db86744770d6ea MD5sum: 778383610552754ad30d82f765739189 Description: debug symbols for ros-lyrical-rviz2 Build-Ids: 664e20312179c41c2e0c53e1ee847294a93d276f Package: ros-lyrical-sbg-driver Version: 3.4.0-1resolute.20260901.211513 Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 44968 Depends: libc6 (>= 2.42), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-nmea-msgs, ros-lyrical-rclcpp, ros-lyrical-rosidl-default-runtime, ros-lyrical-rtcm-msgs, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-msgs, ros-lyrical-tf2-ros, ros-lyrical-urdf, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/sbg_driver Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sbg-driver/ros-lyrical-sbg-driver_3.4.0-1resolute.20260901.211513_amd64.deb Size: 10701418 SHA256: 3a03850ef65bc9bd7aeb7ffcc7efddb9028fe3893d386bbbe8749606dda19813 SHA1: 70ceb7d9b3b64e458827da24e22d139a3209e38b MD5sum: ab53671a27510256358c8a3800e551fb Description: ROS driver package for communication with the SBG navigation systems. Package: ros-lyrical-sbg-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-sbg-driver Version: 3.4.0-1resolute.20260901.211513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "SBG Systems" Installed-Size: 27271 Depends: ros-lyrical-sbg-driver (= 3.4.0-1resolute.20260901.211513) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sbg-driver/ros-lyrical-sbg-driver-dbgsym_3.4.0-1resolute.20260901.211513_amd64.deb Size: 22573508 SHA256: 500588cc259d8ae0ce07721a119c01570e036d407645f16b029fe56fa237b381 SHA1: f3f5ff47a62460ec6d2bb05b68fcc48730f83eac MD5sum: e958dfabc1433aba79860ac618171bd7 Description: debug symbols for ros-lyrical-sbg-driver Build-Ids: 0a7a000733086009807f90fa5b3f0c7c2d759b09 0ac93adf296689c8b648d763e59db0962e0e221f 2a8af94f01346b00accdedccee2e456a68e30d15 3bbfba7e6ba5e80e2bc96956b8feb5e02da59ed3 615b1187408c1a80bc641d4267d8318483f292f5 67f6a78a3e2a4483dd89bceb4d234146b12ecf10 703478de731b2f1234746301f287f847a0f28883 823128e9ec94f1b01e9f2f6e2be9f437d7b22a93 b56d9a21a5c221a229a7aada31490a8c0c3dbb91 c2144d21e5eaae1542a1b2d91d980d611ed04e3d c984bfeb2a4640eea734faa9a8475213c6867e76 ced6a0d727a0cb31c72aa31b7f3f5e28ca36c9c8 f0c97b72aed8fa8e01f7d2d26517df913cc20304 Package: ros-lyrical-sdformat-test-files Version: 2.1.1-1resolute.20260728.172732 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 564 Depends: cmake, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sdformat_test_files/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sdformat-test-files/ros-lyrical-sdformat-test-files_2.1.1-1resolute.20260728.172732_amd64.deb Size: 75182 SHA256: 09abb8e2e2e138ae39b7cceca1d918e2f1869a2b62394c520cccf561cb7e3a93 SHA1: d450410dc5afeb27c47682e4f224d945957b5897 MD5sum: 4f01344d9cd6ad0c6af8815082a1a356 Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-lyrical-sdformat-urdf Version: 2.1.1-1resolute.20260901.145401 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 203 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-gz-math-vendor, ros-lyrical-sdformat-vendor, libtinyxml2-dev, liburdfdom-headers-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-pluginlib, ros-lyrical-rcutils, ros-lyrical-urdf, ros-lyrical-urdf-parser-plugin, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sdformat_urdf/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sdformat-urdf/ros-lyrical-sdformat-urdf_2.1.1-1resolute.20260901.145401_amd64.deb Size: 52852 SHA256: 3e26b2c8998dca546369c627a5fe4fe4dd3903d528f20d0dae16932737c56aca SHA1: 1165668cb4f0c5095501bd1047a4266db2d99360 MD5sum: 3ffcfcff5559325715333467a2ca6bfb Description: URDF plugin to parse SDFormat XML into URDF C++ DOM objects. Package: ros-lyrical-sdformat-urdf-dbgsym Package-Type: ddeb Source: ros-lyrical-sdformat-urdf Version: 2.1.1-1resolute.20260901.145401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 782 Depends: ros-lyrical-sdformat-urdf (= 2.1.1-1resolute.20260901.145401) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sdformat-urdf/ros-lyrical-sdformat-urdf-dbgsym_2.1.1-1resolute.20260901.145401_amd64.deb Size: 712616 SHA256: c485164eaf62012e93178ba107140127d2fa13afb3eb092ead2b34d37354a78a SHA1: cac6709eb0e8b704dfccc9c3a3e9dee014fd1b14 MD5sum: 4f18b25933b862aa526e9ce5b08c48d3 Description: debug symbols for ros-lyrical-sdformat-urdf Build-Ids: c1efa3b56b78f8f57f87cc774341ad0aa2dfe2a3 c5475092131e37e386fa3ee37b5db3845c1ab783 Package: ros-lyrical-sdformat-vendor Version: 0.3.4-1resolute.20260827.143900 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 11166 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-lyrical-gz-math-vendor, ros-lyrical-gz-utils-vendor, ros-lyrical-urdfdom, libtinyxml2-dev, pybind11-dev, ros-lyrical-gz-cmake-vendor, ros-lyrical-gz-tools-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/gazebosim/sdformat Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sdformat-vendor/ros-lyrical-sdformat-vendor_0.3.4-1resolute.20260827.143900_amd64.deb Size: 1502560 SHA256: cf86bbcfbd0b1152e43655c3b35f520eeb80e98253c88c340bebc8f2f2f6f714 SHA1: a3cd1ec44511ac4a932ff5b6082abb59d482c5e0 MD5sum: 05d3de1db5a6fe83711aa37fc2a811c3 Description: Vendor package for: sdformat 16.1.0 SDFormat is an XML file format that describes environments, objects, and robots in a manner suitable for robotic applications Package: ros-lyrical-sdformat-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-sdformat-vendor Version: 0.3.4-1resolute.20260827.143900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 43965 Depends: ros-lyrical-sdformat-vendor (= 0.3.4-1resolute.20260827.143900) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sdformat-vendor/ros-lyrical-sdformat-vendor-dbgsym_0.3.4-1resolute.20260827.143900_amd64.deb Size: 40644424 SHA256: a0d555884102c7d76fb67279d126acc909ab1df8fe283c14297cbd484921cd23 SHA1: 79854a88fb1b16ca609b4ec7373356fcc67785ce MD5sum: 027f9a48a113a8e68ebc1a9a965783cc Description: debug symbols for ros-lyrical-sdformat-vendor Build-Ids: 72006505b9cf3f2a327209ee330dc5aae1faf2e3 89679f083d364be174527fbb15e6c6dc163856b5 fedb8aeffad91a278029569ef7fa2a6e9fa917bb Package: ros-lyrical-sdl2-vendor Version: 3.3.0-4resolute.20260728.210149 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: libsdl2-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sdl2_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sdl2-vendor/ros-lyrical-sdl2-vendor_3.3.0-4resolute.20260728.210149_amd64.deb Size: 6278 SHA256: c502e93f66d91011900ac3ed749f7e2d44139409199b17a6b7a62489ec73e3a9 SHA1: d56870cb4dc505efb1cb7f192bb3dfe362d4d9e0 MD5sum: 678e9df51943616c6e93a8a1603a591d Description: Vendor library for SDL2. Package: ros-lyrical-self-test Version: 4.4.7-1resolute.20260901.193652 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 247 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/self_test/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-self-test/ros-lyrical-self-test_4.4.7-1resolute.20260901.193652_amd64.deb Size: 64062 SHA256: 54ee9a7a98f71899a0e49f2d456d76d44cddcce02b6e4930a3e5aa73748d8282 SHA1: 03a7c2f3444a4123d94381d2e0fb73d2d514743c MD5sum: a62b89d166036ddc4bfaf6edfa50e75d Description: Self-test tools for diagnostics. Package: ros-lyrical-self-test-dbgsym Package-Type: ddeb Source: ros-lyrical-self-test Version: 4.4.7-1resolute.20260901.193652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1237 Depends: ros-lyrical-self-test (= 4.4.7-1resolute.20260901.193652) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-self-test/ros-lyrical-self-test-dbgsym_4.4.7-1resolute.20260901.193652_amd64.deb Size: 1145284 SHA256: 9435beb8e6cb91bb6c581edc72b06165465124a9a0f82fa481ac0816b01e4204 SHA1: 33a34e55373226578726a32c516cc8d2a3dba822 MD5sum: 232d556e224b36ab9602dc8ada7e4429 Description: debug symbols for ros-lyrical-self-test Build-Ids: 1269d5a739642bd531935b9d2d18c0c3d34f4d0a c663ed324f4cd9824d0425b6a439a7a2b0abf211 Package: ros-lyrical-sensor-msgs Version: 5.9.3-1resolute.20260901.125832 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 5452 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sensor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sensor-msgs/ros-lyrical-sensor-msgs_5.9.3-1resolute.20260901.125832_amd64.deb Size: 426000 SHA256: 3bd0e43ae71f8a6024b428fc3c5d657c69994b60baebadb948a9668e29ff430c SHA1: 72810fa9a7872bb5a822c4caac833e66ff8e5fa4 MD5sum: 7501bc94b5b6661fc5da21aac8aa24f3 Description: A package containing some sensor data related message and service definitions. Package: ros-lyrical-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-sensor-msgs Version: 5.9.3-1resolute.20260901.125832 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4836 Depends: ros-lyrical-sensor-msgs (= 5.9.3-1resolute.20260901.125832) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sensor-msgs/ros-lyrical-sensor-msgs-dbgsym_5.9.3-1resolute.20260901.125832_amd64.deb Size: 3917568 SHA256: 8668355fd68edf4264a3106ae5fff3ad360cdfb191acf9430514f5247ca67f4d SHA1: f3057707949a966f192ff449e5196b246fefcb5e MD5sum: 63a1789923bb6a97b4cd7ae628ce068b Description: debug symbols for ros-lyrical-sensor-msgs Build-Ids: 02c811c1b5008476a6d426dd5dcedf214e43e6d0 3c76ecbe8f4da04674dc782042ec25e6ab386c60 5423047eb047126d7ad6af2b1624b57444fd9cfb 68fe12545b9947d98046b564095bf15b5b9e844a 8bf0e6b1c874180ac69990f94f7b4b13b878ac34 8f941f13b9cf945d5bfca5744dbd74ac81173456 97420fc4b1ad066bf057d9c81437b3c16fc802be 97f56a36eac70df2314c44e1b28ddce425e3e4cd b5e1a04eaaeed2074dece1b56e60466afbe18a8c c06a23b5d6f0dd52716aa1d69f195852b34d7ec8 c2c7c5651261cf10ec997b8149de00c0798c11a4 Package: ros-lyrical-sensor-msgs-py Version: 5.9.3-1resolute.20260901.131142 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 73 Depends: python3-numpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sensor_msgs_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sensor-msgs-py/ros-lyrical-sensor-msgs-py_5.9.3-1resolute.20260901.131142_amd64.deb Size: 16866 SHA256: 9d24c251204d030834b5db147bb977fecd83cf8b5e2f5c44d579352cbd195984 SHA1: ac90356438db18ad7e426520503d480adcdc2c5b MD5sum: 6088b41afb36c63fd759db227d1ab565 Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-lyrical-septentrio-gnss-driver Version: 1.4.8-2resolute.20260901.211606 Architecture: amd64 Maintainer: "Tibor Dome" Installed-Size: 9824 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libgeographiclib26 (>= 1.43), libpcap0.8t64 (>= 0.9.8), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-fastcdr, libboost-all-dev, libgeographiclib-dev, libpcap0.8-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-diagnostic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-gps-msgs, ros-lyrical-gtest-vendor, ros-lyrical-nav-msgs, ros-lyrical-nmea-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-eigen, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://github.com/septentrio-gnss/septentrio_gnss_driver Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-septentrio-gnss-driver/ros-lyrical-septentrio-gnss-driver_1.4.8-2resolute.20260901.211606_amd64.deb Size: 1102866 SHA256: 7457f9b69d1546e9f5d7ce972b83b8165ddfd6b3f570dffdc1762abce1645614 SHA1: 24f0d3f8ed68361025bcfc5e980b4335921ad66e MD5sum: ae4bfd395ccf06576176366991214a3c Description: ROSaic: C++ driver for Septentrio's GNSS and INS receivers Package: ros-lyrical-septentrio-gnss-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-septentrio-gnss-driver Version: 1.4.8-2resolute.20260901.211606 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tibor Dome" Installed-Size: 31446 Depends: ros-lyrical-septentrio-gnss-driver (= 1.4.8-2resolute.20260901.211606) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-septentrio-gnss-driver/ros-lyrical-septentrio-gnss-driver-dbgsym_1.4.8-2resolute.20260901.211606_amd64.deb Size: 27852108 SHA256: 2821c67689c2cdfae68d4a763c1e6ebbc8ac71191c6e5649d342b1411ce8e3fc SHA1: c020893058b19e5b52a907254a7052889d6e24a1 MD5sum: 01a9aa96a3e6a34ea19da7db402fba71 Description: debug symbols for ros-lyrical-septentrio-gnss-driver Build-Ids: 02b52380522f24aaf35f0f40d226c43bb970f0e6 0dc65e94107c5bba816ad8cd48313c7e892bc694 438e6042f5e1c221010c17d63bfe4aa6659fa105 51bd820a62a7e54bdc45577a12faac7a4ee36a94 5fa8e156e2310a69108441d375e2196d7b0b21cb 6a656f787414fc2467d62df7eed8c044fe3b9155 7865bd4a33d7617e1205c5d7556f0c85833cfe9b 8c139d0e607dd57ba5d056fd7cd6fc68a0ba54bb 9e77fb5d8c08d0e6125ea4f33114209db16dfa44 ba81a52796ac7549d46a2398574e7064fd92997d bfce4ad6f8516d54a5f1cb70601eb431184022ef cb8f16ebde6ad904d11f6c0870f7fd82aafeac36 ee6ed3939fc9cad3341100301ace4525ae372a1b Package: ros-lyrical-service-load-balancing Version: 0.1.3-3resolute.20260901.165717 Architecture: amd64 Maintainer: Barry Xu Installed-Size: 304 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-rosidl-default-runtime, ros-lyrical-rosidl-typesupport-introspection-cpp, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/service_load_balancing/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-service-load-balancing/ros-lyrical-service-load-balancing_0.1.3-3resolute.20260901.165717_amd64.deb Size: 94726 SHA256: 589c2fe7b8b7f1af4e7a18de9ac02745adf80622665f6c21630b03f02fb4fb3b SHA1: 1bb6d8e40146e8d8c5d3bad4a74a0a97a7d1e1a8 MD5sum: 6a43a18e847532454212c28425e31626 Description: This package helps ROS2 services implement load balancing functionality. Package: ros-lyrical-service-load-balancing-dbgsym Package-Type: ddeb Source: ros-lyrical-service-load-balancing Version: 0.1.3-3resolute.20260901.165717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Barry Xu Installed-Size: 2055 Depends: ros-lyrical-service-load-balancing (= 0.1.3-3resolute.20260901.165717) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-service-load-balancing/ros-lyrical-service-load-balancing-dbgsym_0.1.3-3resolute.20260901.165717_amd64.deb Size: 1942050 SHA256: 3316f843b190d5eb16fa7d78cbcb192b332b9eef463e3a6606378f6357a3cd53 SHA1: 4af17b661e52e8d23099f6744363f0efdc754cde MD5sum: 23a27aa26109de4e07d4874ced3085c8 Description: debug symbols for ros-lyrical-service-load-balancing Build-Ids: 73b45aaf3672019a98eac703ea81e6e90022fac8 Package: ros-lyrical-service-msgs Version: 2.4.5-1resolute.20260901.095046 Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 470 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-core-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/service_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-service-msgs/ros-lyrical-service-msgs_2.4.5-1resolute.20260901.095046_amd64.deb Size: 46528 SHA256: f0b0fe22f067b95b254e3aa1d14fde9d6cc4e698785aa3bddb3765ace36c8311 SHA1: 72a10d2ed10a96b0e8b7b340792461cc00cc2ff9 MD5sum: c55f23f7ca1ac039d62bd7ba5958441f Description: Messages definitions common among all ROS services Package: ros-lyrical-service-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-service-msgs Version: 2.4.5-1resolute.20260901.095046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 319 Depends: ros-lyrical-service-msgs (= 2.4.5-1resolute.20260901.095046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-service-msgs/ros-lyrical-service-msgs-dbgsym_2.4.5-1resolute.20260901.095046_amd64.deb Size: 179730 SHA256: 29c6cde8066f4b017ddc842ffa778f65240bae98fe6bfb1549ed41d4a56a0266 SHA1: aa3cc9d024b080698b9c636862e96a60614f17ef MD5sum: b171ed700e105c8de26edf202184df7e Description: debug symbols for ros-lyrical-service-msgs Build-Ids: 058e4668024d5cf01caddc396fa7a164d192c03a 323f08e214d889180450e5f539c4bb6aa498bbf4 66c1d1abfd6ba4ef2b352cc63e1241758472560f 73943a34d18febdb2f42a86fda6de09f5b8208e7 75c12cf470c8f90c90d004b3ded48bcf4699b9d1 8c92eabd104a9fbb7507b4324c399ee68e092322 9dadf0399ee6e8869fd949fce4b93083e7f50af7 a40ebe31c56b2d64f82d6ff9bf119099a10bb9c8 ac77e3b00c9833de6a4e55b37874aec2ba8ef9d8 d24d7dc6bf71441d02fc94e5eac9237e4ec2b78f ec48cb0068a36921d3ff526b020be8761a771192 Package: ros-lyrical-shape-msgs Version: 5.9.3-1resolute.20260901.121715 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 863 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/shape_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-shape-msgs/ros-lyrical-shape-msgs_5.9.3-1resolute.20260901.121715_amd64.deb Size: 83622 SHA256: 8ebbf3ea6ebc2a558d295ab14152e01ff9ea4aca905b09645ebde02951c93847 SHA1: 079c62a7d0844c93f705c5ebf3d54f5cc5d89073 MD5sum: f90c4045a8002df8ecda3d975a1b66af Description: A package containing some message definitions which describe geometric shapes. Package: ros-lyrical-shape-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-shape-msgs Version: 5.9.3-1resolute.20260901.121715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 707 Depends: ros-lyrical-shape-msgs (= 5.9.3-1resolute.20260901.121715) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-shape-msgs/ros-lyrical-shape-msgs-dbgsym_5.9.3-1resolute.20260901.121715_amd64.deb Size: 502476 SHA256: 2f83b71010f0fac2386ddc0bfc4d83f1e3eb8e20c194d1668ce8fa55787b0806 SHA1: c117677d32b487245ee1eb2c5b3d071f52011695 MD5sum: e38923a3de3bb0de2f3671629ff82ec0 Description: debug symbols for ros-lyrical-shape-msgs Build-Ids: 0cd51ddd47090f29ed4da911c24aa85ccc0c4a1c 235da023a79267c76976e1dd9afb0f37b94ad324 3065e76ef15e4a8aea7bea128b64d841be33d530 33de61e6e61f447cc2d24c0eacfcbf1a8eb0a8a6 50e9003bf03b7adfaf95a80cc9c1470d89261d39 6f37dfc6d3de8472906356c4b7e7bad907bbe682 a88b9f034504facf4bbdf6cb8c250e25347b6c3b c0e3413fc4f18563473377b0a6e6259dff6e9234 e56e097089da07662a48ddf242bf3b30102f9f03 f5eafce082b5dd8d14a79308cbe31e58c65d9fdc fa1bb1acd4da6c81bf3ce5119809a04ac6e5a35c Package: ros-lyrical-sick-safetyscanners2-interfaces Version: 1.0.1-1resolute.20260901.131147 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 4281 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sick_safetyscanners2_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sick-safetyscanners2-interfaces/ros-lyrical-sick-safetyscanners2-interfaces_1.0.1-1resolute.20260901.131147_amd64.deb Size: 303300 SHA256: 5a60bf1d6f10c7c1fb355ca0a54238cc142bcdfbf4d893464515136f9443a524 SHA1: d8e094e484b1247943920d21485aa76a7374d506 MD5sum: c7e63b9e953cce0caa3e78ad51a74eef Description: Interfaces for the sick_safetyscanners ros2 driver Package: ros-lyrical-sick-safetyscanners2-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-sick-safetyscanners2-interfaces Version: 1.0.1-1resolute.20260901.131147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 3273 Depends: ros-lyrical-sick-safetyscanners2-interfaces (= 1.0.1-1resolute.20260901.131147) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sick-safetyscanners2-interfaces/ros-lyrical-sick-safetyscanners2-interfaces-dbgsym_1.0.1-1resolute.20260901.131147_amd64.deb Size: 2542958 SHA256: 5f79d1328555cdfa2eacfc03307c5a6d0eceb57c142f98d6978789933b61654f SHA1: 18e492e5a32193c4493d18ed73f4af1aa3182648 MD5sum: e4574641364c9b26ac16f4788e9aa6cf Description: debug symbols for ros-lyrical-sick-safetyscanners2-interfaces Build-Ids: 090be3df5e94b7da45eb50c09cb5dca789e3bd61 0e27deca8052d377b5ea3b6660423bb5b239d564 243492936905df53f24a8ea2af2c0c4c0102e446 2a320d81779adaeadc9df7712fb15e4ba87ce09a 3b17aefaa51772e93d85d2fb9a733f3d26bb203b 65b7b0c1891f17e182623d482771486a2719f015 768059419b050abf95593d4ec2f81675761542da 78869944802cab7953cd97bb7ced15ef7f531be4 8618348ba4687795d81ebc65d6cef17c55d13146 954f3ef646a14fb6de4d41d69ec1a7a010fe4302 efba7a87c14279c9aa5ec64275b5825a8a52b1ea Package: ros-lyrical-sick-safevisionary-interfaces Version: 1.0.3-4resolute.20260901.111705 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 2697 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sick-safevisionary-interfaces/ros-lyrical-sick-safevisionary-interfaces_1.0.3-4resolute.20260901.111705_amd64.deb Size: 171310 SHA256: 58f1973420ef64b2268a9cff20b719c67ed7869de2f6fcfd691f45d968b82cc9 SHA1: 1fdfeaa29f2642a60af5921fb8d411048c293d0a MD5sum: ce11129c5dfbf03326fd6d4893cc88ce Description: Provides interface descriptions to communicate with a SICK Safevisionary Sensor over ROS 2 Package: ros-lyrical-sick-safevisionary-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-sick-safevisionary-interfaces Version: 1.0.3-4resolute.20260901.111705 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 1852 Depends: ros-lyrical-sick-safevisionary-interfaces (= 1.0.3-4resolute.20260901.111705) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sick-safevisionary-interfaces/ros-lyrical-sick-safevisionary-interfaces-dbgsym_1.0.3-4resolute.20260901.111705_amd64.deb Size: 1372400 SHA256: 9c73e4c1ac9202e0debd6407eb4fb1903a52b6e555b63f41ba5c3088d717c4ba SHA1: 04f4f420f7b07e173d78befe893aabdc1d53b4a9 MD5sum: c4eb7f1c9251a5ed477040cb5f26c732 Description: debug symbols for ros-lyrical-sick-safevisionary-interfaces Build-Ids: 1ceeafe76f9e0343fb54d3aa804cfe324b61e35e 37109b09e1fe7cfc044a67d0fd68806670b393ca 6677ace3918ff86a585953c6bd0f5ac4a8ef5ab8 6fd3d65d578f2d3a3f73a3ecce52763379624112 7619997cefa4ea8f6d9b4a35a3aa6b89662ac5bf 77665c73d8670acebea3371c03efabddfc82c45c 8e3a358203c16eb597d3e34bb61d329deeb44747 a6fb477e19252bdd662f013fbffe59ab5518d10b c49eb53d7b29c1e4ee1e1022a0fb9bd4b678dad6 f2ea1e3d9eb6ee1fa0ac180bc413e2e6dbc1bd17 feb0cd2630be0edb9a8e3406557f8086aa0a49ed Package: ros-lyrical-sick-safevisionary-tests Version: 1.0.3-4resolute.20260728.210222 Architecture: amd64 Maintainer: Marvin Grosse Besselmann Installed-Size: 44 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_tests/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sick-safevisionary-tests/ros-lyrical-sick-safevisionary-tests_1.0.3-4resolute.20260728.210222_amd64.deb Size: 6194 SHA256: e82caa43e7595a1055779b44dcc1361401dda162d1256b54bbaf2bea7cef7f9d SHA1: 4ae38572ee097e15fab82a73de3e0a79ac40304a MD5sum: 8be459718713398f49caa57c35bdc072 Description: Integration tests for the Sick SafeVisionary2 driver Package: ros-lyrical-simple-actions Version: 0.5.0-3resolute.20260901.172950 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 90 Depends: ros-lyrical-action-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/simple_actions/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simple-actions/ros-lyrical-simple-actions_0.5.0-3resolute.20260901.172950_amd64.deb Size: 11688 SHA256: a01200a6567de070de7d392f09cc4408e78ae432d649b43ac33cd5acf415db9b SHA1: a2d55306eda97c79fcb0fafe03efd4dcb60baf74 MD5sum: 518a39ecc59f5f02755ec07368e8be05 Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-lyrical-simple-grasping Version: 0.6.0-3resolute.20260901.204202 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1086 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libpcl-search1.15 (>= 1.15.1+dfsg), libpcl-segmentation1.15 (>= 1.15.1+dfsg), libpcl-surface1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-grasping-msgs, ros-lyrical-moveit-msgs, ros-lyrical-pcl-conversions, ros-lyrical-pcl-ros, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-shape-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/simple_grasping Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simple-grasping/ros-lyrical-simple-grasping_0.6.0-3resolute.20260901.204202_amd64.deb Size: 260232 SHA256: cdf03db4a39524e2a0565630b25754a4e6ac77f48228ae3a3cea4a3be56c5a82 SHA1: 7502252c841d900ad7c6bf1bebdb45504e78ff22 MD5sum: f93e51f2556d3e16a2e2b815f9a4a300 Description: Basic grasping applications and demos. Package: ros-lyrical-simple-grasping-dbgsym Package-Type: ddeb Source: ros-lyrical-simple-grasping Version: 0.6.0-3resolute.20260901.204202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 10485 Depends: ros-lyrical-simple-grasping (= 0.6.0-3resolute.20260901.204202) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simple-grasping/ros-lyrical-simple-grasping-dbgsym_0.6.0-3resolute.20260901.204202_amd64.deb Size: 9912810 SHA256: 1666ac9877ff33fe2f3c0370647c5c888313c3cced4bce66f014740e3623326c SHA1: cf6d86f949ee83eacb261c5202a7477f13ab23aa MD5sum: 2928e75f88a8941ff0760a856a2ed384 Description: debug symbols for ros-lyrical-simple-grasping Build-Ids: 05b5f0eb2cb604c6f8463947d8dd44b05eeb640e 2ebdd3fdbbc98101bef82efd1e3d2ce7ba81bd39 8ece540337a8dd5e26c9f1ec95300689fe3d9381 f34e0a39dc23accb0969d782a15559f09328f8f4 fe27b91ebec2d9627135682b651d78cd6ffa442b Package: ros-lyrical-simple-launch Version: 1.11.4-3resolute.20260901.184142 Architecture: amd64 Maintainer: Olivier Kermorgant Installed-Size: 174 Depends: ros-lyrical-ament-index-python, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/simple_launch/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simple-launch/ros-lyrical-simple-launch_1.11.4-3resolute.20260901.184142_amd64.deb Size: 30826 SHA256: 0c1b66be97fe4b2f811c9f53f695961c5f34ca0a8c3016937260746099d90562 SHA1: b9884acf4dd7c950c10205978dbedd2a492ffeae MD5sum: 4bbfe7c23e5bbfba533652e4c222b580 Description: Python helper class for the ROS 2 launch system Package: ros-lyrical-simple-term-menu-vendor Version: 1.5.7-1resolute.20260901.155801 Architecture: amd64 Maintainer: "rkreinin" Installed-Size: 230 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/simple_term_menu_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simple-term-menu-vendor/ros-lyrical-simple-term-menu-vendor_1.5.7-1resolute.20260901.155801_amd64.deb Size: 21158 SHA256: ff226ac9db09ddb8d85996978fdce1b6b7e8531886d11291cd0f4431ff8f5818 SHA1: 7f5532f79e20860fe4b2cec5ca29abe925d8747f MD5sum: 3ede086b31e9f8c73f2da9fb9f76f14e Description: A Python package which creates simple interactive menus on the command line. Package: ros-lyrical-simulation Version: 0.13.0-3resolute.20260908.122428 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 44 Depends: ros-lyrical-ros-base, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-image, ros-lyrical-ros-gz-interfaces, ros-lyrical-ros-gz-sim, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/simulation/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simulation/ros-lyrical-simulation_0.13.0-3resolute.20260908.122428_amd64.deb Size: 5728 SHA256: bda75f107afc46c52b30a72bd22295eb3de0109963e727e21456049ad9878483 SHA1: dbc69fc9076fe36e410e57695b4bad42afae388c MD5sum: 9b3f35afc52944e37271365931ca8962 Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-lyrical-simulation-interfaces Version: 2.1.0-3resolute.20260901.133740 Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 14075 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/simulation_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simulation-interfaces/ros-lyrical-simulation-interfaces_2.1.0-3resolute.20260901.133740_amd64.deb Size: 847080 SHA256: 598d38160cfc35e5c969a6ab2a1a4a1123655163041e414b9ff3635a850274c6 SHA1: 6852634832cb74ab0b21c81eb670fc500792f6a7 MD5sum: f07b001506c2d13a0c8a2e03e2de8986 Description: A package containing simulation interfaces including messages, services and actions Package: ros-lyrical-simulation-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-simulation-interfaces Version: 2.1.0-3resolute.20260901.133740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 11305 Depends: ros-lyrical-simulation-interfaces (= 2.1.0-3resolute.20260901.133740) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-simulation-interfaces/ros-lyrical-simulation-interfaces-dbgsym_2.1.0-3resolute.20260901.133740_amd64.deb Size: 8654932 SHA256: 8f1e9723f85d8e513a8815f34551c9db21a7d59ffd3a7241ccc4a28d5a0a3c95 SHA1: f9e3bbc551addefde56d0cc2aa378ba2bc77113c MD5sum: 139abd5f62f48a39d57b46bf5ca9f877 Description: debug symbols for ros-lyrical-simulation-interfaces Build-Ids: 096dee3bd5444a4bdecc735fabf5a44003006bec 0f214b08c1ca03ae8b1721189e367ccd923e987d 85c3853eb092fdaac05a33ebad32193dc89d9cfc 8999b22f1f588ea28f52668adca7eaddafeafe84 8c223edec5c1917c333c96e127572fbb471e3ac7 8f45772c16152e1b66f8ddda7e5800e1dc8540df a4b503ce3febac8a7bba1335edd492562b029010 b399fb1735b06608fffc0cff77dc6a92860676a6 d83ecb9bd5724d452d9e68d94bd0bb7dae1b507c e6c03b2c4e789071e8b10775d724017806bdd625 fd367fbc0fd61b00903dd663e111fccc86389377 Package: ros-lyrical-slam-toolbox Version: 2.10.0-2resolute.20260908.161719 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 17526 Depends: libboost-serialization1.90.0 (>= 1.90.0), libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.38), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libpython3.14 (>= 3.14.1), libqt6core6t64 (>= 6.10.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), libtinyxml2-11 (>= 11.0.0), ros-lyrical-fastcdr, libboost-all-dev, libceres-dev, libeigen3-dev, liblapack-dev, libomp-dev, libqt5core5t64, libqt5gui5t64, libqt5opengl5t64, libqt5widgets5t64, libsuitesparse-dev, libtbb-dev, ros-lyrical-bond, ros-lyrical-bondcpp, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-interactive-markers, ros-lyrical-lifecycle-msgs, ros-lyrical-message-filters, ros-lyrical-nav-msgs, ros-lyrical-nav2-map-server, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rosidl-default-generators, ros-lyrical-rosidl-default-runtime, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz-ogre-vendor, ros-lyrical-rviz-rendering, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-tf2-sensor-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/slam_toolbox/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-slam-toolbox/ros-lyrical-slam-toolbox_2.10.0-2resolute.20260908.161719_amd64.deb Size: 2114150 SHA256: 0c40ae126fe9cc2050a281a258af7a3fda9caaf9c6a1694f586cd07affe82ff3 SHA1: e36c3f739b7474641ace7aec0d51f22a37b37760 MD5sum: 85b8a17fe89b0ffa95799b3d93eb24fb Description: This package provides a sped up improved slam karto with updated SDK and visualization and modification toolsets Package: ros-lyrical-slam-toolbox-dbgsym Package-Type: ddeb Source: ros-lyrical-slam-toolbox Version: 2.10.0-2resolute.20260908.161719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 65099 Depends: ros-lyrical-slam-toolbox (= 2.10.0-2resolute.20260908.161719) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-slam-toolbox/ros-lyrical-slam-toolbox-dbgsym_2.10.0-2resolute.20260908.161719_amd64.deb Size: 54428130 SHA256: 19b85a6eb1c30030ee04539f6cbb96e1bdaacab6f55cbc509ebc0f5890ea183b SHA1: 4d23e7f5f64afd9da92d54adb7c4aa205bd013a0 MD5sum: 8bfd6db45405076c356f71d9bd4d4ba9 Description: debug symbols for ros-lyrical-slam-toolbox Build-Ids: 07e169cd9828009d07c459f351eb3503b550af21 084e0eeb63f8310e2b7f0199f9aa8e6cbd3d1fcc 0ee9edf337a9e7ab62ea9c3850fea581e9220f8b 188ed637fab328ec2b3e6f9dad780decec3ad4bc 19cd51ef67385f01fa89be7c08b8daebc4eeb801 212e7f2e824e2030e53bf7da9c77071a3c62926b 235fa43783107d6c4f0145d36ffe1a1378fdd9e7 2b62ef6b3377ac8030feebf77976253c7f72867b 33d47c9ec7b287ee721992953e55f68160306d3a 38778506e6ea22ca69982f487713b945eefcf325 3a637de937c7b89843227d73db1211d39da86a4a 424f43af05cef88bee6cd203ab5091bf1524a6ac 450933c44a1ce8c52524f1df29c9ce7a6dc0217a 46715371f8ce790ddf91b7f7e7e541f0aeb23b73 55746c5267438aee6b89e1f6459c371de084e0ca 578a4648cfe831efd06bdc36ba621a64a4088338 6ad6e428a6a4d6915fcf77089b55f7c69887deb1 811d2545126fe81ca81385b87c944a3dcb7e34d2 8624b7222c83902be40d900081693c2a4cde0b51 a093106637e217abcc5dcf71784ab1632539cbe6 a4d33d68ccefa18b7bb4d7f90b377b37e2ac6f1d aac42e9b5ea893030168d682891e4083eff3ee60 ab08684bc6bfbbbf59ea566451fc7bc82f523390 c52f94d68edcaa2e1f0543f0965044085036eb59 d6ee4597a5473ac4207c131a5753c9682a4b2811 dca2e68bcc33cb2455e71dc64339217ee5bb4b6b f8d20ef059cbf80c4190a67a1df5e5f85680ba75 fd701fe5a481caa1a97fdbe81dbc8152cb50f142 Package: ros-lyrical-slg-msgs Version: 3.9.1-3resolute.20260901.121733 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 650 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/slg_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-slg-msgs/ros-lyrical-slg-msgs_3.9.1-3resolute.20260901.121733_amd64.deb Size: 68286 SHA256: 679a9c685e60c5085e557717b61e522703d422d2927108e95e8c908834a03d53 SHA1: 2b0a28b2bb753593135d4ff4d3241901bec96a66 MD5sum: 054acaa289f5b91120628a2f928d9901 Description: This package provides classes and messages to interact with laser related geometry. Package: ros-lyrical-slg-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-slg-msgs Version: 3.9.1-3resolute.20260901.121733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 505 Depends: ros-lyrical-slg-msgs (= 3.9.1-3resolute.20260901.121733) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-slg-msgs/ros-lyrical-slg-msgs-dbgsym_3.9.1-3resolute.20260901.121733_amd64.deb Size: 343076 SHA256: b1e088efa21c890f1021c2ff6e6f95dc40a9e1fbfacef74df355bb993de8c23c SHA1: ddf2bd80a19697d3b1ed0c202a3516482e1a7861 MD5sum: a3c28a9b5e85cdef2ffbf3d5cc4ec108 Description: debug symbols for ros-lyrical-slg-msgs Build-Ids: 0e417970f75be415eb72067f12456104c5dcfbdc 17623de7702f9167f217e4b182b80fa936f9bbf4 4ff18a3df12c059f1d8abf5ebf71b61b13c1abd6 55d61e1f86d4576c8a5e580349139f24cb8f8441 6d0fb19b6e2fa173435813c24c31e982c0c84101 7ea11195e9d9669f92e32bdaf42a0f6e16a7116f a2a82553c47a54a237582cc072fc7a78eb484948 a496fd65bd61395276398df6cee7edfe7f23c2da ca5a7bd27242f9d1ee2a177522ae3b1332397b47 d8842bcf8ce7e2af55bf39bbf3b2067cd0ee5797 ddf194761a6ab64dd392238089e0c11d4642c312 Package: ros-lyrical-slider-publisher Version: 2.5.0-2resolute.20260901.195711 Architecture: amd64 Maintainer: "Olivier Kermorgant" Installed-Size: 79 Depends: ros-lyrical-rqt-gui-py, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/slider_publisher/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-slider-publisher/ros-lyrical-slider-publisher_2.5.0-2resolute.20260901.195711_amd64.deb Size: 12476 SHA256: f367dcab1edca66907bd96c7ab228b217eae966bd22ab7c26a508aaed1955874 SHA1: ee156813d3cba1bfb1808f9a065651ca8266957a MD5sum: b3bb0a10953c8ba39fa4ae7190fabd5d Description: This packages proposes a slider-based publisher node similar to the joint_state_publisher, but that can publish any type of message or call services. Package: ros-lyrical-smach Version: 3.0.3-4resolute.20260728.204812 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 214 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/smach/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-smach/ros-lyrical-smach_3.0.3-4resolute.20260728.204812_amd64.deb Size: 47510 SHA256: a53e6369b835cfe1416e3a832ae550e872c765d7c2ea23690500e77744ec6c41 SHA1: 05f560ea2ab106b98558c49dea964639ff71ec0d MD5sum: 7a9697f68920f512a5c9461451ea3cbf Description: SMACH is a task-level architecture for rapidly creating complex robot behavior. At its core, SMACH is a ROS-independent Python library to build hierarchical state machines. SMACH is a new library that takes advantage of very old concepts in order to quickly create robust robot behavior with maintainable and modular code. Package: ros-lyrical-smach-msgs Version: 3.0.3-4resolute.20260901.120133 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1032 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/smach_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-smach-msgs/ros-lyrical-smach-msgs_3.0.3-4resolute.20260901.120133_amd64.deb Size: 113184 SHA256: 19ca1a94804fe7afb4eb718060fb5f0235bd86d6569546594503a5494e11c735 SHA1: f5ebdd3b696985af915afacdf5ff6998e95eb775 MD5sum: 3b0b57e45c38e16739168a747db0aa54 Description: this package contains a set of messages that are used by the introspection interfaces for smach. Package: ros-lyrical-smach-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-smach-msgs Version: 3.0.3-4resolute.20260901.120133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1234 Depends: ros-lyrical-smach-msgs (= 3.0.3-4resolute.20260901.120133) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-smach-msgs/ros-lyrical-smach-msgs-dbgsym_3.0.3-4resolute.20260901.120133_amd64.deb Size: 979088 SHA256: e84b2a314448310d32641262837064386d3035906118267b76af7554a4255842 SHA1: a706c08a6ea6e8f6d944d60503ed99784bb4e16b MD5sum: d8ac17f9e471e504cca061676831a6c3 Description: debug symbols for ros-lyrical-smach-msgs Build-Ids: 050547a547f837b81278ef18a6869903da5159d2 309ae9c3b4f6d4080218e4187f997d99ba4402bc 4af1711369964ffbb5b5abe96e1331ba2b804979 5bbeed4e15842cc22f59bb717202231f65df3233 60cf1e0fcd53a0c86d0e048f2ac4cc39f87283da 630dc05c7325284802e1efb3ea58c131d590aa40 749e10995eddd0e69fae3250c9f91c209cb05e94 b31891a06360e55f2796f9f63bae5be6c41bb5aa bf5d1e6c2703d14b231c7e633b249edfc204d21d db6175a9552bfe673c309e1f57031ab5d42c8d6a ef1aed59485b94e3a4b4749cb64f26de35a93410 Package: ros-lyrical-smach-ros Version: 3.0.3-4resolute.20260901.173025 Architecture: amd64 Maintainer: Isaac I. Y. Saito Installed-Size: 176 Depends: ros-lyrical-rclpy, ros-lyrical-smach, ros-lyrical-smach-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/smach_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-smach-ros/ros-lyrical-smach-ros_3.0.3-4resolute.20260901.173025_amd64.deb Size: 40112 SHA256: 81adda436adf10c74d7bfe1814222612285a36ef6228d40667f6fc727bef2cbc SHA1: cfe0232c04d09bb9e707df65434d4fad17be04e4 MD5sum: 784952ce69155e12e7309567cbb0f8de Description: The smach_ros package contains extensions for the SMACH library to integrate it tightly with ROS. For example, SMACH-ROS can call ROS services, listen to ROS topics, and integrate with actionlib both as a client, and a provider of action servers. SMACH is a new library that takes advantage of very old concepts in order to quickly create robust robot behavior with maintainable and modular code. Package: ros-lyrical-smclib Version: 4.4.0-3resolute.20260728.204801 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 90 Depends: ros-lyrical-ros-workspace Homepage: http://smc.sourceforge.net/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-smclib/ros-lyrical-smclib_4.4.0-3resolute.20260728.204801_amd64.deb Size: 14252 SHA256: c8bf10cddecf545c8d1449b93add1aeb9f3b8fee5b7f8c57320dde11765bd72b SHA1: 9a10a86ff6102496d7b4d3840795153101a64e8c MD5sum: 174792c589648a22b3a7f98e1b5688d2 Description: The State Machine Compiler (SMC) from http://smc.sourceforge.net/ converts a language-independent description of a state machine into the source code to support that state machine. This package contains the libraries that a compiled state machine depends on, but it does not contain the compiler itself. Package: ros-lyrical-soccer-geometry-msgs Version: 1.0.0-3resolute.20260901.121744 Architecture: amd64 Maintainer: ijnek Installed-Size: 463 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/soccer_geometry_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-geometry-msgs/ros-lyrical-soccer-geometry-msgs_1.0.0-3resolute.20260901.121744_amd64.deb Size: 44470 SHA256: 650ed4bf6f463a65f6b5f38b2a247fc929ee6570672b8312cfb18dc5e8778a45 SHA1: e98cec068533a504fd5ccd64181e9a9ff80bd14a MD5sum: 129d59ab8b2ee1332fdb2b5f540cd13c Description: A package containing msgs that extend geometry_msgs for use in soccer-related packages Package: ros-lyrical-soccer-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-soccer-geometry-msgs Version: 1.0.0-3resolute.20260901.121744 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 312 Depends: ros-lyrical-soccer-geometry-msgs (= 1.0.0-3resolute.20260901.121744) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-geometry-msgs/ros-lyrical-soccer-geometry-msgs-dbgsym_1.0.0-3resolute.20260901.121744_amd64.deb Size: 173546 SHA256: feead3ba25fe0cce54d87d6b560ad0ca92938a59d99d69d5052f4b0f9376a9b3 SHA1: 342aa537178b9a2707a0722a7e6a3a95f8629812 MD5sum: 8e961e9fb601dc439a31a7d248e505bb Description: debug symbols for ros-lyrical-soccer-geometry-msgs Build-Ids: 0cf290ff79d45a0aef89162889f3801db6f82f48 198c42cd0f60b74694d863485b0c15d002f41132 231422fe2ccf15ba16c919b79d8cf00559620b61 39311fd817dcf90a360baee2e89726ab0587b2b7 5c5fd4d63edae287dcce8493189e12b383084705 959d82d5448ee8e344f24f01590020b7041be88c 9c70cd2c0b34411d909a439e1a70ca7ac07fe60c 9f84e926e64f45ffbd951b641855c15cff0c36b7 e0a8eb04a03d69892630c0c92bf5cf5151e2d4f3 e7b720b3e81bb6abf4ed98c4a4019949de555ab8 ef4918f790cf1712f7e39f5e73bf536ec9bc742b Package: ros-lyrical-soccer-interfaces Version: 1.0.0-3resolute.20260901.130958 Architecture: amd64 Maintainer: ijnek Installed-Size: 44 Depends: ros-lyrical-soccer-vision-2d-msgs, ros-lyrical-soccer-vision-3d-msgs, ros-lyrical-soccer-vision-attribute-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/soccer_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-interfaces/ros-lyrical-soccer-interfaces_1.0.0-3resolute.20260901.130958_amd64.deb Size: 5458 SHA256: 770b4d178c17fb273c5f7b96ebec01fe96844a204038d8b1a22646d5fca7fd67 SHA1: 2fa75135caa84b9115d3436a2d6e92c1e16042af MD5sum: cb35c9f10cda822954a8be19160c7fee Description: Metapackage for soccer-related interfaces Package: ros-lyrical-soccer-model-msgs Version: 1.0.0-3resolute.20260901.122805 Architecture: amd64 Maintainer: ijnek Installed-Size: 1071 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-soccer-geometry-msgs, ros-lyrical-soccer-vision-attribute-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/soccer_model_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-model-msgs/ros-lyrical-soccer-model-msgs_1.0.0-3resolute.20260901.122805_amd64.deb Size: 87198 SHA256: 93e83545d8129fce72350f69afc3a0da4181d63789890a292c4ce0ffc9c1781e SHA1: cbd1a8a5574bb3431044f3c7aab50d5b8fe3d529 MD5sum: 7af02aab6a53f18f2292d18304af669c Description: A package containing world model related message definitions in the soccer domain. Package: ros-lyrical-soccer-model-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-soccer-model-msgs Version: 1.0.0-3resolute.20260901.122805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 847 Depends: ros-lyrical-soccer-model-msgs (= 1.0.0-3resolute.20260901.122805) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-model-msgs/ros-lyrical-soccer-model-msgs-dbgsym_1.0.0-3resolute.20260901.122805_amd64.deb Size: 608394 SHA256: 7c035e87b2591d0ea8ad5e7a8607ffd591bfea8996dea8a6bd73bf8142d80162 SHA1: c0de2a831cb81bc64e7063d65a579a74b52d5987 MD5sum: 683c23ec6198b03e2158dd63a57941e8 Description: debug symbols for ros-lyrical-soccer-model-msgs Build-Ids: 2d453c2340c4c99d417de44f99f9a1886ff13bba 3a23b592cf0b67d5114a68e263d8912aa91e1985 53b3b5f82e50bd8790e6a962cb06f045b836f6e9 53b6c321de42a8abac2f9818174909b6ce59f8f9 581b8729e9260855f1fde81e8430c2d5167bb615 7087972d1102455a876feb8ce148ea370f384075 91b7402c8d1ceff30edd9f0dbe38a46a78edfc55 ae25982a90d0f3e0124faada178d2b4aae340ad1 dd5339ae980db57397756db37eed114033c23ea7 e81994e5457098c7ff899d8575c28a8d6f9d728d fbc0b56f2787dc6d5fc5b4121a4679ba7ab71a31 Package: ros-lyrical-soccer-vision-2d-msgs Version: 1.0.0-3resolute.20260901.130257 Architecture: amd64 Maintainer: ijnek Installed-Size: 2328 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-soccer-vision-attribute-msgs, ros-lyrical-vision-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/soccer_vision_2d_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-vision-2d-msgs/ros-lyrical-soccer-vision-2d-msgs_1.0.0-3resolute.20260901.130257_amd64.deb Size: 164308 SHA256: 56e58707f90ddb63698dbf9522f4b7afddb042635278a51ad50efb4bb4381e16 SHA1: 5a41473006c2c76f753787b4e53645962161d0e3 MD5sum: 9d2987dad7baa5d368f88b0e8ec478ac Description: A package containing some 2D vision related message definitions in the soccer domain. Package: ros-lyrical-soccer-vision-2d-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-soccer-vision-2d-msgs Version: 1.0.0-3resolute.20260901.130257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1856 Depends: ros-lyrical-soccer-vision-2d-msgs (= 1.0.0-3resolute.20260901.130257) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-vision-2d-msgs/ros-lyrical-soccer-vision-2d-msgs-dbgsym_1.0.0-3resolute.20260901.130257_amd64.deb Size: 1407794 SHA256: 749ce1a12e11196707bce1620ab0184d1feadbc23b1441c5ee961003c52d140d SHA1: a7c8f1441ee689d056255f86c4d823315f4b9506 MD5sum: d57304e8b13254075da09c0214e65cde Description: debug symbols for ros-lyrical-soccer-vision-2d-msgs Build-Ids: 26c06dee614133e453ce9a77662b07cf5211abab 6ec995f8e86fe76e80657c0a170009003017100d 72f4d1b7b4851b94f74f74ab314c0615b21e448a 8cd3a403d9aa1632c9050b53c04761047dc5a9cc 8da7a23c59481a43fd2e99f818f61ab7d94dba04 9193e2f72772e3c629925f8f23bab259be7c7386 96d41cfd7df6b3ef6012fd8e9d605b8c6a311c9d b00affed1db54bc1ee8ca241b99f703ebc6e1520 bf969034bff1fb2c481660ce46ee7ca86e31c3de c09b36c9203510403408bbbbb090852599a8a2f7 cf4727c406bddf4cb7647d3261b0a941b5f4feeb Package: ros-lyrical-soccer-vision-3d-msgs Version: 1.0.0-3resolute.20260901.130300 Architecture: amd64 Maintainer: ijnek Installed-Size: 2338 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-soccer-vision-attribute-msgs, ros-lyrical-vision-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/soccer_vision_3d_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-vision-3d-msgs/ros-lyrical-soccer-vision-3d-msgs_1.0.0-3resolute.20260901.130300_amd64.deb Size: 162728 SHA256: 7e921ede3ae8d192cf44b0896fe964f80dfea1c9de9733e768cfcd7f9d49e305 SHA1: d7fdc5a4e3c1e273e11bbe2d1f76aa5ece58753b MD5sum: 3bd2c87660264d4054d2494149f2a363 Description: A package containing some 3D vision related message definitions in the soccer domain. Package: ros-lyrical-soccer-vision-3d-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-soccer-vision-3d-msgs Version: 1.0.0-3resolute.20260901.130300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1868 Depends: ros-lyrical-soccer-vision-3d-msgs (= 1.0.0-3resolute.20260901.130300) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-vision-3d-msgs/ros-lyrical-soccer-vision-3d-msgs-dbgsym_1.0.0-3resolute.20260901.130300_amd64.deb Size: 1414136 SHA256: 4a5a0ba30c7103f728d232d4d56ef3da009df121afd18833bf6f4ec396b5a5d5 SHA1: 77d61e8d3dc4308924a21f9fb26f744a98f40ddc MD5sum: 3b31eab4dd14c315635ea4121f66ae18 Description: debug symbols for ros-lyrical-soccer-vision-3d-msgs Build-Ids: 10e7ed760dd78e10334730af7e8683138be4cf68 2ea97a6c8ca7142642bf60dac9c26df918455910 3dbd4b941c5a576ac2c30fdb4ae6c6ea855dda71 5ae94a5e07559ded77ec8c2be77ef748466ee2a5 623505912beb00832ceac43553ced78d267c88ca 83e9831e3611bffa83a3bce57a82c97cc55acce7 9ebd30fa65b2860bbf47a025b4cc59d10c57044f c1a8c54dbb7b49a65ac62dd9ab9da3ba50a77104 c85c4cd43fa66bb20aad42d9624e3ace43fb8973 caafdacfd8c52aa62a6303433a10a41b5a907ce3 d6e6045ea4adf53b5f82dafde3d76c7cdcf65109 Package: ros-lyrical-soccer-vision-3d-rviz-markers Version: 1.0.0-3resolute.20260901.185115 Architecture: amd64 Maintainer: ijnek Installed-Size: 1040 Depends: ros-lyrical-rclpy, ros-lyrical-soccer-vision-3d-msgs, ros-lyrical-soccer-vision-attribute-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/soccer_vision_3d_rviz_markers/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-vision-3d-rviz-markers/ros-lyrical-soccer-vision-3d-rviz-markers_1.0.0-3resolute.20260901.185115_amd64.deb Size: 164440 SHA256: 1dfca88200c245b5267275964c68bda0427b9ef2e0382fe926cdf359b8389b25 SHA1: 35ae7e01b7c4ea1218684d4407defedbff9b74d6 MD5sum: 1a7a066ab108e9f6619fdd08c48770fa Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-lyrical-soccer-vision-attribute-msgs Version: 1.0.0-3resolute.20260901.111704 Architecture: amd64 Maintainer: ijnek Installed-Size: 707 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/soccer_vision_attribute_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-vision-attribute-msgs/ros-lyrical-soccer-vision-attribute-msgs_1.0.0-3resolute.20260901.111704_amd64.deb Size: 58898 SHA256: 632e62127360cdf2bb561802db8fed5b0c76103c100205a437d51d8969826feb SHA1: b560c791948e0ef66316ba7163ad2eaceb86f176 MD5sum: 5d8322f8e1bd5f0f4cc500d978222444 Description: A package containing attributes of objects in 2d/3d vision in the soccer domain. Package: ros-lyrical-soccer-vision-attribute-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-soccer-vision-attribute-msgs Version: 1.0.0-3resolute.20260901.111704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 491 Depends: ros-lyrical-soccer-vision-attribute-msgs (= 1.0.0-3resolute.20260901.111704) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-soccer-vision-attribute-msgs/ros-lyrical-soccer-vision-attribute-msgs-dbgsym_1.0.0-3resolute.20260901.111704_amd64.deb Size: 317686 SHA256: 3c0c2b34ad754a212f8c903433b20c0a305e1097b552c2b104b54192c9c35e19 SHA1: 8e35eb43ce19c517e3586a4f3226a71bb36fa9a3 MD5sum: 474cb06e83528adc0ac31e4cc564e72e Description: debug symbols for ros-lyrical-soccer-vision-attribute-msgs Build-Ids: 01a966569cb72ad841fbb2688fc60f8a380851e5 04d9e89aaf971c4619c7e264156d9f99a43d807e 186a638ddf6e11db3b8c31709d95aef4ce1fdb19 63a44fefe54b45326ff2ef74bb9dc8b292edc4dd 765d1644058df7a2929bd5fc62d7e43f452e258a a410a0939caffc8535268ad2ebeb1fc47d757e0e c609170829a76d1141530fecc03dbc6f715fcdd9 c60c39d278ff1b07540e322480dcb9719c81ba45 c6e6f5dcbd2d8ed3d27d940c77cbc3c9a2d5135d cc1ea99cfecfaf968d15cae84b7f0657aac7ec96 cc73c8732d561170d91a7e62c22589f5d54c5bfa Package: ros-lyrical-sol-vendor Version: 0.0.3-6resolute.20260728.210217 Architecture: amd64 Maintainer: Kotaro Yoshimoto Installed-Size: 2443 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sol_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sol-vendor/ros-lyrical-sol-vendor_0.0.3-6resolute.20260728.210217_amd64.deb Size: 149366 SHA256: 336e054532554cb5107c6b0adc931dafb0f1c4be9424faadbbd9a1025acc03a4 SHA1: b3d2fc1e12b03ff482a818d82d4b7aa16d671bce MD5sum: 7b859726c1b6633a23a7f1f8c613d9f6 Description: vendor package for the sol2 library Package: ros-lyrical-sophus Version: 1.22.9102-4resolute.20260728.170213 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 353 Depends: libceres-dev, libeigen3-dev, libfmt-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sophus/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sophus/ros-lyrical-sophus_1.22.9102-4resolute.20260728.170213_amd64.deb Size: 43464 SHA256: 4c595016eaed490a1aae6f4aefcee166288031309ac444878ecaf07af90d1226 SHA1: 35e379c0ca6ace42d76256503d7f3b8cad2b8645 MD5sum: 43930bc2e26d1e0afeca8f782d7add10 Description: C++ implementation of Lie Groups using Eigen. Package: ros-lyrical-sound-play Version: 0.4.0-2resolute.20260901.185120 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 307 Depends: festival, festvox-kallpc16k, gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, libgstreamer1.0-0, python3-gi, ros-lyrical-action-msgs, ros-lyrical-ament-index-python, ros-lyrical-launch-xml, ros-lyrical-rclpy, ros-lyrical-sound-play-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/sound_play Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sound-play/ros-lyrical-sound-play_0.4.0-2resolute.20260901.185120_amd64.deb Size: 168882 SHA256: 2aa3dc1159c44799b433c3e09c43e7e6a7678da0eb418374378fbefb1a9e984e SHA1: 9c8e9b79e6135707bca27872cb8882be8d2ebdcc MD5sum: 20ddd30ee4626078b5bfae6ef27ae855 Description: sound_play provides a ROS node that translates commands on a ROS topic (robotsound) into sounds. The node supports built-in sounds, playing OGG/WAV files, and doing speech synthesis via festival. C++ and Python bindings allow this node to be used without understanding the details of the message format, allowing faster development and resilience to message format changes. Package: ros-lyrical-sound-play-msgs Version: 0.4.0-2resolute.20260901.103205 Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1812 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/sound_play_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sound-play-msgs/ros-lyrical-sound-play-msgs_0.4.0-2resolute.20260901.103205_amd64.deb Size: 135914 SHA256: 665b088799eaa555c9b67ce4618a738f9466f2d59f430f0e4bde7ca802a2897b SHA1: 7c385e314635aa6ab43d8bb25fbb452767f7151d MD5sum: 9ef827005fc9f62471c8165d7eb1151e Description: Messages for transmitting sound via ROS with sound_play Package: ros-lyrical-sound-play-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-sound-play-msgs Version: 0.4.0-2resolute.20260901.103205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1078 Depends: ros-lyrical-sound-play-msgs (= 0.4.0-2resolute.20260901.103205) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sound-play-msgs/ros-lyrical-sound-play-msgs-dbgsym_0.4.0-2resolute.20260901.103205_amd64.deb Size: 691428 SHA256: 6742e3156417cde24cd2ec693277303dd87b8968438e4eb02adbc096e02c6003 SHA1: 9d3dcc822ebfa0002a252f1bc206bf1ee3790a66 MD5sum: 3ec56f48be6f8f1214dd6de500e91f5f Description: debug symbols for ros-lyrical-sound-play-msgs Build-Ids: 2c3bccdff81dbc8dd4f11c9bcfe52a1026a9437b 36b3b76a8fa95a1e825ac1921d6675972c26fd5c 4c3fe14b0566f88d01ef883c94ff7106c4f52e7a 56844a23313972bc15950715365e6c1c877d5bee 5880d942814c97b39a766f00584f9bacdfec0f46 7e6829b6dcf748119cfc38fc21a533148da92c0d 95947b6e72c3ccb711afff6a1dae020c77c37476 a3beaa304886da11f55fe05d5ae339d1adca3d77 c3abd73939221737c3182eec4646404ce9676579 c55b3bc94fd54b802cc36ca676cc3f3d5441c993 ed3a1d06a2a17429708473492280c36379a40e33 Package: ros-lyrical-spacenav Version: 3.3.0-4resolute.20260901.164905 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 428 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libspnav0 (>= 1.0), libstdc++6 (>= 13.1), libspnav-dev, libx11-dev, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, spacenavd, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/spacenav_node Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spacenav/ros-lyrical-spacenav_3.3.0-4resolute.20260901.164905_amd64.deb Size: 108094 SHA256: 49da0a8c3f33817f07583677bf19c6ae1247195340723ebf4b4a15ab845c6177 SHA1: 8ba2b61182bd0be0564bc5fcc5ee19213e241d2c MD5sum: 73add848c6e810ed2c618d4a6dc58e48 Description: ROS interface to the 3Dconnexion SpaceNavigator 6DOF joystick. Package: ros-lyrical-spacenav-dbgsym Package-Type: ddeb Source: ros-lyrical-spacenav Version: 3.3.0-4resolute.20260901.164905 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2087 Depends: ros-lyrical-spacenav (= 3.3.0-4resolute.20260901.164905) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spacenav/ros-lyrical-spacenav-dbgsym_3.3.0-4resolute.20260901.164905_amd64.deb Size: 1848410 SHA256: c1a6be62a5c1281713a32fb0c00cbd19450553ebffa4201f5af5a2cb54f2a523 SHA1: d411e7b298f0e704127ca2604d21248e32de45a5 MD5sum: 85381e5ba553d2ef86b4dd9326e80798 Description: debug symbols for ros-lyrical-spacenav Build-Ids: 7a6118937bca35e4f82bc7c367ab08bc01240697 bf2a18facede62798c0a643a1acf42c6412e4fe6 Package: ros-lyrical-spatio-temporal-voxel-layer Version: 2.7.0-1resolute.20260901.214302 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 2120 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libimath-3-1-29t64 (>= 3.1.12), libopenvdb10.0t64 (>= 10.0.1), liborocos-kdl1.5 (>= 1.5.2), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), ros-lyrical-fastcdr, libopenexr-dev, libpcl-dev, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-laser-geometry, ros-lyrical-message-filters, ros-lyrical-nav2-costmap-2d, ros-lyrical-nav2-ros-common, ros-lyrical-openvdb-vendor, ros-lyrical-pcl-conversions, ros-lyrical-pluginlib, ros-lyrical-point-cloud-transport, ros-lyrical-point-cloud-transport-plugins, ros-lyrical-rclcpp, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-tf2-sensor-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/spatio_temporal_voxel_layer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spatio-temporal-voxel-layer/ros-lyrical-spatio-temporal-voxel-layer_2.7.0-1resolute.20260901.214302_amd64.deb Size: 436032 SHA256: b25a6eea13d5db2e0ca5bed49c8a966696e9f1beb3e71299d4b97e72ff3f5d33 SHA1: a8f3718201106f84c4870f3a5a1af529219c2998 MD5sum: b044e650dda0d03f10dbec9dda5ca5b1 Description: The spatio-temporal 3D obstacle costmap package Package: ros-lyrical-spatio-temporal-voxel-layer-dbgsym Package-Type: ddeb Source: ros-lyrical-spatio-temporal-voxel-layer Version: 2.7.0-1resolute.20260901.214302 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 13066 Depends: ros-lyrical-spatio-temporal-voxel-layer (= 2.7.0-1resolute.20260901.214302) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spatio-temporal-voxel-layer/ros-lyrical-spatio-temporal-voxel-layer-dbgsym_2.7.0-1resolute.20260901.214302_amd64.deb Size: 12061790 SHA256: 0579959b56c7b000b195a310d58d29e8b03fe2cb352db00879045a8ede47cc06 SHA1: 883e63c25868a586078756f2f3e41ae355e8b8c5 MD5sum: 30282ce4f1c48ae442d8d6b8b6241f96 Description: debug symbols for ros-lyrical-spatio-temporal-voxel-layer Build-Ids: 332840c0abea5be455dfd57d1126efbfbccba456 64093703516ee8e933f5f5accd24fec40f83f8e8 7f387ca11321dbe4aaf825a4179c5aa963249032 8bb9ef6cacf4313f828e3af0a94a751344ac1a83 a3dae349ff6eca261e6b0241e6f1fc35fa255f6a b090c55dd4f2bd93b5db3bb4d9ec398f4951f272 c0cc91eed6b774316162ef09f79e2c5f98b0b80a c2f09b6b335702873a9f2e244d341dc5fddbca4f c9ad272b404e6d38ab59258f03c9fc7d77987657 ce23577a9018667035d29707c97e99847f8c3851 d11ebf1488946ebae2c4155f9b6089c0122b5c75 db57206534d1a2f0082439f37fa05f7be19a0253 Package: ros-lyrical-spdlog-vendor Version: 1.8.0-3resolute.20260728.210243 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 45 Depends: libspdlog-dev, ros-lyrical-ros-workspace Homepage: https://github.com/gabime/spdlog Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spdlog-vendor/ros-lyrical-spdlog-vendor_1.8.0-3resolute.20260728.210243_amd64.deb Size: 6042 SHA256: b5b4bd2e1bd8447cf59a13c20ecb27c1d2016d9ab519664b337a2f58ee9b978e SHA1: f37b30d54eb026b7433b97e177e203f0752366c4 MD5sum: f6eaf563e34c3dbbd3804dd60d2dfbf0 Description: Wrapper around spdlog, providing nothing but a dependency on spdlog, on some systems. On others, it provides an ExternalProject build of spdlog. Package: ros-lyrical-speech-recognition-msgs Version: 5.0.2-1resolute.20260907.110103 Architecture: amd64 Maintainer: "Yuki Furuta" Installed-Size: 1505 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/speech_recognition_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-speech-recognition-msgs/ros-lyrical-speech-recognition-msgs_5.0.2-1resolute.20260907.110103_amd64.deb Size: 145696 SHA256: 0eb75c34ca8e4660832a8855f550e0ad3487a39c1fd890fbd9ac49b30fce899f SHA1: 7bc367916f891bc807ad4d6428cf158e1ea5ba37 MD5sum: 5fd119021c88e6bda12b613aa0aff6ef Description: speech_recognition_msgs Package: ros-lyrical-speech-recognition-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-speech-recognition-msgs Version: 5.0.2-1resolute.20260907.110103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuki Furuta" Installed-Size: 1534 Depends: ros-lyrical-speech-recognition-msgs (= 5.0.2-1resolute.20260907.110103) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-speech-recognition-msgs/ros-lyrical-speech-recognition-msgs-dbgsym_5.0.2-1resolute.20260907.110103_amd64.deb Size: 1207624 SHA256: e5945443a5aed3ebfacb6e45ae218af213f908e136202b5e8c7a8ea9c046475b SHA1: 2883d81b7fb6b80550d4d16ca9df1cf2eb86d759 MD5sum: 4fadf241da764a95f95dbf313838148e Description: debug symbols for ros-lyrical-speech-recognition-msgs Build-Ids: 08e83aca9a11a6fbc1c19c0e7c27ea691bb437e8 0a8ff04ce51faabe65684df627c0b54c9d7e2b11 4e5b5be4d18aa65d986eb4d45ed1c2823c56bdc1 51081da2db39e1ef978732b1f6c97538628ebcb7 5c6e4d7367b5f68744c42e423bdc0b491d0776b6 65ab22586bf15b5363024f4027947a0be0c3c66b 6c695294b9b2ac7554999beb5bb9d9da1a426845 7f22784be54b2417b15476e098c4c1231d688f86 c94d8833e1df7878aafa9ffc243419247c0ac2ed f6e7517415ef83e70d4a50ccd8b617d1820d0ec1 ff49333e1c756c95207274df60eade3e0070d223 Package: ros-lyrical-spinnaker-camera-driver Version: 3.0.5-1resolute.20260901.183231 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 63538 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 4.9), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libomp-dev, libswscale-dev, libusb-1.0-0-dev, libyaml-cpp-dev, ros-lyrical-camera-info-manager, ros-lyrical-diagnostic-updater, ros-lyrical-flir-camera-msgs, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/spinnaker_camera_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spinnaker-camera-driver/ros-lyrical-spinnaker-camera-driver_3.0.5-1resolute.20260901.183231_amd64.deb Size: 11653592 SHA256: 5530cfb1705e1952efbd74f2e308ce3ba5870aa92150690cb0aef95b47af5270 SHA1: 7acab624cea9d36d63432c1bd2f804729caa24b7 MD5sum: 087bcd2551a5aef58138c7954b4e8555 Description: ROS2 driver for flir spinnaker sdk Package: ros-lyrical-spinnaker-camera-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-spinnaker-camera-driver Version: 3.0.5-1resolute.20260901.183231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 6583 Depends: ros-lyrical-spinnaker-camera-driver (= 3.0.5-1resolute.20260901.183231) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spinnaker-camera-driver/ros-lyrical-spinnaker-camera-driver-dbgsym_3.0.5-1resolute.20260901.183231_amd64.deb Size: 4901444 SHA256: 778d06f5fbc19265937d5956415c03cc9daa8c5a498e2f82f7084d79773cb832 SHA1: 246fa8fa34702b0f2cc92b8dadc8b296e67baeeb MD5sum: b5ec9b09f89414aa8aac05506b99f41a Description: debug symbols for ros-lyrical-spinnaker-camera-driver Build-Ids: 17680a9ae8860e5bff12f30bba2b34edfa1069ba 18ea93397209169abd62653c10c91689d3cf9472 2a19ad5bf7709f4f20b776b9d98e6872090dba3f 347f8b07dca5971effcdab09f7dae519f063a594 70bc9d53915231197503c214feca03076c8b935a 83b2b7902d10b8d999678fc6611fd06836a965b9 9d6339f7446820a093d61b18394a5d0bd3ceb39b 9f9564e6252f8ef8414e1dac9f8244ce294d9f46 f289abb7c086ac6321ad790b7f74aee66531ecd2 Package: ros-lyrical-spinnaker-synchronized-camera-driver Version: 3.0.5-1resolute.20260901.184002 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 255 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-spinnaker-camera-driver, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/spinnaker_synchronized_camera_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spinnaker-synchronized-camera-driver/ros-lyrical-spinnaker-synchronized-camera-driver_3.0.5-1resolute.20260901.184002_amd64.deb Size: 65652 SHA256: 805ab0b65c0fe950791c9063aeac3d9a6013129ac3eed3c4313d1ba7d1342e40 SHA1: 94ee865ea4ae74ce4d867aa2305b13fd5207a665 MD5sum: 123471d9beb0f725df718b0bdb60fd60 Description: ROS2 driver for synchronized flir cameras using the Spinnaker SDK Package: ros-lyrical-spinnaker-synchronized-camera-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-spinnaker-synchronized-camera-driver Version: 3.0.5-1resolute.20260901.184002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2184 Depends: ros-lyrical-spinnaker-synchronized-camera-driver (= 3.0.5-1resolute.20260901.184002) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-spinnaker-synchronized-camera-driver/ros-lyrical-spinnaker-synchronized-camera-driver-dbgsym_3.0.5-1resolute.20260901.184002_amd64.deb Size: 2094134 SHA256: 611d0f16ddabe86555d623c65f6b1dd60445be89ae9a3f8eab2a6f316be0611c SHA1: 0a0fed6bf2b637ea9f6e255e441d1dca1a3b1fa8 MD5sum: 6498d68edc55f1821b128f3047f5a6aa Description: debug symbols for ros-lyrical-spinnaker-synchronized-camera-driver Build-Ids: 4ea7d4a98aac7a4a1f962ee3c59b0d33a0a351e1 96b4cb0dca51fe7f02949ff590778e7015d91de8 Package: ros-lyrical-splsm-7 Version: 3.0.1-5resolute.20260901.111733 Architecture: amd64 Maintainer: ijnek Installed-Size: 494 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/splsm_7/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-splsm-7/ros-lyrical-splsm-7_3.0.1-5resolute.20260901.111733_amd64.deb Size: 52000 SHA256: 8a782418446c36be3aad623300ebd870f405652ea92b56dfe055127addfc9d13 SHA1: 60e8af9d07f147bc7442de777adadf8e2e84bfd0 MD5sum: 94d21ada7899ea9acea06cb3b1d807b3 Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-lyrical-splsm-7-conversion Version: 3.0.1-5resolute.20260901.121941 Architecture: amd64 Maintainer: ijnek Installed-Size: 39 Depends: python3-construct, ros-lyrical-splsm-7, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/splsm_7_conversion/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-splsm-7-conversion/ros-lyrical-splsm-7-conversion_3.0.1-5resolute.20260901.121941_amd64.deb Size: 6298 SHA256: 65e5a30dc0e2eb7a2315fe39fd6cf0a924e8f87da38d554ce0df9307bfe576f8 SHA1: a1f3345debe5747553c4e6b05e2eee9bba7a46ad MD5sum: 7395d3c7a755dedd6f28336702fdb71d Description: Converts Standard Platform League Standard Message V7 between ROS msg and UDP raw bytes Package: ros-lyrical-splsm-7-dbgsym Package-Type: ddeb Source: ros-lyrical-splsm-7 Version: 3.0.1-5resolute.20260901.111733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 362 Depends: ros-lyrical-splsm-7 (= 3.0.1-5resolute.20260901.111733) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-splsm-7/ros-lyrical-splsm-7-dbgsym_3.0.1-5resolute.20260901.111733_amd64.deb Size: 222502 SHA256: 4b63201b025aa97617ddc6576ccc280e7f74829701490b89905f9e4cf430de7b SHA1: 3b5bea99edaab3de1a894ac7a1ca4cd81f4c0665 MD5sum: 6cd0f7a702b787999cfa87069c22ffbd Description: debug symbols for ros-lyrical-splsm-7 Build-Ids: 0e671db559906e5c6a2129c944f8817c564cfd81 4a7e588dbf855c776613d0a2eee5b940f0b78363 4b316d250cb482a381bbb997b0893c10aba50c6b 55071bb70d961de4a6b9da496dd3f7871d315c05 630b9d918083f32d754f8f7432be798032484c3c 6ac83bb30a2d03942d0b51d57a59cba5520b74d7 979fb990b019ad46f93e5cfc4e8330bf43d2cd92 aeec6a93e33e25d7cad8d8a742b9a1445edf6ffd b2ff767e98491531f31625b84cb6a99448f0cff0 b3d01542c70d2a158a591cca92ff8b958ec634ae e5fc33f13086210771cb14a25346824f9ab301d1 Package: ros-lyrical-srdfdom Version: 2.0.9-3resolute.20260901.194501 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 238 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), libtinyxml2-11 (>= 11.0.0), libconsole-bridge-dev, libtinyxml2-dev, ros-lyrical-console-bridge-vendor, ros-lyrical-urdf, ros-lyrical-urdfdom-py, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/srdfdom Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-srdfdom/ros-lyrical-srdfdom_2.0.9-3resolute.20260901.194501_amd64.deb Size: 63304 SHA256: 98a1ddb3070523cfe7545b0c4db35ea4295d083ab2ad743c0935152b5ab65d6f SHA1: 9419cefcad097af717fbde2f988993f10cef2da7 MD5sum: 7a3f956d3214b44a8a6b02be55ae3fcd Description: Parser for Semantic Robot Description Format (SRDF). Package: ros-lyrical-srdfdom-dbgsym Package-Type: ddeb Source: ros-lyrical-srdfdom Version: 2.0.9-3resolute.20260901.194501 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 817 Depends: ros-lyrical-srdfdom (= 2.0.9-3resolute.20260901.194501) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-srdfdom/ros-lyrical-srdfdom-dbgsym_2.0.9-3resolute.20260901.194501_amd64.deb Size: 765894 SHA256: 8e9343f1677032bae9b71c239107d1c7bc11999c9d5ac16e1946cdc6f2cbe78c SHA1: 1397f67642b80d702628ae2865a83516b5639a9f MD5sum: efd863c9813785ef86bc4442fc99a8cb Description: debug symbols for ros-lyrical-srdfdom Build-Ids: da8836a196f3c33ca3dd27862b03910d9d69e403 Package: ros-lyrical-sros2 Version: 0.16.6-1resolute.20260901.184617 Architecture: amd64 Maintainer: "ROS Security Working Group" Installed-Size: 253 Depends: python3-argcomplete, python3-cryptography, python3-lxml, ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sros2/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sros2/ros-lyrical-sros2_0.16.6-1resolute.20260901.184617_amd64.deb Size: 44086 SHA256: 6d29d4e676b79e89526bce58ae74429121f8b2afec4083dec6c4f3e530587b78 SHA1: 66b54b0fd98d17fb238902d1bcfc1e524067ed25 MD5sum: 671d0a90e9c3d954ebfb67ad70a821bb Description: Command line tools for managing SROS2 keys Package: ros-lyrical-sros2-cmake Version: 0.16.6-1resolute.20260901.184759 Architecture: amd64 Maintainer: "ROS Security Working Group" Installed-Size: 48 Depends: ros-lyrical-ros2cli, ros-lyrical-sros2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sros2_cmake/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sros2-cmake/ros-lyrical-sros2-cmake_0.16.6-1resolute.20260901.184759_amd64.deb Size: 6924 SHA256: bf8ccd6b56787fe59947b9aea457af8a5eed1cac76ecc58abc88bbed7ba58a83 SHA1: 12471e5ab7b8b78632a888736b35719ea6a8298b MD5sum: 1399527f8a46fce41762d383dfb5773c Description: CMake macros to configure security Package: ros-lyrical-state-interfaces-broadcaster Version: 6.9.0-1resolute.20260908.112825 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 331 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-realtime-tools, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-state-interfaces-broadcaster/ros-lyrical-state-interfaces-broadcaster_6.9.0-1resolute.20260908.112825_amd64.deb Size: 90136 SHA256: 6ed46117d4fddf90fa7fcc9589afcdc596886bf0501bfe2d8265a5bbb94eb2e7 SHA1: 421f50ff11f5ab88c6cbe83cb9366f3a1f7e3a1b MD5sum: 8c5dbbf01bc38c3f3db372f07e554956 Description: Broadcaster to publish the requested hardware interface states Package: ros-lyrical-state-interfaces-broadcaster-dbgsym Package-Type: ddeb Source: ros-lyrical-state-interfaces-broadcaster Version: 6.9.0-1resolute.20260908.112825 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1441 Depends: ros-lyrical-state-interfaces-broadcaster (= 6.9.0-1resolute.20260908.112825) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-state-interfaces-broadcaster/ros-lyrical-state-interfaces-broadcaster-dbgsym_6.9.0-1resolute.20260908.112825_amd64.deb Size: 1288384 SHA256: 203204484e4d6cc05be40a0430f974356acee4bfdf77aaf2ffea10ff2727ff08 SHA1: aedabefc35f2e56125ae0177b04095a0845e0b80 MD5sum: 650177e2cee1f3c64c706d92606c598b Description: debug symbols for ros-lyrical-state-interfaces-broadcaster Build-Ids: 3704e582c69bf366c55fe795d859e2156d672d2f Package: ros-lyrical-statistics-msgs Version: 2.4.5-1resolute.20260901.104123 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 741 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/statistics_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-statistics-msgs/ros-lyrical-statistics-msgs_2.4.5-1resolute.20260901.104123_amd64.deb Size: 70752 SHA256: bb7aca04043d1071eabef753e571ac301cffef852b29c28807e34df20bf196f3 SHA1: 0919b561548bffc67229137474595e44b5bae5f7 MD5sum: 3b4186192884d43cdfb116de794e7810 Description: Message definitions for reporting statistics for topics and system resources. Package: ros-lyrical-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-statistics-msgs Version: 2.4.5-1resolute.20260901.104123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 579 Depends: ros-lyrical-statistics-msgs (= 2.4.5-1resolute.20260901.104123) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-statistics-msgs/ros-lyrical-statistics-msgs-dbgsym_2.4.5-1resolute.20260901.104123_amd64.deb Size: 394414 SHA256: 94d5983bea2c39ae17de4cac90ee4d7e241e268b9efa5c0734977a44185167f7 SHA1: 0fc4f503df4cbd0a2553fad5aa1a485e7f37446b MD5sum: eca37c21c571c26c0894fcd80d04cd88 Description: debug symbols for ros-lyrical-statistics-msgs Build-Ids: 0a305ca3229b5eb9924abc1bcbde2c5233fb9418 3af6296cad76de26a96bf63d1c041c58adb83ee5 76826da6cda03876a828cd71df2039620e3ec9eb 78d396f01c844bd760426239b3225429aa66c6a1 953a772eec9f92ce3f9af955aa74c3e06a612fba 9e1600b828046009ddb5c58110df7beb32b8e4f9 be391933c8cb4ddb8e3e16d60f94595ef1d102bf c92fbdf5f5cfefba590613495c0d3d9b73377692 d7ff468f28acfea68791e6e7b09959ae83fe01bb e8d0fe31ec84dfe4e0e3341a8b0ea34c9413a10a f214d3bb988c526fdcc086e30234c182c425d40b Package: ros-lyrical-std-msgs Version: 5.9.3-1resolute.20260901.104121 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3969 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/std_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-std-msgs/ros-lyrical-std-msgs_5.9.3-1resolute.20260901.104121_amd64.deb Size: 261344 SHA256: c2b7cd9c5e502e43cf39c00cb5e0c81b941a82642c24e24082213d08cb32f41a SHA1: e168a11e0ed8f1c891d47c7952bfbe4e14976fbe MD5sum: 52bc7b85d07af9dedf3a93c2ae51eef9 Description: A package containing some standard message definitions. Package: ros-lyrical-std-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-std-msgs Version: 5.9.3-1resolute.20260901.104121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3851 Depends: ros-lyrical-std-msgs (= 5.9.3-1resolute.20260901.104121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-std-msgs/ros-lyrical-std-msgs-dbgsym_5.9.3-1resolute.20260901.104121_amd64.deb Size: 3056984 SHA256: bbef62cdb415fe0d7118a7d1a513d6212ba8f89d99e023890d37105f2bed8d48 SHA1: f5f4c79b21b7b10730d2820ec2cdc61e4396b7c2 MD5sum: 41e2c632a5dead6c754fd3130d55569e Description: debug symbols for ros-lyrical-std-msgs Build-Ids: 1239bba685543435313f68dd164743dfa0de5c93 290ac9404386abf26da959466654aa4a4ff79d80 3766b9d956f50fdebb805243573329b4319b74d5 613fbf0f3bee5d3cbae67577c759859f69404a4e 76f212ed8a4c31ba55810b8b0b3d963055f65ba6 868812fe54ca91bd7f1cd1f3ea71ee35cc0fcf15 9ab5b5fc0e9bf36c6e2d46ed8254c96b06842843 acbd0c4a4db171d78abc803137ba94bceca1c55c bb96ecb29484f4424bd99d8fad17a65352e26653 e512c9ac6a7f5a3e31f2d14bd7c248970b813aab e8bc887d906b9409ba0a054fefdf53bd01b42e82 Package: ros-lyrical-std-srvs Version: 5.9.3-1resolute.20260901.111730 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1451 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/std_srvs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-std-srvs/ros-lyrical-std-srvs_5.9.3-1resolute.20260901.111730_amd64.deb Size: 113742 SHA256: c9a59b8c896b541d9d9e5e91c907d5ee3ab237915b5d68ffb5abf6efe9ce46f0 SHA1: 7ed062ed46ea826f5ef6c9a9a6559e9925779d6c MD5sum: 8552099fd8229b43b5815f8d3217b0ed Description: A package containing some standard service definitions. Package: ros-lyrical-std-srvs-dbgsym Package-Type: ddeb Source: ros-lyrical-std-srvs Version: 5.9.3-1resolute.20260901.111730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1105 Depends: ros-lyrical-std-srvs (= 5.9.3-1resolute.20260901.111730) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-std-srvs/ros-lyrical-std-srvs-dbgsym_5.9.3-1resolute.20260901.111730_amd64.deb Size: 780440 SHA256: 2be9f5417a866d9d9fa5e9c6403ef2717e0e4ea4295ab28d5755b4ea7fa9ba9f SHA1: 2ffc0b0879e535a092c7a35e6a4497e94e8ccc04 MD5sum: 2a74dd82f50e3795678a261081931456 Description: debug symbols for ros-lyrical-std-srvs Build-Ids: 30769e3f5d223d8abdca116075efe1714f2ddc99 60fb7fd97b6f0a64230b94ee2190392293b78495 62523e76e6ea3be07b4fdd2f1c23d578455fda8f 829252f0af0f68c25b052c83a7b2720d97f8133f 8ff8cf60e8377398bc77c57c0abb31c958481a1f a61c8e591138cdc035ad2b061f2046183eef219e a77e58b1921b35bfef9220501fc6aba02a00e8d7 b38af984a4bd662e03073dc7fe0e13f33a530602 b8a5704a0168da78a93560344f12b0356cb45ddb d158ac92ef1630e1792c22733310b8d168d6e423 f1a3ac168fd04647474d8b49d652b56eb9296249 Package: ros-lyrical-steering-controllers-library Version: 6.9.0-1resolute.20260908.112459 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 965 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rcpputils, ros-lyrical-realtime-tools, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-steering-controllers-library/ros-lyrical-steering-controllers-library_6.9.0-1resolute.20260908.112459_amd64.deb Size: 223586 SHA256: 897876e2497b89318e1a1fbe763abdb72431342f5f80da669c070f6686d39d5c SHA1: 35bee0f99e4a584bcd8adc684e183c0a4af2be91 MD5sum: 1c5242b66a16f6df918c9c64ab25f0a1 Description: Package for steering robot configurations including odometry and interfaces. Package: ros-lyrical-steering-controllers-library-dbgsym Package-Type: ddeb Source: ros-lyrical-steering-controllers-library Version: 6.9.0-1resolute.20260908.112459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4218 Depends: ros-lyrical-steering-controllers-library (= 6.9.0-1resolute.20260908.112459) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-steering-controllers-library/ros-lyrical-steering-controllers-library-dbgsym_6.9.0-1resolute.20260908.112459_amd64.deb Size: 3610286 SHA256: 4ec22696758940a6a9d9ce12e9eb25b2a329782b3faa9fd216749f5f3f2d226b SHA1: 2e90b9a60a02e587f1978a4c5dfcef54828d7bcb MD5sum: ec2af00c92872bd3ebcc0389054c95e1 Description: debug symbols for ros-lyrical-steering-controllers-library Build-Ids: f850628b665a3ac2cd0ad8712b407708633c4c64 Package: ros-lyrical-stereo-image-proc Version: 7.1.7-1resolute.20260901.201617 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1443 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-lyrical-cv-bridge, ros-lyrical-image-geometry, ros-lyrical-image-proc, ros-lyrical-image-transport, ros-lyrical-message-filters, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-stereo-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/stereo_image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-stereo-image-proc/ros-lyrical-stereo-image-proc_7.1.7-1resolute.20260901.201617_amd64.deb Size: 299364 SHA256: 5914013f0b056162cb832c98fb6e7607611f5934a4259aa11eab53f3e9fa2521 SHA1: df0cd928fcad699566a649b001a890f6858c47c3 MD5sum: 770f2dc9742a317e123042f2f9584eed Description: Stereo and single image rectification and disparity processing. Package: ros-lyrical-stereo-image-proc-dbgsym Package-Type: ddeb Source: ros-lyrical-stereo-image-proc Version: 7.1.7-1resolute.20260901.201617 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 7787 Depends: ros-lyrical-stereo-image-proc (= 7.1.7-1resolute.20260901.201617) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-stereo-image-proc/ros-lyrical-stereo-image-proc-dbgsym_7.1.7-1resolute.20260901.201617_amd64.deb Size: 6628024 SHA256: b3d88ac67fbefa30d42054411f71932a53197463ba16842a079ddd597fa1045e SHA1: 75c6ec5114840f67cf0354483684ff8f098aeb84 MD5sum: 28034c817333897406d74b6d6ce22ad7 Description: debug symbols for ros-lyrical-stereo-image-proc Build-Ids: 6fb452414bc3cad7eede5d31dea66b5ba166853a 8b68b6416fe391b995e4028c47efde992dbdf0e1 9493888574c3a06c063ac4870305de05a3445389 Package: ros-lyrical-stereo-msgs Version: 5.9.3-1resolute.20260901.131146 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 515 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/stereo_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-stereo-msgs/ros-lyrical-stereo-msgs_5.9.3-1resolute.20260901.131146_amd64.deb Size: 51474 SHA256: 440f94e69963f0d79447fefe4eb59a331ffa8784095e14f3e8d8efce2a0fe4a0 SHA1: 6061a9b96250758c99da37618e0d336435117034 MD5sum: fc3856c91f6f6b2c2dfb01b498467116 Description: A package containing some stereo camera related message definitions. Package: ros-lyrical-stereo-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-stereo-msgs Version: 5.9.3-1resolute.20260901.131146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 382 Depends: ros-lyrical-stereo-msgs (= 5.9.3-1resolute.20260901.131146) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-stereo-msgs/ros-lyrical-stereo-msgs-dbgsym_5.9.3-1resolute.20260901.131146_amd64.deb Size: 239184 SHA256: ed60360d529a484b68ab7ae309b521fa6faf8ff990742c5cf0164e291d674e99 SHA1: 7c9e8e5be612c8b12113fd02303c9c15083312ca MD5sum: 5733867a3af8d24fcacc18be9af034a5 Description: debug symbols for ros-lyrical-stereo-msgs Build-Ids: 1aa2c9acd35677c647296d92056f7c113063fa61 2611f1312cf00e35b127625d41933e96d38b47d7 49005dc85a91f5605753f4e8cc9779828ac9c72c 4c5d9c15aa312949e2cbb3be726cf07e4c194968 700943cf06cf1aabee39264ab58617a06412d762 83df434a6e70be8eba3fc44d62ad0cecd650b8ee b0b4ac8e05d9cc1e131ee089676a50cf38e94b2f d9bbcc6759b2d3a3b76e44a2ca9e7cead5e08504 f0e25f50cd874471e3273bdec5da830c6b073bb6 f552cdee164e418249ddd26fa96bc91685b22ff1 ffc21011e2216f061e22a88541f70d073bc6d142 Package: ros-lyrical-stomp Version: 0.1.2-5resolute.20260824.235655 Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 225 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libconsole-bridge-dev, libeigen3-dev, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/stomp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-stomp/ros-lyrical-stomp_0.1.2-5resolute.20260824.235655_amd64.deb Size: 72026 SHA256: 27b75c81f51a95446951938dbaf0649d4b0acd9e7223349ca1f906dde37f55f2 SHA1: a76072264f3e326f3ca291a59c020e3c9a9552e1 MD5sum: fd2e17561fd938cc8b1fe11df4d0de1a Description: This package provides the STOMP (Stochastic Trajectory Optimization for Motion Planning) algorithm that can be used for robot motion planning tasks or other similar optimization tasks Package: ros-lyrical-stomp-dbgsym Package-Type: ddeb Source: ros-lyrical-stomp Version: 0.1.2-5resolute.20260824.235655 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2761 Depends: ros-lyrical-stomp (= 0.1.2-5resolute.20260824.235655) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-stomp/ros-lyrical-stomp-dbgsym_0.1.2-5resolute.20260824.235655_amd64.deb Size: 2744680 SHA256: d14292f59296b5163ea80131cf3c9794bc453b03699e506b9ba7e79f358297d6 SHA1: 014f957fceff03e4d1f7c69701d36ee17286bff5 MD5sum: 68854c2c0cd50510d5d1a0c5af53758b Description: debug symbols for ros-lyrical-stomp Build-Ids: 881f1d1fac2cdf3dabf743d56ab5c10b54a59d4d d3e729e64bb26b927d89bc9c18111b1cb0da581b Package: ros-lyrical-swri-cli-tools Version: 3.11.0-1resolute.20260914.083005 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 93 Depends: python3-natsort, ros-lyrical-marti-introspection-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2node, ros-lyrical-ros2param, ros-lyrical-ros2topic, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/swri_cli_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-cli-tools/ros-lyrical-swri-cli-tools_3.11.0-1resolute.20260914.083005_amd64.deb Size: 14884 SHA256: fbddd275ef8641eb95a32983dac65d71c4b2dda2bb59f5ea19cd4b664129e777 SHA1: 692e6d1420efb086f44c61b74518a8c59bf4b7e9 MD5sum: 176fa317947fe733ad783e5e477d1d04 Description: Command line tools for introspecting ROS systems Package: ros-lyrical-swri-console Version: 2.4.0-1resolute.20260914.083004 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 5017 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.4.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 14), qt6-base-dev, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rosbag2-storage, ros-lyrical-rosbag2-storage-mcap, ros-lyrical-rosbag2-transport, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/swri_console Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-console/ros-lyrical-swri-console_2.4.0-1resolute.20260914.083004_amd64.deb Size: 1861402 SHA256: 444e5d5e2a0c21bd2cf7cb45d5f428639d52ccbfca6870fc2376388189c8837e SHA1: 4e1b1d120af79e9c5dee6e20f7834222519614f6 MD5sum: f7699fea35699d41d7337f75a2afa7e5 Description: A rosout GUI viewer developed at Southwest Research Institute as an alternative to rqt_console. Package: ros-lyrical-swri-console-dbgsym Package-Type: ddeb Source: ros-lyrical-swri-console Version: 2.4.0-1resolute.20260914.083004 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 11790 Depends: ros-lyrical-swri-console (= 2.4.0-1resolute.20260914.083004) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-console/ros-lyrical-swri-console-dbgsym_2.4.0-1resolute.20260914.083004_amd64.deb Size: 7158136 SHA256: 93df73d018d2abd04c9eaa8d143964de207fd48566cf5061ad21ee527c25df45 SHA1: a0066c80fe3deea2b49646ea4d2f9345e7414d5f MD5sum: 599f98a88daa2b8151734c0832145dad Description: debug symbols for ros-lyrical-swri-console Build-Ids: 7795df5b74e4416decd6b856827a177f69d544d4 Package: ros-lyrical-swri-console-util Version: 3.11.0-1resolute.20260914.083013 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 91 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-console-util/ros-lyrical-swri-console-util_3.11.0-1resolute.20260914.083013_amd64.deb Size: 19806 SHA256: efc1a4b7219b5c3d755681e704ee42bfe0ebda764bee62a4a37cb9cd71cd49fc SHA1: 801147631f00ffdb2d51d3bad6eca0664d585145 MD5sum: c7befe216afea37b15782fdcd6fb32da Description: Utility functions for interacting with console Package: ros-lyrical-swri-console-util-dbgsym Package-Type: ddeb Source: ros-lyrical-swri-console-util Version: 3.11.0-1resolute.20260914.083013 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 257 Depends: ros-lyrical-swri-console-util (= 3.11.0-1resolute.20260914.083013) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-console-util/ros-lyrical-swri-console-util-dbgsym_3.11.0-1resolute.20260914.083013_amd64.deb Size: 238610 SHA256: e47dca19d8a27576ff02ae8dc94362e515d0793471d96a99912a89269f0591a7 SHA1: 80659e830aa0c6b755167613eb7f1c652b5ebe95 MD5sum: 90f022ecf80e5f12c4b3919dd5ef3cbb Description: debug symbols for ros-lyrical-swri-console-util Build-Ids: 29cea1b4c9d16622e80f08cba8bddaacfb460359 Package: ros-lyrical-swri-dbw-interface Version: 3.11.0-1resolute.20260914.083050 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 56 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-dbw-interface/ros-lyrical-swri-dbw-interface_3.11.0-1resolute.20260914.083050_amd64.deb Size: 8922 SHA256: 074e225aba72e7416f142527684164e021cefead3e12a70638c4eae130458119 SHA1: 3ddc009caf1bb295c715803e007c305732e81d89 MD5sum: 19f5460294cd539d0fc6d1638fba2436 Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-lyrical-swri-geometry-util Version: 3.11.0-1resolute.20260914.083049 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 162 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgeos-c1t64 (>= 3.5.0), libstdc++6 (>= 5), libeigen3-dev, libgeos-dev, libopencv-dev, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-geometry-util/ros-lyrical-swri-geometry-util_3.11.0-1resolute.20260914.083049_amd64.deb Size: 47738 SHA256: 6bc6d42c1c4b50a14f9c1c7275bf11c49b306c898472b4387155baec5e6bd619 SHA1: 2163b1ffadf51ad775a4076e8a853a078ed658bc MD5sum: b432f7beceb040d0e07cdfb838d68934 Description: Commonly used geometry routines, implemented in a ROS friendly package. Package: ros-lyrical-swri-geometry-util-dbgsym Package-Type: ddeb Source: ros-lyrical-swri-geometry-util Version: 3.11.0-1resolute.20260914.083049 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1886 Depends: ros-lyrical-swri-geometry-util (= 3.11.0-1resolute.20260914.083049) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-geometry-util/ros-lyrical-swri-geometry-util-dbgsym_3.11.0-1resolute.20260914.083049_amd64.deb Size: 1884568 SHA256: 051ae42eb180081705c20eed8ca81a4a916d7b41bd95ecbe42e32698e8411503 SHA1: a400d8d1c5f865228edaa52bbeae94a998b1140a MD5sum: a562957bc89ea2006e84208cd04760e9 Description: debug symbols for ros-lyrical-swri-geometry-util Build-Ids: e6a49964186070440dba6f138652ba35c50442ce Package: ros-lyrical-swri-image-util Version: 3.11.0-1resolute.20260914.084708 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 666 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libopencv-dev, ros-lyrical-ament-index-cpp, ros-lyrical-camera-calibration-parsers, ros-lyrical-cv-bridge, ros-lyrical-image-geometry, ros-lyrical-image-transport, ros-lyrical-message-filters, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-swri-geometry-util, ros-lyrical-swri-math-util, ros-lyrical-swri-opencv-util, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-image-util/ros-lyrical-swri-image-util_3.11.0-1resolute.20260914.084708_amd64.deb Size: 183462 SHA256: 9e4cd781d34e7d9ade84ab3ead376c4f91492377f90b1a83cf4c176470b718bb SHA1: 5a154b159830b32465479cba499e75ff96eadc8c MD5sum: 992627bb4b259cf41043ee2beae70e29 Description: A package of commonly image manipulation utilities. Package: ros-lyrical-swri-image-util-dbgsym Package-Type: ddeb Source: ros-lyrical-swri-image-util Version: 3.11.0-1resolute.20260914.084708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7286 Depends: ros-lyrical-swri-image-util (= 3.11.0-1resolute.20260914.084708) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-image-util/ros-lyrical-swri-image-util-dbgsym_3.11.0-1resolute.20260914.084708_amd64.deb Size: 7005286 SHA256: b258c8c8e8d2ec408dce6c656e765d0205dfc7e29ca01d90da9e43399b856486 SHA1: 64418e6724d3a82fc9356aad2a0c514b4c9e2d9b MD5sum: 3bcad9d875d6aa3db7aefe8bcd1f1b78 Description: debug symbols for ros-lyrical-swri-image-util Build-Ids: 38b09050867e6bb667705c95a5e941f81c45d155 45a05bca23d69739943d0ed8f1b3255a9c7e57a8 Package: ros-lyrical-swri-math-util Version: 3.11.0-1resolute.20260914.083025 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 147 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-math-util/ros-lyrical-swri-math-util_3.11.0-1resolute.20260914.083025_amd64.deb Size: 33254 SHA256: 2cd983039b1e57427a3b9bbe5bd1444919956aafe06b1d5d26c67e1d0702b53e SHA1: 6bddba1008c7d2cc07c80ba9f5b78c1da1bd421b MD5sum: c29f1f29cca3d4aa1f21e9960a9889f5 Description: A package with commonly used math utility code. Package: ros-lyrical-swri-math-util-dbgsym Package-Type: ddeb Source: ros-lyrical-swri-math-util Version: 3.11.0-1resolute.20260914.083025 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 369 Depends: ros-lyrical-swri-math-util (= 3.11.0-1resolute.20260914.083025) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-math-util/ros-lyrical-swri-math-util-dbgsym_3.11.0-1resolute.20260914.083025_amd64.deb Size: 343886 SHA256: 6688e34dc4359d952b90579f4603b45918a96efd0975e37480e0df2675047784 SHA1: 7c4c0cc2d2064524cce0c10b53ff72788f5bc6aa MD5sum: 536ea2c3743a8e531d8b468dfca9e9ca Description: debug symbols for ros-lyrical-swri-math-util Build-Ids: e6a3ef38f0a1c5312df8e8f8e31eb679f50a00c0 Package: ros-lyrical-swri-opencv-util Version: 3.11.0-1resolute.20260914.083959 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 211 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 5), libopencv-dev, ros-lyrical-cv-bridge, ros-lyrical-swri-math-util, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-opencv-util/ros-lyrical-swri-opencv-util_3.11.0-1resolute.20260914.083959_amd64.deb Size: 49452 SHA256: 8dfd928c2aff355ee3127c335b1ed4c1cbecfa7c84a44602c82ed3ba78ed2c1c SHA1: fdd758c3d35025f20a3a03b14d64db2e7401b720 MD5sum: bcd372ca21d3003a67a05f29f256125f Description: A package with commonly used OpenCV functionality. Package: ros-lyrical-swri-opencv-util-dbgsym Package-Type: ddeb Source: ros-lyrical-swri-opencv-util Version: 3.11.0-1resolute.20260914.083959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 540 Depends: ros-lyrical-swri-opencv-util (= 3.11.0-1resolute.20260914.083959) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-opencv-util/ros-lyrical-swri-opencv-util-dbgsym_3.11.0-1resolute.20260914.083959_amd64.deb Size: 503530 SHA256: c71244538a2c5b8e2056df944091fcbf6a9c5ffaefb9237804b92126df3f4f20 SHA1: 674e69ee375c1e096846406038f85b43208a3b0d MD5sum: 23057c80e6021609e10403105eca4fed Description: debug symbols for ros-lyrical-swri-opencv-util Build-Ids: 2ee9ce302017363c4a335ec1805047b5032b37d1 Package: ros-lyrical-swri-route-util Version: 3.11.0-1resolute.20260914.084604 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 811 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-marti-common-msgs, ros-lyrical-marti-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-std-msgs, ros-lyrical-swri-geometry-util, ros-lyrical-swri-math-util, ros-lyrical-swri-transform-util, ros-lyrical-tf2-geometry-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/swri_route_util/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-route-util/ros-lyrical-swri-route-util_3.11.0-1resolute.20260914.084604_amd64.deb Size: 195080 SHA256: 5c6d0c92cd561b59cd6766d338bb1a69545ad941c602d9ff63fd4865274e9fa0 SHA1: 23dd3f2d145826c9517ed67fa91067388a9052b6 MD5sum: 27ec772afbd593fee6bd309564611ebc Description: This library provides functionality to simplify working with the navigation messages defined in marti_nav_msgs. Package: ros-lyrical-swri-route-util-dbgsym Package-Type: ddeb Source: ros-lyrical-swri-route-util Version: 3.11.0-1resolute.20260914.084604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4255 Depends: ros-lyrical-swri-route-util (= 3.11.0-1resolute.20260914.084604) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-route-util/ros-lyrical-swri-route-util-dbgsym_3.11.0-1resolute.20260914.084604_amd64.deb Size: 3756770 SHA256: bdb4e05794f7db5186efcec573d819dd183b64484b82023a76e1a71e383fac4f SHA1: 0f59d766f2293ff1a531e5ac4691aa8e91a1c1b1 MD5sum: 413229094460b35b95015d6fac9ad7d3 Description: debug symbols for ros-lyrical-swri-route-util Build-Ids: e06f61e341b375175806e3ecb88e44015f732d1b f355f4f070caad7833137b62429a28ff56be20a3 f460168b9e24838dff6a476d77611a841a0eaeda Package: ros-lyrical-swri-serial-util Version: 3.11.0-1resolute.20260914.083008 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 96 Depends: libc6 (>= 2.42), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-serial-util/ros-lyrical-swri-serial-util_3.11.0-1resolute.20260914.083008_amd64.deb Size: 20618 SHA256: 45eba40a57f5025f952839956345f095e6c6b02810fbe0bf100a249650ce89fb SHA1: 4fcbc0fcfd0e07a959adc3756855fe15c8bb12af MD5sum: f03f06e5136076b4da54349bebd43fbb Description: Contains nodes and utilities for serial communication in ROS. Package: ros-lyrical-swri-serial-util-dbgsym Package-Type: ddeb Source: ros-lyrical-swri-serial-util Version: 3.11.0-1resolute.20260914.083008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 110 Depends: ros-lyrical-swri-serial-util (= 3.11.0-1resolute.20260914.083008) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-serial-util/ros-lyrical-swri-serial-util-dbgsym_3.11.0-1resolute.20260914.083008_amd64.deb Size: 89668 SHA256: f122d47e417d9db36513b37ce396ba6ae697c8afe66ab9166ee92af3bb741d9c SHA1: 4d78968a3dab43a79ceb4e0d7162133814225399 MD5sum: 6ec41dc195852a86a74a5ec8f2a8cf96 Description: debug symbols for ros-lyrical-swri-serial-util Build-Ids: a7d68e92988ca180845a30b64d168152483b753e Package: ros-lyrical-swri-transform-util Version: 3.11.0-1resolute.20260914.083604 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2878 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libproj25 (>= 6.1.0), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libgeographiclib-dev, libgeos-dev, libopencv-dev, libproj-dev, python3-numpy, python3-yaml, ros-lyrical-cv-bridge, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-gps-msgs, ros-lyrical-marti-nav-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-swri-math-util, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-transform-util/ros-lyrical-swri-transform-util_3.11.0-1resolute.20260914.083604_amd64.deb Size: 476118 SHA256: 58603084af420ece9aac44ee170dbd3eb8f8aeb09c18fe6c15f85dd8cd692b60 SHA1: 48c4c31f7e40f45d84a085f788adcad507e7ff6d MD5sum: 4e1f0a473d46ba585b705372caa74001 Description: The swri_transform_util package contains utility functions and classes for transforming between coordinate frames. Package: ros-lyrical-swri-transform-util-dbgsym Package-Type: ddeb Source: ros-lyrical-swri-transform-util Version: 3.11.0-1resolute.20260914.083604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 13665 Depends: ros-lyrical-swri-transform-util (= 3.11.0-1resolute.20260914.083604) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-swri-transform-util/ros-lyrical-swri-transform-util-dbgsym_3.11.0-1resolute.20260914.083604_amd64.deb Size: 11256352 SHA256: 679042496fe24095a9e0f1a4444bebfde93b4410c62466ac8036ce070eb7b8d4 SHA1: fc06d49fb6d153f83116de01710d59301dfcfe14 MD5sum: 7964224a7d090b70536fbccc1fea556f Description: debug symbols for ros-lyrical-swri-transform-util Build-Ids: 0b8eed1c070b73b60f6d329ae32f675177582a10 3a4040223006e52d283c1bbae27179a854def92e 55534ca6126b50e1428fae65ee493cc35158d4d0 Package: ros-lyrical-sync-tooling-msgs Version: 0.2.11-1resolute.20260728.210231 Architecture: amd64 Maintainer: "Max Schmeller" Installed-Size: 820 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libprotobuf-dev, libprotoc-dev, protobuf-compiler, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/sync_tooling_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sync-tooling-msgs/ros-lyrical-sync-tooling-msgs_0.2.11-1resolute.20260728.210231_amd64.deb Size: 112888 SHA256: d12de6be8dc5fa3da5f0935fd40d68820c78928a81675a10b1184e02d2c2584b SHA1: d9178cd1f8fffbcc6bc39627468362336b19d3e9 MD5sum: 82b038eaff38f19554222edd2e226f6a Description: Protobuf definitions for SYNC.TOOLING Package: ros-lyrical-sync-tooling-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-sync-tooling-msgs Version: 0.2.11-1resolute.20260728.210231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Max Schmeller" Installed-Size: 2983 Depends: ros-lyrical-sync-tooling-msgs (= 0.2.11-1resolute.20260728.210231) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-sync-tooling-msgs/ros-lyrical-sync-tooling-msgs-dbgsym_0.2.11-1resolute.20260728.210231_amd64.deb Size: 2830602 SHA256: 2be05ba330574b0709b72ba2a57066539b657096e85748fbb9d530dc31da7a4b SHA1: de95ec8c62b9aef2aa77e55ce1db228a31d944cc MD5sum: a449ba3dec8d77b60c55cf5766fc6cd5 Description: debug symbols for ros-lyrical-sync-tooling-msgs Build-Ids: a611fef1174e4186d8744e508b4ae5a73c86350a Package: ros-lyrical-system-fingerprint Version: 0.7.0-5resolute.20260901.175011 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 50 Depends: python3-git, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros2action, ros-lyrical-ros2cli, ros-lyrical-ros2node, ros-lyrical-ros2param, ros-lyrical-ros2topic, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/system_fingerprint/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-system-fingerprint/ros-lyrical-system-fingerprint_0.7.0-5resolute.20260901.175011_amd64.deb Size: 10828 SHA256: fd875c679aaad7757b883c6f3acbe1f67415ce414188fa7fa0881e9471df8453 SHA1: b9df38febd0454e73d49e8fff0b78957d6c9d6af MD5sum: 245b9d2d573cda3585e279f1eebb8013 Description: The system_fingerprint package Package: ros-lyrical-system-modes-msgs Version: 0.9.0-7resolute.20260901.111804 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1792 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-system-modes-msgs/ros-lyrical-system-modes-msgs_0.9.0-7resolute.20260901.111804_amd64.deb Size: 140222 SHA256: b6539fbb41d2613d759cfe73c79544398a360cba385206727ee8cc5c6ff76ace SHA1: fbb4d0a2dde8b8f4f121d6183ba078fac8a25975 MD5sum: 368ea8a843fb01064b535063844d7f56 Description: Interface package, containing message definitions and service definitions for the system modes package. Package: ros-lyrical-system-modes-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-system-modes-msgs Version: 0.9.0-7resolute.20260901.111804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1443 Depends: ros-lyrical-system-modes-msgs (= 0.9.0-7resolute.20260901.111804) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-system-modes-msgs/ros-lyrical-system-modes-msgs-dbgsym_0.9.0-7resolute.20260901.111804_amd64.deb Size: 1050972 SHA256: e3badc986326b5ee4f659f7a28f524a932ee22854dedf5f900f91c3278cd1e85 SHA1: d8e5e9c205c9b1319478c26ab75d17a8589aea12 MD5sum: 46bd6ea1362415052b2dffbe43c34a08 Description: debug symbols for ros-lyrical-system-modes-msgs Build-Ids: 017b81f93be6303daea829451d321aed8cb4c0a6 0bc26bce6f1ef6b5c3e9cddcfbd11c1988bd4ba6 266f2c71f6ede6a7a7124ac72edcf65de29758c2 34137eecf80eba796ee53825ccf8e48ecb4fea6d 396766313c72dc9cf8988af165f5a61ab163a96c 3d18c85ea4ee0d9c381cee747f42f7f3af1b580d 45d20cf40b77285e5ba9b8d13e7e4efa7fe8176f 5d64af314926b737cf38fc3b0e547f81ed53d505 6af6fca390a80898a69bdc3078a5f155b551c199 e2be551fcfc59e189dfdf01d408bd2a39c30cd2a ee070b0c2ec3bf15553f12089bfd8f489d58cd1e Package: ros-lyrical-system-webview Version: 0.0.3-3resolute.20260901.194945 Architecture: amd64 Maintainer: david Installed-Size: 1208 Depends: libc6 (>= 2.38), libcpp-httplib0.26 (>= 0.26.0+ds), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libcpp-httplib-dev, pkg-config, ros-lyrical-ament-index-cpp, ros-lyrical-rclcpp, ros-lyrical-rosbridge-server, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/system_webview/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-system-webview/ros-lyrical-system-webview_0.0.3-3resolute.20260901.194945_amd64.deb Size: 298640 SHA256: 87375dfd9dffe60c368acf8ea34847317bf260fa0c9e9c342fdf59f45c9f17e3 SHA1: 33b49d381a1d2a57744f49ddc4d7a97d00fb8e5c MD5sum: 51199b7204dde74d6c0fc38c3e75c85d Description: Real-time web-based system webview for ROS 2 — CPU, memory, swap, load average, and /rosout log viewer Package: ros-lyrical-system-webview-dbgsym Package-Type: ddeb Source: ros-lyrical-system-webview Version: 0.0.3-3resolute.20260901.194945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: david Installed-Size: 1481 Depends: ros-lyrical-system-webview (= 0.0.3-3resolute.20260901.194945) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-system-webview/ros-lyrical-system-webview-dbgsym_0.0.3-3resolute.20260901.194945_amd64.deb Size: 1397448 SHA256: 481c2b18514766958bd511400344f6945b3ff940a53400cde60fe8c8baa58880 SHA1: 68fed45be6fe1b2db1b9e9e9f943d78111f84c5c MD5sum: 4cebdef664e1fc20885a7b701878166e Description: debug symbols for ros-lyrical-system-webview Build-Ids: 08099a9f541c6d271c07223a1ed950d4e4a60cb2 Package: ros-lyrical-tango-icons-vendor Version: 0.5.1-3resolute.20260728.210308 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 45 Depends: tango-icon-theme, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/qt_gui_icons Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tango-icons-vendor/ros-lyrical-tango-icons-vendor_0.5.1-3resolute.20260728.210308_amd64.deb Size: 6036 SHA256: 9580097fbadea3e0821c455b6308820e2aaf35733f3f9f30808a0e9d1c592a2d SHA1: fba756b7c86d1bd0e81067762cec4f9b1b53f27e MD5sum: b4a402ee99dc3a4d7ca0ad3fc8c58725 Description: tango_icons_vendor provides the public domain Tango icons for non-linux systems (Tango Icon Library) from the Tango Desktop Project Package: ros-lyrical-tcb-span Version: 2.0.3-1resolute.20260728.210330 Architecture: amd64 Maintainer: "bmagyar" Installed-Size: 72 Depends: ros-lyrical-ros-workspace Homepage: https://github.com/tcbrindle/span Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tcb-span/ros-lyrical-tcb-span_2.0.3-1resolute.20260728.210330_amd64.deb Size: 11292 SHA256: da181d1bcc584c94b6e90b56ba7c339efe136c20df3a80bf9184d17cfef2bb2b SHA1: 0b00166a29cb70865e54324f70614442195746c4 MD5sum: d9c1a69d200351fe4d5ac59a9488e28e Description: Implementation of C++20's std::span Package: ros-lyrical-teleop-tools Version: 2.0.0-3resolute.20260901.194403 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 44 Depends: ros-lyrical-joy-teleop, ros-lyrical-key-teleop, ros-lyrical-teleop-tools-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/teleop_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-teleop-tools/ros-lyrical-teleop-tools_2.0.0-3resolute.20260901.194403_amd64.deb Size: 5474 SHA256: 8ad9f0ade0c9c23113b71ee249c0241946657782737a141ea3fdb1e89f8b6f6c SHA1: a148712d3f4f4ae3d0ce4a1b2cb3f7ae892345ed MD5sum: 9a989adfea77335dd8cf8508abf2dd94 Description: A set of generic teleoperation tools for any robot. Package: ros-lyrical-teleop-tools-msgs Version: 2.0.0-3resolute.20260901.110036 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1618 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/teleop_tools_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-teleop-tools-msgs/ros-lyrical-teleop-tools-msgs_2.0.0-3resolute.20260901.110036_amd64.deb Size: 123190 SHA256: 2d005d8631e369e94d1e88ac7e7376d6b85905022e5bb00aabcfca5ee0ff7ccf SHA1: 3d02d721866bb3d02d3948854e7c5bd80bf26da0 MD5sum: ebaf5408c6c2fc9aa47208fa63c4a3cd Description: The teleop_tools_msgs package Package: ros-lyrical-teleop-tools-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-teleop-tools-msgs Version: 2.0.0-3resolute.20260901.110036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 921 Depends: ros-lyrical-teleop-tools-msgs (= 2.0.0-3resolute.20260901.110036) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-teleop-tools-msgs/ros-lyrical-teleop-tools-msgs-dbgsym_2.0.0-3resolute.20260901.110036_amd64.deb Size: 561956 SHA256: 48f80a67d1ee9b89d2876866884d73b2dd5d2b934d199b8223f38ae629547382 SHA1: 06f416c0d1a727b5f69e2ae28dde402912417e8f MD5sum: fd39e7e555e2b87c2410e7cfc76c83ea Description: debug symbols for ros-lyrical-teleop-tools-msgs Build-Ids: 092ead0ca1f617914115e6feb8a905e2b7ccd2db 0fadc1103b31ad091bea627c4b61559c3dfcf98c 28924dc2d2f0230c50cf3be414a67bae36767b8a 2f6190f83cd9885aa64e285fa42ee4307049ebc1 3053664c4e469b118f970f493e6b4dc53fd5fea2 33a8d34aef66a494d4219af8b9d4699bf3dad074 4730404b2591cf3125be0bd693d2f34dcb5be9d6 5a8352ea4cc84b3210920a2648b6afd3b1373d9f 6a343331d8c4596a7c54aaaed530c1540e6308b0 9060b6e85d65568538a5685943f1015249498bb2 cc3d0188202c2a18c452b77684e44430587c95d0 Package: ros-lyrical-teleop-twist-joy Version: 2.6.5-3resolute.20260901.165557 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 693 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-joy, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/teleop_twist_joy Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-teleop-twist-joy/ros-lyrical-teleop-twist-joy_2.6.5-3resolute.20260901.165557_amd64.deb Size: 155134 SHA256: 2e4b664d5136d20e4530367b7c6069ae90d2113beb7b48cc67eb60b5267b5e0e SHA1: c3c6b4b0a0706f7459ed8be044717d56efd5026b MD5sum: 73f25e5a60d25024c0bfcb1226e3cfdb Description: Generic joystick teleop for twist robots. Package: ros-lyrical-teleop-twist-joy-dbgsym Package-Type: ddeb Source: ros-lyrical-teleop-twist-joy Version: 2.6.5-3resolute.20260901.165557 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3301 Depends: ros-lyrical-teleop-twist-joy (= 2.6.5-3resolute.20260901.165557) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-teleop-twist-joy/ros-lyrical-teleop-twist-joy-dbgsym_2.6.5-3resolute.20260901.165557_amd64.deb Size: 2816094 SHA256: 68fb0a5eeb89676bd93ee2ff8ecf22af6d73ca581426684af86a426c41520230 SHA1: 58690a26dcbe2eba57d0771ed70d756a41b7007f MD5sum: 633b04e6b48859f1b04a76d6ab2f948c Description: debug symbols for ros-lyrical-teleop-twist-joy Build-Ids: 3cd76c6ee0768b8daa9a4b00320a5811e1c0fe05 494dff2cf1c465b31ff22afde75c0fdf06ae166b Package: ros-lyrical-teleop-twist-keyboard Version: 2.4.1-3resolute.20260901.185145 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-lyrical-geometry-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/teleop_twist_keyboard/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-teleop-twist-keyboard/ros-lyrical-teleop-twist-keyboard_2.4.1-3resolute.20260901.185145_amd64.deb Size: 9554 SHA256: 1cd6bb43bd2df515133530d9f8240578b568904e164bc7eedfb163b96270e7df SHA1: e42a666fde92b6fd5371b20eb94fb6dbd020866d MD5sum: 72679d33a593ea928d8e80d27b73b0ea Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-lyrical-tensor-msgs Version: 0.1.2-1resolute.20260901.111824 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 626 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tensor_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tensor-msgs/ros-lyrical-tensor-msgs_0.1.2-1resolute.20260901.111824_amd64.deb Size: 78986 SHA256: 1c61c463596d1c5cb435f5f780a4ffde434871c4724c05b7fd35ca78df5ad755 SHA1: 3fdf18446f93c331d87ed0a28af136acc5928077 MD5sum: 1bbddccd58b299be2d231266532b5d32 Description: DLPack-compatible Tensor message for publishing / subscribing to tensors. Currently exposes only ExperimentalTensor (used internally; schema may change before stabilization). Package: ros-lyrical-tensor-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tensor-msgs Version: 0.1.2-1resolute.20260901.111824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 722 Depends: ros-lyrical-tensor-msgs (= 0.1.2-1resolute.20260901.111824) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tensor-msgs/ros-lyrical-tensor-msgs-dbgsym_0.1.2-1resolute.20260901.111824_amd64.deb Size: 545956 SHA256: afb2265d762938dc315225708f7fe125e6f854e598b64df5fea41e4d026c355c SHA1: 50150274afbe5504e60baefb6d40088844eb146c MD5sum: 161abe615abc04bc4bc2339ab27fa894 Description: debug symbols for ros-lyrical-tensor-msgs Build-Ids: 0b80b7f0d4b28198f563a17a91a751aee765c3f7 31310b0c02d9c8e20132f5b30fa1c4bb500f33be 3aa1e329b12d85e9f37aa8f23c956338004924d7 52e94b3709643c78a842ac35dbec352a969bed44 61a72e29a9118d6881fcc66dd4ed107b9eeb2c0d 87025b986280d38591395c2e5943bd019fb4806d 901d86fdda9f590b53bdb1dfb8ea7bb43f54ffa8 a9f5e17f72966d857212ef34a4e9644cf9ce1963 e96fb555e4b2de869952105681e598b21722ffb0 f345c9047ffa7e1ce36a1b8a766e15819694ae33 ff2cdc6b777cb5d3a499565edb69f8c8cae7e678 Package: ros-lyrical-tensorrt-cmake-module Version: 0.0.5-3resolute.20260728.210318 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 50 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tensorrt_cmake_module/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tensorrt-cmake-module/ros-lyrical-tensorrt-cmake-module_0.0.5-3resolute.20260728.210318_amd64.deb Size: 6958 SHA256: a94fab5bc0fd93326471fb7841449d5a4a670785524f18d6d0d1edf3b5a891c5 SHA1: 9835de6ddf7b4e35cec0df0a5888c513b101baba MD5sum: 201f349789a54c9e29c3df5580ea34e6 Description: Exports a CMake module to find TensorRT. Package: ros-lyrical-test-interface-files Version: 0.14.1-3resolute.20260728.172855 Architecture: amd64 Maintainer: Dharini Dutia Installed-Size: 69 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/test_interface_files/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-test-interface-files/ros-lyrical-test-interface-files_0.14.1-3resolute.20260728.172855_amd64.deb Size: 8522 SHA256: b960504aa5dab4207211d7f44790b2012c14beaf3dbbc121d5b81e930f87d54f SHA1: 7d279195e83d251991e9bf11d7f2abaf785fa468 MD5sum: 8e783d828dc854cf78309a920b440773 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-lyrical-test-msgs Version: 2.4.5-1resolute.20260901.104201 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 10864 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, python3-typing-extensions, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/test_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-test-msgs/ros-lyrical-test-msgs_2.4.5-1resolute.20260901.104201_amd64.deb Size: 715456 SHA256: 034d15ef9161710ebcef178538181f6e03250f0f4293cbeeabcea583146f99c3 SHA1: ae4974a1314bb248f1ff5bf5abe1700e16520cef MD5sum: a358c292d30e2884c0227179a711eaec Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-lyrical-test-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-test-msgs Version: 2.4.5-1resolute.20260901.104201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 7668 Depends: ros-lyrical-test-msgs (= 2.4.5-1resolute.20260901.104201) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-test-msgs/ros-lyrical-test-msgs-dbgsym_2.4.5-1resolute.20260901.104201_amd64.deb Size: 6001158 SHA256: 3b241be025cf2e7c9d85fbb3e0da0cd97fdcaa0c2b86b3c4debeac4e7e945ac5 SHA1: 2b5eac97f81dc8b916962783457f32148f567f1b MD5sum: 009b46c96c832e4d960d8ca02dc62e14 Description: debug symbols for ros-lyrical-test-msgs Build-Ids: 14af035d4f404881929d8ba82bbfac00da83155b 2a248b1cee933541604e5fe5b1f59ba50050b699 3e8b1eac0ead36fefd45dffff75f2b0a39489a54 54abc81a19c16d736741186c645fad2100018cb7 80ce26ae138b55d49ca65593ef5c73893121e426 9e20951dbd0d1ac8951e9f97a84a8e49ef930150 a7b7bc3fcb84253a3185fb66a6f053f7c597017f c0385a44a05e4625c0625ed3bf56964f59aec345 c6ca05571b5ac8a1f8186e72a391e4416348062e d9a49d58cb8507ba8752a24a086cf60bde48003e e9c7049a6aae0e7fc495b633860c4c90cbb7980f Package: ros-lyrical-tf-transformations Version: 1.1.1-3resolute.20260728.175016 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 120 Depends: python3-numpy, python3-transforms3d, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tf_transformations/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf-transformations/ros-lyrical-tf-transformations_1.1.1-3resolute.20260728.175016_amd64.deb Size: 25192 SHA256: b7d202bf0d2685fd33397a4d9a38a2a4fb7488377c226b8ff8146206511e537e SHA1: dca0ca7c14886220537093601f765f38dccb3977 MD5sum: 7cb63fcacc1d966c92384b8667545118 Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-lyrical-tf-tree-terminal Version: 2.0.0-4resolute.20260901.195409 Architecture: amd64 Maintainer: Tanneguy de Villemagne Installed-Size: 61 Depends: python3-yaml, ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tf_tree_terminal/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf-tree-terminal/ros-lyrical-tf-tree-terminal_2.0.0-4resolute.20260901.195409_amd64.deb Size: 14908 SHA256: 041d1612f6cb7208c80eb4981e1566d77ce045421063ab980ae855ce1ee99851 SHA1: 122a98d4b0264786f463874671f0afe4ec5e8b0e MD5sum: 5a67998502c568099154d9c0e3559905 Description: A lightweight ROS 2 utility to visualize the Coordinate Transform (TF) tree directly in the terminal with a folder-style structure. Package: ros-lyrical-tf2 Version: 0.45.9-1resolute.20260901.135511 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 380 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rcutils, ros-lyrical-rosidl-runtime-cpp, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/tf2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2/ros-lyrical-tf2_0.45.9-1resolute.20260901.135511_amd64.deb Size: 94996 SHA256: 1ec8a9f62490a6475f6baf44a07802b5147fd0e3c1f6e936b0bd3822957c26d1 SHA1: 476cfeb9c3bd3c02a51fbceacde9d2383402f0e1 MD5sum: a2afa1063846f8c4ce3fc7faad942d51 Description: tf2 is the second generation of the transform library, which lets the user keep track of multiple coordinate frames over time. tf2 maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time. Package: ros-lyrical-tf2-2d Version: 1.6.2-1resolute.20260901.200757 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 119 Depends: libboost-dev, libeigen3-dev, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tf2_2d/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-2d/ros-lyrical-tf2-2d_1.6.2-1resolute.20260901.200757_amd64.deb Size: 15956 SHA256: 05e8462f8de4541c106f8d0edbd6eb65f2aa418c5196022f81745b99af83346b SHA1: 94fe4bd4d0ddefc9be06bae13539371492550a81 MD5sum: a670388b6abde1b0d627a0d77bb36428 Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-lyrical-tf2-bullet Version: 0.45.9-1resolute.20260901.195325 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 64 Depends: libbullet-dev, ros-lyrical-geometry-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/tf2_bullet Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-bullet/ros-lyrical-tf2-bullet_0.45.9-1resolute.20260901.195325_amd64.deb Size: 10360 SHA256: 796f476e91e3a81ae9d3f161a4ded62ee32fd4880aafa39944016b0d37aaf62d SHA1: de39eb0c2360a52a2d359d0e9ecbfafe3bc3cbf6 MD5sum: f4ab73731c405bb399d4085fefdc36a0 Description: tf2_bullet Package: ros-lyrical-tf2-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2 Version: 0.45.9-1resolute.20260901.135511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 649 Depends: ros-lyrical-tf2 (= 0.45.9-1resolute.20260901.135511) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2/ros-lyrical-tf2-dbgsym_0.45.9-1resolute.20260901.135511_amd64.deb Size: 588256 SHA256: e271d5f97b4ea494978178d746fd14c0395c44b1f5f0d962d6806bdca98fc755 SHA1: a5843f0229573c9bbd97a4f3ac52ef4e7459cb1a MD5sum: 77ec25c78979b3a52b44146ea6158230 Description: debug symbols for ros-lyrical-tf2 Build-Ids: 689e7840a4765fbbdc7999b0df278629dc48c8aa Package: ros-lyrical-tf2-eigen Version: 0.45.9-1resolute.20260901.195355 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 86 Depends: libeigen3-dev, ros-lyrical-geometry-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tf2_eigen/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-eigen/ros-lyrical-tf2-eigen_0.45.9-1resolute.20260901.195355_amd64.deb Size: 13198 SHA256: b5c7ca422ff6e57ab31fb2b651cacc4bf65a0feb44f70a356bbbc02d1f53906b SHA1: f35a0ceebec2a946834ec9697937e68a08cf9040 MD5sum: db168be7b07424387ecf65dea1c44bec Description: tf2_eigen Package: ros-lyrical-tf2-eigen-kdl Version: 0.45.9-1resolute.20260901.142828 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 95 Depends: libc6 (>= 2.4), liborocos-kdl1.5 (>= 1.5.2), libeigen3-dev, liborocos-kdl-dev, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tf2_eigen_kdl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-eigen-kdl/ros-lyrical-tf2-eigen-kdl_0.45.9-1resolute.20260901.142828_amd64.deb Size: 15404 SHA256: 41334581f878dc1e54bc89268b082450b6d9239b666c0007e6ba0e734e9ec98d SHA1: b21636ddd4dd411d495d552f10809a8db218450b MD5sum: cf141ccb9c71ca36eb7b162238845775 Description: Conversion functions between: - Eigen and KDL Package: ros-lyrical-tf2-eigen-kdl-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2-eigen-kdl Version: 0.45.9-1resolute.20260901.142828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 107 Depends: ros-lyrical-tf2-eigen-kdl (= 0.45.9-1resolute.20260901.142828) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-eigen-kdl/ros-lyrical-tf2-eigen-kdl-dbgsym_0.45.9-1resolute.20260901.142828_amd64.deb Size: 90886 SHA256: 0e92676bbd338fd1695e559507babcafa042bc3f135cf7cf08c3288712d4571d SHA1: 947f2137986134947fa1fc5b1de3d24b6a489825 MD5sum: 8e83289f91f54e6d92bdd0b845302c16 Description: debug symbols for ros-lyrical-tf2-eigen-kdl Build-Ids: 64614ffe6268ab4fc76712b1cfc6cf3fd3b92e25 Package: ros-lyrical-tf2-geometry-msgs Version: 0.45.9-1resolute.20260901.195356 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 140 Depends: liborocos-kdl-dev, liborocos-kdl1.5, python3-numpy, ros-lyrical-geometry-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-tf2-ros-py, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-geometry-msgs/ros-lyrical-tf2-geometry-msgs_0.45.9-1resolute.20260901.195356_amd64.deb Size: 18928 SHA256: 1b643513c467b11cdcc95b340f3beeeb043852cbafdb28d5f60cdd244f4277d2 SHA1: 48edd6ccdf92cced708e828c14a5adc1a5ad1fe8 MD5sum: 249d45d55cae8cbd83770c9f1be19415 Description: tf2_geometry_msgs Package: ros-lyrical-tf2-kdl Version: 0.45.9-1resolute.20260901.201217 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 92 Depends: liborocos-kdl-dev, liborocos-kdl1.5, python3-pykdl, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-tf2-ros-py, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/tf2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-kdl/ros-lyrical-tf2-kdl_0.45.9-1resolute.20260901.201217_amd64.deb Size: 13300 SHA256: f2d6af549aa7c48a4f91fe4ffa2400ff89c16fc8f1dccd363a0bceb6df4343ca SHA1: 0e7e87a971db56ae42c2566e4399fb42410d63af MD5sum: e871ab8097f07ab6d6ac2389707279ea Description: KDL binding for tf2 Package: ros-lyrical-tf2-msgs Version: 0.45.9-1resolute.20260901.125957 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2381 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/tf2_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-msgs/ros-lyrical-tf2-msgs_0.45.9-1resolute.20260901.125957_amd64.deb Size: 184014 SHA256: 66641a3a4eb05cd898df20a73967c8ee2420988df8b92e85cf99b539affd5869 SHA1: 120fcc0df3015fda36bf8cfee6ec8d503197494c MD5sum: 45fcce23393776a067a95caac4d49eba Description: tf2_msgs Package: ros-lyrical-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2-msgs Version: 0.45.9-1resolute.20260901.125957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1651 Depends: ros-lyrical-tf2-msgs (= 0.45.9-1resolute.20260901.125957) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-msgs/ros-lyrical-tf2-msgs-dbgsym_0.45.9-1resolute.20260901.125957_amd64.deb Size: 1170672 SHA256: 945f1da70faf90398e08ed1e920218e736e6fdd3993b1fc8ca48fdee8387665c SHA1: 9ed6fab28cc6fca77d6f337a4e91de0680cdd802 MD5sum: 20a8263c11a61c5bbe3f4c898d1f12b8 Description: debug symbols for ros-lyrical-tf2-msgs Build-Ids: 38612779c29408a3cae22c84687624a0a28825f4 57a68d39b671d0189eb513994d54cabca1841d71 5a61e146922c878db2d397f5ca93b508fe23abf3 5f369169820d9833b90ef4e59817695106d6b205 6651292183e223b8ab771322b850bfafbd3982ab 83e28c9fc75f13ac2a5a9461cb8ca3510735b13b 8dd06fbfc2b4cb5b3642530a29d59fed7485ef0d a4ad178034b0b8a5181330751b0baffaab3b11df b7745a7e70da02572323864eb1d7e8ddb558bbe7 ce1b54b92d4c76c75eaae845790eea0d1627141a eddf0468915a6b4ea9ca8b497de875ce6e3d54ef Package: ros-lyrical-tf2-py Version: 0.45.9-1resolute.20260901.185147 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 129 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-rpyutils, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: http://index.ros.org/p/tf2_py Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-py/ros-lyrical-tf2-py_0.45.9-1resolute.20260901.185147_amd64.deb Size: 30456 SHA256: 41332b573c0ed5f981237e81deebd9fd0fc8609aeb12e2598bee7f9d1489474f SHA1: 49731c05b4c0cdca5a71cff5155f063039f9c043 MD5sum: b17a64211ed950af5d9c2ead99a8c364 Description: Python bindings for the tf2 library Package: ros-lyrical-tf2-py-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2-py Version: 0.45.9-1resolute.20260901.185147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 202 Depends: ros-lyrical-tf2-py (= 0.45.9-1resolute.20260901.185147) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-py/ros-lyrical-tf2-py-dbgsym_0.45.9-1resolute.20260901.185147_amd64.deb Size: 171312 SHA256: c300e86998c114d2be110fef8d3fdfc6b4c8ae78353fd16d72f6ac640af61bc3 SHA1: b439451e67f61310737007ef460fdff0667f644f MD5sum: d51bcc2d2c6e4154fe19625cf875f0cf Description: debug symbols for ros-lyrical-tf2-py Build-Ids: 8f92711c80e2d8aa66c56886cf7ca01b0e0c572f Package: ros-lyrical-tf2-ros Version: 0.45.9-1resolute.20260901.194254 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1659 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-message-filters, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-rcpputils, ros-lyrical-tf2, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-ros/ros-lyrical-tf2-ros_0.45.9-1resolute.20260901.194254_amd64.deb Size: 339522 SHA256: 35b56505314ec3368d751d8dfbe3ada4898bfebba962b6a2340b5f2133c35e3f SHA1: 79678bdda665344f023d1b69ea21554659fb18d5 MD5sum: 49f58433ab09d104393529297c329363 Description: This package contains the C++ ROS bindings for the tf2 library Package: ros-lyrical-tf2-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2-ros Version: 0.45.9-1resolute.20260901.194254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 8599 Depends: ros-lyrical-tf2-ros (= 0.45.9-1resolute.20260901.194254) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-ros/ros-lyrical-tf2-ros-dbgsym_0.45.9-1resolute.20260901.194254_amd64.deb Size: 7533930 SHA256: d7c59bfa26cec3f8f2fb56ca742ddd640662bb1d5ab14cbd29e43acf3438513c SHA1: 5f5a04e9cee337a867f43946252d6c33110e5138 MD5sum: 36794c40e994bd957a8d3f1e33d0a579 Description: debug symbols for ros-lyrical-tf2-ros Build-Ids: 0189c42f2500b2848cb54eff7fa51334b2e40ae1 04611aec39392b15a4557beb2f2513132eaeb325 4f5ca5f6dfb2b569692ad0a9d4710728e84d2124 738d0ec8c94e0964e3349eb7818ce8162122472b a620796d62efb8cbf352b434fc509b0cf9c98a34 f7bc3d1034f52c4c55cff2a1acca896431a4c624 Package: ros-lyrical-tf2-ros-py Version: 0.45.9-1resolute.20260901.185537 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 161 Depends: ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2-msgs, ros-lyrical-tf2-py, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-ros-py/ros-lyrical-tf2-ros-py_0.45.9-1resolute.20260901.185537_amd64.deb Size: 30106 SHA256: 2ed1626dba97347d7a983660d20d82ad1127f68d373806c2e2674c350912d4dd SHA1: a3265f5210916d904509bb03511f1eeca5888510 MD5sum: 49055f86c0784d7cb94e7f0b6f9252d9 Description: This package contains the ROS Python bindings for the tf2 library Package: ros-lyrical-tf2-sensor-msgs Version: 0.45.9-1resolute.20260901.195158 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 90 Depends: libeigen3-dev, python3-numpy, ros-lyrical-eigen3-cmake-module, ros-lyrical-geometry-msgs, ros-lyrical-sensor-msgs, ros-lyrical-sensor-msgs-py, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-tf2-ros-py, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-sensor-msgs/ros-lyrical-tf2-sensor-msgs_0.45.9-1resolute.20260901.195158_amd64.deb Size: 14738 SHA256: a256d0d4c104009676d6fd5dfecee977c22969768407aeb907249a805cf87a45 SHA1: a4d6c04a1e986b91f7d1c34ff14a677802588726 MD5sum: 65959fe7d2efe4ed55a2a77d48158c32 Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-lyrical-tf2-tools Version: 0.45.9-1resolute.20260901.185750 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 47 Depends: graphviz, python3-yaml, ros-lyrical-rclpy, ros-lyrical-tf2-msgs, ros-lyrical-tf2-py, ros-lyrical-tf2-ros-py, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/tf2_tools Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-tools/ros-lyrical-tf2-tools_0.45.9-1resolute.20260901.185750_amd64.deb Size: 10140 SHA256: 677ece48d6f54f90b5002f7c31626f53e1c8430e2ab3bf02f89b3ed29f621efb SHA1: fd6b99fd1a062a746826e682bae1a86f417dcdb6 MD5sum: 00304fb7534d13e266b93658eb758662 Description: tf2_tools Package: ros-lyrical-tf2-web-republisher Version: 1.0.0-3resolute.20260901.195349 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 236 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclcpp-components, ros-lyrical-tf2, ros-lyrical-tf2-ros, ros-lyrical-tf2-web-republisher-interfaces, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tf2_web_republisher/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-web-republisher/ros-lyrical-tf2-web-republisher_1.0.0-3resolute.20260901.195349_amd64.deb Size: 57592 SHA256: be9f0cf34ef37f45552f82a89c6ac079796ab5505bab081bf3afffb73713d7bd SHA1: 87cef7312e5d17cb3232024eadfd1747451aeb29 MD5sum: 8df1f8483da05bbfa43ee8cabd64e9fe Description: Republishing of Selected TFs Package: ros-lyrical-tf2-web-republisher-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2-web-republisher Version: 1.0.0-3resolute.20260901.195349 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1126 Depends: ros-lyrical-tf2-web-republisher (= 1.0.0-3resolute.20260901.195349) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-web-republisher/ros-lyrical-tf2-web-republisher-dbgsym_1.0.0-3resolute.20260901.195349_amd64.deb Size: 1018818 SHA256: 4845ca0a795c758c645660dc72a1bb247757b77c4164d899a6b72617d3377525 SHA1: 2a570c044ab108845e19ca7dd3d509c9bfddad65 MD5sum: 9a1595620abf989fa7d1b2d30445e8a3 Description: debug symbols for ros-lyrical-tf2-web-republisher Build-Ids: 6c3aa3966bba576af7ae4b917bb3ebf5788d9779 faa7ce649f083648b3c5fa42348e860a6c614235 Package: ros-lyrical-tf2-web-republisher-interfaces Version: 1.0.0-3resolute.20260901.130003 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 2481 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tf2_web_republisher_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-web-republisher-interfaces/ros-lyrical-tf2-web-republisher-interfaces_1.0.0-3resolute.20260901.130003_amd64.deb Size: 180502 SHA256: e9561f44727e15bcb8c9d35a52df87bcfbd8719c3d1916b460c0caf37b6c0a3c SHA1: 20f165c626827b08ab53b3f2ed37978956541976 MD5sum: e0c7c409bd50a9fd40c282c9b68701c2 Description: Interface definitions for tf2_web_republisher Package: ros-lyrical-tf2-web-republisher-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-tf2-web-republisher-interfaces Version: 1.0.0-3resolute.20260901.130003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1668 Depends: ros-lyrical-tf2-web-republisher-interfaces (= 1.0.0-3resolute.20260901.130003) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tf2-web-republisher-interfaces/ros-lyrical-tf2-web-republisher-interfaces-dbgsym_1.0.0-3resolute.20260901.130003_amd64.deb Size: 1147448 SHA256: 8e8e8a010136101e48b22cc5da656025ce11ca5efb7f9feb4a00dd1623d7c430 SHA1: 6e2f656c6add15a29723e7473ad4d04bb94de7e4 MD5sum: 198b0c74c3f9da05acd5d5681aea10ae Description: debug symbols for ros-lyrical-tf2-web-republisher-interfaces Build-Ids: 248a54a05d1031268d9a2804754a2a4772d368cc 4da489cd1aabcdd23c808c611a7d1d8ba828b8bc 57f514a6b529fd4b8aa15b9ae53176944a4cde3a 6b023294d757b4d349f08ce2797a8b908b211e7f 7d2e3c75bbbfd630f84f2181835264aa0be6ef8c 8855a691f904551b3ec4fa0137a582219b71b834 a11e3856163501717a2a5074aabb8d8f7ab72c59 a7a24be56bb1d817e92c5f0bd20cdb786396ba06 ad3ffeb4b7beb1e80cfe1e2e2b8bd25ec50600d0 f1c88cef9dc69ba8a735f71662e7f20eb17fbf86 f89a479551833a6e62ed08fcd83f508bc70901e9 Package: ros-lyrical-theora-image-transport Version: 6.2.6-1resolute.20260901.183128 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 1693 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libogg0 (>= 1.0rc3), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), libtheoradec2 (>= 1.2), libtheoraenc2 (>= 1.2), ros-lyrical-fastcdr, libogg-dev, libopencv-imgproc-dev, libtheora-dev, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-theora-image-transport/ros-lyrical-theora-image-transport_6.2.6-1resolute.20260901.183128_amd64.deb Size: 312340 SHA256: 1650db7b505c1d826c8ea4833ca1200db3f44683681ba4dca68c5ed023646959 SHA1: 598e5a7208fd7541eaf77b69fe4cac7a2968e491 MD5sum: c16b32c33210e40f54e43d6540781734 Description: Theora_image_transport provides a plugin to image_transport for transparently sending an image stream encoded with the Theora codec. Package: ros-lyrical-theora-image-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-theora-image-transport Version: 6.2.6-1resolute.20260901.183128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 6650 Depends: ros-lyrical-theora-image-transport (= 6.2.6-1resolute.20260901.183128) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-theora-image-transport/ros-lyrical-theora-image-transport-dbgsym_6.2.6-1resolute.20260901.183128_amd64.deb Size: 5606196 SHA256: 25a83bc3810ce4cf0fc518c7d4bfa118b875e36c38d53f6d0ac12d6cc99b70a2 SHA1: 15270d07491510f1b9b2d8212e2baf4bedbfd8b6 MD5sum: c2615d60e4246ed96dc83978e8e357fe Description: debug symbols for ros-lyrical-theora-image-transport Build-Ids: 001e74a116d9631631005c14cfd9926302506ad9 003e03cc306b32cbc18cad89ae500190a879ad19 1a47ac930c0f35144a370e541a8d81d1229d1fc9 54c674697e810830c9b3c54181fca2ae777fd1cf 55af607a1bee3d41bd8e998f2c5ae6e2af2b87ee 59e3e202b6e3cce7f87afeb32084deea5b2b1095 7afd8e3c6668b1ce3a4d6595a95c7188750029bc 8573dbb4615250c0cc69bcc8d81241c2fae66618 9cda948421227da7f6c05a79a844d7da185aa39a af4e8619aa460c9cf60b54f5f09ea0ff597cf8ad b22830816f7b5282614300eac2932632d2f999f5 bf62356a3144891203aa9926f9c9005b1f1d57e6 d24408277c7a4cb6cf1c7359ccf468b14c650ba9 Package: ros-lyrical-tile-map Version: 4.0.3-1resolute.20260914.092517 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 410 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libjsoncpp26 (>= 1.9.6), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.2.0), libqt6network6 (>= 6.1.2), libqt6opengl6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, qt6-base-dev, ros-lyrical-mapviz, ros-lyrical-pluginlib, ros-lyrical-qt-gui-cpp, ros-lyrical-rclcpp, ros-lyrical-swri-math-util, ros-lyrical-swri-transform-util, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tile-map/ros-lyrical-tile-map_4.0.3-1resolute.20260914.092517_amd64.deb Size: 113264 SHA256: a429ab787c124f7be83828e0b8a99956a87baad166b29d9f9a3a8a4492f15296 SHA1: 41fc0343444abecc7d4aa21a99a8f5da5c7b0476 MD5sum: 9143661d49d24f83e74f19d279e2b272 Description: Tile map provides a slippy map style interface for visualizing OpenStreetMap and GoogleMap tiles. A mapviz visualization plug-in is also implemented Package: ros-lyrical-tile-map-dbgsym Package-Type: ddeb Source: ros-lyrical-tile-map Version: 4.0.3-1resolute.20260914.092517 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 3333 Depends: ros-lyrical-tile-map (= 4.0.3-1resolute.20260914.092517) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tile-map/ros-lyrical-tile-map-dbgsym_4.0.3-1resolute.20260914.092517_amd64.deb Size: 3248308 SHA256: 64c77a8fae6d267836d820bc9248ec5b7309ea48d4815b38c70a995afe0572ff SHA1: 5bdf52f80031dca894f9a7588b2b584239d89a98 MD5sum: cb2816074c8b3239bc8788a2bd3a84d1 Description: debug symbols for ros-lyrical-tile-map Build-Ids: 85f88490d490a497085ed2e679bf3ca7a4cc9bb0 d4b6c6e7aa8cbd0795e6d3b62c2237dd2c517247 Package: ros-lyrical-tinyspline-vendor Version: 0.6.1-3resolute.20260728.210336 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 450 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-lyrical-ros-workspace Homepage: https://github.com/msteinbeck/tinyspline Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tinyspline-vendor/ros-lyrical-tinyspline-vendor_0.6.1-3resolute.20260728.210336_amd64.deb Size: 109892 SHA256: 0c465737d0bcd9b313f4f8a65ed14f0a42abf070ca7b9b7fe3bb7a38d958338f SHA1: 6e69934038102b658d1e38de8fb36c07f3cd5cfe MD5sum: 892aaf0b53afb7acac04821da87181ff Description: The vendor package for tinyspline. Package: ros-lyrical-tinyspline-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-tinyspline-vendor Version: 0.6.1-3resolute.20260728.210336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 410 Depends: ros-lyrical-tinyspline-vendor (= 0.6.1-3resolute.20260728.210336) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tinyspline-vendor/ros-lyrical-tinyspline-vendor-dbgsym_0.6.1-3resolute.20260728.210336_amd64.deb Size: 321382 SHA256: c05c70ac493a197af1bab2e0dbb7d1a587bb0a78455650c42773bb54b68c334d SHA1: f4b344432fee252d724ef57f1abb1c057599d77f MD5sum: f164d1273c245817acffcea6b731e477 Description: debug symbols for ros-lyrical-tinyspline-vendor Build-Ids: 79e08b0014f7a9a046af6b84783fc4c3bc4adc40 94ede25a5a1dd810c4840b5190a697306c7bb679 Package: ros-lyrical-tinyxml-vendor Version: 0.10.0-4resolute.20260728.210336 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 49 Depends: libtinyxml-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tinyxml_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tinyxml-vendor/ros-lyrical-tinyxml-vendor_0.10.0-4resolute.20260728.210336_amd64.deb Size: 6892 SHA256: 21ac88a25a342f167a6eed92426d682ac1c806b8bf973dff9ac5c666425acae1 SHA1: b2dc56d88e89e16ba1fd971f9f5c69d47075568f MD5sum: e6c83be47f8c3d917a3ab68d6bc7b7ba Description: CMake shim over the tinxml library. Package: ros-lyrical-tinyxml2-vendor Version: 0.11.3-3resolute.20260728.210334 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 53 Depends: libtinyxml2-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tinyxml2_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tinyxml2-vendor/ros-lyrical-tinyxml2-vendor_0.11.3-3resolute.20260728.210334_amd64.deb Size: 7984 SHA256: a2b53426af9d6c1347dec921d285aefbfad0127f63e2399008550e9758ed6a9e SHA1: 5503da3bc003f81ec66f79d605b251955fc69dfa MD5sum: 7a5e90c678c6a0083afb9de211edb522 Description: Wrapper around tinyxml2, providing nothing but a dependency on tinyxml2, on some systems. On others, it provides a fixed CMake module or even an ExternalProject build of tinyxml2. Package: ros-lyrical-tlsf Version: 0.11.1-3resolute.20260728.210355 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 67 Depends: ros-lyrical-ament-cmake, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tlsf/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tlsf/ros-lyrical-tlsf_0.11.1-3resolute.20260728.210355_amd64.deb Size: 12218 SHA256: b3156ee6a1c38736e35a32f64c9040bde503c4344ff6620a136f0a1e57010366 SHA1: b63cc093e362f67b88fed75663fe15a7d2be02f2 MD5sum: 7344246531b2afbc2515f3b6b6b1a2d7 Description: TLSF allocator version 2.4.6 Package: ros-lyrical-tlsf-cpp Version: 0.20.1-1resolute.20260901.165941 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 527 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rcl, ros-lyrical-rclcpp, ros-lyrical-rmw, ros-lyrical-std-msgs, ros-lyrical-tlsf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tlsf_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tlsf-cpp/ros-lyrical-tlsf-cpp_0.20.1-1resolute.20260901.165941_amd64.deb Size: 117704 SHA256: 6de7a3b844734d84f477e383c5ce6f730b79b2a7137a8b36f7ecdb633bca60fd SHA1: a02ee308bb0bebf4f726695b05a14c1e1b957996 MD5sum: 6faae35f1b4b8a61c46c9866349e334c Description: C++ stdlib-compatible wrapper around tlsf allocator and ROS2 examples Package: ros-lyrical-tlsf-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-tlsf-cpp Version: 0.20.1-1resolute.20260901.165941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 2332 Depends: ros-lyrical-tlsf-cpp (= 0.20.1-1resolute.20260901.165941) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tlsf-cpp/ros-lyrical-tlsf-cpp-dbgsym_0.20.1-1resolute.20260901.165941_amd64.deb Size: 1913302 SHA256: fce899b2bb8317440400348517d2949b541674f2724db460ebdc31cca8c8f317 SHA1: 9dad87aa9794fe768fc70df46e770ff9d9b37793 MD5sum: c62294c46d35e4ff38a17143b5630ecd Description: debug symbols for ros-lyrical-tlsf-cpp Build-Ids: 8d4741582a799fa2291c595c0975ca79f5460f42 Package: ros-lyrical-topic-monitor Version: 0.37.9-1resolute.20260901.184506 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 101 Depends: ros-lyrical-example-interfaces, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/topic_monitor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-monitor/ros-lyrical-topic-monitor_0.37.9-1resolute.20260901.184506_amd64.deb Size: 22916 SHA256: bb31513f0485b7535c65289df02db9236b4a04bbed56311d240395db48b4693c SHA1: 88a805ce11761fb7c6c74594c39159f26bc7c613 MD5sum: b8f5daabe605af4b78aa0f48297af6df Description: Package containing tools for monitoring ROS 2 topics. Package: ros-lyrical-topic-statistics-demo Version: 0.37.9-1resolute.20260901.170002 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 988 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-rclcpp, ros-lyrical-rcutils, ros-lyrical-sensor-msgs, ros-lyrical-statistics-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/topic_statistics_demo/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-statistics-demo/ros-lyrical-topic-statistics-demo_0.37.9-1resolute.20260901.170002_amd64.deb Size: 170726 SHA256: 6e1fed271ed97a31a5eab0caeb997de9fdb7cb2c696544a5e1df4e305174cc47 SHA1: 7263da739a4d0ff324d0ca639032604bcb4e9f7d MD5sum: ae147622d18cbbfc0b4cc33a49094967 Description: C++ demo application for topic statistics feature. Package: ros-lyrical-topic-statistics-demo-dbgsym Package-Type: ddeb Source: ros-lyrical-topic-statistics-demo Version: 0.37.9-1resolute.20260901.170002 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4992 Depends: ros-lyrical-topic-statistics-demo (= 0.37.9-1resolute.20260901.170002) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-statistics-demo/ros-lyrical-topic-statistics-demo-dbgsym_0.37.9-1resolute.20260901.170002_amd64.deb Size: 4052958 SHA256: 54c528cedbf9fa140bd6d458a218fcf72310e439fdc3b75749291d66a75fb10b SHA1: 82dfa9b683cea1ebd6526c03547f48c092a00b6e MD5sum: cb02020f6843757874f7757197da022b Description: debug symbols for ros-lyrical-topic-statistics-demo Build-Ids: 53cbc65721e5779c9fd2f3423541140f9f2b4483 Package: ros-lyrical-topic-tools Version: 1.5.0-1resolute.20260901.174618 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 1385 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-ros2topic, ros-lyrical-rosidl-runtime-py, ros-lyrical-topic-tools-interfaces, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/topic_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-tools/ros-lyrical-topic-tools_1.5.0-1resolute.20260901.174618_amd64.deb Size: 220734 SHA256: 556b8cb00cffe9ebabe5f5c9ed6dc8308c1695ec138fc4607403c1a5fcfdedbd SHA1: 18ebca7a998fc992a62875df91f48befe3415151 MD5sum: c44108ab0c20a36f7a580e6d44307b15 Description: Tools for directing, throttling, selecting, and otherwise messing with ROS 2 topics at a meta level. Package: ros-lyrical-topic-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-topic-tools Version: 1.5.0-1resolute.20260901.174618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 8913 Depends: ros-lyrical-topic-tools (= 1.5.0-1resolute.20260901.174618) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-tools/ros-lyrical-topic-tools-dbgsym_1.5.0-1resolute.20260901.174618_amd64.deb Size: 8201912 SHA256: 5bb559a341f6918de4503b13fcac9d9752a17fd2b4229e792093b4f2dbee9c52 SHA1: 906de91823558273fd28d0e993e5adc1f41a838a MD5sum: 92751c8227b5eac27a18165e1f6e5b03 Description: debug symbols for ros-lyrical-topic-tools Build-Ids: 0061c3f046b17d1eb499470b56702a077fb3cc32 0a1aac3c2a0e84438a8f775026111a364d444e73 0fb0ba1f91e1b9561fd8eae13ac7ead9562cdfb4 5a4ba92f81aa8726c5fe6ada6bb8fd4628591d8f 63439117530f0db80eafc2c5a739142261ecbc2e 8d36fd0e2968cbe62077cbe8360369cbc14597d0 8d59dbaf3b60ca038428f77f9a2d54475360d5c0 b20c6aad4df2e93b1cad40c8888c28d281f5be52 b49b5e9c39d4acff4dc9d505454353d9cefea49f bc195519e452d10e2e212c0df6e95d57369362a4 e61bfbffa3dbbe1a53317507ef0e962a6838fcaa ebf7be8ebc3499f4ba277989e56281e90c4c9a1a Package: ros-lyrical-topic-tools-interfaces Version: 1.5.0-1resolute.20260901.104123 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 3595 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/topic_tools_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-tools-interfaces/ros-lyrical-topic-tools-interfaces_1.5.0-1resolute.20260901.104123_amd64.deb Size: 224364 SHA256: 68bfdfd37bd7f46144f4bdc15f76dc322465a1d1679eb71b102352dc7f192b25 SHA1: a8a2f401e9e40d2b61184fcef8355567b8f532b7 MD5sum: ba05d6b70bba5f28396ef7096d401a53 Description: topic_tools_interfaces contains messages and services for topic_tools Package: ros-lyrical-topic-tools-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-topic-tools-interfaces Version: 1.5.0-1resolute.20260901.104123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 2797 Depends: ros-lyrical-topic-tools-interfaces (= 1.5.0-1resolute.20260901.104123) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-topic-tools-interfaces/ros-lyrical-topic-tools-interfaces-dbgsym_1.5.0-1resolute.20260901.104123_amd64.deb Size: 2048432 SHA256: 436b377ef0a290bc095c453123d7ed8e11d4665ea577e320187094ead9692820 SHA1: e63886cdf53e8c749e69feeb9124b0c92abfab71 MD5sum: 99a286c9ba2c3bf3dfd9a68ecb168a9e Description: debug symbols for ros-lyrical-topic-tools-interfaces Build-Ids: 00aea50b6306e1c80eb116fab60462c0662994cb 0d399416ef5ea1e894b259343fa6d255138eb501 0ffc8f1bfe77c223915aba28590ef01898345e74 52bbbacfcd52538f8dc0e0a5e9d97055d1cf91d5 8a4dbd151a2282f819ed0554074900e8038adf96 a11c2da819a9bfba495ca21a8d9e962e29d603b6 a200f22a06d4357a1a6b959fa71d3b67713d9711 c55136a2f975b1c24c0a8d0a813d78029ebbb49e d6a3b248084fd70e674a3ea9884c7e4601e56849 f48f27f1c6f4374aacd8bee33b57c1ade18526dd f572f48dc4cac68eea6cbc75d9690ba0446f4e75 Package: ros-lyrical-toppra Version: 0.6.10-1resolute.20260828.183821 Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 706 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-lyrical-ros-workspace Homepage: https://hungpham2511.github.io/toppra/index.html Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-toppra/ros-lyrical-toppra_0.6.10-1resolute.20260828.183821_amd64.deb Size: 233234 SHA256: 10b6060ca2d8728c73408293a14b2cfe66c681168795d3b6722f8e117932887f SHA1: e1160d162d5984432ff2589836f468e8950c82e4 MD5sum: d01e9f21085f9b2360158a94b10ab4c8 Description: Time-Optimal Path Parameterization Package: ros-lyrical-toppra-dbgsym Package-Type: ddeb Source: ros-lyrical-toppra Version: 0.6.10-1resolute.20260828.183821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 8039 Depends: ros-lyrical-toppra (= 0.6.10-1resolute.20260828.183821) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-toppra/ros-lyrical-toppra-dbgsym_0.6.10-1resolute.20260828.183821_amd64.deb Size: 7875514 SHA256: ca16903cc7031f56ebab4a16e0ff07263cd9fb5857620011ed831cc81236de68 SHA1: 06bc3e3176306030d255f4d481f02e72b8004844 MD5sum: bf2bfa01e97f44673215c2a4b10169ca Description: debug symbols for ros-lyrical-toppra Build-Ids: 3cc4806d26fd9494960cd6d0e5c981877d061efd e1baf30f054c204de5240703349cf37598200baf Package: ros-lyrical-torch-conversions Version: 0.1.2-1resolute.20260901.122004 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 79 Depends: ros-lyrical-libtorch-vendor, ros-lyrical-rcutils, ros-lyrical-rmw, ros-lyrical-rosidl-buffer, ros-lyrical-tensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/torch_conversions/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-torch-conversions/ros-lyrical-torch-conversions_0.1.2-1resolute.20260901.122004_amd64.deb Size: 13654 SHA256: 65114e66d429c894b4971b398180b7c08cac40f4226754b13a9ab28ab75448ba SHA1: 46bf3ae3442c45afe2a9795cca2fbd0c703e3c3d MD5sum: 2f24fa607bce4cb334b72c4e3d372f50 Description: Header-only helper library that converts between a tensor_msgs/ExperimentalTensor message and an at::Tensor backed by rosidl::Buffer storage. Package: ros-lyrical-trac-ik Version: 2.2.0-3resolute.20260901.215711 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 45 Depends: ros-lyrical-trac-ik-kinematics-plugin, ros-lyrical-trac-ik-lib, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/trac_ik Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trac-ik/ros-lyrical-trac-ik_2.2.0-3resolute.20260901.215711_amd64.deb Size: 5934 SHA256: 14bbca3b15a410a4783feceb3af61c5f06d4235c03b8a24932d0a6eaef645b03 SHA1: cdc35a3e30cb28e04c6d32269d1e71717e366296 MD5sum: 3814491a80cb98e681875dfbc521e8eb Description: The ROS packages in this repository were created to provide an improved alternative Inverse Kinematics solver to the popular inverse Jacobian methods in KDL. TRAC-IK handles joint-limited chains better than KDL without increasing solve time. Package: ros-lyrical-trac-ik-kinematics-plugin Version: 2.2.0-3resolute.20260901.214852 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 226 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-lyrical-moveit-core, ros-lyrical-class-loader, ros-lyrical-generate-parameter-library, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-tf2-kdl, ros-lyrical-trac-ik-lib, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/trac_ik_kinematics_plugin/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trac-ik-kinematics-plugin/ros-lyrical-trac-ik-kinematics-plugin_2.2.0-3resolute.20260901.214852_amd64.deb Size: 60898 SHA256: 6a94534d090d77629eaf21248887a9463cde14a29afe15d37ed0d1930828a36a SHA1: 809bd4a356cd217866ca2b45b06fcac8bcc8395b MD5sum: 4c17a52f62351b6e20976d6b1941ce4f Description: A MoveIt! Kinematics plugin using TRAC-IK Package: ros-lyrical-trac-ik-kinematics-plugin-dbgsym Package-Type: ddeb Source: ros-lyrical-trac-ik-kinematics-plugin Version: 2.2.0-3resolute.20260901.214852 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1759 Depends: ros-lyrical-trac-ik-kinematics-plugin (= 2.2.0-3resolute.20260901.214852) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trac-ik-kinematics-plugin/ros-lyrical-trac-ik-kinematics-plugin-dbgsym_2.2.0-3resolute.20260901.214852_amd64.deb Size: 1715864 SHA256: bfc0d2156e0ddb8977e4e7185ecc65e9d5ad262e3a909f74712c3322fc438c7e SHA1: 896b74bd3bacd3588eaf00434dcee5b10a7fe49d MD5sum: 8d4fcbc559793d3c65db48d5b6dbe1a6 Description: debug symbols for ros-lyrical-trac-ik-kinematics-plugin Build-Ids: 78a9d8811e5c80c141d4e7cf666c604004471de7 Package: ros-lyrical-trac-ik-lib Version: 2.2.0-3resolute.20260901.152251 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 312 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libnlopt-cxx0 (>= 2.7.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), libeigen3-dev, libnlopt-cxx-dev, pkg-config, ros-lyrical-eigen3-cmake-module, ros-lyrical-geometry-msgs, ros-lyrical-kdl-parser, ros-lyrical-rclcpp, ros-lyrical-urdf, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/trac_ik_lib/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trac-ik-lib/ros-lyrical-trac-ik-lib_2.2.0-3resolute.20260901.152251_amd64.deb Size: 98742 SHA256: 09f86270ed77173bb57f58cc8ed261d32b3b0b83cb0f8000a443f7b103e1ffb0 SHA1: 5d76251a3f0978659ac4d1ae8787b1ca7aa2efd2 MD5sum: b883c178d3e70d3644595dc161869792 Description: TRAC-IK is a faster, significantly more reliable drop-in replacement for KDL's pseudoinverse Jacobian solver. The TRAC-IK library has a very similar API to KDL's IK solver calls, except that the user passes a maximum time instead of a maximum number of search iterations. Additionally, TRAC-IK allows for error tolerances to be set independently for each Cartesian dimension (x,y,z,roll,pitch.yaw). Package: ros-lyrical-trac-ik-lib-dbgsym Package-Type: ddeb Source: ros-lyrical-trac-ik-lib Version: 2.2.0-3resolute.20260901.152251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2828 Depends: ros-lyrical-trac-ik-lib (= 2.2.0-3resolute.20260901.152251) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trac-ik-lib/ros-lyrical-trac-ik-lib-dbgsym_2.2.0-3resolute.20260901.152251_amd64.deb Size: 2806162 SHA256: 45056176a1d051ba752414df45afa386faaac142427118442d2770edf0936da9 SHA1: e95be1a9595c30cb4f227859de839ff0c4da67ca MD5sum: 291b8233c93c398c017f06010d44816b Description: debug symbols for ros-lyrical-trac-ik-lib Build-Ids: af3d91760a88d95e3c5384669b30ce2fe46116f1 Package: ros-lyrical-tracetools Version: 8.10.2-1resolute.20260728.204752 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 287 Depends: libc6 (>= 2.34), liblttng-ust1t64 (>= 2.13.0), libstdc++6 (>= 4.1.1), liblttng-ust-dev, lttng-tools, ros-lyrical-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools/ros-lyrical-tracetools_8.10.2-1resolute.20260728.204752_amd64.deb Size: 41842 SHA256: d87bead985d1084007e831e4777f7eb1ff477654b740b4e6ac6b9c0414bec230 SHA1: 0bc843c972c7f8427cba0eb0179db77aec961b26 MD5sum: 8dd7bf5633927eb3a647c909c8ae4411 Description: Tracing wrapper for ROS 2. Package: ros-lyrical-tracetools-acceleration Version: 0.4.1-5resolute.20260901.135558 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 106 Depends: libc6 (>= 2.34), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tracetools_acceleration/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-acceleration/ros-lyrical-tracetools-acceleration_0.4.1-5resolute.20260901.135558_amd64.deb Size: 14484 SHA256: c49b4d508f4c61222677bcb81747d66f6e9d5b88ff0f59ed062ed066d3942cc4 SHA1: f5405dffb4cd1eaf4b1695d6b988d81c60bedfaa MD5sum: a865fd1084425b111c792515ec345e70 Description: LTTng tracing provider wrapper for ROS 2 packages using hardware acceleration. Fork of tracetools to trace hardware acceleration in ROS 2. Package: ros-lyrical-tracetools-acceleration-dbgsym Package-Type: ddeb Source: ros-lyrical-tracetools-acceleration Version: 0.4.1-5resolute.20260901.135558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 33 Depends: ros-lyrical-tracetools-acceleration (= 0.4.1-5resolute.20260901.135558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-acceleration/ros-lyrical-tracetools-acceleration-dbgsym_0.4.1-5resolute.20260901.135558_amd64.deb Size: 6772 SHA256: 85082b58f2c63cd383b1aaab640069345d438c38a7487acf389ca094d731a3a4 SHA1: 46c12cebde24ce32375699609fb61bd5ca932ba4 MD5sum: a18a13a779f0d5c21d79ce0eb7c7f84e Description: debug symbols for ros-lyrical-tracetools-acceleration Build-Ids: 0cec3009d47a3baedb33662a2a0a38aede3a2797 ad6e63c8172bf030d6f215774dfca9419f15546a Package: ros-lyrical-tracetools-analysis Version: 3.1.0-3resolute.20260728.210126 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 389 Depends: jupyter-notebook, python3-pandas, ros-lyrical-tracetools-read, ros-lyrical-tracetools-trace, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tracetools_analysis/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-analysis/ros-lyrical-tracetools-analysis_3.1.0-3resolute.20260728.210126_amd64.deb Size: 75294 SHA256: 89f4d4340dd94fcc4f7a7c0c2068618a2e963ea2a771859846da048825e4452e SHA1: ddebff54be966e538994f0df4d692a5d40785ae8 MD5sum: 46c264a6e5b8897addc51be50e0b02d0 Description: Tools for analysing trace data. Package: ros-lyrical-tracetools-dbgsym Package-Type: ddeb Source: ros-lyrical-tracetools Version: 8.10.2-1resolute.20260728.204752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 249 Depends: ros-lyrical-tracetools (= 8.10.2-1resolute.20260728.204752) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools/ros-lyrical-tracetools-dbgsym_8.10.2-1resolute.20260728.204752_amd64.deb Size: 117126 SHA256: 20c4994ee430086a5e4c85299bb2755caa5afd80954bf423f35d4955e3dd2fc0 SHA1: b46ef892b3474c5db0ef09afdecc7f6914640b06 MD5sum: b16104400aadb92fe34aff7309ae6967 Description: debug symbols for ros-lyrical-tracetools Build-Ids: 23fabf5c6fe92d3069a1a09a342979b0b1ed34a1 7266072e4707c17335befc69a2cb46785618c202 98f767e4bb4af502bba27ffe7fad8b0d06633eb2 d0e3d4e6e093fdac17b1673d42ae8252310d9285 Package: ros-lyrical-tracetools-image-pipeline Version: 7.1.7-1resolute.20260901.135600 Architecture: amd64 Maintainer: "Víctor Mayoral-Vilches" Installed-Size: 107 Depends: libc6 (>= 2.34), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tracetools_image_pipeline/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-image-pipeline/ros-lyrical-tracetools-image-pipeline_7.1.7-1resolute.20260901.135600_amd64.deb Size: 14686 SHA256: 6eed4de155a7edf32c86c73b215040efc8722dec4582150fe45ba18933aac4be SHA1: a92c0fd0c1cabd37b44f58b6cb36e45d60dca8d6 MD5sum: 75beec14d3b65de025bc7ffa12767a18 Description: LTTng tracing provider wrapper for image_pipeline ROS 2 meta-package. Package: ros-lyrical-tracetools-image-pipeline-dbgsym Package-Type: ddeb Source: ros-lyrical-tracetools-image-pipeline Version: 7.1.7-1resolute.20260901.135600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Víctor Mayoral-Vilches" Installed-Size: 33 Depends: ros-lyrical-tracetools-image-pipeline (= 7.1.7-1resolute.20260901.135600) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-image-pipeline/ros-lyrical-tracetools-image-pipeline-dbgsym_7.1.7-1resolute.20260901.135600_amd64.deb Size: 6822 SHA256: c6cca9e83468ea07d83410b8eaacad8ab69a60c0bfb66f36f124a89d15d2e4c3 SHA1: 4d58d53052644db5892fe73bcd560a7c4e95c4c4 MD5sum: f037b44afa4b6a6c2ed2effbd5d9d9a3 Description: debug symbols for ros-lyrical-tracetools-image-pipeline Build-Ids: 92bb479449536c370430aa3e942a9cb7aa4d4a85 ae0bbdeccdbf33bdfbfa2d400be1618c814273d5 Package: ros-lyrical-tracetools-launch Version: 8.10.2-1resolute.20260901.184139 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 119 Depends: ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-tracetools-trace, ros-lyrical-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_launch/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-launch/ros-lyrical-tracetools-launch_8.10.2-1resolute.20260901.184139_amd64.deb Size: 24696 SHA256: b85f56aa6daa1218f0f23776453e2ddd1704b3863f0e40b0d957e92e907d2229 SHA1: ffdc23b8cc158c9af909f5105b217cf755913343 MD5sum: 6098bfe4857828c1792d5386afc7eb6f Description: Launch integration for tracing. Package: ros-lyrical-tracetools-read Version: 8.10.2-1resolute.20260728.173033 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 47 Depends: python3-babeltrace, ros-lyrical-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_read/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-read/ros-lyrical-tracetools-read_8.10.2-1resolute.20260728.173033_amd64.deb Size: 9538 SHA256: bc9a0352cf9adb99a306843c9b00cd53ec47f4bea0d03e4c78151f489d34b778 SHA1: cddd80e885f0c97b3114c975eec71fb4d7b0db2b MD5sum: 611d2034857dc3dd2330d160815ba4f6 Description: Tools for reading traces. Package: ros-lyrical-tracetools-test Version: 8.10.2-1resolute.20260901.184252 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 96 Depends: ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-tracetools-launch, ros-lyrical-tracetools-read, ros-lyrical-tracetools-trace, ros-lyrical-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_test/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-test/ros-lyrical-tracetools-test_8.10.2-1resolute.20260901.184252_amd64.deb Size: 20924 SHA256: c91056e3c9f79b2965774ea2cfa2dbf683872f82d0abdb65c6cffc3033393a95 SHA1: 68efd974e40c6d081b48d918a30bf50500baee8b MD5sum: 30ecfcdd385cd7265e31798d130ae802 Description: Utilities for tracing-related tests. Package: ros-lyrical-tracetools-trace Version: 8.10.2-1resolute.20260728.205922 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 187 Depends: procps, ros-lyrical-lttngpy, ros-lyrical-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_trace/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tracetools-trace/ros-lyrical-tracetools-trace_8.10.2-1resolute.20260728.205922_amd64.deb Size: 38470 SHA256: ca8c0ada75611db88c51d109b7376db4f1a27bd31d6adc99b9ca5c2d0d68d3bd SHA1: 48c07573cc0de574861d73b17e27dfefdc051045 MD5sum: 8a63e1ebf49503e28960b9fb70c5a524 Description: Tools for setting up tracing sessions. Package: ros-lyrical-trajectory-msgs Version: 5.9.3-1resolute.20260901.130020 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1157 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/trajectory_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trajectory-msgs/ros-lyrical-trajectory-msgs_5.9.3-1resolute.20260901.130020_amd64.deb Size: 105324 SHA256: a71ce4b5f66c751fecac576691bf9d66d66d39ad22592f3acf9bb1c79c3d3c62 SHA1: 4e103ede12132968b0998c6cf44b783cf9ab49a5 MD5sum: 15d672017197511a828e3d924ffd6173 Description: A package containing some robot trajectory message definitions. Package: ros-lyrical-trajectory-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-trajectory-msgs Version: 5.9.3-1resolute.20260901.130020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 980 Depends: ros-lyrical-trajectory-msgs (= 5.9.3-1resolute.20260901.130020) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trajectory-msgs/ros-lyrical-trajectory-msgs-dbgsym_5.9.3-1resolute.20260901.130020_amd64.deb Size: 735398 SHA256: 76e103173355515922901c7486a2ea6af93eecd6d84b1f30ee6f381e6af84a0a SHA1: dd744e8f74a8bc80ceabe5150c81cdca9b21e642 MD5sum: 41417f161d3de305af3294da12c425e3 Description: debug symbols for ros-lyrical-trajectory-msgs Build-Ids: 29961f8750ba949a78abc27872d70efca6d6b669 3cb407814b324c9525b51f8889ac581cc6334f24 4686d26104ce45f24fccd48fe071835b4d73ca8b 580bd42bfc0c041c119420443e679979fb84bf40 6ab861e5f307722ccd58d0a0d74d6a96ccf372ed 77b5d6b8d6be442b4273afd9d1de44a1ccb276b8 96c68b126fe7b17742661c5a009fff9b9b8c226a 96c962ffcea7adb27f580d211f57c8855dbdea26 b7c79453f03cf3e7d6ff983c488f98bde1123892 c3e5a049a79f77e09fe0e5f45c2d2e7cb218e881 df6734a4ff8e8e1538ba2d740cc3ca4eabd4dc75 Package: ros-lyrical-transmission-interface Version: 6.10.1-1resolute.20260908.111256 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 279 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libfmt-dev, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/transmission_interface/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-transmission-interface/ros-lyrical-transmission-interface_6.10.1-1resolute.20260908.111256_amd64.deb Size: 58798 SHA256: e9bcb1e44fbb239741e9a13097cf52cd7e572f32c7d1a4a8e16d6f6c9c84b5be SHA1: 6989210470e9660bb8b86faa0c8b78d85414547a MD5sum: e8c0b7f68b398bb3f261c72aa2197e99 Description: data structures for representing mechanical transmissions, methods for propagating values between actuator and joint spaces and tooling to support this. Package: ros-lyrical-transmission-interface-dbgsym Package-Type: ddeb Source: ros-lyrical-transmission-interface Version: 6.10.1-1resolute.20260908.111256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 719 Depends: ros-lyrical-transmission-interface (= 6.10.1-1resolute.20260908.111256) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-transmission-interface/ros-lyrical-transmission-interface-dbgsym_6.10.1-1resolute.20260908.111256_amd64.deb Size: 649016 SHA256: bb8ea90e643cda211c2b028fd311e53438c6f681185a5b3945d847e070bda725 SHA1: b73a93bb40ae56cab8a791331716794e0bdb6642 MD5sum: cf72a99efc643419223207be8636fddc Description: debug symbols for ros-lyrical-transmission-interface Build-Ids: b43d02a47380879ab4468b29567ae962dd4dc504 Package: ros-lyrical-tricycle-controller Version: 6.9.0-1resolute.20260908.112512 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1009 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ackermann-msgs, ros-lyrical-backward-ros, ros-lyrical-builtin-interfaces, ros-lyrical-controller-interface, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rcpputils, ros-lyrical-realtime-tools, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tricycle-controller/ros-lyrical-tricycle-controller_6.9.0-1resolute.20260908.112512_amd64.deb Size: 229264 SHA256: 4bd8fb6191ba274deb460a2cf93f92307d114b57d58deb80e44c0fa8276574e1 SHA1: 3535d20a28ed14981bcd59159671532c555e3658 MD5sum: cc22f242102d056dcddc2990e57e1053 Description: Controller for a tricycle drive mobile base Package: ros-lyrical-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-tricycle-controller Version: 6.9.0-1resolute.20260908.112512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4266 Depends: ros-lyrical-tricycle-controller (= 6.9.0-1resolute.20260908.112512) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tricycle-controller/ros-lyrical-tricycle-controller-dbgsym_6.9.0-1resolute.20260908.112512_amd64.deb Size: 3649200 SHA256: 866d3efe16a7cc67f1eb2415320393702fb6ee9a49f87e5f28daced095465465 SHA1: f96a638ca5b8eba3361c0b94645e3c24d7fed712 MD5sum: 1fa9eded606fcfc85d9fa64d684f4fcc Description: debug symbols for ros-lyrical-tricycle-controller Build-Ids: 762538e84488a3e04814fb49aa862e3d3c7ea62f Package: ros-lyrical-tricycle-steering-controller Version: 6.9.0-1resolute.20260908.113046 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 211 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-hardware-interface, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-std-srvs, ros-lyrical-steering-controllers-library, ros-lyrical-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tricycle-steering-controller/ros-lyrical-tricycle-steering-controller_6.9.0-1resolute.20260908.113046_amd64.deb Size: 51912 SHA256: 542364a9a498190e61977817c8138be13f8b8b0f3854de2d8debf9e87b03cdbe SHA1: 52894b947dfd8fa933c18e17b5899abf8e678f85 MD5sum: 4ad442169dd23f3333560b3f9f48a87f Description: Steering controller with tricycle kinematics. Rear fixed wheels are powering the vehicle and front wheel is steering. Package: ros-lyrical-tricycle-steering-controller-dbgsym Package-Type: ddeb Source: ros-lyrical-tricycle-steering-controller Version: 6.9.0-1resolute.20260908.113046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 785 Depends: ros-lyrical-tricycle-steering-controller (= 6.9.0-1resolute.20260908.113046) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tricycle-steering-controller/ros-lyrical-tricycle-steering-controller-dbgsym_6.9.0-1resolute.20260908.113046_amd64.deb Size: 736556 SHA256: 16dd0dd881df9752236bc3ef27c7caeec5d31aa32f413e5df2b583f5099bd7fb SHA1: f3d72c0734fbc837b9ee10800b9210e16cff7275 MD5sum: 3c2a3067b809f97ea5b6f6bee1343d40 Description: debug symbols for ros-lyrical-tricycle-steering-controller Build-Ids: 221e13de43126f5d977188108c70143441f37fa1 Package: ros-lyrical-trimble-driver Version: 0.2.0-2resolute.20260901.200058 Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 2218 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libpcap0.8t64 (>= 0.9.8), libstdc++6 (>= 14), libboost-all-dev, libgeographiclib-dev, libpcap0.8-dev, ros-lyrical-diagnostic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-trimble-gsof-msgs, ros-lyrical-trimble-interfaces, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/trimble_driver/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trimble-driver/ros-lyrical-trimble-driver_0.2.0-2resolute.20260901.200058_amd64.deb Size: 402726 SHA256: 44902e7152781b3332ae8de406c6679052f8a5f56c68b8ba66450c872eb1335c SHA1: 8d1aa4d75122fe5a2a8c1445d9c429bdcdbd7726 MD5sum: 4c2e11f1528001703d9d4f680b7053a1 Description: Connect Trimble products publishing GSOF data to ROS. Package: ros-lyrical-trimble-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-trimble-driver Version: 0.2.0-2resolute.20260901.200058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 10389 Depends: ros-lyrical-trimble-driver (= 0.2.0-2resolute.20260901.200058) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trimble-driver/ros-lyrical-trimble-driver-dbgsym_0.2.0-2resolute.20260901.200058_amd64.deb Size: 8828274 SHA256: eb4fd287fa37b046cb7e4d1213d2f0d745acf0bd192a5c723032267cd37a5235 SHA1: 8a9cb2a43cd845a86555bda6a5ffe89d8ced13e0 MD5sum: 039e68caab5d2355afa9c0ea050a9a32 Description: debug symbols for ros-lyrical-trimble-driver Build-Ids: 0b46ed2c35f00d5f4819b22f08760b5a38282f2b 67cbb07e90b0bd6b440632b8f8c57d951d083491 996b666cfa8c8a050f6c6619a3f1ecf7fbdd5dbf 9fafbc54377637a18c1d08cb9870592866e2edfc c76c53df0bc41868688178633316c57d51638d1a dc8bdb001746475755c681e78f801208629c058f f8d10c594a97a6622317ad90e68a7db2de66fe6b Package: ros-lyrical-trimble-gsof-msgs Version: 0.2.0-2resolute.20260901.130037 Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 5811 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/trimble_gsof_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trimble-gsof-msgs/ros-lyrical-trimble-gsof-msgs_0.2.0-2resolute.20260901.130037_amd64.deb Size: 348860 SHA256: a70155007b19b175accb06a9b89c9fc1eebf6535480e73a06c7fe72ec1287a2b SHA1: ebf170235baed5079d08a9c4d4d4fba8b376b099 MD5sum: 84f5bea6b279c0459c9487c9eaccbc51 Description: A package ROS idl equivalents of Trimble General Serial Output Format. Package: ros-lyrical-trimble-gsof-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-trimble-gsof-msgs Version: 0.2.0-2resolute.20260901.130037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 4004 Depends: ros-lyrical-trimble-gsof-msgs (= 0.2.0-2resolute.20260901.130037) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trimble-gsof-msgs/ros-lyrical-trimble-gsof-msgs-dbgsym_0.2.0-2resolute.20260901.130037_amd64.deb Size: 3028678 SHA256: 5d402f5dd47ecbdc3a85ad82484236853547dd4247a0695cd011ccc07ae3d4d2 SHA1: a460a7a9941486a0544c2c17e8096c26aed1f427 MD5sum: ed93d9184b06b70159a3063eca8036fd Description: debug symbols for ros-lyrical-trimble-gsof-msgs Build-Ids: 32e7ea18856c9e87f095088b7e9254fcc1078493 35fa290279050d90c2620ba194da4f2e7baa198a 58d79902010650bf5ad701a6d0bf00b14fe0d0c2 5ccba22b57dd89b32196ee1d5bd762c208b86763 6c7980fc08b70cb0b0e9a090ce30be988125a31d 95dd99bc351265f77aabb8404448685d90c5311d b156d6d0ba92bb423917ab7910bbaa079933a577 c7b3d6a18574a87afe3e959ae835b7e7e70718a1 edcb7dc3ae2fcec645858bb0289321197d5c90b8 f78d1c72ffc2f74f64c2880937ba7ae13d7fab8e f8c6042858fbc7e214776e1efd2b33156ef7340a Package: ros-lyrical-trimble-interfaces Version: 0.2.0-2resolute.20260901.111824 Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 1924 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/trimble_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trimble-interfaces/ros-lyrical-trimble-interfaces_0.2.0-2resolute.20260901.111824_amd64.deb Size: 134994 SHA256: f50fff41d3f3d4774a63e6591d012392943b54061b5c8309e08d022372d0c9fb SHA1: 29a45637edf0844e7d7a78ec25d295183e967492 MD5sum: e371139681fe9114cd050b8e937f17e0 Description: Trimble interfaces Package: ros-lyrical-trimble-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-trimble-interfaces Version: 0.2.0-2resolute.20260901.111824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andre Nguyen" Installed-Size: 1406 Depends: ros-lyrical-trimble-interfaces (= 0.2.0-2resolute.20260901.111824) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-trimble-interfaces/ros-lyrical-trimble-interfaces-dbgsym_0.2.0-2resolute.20260901.111824_amd64.deb Size: 984600 SHA256: 683ce7b0d44f3def99bcc46d028d33e2eaddfe99f4dfe62eb194a3eb39ec3b25 SHA1: b11d1ae99bf9cd3c69e07b6617a31e78b3e0ee3f MD5sum: 40ef0663b8754d9bad1cdf6a6cf75f5d Description: debug symbols for ros-lyrical-trimble-interfaces Build-Ids: 1e2f8ed45a953210b6e48a556d9da73fc1fd96e6 2cd1c1619a20ddce140f925a4d81f3c1d4fed9d8 492026b4180c6b31db3cd5c594dd2b4c722aa8f3 599da07774b1918c16d63f3bd3fce62190b5ecf7 604d9ca89962d0352851f24da40bc6ead6e349c2 6a7a51df60e49aa3d28bd967b3e37e19a50d2400 7dce16ade4dc40cc77fbdf923784116971a3c4bb 8c640dcbceb5529defa869837d5a2f976870eb34 91c36a059e05a0a29ad58497dbdfcb9d0ba66ece 9552c8c336235ea8911b32432d768d0567922e88 e4fc8f0c7a24f29a729cc25e337847b1e7c74b8c Package: ros-lyrical-tsid Version: 1.10.0-1resolute.20260825.035251 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 2692 Depends: libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-pinocchio, ros-lyrical-urdfdom, graphviz, libboost-all-dev, ros-lyrical-ament-cmake, ros-lyrical-eigenpy, ros-lyrical-eiquadprog, ros-lyrical-ros-workspace Homepage: https://github.com/stack-of-tasks/tsid Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tsid/ros-lyrical-tsid_1.10.0-1resolute.20260825.035251_amd64.deb Size: 583592 SHA256: 938180e1ee17f1a4064277d0d9b16fdd3e4f19f2be79b32f729c2ce075ef3e6a SHA1: e7bab88a85ac1bfa1041711860946c153374815a MD5sum: 72c015eb63e4ba11578ab75babb7cc87 Description: Efficient Task Space Inverse Dynamics (TSID) based on Pinocchio Package: ros-lyrical-tsid-dbgsym Package-Type: ddeb Source: ros-lyrical-tsid Version: 1.10.0-1resolute.20260825.035251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 37852 Depends: ros-lyrical-tsid (= 1.10.0-1resolute.20260825.035251) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tsid/ros-lyrical-tsid-dbgsym_1.10.0-1resolute.20260825.035251_amd64.deb Size: 36248916 SHA256: a8fea2887b15b6d65d74fc67615a0337b2ff8d136528f1b66334d5c7c598db91 SHA1: d6ab241a69f30eecb0a169a7c075f821cf18d9b5 MD5sum: ad4063ead0b717f84d4d4af5ef49840a Description: debug symbols for ros-lyrical-tsid Build-Ids: 456c5c523596cea6c11ee8a816a1426389acc066 49b1b5bd2eb90a7c456ac473785553bb3e6b3bc9 Package: ros-lyrical-turbojpeg-compressed-image-transport Version: 0.3.0-3resolute.20260901.184237 Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 328 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libturbojpeg0 (>= 1.2.90), libturbojpeg0-dev, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/turbojpeg_compressed_image_transport/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turbojpeg-compressed-image-transport/ros-lyrical-turbojpeg-compressed-image-transport_0.3.0-3resolute.20260901.184237_amd64.deb Size: 100362 SHA256: 23d4ec5c8b3e72af01a7df0a284ba1e7ff968332c18730caeab598573e838797 SHA1: f127e1750257712215d6cffeb35cd4cdb47a27c5 MD5sum: e201d765d1ccee2312f0e5b1a31ec779 Description: Compressed_image_transport provides a plugin to image_transport for transparently sending images encoded as JPEG by turbojpeg. Package: ros-lyrical-turbojpeg-compressed-image-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-turbojpeg-compressed-image-transport Version: 0.3.0-3resolute.20260901.184237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishiamtsu Installed-Size: 1800 Depends: ros-lyrical-turbojpeg-compressed-image-transport (= 0.3.0-3resolute.20260901.184237) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turbojpeg-compressed-image-transport/ros-lyrical-turbojpeg-compressed-image-transport-dbgsym_0.3.0-3resolute.20260901.184237_amd64.deb Size: 1666716 SHA256: 850d8e7f26a8d6cb66f5a41e5bb324e4242d08a76e8328a48ce81962fe8b88c1 SHA1: 86bb4079d3ae95faaaa6bee25fa716792470a17b MD5sum: f06e585868d9f427095345d470ec8019 Description: debug symbols for ros-lyrical-turbojpeg-compressed-image-transport Build-Ids: 3ea3fdd79977c5545e470527cc58d7025340cf3c Package: ros-lyrical-turtle-nest Version: 1.2.1-3resolute.20260728.210618 Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 11450 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), black, libqt5gui5t64, libqt5opengl5t64, libqt5svg5-dev, pybind11-dev, python3-dev, ros-lyrical-tinyxml2-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/turtle_nest/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtle-nest/ros-lyrical-turtle-nest_1.2.1-3resolute.20260728.210618_amd64.deb Size: 1507130 SHA256: ac756118967c6da7f753844a9a638adb6a1d296d2e7bef16dbb96ad772ef7f63 SHA1: bb910b1fc982caf427d9f7a5f9fcf809526bf12a MD5sum: b8345f4e6999a1bf07cab4b1610dc6f0 Description: ROS 2 Package Creator Package: ros-lyrical-turtle-nest-dbgsym Package-Type: ddeb Source: ros-lyrical-turtle-nest Version: 1.2.1-3resolute.20260728.210618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 9252 Depends: ros-lyrical-turtle-nest (= 1.2.1-3resolute.20260728.210618) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtle-nest/ros-lyrical-turtle-nest-dbgsym_1.2.1-3resolute.20260728.210618_amd64.deb Size: 3815662 SHA256: 0f8333806fa57cbba5035974c679f18c05a0735df2bdea24331ff44f477667cb SHA1: d26f0260703b2b899c37f5b61368c6b480b444bd MD5sum: f8b94351f9d83734a530fabf7b80792a Description: debug symbols for ros-lyrical-turtle-nest Build-Ids: 0fdf4992fea5f0aa3d55c08508927bf32479365c Package: ros-lyrical-turtle-tf2-cpp Version: 0.7.0-3resolute.20260901.195833 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 1564 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-message-filters, ros-lyrical-rclcpp, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-turtlesim-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/turtle_tf2_cpp/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtle-tf2-cpp/ros-lyrical-turtle-tf2-cpp_0.7.0-3resolute.20260901.195833_amd64.deb Size: 291888 SHA256: 4c3588604b29ed42e9100695ff5e35983bee95d8c1da293ec3df3c5733c5d3a6 SHA1: 978dc93c51afb6bf03f51724ec84c62bfb43b70c MD5sum: ff3a13ae4c364b587484e68be2747e1f Description: turtle_tf2_cpp demonstrates how to write a ROS2 C++ tf2 broadcaster and listener with the turtlesim. The turtle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard. Package: ros-lyrical-turtle-tf2-cpp-dbgsym Package-Type: ddeb Source: ros-lyrical-turtle-tf2-cpp Version: 0.7.0-3resolute.20260901.195833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 8547 Depends: ros-lyrical-turtle-tf2-cpp (= 0.7.0-3resolute.20260901.195833) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtle-tf2-cpp/ros-lyrical-turtle-tf2-cpp-dbgsym_0.7.0-3resolute.20260901.195833_amd64.deb Size: 7412610 SHA256: 0371deef901eb8483ea40abacafe4d9310bad917a1ead1ffbd9547276722ea45 SHA1: 8f0bd4e785fca0d2a66b8e71afa2ae6cd9286cf7 MD5sum: b682ce7790eeb45d7ecd71b536a8632d Description: debug symbols for ros-lyrical-turtle-tf2-cpp Build-Ids: 2e26a06e3183e663d40cf9ef515f3a847098d882 7af845c2f5163746b28a8b314038e5bce360f6fb 89469e4776d9515472fb2152884fb89c9298fa8b 98110719e4de6249f64ed178e592cccdb8b0d13a c490b2e432ad1d3bf3a52b9a263e377a4ceabf37 f1dcaeb4abbf9c8c53305d6e2c083b5c25a07665 Package: ros-lyrical-turtle-tf2-py Version: 0.7.0-3resolute.20260901.195043 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 104 Depends: python3-numpy, ros-lyrical-geometry-msgs, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-rclpy, ros-lyrical-tf2-ros, ros-lyrical-turtlesim-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/turtle_tf2_py/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtle-tf2-py/ros-lyrical-turtle-tf2-py_0.7.0-3resolute.20260901.195043_amd64.deb Size: 16808 SHA256: 5144dc839881121659d922ba8d3ac540036d2ceadd7faeee51c42c48ea83ea5b SHA1: 38bd1bdfb8421f10bbeebdfbe148479aa9490657 MD5sum: 3bde5fa12806c225fd6d171545782709 Description: turtle_tf2_py demonstrates how to write a ROS2 Python tf2 broadcaster and listener with the turtlesim. The turtle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard. Package: ros-lyrical-turtlebot3-applications-msgs Version: 1.0.1-3resolute.20260901.134039 Architecture: amd64 Maintainer: Pyo Installed-Size: 1384 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/turtlebot3_applications_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-applications-msgs/ros-lyrical-turtlebot3-applications-msgs_1.0.1-3resolute.20260901.134039_amd64.deb Size: 112192 SHA256: 16c79bf29ca9603074a22353fd8e787870441e0e536c11d2a9acc5cd3480e41e SHA1: 9cb2062c091bd735df000c8fb4e27814c64dcc68 MD5sum: 395c7230f3cbf666bb9a7f0ae7e94dea Description: Message and service types: custom messages and services for TurtleBot3 Applications packages Package: ros-lyrical-turtlebot3-applications-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-turtlebot3-applications-msgs Version: 1.0.1-3resolute.20260901.134039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 994 Depends: ros-lyrical-turtlebot3-applications-msgs (= 1.0.1-3resolute.20260901.134039) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-applications-msgs/ros-lyrical-turtlebot3-applications-msgs-dbgsym_1.0.1-3resolute.20260901.134039_amd64.deb Size: 684874 SHA256: aa97aabe1afaee72ab8bdf9741489e430879f42300a1bad8b094913efad7f70d SHA1: d74ad453b1d3c86ffddea010aa473f7f81773ae1 MD5sum: faf0449a8946c79c1835cb0453381c5e Description: debug symbols for ros-lyrical-turtlebot3-applications-msgs Build-Ids: 044e6858a8a7822772a1273ece7140da2a3b8e2a 2177fe277a1698bd6a87328e1d4b9c01083f8c3a 3964ae089fe008ab6ae2854f662638002a3a25d3 7f4738c3f7ff85c72fefaaf4887bfd5a2ed3fa89 a11b1e89e1cec7a9d9b1b38fabeceb73bb5d8242 a127faf7aa872efd3e1404223e20ad4869af3062 b1c255eefab7acc6e323f4c02d1468617d29d8b3 da474a35d56b7fb5a5ed1a64e32bbf519ad62b25 dece9afda3e73a50b88e83e6849362529a9a0fef e8f6905f772e8a37fcdf9bde6c5f080f3082891d f60b05377340c3f4b62e7a1d4fe6a9bad4c81a31 Package: ros-lyrical-turtlebot3-autorace Version: 1.2.2-3resolute.20260901.194512 Architecture: amd64 Maintainer: Pyo Installed-Size: 45 Depends: ros-lyrical-turtlebot3-autorace-camera, ros-lyrical-turtlebot3-autorace-detect, ros-lyrical-turtlebot3-autorace-mission, ros-lyrical-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-autorace/ros-lyrical-turtlebot3-autorace_1.2.2-3resolute.20260901.194512_amd64.deb Size: 5930 SHA256: d290c1bdafd30c869c339e692aaae94e2fd88397f4016a7d87a5525ffd9b2b1c SHA1: 294afedfab6a85e18a928956c414dddd3737d845 MD5sum: 24b4f5b97fc0f5e999759f19404d4ec6 Description: ROS 2 meta packages for turtlebot3_autorace Package: ros-lyrical-turtlebot3-autorace-camera Version: 1.2.2-3resolute.20260901.180830 Architecture: amd64 Maintainer: Pyo Installed-Size: 80 Depends: ros-lyrical-cv-bridge, ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-autorace-camera/ros-lyrical-turtlebot3-autorace-camera_1.2.2-3resolute.20260901.180830_amd64.deb Size: 12740 SHA256: 5a05c2b5e64941375259447ab1a1118f54aeb48541dd7a1a9ef02e13a1b9b8ad SHA1: 3d6b6144c2b350a5bfc1eb1b93d53bbd3c9c708d MD5sum: 5e1a8135b1dd56c527af1f5a1ff09d1e Description: ROS 2 packages for camera calibration and image processing in TurtleBot AutoRace Package: ros-lyrical-turtlebot3-autorace-detect Version: 1.2.2-3resolute.20260901.185207 Architecture: amd64 Maintainer: Pyo Installed-Size: 318 Depends: ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-autorace-detect/ros-lyrical-turtlebot3-autorace-detect_1.2.2-3resolute.20260901.185207_amd64.deb Size: 69090 SHA256: ae775453761f10d0526a820dfdc73e086c3b21b517d658b0bde162a67760f801 SHA1: c6749ed8834173b604f9b6fd2833cdfdc1a549e8 MD5sum: 8701b99d56a3ecead5220832daf55523 Description: ROS 2 packages for turtlebot3_autorace_detect Package: ros-lyrical-turtlebot3-autorace-mission Version: 1.2.2-3resolute.20260901.185211 Architecture: amd64 Maintainer: Pyo Installed-Size: 125 Depends: ros-lyrical-rclpy, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-autorace-mission/ros-lyrical-turtlebot3-autorace-mission_1.2.2-3resolute.20260901.185211_amd64.deb Size: 21312 SHA256: 386c3e6d69168518ed03fba3ce0f73b53943768e8ce4db46e0d87cb4190cf325 SHA1: 05902aff4023c4c185b9debb898885aaad3537ea MD5sum: 03714221791d097356ad5c9fc00cb46a Description: ROS 2 packages for turtlebot3_autorace_mission Package: ros-lyrical-turtlebot3-fake-node Version: 2.3.7-3resolute.20260908.122022 Architecture: amd64 Maintainer: Pyo Installed-Size: 667 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-cmake, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-robot-state-publisher, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-tf2-msgs, ros-lyrical-turtlebot3-msgs, ros-lyrical-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-fake-node/ros-lyrical-turtlebot3-fake-node_2.3.7-3resolute.20260908.122022_amd64.deb Size: 141936 SHA256: 9fbcced54cdefe898e10e5ecb662fabd40b0d5d36afccb1a4e6a63bc364ebab5 SHA1: f66de9199b9688ff3a93d7432bfb5b0c05065461 MD5sum: e7081f53c638f7d5270a8e2217aaa7d6 Description: Package for TurtleBot3 fake node. With this package, simple tests can be done without a robot. You can do simple tests using this package on rviz without real robots. Package: ros-lyrical-turtlebot3-fake-node-dbgsym Package-Type: ddeb Source: ros-lyrical-turtlebot3-fake-node Version: 2.3.7-3resolute.20260908.122022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3082 Depends: ros-lyrical-turtlebot3-fake-node (= 2.3.7-3resolute.20260908.122022) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-fake-node/ros-lyrical-turtlebot3-fake-node-dbgsym_2.3.7-3resolute.20260908.122022_amd64.deb Size: 2578240 SHA256: 46b94c4ee088e9102792d71a914dc532692ba92db43ffcb19f3443d3d75ded60 SHA1: 680bfbf76b5ac67a08c8fe5fbb7459c08cf8b288 MD5sum: 6958aa15e945ae3cdc4212e87e7d7a3e Description: debug symbols for ros-lyrical-turtlebot3-fake-node Build-Ids: d1c96ec5ab8fabfd3b23ff568b3923c3d7538d54 Package: ros-lyrical-turtlebot3-gazebo Version: 2.3.7-3resolute.20260902.215558 Architecture: amd64 Maintainer: Pyo Installed-Size: 46187 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-gz-common-vendor, ros-lyrical-gz-sim-vendor, ros-lyrical-geometry-msgs, ros-lyrical-gz-math-vendor, ros-lyrical-gz-plugin-vendor, ros-lyrical-nav-msgs, ros-lyrical-rclcpp, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-image, ros-lyrical-ros-gz-sim, ros-lyrical-sensor-msgs, ros-lyrical-tf2, ros-lyrical-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-gazebo/ros-lyrical-turtlebot3-gazebo_2.3.7-3resolute.20260902.215558_amd64.deb Size: 8588094 SHA256: 704f19596ec1efa7dae3cdb85d82b225941184e45ea82ad45bc070b85604fdf2 SHA1: bb4d8777541644d57c9abb67d469f40facc5d73f MD5sum: 54ef403e9592f1c1b734c9e00bdb76ed Description: Gazebo simulation package for the TurtleBot3 Package: ros-lyrical-turtlebot3-gazebo-dbgsym Package-Type: ddeb Source: ros-lyrical-turtlebot3-gazebo Version: 2.3.7-3resolute.20260902.215558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4531 Depends: ros-lyrical-turtlebot3-gazebo (= 2.3.7-3resolute.20260902.215558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-gazebo/ros-lyrical-turtlebot3-gazebo-dbgsym_2.3.7-3resolute.20260902.215558_amd64.deb Size: 3740180 SHA256: d10055d0edf9f3fefe05caf15cfe8cf2e6f480d60a8f12b8d0e29f2d8edd2233 SHA1: 6c69343994e9673d2a852342ee0e92c3e7e42561 MD5sum: cae06a7961fdfae882cfa94d48fa09ac Description: debug symbols for ros-lyrical-turtlebot3-gazebo Build-Ids: 21f83b48625365611c7970a2c0bd43e9b05afd3e 43f376bbe3db55af92d105409edba2b03eee16c7 c3293d7a7b9f17c9c0487007975c4f11f072c863 eca11b272673a534d236022a4c55db6c197ba61a Package: ros-lyrical-turtlebot3-msgs Version: 2.4.0-3resolute.20260901.130121 Architecture: amd64 Maintainer: Pyo Installed-Size: 3238 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-msgs/ros-lyrical-turtlebot3-msgs_2.4.0-3resolute.20260901.130121_amd64.deb Size: 228914 SHA256: 4408fbdcb8a216236c062a862abb1e4cf9490b6fd6cf4644d21a660d7f079219 SHA1: 29c1e27d66d2c93fdc945adc21285d8a1e693d3b MD5sum: a99af2652d382bdbd1375e3871d2d65f Description: Message and service types: custom messages and services for TurtleBot3 packages for ROS 2 Package: ros-lyrical-turtlebot3-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-turtlebot3-msgs Version: 2.4.0-3resolute.20260901.130121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2194 Depends: ros-lyrical-turtlebot3-msgs (= 2.4.0-3resolute.20260901.130121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-msgs/ros-lyrical-turtlebot3-msgs-dbgsym_2.4.0-3resolute.20260901.130121_amd64.deb Size: 1563006 SHA256: cf01ef1997f82ec34be81ae7d7edf3560f7d2e4dd974dc895ace5b9a0de5deda SHA1: cea88311e2d82bb5694b0fb0edb22f31b78a179c MD5sum: b8d91aec24e8e5609e5a4348bf46dee2 Description: debug symbols for ros-lyrical-turtlebot3-msgs Build-Ids: 0d6283668cb434688a15c7d7b80e3f93e3f9bee7 65b7f1b62a8aa9822105fb60c228215860bd93a7 758e2ee15035e085794b73ac2fc357cfa5901e8c 987cbcbccdc3f125dbd0f2c4df9b7f13db4613f9 9da2bd573f8298ff9ae866bd7431d3e7c473ea86 b0c380f0eae57d395b80749b5d37917973d8c22e b7dce88ec0676fafc6c2d1efe4273064788995e0 c420d2ddf622fafd9e532e9278d92cdc2d2ea0ef da1a22a848aace1b177fa86a5b1b9ddc3257a3a4 e112dc2955e883d326103ce9b2584398164b810d f0bc6d29d713e83c69d329b7518fca1c918cb025 Package: ros-lyrical-turtlebot3-simulations Version: 2.3.7-3resolute.20260908.122450 Architecture: amd64 Maintainer: Pyo Installed-Size: 45 Depends: ros-lyrical-turtlebot3-fake-node, ros-lyrical-turtlebot3-gazebo, ros-lyrical-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlebot3-simulations/ros-lyrical-turtlebot3-simulations_2.3.7-3resolute.20260908.122450_amd64.deb Size: 6108 SHA256: b56e1d610dddd43df0ec98186267ca3f9e159f40d86e40603a1ba0bd2446ac7d SHA1: 257bc58d3a50954067d481020385fe7b1a2d4309 MD5sum: b46f15bce5e2f1d03dabaf48026adf24 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-lyrical-turtlesim Version: 1.10.9-1resolute.20260901.164930 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2407 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-turtlesim-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/turtlesim Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlesim/ros-lyrical-turtlesim_1.10.9-1resolute.20260901.164930_amd64.deb Size: 469160 SHA256: ba6eb788d83ff924b69418ffc0fc8e4127b15488f86215b13353bd37e4684e29 SHA1: 0a91e6776c7625b8a2ada82b7b63208f1dac1776 MD5sum: a6d2a1a3192c70e2f2f7f5cd9c8f6fe3 Description: turtlesim is a tool made for teaching ROS and ROS packages. Package: ros-lyrical-turtlesim-dbgsym Package-Type: ddeb Source: ros-lyrical-turtlesim Version: 1.10.9-1resolute.20260901.164930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 12749 Depends: ros-lyrical-turtlesim (= 1.10.9-1resolute.20260901.164930) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlesim/ros-lyrical-turtlesim-dbgsym_1.10.9-1resolute.20260901.164930_amd64.deb Size: 10848268 SHA256: 36df0b75997b515383fcb67f65f781a715eed2b02a40c04f8caf66f27e015a5b SHA1: 8e72fc644e1eb5649c1bacbe130a54f2e4990d77 MD5sum: a40ede75841966c6aefd7065794dcf15 Description: debug symbols for ros-lyrical-turtlesim Build-Ids: 1f0049c63afb9fed9da1245ccb38d591aa379624 515a61b2064cc046eba43550341102a6f4e78718 51cb9dfef2234e7138842e428801c0b0372f2f4f e32e19a1ac0adb6f987db86235621d60092577e3 Package: ros-lyrical-turtlesim-msgs Version: 1.10.9-1resolute.20260901.103823 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 3867 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/turtlesim Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlesim-msgs/ros-lyrical-turtlesim-msgs_1.10.9-1resolute.20260901.103823_amd64.deb Size: 246730 SHA256: c1acb6a3140b0804379f7cb99c04cf3f5fe327219d46dd1054666a60f8b865a8 SHA1: c3a4c2559faa3bc67734eb3563e484cfc4bd17c7 MD5sum: ada03a30b111e9d0b8c61179b6d0d5b7 Description: turtlesim messages. Package: ros-lyrical-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-turtlesim-msgs Version: 1.10.9-1resolute.20260901.103823 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2562 Depends: ros-lyrical-turtlesim-msgs (= 1.10.9-1resolute.20260901.103823) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-turtlesim-msgs/ros-lyrical-turtlesim-msgs-dbgsym_1.10.9-1resolute.20260901.103823_amd64.deb Size: 1795938 SHA256: 7658c9431e6d50f222948e4a8cc74b15eb75615ff5f5b06a6ca8c4b4d9dba860 SHA1: 27ed3ed783c7b688540ca9de5d96a87f53fe5de7 MD5sum: fe4995e2ea957d6394da25cdec0f9deb Description: debug symbols for ros-lyrical-turtlesim-msgs Build-Ids: 01bf2eccb03662206bc3602d66f1983dc6b76394 02adb722dd4b282ea7b4efe41056c8805f6fee7a 29690d6701585b9c1daccf69ca67e9b83f335315 49de139e485bec862f4c5e5fe9329401da923233 4c2bf0dc21f8206e3502d90c427f87bb3e618ae2 4d966634fbdcd82a1a57d2b78739e7d21dd9c8d2 5b67e70b81b44bbfc6745779392bcbcec859bbd3 bc1d0fdfa76ce23a75fe5f6f7ae30623f6961613 d3d5344aa0a59fd702bb659a4bd3fe2aa35c1aa7 f31d50bea32061c8e68256bb722f15be1ae67987 fbc9fd7fa4f117d4ff2448fab658ce94a9c6d0b8 Package: ros-lyrical-tuw-airskin-msgs Version: 0.2.6-3resolute.20260901.120137 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 916 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_airskin_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-airskin-msgs/ros-lyrical-tuw-airskin-msgs_0.2.6-3resolute.20260901.120137_amd64.deb Size: 108994 SHA256: 68b6adff432b0e992bf586835ae3972513e27cecc4dd8b83fda537b7a4c77c98 SHA1: 9d44e4c4164a8b307f3c0d24ad4e106818bd5e21 MD5sum: 25055d9cc7cb12818b29644a7097d4db Description: The tuw_airskin_msgs package Package: ros-lyrical-tuw-airskin-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-airskin-msgs Version: 0.2.6-3resolute.20260901.120137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1075 Depends: ros-lyrical-tuw-airskin-msgs (= 0.2.6-3resolute.20260901.120137) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-airskin-msgs/ros-lyrical-tuw-airskin-msgs-dbgsym_0.2.6-3resolute.20260901.120137_amd64.deb Size: 839552 SHA256: 98663192c236e0609438cb5a190bc6aebc46cbb00ba3fe1fa4270b47b92901d7 SHA1: 47c202fa90650cd113f00468b914bc57c99ec3ed MD5sum: a96674bbb3b49b2f682155ac2921e72a Description: debug symbols for ros-lyrical-tuw-airskin-msgs Build-Ids: 056b3583a0ed2f4b6bb2145bec15c4608999b52a 220a9f7ee9871d911000d4d8ae23caf8aea3fc31 3a587e1a79628180ca6b9dc487b7f5565272d616 5100fe1e794c64dc5d8d8185272fba4e871fed49 5d70ab7040b9583cba132e960bbbf749751b8af2 7eddaff6fc0b4805dbcd48254970faff593927ab 8304190b644ceb3c9e43e07ecbe7836333d98f48 87b03d2790c068da44dad579bfea6cfac85c9211 d0e671c9f09bfb090fc962e661694cda0c7794d2 dc053dc39da9983d572408ee081760f06fcd24f6 f409e191acd1ada01a3cc0c8e26b09c3dd86ae00 Package: ros-lyrical-tuw-geo-msgs Version: 0.2.6-3resolute.20260901.134726 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 953 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_geo_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-geo-msgs/ros-lyrical-tuw-geo-msgs_0.2.6-3resolute.20260901.134726_amd64.deb Size: 93448 SHA256: 7583cd84fa172b99ebb54126c62a98a955190d9da01d9d84a140e799caae5b0d SHA1: d6cac822bebc85e7937cb86be11c8ad2534847f2 MD5sum: d82822f0ae6cec1bbe33e20b1fddae98 Description: The tuw_geo_msgs package Package: ros-lyrical-tuw-geo-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-geo-msgs Version: 0.2.6-3resolute.20260901.134726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 871 Depends: ros-lyrical-tuw-geo-msgs (= 0.2.6-3resolute.20260901.134726) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-geo-msgs/ros-lyrical-tuw-geo-msgs-dbgsym_0.2.6-3resolute.20260901.134726_amd64.deb Size: 650258 SHA256: 1cb8df7e9c91db82d5a64f446b306cd5a29d2acff6e84004e1d6cf5eb0981764 SHA1: 44ccdaf6b6f8c87e07003af30203633f31bb6302 MD5sum: e7993f20bdd1fcf9d9e68dea0bd73d82 Description: debug symbols for ros-lyrical-tuw-geo-msgs Build-Ids: 052b160fc5809c4bb77b1a8c40e351a772dd624d 1a2417609f34b7b3d10662045c030b2aba1878bc 34ef30437f124558dd587500be9e50bf32f9eefd 3b7e9c9d376a59010a3962634060ece3381b0495 4dec62767560f2515fbd033597c65d9df4572769 74f72ad3dbd9e004c29b571c25c106d8082103a0 7c81ce346e2412c8c48724c65defabb3d3227199 b3606266bf31739306db2195e8ef7766c49d7a83 b812cebf277a5fb239bc6f3db20085485eb0f11b e556d3bdac1d0c49455edc43bb29750c55ed58cc f46ab8bd0d1a5751e4b44037f2558bd573fd24cd Package: ros-lyrical-tuw-geometry Version: 0.1.4-3resolute.20260901.161757 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 304 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-lyrical-ament-cmake-ros, ros-lyrical-gtest-vendor, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_geometry/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-geometry/ros-lyrical-tuw-geometry_0.1.4-3resolute.20260901.161757_amd64.deb Size: 65902 SHA256: 9c57e514dcbae6a6a6a51bff37c77a034d4de7a4e533d0c0e1c3267a8f0bef2d SHA1: 973aff09607ff0dae54625398c5af1c3a0310ed6 MD5sum: 083a1fe4e88b1c6521bbc42521af8205 Description: The tuw_geometry package Package: ros-lyrical-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-geometry Version: 0.1.4-3resolute.20260901.161757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 897 Depends: ros-lyrical-tuw-geometry (= 0.1.4-3resolute.20260901.161757) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-geometry/ros-lyrical-tuw-geometry-dbgsym_0.1.4-3resolute.20260901.161757_amd64.deb Size: 843038 SHA256: ddf427d84caba7a43765fdd1a99b75238629c55ccb3083ee974f47a3e1673df1 SHA1: 4fe98d8aff3e56b21e0e78b82e7aa024c5db6060 MD5sum: a976d76894523eebb3a8361ac2a059db Description: debug symbols for ros-lyrical-tuw-geometry Build-Ids: 4a9f76c7111a631e88b4f4f6277619a3dd4c19f5 b53530ebdb98688380557c5e5c05e5da53367b5b Package: ros-lyrical-tuw-geometry-msgs Version: 0.2.6-3resolute.20260901.130221 Architecture: amd64 Maintainer: George Todoran Installed-Size: 933 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_geometry_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-geometry-msgs/ros-lyrical-tuw-geometry-msgs_0.2.6-3resolute.20260901.130221_amd64.deb Size: 81568 SHA256: 5c17d29b2fea4edb6cef095c9f2271e8eef3d017e6eae10c5f1e8a493047ef61 SHA1: abf3c55b0983406daf86465ae80643d4558cd291 MD5sum: 57fdba75dd8222fff2ac3db588abbbbb Description: The tuw_geometry_msgs package Package: ros-lyrical-tuw-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-geometry-msgs Version: 0.2.6-3resolute.20260901.130221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 723 Depends: ros-lyrical-tuw-geometry-msgs (= 0.2.6-3resolute.20260901.130221) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-geometry-msgs/ros-lyrical-tuw-geometry-msgs-dbgsym_0.2.6-3resolute.20260901.130221_amd64.deb Size: 504714 SHA256: bfb91150114c946d96dce718738ca6f9286ee543de6ab76d301be7f062b0459f SHA1: 2e734b81631728678eae636695a43142976b8435 MD5sum: ad234f8a3e017e8677c62f8b0d392545 Description: debug symbols for ros-lyrical-tuw-geometry-msgs Build-Ids: 08ac2130a81a0604dc3c5b46a668627255df770b 185d1585ccb345cc814c65c3bd95aceb4c85885c 6f680901a0f34e7f399d2ed504dd783c3d75b5d4 824f3c893942c7a9385fde1691afdbbf4fe094bf 988914c3face300e14d8343e9a03694768ef0e0e ab1d29ba32bce4636535ef6e1e8f1480b43a9f5d aea800a3dbe0d520edfe6a52b66313937666c0a1 d783e5c697ac6bd8f148be459bc8467fc9f8c6e6 e2a1fcd7557308ddb18502d06e6e8a073e64c35d e8f790d0c8529b48f6fb555a41cb569198e93f6f f54b5210706028c19a8407e11fb6e7a6e64e7e50 Package: ros-lyrical-tuw-graph-msgs Version: 0.2.6-3resolute.20260901.130220 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1548 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_graph_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-graph-msgs/ros-lyrical-tuw-graph-msgs_0.2.6-3resolute.20260901.130220_amd64.deb Size: 143242 SHA256: 4d0fb6438df4e840c5aa55a16b6b44c35d6222bcd1fdb55ea8735d238efa7e55 SHA1: f56363d45ae59c175f752b763e06763c293a7ee8 MD5sum: 4eb4a05d2a6de1ca8f66138b293d021b Description: The tuw_graph_msgs package contains messages for sending graphs. Package: ros-lyrical-tuw-graph-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-graph-msgs Version: 0.2.6-3resolute.20260901.130220 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1384 Depends: ros-lyrical-tuw-graph-msgs (= 0.2.6-3resolute.20260901.130220) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-graph-msgs/ros-lyrical-tuw-graph-msgs-dbgsym_0.2.6-3resolute.20260901.130220_amd64.deb Size: 1078098 SHA256: e603e99d8cc95f5bfbd3587b040c9918288926694f1890503a7bb781d529158e SHA1: fc1d7f89a5aae5a84399e3b28e47751602e01d14 MD5sum: 1e757337820e2db6b344393e8af2d864 Description: debug symbols for ros-lyrical-tuw-graph-msgs Build-Ids: 0db4f233848dc1609ee06bcda64256e034c6c766 2995dca37d2709914ea7bffa215506db66217204 322901b4a156de833a72577e818bd6e7666a202d 4129574db77bf84ecdf65fe8713e3c0e267e5f5e 7af792a3eb07f268e81fb575946b8dc2384b5064 a4e5f4f87c0b7b01dcc05ceda52fac08acfbf5d6 ba41b62b2f5660e8edd825086d9ba3e558f10b35 ba4d81360ee27fa8ef0cf32a83fa854c6943adbf c4b86acb8a639ffa1cf5aeea399d821526a90bbd f233eb7e006d916d2794256d19f510c9e5453ec9 fca9e4e3315d075d56919e94c3015a3632723765 Package: ros-lyrical-tuw-msgs Version: 0.2.6-3resolute.20260901.162020 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 83 Depends: libc6 (>= 2.2.5), libstdc++6 (>= 13.1), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-tuw-airskin-msgs, ros-lyrical-tuw-geometry-msgs, ros-lyrical-tuw-graph-msgs, ros-lyrical-tuw-multi-robot-msgs, ros-lyrical-tuw-nav-msgs, ros-lyrical-tuw-object-map-msgs, ros-lyrical-tuw-object-msgs, ros-lyrical-tuw-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-msgs/ros-lyrical-tuw-msgs_0.2.6-3resolute.20260901.162020_amd64.deb Size: 14618 SHA256: c98c541d80a3ed5775fb3c0fe9456b7091786ec4ab3eef406b871602da660d54 SHA1: 0e88e2dd43c789303a4a36916fa3ffac25695c06 MD5sum: 8b3ba8c9dac6fa4962c1629711ffc98a Description: tuw_msgs meta package with write and read file libs for tuw_msgs Package: ros-lyrical-tuw-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-msgs Version: 0.2.6-3resolute.20260901.162020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 52 Depends: ros-lyrical-tuw-msgs (= 0.2.6-3resolute.20260901.162020) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-msgs/ros-lyrical-tuw-msgs-dbgsym_0.2.6-3resolute.20260901.162020_amd64.deb Size: 34164 SHA256: 9e6f09dc97933155f3138cb78b1b68b7643f0ccd62194215c40b9a969a4062f8 SHA1: c19262da7efdc8dfebc57d93f684ee129a971401 MD5sum: 99da6a01443d8eb8dd82f119f4c282b0 Description: debug symbols for ros-lyrical-tuw-msgs Build-Ids: a49a78015cd72e59e3f8580474aebaab4b94f69b Package: ros-lyrical-tuw-multi-robot-msgs Version: 0.2.6-3resolute.20260901.130224 Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3912 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_multi_robot_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-multi-robot-msgs/ros-lyrical-tuw-multi-robot-msgs_0.2.6-3resolute.20260901.130224_amd64.deb Size: 289748 SHA256: ccbdff934df17f6bf5245bda02218b9ebad8b08fef8c50fe9e3c579d5f640779 SHA1: 065e8b61848eda32e4449ace7349e30cabb61479 MD5sum: 36ed9271bb88653ad1acff7a7d81285d Description: The tuw_multi_robot_msgs package contains messages for sending graph, route and sync data over topics. Package: ros-lyrical-tuw-multi-robot-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-multi-robot-msgs Version: 0.2.6-3resolute.20260901.130224 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3413 Depends: ros-lyrical-tuw-multi-robot-msgs (= 0.2.6-3resolute.20260901.130224) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-multi-robot-msgs/ros-lyrical-tuw-multi-robot-msgs-dbgsym_0.2.6-3resolute.20260901.130224_amd64.deb Size: 2696868 SHA256: c20cd560e5c45aa7821524f979ff1ad23faf04a8116c07f59a5b819400d63a47 SHA1: 0977b830f7fad873425a01de0d44653d5f35da15 MD5sum: 67c61556604c3fb76f03c7eaf9623d88 Description: debug symbols for ros-lyrical-tuw-multi-robot-msgs Build-Ids: 3cf11caab8015e1a120f9b424a846e243d829d39 48bf93d728226d21d1a1b7529c35462a3ac79804 48e2eeff0e051eda85c52723232d30841abfa60f 544d036daa19aafe88f41ba971061b27ce01f345 9629b40068e7c88317e858e2fd6e73021a7e7139 995ceec97ee615f5881efeef8714c89ffb88c5d3 abf3e77b6f95887d861851d1ba7e499206a5b737 bb6a6475af4b84429aa6491fcd84790ae0ee4146 bfe3ac01aca6dd4d87cb6c1da2f5638d3b48f09e dd278f6a66330faab846dc140a3e14d5ff535725 f229935b89b509d3c5e01d909097800ace609a94 Package: ros-lyrical-tuw-nav-msgs Version: 0.2.6-3resolute.20260901.134457 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2353 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_nav_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-nav-msgs/ros-lyrical-tuw-nav-msgs_0.2.6-3resolute.20260901.134457_amd64.deb Size: 183120 SHA256: fb86b3327af004b24ddddc44f5d0617c06482b52f82047ba3cd2c0061679beed SHA1: d92289f6c0aa231ecec9524f3f52eb8d8fe269cb MD5sum: e7fa30d7db1630882c4530159f777752 Description: The tuw_nav_msgs package Package: ros-lyrical-tuw-nav-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-nav-msgs Version: 0.2.6-3resolute.20260901.134457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1956 Depends: ros-lyrical-tuw-nav-msgs (= 0.2.6-3resolute.20260901.134457) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-nav-msgs/ros-lyrical-tuw-nav-msgs-dbgsym_0.2.6-3resolute.20260901.134457_amd64.deb Size: 1519872 SHA256: 04c7a50df605930abe06771864e76bcbdea8a749cde6822fc48d51a7ad0d7dd8 SHA1: 7202448babfc35523b15c405757d755d67fb32fc MD5sum: 360a7c7ac3f3aceef9f05788d69bdb48 Description: debug symbols for ros-lyrical-tuw-nav-msgs Build-Ids: 032e9c2dea46c8676b12b212465f7679e9602acc 16368031cbb65953db19caa5c0c2ff453add6e2e 2539104e88c4ebc681cc22da35680cf602eedf97 31089e2c2d9bdc17706ab511d61abeedaffb06ca 3ebd2b2cc402139c6aa110a81cd338d2b087ef15 527eccce618b58675aacf624e0e6a64278d7d3da 6c3c55987d2e264cd03aeff7e19bf05929dd015e b00028fe72eab1772fea39bbb0cf7b555873f26a b0a054759619b895bc0393d8a174e5e5d5b3b479 bb686198f771909fca96974fa418068e5de5163c f1e6af27e86d52b454aaea44413907bde1b45760 Package: ros-lyrical-tuw-object-map-msgs Version: 0.2.6-3resolute.20260901.134726 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1914 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geographic-msgs, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_object_map_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-object-map-msgs/ros-lyrical-tuw-object-map-msgs_0.2.6-3resolute.20260901.134726_amd64.deb Size: 164708 SHA256: ed95e84ff2e47a0b43f34806dddc099d3f718342290bae015aba066e6381e0bd SHA1: 1bf294dc5118ede5098440b6d12fbe80e661c681 MD5sum: d53eb656603c8adbbb751aca095b1967 Description: The tuw_object_map_msgs package Package: ros-lyrical-tuw-object-map-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-object-map-msgs Version: 0.2.6-3resolute.20260901.134726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1771 Depends: ros-lyrical-tuw-object-map-msgs (= 0.2.6-3resolute.20260901.134726) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-object-map-msgs/ros-lyrical-tuw-object-map-msgs-dbgsym_0.2.6-3resolute.20260901.134726_amd64.deb Size: 1392636 SHA256: e55f38369391c065ea9f4cd0a8b0536cc78b6ba3c17b2a0b48ef973c850beafc SHA1: da3e75638c113b9045ec82a43c6ddb509cc6d682 MD5sum: 853012f7d94ac81dc392856be4c152b1 Description: debug symbols for ros-lyrical-tuw-object-map-msgs Build-Ids: 0f629ef92cfa01ffbd10d33575e91561d41f8fdb 2674cdd62ad3c7f13af86639f70340bc9d16d8e0 4300c6a6e785ebc7895ec06b9cdac91ed7ebc3b5 572f1e4f09fdcfdd5557b3ff38dd0b0cd5eb0bdb 671bbcab20a771dba89f7e199da6d53e73d00ee9 7bff495d6bf570ceed4e815a6ecdca4edb16f9d0 98e6ec07d9d109b2505d3fd4c3cbc106a22f6c03 aa34e3d4e5cc0054807947ed4f9221b20fe4857e bf1c8e32a09ed8bcf71a4dc279b6aec8bcba924c c8b7d93c1a0b139c695cbb4432cb2a6eaa7eb74d c9380c87dd17632a018e205828d4582af589d27f Package: ros-lyrical-tuw-object-msgs Version: 0.2.6-3resolute.20260901.135359 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2485 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-tuw-geo-msgs, ros-lyrical-tuw-geometry-msgs, ros-lyrical-tuw-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_object_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-object-msgs/ros-lyrical-tuw-object-msgs_0.2.6-3resolute.20260901.135359_amd64.deb Size: 202714 SHA256: 0dea379d8574e4337c32e67dfc18fb4226001d66a06833efe2e335421599c96c SHA1: d17b7686ddd914bc8826b8476e78924d5e15567d MD5sum: 703f0f94d5c37653dc1bc366c7f175e8 Description: The tuw_object_msgs package. This pkg provides a set of messages used to detect, map and track objects of different types. Package: ros-lyrical-tuw-object-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-object-msgs Version: 0.2.6-3resolute.20260901.135359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2274 Depends: ros-lyrical-tuw-object-msgs (= 0.2.6-3resolute.20260901.135359) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-object-msgs/ros-lyrical-tuw-object-msgs-dbgsym_0.2.6-3resolute.20260901.135359_amd64.deb Size: 1813752 SHA256: e8e67c7e3b08b3f4bfd58c0f85f4ae90762699dcd2132d82d00b9bcd43e7dda5 SHA1: d0d88171dcccf93efefdc9b6a02021a4736a46f0 MD5sum: 2d9a424fab061924fbea53b6d6b9bf13 Description: debug symbols for ros-lyrical-tuw-object-msgs Build-Ids: 0fd90fe7891b69ccc324e2dc0bcd4298c3b90576 1d6218d59d72e89c30804b4b9e580f7290e151a8 2534d33ad7900980d32682cb4b2c216760317676 3327482ef6b763913db8eb0bcfde4b3e1528f3f4 6644416132d7f90e0392e599899d974222adb6b7 7fb2fc9c6d3489357b418485bf00e2a9f67b7ed9 8e16c77061f15851f7b9af8e29ae4a03606a8a4f abac258c41bdb7a981d95cc555e389807deadf7c ad3248429a0515dca56042343b7b73f7e02785e0 b10fe8511f98656a955578e70b80ce315a76ecc3 d09a56c4d79a294e313a3e6826fbd8bbff5d4441 Package: ros-lyrical-tuw-std-msgs Version: 0.2.6-3resolute.20260901.120151 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1153 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/tuw_std_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-std-msgs/ros-lyrical-tuw-std-msgs_0.2.6-3resolute.20260901.120151_amd64.deb Size: 106396 SHA256: f330fcd0723c9076c297fdc63cafb55fb7e77d2e4745ea26c1b1d5a85b7d193f SHA1: 408fad3878fdceed88a04f3c1930628fc5f460f3 MD5sum: a3b497d2aaced250ff061f14602e8216 Description: The tuw_std_msgs package Package: ros-lyrical-tuw-std-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-tuw-std-msgs Version: 0.2.6-3resolute.20260901.120151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 979 Depends: ros-lyrical-tuw-std-msgs (= 0.2.6-3resolute.20260901.120151) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-tuw-std-msgs/ros-lyrical-tuw-std-msgs-dbgsym_0.2.6-3resolute.20260901.120151_amd64.deb Size: 712120 SHA256: 631b82fe98defd9392b68a2dda437dc92e98fff9a2d9624d489ab773076ca252 SHA1: ea58792e8177cf8efb1fef9f2b2d44407a3ebff2 MD5sum: a71c41ac429db039f651280dea46222a Description: debug symbols for ros-lyrical-tuw-std-msgs Build-Ids: 0a490f4ee3c8bbf5d89b9f3b99bc10779c859b8f 0da4d2cd1f0fd9230dfcea3169092a6569587f63 249449b7766cdc5233b0af1df188a7eaa36110fa 54f7cf21fdbb36a29379bbd9d69825a9cb903b68 560b6caba79ca9649d24a76a4aa69c1c5c43c89c 6393daa5b99d61458a55e7d584584281ade84d5f 9675f4633abd242fee4be9f21ff40640a83d2776 cbcbd91075baa4dfc1a47c189dcaea4477827741 cce71589995db03235e2ddf030052976ca4b26ff e88cd0f615bb1c1ee08fc27ae2ce88fdbd8ea58a fd2cf7497dc7616064b1eaca84938b15134e9ede Package: ros-lyrical-twist-mux Version: 4.5.1-3resolute.20260901.182424 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1861 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-diagnostic-updater, ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-twist-mux-msgs, ros-lyrical-visualization-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/twist_mux/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-twist-mux/ros-lyrical-twist-mux_4.5.1-3resolute.20260901.182424_amd64.deb Size: 300868 SHA256: 9e75a6a233331be0a94a60038d870eb99055a4dcb00010b34cd427dd1bcbf039 SHA1: e8202252a6424bffeab53c855c4acc6b1f6aaf83 MD5sum: f5d1d5a8390cc65fa572c09dad7d4037 Description: Twist multiplexer, which multiplex several velocity commands (topics) and allows to priorize or disable them (locks). Package: ros-lyrical-twist-mux-dbgsym Package-Type: ddeb Source: ros-lyrical-twist-mux Version: 4.5.1-3resolute.20260901.182424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 9087 Depends: ros-lyrical-twist-mux (= 4.5.1-3resolute.20260901.182424) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-twist-mux/ros-lyrical-twist-mux-dbgsym_4.5.1-3resolute.20260901.182424_amd64.deb Size: 7382990 SHA256: c04e5335f51d75ef3ba5f791155f78b250163b58a2fccd870455ad95303b25e5 SHA1: bf7eb4fb401b65a44125399df7be421faf137991 MD5sum: db3eb2a854149aa2e5a4d27d89748ef8 Description: debug symbols for ros-lyrical-twist-mux Build-Ids: 926a60cf6bb99025e07d7811b2a4ce0ee3ebad36 c55e19e1043fd19d247f315faa63140eef2bfdc5 Package: ros-lyrical-twist-mux-msgs Version: 3.0.1-4resolute.20260901.110053 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2817 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/twist_mux_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-twist-mux-msgs/ros-lyrical-twist-mux-msgs_3.0.1-4resolute.20260901.110053_amd64.deb Size: 172340 SHA256: 6e5810d1666884be1ff5f4ac7528bb4e3695a2b714031c1219fdda5a4132b5ea SHA1: 8f1453d6f1cffedcebe8ca899b4b0b21be6758cb MD5sum: 9e519f6cba9245e03d78269456c0146c Description: The twist_mux msgs and actions package Package: ros-lyrical-twist-mux-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-twist-mux-msgs Version: 3.0.1-4resolute.20260901.110053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1453 Depends: ros-lyrical-twist-mux-msgs (= 3.0.1-4resolute.20260901.110053) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-twist-mux-msgs/ros-lyrical-twist-mux-msgs-dbgsym_3.0.1-4resolute.20260901.110053_amd64.deb Size: 866014 SHA256: b31c763a64bc26ad5907c0c0ff91fa9eb57b98389e64cd6f301abf5e78b88941 SHA1: d7cce616ab4b2c8542c25376bb032c03800d4ca4 MD5sum: 4164299a0bbfcfa0a08db6050a58cf86 Description: debug symbols for ros-lyrical-twist-mux-msgs Build-Ids: 0b0bce32724d2e66a52ca04e2794b4b3ef9163ff 0ec9abc7093c2dde9385438118984e5757040d51 4282f3389e330597f456a8e05719b16d81b3de44 52b342b95c6c6da9f9acdfa9a61626143a4331ee 5d020ca8271196e63eed162ca6daa51fbdb6a76e 677b56433831e1ef22f9d8bdf2a381ceae270292 6dcb09709daa012c3625a72bb8953895e22ebbfb 9757ce2925f45d4d16694b9c0c765ccd8f483287 9b5815d36480d0dea3e73fe4495f60304550ba0a bf6b0922e5c8b40cb2734f01f153724d29cffc00 c55f410bb56b6b661c2de577df9ee0a91a2131db Package: ros-lyrical-twist-stamper Version: 0.0.5-3resolute.20260901.185228 Architecture: amd64 Maintainer: Josh Newans Installed-Size: 45 Depends: ros-lyrical-geometry-msgs, ros-lyrical-rclpy, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/twist_stamper/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-twist-stamper/ros-lyrical-twist-stamper_0.0.5-3resolute.20260901.185228_amd64.deb Size: 6802 SHA256: 44ee749a903b426d2faa53e4fc45e2b2d23ae4cd1eff7b1c7a993dd9d4c80523 SHA1: 4e0f630b12184ed5b6659f297c057c3e64716066 MD5sum: d9aeaa03b0a4fcc5bb5079ca4cf10e0f Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-lyrical-type-description-interfaces Version: 2.4.5-1resolute.20260901.100528 Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1951 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-core-runtime, ros-lyrical-service-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/type_description_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-type-description-interfaces/ros-lyrical-type-description-interfaces_2.4.5-1resolute.20260901.100528_amd64.deb Size: 167246 SHA256: da588878cfb2c088b1053255783510e6a625e882ee67f5a5725d7eded9c5dcec SHA1: f764ff8c58f238cdb345bcfe607f4aa588dc89b2 MD5sum: e6becf61c0a8ceaa08552c8abce4d329 Description: A package containing message and service definitions for describing and communicating descriptions of other types. Package: ros-lyrical-type-description-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-type-description-interfaces Version: 2.4.5-1resolute.20260901.100528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1726 Depends: ros-lyrical-type-description-interfaces (= 2.4.5-1resolute.20260901.100528) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-type-description-interfaces/ros-lyrical-type-description-interfaces-dbgsym_2.4.5-1resolute.20260901.100528_amd64.deb Size: 1357882 SHA256: 7e14dea0086fa9d45eb642469215f41369b4302e5b22565a76d34bdc414b9442 SHA1: 33d0624729bd157abc49ada324f84592b1c8ad24 MD5sum: 79e57962d44befde9de4fbc6a7018646 Description: debug symbols for ros-lyrical-type-description-interfaces Build-Ids: 1e49c52504369e774f5d45bd73d319a6aacfddf7 317c8bdb6751d1f13fc95fd6c550ee7ddcbd11c3 38d520938ca89f2a4e4d0ba284dd7617b5d6055d 445c7e33f1bb32853badb239f1215ae86a1f5df3 504d876bb619089a64b68e5733f871747d8c2002 6d763b87cbdb49b23506fdeda57a319584437122 6fb5053012cf5c0ce1ca439079954677c0f6af4e bc80efb6ef1c4fa44a8c942905791a2cae5b78c6 c1158a2c58d96e9c01038385851a01c9253174a2 c50caa42ef132c863b8e888de3e98e63b349c7da dc35bd0a060c5445ec90f60700b56d3655eeeda8 Package: ros-lyrical-ublox Version: 3.0.0-3resolute.20260901.184040 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 44 Depends: ros-lyrical-ublox-gps, ros-lyrical-ublox-msgs, ros-lyrical-ublox-serialization, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/ublox Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox/ros-lyrical-ublox_3.0.0-3resolute.20260901.184040_amd64.deb Size: 5678 SHA256: 475e480528e3f1ec0326da6cc8c31700acedba3eb081b2137566c4653029e2ee SHA1: 4495497817c574d2b04d9682fae8e36207523c33 MD5sum: f4a0092954d43f3dc08e4f53a4e3210e Description: Provides a ublox_gps node for u-blox GPS receivers, messages, and serialization packages for the binary UBX protocol. Package: ros-lyrical-ublox-dgnss Version: 0.7.5-1resolute.20260901.164752 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 98 Depends: ros-lyrical-ntrip-client-node, ros-lyrical-ublox-dgnss-node, ros-lyrical-ublox-nav-sat-fix-hp-node, ros-lyrical-ublox-ubx-interfaces, ros-lyrical-ublox-ubx-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-dgnss/ros-lyrical-ublox-dgnss_0.7.5-1resolute.20260901.164752_amd64.deb Size: 11690 SHA256: b610738215a61dd862af751912f5bf05ebd05a6c16a309939d33137324ae1417 SHA1: 807196cea4587db0b49c90563e6636e5af93f926 MD5sum: b66327e953675a865be139dadeb20dbb Description: Provides a ublox_dgnss node for a u-blox GPS DGNSS receiver using Gen 9 UBX Protocol Package: ros-lyrical-ublox-dgnss-node Version: 0.7.5-1resolute.20260901.162024 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 4091 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libusb-1.0-0 (>= 2:1.0.22), libusb-1.0-0-dev, ros-lyrical-ament-index-cpp, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rtcm-msgs, ros-lyrical-std-msgs, ros-lyrical-ublox-ubx-interfaces, ros-lyrical-ublox-ubx-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-dgnss-node/ros-lyrical-ublox-dgnss-node_0.7.5-1resolute.20260901.162024_amd64.deb Size: 713984 SHA256: 01dcd365d68354889976a8920e7f9c1e9cc8a8aa2d21f2dbaf450c20f6bb5450 SHA1: 557a79f1f0c6e9f659bcd8f35726739024ce46eb MD5sum: 3cb1bf6dd2ac9435576dd9e6f35c8671 Description: Provides a ublox_gnss node for a u-blox GPS GNSS receiver using Gen 9 and Gen 20 UBX Protocol Package: ros-lyrical-ublox-dgnss-node-dbgsym Package-Type: ddeb Source: ros-lyrical-ublox-dgnss-node Version: 0.7.5-1resolute.20260901.162024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 20340 Depends: ros-lyrical-ublox-dgnss-node (= 0.7.5-1resolute.20260901.162024) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-dgnss-node/ros-lyrical-ublox-dgnss-node-dbgsym_0.7.5-1resolute.20260901.162024_amd64.deb Size: 16759398 SHA256: eeeb6554bb00d0962c86db7e12547f6f0789d71b2158043c64a7761817c2c713 SHA1: c61070b3ea1e0adb56db6f6d00e3d510a5718055 MD5sum: d1735ec090d6c5c45a686812b271c4a6 Description: debug symbols for ros-lyrical-ublox-dgnss-node Build-Ids: bcf192d1a456f297fbda331765d868ee741a1ca6 dfd32d251788b5355b1ec3d135212f1814de6413 Package: ros-lyrical-ublox-gps Version: 3.0.0-3resolute.20260901.182425 Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 4387 Depends: libc6 (>= 2.42), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libasio-dev, ros-lyrical-diagnostic-msgs, ros-lyrical-diagnostic-updater, ros-lyrical-geometry-msgs, ros-lyrical-nmea-msgs, ros-lyrical-rcl-interfaces, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rtcm-msgs, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-ublox-msgs, ros-lyrical-ublox-serialization, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-gps/ros-lyrical-ublox-gps_3.0.0-3resolute.20260901.182425_amd64.deb Size: 843584 SHA256: ac26b4fb2826fbeea9a240e848d9e795a5499daba3287bb131f34f43cc7714fe SHA1: 3e0a9b18e6fc855360ef5ec41c077825fc80a75f MD5sum: c3f0972eb1a9dfdfb7ea88f922b75718 Description: Driver for u-blox GPS devices. Package: ros-lyrical-ublox-gps-dbgsym Package-Type: ddeb Source: ros-lyrical-ublox-gps Version: 3.0.0-3resolute.20260901.182425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 25038 Depends: ros-lyrical-ublox-gps (= 3.0.0-3resolute.20260901.182425) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-gps/ros-lyrical-ublox-gps-dbgsym_3.0.0-3resolute.20260901.182425_amd64.deb Size: 21822116 SHA256: 15236c57a1c0ad514a943c813cad6deea5def59ad3bb9b6e18dfe7efba82e76b SHA1: 1bd9afa0e7cc5c00645a8beec22c3d551506706e MD5sum: fa05151778ee1b51a3debb478bedd898 Description: debug symbols for ros-lyrical-ublox-gps Build-Ids: 4703ef3f50d359262acad193f10490a4e6afeb8f 62fccc9b59770962270885f057af85513cb59d34 6ee8b5cd75468b90423daed833659d5bde81a0f3 Package: ros-lyrical-ublox-msgs Version: 3.0.0-3resolute.20260901.140624 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 14710 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ublox-serialization, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-msgs/ros-lyrical-ublox-msgs_3.0.0-3resolute.20260901.140624_amd64.deb Size: 910744 SHA256: b78ec9daf7389d49e474764bc2f60a4bf82a074a95e21f8bd41b1141167cbea5 SHA1: 5927a1e8ada93e0dfec04ca60029b1cec247d931 MD5sum: 92017a9ceec28eb6203a1eb63133c100 Description: ublox_msgs contains raw messages for u-blox GNSS devices. Package: ros-lyrical-ublox-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ublox-msgs Version: 3.0.0-3resolute.20260901.140624 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 10348 Depends: ros-lyrical-ublox-msgs (= 3.0.0-3resolute.20260901.140624) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-msgs/ros-lyrical-ublox-msgs-dbgsym_3.0.0-3resolute.20260901.140624_amd64.deb Size: 8234842 SHA256: 4118d32f20f03c0c5981250f3eea4b35a9f76a61ce4b33c0378683386cc99fa8 SHA1: 55139f663212776568b5af84b16869e4739026c3 MD5sum: 2d9c1d1329cd7e93736d59cd89407f52 Description: debug symbols for ros-lyrical-ublox-msgs Build-Ids: 00c46b319f0ab60a4dbc30617169bab8a280bd47 18d2c86b2116e9690c05624c0ffde0bc2890d490 3ad456a534100363c97f50ef1354ff1199fb2e3e 44218748eb6ee321be6191bdacc96a7ef4374cfc 49f9dd40f0dec9231f6686aca8942312928a3254 505fd39562e38581ca002fc6293fbb0125b86cb8 81e82f229809ced6476906c464f29411df0627a8 c224fe09cc30250f39964c2d382232b45ee82cd1 cf18e205a1e7488f1887e30beff40ee169e58ede e373dd8ecf00688052ada1e78df897dc388c2eff e9037901cd29babe786701771295a41d43ae2e9a ed0189a006d2edcec9d2fca4cbf774e80b3e78e5 Package: ros-lyrical-ublox-nav-sat-fix-hp-node Version: 0.7.5-1resolute.20260901.162009 Architecture: amd64 Maintainer: "Geoff Sokoll" Installed-Size: 1069 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ublox-ubx-interfaces, ros-lyrical-ublox-ubx-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ublox_nav_sat_fix_hp_node/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-nav-sat-fix-hp-node/ros-lyrical-ublox-nav-sat-fix-hp-node_0.7.5-1resolute.20260901.162009_amd64.deb Size: 171526 SHA256: 35649315d66bcf9d76d7a5a1a1b0b9d42a0d2ff573ce31690e6eb6f2877cbe35 SHA1: ad4fe77e6009efd41bb968d14459fb5c6ad85111 MD5sum: 58e38681a644cab0007c4585e443064f Description: Provides a NavSatFix node for a u-blox GPS GNSS receiver using Gen 9 UBX Protocol Package: ros-lyrical-ublox-nav-sat-fix-hp-node-dbgsym Package-Type: ddeb Source: ros-lyrical-ublox-nav-sat-fix-hp-node Version: 0.7.5-1resolute.20260901.162009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoff Sokoll" Installed-Size: 4855 Depends: ros-lyrical-ublox-nav-sat-fix-hp-node (= 0.7.5-1resolute.20260901.162009) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-nav-sat-fix-hp-node/ros-lyrical-ublox-nav-sat-fix-hp-node-dbgsym_0.7.5-1resolute.20260901.162009_amd64.deb Size: 3842322 SHA256: 8c66d3f2020669c071bb4de2f559456407c8d55bdfcb0e24845eb509caa952a6 SHA1: 58db4dd65fa8ac208558f36ca0a0d88c4b7cd5fc MD5sum: 3fd4f188bc22d02506583b6ed878072b Description: debug symbols for ros-lyrical-ublox-nav-sat-fix-hp-node Build-Ids: 2bc754c8fa9e056bbfeb459f68422336847d8487 4e46c2635fe739831751c76a9b4473cb9ac89052 Package: ros-lyrical-ublox-serialization Version: 3.0.0-3resolute.20260728.210409 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 78 Depends: ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-serialization/ros-lyrical-ublox-serialization_3.0.0-3resolute.20260728.210409_amd64.deb Size: 13342 SHA256: b6b1fbaad140e70d41b744a52da31e49e735b7b6a1c0ea870788e31ad8ff7b6c SHA1: 9ff628b3f27ca72b11f552f8bdf472c9e149ac9a MD5sum: c921522d8e314940f156b540cc075061 Description: ublox_serialization provides header files for serialization of ROS messages to and from u-blox message format. Package: ros-lyrical-ublox-ubx-interfaces Version: 0.7.5-1resolute.20260901.111926 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1880 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-generators, ros-lyrical-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-ubx-interfaces/ros-lyrical-ublox-ubx-interfaces_0.7.5-1resolute.20260901.111926_amd64.deb Size: 122992 SHA256: 90bf33fb49a21e3507f59531438397192801cee701256f71148f411b4685818b SHA1: b3fc49d5274c521b163537f0532d28974ad3719f MD5sum: 6765c1e07af0d2668a3faaca8f648268 Description: UBLOX UBX Interfaces Package: ros-lyrical-ublox-ubx-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-ublox-ubx-interfaces Version: 0.7.5-1resolute.20260901.111926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1270 Depends: ros-lyrical-ublox-ubx-interfaces (= 0.7.5-1resolute.20260901.111926) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-ubx-interfaces/ros-lyrical-ublox-ubx-interfaces-dbgsym_0.7.5-1resolute.20260901.111926_amd64.deb Size: 851050 SHA256: e06e375c8569a972f7fbdd25fba8f0e7db5fe9fd25b3326df5893466a17bf493 SHA1: 4fc74ba5deb0bb8ad4e99dbfa8928c4f16ce6ae0 MD5sum: 91c046c94a1b9dc4d464cb5334a7f651 Description: debug symbols for ros-lyrical-ublox-ubx-interfaces Build-Ids: 3577449139148c36f220c8df51710e8181bc564f 3792362b434841599061bbbbe46b8c347a0211f0 38bd3ea9f22e3f16bde0cfdb2d6ac9caddb03793 3de0189e18e8418d1fe8be372a1e77e4f394c084 4d69886c1b2de70420642f818b0a9ac33ea9ab97 805e8a5c118f6d7db363c204bd1532dbf7d07340 8f0dd99d78d7d21513450be35876df01b5638074 aa1b901378275928038eb94a4bca631e72f41cf1 b673e2772b0d9f0f97801dbd432b2df998e77508 dff984f95b26c0f7807f3bc18e577fbdffc2f714 e5579671e01dcb986f5327bb3d47bd92777f6d07 Package: ros-lyrical-ublox-ubx-msgs Version: 0.7.5-1resolute.20260901.120804 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 11060 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-generators, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-ubx-msgs/ros-lyrical-ublox-ubx-msgs_0.7.5-1resolute.20260901.120804_amd64.deb Size: 690366 SHA256: bd37eb03f7761c6a81a398d4e2e48769370e0e61ffdd44c24389478192bfb2a8 SHA1: ceeb11ed437dabf4efd680296e04a79c02f307db MD5sum: 5fb684464991cb0218bb319b7e76c0ed Description: UBLOX UBX ROS2 Msgs Package: ros-lyrical-ublox-ubx-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ublox-ubx-msgs Version: 0.7.5-1resolute.20260901.120804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 8059 Depends: ros-lyrical-ublox-ubx-msgs (= 0.7.5-1resolute.20260901.120804) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ublox-ubx-msgs/ros-lyrical-ublox-ubx-msgs-dbgsym_0.7.5-1resolute.20260901.120804_amd64.deb Size: 6373636 SHA256: 93e59dfb3aa5cbbcc954445313edbd1e67a1808717e1984484150ba60715520a SHA1: 729a3170ad74532aa07aff8e590faa3e6d649f53 MD5sum: 6cb58172ea0a2b30a305a0844602058a Description: debug symbols for ros-lyrical-ublox-ubx-msgs Build-Ids: 0f3c9f51473a823c021bc67f8a9e2db2900d08e0 2fccedd2cb48886d63ef706dc51430ebc3948cda 406c937d480cb3af7d5f1a4919458ed44aba1816 42a765c18b1b8bd3b9904019cc02a97a0ce630e1 54d8c766260b074d2002b830c9e19b4045c5f778 5774398e80f7ed539e399fc52b30526686ac66aa 7de18cd23938676c01c8504f88ee814f9ed9c091 8732adcd6905722b125b9622af1959811a35eba2 9841549d8ca175b39418791ad5996cd9b10c7453 a08ca5ce50f3ad42a873b194e1945364b4753ca8 fb7102a573cadae485844154fbdd51fa0dc048cb Package: ros-lyrical-udp-msgs Version: 0.0.5-3resolute.20260901.111726 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1415 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-ros-environment, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/udp_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-udp-msgs/ros-lyrical-udp-msgs_0.0.5-3resolute.20260901.111726_amd64.deb Size: 143366 SHA256: 42f1ef99ae5fabd2ad3fb8040c1e889a2bf79ec71a806a2bcad7590c1008dc75 SHA1: 389be293e6e8468d6cf150db30f1cb879c3964e1 MD5sum: 1302d2e484efa53032eb38e966603fba Description: ROS / ROS2 udp_msgs package Package: ros-lyrical-udp-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-udp-msgs Version: 0.0.5-3resolute.20260901.111726 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1571 Depends: ros-lyrical-udp-msgs (= 0.0.5-3resolute.20260901.111726) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-udp-msgs/ros-lyrical-udp-msgs-dbgsym_0.0.5-3resolute.20260901.111726_amd64.deb Size: 1243508 SHA256: 22f2ec12d8392830a45c7ab3e3450d8156a2ab23b09c86251615f1110d7e184e SHA1: 6a6c7dfcb9e0c1e673d26f7aa2c33ff2caf2585e MD5sum: a2da9b443100f4b28e79588b9a606d27 Description: debug symbols for ros-lyrical-udp-msgs Build-Ids: 0109d6d7b988059df32bad3a205d6b4e25510119 19a77e40555818f96d8c9beb28d303f56f65699a 40a5a3eab46dc7ca159737df24df9900419c106f 7264fac0091711486f60afbe4c97817426773386 959e76bc3e673bd6ae148aab8962f3015211d741 afb0e41f0687fb134fb4583d15d204a8b6d519b4 b42c0bb0d31deceef9d675e8d042fa4524132a0e cda533ea8eefa69fe5276dcdf0866687c3acb1d4 d2918f2a3d41dd51feceeae5f8caba74670154f4 da06fbbb5ac706001d538ff58c7c86936379e7fd f4b920ffd2763f7fdbd0055d88ac24c801dee500 Package: ros-lyrical-unbag Version: 1.3.1-1resolute.20260901.174146 Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1027 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 5), libqt5svg5, python3-numpy, python3-opencv, python3-tqdm, python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-rosbag2-py, ros-lyrical-rosidl-runtime-py, ros-lyrical-sensor-msgs, ros-lyrical-tf2-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/unbag/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-unbag/ros-lyrical-unbag_1.3.1-1resolute.20260901.174146_amd64.deb Size: 653184 SHA256: 6b1b78bcdf14ed12c1d4abc6326c0cfdbead3a27dea13daabc46929e247033a6 SHA1: 823b1d88453fd670d2bbd7fc88e26a1c558e247e MD5sum: d83a0b06bf9290afc3f0671f45733c0a Description: A ROS 2 tool for exporting bags to human readable files. Supports pluggable export routines to handle any message type. Package: ros-lyrical-unbag-dbgsym Package-Type: ddeb Source: ros-lyrical-unbag Version: 1.3.1-1resolute.20260901.174146 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1861 Depends: ros-lyrical-unbag (= 1.3.1-1resolute.20260901.174146) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-unbag/ros-lyrical-unbag-dbgsym_1.3.1-1resolute.20260901.174146_amd64.deb Size: 1174768 SHA256: 25d2bcf4802f29925f1bdd018098a599864dcf90967080266b4f93e5885738d6 SHA1: 004da915ca3ef2100c5db4aa80303837c0485f5e MD5sum: 6a0f9716750acc646bb85be8c395e374 Description: debug symbols for ros-lyrical-unbag Build-Ids: 7416d19a848a0bbfa826110025b5a1431a59fd3b Package: ros-lyrical-uncrustify-vendor Version: 3.2.0-3resolute.20260728.210418 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 45 Depends: uncrustify, ros-lyrical-ros-workspace Homepage: https://github.com/uncrustify/uncrustify Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-uncrustify-vendor/ros-lyrical-uncrustify-vendor_3.2.0-3resolute.20260728.210418_amd64.deb Size: 6060 SHA256: 5abbbd833798bc298ea22d4f88b1720280387a8261dfbc4cc0121d9cb0e5c427 SHA1: a7988388f9682f6a4a2e09a42ff69151c00c42f2 MD5sum: 6a6f44ce912bc6544b0e301b7cfdb1d3 Description: Wrapper around uncrustify, providing nothing but a dependency on uncrustify, on some systems. On others, it provides an ExternalProject build of uncrustify. Package: ros-lyrical-unique-identifier-msgs Version: 2.8.1-3resolute.20260901.093420 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 435 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), ros-lyrical-fastcdr, ros-lyrical-rosidl-core-runtime, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/unique_identifier_msgs Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-unique-identifier-msgs/ros-lyrical-unique-identifier-msgs_2.8.1-3resolute.20260901.093420_amd64.deb Size: 41534 SHA256: e2a0e68a3fab053047b58cce66df070229650d4aff1d9f043f76880224fa3766 SHA1: e4d05f34c0cd8c718253e888700eb71883ac04b4 MD5sum: b9135615da8c5a34367a9bb7a0e32dda Description: ROS messages for universally unique identifiers. Package: ros-lyrical-unique-identifier-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-unique-identifier-msgs Version: 2.8.1-3resolute.20260901.093420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 302 Depends: ros-lyrical-unique-identifier-msgs (= 2.8.1-3resolute.20260901.093420) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-unique-identifier-msgs/ros-lyrical-unique-identifier-msgs-dbgsym_2.8.1-3resolute.20260901.093420_amd64.deb Size: 169186 SHA256: d20d671ab7cdd1534979edcab192205900240d9640b0124dd621ebc487e31a23 SHA1: 6587e38db1e6b45291efd362240b91fa542e1b52 MD5sum: 099abc2b87c9118a293a88416fc45ecd Description: debug symbols for ros-lyrical-unique-identifier-msgs Build-Ids: 021bddc8c59fb05f8aaa4c95da73a14cadb1c44e 135912bdbea0a62cb3096fba79ff4309fea1b1fc 6522c2fa10318ac0979104a32f900cb40cf4a21e 66a46bdba25425a6b9e5cce5427f32bf6b430a66 71a9df27dd749ff25bafcda6c8d3aa68c648da81 8d1975523f74262b83971e6811a726a1e7892f5f b7ab5bfd29f0a93b835f3a2ed4520de3ae7ae2eb bbe1b9b1160dd524dfaae74779c99cf7142593e1 dc2b683f7d76d1f66ef3d235283fcbf2b125743b e735bf67392819e92fcdf544fed59ee7e8f9be3e f3d31b2d8288550487cc33b329c66f125355c638 Package: ros-lyrical-ur Version: 6.0.0-1resolute.20260914.131702 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 44 Depends: ros-lyrical-ur-calibration, ros-lyrical-ur-controllers, ros-lyrical-ur-dashboard-msgs, ros-lyrical-ur-moveit-config, ros-lyrical-ur-robot-driver, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ur/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur/ros-lyrical-ur_6.0.0-1resolute.20260914.131702_amd64.deb Size: 6046 SHA256: f5d9a209f13e1345a8922de28a49e01cdf9d3572ca6c2d8139c4b703fd262919 SHA1: 1c087660db74591bcd1c56362326fb32c15d0422 MD5sum: ef556d86215887d8f2903af933692013 Description: Metapackage for universal robots Package: ros-lyrical-ur-calibration Version: 6.0.0-1resolute.20260914.130833 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 221 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, ros-lyrical-rclcpp, ros-lyrical-ur-client-library, ros-lyrical-ur-robot-driver, ros-lyrical-yaml-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-calibration/ros-lyrical-ur-calibration_6.0.0-1resolute.20260914.130833_amd64.deb Size: 63592 SHA256: 376342ddf63ef71c9db0e663e0795c869f347f1be64c6ea8cf49138fa81a87e2 SHA1: 7f6a7faa78d94c011bb9bb3c65212b4c6fc4f34a MD5sum: afc08f07455de74dfa438e4d4b5b2590 Description: Package for extracting the factory calibration from a UR robot and change it such that it can be used by ur_description to gain a correct URDF Package: ros-lyrical-ur-calibration-dbgsym Package-Type: ddeb Source: ros-lyrical-ur-calibration Version: 6.0.0-1resolute.20260914.130833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 1698 Depends: ros-lyrical-ur-calibration (= 6.0.0-1resolute.20260914.130833) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-calibration/ros-lyrical-ur-calibration-dbgsym_6.0.0-1resolute.20260914.130833_amd64.deb Size: 1651202 SHA256: bf7653f92e0d6816980af1d3cda18016121e1e91f823f37c9d6dcd770c853cc9 SHA1: c19730fd03020d19834fe13f0421eab4ffe63f70 MD5sum: 29bd209305e6725c499f4d4ebe5afd63 Description: debug symbols for ros-lyrical-ur-calibration Build-Ids: 5dd6654373ca49db0f145f5a740068e9d0822c46 Package: ros-lyrical-ur-client-library Version: 2.15.2-1resolute.20260914.123740 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2570 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-ament-cmake, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/ur_client_library Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-client-library/ros-lyrical-ur-client-library_2.15.2-1resolute.20260914.123740_amd64.deb Size: 638816 SHA256: 7ae263c946e9adaf2da4b7df9cd983e5931cd39a4dc3154dea35a6e661c64d59 SHA1: 07bdbf8157c8807e88e88fae5c8c2fc873165eb9 MD5sum: f0f8a7f71f3dc0dd1c8035b3a21ca2d4 Description: Standalone C++ library for accessing Universal Robots interfaces. This has been forked off the ur_robot_driver. Package: ros-lyrical-ur-client-library-dbgsym Package-Type: ddeb Source: ros-lyrical-ur-client-library Version: 2.15.2-1resolute.20260914.123740 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 8819 Depends: ros-lyrical-ur-client-library (= 2.15.2-1resolute.20260914.123740) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-client-library/ros-lyrical-ur-client-library-dbgsym_2.15.2-1resolute.20260914.123740_amd64.deb Size: 8013554 SHA256: 0ba548f4fffe019a816120679c1d5d9c9ec699b9d527e0572c8c45cd75c430a5 SHA1: f50c32d223eb23c4f528beab7d653c5f1e5fcaa9 MD5sum: 243c435a6607fff12fae695f0b9a173c Description: debug symbols for ros-lyrical-ur-client-library Build-Ids: 041814e9bec082274949a7b598b4e12885c3da16 Package: ros-lyrical-ur-controllers Version: 6.0.0-1resolute.20260908.112545 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 1947 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-lyrical-action-msgs, ros-lyrical-angles, ros-lyrical-control-msgs, ros-lyrical-controller-interface, ros-lyrical-generate-parameter-library, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-joint-trajectory-controller, ros-lyrical-lifecycle-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rcutils, ros-lyrical-realtime-tools, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-trajectory-msgs, ros-lyrical-ur-dashboard-msgs, ros-lyrical-ur-msgs, ros-lyrical-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-controllers/ros-lyrical-ur-controllers_6.0.0-1resolute.20260908.112545_amd64.deb Size: 431704 SHA256: d1b9f190d3eea07bcc013351589bea1f151e7f6c3b900d913bc99602ae2b44b0 SHA1: 2dd2ec865a2ec10a4c06522f420e5469b2b83bc6 MD5sum: 74a229a00a99279301765c5a7ef2f2b8 Description: Provides controllers that use the speed scaling interface of Universal Robots. Package: ros-lyrical-ur-controllers-dbgsym Package-Type: ddeb Source: ros-lyrical-ur-controllers Version: 6.0.0-1resolute.20260908.112545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 9553 Depends: ros-lyrical-ur-controllers (= 6.0.0-1resolute.20260908.112545) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-controllers/ros-lyrical-ur-controllers-dbgsym_6.0.0-1resolute.20260908.112545_amd64.deb Size: 8410132 SHA256: acbdfa56e86e9d8ec8028066cb37ca47b75979e011b1a618f1cd92f4fa390b22 SHA1: 2b3aaddd6172a24cc2abb19a72100d337e9224d2 MD5sum: 17875de36bfdd4c25fdff695d41217c6 Description: debug symbols for ros-lyrical-ur-controllers Build-Ids: 4d3ca2b5c91f46debad526de59f5a58d5646426a Package: ros-lyrical-ur-dashboard-msgs Version: 6.0.0-1resolute.20260901.110123 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 12750 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-dashboard-msgs/ros-lyrical-ur-dashboard-msgs_6.0.0-1resolute.20260901.110123_amd64.deb Size: 712282 SHA256: 9c15132ad4bad7c80a1c04dabd4c5a818036f9a74c962b8786d1675587b614c3 SHA1: 059121e1d93d279045144c65da26e6f35ce0c206 MD5sum: 3fffe5dae30b7fde801de6dc293e409e Description: Messages around the UR Dashboard server. Package: ros-lyrical-ur-dashboard-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ur-dashboard-msgs Version: 6.0.0-1resolute.20260901.110123 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 9575 Depends: ros-lyrical-ur-dashboard-msgs (= 6.0.0-1resolute.20260901.110123) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-dashboard-msgs/ros-lyrical-ur-dashboard-msgs-dbgsym_6.0.0-1resolute.20260901.110123_amd64.deb Size: 7074326 SHA256: dd2e1985deae4f185c31a1ce38cf1d898e281e00310cacf10c8d6dbd11dcd1cd SHA1: 23621cccd84bd8a59761620e6d28efe18e0bb766 MD5sum: b0e2b9113236a0f720faeb8c9d27742b Description: debug symbols for ros-lyrical-ur-dashboard-msgs Build-Ids: 1606a6a937d71cced60e659cd7138f0a28c60b5c 1e1d95824d95887ddb1bfa69f6014c1fe4658425 2491c681fc6228b9a1a0d7bd78ac9b74a72dfb93 257750c07d8997a3e9cbd96311faa76a96bd9999 3b5a624f9cc39b95f0f990873c6d50cdf292265e 4023f4e1b7e8d8936e47da7856cb9031c1eed95c 5614c0eac5f250afa9b9f03c0a4b0ad23af0d3f1 66e5bc9f0a21c9d73ce30e6bc56fd7934c118f1f 829f356fb73e6b4dd346b43cb2706ba24dc94aab 89f2c3def828da3a2be7355111026675670d06f9 ca3f24e54ffe56061c38d7768e16e53bde262bd7 Package: ros-lyrical-ur-description Version: 4.3.1-1resolute.20260908.162122 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 73102 Depends: ros-lyrical-joint-state-publisher-gui, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-robot-state-publisher, ros-lyrical-rviz2, ros-lyrical-urdf, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ur_description/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-description/ros-lyrical-ur-description_4.3.1-1resolute.20260908.162122_amd64.deb Size: 22003220 SHA256: 6009b055f1dad8feec45d71eb32e3308f4cb741332ec7d6d4b99d58de847b014 SHA1: a941c0c63a05c3f6c3989688cc9c13e0c9ab825a MD5sum: be8aa11557c88576c0629d6b2672bcf1 Description: URDF description for Universal Robots Package: ros-lyrical-ur-moveit-config Version: 6.0.0-1resolute.20260908.184352 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 84 Depends: ros-lyrical-moveit-configs-utils, ros-lyrical-moveit-kinematics, ros-lyrical-moveit-planners, ros-lyrical-moveit-planners-chomp, ros-lyrical-moveit-ros-move-group, ros-lyrical-moveit-ros-visualization, ros-lyrical-moveit-servo, ros-lyrical-moveit-simple-controller-manager, ros-lyrical-ur-description, ros-lyrical-warehouse-ros-sqlite, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-moveit-config/ros-lyrical-ur-moveit-config_6.0.0-1resolute.20260908.184352_amd64.deb Size: 16432 SHA256: 937fdfbd09ddc5f94c25b960860d14e543d588ec6b9f912763ba6c0b4b029fcb SHA1: 4f17256f132a17ce7d5dd92fe7f5f2ca1748dc60 MD5sum: f3832fd73e4fa3fc908122d3198ff8a2 Description: An example package with MoveIt2 configurations for UR robots. Package: ros-lyrical-ur-msgs Version: 2.6.0-1resolute.20260901.142849 Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 9397 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-builtin-interfaces, ros-lyrical-control-msgs, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-trajectory-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ur_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-msgs/ros-lyrical-ur-msgs_2.6.0-1resolute.20260901.142849_amd64.deb Size: 587142 SHA256: 4c654d78c1001d7176e1aae066b5d63621e24ac578bda4121dc5745f4ef718b8 SHA1: 63939b89674f44c2d1af935c39777ef20e439520 MD5sum: 57422e8edcbc4e9d1a3c00750a70057c Description: Message and service definitions for interacting with Universal Robots robot controllers. Package: ros-lyrical-ur-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-ur-msgs Version: 2.6.0-1resolute.20260901.142849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 6060 Depends: ros-lyrical-ur-msgs (= 2.6.0-1resolute.20260901.142849) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-msgs/ros-lyrical-ur-msgs-dbgsym_2.6.0-1resolute.20260901.142849_amd64.deb Size: 4358282 SHA256: 9304f325b2c5a78a7fc3259009db3983863f7c296c591d863e46e7a36c8409de SHA1: e226a43a9ba43f4fadff5e9601a6b019ccf28858 MD5sum: ecfa5dff2473cc16a4f73ff96fb157ec Description: debug symbols for ros-lyrical-ur-msgs Build-Ids: 1e655680ad901cb111fce21f1efeefcb75708c9e 2c017893080145de7849d9592234d99864e1b8de 72e175736bb2f8aaad7bc08ded3818175ac07e1a 80d0f370627789212c7a56aa49145761fe9b0c72 8d3080d3a89e01f2fd02f009409cdd720418d1e4 91a0a09e72a06852df11898dd0b75f180a45b0d7 bffb55d43cba3a8f922e5dbf8c13f94ffd3696e5 c2dbf9e4c670640a3a5acf2f03bb861c4c319872 dac46527174e9f85956044352492be0f7c115223 e6ed6b73ab471b789e559c2bd683358744fc1bb6 ea1dbd0cefdb5b843766c5a9b5e1235d6c32697e Package: ros-lyrical-ur-robot-driver Version: 6.0.0-1resolute.20260914.124441 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 5462 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-lyrical-backward-ros, ros-lyrical-control-msgs, ros-lyrical-controller-manager, ros-lyrical-controller-manager-msgs, ros-lyrical-force-torque-sensor-broadcaster, ros-lyrical-forward-command-controller, ros-lyrical-geometry-msgs, ros-lyrical-hardware-interface, ros-lyrical-joint-state-broadcaster, ros-lyrical-joint-state-publisher, ros-lyrical-joint-trajectory-controller, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-motion-primitives-controllers, ros-lyrical-pluginlib, ros-lyrical-pose-broadcaster, ros-lyrical-rclcpp, ros-lyrical-rclcpp-lifecycle, ros-lyrical-rclpy, ros-lyrical-robot-state-publisher, ros-lyrical-ros2-controllers-test-nodes, ros-lyrical-rviz2, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2-geometry-msgs, ros-lyrical-ur-client-library, ros-lyrical-ur-controllers, ros-lyrical-ur-dashboard-msgs, ros-lyrical-ur-description, ros-lyrical-ur-msgs, ros-lyrical-urdf, ros-lyrical-xacro, socat, ros-lyrical-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-robot-driver/ros-lyrical-ur-robot-driver_6.0.0-1resolute.20260914.124441_amd64.deb Size: 1042508 SHA256: a73f5b16df606192eb7227a372a33af938f4dbc2e72f0e6d2649a4ec9f4f1d7f SHA1: aa77aecdefc0f91dc569da1d1215b302c7ae4494 MD5sum: cfad68c41bf8f98f6022d51687819910 Description: The ROS 2 driver for Universal Robots manipulators. This driver supports all robot models as listed in the documentation. For robot controllers, PolyScope X, PolyScope 5 and CB3 controllers are supported. Package: ros-lyrical-ur-robot-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-ur-robot-driver Version: 6.0.0-1resolute.20260914.124441 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 25192 Depends: ros-lyrical-ur-robot-driver (= 6.0.0-1resolute.20260914.124441) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-robot-driver/ros-lyrical-ur-robot-driver-dbgsym_6.0.0-1resolute.20260914.124441_amd64.deb Size: 21345468 SHA256: 50c9a4efcaab7aa472c4f3bebabb58f57bbe5da515e11284db23c526fe056d69 SHA1: 3c9738e3b6b1414424fdcd94154230ea8389d2b8 MD5sum: 12d4b6daa54350eb7f75a04ab69ef10f Description: debug symbols for ros-lyrical-ur-robot-driver Build-Ids: 1ad4dd3bbf7a4e609be436386607494e2d6dd0fa 210f094e32a0b93c1c10ada27afef4d5c752abd0 7e02bf6cd5aab66bc1ca4533340c178408ef00ce 86c1224bdab802af8be48f99d5b1e9706e8efe27 c107f76fb7a0d50655eeb2875908fad782f22c9d eefad114d0a7c49a32b5940325c168acb3996f88 f7a0b39df6a1617e83cc6b5ccdf275e1ed15cd2a Package: ros-lyrical-ur-simulation-gz Version: 2.5.0-3resolute.20260908.184514 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 75 Depends: ros-lyrical-gz-ros2-control, ros-lyrical-joint-state-publisher, ros-lyrical-launch, ros-lyrical-launch-ros, ros-lyrical-ros-gz-bridge, ros-lyrical-ros-gz-sim, ros-lyrical-rviz2, ros-lyrical-ur-controllers, ros-lyrical-ur-description, ros-lyrical-ur-moveit-config, ros-lyrical-urdf, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/ur_simulation_gz/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-ur-simulation-gz/ros-lyrical-ur-simulation-gz_2.5.0-3resolute.20260908.184514_amd64.deb Size: 11698 SHA256: 01d61087e0eb585a962fdc9129a688ede945eb5e1fbed32ed09fa268bc99b0cc SHA1: bac0536b2f22ab4205fdcd9f8d5f8c71726fdef5 MD5sum: 11e9a92e3e77920951b62d1178eccc38 Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-lyrical-urdf Version: 2.13.2-3resolute.20260901.142831 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 265 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-urdfdom, libtinyxml2-dev, ros-lyrical-pluginlib, ros-lyrical-rcutils, ros-lyrical-urdf-parser-plugin, ros-lyrical-urdfdom-headers, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/urdf/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdf/ros-lyrical-urdf_2.13.2-3resolute.20260901.142831_amd64.deb Size: 69166 SHA256: 60bf304987656aa23d55940e5d371ef90b67628cf556d0c70279335477c9af10 SHA1: fd0498602c503aba5a2a013a9524152bd5779de4 MD5sum: 73efed64cf96070c5ff387efe79ff442 Description: This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases. Package: ros-lyrical-urdf-dbgsym Package-Type: ddeb Source: ros-lyrical-urdf Version: 2.13.2-3resolute.20260901.142831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 816 Depends: ros-lyrical-urdf (= 2.13.2-3resolute.20260901.142831) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdf/ros-lyrical-urdf-dbgsym_2.13.2-3resolute.20260901.142831_amd64.deb Size: 732170 SHA256: a70a57006024e5a307a6b09c9681a95a3a5e0f3f95d6aeb2d9741b0f4f21eaa3 SHA1: ec71409a69583c0102081d1ce00211b50661144a MD5sum: 90e1430df63308d4c9023d9a0133e915 Description: debug symbols for ros-lyrical-urdf Build-Ids: 281e54d4a4635ca48bb40fccf251e8914b7080c6 fbeea91668bc8f1d9f176c263c7bca773a716414 Package: ros-lyrical-urdf-launch Version: 0.1.2-3resolute.20260908.161911 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 51 Depends: ros-lyrical-joint-state-publisher, ros-lyrical-joint-state-publisher-gui, ros-lyrical-launch-ros, ros-lyrical-robot-state-publisher, ros-lyrical-rviz-common, ros-lyrical-rviz-default-plugins, ros-lyrical-rviz2, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/urdf_launch/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdf-launch/ros-lyrical-urdf-launch_0.1.2-3resolute.20260908.161911_amd64.deb Size: 6840 SHA256: 28af2bfcf9860997c1afeaa1b5ecb46f851d30ea1d7db38135bead246288ffc1 SHA1: 042c3c39e205159d0845f0d299b3a55689722eb3 MD5sum: 29fd479a88a31d7676b24926ccc5fb95 Description: Launch files for common URDF operations Package: ros-lyrical-urdf-parser-plugin Version: 2.13.2-3resolute.20260901.135627 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 63 Depends: ros-lyrical-urdfdom-headers, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/urdf_parser_plugin/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdf-parser-plugin/ros-lyrical-urdf-parser-plugin_2.13.2-3resolute.20260901.135627_amd64.deb Size: 9976 SHA256: 760a537a2010b05be8542504855ab6e9dbb3fd275325773a1bf8074638a67c0d SHA1: 5d2a0a17d8cf4f3876e5f9e613ea9d4597c078f6 MD5sum: 2e126082b3a6b43d2cfca937c789d9c5 Description: This package contains a C++ base class for URDF parsers. Package: ros-lyrical-urdf-test Version: 2.1.3-1resolute.20260908.083537 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 69 Depends: ros-lyrical-rclpy, ros-lyrical-urdfdom, ros-lyrical-ros-workspace Homepage: https://github.com/pal-robotics/urdf_test Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdf-test/ros-lyrical-urdf-test_2.1.3-1resolute.20260908.083537_amd64.deb Size: 9818 SHA256: 2d43b10ed46dbe5da12353703fc0e96b5e31fc8ad014320a3e7d628a0ee45a60 SHA1: 35d35e41dfe568bcfbf8418c54d9385d27554da2 MD5sum: 94a14d0359578ddd66a5c1729a074c30 Description: The urdf_test package Package: ros-lyrical-urdf-tutorial Version: 1.1.0-4resolute.20260908.164147 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1014 Depends: ros-lyrical-urdf-launch, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/urdf_tutorial Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdf-tutorial/ros-lyrical-urdf-tutorial_1.1.0-4resolute.20260908.164147_amd64.deb Size: 729810 SHA256: 0fd22d853ee3fa9f8d9e1287c098ef889256af56c64977a40d9bfd98c3bfb5aa SHA1: 2ecab0454cd42a68ad305fd1dd236ce773a2a372 MD5sum: 439001cf810f8dc4bd0fe8d8515d2d44 Description: This package contains a number of URDF tutorials. Package: ros-lyrical-urdfdom Version: 6.0.0-3resolute.20260728.205537 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 381 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libconsole-bridge-dev, libtinyxml2-dev, ros-lyrical-console-bridge-vendor, ros-lyrical-urdfdom-headers (>= 0.2.3), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/urdfdom/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdfdom/ros-lyrical-urdfdom_6.0.0-3resolute.20260728.205537_amd64.deb Size: 67450 SHA256: 6760bd57b007006f84cafd5ddf7f700d5399abba31b7c4b22dc6ebbd1522ab22 SHA1: 555aa6f8358a819539f5f7fe44930ba5c039249b MD5sum: 194e5032161d58e436fede8be5de7dc4 Description: A library to access URDFs using the DOM model. Package: ros-lyrical-urdfdom-dbgsym Package-Type: ddeb Source: ros-lyrical-urdfdom Version: 6.0.0-3resolute.20260728.205537 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1755 Depends: ros-lyrical-urdfdom (= 6.0.0-3resolute.20260728.205537) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdfdom/ros-lyrical-urdfdom-dbgsym_6.0.0-3resolute.20260728.205537_amd64.deb Size: 1052318 SHA256: f440b5affaf56abe9df7e7c1042f978c010686757b6beefbbe9ee5193f8514e2 SHA1: 0a6b05efafa8e1f76932ff7bd19a9d49914c01a5 MD5sum: 7d2d09677a33aa0665cee95279730604 Description: debug symbols for ros-lyrical-urdfdom Build-Ids: 07da5139daada689d1daeb6dd2788d0e75ae501b 0b583db8c2207aca7d69a6ed0a172eb982bc9c68 5a6629b76af6b42d645638da537b3f28472a806b 842d75f2c7b0265bbe1fb95b829e5a4466fbd998 8e87391d7847cbdaff3a7146835e9b9744260b48 c04052171b8f48e0b424bb3f5f2f5052d0feb1c4 Package: ros-lyrical-urdfdom-headers Version: 3.0.0-3resolute.20260728.173048 Architecture: amd64 Maintainer: Steven! Ragnarök Installed-Size: 94 Depends: ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/urdf Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdfdom-headers/ros-lyrical-urdfdom-headers_3.0.0-3resolute.20260728.173048_amd64.deb Size: 14462 SHA256: 278d092b0ea2ca844142ea9e700e4cc939da48c25770f2f2f87adc617c4bcc2e SHA1: 7f04f35be9f0eae0bdc0ad9d152aeb5934fa8da2 MD5sum: 1bc94c8db35e11069ab0f838b0fa58a7 Description: C++ headers for URDF. Package: ros-lyrical-urdfdom-py Version: 1.2.1-4resolute.20260901.185301 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 161 Depends: python3-lxml, python3-yaml, ros-lyrical-rclpy, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/urdfdom_py Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urdfdom-py/ros-lyrical-urdfdom-py_1.2.1-4resolute.20260901.185301_amd64.deb Size: 39550 SHA256: 272fb1d01cba8028b3faf614ab818ddcbdfbfa4ca95f86d41b132ca37330e88a SHA1: 9d0cabd3e6a08032c9839c3ac0bfea872b1d449f MD5sum: 2c7757f4161431cf9b5e271c61df2743 Description: Python implementation of the URDF parser. Package: ros-lyrical-urg-c Version: 1.0.4001-7resolute.20260728.210422 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 315 Depends: libc6 (>= 2.42), ros-lyrical-ros-workspace Homepage: http://sourceforge.net/projects/urgwidget/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urg-c/ros-lyrical-urg-c_1.0.4001-7resolute.20260728.210422_amd64.deb Size: 42096 SHA256: dc03a6dbd39937d617d008e2b72398fcf7c908b0136838d8f280bc6cecf1bf2b SHA1: 84aad14d5e81664927c15ffad83e8e9339784875 MD5sum: 4ba83657d96df154fef8ef374ffe2d0b Description: The urg_c package Package: ros-lyrical-urg-c-dbgsym Package-Type: ddeb Source: ros-lyrical-urg-c Version: 1.0.4001-7resolute.20260728.210422 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 249 Depends: ros-lyrical-urg-c (= 1.0.4001-7resolute.20260728.210422) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urg-c/ros-lyrical-urg-c-dbgsym_1.0.4001-7resolute.20260728.210422_amd64.deb Size: 100424 SHA256: 6520d8ee76e9fceaf18c1a3acd8617238c01cffedc9ec47b41f1e9390261d80d SHA1: fa75189ea17c6d0cd9089e52f4a62e1294fc8c05 MD5sum: 3a061ef666ac67a1e27388894890adcd Description: debug symbols for ros-lyrical-urg-c Build-Ids: 11986405e1a2082076b77609a3ec9a694a8295f0 1ce867c0750061354c2acd47892a699ac52dddd0 211b02e7f747f2c1b9c50ac5cc48e1675fabeb56 2c37918c4b6519fe045a4eacd32507aa1a501524 2eaae9fd66b9267973595f623e94ed63334ffcb0 315b497700623a624dc3d4574bff04ff17dfc287 58d0a96440901852f34adb7a277a670c1e0fc3f2 6e927ed08b0bd781200c16099f9fe7616589633b 7d2c163e6fa03a17a51b1be3a6f00989d3a913c2 c5dbe11ea76491aa1a168aa10eb09211185dcfb7 d076f4ccc3ff58a4a0f7013e192af41f37fc476e efb6d17b59ea179b0307370b0464d062880ff5fa Package: ros-lyrical-urg-node Version: 1.2.0-3resolute.20260901.193642 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 640 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libboost-dev, ros-lyrical-builtin-interfaces, ros-lyrical-diagnostic-updater, ros-lyrical-laser-proc, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rosidl-default-generators, ros-lyrical-sensor-msgs, ros-lyrical-std-srvs, ros-lyrical-urdf, ros-lyrical-urg-c, ros-lyrical-urg-node-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/urg_node Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urg-node/ros-lyrical-urg-node_1.2.0-3resolute.20260901.193642_amd64.deb Size: 193908 SHA256: ba92403ecc7305a1b979d06d89025ae14d44debf734931b03008ea28027e352d SHA1: b955df8a17e51cf599d83802238534adbe73a964 MD5sum: 064e7ab3f7348e0ddaa94b0e7dd82544 Description: urg_node Package: ros-lyrical-urg-node-dbgsym Package-Type: ddeb Source: ros-lyrical-urg-node Version: 1.2.0-3resolute.20260901.193642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2597 Depends: ros-lyrical-urg-node (= 1.2.0-3resolute.20260901.193642) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urg-node/ros-lyrical-urg-node-dbgsym_1.2.0-3resolute.20260901.193642_amd64.deb Size: 2371388 SHA256: 461d59473022824537b3512ce75bb11ec06cb548f54eed9ff56af52bc719f987 SHA1: a6892da4f4b9636c28aaa1b7de34d2c3f8c8d0f4 MD5sum: 50e43d01d7ae83945d6fc57ea37dc5ce Description: debug symbols for ros-lyrical-urg-node Build-Ids: 900260d020b8f29c30cfae98c9df40eb2074a1b6 b5330da4a2c213b950495e9047e9b9dd7dead3c3 f0efab955ef4468644f7930dba162bfc70e16eb4 Package: ros-lyrical-urg-node-msgs Version: 1.0.1-10resolute.20260901.120202 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 463 Depends: libc6 (>= 2.4), libpython3.14 (>= 3.14.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-generators, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/urg_node Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urg-node-msgs/ros-lyrical-urg-node-msgs_1.0.1-10resolute.20260901.120202_amd64.deb Size: 44228 SHA256: 02340ae1c2e67f4cbba1df2b505cf487046d96b710dbe9e96d55e9472ca59d20 SHA1: 68f483753c0d206336322e42678ce6a819fbe0ca MD5sum: c3b73a5e0558808eb49c7c8e92e629e0 Description: urg_node_msgs Package: ros-lyrical-urg-node-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-urg-node-msgs Version: 1.0.1-10resolute.20260901.120202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 310 Depends: ros-lyrical-urg-node-msgs (= 1.0.1-10resolute.20260901.120202) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-urg-node-msgs/ros-lyrical-urg-node-msgs-dbgsym_1.0.1-10resolute.20260901.120202_amd64.deb Size: 177288 SHA256: 653c85bb9028bc41a69515803c1ee11af920a606ff9df89a852428839dcc4a7e SHA1: 80bbd60f60fe18355b40e40876c08189ebee197a MD5sum: 41c12d9edd2a649c7d6d2f65391fe03a Description: debug symbols for ros-lyrical-urg-node-msgs Build-Ids: 383c75351f264688668d09daf27ada99ad7c7bf4 3f971628b4cb75871c5f7456b0b6022d92a826d4 4065354bf819c2e4a011370df316754c5b70c2d2 4f09f303fe42d10e07325afe4188d8a2efcf168e 68a85f7ce9b16629ced9e477816a13b099236633 9681df80fe9c7a011a10eba8c28ce0021f4ac4b9 a049f98505d9b71fcb4dc51a25fe0a552e97ee6e b2634ab6de6b6e4bfa15f7bd70dbb93e77b80fbc b9fea4f114479ef920ee3bb25fff56457f5bc2e5 c000e10071b5a90aa53664e03821716a20e29bc5 dbf215baec7ceb8b0cb9ce0ce7288c60ade626db Package: ros-lyrical-v4l2-camera Version: 0.8.1-1resolute.20260901.183728 Architecture: amd64 Maintainer: "Sander G. van Dijk" Installed-Size: 812 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-camera-info-manager, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/v4l2_camera/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-v4l2-camera/ros-lyrical-v4l2-camera_0.8.1-1resolute.20260901.183728_amd64.deb Size: 203360 SHA256: 12d02a7157178f72949bec88ac6eb81d387cd1945006f418158eb314feca2e7b SHA1: 49e35952bef23e6d6cf061e2d3dfb6578c904a4e MD5sum: 121f3263b322d98efdfa37bb6484aa94 Description: A ROS 2 camera driver using Video4Linux2 Package: ros-lyrical-v4l2-camera-dbgsym Package-Type: ddeb Source: ros-lyrical-v4l2-camera Version: 0.8.1-1resolute.20260901.183728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sander G. van Dijk" Installed-Size: 4255 Depends: ros-lyrical-v4l2-camera (= 0.8.1-1resolute.20260901.183728) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-v4l2-camera/ros-lyrical-v4l2-camera-dbgsym_0.8.1-1resolute.20260901.183728_amd64.deb Size: 3764888 SHA256: 7ad3736dbe8131662c0ed5c80f6932220f45b68eaea7d28a774677a79f52215b SHA1: 778fc220bbf0937ab463889c0cec72cd90c2111d MD5sum: c2b3ee5e0e6a9c8e78c40c731ff4f5a3 Description: debug symbols for ros-lyrical-v4l2-camera Build-Ids: 0c96878b72ca567569b787e1dbc3bdb7c2355d0f 24642dbf5b680e988c9878a7d9f68bda1e28a424 c4e29c6a46492009880a81f4ad26ad98b67af181 Package: ros-lyrical-velodyne-driver Version: 2.5.1-3resolute.20260901.195154 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 730 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 1.0.0), libstdc++6 (>= 14), libpcap0.8-dev, ros-lyrical-diagnostic-updater, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-tf2-ros, ros-lyrical-velodyne-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/velodyne_driver Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-velodyne-driver/ros-lyrical-velodyne-driver_2.5.1-3resolute.20260901.195154_amd64.deb Size: 164524 SHA256: 4eac61852f6bc6b81c7398b9ab2535e17dd9a2467fee7df4be07f654964695fa SHA1: 38a4bd5323e0ea900c5a3f6bbea1c0f752139891 MD5sum: 3f608448836eb85b4960bd78aae297da Description: ROS device driver for Velodyne 3D LIDARs. Package: ros-lyrical-velodyne-driver-dbgsym Package-Type: ddeb Source: ros-lyrical-velodyne-driver Version: 2.5.1-3resolute.20260901.195154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3495 Depends: ros-lyrical-velodyne-driver (= 2.5.1-3resolute.20260901.195154) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-velodyne-driver/ros-lyrical-velodyne-driver-dbgsym_2.5.1-3resolute.20260901.195154_amd64.deb Size: 3006584 SHA256: f218b76f7e3517ff97a5d965563a6f9000bb7920514cec3ee7d2fb0225c2e937 SHA1: d2d6e717ab863b281dc4e3afddc3d6835adb8613 MD5sum: 31ccbae97421c5c4060b6fdec1de066a Description: debug symbols for ros-lyrical-velodyne-driver Build-Ids: 29d83357be22b6502f1f46e40edf1ef74ea26476 6245e5c32b9e94a1ac10ba2eeb0812aad00ce5e3 8a156532e4628e6a82e8dd837855e2db8926e31b Package: ros-lyrical-velodyne-laserscan Version: 2.5.1-3resolute.20260901.165130 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 634 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/velodyne_laserscan/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-velodyne-laserscan/ros-lyrical-velodyne-laserscan_2.5.1-3resolute.20260901.165130_amd64.deb Size: 137546 SHA256: 3509ae4f4cbfba6bd3d933d400c439173e88328daddc73f2f3c53ca46d93c932 SHA1: 322ee7df433ee6b02f0409415adee699a3ebeeb5 MD5sum: cdbd264fa5340795c85fa35cd2fb8460 Description: Extract a single ring of a Velodyne PointCloud2 and publish it as a LaserScan message Package: ros-lyrical-velodyne-laserscan-dbgsym Package-Type: ddeb Source: ros-lyrical-velodyne-laserscan Version: 2.5.1-3resolute.20260901.165130 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 2997 Depends: ros-lyrical-velodyne-laserscan (= 2.5.1-3resolute.20260901.165130) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-velodyne-laserscan/ros-lyrical-velodyne-laserscan-dbgsym_2.5.1-3resolute.20260901.165130_amd64.deb Size: 2554882 SHA256: 633a587a326ac82d29fa750f06b4a602202a34723a5ee27200fcec3a7e009b8b SHA1: 7ec56ed85d5e55cac79b86d91e3f8390ddbc632e MD5sum: b96d18930289fd435bdc9c28bf6ccbd2 Description: debug symbols for ros-lyrical-velodyne-laserscan Build-Ids: 503607265a817f963a8e15728de1c48a6f359e83 aa6be604ef49b4d26abfcc5512329abb63cfaeb2 Package: ros-lyrical-velodyne-msgs Version: 2.5.1-3resolute.20260901.120158 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 587 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/velodyne_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-velodyne-msgs/ros-lyrical-velodyne-msgs_2.5.1-3resolute.20260901.120158_amd64.deb Size: 58910 SHA256: ef8ee3423f35931bdc2b7e99e1811494feb787865fc722a85832d3613ede26b0 SHA1: 99cbcfb4ee5d9274b284ca1d71214c85b97cfb8f MD5sum: 92afb4c4664c6d3946c00ac16c5f6133 Description: ROS message definitions for Velodyne 3D LIDARs. Package: ros-lyrical-velodyne-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-velodyne-msgs Version: 2.5.1-3resolute.20260901.120158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 463 Depends: ros-lyrical-velodyne-msgs (= 2.5.1-3resolute.20260901.120158) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-velodyne-msgs/ros-lyrical-velodyne-msgs-dbgsym_2.5.1-3resolute.20260901.120158_amd64.deb Size: 302396 SHA256: 9c304dbe3fcc9fdb3cfef35a139e5b8b543a74863d618e5b9cbcb386b4470630 SHA1: b117a921cfbfdd2d216ae8916aa70502f2b15064 MD5sum: bea7894f3489d7cd9e75333c2cbd14fa Description: debug symbols for ros-lyrical-velodyne-msgs Build-Ids: 0a530552917304af8f4d68fee5cc8be2c804a0bc 30e15ab7fafc9a992acb5c0fdd642a15cd540cdb 3870749b0b2ba3d4d6a9c4ae1ebf640b0327d455 479220e97447f1a86ff85e3e61444c7af956c284 49d6421906ad2ddb25c6e98bd7eee4579590db44 75b9ff63d959a4c65e15cc9c40adf16b4cb8a404 927083ecb8c8cdd5b5ea77fcf54a31f3e886e8f6 95639a58dfe7664fbf94cf6ec5f4774da758ae43 95f32486628a7801baacc7fb6b985c91075b0679 d60362845069ae2a9f53d5eb1d8510cd4b330bac e7fd1181d6b3e9461ae174391454e41cf0cf4ae7 Package: ros-lyrical-video-to-image-msg-publisher Version: 0.9.5-2resolute.20260901.153558 Architecture: amd64 Maintainer: "George Stavrinos" Installed-Size: 298 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-lyrical-cv-bridge, ros-lyrical-rclcpp, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/video_to_image_msg_publisher/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-video-to-image-msg-publisher/ros-lyrical-video-to-image-msg-publisher_0.9.5-2resolute.20260901.153558_amd64.deb Size: 88258 SHA256: aaf8cfd433525f277a1c284b72c87aea9f7497b336dba80de8511016dc8be737 SHA1: a333ca911feda390faa460edcc9567d02ac1b350 MD5sum: cff0f51925e0c6be1c115d67d973212a Description: A simple node that publishes sensor_msgs/Image messages from a specified video file Package: ros-lyrical-video-to-image-msg-publisher-dbgsym Package-Type: ddeb Source: ros-lyrical-video-to-image-msg-publisher Version: 0.9.5-2resolute.20260901.153558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "George Stavrinos" Installed-Size: 1728 Depends: ros-lyrical-video-to-image-msg-publisher (= 0.9.5-2resolute.20260901.153558) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-video-to-image-msg-publisher/ros-lyrical-video-to-image-msg-publisher-dbgsym_0.9.5-2resolute.20260901.153558_amd64.deb Size: 1609760 SHA256: 7e684b6a64aa80d9beefbc5c00131974721f908e51e013c5d35b72e1b577d91f SHA1: bcb7c6065eef8e373d25cdd0056ea94d042ea48a MD5sum: 7e3be809c12959b84ff1d728f0159ea1 Description: debug symbols for ros-lyrical-video-to-image-msg-publisher Build-Ids: b7483163e2ae184b5e6e53c8a22425fb1212ab3a Package: ros-lyrical-vision-msgs Version: 4.2.0-3resolute.20260901.121746 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2621 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/vision_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-vision-msgs/ros-lyrical-vision-msgs_4.2.0-3resolute.20260901.121746_amd64.deb Size: 191830 SHA256: 7f547ed0ce4b269c39fb6b46080e8458982dc73a6fdee7b6c400e873de00edb3 SHA1: b7811a027d5c8540393cd98c1266b49cf964195f MD5sum: f16ad8d9a2da5841fd1e9e04ae32f357 Description: Messages for interfacing with various computer vision pipelines, such as object detectors. Package: ros-lyrical-vision-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-vision-msgs Version: 4.2.0-3resolute.20260901.121746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2319 Depends: ros-lyrical-vision-msgs (= 4.2.0-3resolute.20260901.121746) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-vision-msgs/ros-lyrical-vision-msgs-dbgsym_4.2.0-3resolute.20260901.121746_amd64.deb Size: 1819406 SHA256: 90cf7471f99abc45605ed2da5d645b297c210b722f5256c025e1b63fdcd6b077 SHA1: 168e1c403f93fb40e6e592b63b2d45fd1febfecd MD5sum: 7d0933bb38db0e416446eeed4186608e Description: debug symbols for ros-lyrical-vision-msgs Build-Ids: 02cfc1481ada7ddca1ddee607e1aff5dcaac4895 157cfa7c0b4ce587887004477358cfd4fae5371b 1b0927f42cf9192ff87ff229de49592f08f06e5a 5ca43df39bcb3d91cabc5f263c24fb6bff0c59fb 9c5581720089e12865b6d73af52283710ddb30b0 9c6771991092729b450dc5f79fd0897a0ac7c398 a410d557ed8b1b9e1cbdc18716dcc2bae66dba1b c95402007a508da93c932840b7bd801e99151e24 d6282edba8c8e99d1cb293aa2eba280efb1041b4 e4eec4b637d7970cca29523acf8ea16e7e8f3f96 eac93f0d3b2174f43997287a3bc78368c106c989 Package: ros-lyrical-vision-opencv Version: 4.1.0-3resolute.20260901.153611 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 45 Depends: ros-lyrical-cv-bridge, ros-lyrical-image-geometry, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/vision_opencv Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-vision-opencv/ros-lyrical-vision-opencv_4.1.0-3resolute.20260901.153611_amd64.deb Size: 5768 SHA256: d9fbdfad4ece64ed0c09e18fecc53912203997c6f4ffa2d375e88fe8adcac1b6 SHA1: 86980ed40d77d919ea1b641dc91755e684737a6e MD5sum: 1bbd790572e372964c3723c1ad2e4346 Description: Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision. Package: ros-lyrical-visp Version: 3.7.0-8resolute.20260728.172858 Architecture: amd64 Maintainer: "Fabien Spindler" Installed-Size: 14769 Depends: libc6 (>= 2.43), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), libjpeg8 (>= 8c), liblapack3 | liblapack.so.3, libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-dnn410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-objdetect410 (>= 4.10.0+dfsg), libopencv-video410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libpng16-16t64 (>= 1.6.46), libstdc++6 (>= 14), libv4l-0t64 (>= 0.5.0), libx11-6, libxml2-16 (>= 2.14.1), libzbar0t64 (>= 0.10), libbz2-dev, libeigen3-dev, libgsl-dev, libjpeg-dev, liblapack-dev, libomp-dev, libopenblas-dev, libopencv-dev, libpng-dev, libv4l-dev, libx11-dev, libxml2-dev, libzbar-dev, nlohmann-json3-dev, ros-lyrical-ros-workspace Homepage: https://visp.inria.fr Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-visp/ros-lyrical-visp_3.7.0-8resolute.20260728.172858_amd64.deb Size: 3556302 SHA256: 4924f7d62f2f9af706e5900e8a5587e17587bc7ac17e0533bda382237fba1eba SHA1: 3ce4c37813f34e1ed9490eeff5c14f81914fdef4 MD5sum: 4cb8c31de64e355aa3fb3561a83b5991 Description: ViSP standing for Visual Servoing Platform is a modular cross platform library that allows prototyping and developing applications using visual tracking and visual servoing technics at the heart of the researches done by Inria Lagadic team. ViSP is able to compute control laws that can be applied to robotic systems. It provides a set of visual features that can be tracked using real time image processing or computer vision algorithms. ViSP provides also simulation capabilities. ViSP can be useful in robotics, computer vision, augmented reality and computer animation. Package: ros-lyrical-visp-dbgsym Package-Type: ddeb Source: ros-lyrical-visp Version: 3.7.0-8resolute.20260728.172858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabien Spindler" Installed-Size: 56013 Depends: ros-lyrical-visp (= 3.7.0-8resolute.20260728.172858) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-visp/ros-lyrical-visp-dbgsym_3.7.0-8resolute.20260728.172858_amd64.deb Size: 53165974 SHA256: b078038fe33faa715f2f5220e0fe51ff9f1f2225e41f23a7484f3da6807a282b SHA1: f89a5a101cc8d13b5edc2deb94dba45b5976e9d2 MD5sum: 7a13817ab707e78f4e66c636d860d7fa Description: debug symbols for ros-lyrical-visp Build-Ids: 011c097b5d1cc0f155bd14d308099a1fef1efbd5 10650d9a53dc84d2c7fe566cacd1e82d1e952c5c 321c602498bc9ff4f40763b923386591604b7e33 51b68aae8d7c06b9cc0b1a9e098b8fa8f52a6782 69f36f35cbe2e80f6b3d441df9829af2778aa394 861eca0fecb53ca0a77fa6c30b973de1c09f6426 9b87007a5b6f5f53c90aaf4fae7e303e2c8881a4 9dc9bff98262279b5536140eb7c9ceafe7536a0e a3f0551ae04849d19a74cae0b41140bddb86470b b624324cf54125620a29cff15f900bc52f39b8df b9e1885358d45a49e0b44d38215703026d1a0c14 bc3669cbb111b7d5a16084c351c142f8166929cb c01139f52680a6933383cc21186a69f468e93211 c0bf09d4c8a6093d1bfa189126ceba78c77813c4 d1706d5370a58baa995530daedceea20ba36d036 dc05aedd7820c7f592b1ca88c2f469193b117545 ed30900d744ad5b01b2b278f1b166e515d8ee591 ef533a8a6e7b305fc04d161300eac82b74803ce2 Package: ros-lyrical-visualization-msgs Version: 5.9.3-1resolute.20260901.134031 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3431 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/visualization_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-visualization-msgs/ros-lyrical-visualization-msgs_5.9.3-1resolute.20260901.134031_amd64.deb Size: 292948 SHA256: b10a5c13b8374b8a29292f61f0a2661a6c9d289ed98e3b7b0067049c7d4e6659 SHA1: 10637fb5c2f69ea2cf3d082ec37775d791a7361e MD5sum: 36a04b0f30aee4fca8eaccfe59b1cf68 Description: A package containing some visualization and interaction related message definitions. Package: ros-lyrical-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-visualization-msgs Version: 5.9.3-1resolute.20260901.134031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3618 Depends: ros-lyrical-visualization-msgs (= 5.9.3-1resolute.20260901.134031) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-visualization-msgs/ros-lyrical-visualization-msgs-dbgsym_5.9.3-1resolute.20260901.134031_amd64.deb Size: 3018346 SHA256: 44bf0f03b4365fa0e0ecad6dae8b0de2a6239d8bbe8a58cc4398a5174b9a7d94 SHA1: f7b839bc22e554fb47083385c263ff8fe6d84b46 MD5sum: 21d013465284c14642055078abf6f12f Description: debug symbols for ros-lyrical-visualization-msgs Build-Ids: 075c5a5a993937fd3fbf3cd103d549702dd3ccae 3ce93206793d84fe7d38b77f0201446ce1c60f57 436e1b7eb6460ae78fe599a66e46178cd051ba82 439cbd6e3fd434f97d324e4ae1e6b184c0341a0b 505c54faf2c2bf6118eaac49499bd75cfab1f187 92b17ced27710abcca3641ce69f392f6daaee66d 99ff7855abd601e715eab0f0051cca17452759da b89d61b050b8fc958d28c477ca979e011cb7e7e4 ec0adb10da10105c33e41b379b70f33c60f34949 f7983674809a33980748414495738ef2bfbc9feb ff9e75efcbdce30f6955a25b9240d2e6586ac00e Package: ros-lyrical-vitis-common Version: 0.4.2-5resolute.20260901.140236 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 45 Depends: ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/vitis_common/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-vitis-common/ros-lyrical-vitis-common_0.4.2-5resolute.20260901.140236_amd64.deb Size: 5896 SHA256: 713c8e36c7f1a223059ac6576364bcd7125665a78c7ebac5e8fe6090384ba660 SHA1: fc60ce2a6704fe1bd3e1728929fa059bce30a4cd MD5sum: 06fbe6eb1cda785b4c7f1f9a7ce7c147 Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-lyrical-warehouse-ros Version: 2.0.9-1resolute.20260901.200116 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 319 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libboost-dev, libssl-dev, ros-lyrical-geometry-msgs, ros-lyrical-pluginlib (>= 1.11.2), ros-lyrical-rclcpp, ros-lyrical-std-msgs, ros-lyrical-tf2, ros-lyrical-tf2-geometry-msgs, ros-lyrical-tf2-ros, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-warehouse-ros/ros-lyrical-warehouse-ros_2.0.9-1resolute.20260901.200116_amd64.deb Size: 85060 SHA256: 76a542b6108f1cbb8dc3fe3e8905d1dd840d6fc3c602f902470e45d36c946e28 SHA1: ba9dadbb1c2f3bde9ec3ffadebdca0f574b109e5 MD5sum: 8db2987d357329758ad3d673fbbfe405 Description: Persistent storage of ROS messages Package: ros-lyrical-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-warehouse-ros Version: 2.0.9-1resolute.20260901.200116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1500 Depends: ros-lyrical-warehouse-ros (= 2.0.9-1resolute.20260901.200116) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-warehouse-ros/ros-lyrical-warehouse-ros-dbgsym_2.0.9-1resolute.20260901.200116_amd64.deb Size: 1398582 SHA256: b1201c42089296e63dfe9eceb80016084784e41e777ccdac4d39c0b5a116fed5 SHA1: 71c9ad47ed5e5441caf43456b86582512cffc01c MD5sum: 66b35fd09aecc3d64dc628038be68d4b Description: debug symbols for ros-lyrical-warehouse-ros Build-Ids: 1b58cfa4d1e0655445e4eb16c7d4060e61019be0 95aa5dd0c0b8845dd9b2c4d245ff86316773d8af Package: ros-lyrical-warehouse-ros-sqlite Version: 1.0.9-1resolute.20260901.200803 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 224 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.8.7), libstdc++6 (>= 13.1), libsqlite3-dev, ros-lyrical-class-loader, ros-lyrical-rclcpp, ros-lyrical-warehouse-ros, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-warehouse-ros-sqlite/ros-lyrical-warehouse-ros-sqlite_1.0.9-1resolute.20260901.200803_amd64.deb Size: 67884 SHA256: aaf549778efbc3cc38b165cd382fec40ee888212576a7330b6b911f90d563d30 SHA1: f27edaf3ae72b672311465e1c8708e7549530fb8 MD5sum: 31b8f0a2a661ab5736f5a67c60aa5d55 Description: Implementation of warehouse_ros for sqlite Package: ros-lyrical-warehouse-ros-sqlite-dbgsym Package-Type: ddeb Source: ros-lyrical-warehouse-ros-sqlite Version: 1.0.9-1resolute.20260901.200803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1282 Depends: ros-lyrical-warehouse-ros-sqlite (= 1.0.9-1resolute.20260901.200803) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-warehouse-ros-sqlite/ros-lyrical-warehouse-ros-sqlite-dbgsym_1.0.9-1resolute.20260901.200803_amd64.deb Size: 1200560 SHA256: 0274f04d357f76e8266bee06fd16442f40df2f980291fe553d19f6033cbb9cc0 SHA1: ffb081ab16e6f1584cb7063601a6d8cdf403efa5 MD5sum: 3c410a445ee5c9c4d1fe2e15a4966979 Description: debug symbols for ros-lyrical-warehouse-ros-sqlite Build-Ids: 41074692d03230c3cc0e6920fcca97b3da8e8905 Package: ros-lyrical-web-video-server Version: 3.1.1-1resolute.20260901.183128 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 1261 Depends: libavcodec62 (>= 7:8.0.1), libavformat62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libswscale9 (>= 7:8.0.1), libtinyxml2-11 (>= 11.0.0), ros-lyrical-async-web-server-cpp, ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libboost-all-dev, libopencv-dev, libswscale-dev, ros-lyrical-cv-bridge, ros-lyrical-image-transport, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rmw, ros-lyrical-sensor-msgs, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/web_video_server Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-web-video-server/ros-lyrical-web-video-server_3.1.1-1resolute.20260901.183128_amd64.deb Size: 299488 SHA256: 02f9c2b62909b0da5dc0f3d9c87bb5023c162774bf8561daa6e21b71c96a35f6 SHA1: 82e858b8ac238a962a3c8b5998bb7a91773de13a MD5sum: f0a64cd7ccfa982768c5a7b6d078fc49 Description: HTTP Streaming of ROS Image Topics in Multiple Formats Package: ros-lyrical-web-video-server-dbgsym Package-Type: ddeb Source: ros-lyrical-web-video-server Version: 3.1.1-1resolute.20260901.183128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 7353 Depends: ros-lyrical-web-video-server (= 3.1.1-1resolute.20260901.183128) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-web-video-server/ros-lyrical-web-video-server-dbgsym_3.1.1-1resolute.20260901.183128_amd64.deb Size: 6619288 SHA256: 713877c4263d0a2f5108983d8afcea344b95da5db9cdccd67a4b0e0e36e9f217 SHA1: 95b96617349a3f234350a0783502ac66dd41a3df MD5sum: 25da264408153f3a01d8cb1620bcda5c Description: debug symbols for ros-lyrical-web-video-server Build-Ids: b8e75087fdd6b04529299e37fa6cf083ca6d9610 be4b9f6eb81f625a45b330bd6af49176dcd0b10a f1be1c213e71921ab12cf48ea83b5de1e72d25e0 Package: ros-lyrical-webots-ros2-importer Version: 2025.0.1-3resolute.20260901.095045 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 310 Depends: python3-collada, python3-lark, ros-lyrical-builtin-interfaces, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-webots-ros2-importer/ros-lyrical-webots-ros2-importer_2025.0.1-3resolute.20260901.095045_amd64.deb Size: 64054 SHA256: c6abc27717dfc4c2958ef66b35986665f35ef90e52735a5da4341fa41e037d62 SHA1: 2f22daf04016315f9841e5e859845c86528fc12a MD5sum: 49da4e3531b3a9e5f00c5a899c418fe8 Description: This package allows to convert URDF and XACRO files into Webots PROTO files. Package: ros-lyrical-webots-ros2-msgs Version: 2025.0.1-3resolute.20260901.130416 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 3404 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-vision-msgs, ros-lyrical-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-webots-ros2-msgs/ros-lyrical-webots-ros2-msgs_2025.0.1-3resolute.20260901.130416_amd64.deb Size: 239244 SHA256: d014def3139b537d49a6f88ff3359e04d9e59bd93938f4404dc9f6fd77604e19 SHA1: fd0acc9a2de516c99e9caa3403f18582d4fadffd MD5sum: eacb8b492977a72903dcad9bb5650161 Description: Services and Messages of the webots_ros2 packages. Package: ros-lyrical-webots-ros2-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-webots-ros2-msgs Version: 2025.0.1-3resolute.20260901.130416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2731 Depends: ros-lyrical-webots-ros2-msgs (= 2025.0.1-3resolute.20260901.130416) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-webots-ros2-msgs/ros-lyrical-webots-ros2-msgs-dbgsym_2025.0.1-3resolute.20260901.130416_amd64.deb Size: 2052570 SHA256: 1d64654596b2341f135a21b2a74f76486d9debfeabe7d1af6c288443556bb939 SHA1: 3425431bd3578f88439eb1133a881f714802a9a0 MD5sum: 5c52ac39adf92941de982b633113102a Description: debug symbols for ros-lyrical-webots-ros2-msgs Build-Ids: 3e9bfc233e4c66fb154ec6269894af76b1002175 49c0ffcbac32115cb77ac8c33d83e048eba2664e 4f7f5382c7807a6d50e2680b042303597cfefd05 6ef89a7219564dd26ffe4fa892811d75eb3d0875 6f476b2d3e801dc421e6229902e43f5eb552da40 8c915e92d5e48909ab05bf44c209e2a2772355c0 8d676c6b35eebc7ae4260c7d71bddd87bdeb6d4d 92a5539f239ce3ef165deab96749d8ee27373ccf c2dfa3ef4246773883c0efa98cf9890750bc7806 d787ade1325c7fa9accdc031e73c9489688b724f fea8cbb40a0402533726fe30707a464b0bcf2941 Package: ros-lyrical-wiimote Version: 3.3.0-4resolute.20260901.162009 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1826 Depends: libbluetooth3 (>= 4.91), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcwiid1t64 (>= 0.6.00+svn201), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-geometry-msgs, ros-lyrical-rclcpp, ros-lyrical-rclcpp-components, ros-lyrical-rclcpp-lifecycle, ros-lyrical-sensor-msgs, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-wiimote-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/wiimote Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wiimote/ros-lyrical-wiimote_3.3.0-4resolute.20260901.162009_amd64.deb Size: 330806 SHA256: cd175a7630a3bfc360d2c771fcce7b4f590200c600940a4fe5fa8a15250d0577 SHA1: 26919c1d8dd27fb8bff18827a7b350a90687c463 MD5sum: 42f8ecd4a6fd5d601a853df5f90c94f9 Description: The wiimote package allows ROS nodes to communicate with a Nintendo Wiimote and its related peripherals, including the Nunchuk, Motion Plus, and (experimentally) the Classic. The package implements a ROS node that uses Bluetooth to communicate with the Wiimote device, obtaining accelerometer and gyro data, the state of LEDs, the IR camera, rumble (vibrator), buttons, joystick, and battery state. The node additionally enables ROS nodes to control the Wiimote's LEDs and vibration for feedback to the human Wiimote operator. LEDs and vibration may be switched on and off, or made to operate according to a timed pattern. Package: ros-lyrical-wiimote-dbgsym Package-Type: ddeb Source: ros-lyrical-wiimote Version: 3.3.0-4resolute.20260901.162009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 8542 Depends: ros-lyrical-wiimote (= 3.3.0-4resolute.20260901.162009) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wiimote/ros-lyrical-wiimote-dbgsym_3.3.0-4resolute.20260901.162009_amd64.deb Size: 7117702 SHA256: e60d8b3b4fd4e98e43c31ac35d70b338fed3a4e11d1f0a2f92cfddd9ee133c1b SHA1: 99255a73b9441e21fa9f5f7f39704392c8e3c6df MD5sum: c32230e3d36e01f0f8c2d8c2beeaac97 Description: debug symbols for ros-lyrical-wiimote Build-Ids: 402987d5550fbf488c1f47015a2226a12d1dbe7a 59305af9df14d0ececeef9ca27ae277bce617da6 91570e02c1cc2d132ea182344ec40e14a21f1f96 a81e7697eedd9ae48afe706b13f82da19952b070 Package: ros-lyrical-wiimote-msgs Version: 3.3.0-4resolute.20260901.133710 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 996 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/wiimote Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wiimote-msgs/ros-lyrical-wiimote-msgs_3.3.0-4resolute.20260901.133710_amd64.deb Size: 94950 SHA256: ae94b8201a4d3602bdba72d204c7c32f6d61cac8609a7242c001eaa69a100b74 SHA1: 646b723fd1d01ea1f5bc0839ddfac75cc26e9aa4 MD5sum: b0c4e5765ce625d6286883898cda9112 Description: Messages used by wiimote package. Package: ros-lyrical-wiimote-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-wiimote-msgs Version: 3.3.0-4resolute.20260901.133710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 677 Depends: ros-lyrical-wiimote-msgs (= 3.3.0-4resolute.20260901.133710) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wiimote-msgs/ros-lyrical-wiimote-msgs-dbgsym_3.3.0-4resolute.20260901.133710_amd64.deb Size: 477276 SHA256: 0c65a1e1ef47e59f2f5ce217ae96381a2a8abf3f4ac53381db815e7338d8a61e SHA1: 62196474db894fd6bbb6701ba8ef385936cc76c5 MD5sum: 62e68cd80e9d648c80ae11fa1a28768d Description: debug symbols for ros-lyrical-wiimote-msgs Build-Ids: 11d303c83d547bb8c720cc1e98b31511138070ff 25fd8ac69b7fab69c11341d2c8a3aa5807d4d4a8 3e7f526bb879d414fdbc1baf568e3149b57cf7cc 46c83b828f9b8a8af294a589187f2e632fa42d5d 4711f84a2c8cc4ef62d7366cc1f54b7047f68240 4c0632a78987fc130a5c7c4fc280b50488fe3f5c 7319a1a8bd81b7fd5f48b600ca824454b32fedbe 87c863609cc4b08595df27fe8b98b3856d7e3c60 b46908c913f6c009a8550537fd42d413318c29c8 ca116a5a855e0dc5a4b61a754a656ac72e81eb2e d14928cc642a3cdc78aa02d0ce26f30666c4c0bc Package: ros-lyrical-wireless-msgs Version: 3.0.1-1resolute.20260901.120227 Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 968 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-builtin-interfaces, ros-lyrical-rosidl-default-runtime, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/wireless_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wireless-msgs/ros-lyrical-wireless-msgs_3.0.1-1resolute.20260901.120227_amd64.deb Size: 95570 SHA256: ffdbccda7281762b97bf7f002165e9b27925141d7b41a75feca2a68d8c478d03 SHA1: 91413cdee426df52102276c40119a46b573c06df MD5sum: 54e51896d62fd09b34c3e5e43e6cd318 Description: Messages for describing a wireless network such as bitrate, essid, and link quality. Package: ros-lyrical-wireless-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-wireless-msgs Version: 3.0.1-1resolute.20260901.120227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 839 Depends: ros-lyrical-wireless-msgs (= 3.0.1-1resolute.20260901.120227) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wireless-msgs/ros-lyrical-wireless-msgs-dbgsym_3.0.1-1resolute.20260901.120227_amd64.deb Size: 627800 SHA256: 5827962a7fac649a72bb6f06cfba528f051fadad33eeef76e0904b69cf4b8852 SHA1: 84b529c5715841e7b26a208707fae846bab38414 MD5sum: ea92f64a045ce88bded45970394bf4e9 Description: debug symbols for ros-lyrical-wireless-msgs Build-Ids: 0507414c64d6326812743ae5193c0ed61925469e 0a1998e1ca191d23bed00e5660f1c68522ba2679 0ba399e4cffbc004a170c5f68f5973fb7d2fa383 0cdb2dca68ad2bd94d34c90b28b400d8c9b47a1c 170b451ee559e25078ab408e2e24c9a4622c7c13 295dc25533f51926ab2c0b243312ac6e310d4eae 35125b89463b7302510346e9ce5b6eeefa105752 605affcbd0ad6d79cf4ef9b5b0f1c9485f81fc2a 70209769f880b33400e604d3957467e021eb3a1e 7446fe20a06706f7c8003d0ab978d367f88ce900 a962b8bc18cb6d3fc98631b783832649e6193257 Package: ros-lyrical-wireless-watcher Version: 3.0.1-1resolute.20260901.193347 Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 394 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), iw, ros-lyrical-diagnostic-updater, ros-lyrical-rclcpp, ros-lyrical-wireless-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/wireless_watcher/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wireless-watcher/ros-lyrical-wireless-watcher_3.0.1-1resolute.20260901.193347_amd64.deb Size: 121084 SHA256: 28bb67e923090a4c3242c889e2d431b95fbbe40fbfaefe98fe18a7e2eaeb52d5 SHA1: 8d3366444a7f4d84c078c02e4c543fcf003a57af MD5sum: c0ffef3d962edc10e85d758fcea180fa Description: A node which publishes connection information about a linux wireless interface. Package: ros-lyrical-wireless-watcher-dbgsym Package-Type: ddeb Source: ros-lyrical-wireless-watcher Version: 3.0.1-1resolute.20260901.193347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Roni Kreinin" Installed-Size: 1852 Depends: ros-lyrical-wireless-watcher (= 3.0.1-1resolute.20260901.193347) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wireless-watcher/ros-lyrical-wireless-watcher-dbgsym_3.0.1-1resolute.20260901.193347_amd64.deb Size: 1678516 SHA256: b4bb5d76561ceb9e1f5f608abd8f932e847566eaaf335439da799cc033d7f46e SHA1: 2ce2bfffd177553e0178dbe2e29405b771515e7a MD5sum: edc42a20790f8af5f6463b333183c7fe Description: debug symbols for ros-lyrical-wireless-watcher Build-Ids: 93db831905c2b1f2ceb8ed05877141eb1ce428db Package: ros-lyrical-wuji-hand2-beta1-description Version: 2026.8.19-1resolute.20260831.162850 Architecture: amd64 Maintainer: "Wuji Technology" Installed-Size: 145171 Depends: ros-lyrical-ros-workspace Homepage: https://wuji.tech Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wuji-hand2-beta1-description/ros-lyrical-wuji-hand2-beta1-description_2026.8.19-1resolute.20260831.162850_amd64.deb Size: 30837632 SHA256: 6cc5823bff1bfa71af95c4386c2aecceb3a88602b0d23108499bb8757fb2df6d SHA1: c6161aee673345eb18110f3b5e64f53d9f517712 MD5sum: 8399d0b55ccd58f6bcc8f8b0c44722a4 Description: Robot model description package for Wuji Hand 2 (Beta 1) with URDF, MJCF, and USD assets for simulation and ROS2 visualization. Package: ros-lyrical-wuji-hand2-beta2-description Version: 2026.8.19-1resolute.20260831.162709 Architecture: amd64 Maintainer: "Wuji Technology" Installed-Size: 138678 Depends: ros-lyrical-ros-workspace Homepage: https://wuji.tech Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-wuji-hand2-beta2-description/ros-lyrical-wuji-hand2-beta2-description_2026.8.19-1resolute.20260831.162709_amd64.deb Size: 29188108 SHA256: c583959efcb3caf148745f4c6f74707c6884831685c9bcbe0b1fbad095279188 SHA1: 736998470c5311c922f778138d2280021568ff9b MD5sum: c951369baed5a859705cf66e7d6cb8b1 Description: Robot model description package for Wuji Hand 2 (Beta 2) with URDF, MJCF, and USD assets for simulation and ROS2 visualization. Beta 2 keeps the frozen Beta 1 coordinate contract and adds one tactile-sensor pad link per fingertip. Package: ros-lyrical-xacro Version: 2.1.1-3resolute.20260728.204820 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 142 Depends: python3-yaml, ros-lyrical-ament-index-python, ros-lyrical-ros-workspace Homepage: http://ros.org/wiki/xacro Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-xacro/ros-lyrical-xacro_2.1.1-3resolute.20260728.204820_amd64.deb Size: 27246 SHA256: bd52bbc8c666698764d142bdea63e641a0fc42ba996d316c84a2b96f7809001f SHA1: ac64a5e5c34962380bac82dcebd9ed2a6fe13c9a MD5sum: f95720a620b31a37782c0e4f282a0b8a Description: Xacro (XML Macros) Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions. Package: ros-lyrical-yaets Version: 1.1.0-1resolute.20260728.210121 Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 123 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yaets/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yaets/ros-lyrical-yaets_1.1.0-1resolute.20260728.210121_amd64.deb Size: 24730 SHA256: dd5da208408da779dbe286da06a137e839bd9d0a3dd839b1327ee0b53048a065 SHA1: a44bb6fe7d43d9d3d700abd3f1446340d16a93a5 MD5sum: 63d9f1ac77a4858acaf618d5b695f445 Description: This package provides a execution tracing library. Package: ros-lyrical-yaets-dbgsym Package-Type: ddeb Source: ros-lyrical-yaets Version: 1.1.0-1resolute.20260728.210121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Francisco Martín Rico" Installed-Size: 162 Depends: ros-lyrical-yaets (= 1.1.0-1resolute.20260728.210121) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yaets/ros-lyrical-yaets-dbgsym_1.1.0-1resolute.20260728.210121_amd64.deb Size: 137584 SHA256: dd12a82f29f8653131062dd0c8d04c4fb2f281c4fbf8e5f91b3051a086331133 SHA1: a88139baf1a45a99b77d3cfbe74973fd7c60ee1b MD5sum: 89e3fc4f14ef65c7560474f8623ccc85 Description: debug symbols for ros-lyrical-yaets Build-Ids: 8e4e31e5b1a04f7b84ba0ef916c578329076d454 Package: ros-lyrical-yaml-cpp-vendor Version: 9.2.1-3resolute.20260728.210605 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 48 Depends: libyaml-cpp-dev, ros-lyrical-ros-workspace Homepage: https://github.com/jbeder/yaml-cpp Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yaml-cpp-vendor/ros-lyrical-yaml-cpp-vendor_9.2.1-3resolute.20260728.210605_amd64.deb Size: 7032 SHA256: 8a8324f5cea89d38285001315b903dad1d18635e59f1a3ff0938a769cbec049d SHA1: 40f7b77ea1f697994e6fecfa59dbdf0e1b19757f MD5sum: c202b29897a6324626d992ed6c3260f0 Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-lyrical-yasmin Version: 6.1.1-1resolute.20260810.121126 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 3009 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), pybind11-dev, python3-dev, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin/ros-lyrical-yasmin_6.1.1-1resolute.20260810.121126_amd64.deb Size: 690566 SHA256: 22734b91995be29ed568d13d1d58becac522f0c49fd77f21d0fcf7fe12b27d2b SHA1: 2be202e289bd6ec1e4bca7d96f00e66d3eaec24f MD5sum: 462b61c25983f7263de7f872756e16db Description: YASMIN (Yet Another State MachINe) main package Package: ros-lyrical-yasmin-cli Version: 6.1.1-1resolute.20260901.213437 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 205 Depends: ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-ros2cli, ros-lyrical-yasmin, ros-lyrical-yasmin-editor, ros-lyrical-yasmin-factory, ros-lyrical-yasmin-plugins-manager, ros-lyrical-yasmin-viewer, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin_cli/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-cli/ros-lyrical-yasmin-cli_6.1.1-1resolute.20260901.213437_amd64.deb Size: 50154 SHA256: 3e320c8bd4f3d15300c3a6476d2fb14eeb975fdd053f0ae85a993ebf35edcfc2 SHA1: 03330177bc492c7365729c343384806774f96f98 MD5sum: 0efb32cd4b7351a27303fef0189ef3c8 Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-lyrical-yasmin-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin Version: 6.1.1-1resolute.20260810.121126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 16153 Depends: ros-lyrical-yasmin (= 6.1.1-1resolute.20260810.121126) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin/ros-lyrical-yasmin-dbgsym_6.1.1-1resolute.20260810.121126_amd64.deb Size: 14926120 SHA256: 017f16c2b1b996360ba813b79d714b47ef977623b70fead9c421ae6d2f2b4832 SHA1: 9f15d2d66531580fb9ad25acf7e99b28c2828396 MD5sum: 382748ec627e291147daedaa0c67ed11 Description: debug symbols for ros-lyrical-yasmin Build-Ids: 001f1fcf24425f86b208945286e4eac77b68d09e 012fa2f96686b2e23a836c59d10f95f42f0ae73e 2edeebc71e8a795bda3fcbb9477d04b7e8dde830 31aed6c9b5623a992937a9c23cde52211e2a4c44 808e90f23f70fd6237b2b65308e6d43220ce9f7f 8b51a9df8f55633cad00703bef37765fda387d69 939a2ddadf198e42f6b404ff62b8ae91d7809731 9ff9c5a6a4e09c70728fbef9c37be939bc5a7678 b433f56a7661b193e985aa4445f732f68c2fd112 d1b368c0591d561a14d7ad4b772c61afbf52cd08 Package: ros-lyrical-yasmin-demos Version: 6.1.1-1resolute.20260901.201409 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2150 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-lyrical-ament-index-cpp, ros-lyrical-example-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-nav-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclpy, ros-lyrical-yasmin, ros-lyrical-yasmin-factory, ros-lyrical-yasmin-ros, ros-lyrical-yasmin-viewer, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin_demos/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-demos/ros-lyrical-yasmin-demos_6.1.1-1resolute.20260901.201409_amd64.deb Size: 424198 SHA256: bbd0d501d00bcfe74bba360d7e042065a7bf626cbfcdf0c7d191da76eda83d4e SHA1: cfd6ac17a0eb190b82cfc738b0953be71ad16417 MD5sum: f3b0135f9185480ecbbb4034462416ee Description: Demos of YASMIN (Yet Another State MachINe) Package: ros-lyrical-yasmin-demos-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin-demos Version: 6.1.1-1resolute.20260901.201409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 14861 Depends: ros-lyrical-yasmin-demos (= 6.1.1-1resolute.20260901.201409) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-demos/ros-lyrical-yasmin-demos-dbgsym_6.1.1-1resolute.20260901.201409_amd64.deb Size: 13620138 SHA256: c70fd444c67c7712b86192d0de005350832d6c74fd881128a7c4c4d3bd40aeee SHA1: 2fd8daf5ccfacd82d6a6016bcdd984742ad01ea0 MD5sum: 1ae5bd3b1958d109ab79c3920f735848 Description: debug symbols for ros-lyrical-yasmin-demos Build-Ids: 16b8514ee5c04367c51c3f27c9a5ad8ccb7f8414 29a9f85fa288cb8ce02746aa4cdf81b3a235443f 528c108a67695cfa4b2df6f41daca1ba6a1be4ce 52fba6f0af2b8dd88f34b1d805ba2752b589867a 65936e6b073b40ac2c7b2daee57386b42d712a7c 66ed6d2a03613d872c7b422484b89cb6e951f328 6da4a8edbb0c54b6754ca7dda6f4c51bb54dcbe2 7071d98719f94851b9cd3c368d1ea43fededa76d 75e907fda330e9c373513d0ab741b8b3e52a9cfd 8cfeac54638e9639fce6dc105b1ea23b372411b5 b45c6472a3be7f2764595e2621225ecf55d5e698 b59bdbee337e12e2f7f45e0f1de62c44843e4486 c29c586bc92fa7e4fe6e354767f18cc21bea498f c2d50c52c0c23c6497151f60bd05b1b77798edb1 ca698e8fed1c41fcaeab78ed1d780f56cba6e2d9 e416b8870aae08a85a6fa6b0f32bed09f4862c95 eb1fec3c233e4ee1f6294fa357b4615b0baa3c32 ef9ea9a0d080f7afd9b4c4101cc6a10012924ce6 Package: ros-lyrical-yasmin-editor Version: 6.1.1-1resolute.20260901.212102 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 868 Depends: python3-pyqt6, python3-tqdm, ros-lyrical-rclpy, ros-lyrical-yasmin, ros-lyrical-yasmin-factory, ros-lyrical-yasmin-plugins-manager, ros-lyrical-yasmin-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin_editor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-editor/ros-lyrical-yasmin-editor_6.1.1-1resolute.20260901.212102_amd64.deb Size: 123806 SHA256: 5fbbd65c9bd3dd43cee198f44abaa62a5b6ae5cc7e79e668c3913b6e6d0da6bf SHA1: 31e06d222972988d0e30fde75ed395d30b56a215 MD5sum: 990a48df1759fce37d3756b872be4203 Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-lyrical-yasmin-factory Version: 6.1.1-1resolute.20260901.200730 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1060 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), pybind11-dev, python3-dev, python3-lxml, ros-lyrical-ament-index-cpp, ros-lyrical-class-loader, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclpy, ros-lyrical-tinyxml2-vendor, ros-lyrical-yasmin, ros-lyrical-yasmin-msgs, ros-lyrical-yasmin-ros, ros-lyrical-yasmin-viewer, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin_factory/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-factory/ros-lyrical-yasmin-factory_6.1.1-1resolute.20260901.200730_amd64.deb Size: 305232 SHA256: e8b612462ac60b7c7726f1569e0fa7df022e3254530c9560e400219896f082d6 SHA1: 58b463c14ca9ff0599af07ae641c1d4bb10c2a2f MD5sum: 59dc20c6f72590f98fa36f9243160fa0 Description: YASMIN factory to create FSMs from XML files Package: ros-lyrical-yasmin-factory-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin-factory Version: 6.1.1-1resolute.20260901.200730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 5826 Depends: ros-lyrical-yasmin-factory (= 6.1.1-1resolute.20260901.200730) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-factory/ros-lyrical-yasmin-factory-dbgsym_6.1.1-1resolute.20260901.200730_amd64.deb Size: 5424696 SHA256: ffac4c0a2dc33b5682c6ca46197f052f5e2a71db2a91800d46314709a953f3d8 SHA1: e3eb4fabb14718ad4e1bb9b404a9cc80eaefb8ce MD5sum: d7d27233c591995dae43db76c10eb5b9 Description: debug symbols for ros-lyrical-yasmin-factory Build-Ids: 271faf2fc433a8b1717dd4e383e834fa8116ef33 27951dbb9397d9853346d418f309384493b144f7 8c97d5bdecd6368b89252d99118c103b9fe90be4 bf5c8311ee2d7f2314629265b32039b52f783c57 Package: ros-lyrical-yasmin-msgs Version: 6.1.1-1resolute.20260901.110116 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2069 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-action-msgs, ros-lyrical-rosidl-default-generators, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin_msgs/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-msgs/ros-lyrical-yasmin-msgs_6.1.1-1resolute.20260901.110116_amd64.deb Size: 165608 SHA256: 8f40458bae5a9241b4d1598577742e84d5f0554afa1846ae227f2d4ed25f3a98 SHA1: d4f975e393cf052daf39870e5ddb618178d983ba MD5sum: 9180a524afe96ef7b303c771131fcd70 Description: Msgs of (Yet Another State MachINe) Package: ros-lyrical-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin-msgs Version: 6.1.1-1resolute.20260901.110116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1493 Depends: ros-lyrical-yasmin-msgs (= 6.1.1-1resolute.20260901.110116) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-msgs/ros-lyrical-yasmin-msgs-dbgsym_6.1.1-1resolute.20260901.110116_amd64.deb Size: 1060534 SHA256: 4f220a38902bbd1ad1e4bca9147bbb7e958de3f117efc42f5d55478c1d696237 SHA1: cf0f543354781748f19951dd951ac703e60cac82 MD5sum: ceb3a702ac11e05d0417dfd175053413 Description: debug symbols for ros-lyrical-yasmin-msgs Build-Ids: 161227ef3fdaba25ed862b80cbd05ac8bad646e7 1a16a2d934083239e36083bb732cd70f023845c0 2dbdcabfee6e7e2e233221a0f6cf00ba47b9e3fe 4d9c34e2d1dff693bbfcd767133539c4e94def30 51894b30fcacf710e387c5ec379615578292a9f3 5a65ff0dad5adf4a84deddf9699a9be2e2ce2079 9740dfa03b5f3e859aaa6eb5b6f5b227135daf14 98e3051cfcdfeda850480991a82ac1cba68dd821 d3ddc5ebce41343a65fd2119764cffc741f18fe1 e3b2867b3355eff6c94ee41222b14158b753298e e84d76545376b88404f76638aadf22abbc63b880 Package: ros-lyrical-yasmin-pcl Version: 6.1.1-1resolute.20260901.184109 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 441 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libpcl-io1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 13.1), libpcl-dev, ros-lyrical-pcl-conversions, ros-lyrical-pluginlib, ros-lyrical-sensor-msgs, ros-lyrical-yasmin, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin_pcl/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-pcl/ros-lyrical-yasmin-pcl_6.1.1-1resolute.20260901.184109_amd64.deb Size: 109610 SHA256: 0444f2c896716d247c5e83cfb2186ebd3fa761e307ae75cf77cdec9ed54748a8 SHA1: 7fd7ee81bcd30c29e88c4e3f1c7c8759b97aed18 MD5sum: 1bf47b8654e250e66a1c67621d749d1f Description: PCL-based reusable YASMIN states for PointCloud2 conversion, file I/O, and filtering. Package: ros-lyrical-yasmin-pcl-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin-pcl Version: 6.1.1-1resolute.20260901.184109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 4685 Depends: ros-lyrical-yasmin-pcl (= 6.1.1-1resolute.20260901.184109) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-pcl/ros-lyrical-yasmin-pcl-dbgsym_6.1.1-1resolute.20260901.184109_amd64.deb Size: 4509142 SHA256: 0757cd0d1ba258a824442c003c9b3bde5e187af28bb985566aad371e7663039a SHA1: 9c379af553f49e578fdbb9c486bb6653454094f7 MD5sum: 8b02ff22d4391334dcb21949bab3745b Description: debug symbols for ros-lyrical-yasmin-pcl Build-Ids: a9a0252b034700ca397911df5986cf151ec438c2 Package: ros-lyrical-yasmin-plugins-manager Version: 6.1.1-1resolute.20260901.211519 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 154 Depends: python3-lxml, ros-lyrical-ament-index-python, ros-lyrical-rclpy, ros-lyrical-yasmin, ros-lyrical-yasmin-factory, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin_plugins_manager/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-plugins-manager/ros-lyrical-yasmin-plugins-manager_6.1.1-1resolute.20260901.211519_amd64.deb Size: 43500 SHA256: 2ea408268191a853b3afdfba28bb4696ea37a9b6605fb0a9f56713ce1939a395 SHA1: 0630f0e87b187ec56668dd422996503847ab5822 MD5sum: f8258615b88db27d091e9fc661b6551f Description: Plugin discovery and caching for YASMIN states. Package: ros-lyrical-yasmin-ros Version: 6.1.1-1resolute.20260901.195158 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1051 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-lyrical-example-interfaces, ros-lyrical-geometry-msgs, ros-lyrical-pluginlib, ros-lyrical-rclcpp, ros-lyrical-rclcpp-action, ros-lyrical-rclpy, ros-lyrical-rosidl-runtime-py, ros-lyrical-std-msgs, ros-lyrical-std-srvs, ros-lyrical-tf2, ros-lyrical-tf2-msgs, ros-lyrical-tf2-py, ros-lyrical-tf2-ros, ros-lyrical-tf2-ros-py, ros-lyrical-yasmin, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin_ros/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-ros/ros-lyrical-yasmin-ros_6.1.1-1resolute.20260901.195158_amd64.deb Size: 230324 SHA256: 24a09d89ccd620168f46c9a737a817826428d67ce30cb6dbdbce91526f35b1de SHA1: 11adb2ca0a80d10751e77f752c27a1fb71ddb549 MD5sum: d2f9611ad15b0a0da8328efdd0fb9975 Description: YASMIN (Yet Another State MachINe) for ROS 2 Package: ros-lyrical-yasmin-ros-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin-ros Version: 6.1.1-1resolute.20260901.195158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4958 Depends: ros-lyrical-yasmin-ros (= 6.1.1-1resolute.20260901.195158) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-ros/ros-lyrical-yasmin-ros-dbgsym_6.1.1-1resolute.20260901.195158_amd64.deb Size: 4384098 SHA256: 325d404f7ab181f8c89c50be0d3e8055bf33cec1f4d02b5b855232a78cf36fb2 SHA1: 3d9d0120dd3a46d73b5e2f7bc43d90bac9717e90 MD5sum: 3da307a1c1bbad2f1cd0b12ee3e9dc19 Description: debug symbols for ros-lyrical-yasmin-ros Build-Ids: 683fcf71b47156b19899d5d765ae9b04e95f1683 a8c59ac0a8f7894d243fa1c55ea892ff5973183d b5cb07b617c9d9f03696d5abdec42c16daa7fb17 d925862c973c27ba4445d190ec5fd0a6d26f0d88 Package: ros-lyrical-yasmin-viewer Version: 6.1.1-1resolute.20260901.200210 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 3983 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libboost-dev, ros-lyrical-ament-index-cpp, ros-lyrical-rclcpp, ros-lyrical-rclpy, ros-lyrical-yasmin, ros-lyrical-yasmin-msgs, ros-lyrical-yasmin-ros, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/yasmin_viewer/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-viewer/ros-lyrical-yasmin-viewer_6.1.1-1resolute.20260901.200210_amd64.deb Size: 968276 SHA256: 67a8b70e370745a8dda545d8f1b53d8270f9c54bdd81c1b7b6cda761f831653b SHA1: 5580ee7167eae324a099ab104ed2ffd18e746640 MD5sum: 3d7549d69be2746298d4f1177228a9a6 Description: YASMIN viewer for FSM Package: ros-lyrical-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-lyrical-yasmin-viewer Version: 6.1.1-1resolute.20260901.200210 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4917 Depends: ros-lyrical-yasmin-viewer (= 6.1.1-1resolute.20260901.200210) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-yasmin-viewer/ros-lyrical-yasmin-viewer-dbgsym_6.1.1-1resolute.20260901.200210_amd64.deb Size: 4294522 SHA256: 4053c17d593e5547cc836a3ff9d1de4941e3e88e7f6102355fe103077ec845f4 SHA1: 1cff823424632220a3a932d09caad8856af53713 MD5sum: 98c38cd4b87ca74cef0361bebbb56f18 Description: debug symbols for ros-lyrical-yasmin-viewer Build-Ids: 32d1bd298d70bc2558573972108f17e494aac1f0 47bf4683e21ae6e1d545c541dd8514288ad34428 Package: ros-lyrical-zbar-ros-interfaces Version: 0.7.0-3resolute.20260901.122808 Architecture: amd64 Maintainer: ijnek Installed-Size: 461 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-rosidl-default-runtime, ros-lyrical-vision-msgs, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/zbar_ros_interfaces/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zbar-ros-interfaces/ros-lyrical-zbar-ros-interfaces_0.7.0-3resolute.20260901.122808_amd64.deb Size: 48940 SHA256: aef3bfff5d85d80178a81ad6035f9414b9f6f2aae70ed3e7bbc2d021afabeeb3 SHA1: 824d520803c8bcc003e0d9dc78e5cbf0c1082c2f MD5sum: 75eaac87fe6f5e5f3bef795ed1655d4c Description: Package containing interfaces for zbar_ros to use to publish results Package: ros-lyrical-zbar-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-lyrical-zbar-ros-interfaces Version: 0.7.0-3resolute.20260901.122808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 365 Depends: ros-lyrical-zbar-ros-interfaces (= 0.7.0-3resolute.20260901.122808) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zbar-ros-interfaces/ros-lyrical-zbar-ros-interfaces-dbgsym_0.7.0-3resolute.20260901.122808_amd64.deb Size: 223124 SHA256: 509626b53f9df4f6f3115ebc7a586ddf17f09694926d3832d5a318a12b07b86b SHA1: b1b5aa77354c15295e60cfd6cb4f6559dea31554 MD5sum: 9c7560af9e52b608f076d5a7add7211f Description: debug symbols for ros-lyrical-zbar-ros-interfaces Build-Ids: 1c3d6c497271e55dde253461b93d609497574cad 2d8d693481ab66ae810c63cdfbf962daf6a01b9e 3ba259e01529472eec3363147a828447582e81ff 61ae10cd6ba248512cbaf3435f2c96e4cd8cdba7 65e78644ea3dbce21fa05f4a43a0a98c8814ca0e 7fa28ec02ce25731980b99d0f5242e9964fb9f7b 88b366e7f8a5d99b00e49541a970d3b67088dbd6 ad0cd17237f6c9be07337c22743e8cc50699068c c495a9a666a0878f0c97b0c8cd75ec4d7e7b5c88 c80e0e8e77ebfba3d05538ce4c01220fb139e4b2 e8c70e3c0aaa3b5ff0d40c52a3b9a0b47d22d1c8 Package: ros-lyrical-zed-description Version: 0.1.5-1resolute.20260908.164113 Architecture: amd64 Maintainer: "STEREOLABS" Installed-Size: 9986 Depends: ros-lyrical-rviz2, ros-lyrical-xacro, ros-lyrical-ros-workspace Homepage: https://www.stereolabs.com/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zed-description/ros-lyrical-zed-description_0.1.5-1resolute.20260908.164113_amd64.deb Size: 2030416 SHA256: 9d2109558d06a3e0a4af5c017e15316ba70161b6cf1fb5ae1eb951533db05998 SHA1: d26126f42fca8649b2e83c3e87c1794ed77564e8 MD5sum: bcab89b1f1f9e8d8c31eb301644456fa Description: Contains URDF and meshes to create models of Stereolabs ZED Cameras. Package: ros-lyrical-zed-msgs Version: 5.3.0-1resolute.20260901.130449 Architecture: amd64 Maintainer: "STEREOLABS" Installed-Size: 4946 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-lyrical-fastcdr, ros-lyrical-geometry-msgs, ros-lyrical-rosidl-default-runtime, ros-lyrical-shape-msgs, ros-lyrical-std-msgs, ros-lyrical-ros-workspace Homepage: https://www.stereolabs.com/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zed-msgs/ros-lyrical-zed-msgs_5.3.0-1resolute.20260901.130449_amd64.deb Size: 337152 SHA256: 435ffb4251bd02d7f6032755d64ce6580a15f19d478ecad6af5e0fdde729b48d SHA1: 2d973ded53f76b5cdd7d4fc115092b4f4c253e2c MD5sum: 658d28c6b48a4e94ba04162014b09ea7 Description: Contains message and service definitions used by the ZED ROS2 nodes. Package: ros-lyrical-zed-msgs-dbgsym Package-Type: ddeb Source: ros-lyrical-zed-msgs Version: 5.3.0-1resolute.20260901.130449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "STEREOLABS" Installed-Size: 3918 Depends: ros-lyrical-zed-msgs (= 5.3.0-1resolute.20260901.130449) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zed-msgs/ros-lyrical-zed-msgs-dbgsym_5.3.0-1resolute.20260901.130449_amd64.deb Size: 3022186 SHA256: 36a85c37fe17f312f1ac3f6b91d686b672252e164a3d32e56937fe5b1bdc04eb SHA1: 4c21e218edcb244c224fb555fa24d160ed4745c0 MD5sum: 08bc177e9b2025c783e68ddcf938baf3 Description: debug symbols for ros-lyrical-zed-msgs Build-Ids: 0e7d7601aea453eb3ff70cc13c31deed7b8c409c 18493528016b76bc48109beae148fb0a83ad1c50 46fb7b1748eabf5877ea94c507867ea38b9c24df 5736be996e1ab28a0ec5525a790b89d2831bd304 a62dd3aff50ff742cf5dc1b8e173db9cd0916a21 a9ca567ad5da4194d5f83c167657fb8b8c2a9d92 b20d6326bee19103b9c93eec066cc8f64c6197e1 bbc9f8e593be1fdcab84dbeea82d78fb03ae68d4 c313bea67282ec630fc4f4ad3773cef8563f0c2e ca6cb4288fbd077dc60363f5991ebf85f474ff4f d9a81ef14233b65916e5acbb45b58c41f94063d0 Package: ros-lyrical-zenoh-cpp-vendor Version: 0.10.5-1resolute.20260728.210611 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 44516 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/zenoh_cpp_vendor/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zenoh-cpp-vendor/ros-lyrical-zenoh-cpp-vendor_0.10.5-1resolute.20260728.210611_amd64.deb Size: 10131114 SHA256: ef2c5132f7b2b599196a8ca33beb71af254d317c1f36cbe9ded5bb535656af2f SHA1: 8afe3cf74baf1e6ed4e1c21f4abf8683249797c4 MD5sum: a425fb17a3d327a9ca939f86087d91ba Description: Vendor pkg to install zenoh-cpp Package: ros-lyrical-zenoh-cpp-vendor-dbgsym Package-Type: ddeb Source: ros-lyrical-zenoh-cpp-vendor Version: 0.10.5-1resolute.20260728.210611 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 3557 Depends: ros-lyrical-zenoh-cpp-vendor (= 0.10.5-1resolute.20260728.210611) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zenoh-cpp-vendor/ros-lyrical-zenoh-cpp-vendor-dbgsym_0.10.5-1resolute.20260728.210611_amd64.deb Size: 322402 SHA256: a3e33ca3ce54d6c79807fd1d83e66aa3833459804b88f29a642a0b9659294dab SHA1: e40c97c0e56370529db124ef381e34eccc08767b MD5sum: ab260d9da6f6e548991ea9a62a1306f9 Description: debug symbols for ros-lyrical-zenoh-cpp-vendor Build-Ids: f0dfba749f7b7b5185c2da034c4dbdac3f59f81d Package: ros-lyrical-zenoh-security-tools Version: 0.10.5-1resolute.20260901.092137 Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 257 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-lyrical-rcpputils, ros-lyrical-rcutils, ros-lyrical-rmw-security-common, ros-lyrical-zenoh-cpp-vendor, ros-lyrical-ros-workspace Homepage: https://index.ros.org/p/zenoh_security_tools/#lyrical Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zenoh-security-tools/ros-lyrical-zenoh-security-tools_0.10.5-1resolute.20260901.092137_amd64.deb Size: 85414 SHA256: 84c6cc76044a6d436beebd853977af01c6daa83dc34ed28cdea16ee250193dbb SHA1: d76418e1f5d45297f8073c6f48018b3db5bb8b40 MD5sum: cdf42699f13037ef02918008c5b55d70 Description: This package generates config files to enforce security with Zenoh Package: ros-lyrical-zenoh-security-tools-dbgsym Package-Type: ddeb Source: ros-lyrical-zenoh-security-tools Version: 0.10.5-1resolute.20260901.092137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 1118 Depends: ros-lyrical-zenoh-security-tools (= 0.10.5-1resolute.20260901.092137) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zenoh-security-tools/ros-lyrical-zenoh-security-tools-dbgsym_0.10.5-1resolute.20260901.092137_amd64.deb Size: 1028722 SHA256: bef3003b74173d1b22434c194ce5aab7bc4189d5d9ebe7a656069a7ced510bf3 SHA1: c4f86ab0ae58814de0dc8305fda4011330afa568 MD5sum: be73fff5b7f8d41776ed4a82b80cb9ee Description: debug symbols for ros-lyrical-zenoh-security-tools Build-Ids: 0366a2fe60bfe6f7489e468d1a8a08aca1d99d1c Package: ros-lyrical-zlib-point-cloud-transport Version: 6.2.0-1resolute.20260901.183949 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 637 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), zlib1g (>= 1:1.1.4), ros-lyrical-pluginlib, ros-lyrical-point-cloud-interfaces, ros-lyrical-point-cloud-transport, ros-lyrical-rclcpp, zlib1g-dev, ros-lyrical-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zlib-point-cloud-transport/ros-lyrical-zlib-point-cloud-transport_6.2.0-1resolute.20260901.183949_amd64.deb Size: 140940 SHA256: 15aacb5670ab8444c1e484525944174da2555cc618eb9ba601ed3fc27fe3c5d6 SHA1: 06310d94bcef30b96b90e573d30df3faf1c7dce6 MD5sum: 036be6bcdeb17363c2deeaee17a72e61 Description: zlib_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with zlib Package: ros-lyrical-zlib-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-zlib-point-cloud-transport Version: 6.2.0-1resolute.20260901.183949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 3651 Depends: ros-lyrical-zlib-point-cloud-transport (= 6.2.0-1resolute.20260901.183949) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zlib-point-cloud-transport/ros-lyrical-zlib-point-cloud-transport-dbgsym_6.2.0-1resolute.20260901.183949_amd64.deb Size: 3150872 SHA256: 9ed210cd33053c37bdc79bfb6e12185b846ec4e01e19e1174b5d3f633cd61b87 SHA1: c8336b6b4f80bcf9e9a36d26a7e548c446d74c10 MD5sum: 6c9ad63d5ca3e1bde0d7769f73e6cef8 Description: debug symbols for ros-lyrical-zlib-point-cloud-transport Build-Ids: fb1fe1c185fad9a9f8dcff7b3e255980b41e19d9 Package: ros-lyrical-zstd-cmake-module Version: 0.33.3-1resolute.20260728.210616 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 49 Depends: libzstd-dev, ros-lyrical-ros-workspace Homepage: https://facebook.github.io/zstd/ Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zstd-cmake-module/ros-lyrical-zstd-cmake-module_0.33.3-1resolute.20260728.210616_amd64.deb Size: 6816 SHA256: 0ed802b3c01617848d7615933e41c60f64c4efd179f231f2660dd5faeb2de190 SHA1: 15e675c50b54e3c8b0e31818067158a36fb7da1f MD5sum: 12d1bd83eed9946d44af430f532c82c0 Description: ZSTD compression cmake module package Package: ros-lyrical-zstd-image-transport Version: 6.2.6-1resolute.20260901.194746 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 590 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), zlib1g (>= 1:1.1.4), ros-lyrical-image-transport, zlib1g-dev, ros-lyrical-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zstd-image-transport/ros-lyrical-zstd-image-transport_6.2.6-1resolute.20260901.194746_amd64.deb Size: 137254 SHA256: e3c5a957c261dd5181140d1a47ecd003830b39ffb2c0f7c50a5b1826b009346d SHA1: e86d915bb6e1b285df3923db517e4185129fd37a MD5sum: 8db4f9bb192bb3f8d53ed9f9b3c72159 Description: zstd_image_transport provides a plugin to image_transport for transparently sending images encoded as zstd blobs Package: ros-lyrical-zstd-image-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-zstd-image-transport Version: 6.2.6-1resolute.20260901.194746 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2964 Depends: ros-lyrical-zstd-image-transport (= 6.2.6-1resolute.20260901.194746) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zstd-image-transport/ros-lyrical-zstd-image-transport-dbgsym_6.2.6-1resolute.20260901.194746_amd64.deb Size: 2525948 SHA256: 2c19817f0ae1de0a5b07e234e91cafdd0d7156820412ef81b02dc7ab84155fb9 SHA1: 11acb571978266e91a51fdcf252bb20c2a72ae3c MD5sum: 2442e00e07d6a1862779830241f8f5e8 Description: debug symbols for ros-lyrical-zstd-image-transport Build-Ids: d25420e22df1a9aae115216b6ffab8f4b2c4b76c Package: ros-lyrical-zstd-point-cloud-transport Version: 6.2.0-1resolute.20260901.183949 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 629 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libzstd1 (>= 1.5.5), ros-lyrical-pluginlib, ros-lyrical-point-cloud-interfaces, ros-lyrical-point-cloud-transport, ros-lyrical-rclcpp, ros-lyrical-zstd-cmake-module, ros-lyrical-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zstd-point-cloud-transport/ros-lyrical-zstd-point-cloud-transport_6.2.0-1resolute.20260901.183949_amd64.deb Size: 140394 SHA256: 896bdc0de2265591caae69ae74004711175deeb0ba41d474f1a4a284bae34bd0 SHA1: 9c97e9fd65a7330348fc6175115e42e61e68c68f MD5sum: 386bf721008df9b36ffdf96c41e85f3f Description: zstd_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with lib Package: ros-lyrical-zstd-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-lyrical-zstd-point-cloud-transport Version: 6.2.0-1resolute.20260901.183949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 3056 Depends: ros-lyrical-zstd-point-cloud-transport (= 6.2.0-1resolute.20260901.183949) Priority: optional Section: misc Filename: pool/main/r/ros-lyrical-zstd-point-cloud-transport/ros-lyrical-zstd-point-cloud-transport-dbgsym_6.2.0-1resolute.20260901.183949_amd64.deb Size: 2553382 SHA256: 47a25ef04aabc2f42a65e0d17e01a40b5a3451579e68a86e43b225cb333ce416 SHA1: 6c4ab17336b010b826b0155a7a0f3cfc8c115724 MD5sum: bc3ae56f4999032953ed2ced2ab309d3 Description: debug symbols for ros-lyrical-zstd-point-cloud-transport Build-Ids: bfa25a0ba9db8b8018f7a615381078b703b2c429 Package: ros-rolling-ackermann-msgs Version: 2.0.2-6resolute.20260811.202712 Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 601 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ackermann_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-msgs/ros-rolling-ackermann-msgs_2.0.2-6resolute.20260811.202712_amd64.deb Size: 57268 SHA256: 14c8f25b45961df720b831f0378023a30e9efde96285f43d267086af7cbaa884 SHA1: f4a0ff2b516e8c5679290720bb09c0f54088eb25 MD5sum: 66a1863c16e4b6d9ab34b4f77a3247c9 Description: ROS2 messages for robots using Ackermann steering. Package: ros-rolling-ackermann-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ackermann-msgs Version: 2.0.2-6resolute.20260811.202712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jack O'Quin Installed-Size: 444 Depends: ros-rolling-ackermann-msgs (= 2.0.2-6resolute.20260811.202712) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-msgs/ros-rolling-ackermann-msgs-dbgsym_2.0.2-6resolute.20260811.202712_amd64.deb Size: 278170 SHA256: eb1979e1203555e37255d3025219e931841edb8ad2744fb06574fa5117681d35 SHA1: 4230f2e38ca5dc04875345f059a6ab0c690f7ae6 MD5sum: 081eb00731ef75f1b6d7b4ad79c5d1a5 Description: debug symbols for ros-rolling-ackermann-msgs Build-Ids: 012b06c8a431e333e974fc5c169de44226c25b78 12c30f0bf72929e0601c5940bfbb82c5eae55c9a 3918a8a73cea5687f83c1a5f447ce39d7db29241 61f89d72879b7252af749269d728a229329d3723 62caac3c838205d17de0a04c5861180a8be9f86c 69005144b7c4f309bf4ddbffd580f4b525d4a18f 72858111505b62114f55518ea9dfba9d94a37d90 76d4c061f93e8f9159aa45af7c3fa191b25b8e7c ce6b38d4b2e4cd688301558bc075261d38767f45 e753e78da01c5ae66096ae19bb10d478e74f81df f5a069f9f4e5b6f4b0d18f5deded704ec7eae863 Package: ros-rolling-ackermann-nlmpc Version: 1.0.3-2resolute.20260811.204827 Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 301 Depends: ros-rolling-ackermann-msgs, ros-rolling-ackermann-nlmpc-msgs, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ackermann_nlmpc/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-nlmpc/ros-rolling-ackermann-nlmpc_1.0.3-2resolute.20260811.204827_amd64.deb Size: 47108 SHA256: ab22fdf1607bbbb055370ebbc0f07091a32bbc74b3e02970f72d1d80c459e226 SHA1: 574420d66c0d84b108b3283c61b37dbb076ace3e MD5sum: f5baafd7d00e4104e1c1f0b1a6f137df Description: Lightweight non-linear MPC controller for autonomous driving in 2D environments Package: ros-rolling-ackermann-nlmpc-msgs Version: 1.0.3-2resolute.20260811.202720 Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 697 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ackermann_nlmpc_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-nlmpc-msgs/ros-rolling-ackermann-nlmpc-msgs_1.0.3-2resolute.20260811.202720_amd64.deb Size: 69144 SHA256: 12a920dcaa22af3364d464ffa1d8f4d6a496b458aa67f4d6778e197c86b8b567 SHA1: 7568e4aa60079d98059caed924150c672bbbbf17 MD5sum: badd803e60137ce202aed8611a2cf9e1 Description: Message definitions for ackermann_nlmpc Package: ros-rolling-ackermann-nlmpc-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ackermann-nlmpc-msgs Version: 1.0.3-2resolute.20260811.202720 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jasper Pflughaupt Installed-Size: 528 Depends: ros-rolling-ackermann-nlmpc-msgs (= 1.0.3-2resolute.20260811.202720) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-nlmpc-msgs/ros-rolling-ackermann-nlmpc-msgs-dbgsym_1.0.3-2resolute.20260811.202720_amd64.deb Size: 358190 SHA256: 695b3b09cede5b61fc57e732d73c64e6fc8d35b4516cd65b3919ab0a0736a854 SHA1: ae7e141a55f5af04c55ede92da53116f7c0bf26d MD5sum: f46808941d2a8944acd657508451d01e Description: debug symbols for ros-rolling-ackermann-nlmpc-msgs Build-Ids: 0c214c4d95788b3e24ebbfc97f159963b6ebdca7 1a3f21ca32b48725d94f0af06d5eff1728c39e26 2f3ad0c298655d9a9657b8413622ea6eacf79764 3d1063cfdf115826365b181ac14a705f0727aef8 5d7144b738a065d8d935afe5c1ebb27b3339ad8d 5e11d45a59678c8dff27341b9abcc523c9bd5adb 5e364117095853131b0f1cac254666b067795339 5fc05b7e5364fafe4f026417a6737a85e119176b a30c1b2cc92ca1f4c2d585eef2671bda40fd4090 a8e947226e6c13bcf11f43b2957055b807f3263e d78870870ff93e63a7bbf4b1be4ae98007198a85 Package: ros-rolling-ackermann-steering-controller Version: 6.9.0-1resolute.20260827.063838 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 221 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-std-srvs, ros-rolling-steering-controllers-library, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-steering-controller/ros-rolling-ackermann-steering-controller_6.9.0-1resolute.20260827.063838_amd64.deb Size: 52836 SHA256: be8ce52fe57f7632de9f22c28b18d684a1a690eb951e970d54da063aa2f7efa4 SHA1: 24c06d7e7e4fef01128788d8ec8c70a34f3f71c0 MD5sum: d4b87d5b7c37e44f2e213a2424dbb69b Description: Steering controller for Ackermann kinematics. Rear fixed wheels are powering the vehicle and front wheels are steering it. Package: ros-rolling-ackermann-steering-controller-dbgsym Package-Type: ddeb Source: ros-rolling-ackermann-steering-controller Version: 6.9.0-1resolute.20260827.063838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 807 Depends: ros-rolling-ackermann-steering-controller (= 6.9.0-1resolute.20260827.063838) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ackermann-steering-controller/ros-rolling-ackermann-steering-controller-dbgsym_6.9.0-1resolute.20260827.063838_amd64.deb Size: 757804 SHA256: 411ab092fde95264d3f23493dd9530122dfd4cc6eef3b1a763cc03ea94e102ca SHA1: 5a650932db33e58b94ed8e79dee7065af51226d9 MD5sum: de98af9d5f30b3934390a1b6a90f5abc Description: debug symbols for ros-rolling-ackermann-steering-controller Build-Ids: 5021c41dfcc0974ccb777af378f168118b419f6f Package: ros-rolling-action-msgs Version: 2.5.1-1resolute.20260811.195109 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1176 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-core-runtime, ros-rolling-service-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/action_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-msgs/ros-rolling-action-msgs_2.5.1-1resolute.20260811.195109_amd64.deb Size: 108352 SHA256: aa9f7a11f5e6d6b4081c0b354e42e0121f83eeda34c7d8143c8da56692b61f6f SHA1: b2c94d076f74329472d7172f76f1e0cf9dd965fd MD5sum: b727dbe7ea3778be136893f3bbf1bc52 Description: Messages and service definitions common among all ROS actions. Package: ros-rolling-action-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-action-msgs Version: 2.5.1-1resolute.20260811.195109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 937 Depends: ros-rolling-action-msgs (= 2.5.1-1resolute.20260811.195109) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-msgs/ros-rolling-action-msgs-dbgsym_2.5.1-1resolute.20260811.195109_amd64.deb Size: 661890 SHA256: 4afd8aabc5e74ae6288fef713a826c0a3e754245babcbe4e6f439cba92b6ac13 SHA1: aca915e6ee3e7560257332f1e10a4d0b93d080fb MD5sum: c2b6e63eb47a7bf36206686e06158236 Description: debug symbols for ros-rolling-action-msgs Build-Ids: 0005f7a2040cdbed9bb27640669d8489fed11907 40daeb176326cffbd3b251883b90fa6d3d7ec208 54667aed9d745bd62b5d557af2b463569c24d707 92630c6a8edb6221ee501e00e6b4c4b8c671cdfe 9b6aa411ba21794e88e456bf07a0cd1ed00e524e c9a5c32270ff868842a7d670d32c5c280e654469 c9ab36e6dd29f08c300e5e6b5e96b3eb292e0113 d11a57bb5c67be6ae575b294cdb3df244d710afb ec82ff5f16ce1c9981696b609bce95da4fd9ef59 f3e8a7b4f7a5fd7cf0d34b7681b700198f52d07e fab028a1692817895de016ab872b2ea6551cca2a Package: ros-rolling-action-tutorials-cpp Version: 0.38.0-1resolute.20260821.171200 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 360 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/action_tutorials_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-tutorials-cpp/ros-rolling-action-tutorials-cpp_0.38.0-1resolute.20260821.171200_amd64.deb Size: 81426 SHA256: 1e9d6a45d82bfeb15d90cb3c59c64451bf9dda1b0ab7f77461343ab296d2c996 SHA1: 306f31e21c0ba0bc3d9872607fe262028e17a7e7 MD5sum: c937fdae02835f6cc7bcd9479e0fdb60 Description: C++ action tutorial cpp code Package: ros-rolling-action-tutorials-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-action-tutorials-cpp Version: 0.38.0-1resolute.20260821.171200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2004 Depends: ros-rolling-action-tutorials-cpp (= 0.38.0-1resolute.20260821.171200) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-tutorials-cpp/ros-rolling-action-tutorials-cpp-dbgsym_0.38.0-1resolute.20260821.171200_amd64.deb Size: 1646834 SHA256: 8254e9ad7fbe0c2dd47300da281e0a456960ca34ce69d969dc8df03e5976a2b1 SHA1: e5ab6ab778514ea840ec469b7998d68105fa8a19 MD5sum: 027caa7398e3d096000f1b95bc0bc412 Description: debug symbols for ros-rolling-action-tutorials-cpp Build-Ids: 104e9ed05c411695316ad1c7f44f83255476c9d0 71be7242220f470ef6c71c9e0936bd48506f1a1b deba51bda57ee04350bdc77fee9693994703192c Package: ros-rolling-action-tutorials-py Version: 0.38.0-1resolute.20260821.163019 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 64 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/action_tutorials_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-action-tutorials-py/ros-rolling-action-tutorials-py_0.38.0-1resolute.20260821.163019_amd64.deb Size: 11810 SHA256: cd697bba6e9747d76ba6c9eb7b9c373696ed50f4437e4f7e77ff377f820e8c28 SHA1: d525a640964cb05852e9714baafcebad645dd932 MD5sum: 7e2fa48f3b169022c448bfd6f54a09b5 Description: Python action tutorial code Package: ros-rolling-actuator-msgs Version: 0.0.1-4resolute.20260811.202722 Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1491 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/actuator_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-actuator-msgs/ros-rolling-actuator-msgs_0.0.1-4resolute.20260811.202722_amd64.deb Size: 113484 SHA256: d2fab61fb50205a1f3c77353fc55dcc32a6779597e8a47c1d37f2a3697f0bc03 SHA1: 2f2c7be4486f59e63ae8cd3a895e1ecb86f6623a MD5sum: ec0d2283a68e7cc7724d9547dd45c630 Description: ROS 2 message interface for Actuators. Package: ros-rolling-actuator-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-actuator-msgs Version: 0.0.1-4resolute.20260811.202722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Perseghetti Installed-Size: 1234 Depends: ros-rolling-actuator-msgs (= 0.0.1-4resolute.20260811.202722) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-actuator-msgs/ros-rolling-actuator-msgs-dbgsym_0.0.1-4resolute.20260811.202722_amd64.deb Size: 890168 SHA256: d8c428ebd174f7f63c6396e24397a647d4febaedf700db21148ec4353879603d SHA1: bccb505595d1d7571214dd8f94a3fa8ec3842045 MD5sum: 6a18b3fe1b7e0798009975a47d92ca92 Description: debug symbols for ros-rolling-actuator-msgs Build-Ids: 0d3b75d57286c42e5a7d29546e44489099c88e8c 15a420c7a42d435e8ba9003cc1b62a34b2067a60 2666653e84891b8983a9d09549d229bb9353917e 28606349a481fe4b7ca622be2cc830ab641cf997 3f99decf07478952a419fa6a5c5460aff0383186 5f0a0471b4f15a607a07ecbca41e6eb81fb7daa3 6c9b27af6790f450ceae6cf17cb69ddf646d6f6a a810afd27b8b3d8e87a532ce29b6e39f71b7b595 c438e851b77a9772c9a22d330a87d5b31d2fa1fd f655303305eefc1eecb6a5cc3410f74247f5408e fd652d96ef7b0d342ba191b46334ec99172501f8 Package: ros-rolling-admittance-controller Version: 6.9.0-1resolute.20260826.124952 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1210 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-rolling-angles, ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-control-toolbox, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-kinematics-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-admittance-controller/ros-rolling-admittance-controller_6.9.0-1resolute.20260826.124952_amd64.deb Size: 271812 SHA256: 82e3a8754b9eaa6c1c04c8a008f65a4f0565ea4b263c0d8287c7e138fb653e98 SHA1: 138f32956f86bbc20e6cd226fd1eccf5c834dd57 MD5sum: 1efbf2059d86a0e702dbd085b40a383a Description: Implementation of admittance controllers for different input and output interface. Package: ros-rolling-admittance-controller-dbgsym Package-Type: ddeb Source: ros-rolling-admittance-controller Version: 6.9.0-1resolute.20260826.124952 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6733 Depends: ros-rolling-admittance-controller (= 6.9.0-1resolute.20260826.124952) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-admittance-controller/ros-rolling-admittance-controller-dbgsym_6.9.0-1resolute.20260826.124952_amd64.deb Size: 5941480 SHA256: b29aa4be58ea02b01e686faf7fa9f93df924a6d4edf4cd1ac003876a612dd224 SHA1: 4e236daed4b73293da5eb43eef557fdaa4ea0d4f MD5sum: d5ef506bca34a216bd846047d733380f Description: debug symbols for ros-rolling-admittance-controller Build-Ids: c362b0dbff4979525d410ae92f2c39e436cf3925 Package: ros-rolling-agni-tf-tools Version: 1.0.2-1resolute.20260826.131440 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 699 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.4.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), ros-rolling-rviz-ogre-vendor, libboost-all-dev, ros-rolling-angles, ros-rolling-geometry-msgs, ros-rolling-interactive-markers, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/agni_tf_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-agni-tf-tools/ros-rolling-agni-tf-tools_1.0.2-1resolute.20260826.131440_amd64.deb Size: 183772 SHA256: 48c5e647c7b756d0e642de237f7e1cc8836df5d6a0dc48ececc42b26776ddb89 SHA1: 28d5d6eedc9a934c8e4b288ee579407cd36f31d8 MD5sum: 7d47bba9546b1d6fc33e3c398723dfa8 Description: This package provides a gui program as well as a rviz plugin to publish static transforms. Both support the transformation between various Euler angle representations. The rviz plugin also allows to configure the transform with an interactive marker. Package: ros-rolling-agni-tf-tools-dbgsym Package-Type: ddeb Source: ros-rolling-agni-tf-tools Version: 1.0.2-1resolute.20260826.131440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 9701 Depends: ros-rolling-agni-tf-tools (= 1.0.2-1resolute.20260826.131440) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-agni-tf-tools/ros-rolling-agni-tf-tools-dbgsym_1.0.2-1resolute.20260826.131440_amd64.deb Size: 9495156 SHA256: 70d7ade3d64c664f885fc5b8cf6c27c0ae2962735bd54309e309575d3d771056 SHA1: 281c9a58c3a7496e44779aab6310cb400ed73cb3 MD5sum: b0c457189dbfef7413d7f7c50d31369b Description: debug symbols for ros-rolling-agni-tf-tools Build-Ids: 6bbb5f9968a548657aeb308b1e95baec83797da6 baa99edbf91040992bf96bd9900d7c7aed0a465f ffd8430e20c3d2f1971e8cd954886878413248a1 Package: ros-rolling-ament-acceleration Version: 0.2.0-5resolute.20260714.173905 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 46 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_acceleration/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-acceleration/ros-rolling-ament-acceleration_0.2.0-5resolute.20260714.173905_amd64.deb Size: 5984 SHA256: 8c2711a4c85072ece68d8828c84443c7b058d7fd7864ef92b89ca4c3aea4e713 SHA1: f237d13d2ca14ff3dee1010a69f1b2b99f173156 MD5sum: 4d15cde58569aeab64cfa819e383a117 Description: CMake macros and utilities to include hardware acceleration into the ROS 2 build system (ament) and its development flows. Package: ros-rolling-ament-black Version: 0.2.7-1resolute.20260714.174117 Architecture: amd64 Maintainer: "Guillaume Doisy" Installed-Size: 56 Depends: black, python3-unidiff, python3-uvloop, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_black/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-black/ros-rolling-ament-black_0.2.7-1resolute.20260714.174117_amd64.deb Size: 13064 SHA256: a9811d2c64c52cee1ae3aa1cde750262a5b4488b9bf6771360ca25f6c1b44d63 SHA1: d6a032045a872ff3b6c7c718a70c81c39b263cd3 MD5sum: f0bf13ad1842a79cb0409072da69c439 Description: The ability to check code against style conventions using black and generate xUnit test result files. Package: ros-rolling-ament-clang-format Version: 0.21.1-1resolute.20260714.174149 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 66 Depends: clang-format, python3-yaml, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_clang_format/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-clang-format/ros-rolling-ament-clang-format_0.21.1-1resolute.20260714.174149_amd64.deb Size: 15956 SHA256: fa4d5410693155ce3f131012fc1f30b4c83c04262c832b5657d57f5b3a02311a SHA1: d1ed58b00334fcd95c473c27eafc59c3013a0c44 MD5sum: c924ee9d5f51e03de3f60b1b5b300029 Description: The ability to check code against style conventions using clang-format and generate xUnit test result files. Package: ros-rolling-ament-clang-tidy Version: 0.21.1-1resolute.20260714.174201 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 65 Depends: clang-tidy, python3-yaml, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_clang_tidy/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-clang-tidy/ros-rolling-ament-clang-tidy_0.21.1-1resolute.20260714.174201_amd64.deb Size: 16336 SHA256: a83d7d53617e7b1661fd46227606c7da9fcaa907c90fe6b17dbd194bdc8cf9e5 SHA1: 75021d0fe1b010f884cfc28e0a11d1408e32624d MD5sum: cbbca46f2ad1b57593ae71ef4f3817c8 Description: The ability to check code against style conventions using clang-tidy and generate xUnit test result files. Package: ros-rolling-ament-cmake Version: 2.9.1-1resolute.20260714.182819 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: cmake, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-export-definitions, ros-rolling-ament-cmake-export-dependencies, ros-rolling-ament-cmake-export-include-directories, ros-rolling-ament-cmake-export-libraries, ros-rolling-ament-cmake-export-link-flags, ros-rolling-ament-cmake-export-targets, ros-rolling-ament-cmake-gen-version-h, ros-rolling-ament-cmake-libraries, ros-rolling-ament-cmake-python, ros-rolling-ament-cmake-target-dependencies, ros-rolling-ament-cmake-test, ros-rolling-ament-cmake-version, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake/ros-rolling-ament-cmake_2.9.1-1resolute.20260714.182819_amd64.deb Size: 7108 SHA256: 3cc64b8ac5befd3adc5b29d9a3947a2b75b68a0ad08fe6b43dbd372626c25b08 SHA1: e3834df8d65d073f277e0f750e9d56b3a6795119 MD5sum: 25be0169e8cfce42d03ebbd2cbc3e7e5 Description: The entry point package for the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-auto Version: 2.9.1-1resolute.20260714.190129 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 76 Depends: ros-rolling-ament-cmake, ros-rolling-ament-cmake-gmock, ros-rolling-ament-cmake-gtest, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_auto/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-auto/ros-rolling-ament-cmake-auto_2.9.1-1resolute.20260714.190129_amd64.deb Size: 11426 SHA256: 700af2506664f236174a312f795b9a5e942176ac7dd1067dfbe7b555e112a905 SHA1: b23bc1190d5519f6f0f8ea6f916ded2ba4eea747 MD5sum: 27f4d012bcfa30d06a4beb988c7936fa Description: The auto-magic functions for ease to use of the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-black Version: 0.2.7-1resolute.20260714.182051 Architecture: amd64 Maintainer: "Guillaume Doisy" Installed-Size: 48 Depends: ros-rolling-ament-black, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_black/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-black/ros-rolling-ament-cmake-black_0.2.7-1resolute.20260714.182051_amd64.deb Size: 7366 SHA256: e7de3ffef8126139495c4732257d69b0d7f65abcfb21ac841bb7b636547e3e33 SHA1: 9bbe2bcd58aa980dde0febc1aa731b775762211f MD5sum: 2fb27848faf8e1d45b1866b30b24db3e Description: The CMake API for ament_black to lint Python code using black. Package: ros-rolling-ament-cmake-catch2 Version: 1.5.0-2resolute.20260714.181630 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 51 Depends: ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_catch2/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-catch2/ros-rolling-ament-cmake-catch2_1.5.0-2resolute.20260714.181630_amd64.deb Size: 7122 SHA256: 44e0bf97b846fdfa20ed3a39d4bf1abe58fbf4a2dc15ffdcfb2cec7225fc2e97 SHA1: 2c3c46abfd0a1f89ff53df63768a7369c0434b52 MD5sum: a53f2bf4602d695a91fbcb528e6c3f0f Description: Allows integrating catch2 tests in the ament buildsystem with CMake Package: ros-rolling-ament-cmake-clang-format Version: 0.21.1-1resolute.20260714.181629 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 51 Depends: ros-rolling-ament-clang-format, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_clang_format/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-clang-format/ros-rolling-ament-cmake-clang-format_0.21.1-1resolute.20260714.181629_amd64.deb Size: 7584 SHA256: 073692019417f55165d80b77665b58b10a2584b35d7c872078134b478bc879b2 SHA1: dc0c6fd6ccade08c2617252bdac0e1eaee7c8a05 MD5sum: 51e47e79f161e1c4475d2609807d6d41 Description: The CMake API for ament_clang_format to lint C / C++ code using clang format. Package: ros-rolling-ament-cmake-clang-tidy Version: 0.21.1-1resolute.20260714.181629 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 51 Depends: ros-rolling-ament-clang-tidy, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_clang_tidy/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-clang-tidy/ros-rolling-ament-cmake-clang-tidy_0.21.1-1resolute.20260714.181629_amd64.deb Size: 7546 SHA256: 55b12ed8d7212cae02a80cf8dda5b7f8f096a8eb7559e616450f566323775dfd SHA1: 7943a273e4099707e5b95d79fd10ae6299cf5418 MD5sum: 50a19a5c68c986cf0e6433a0c4d71ace Description: The CMake API for ament_clang_tidy to lint C / C++ code using clang tidy. Package: ros-rolling-ament-cmake-copyright Version: 0.21.1-1resolute.20260714.182046 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-copyright, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_copyright/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-copyright/ros-rolling-ament-cmake-copyright_0.21.1-1resolute.20260714.182046_amd64.deb Size: 7260 SHA256: 706b2fdd37e10a084224b4810c04a1b89b6bf0fa3ab93c47e37737c6e0b87c22 SHA1: ff1123dcfbd6e441309ef2549ebf41a2ad7615dc MD5sum: 61c3cad4959161b2b0a9c70b30124853 Description: The CMake API for ament_copyright to check every source file contains copyright reference. Package: ros-rolling-ament-cmake-core Version: 2.9.1-1resolute.20260714.152200 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 186 Depends: cmake, python3-catkin-pkg-modules, ros-rolling-ament-package Homepage: https://index.ros.org/p/ament_cmake_core/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-core/ros-rolling-ament-cmake-core_2.9.1-1resolute.20260714.152200_amd64.deb Size: 25322 SHA256: 22c27d6abdd0b7a7cd5e55f63986ab07db0e161c7807088e6a6e7e180bdc8f7f SHA1: 230b620baa2434dab70f750aa6d9551d87e739e8 MD5sum: 08de8362fe1c537a6731c3353e061c77 Description: The core of the ament buildsystem in CMake. Several subcomponents provide specific funtionalities: * environment: provide prefix-level setup files * environment_hooks: provide package-level setup files and environment hooks * index: store information in an index and retrieve them without crawling * package_templates: templates from the ament_package Python package * symlink_install: use symlinks for CMake install commands Package: ros-rolling-ament-cmake-cppcheck Version: 0.21.1-1resolute.20260714.181646 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 53 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-test, ros-rolling-ament-cppcheck, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_cppcheck/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-cppcheck/ros-rolling-ament-cmake-cppcheck_0.21.1-1resolute.20260714.181646_amd64.deb Size: 8266 SHA256: 59302f5e0e66211910d45f5124d74048c8d72c68bd282a8499d67e3520020899 SHA1: 88e93915edef3d8c579e0b07e89a3a37ebe98ad2 MD5sum: 282b843df2362d992ccb08a4bdd08f68 Description: The CMake API for ament_cppcheck to perform static code analysis on C/C++ code using Cppcheck. Package: ros-rolling-ament-cmake-cpplint Version: 0.21.1-1resolute.20260714.181728 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 52 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-cpplint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_cpplint/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-cpplint/ros-rolling-ament-cmake-cpplint_0.21.1-1resolute.20260714.181728_amd64.deb Size: 7894 SHA256: 54b48fd07aaedcaa4ec2b1eb76da0ab7a2edd6c556269489999843f9ed8bb3de SHA1: 271744da020ae71a2f22c1095bab100f458a1fc7 MD5sum: 8222d5bc4aa373b42bfae2f2bc44ae82 Description: The CMake API for ament_cpplint to lint C / C++ code using cpplint. Package: ros-rolling-ament-cmake-export-definitions Version: 2.9.1-1resolute.20260714.173933 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_definitions/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-definitions/ros-rolling-ament-cmake-export-definitions_2.9.1-1resolute.20260714.173933_amd64.deb Size: 7176 SHA256: 2bb043924ccdd2af155ca14efda3acd8c36bda334aee69d7795bb29c45775146 SHA1: 9a75cbb4bf2caaacc2f9441ff1f9a22b36d824c7 MD5sum: 88fa31b999f3c2dba2ad2cd1c02adec9 Description: The ability to export definitions to downstream packages in the ament buildsystem. Package: ros-rolling-ament-cmake-export-dependencies Version: 2.9.1-1resolute.20260714.174417 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 53 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-libraries, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_dependencies/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-dependencies/ros-rolling-ament-cmake-export-dependencies_2.9.1-1resolute.20260714.174417_amd64.deb Size: 8018 SHA256: b845a2d606dd24bd47b9d51c023bd02ef39a7ab6bcacc26da51f5b4a670e5d2d SHA1: 018033629d9a9e2f853be83fc681966f8ac03211 MD5sum: 006a846dd5860d136a88f897b2309852 Description: The ability to export dependencies to downstream packages in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-export-include-directories Version: 2.9.1-1resolute.20260714.174004 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 51 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_include_directories/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-include-directories/ros-rolling-ament-cmake-export-include-directories_2.9.1-1resolute.20260714.174004_amd64.deb Size: 7508 SHA256: a76721512915207f9d16d1ffed4125f84fa19327c21e3207a8d6d324c484d3dd SHA1: c63791853da67981c093598a750526bbd9da49cc MD5sum: fcef5a00fe0af9e6cade88a5aaa631d2 Description: The ability to export include directories to downstream packages in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-export-libraries Version: 2.9.1-1resolute.20260714.174014 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 62 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_libraries/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-libraries/ros-rolling-ament-cmake-export-libraries_2.9.1-1resolute.20260714.174014_amd64.deb Size: 9080 SHA256: 94eea832e5c8b3a91d765bf44a449c4d826cf945ca540396fe7da3e6b8c71162 SHA1: 84dbde209b73eaac86a8cf8b4b0e7e8e9367d4e1 MD5sum: 9f8c2cf7c196faf3ad40e9a9b327aafc Description: The ability to export libraries to downstream packages in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-export-link-flags Version: 2.9.1-1resolute.20260714.174012 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_link_flags/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-link-flags/ros-rolling-ament-cmake-export-link-flags_2.9.1-1resolute.20260714.174012_amd64.deb Size: 7098 SHA256: 89c8791371068a49cc2456de274d7c82919996fbb920431167401b0e804384bb SHA1: 86af0c20d8da37f2042a742d3d75c69395a41ea7 MD5sum: cc250a4f83089be4fec750d10e1c2b74 Description: The ability to export link flags to downstream packages in the ament buildsystem. Package: ros-rolling-ament-cmake-export-targets Version: 2.9.1-1resolute.20260714.174248 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 52 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-export-libraries, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_export_targets/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-export-targets/ros-rolling-ament-cmake-export-targets_2.9.1-1resolute.20260714.174248_amd64.deb Size: 7906 SHA256: 342a20ebeac57f2345b9ff14ca35fa8b15ab08ec89dbf0d364c1ab84e1cf7689 SHA1: 223ebe80f57382fd1391c0b6096a8355ccadfd38 MD5sum: bcdf52e62972ad6e760e208c4edc6776 Description: The ability to export targets to downstream packages in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-flake8 Version: 0.21.1-1resolute.20260714.181743 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-flake8, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_flake8/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-flake8/ros-rolling-ament-cmake-flake8_0.21.1-1resolute.20260714.181743_amd64.deb Size: 7572 SHA256: 57d235af8e18a18cf506d1e2f95d116eca52da9d41b7040cc18bcb2b5cb6e03b SHA1: 69cc770d5dff375da8c360aaaa6f8c8ce1df76a3 MD5sum: 3a9e0801b110d981e62c907b84d015cb Description: The CMake API for ament_flake8 to check code syntax and style conventions with flake8. Package: ros-rolling-ament-cmake-gen-version-h Version: 2.9.1-1resolute.20260714.174014 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 55 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_gen_version_h/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-gen-version-h/ros-rolling-ament-cmake-gen-version-h_2.9.1-1resolute.20260714.174014_amd64.deb Size: 8732 SHA256: 9133ef7f7f1c3779fb732d91621de856a467206a010597c074cae0ae89ddfd91 SHA1: f13cf6454f1727cdfa49fdada2d91b6162544216 MD5sum: 4fbb5e862419b4470c6355bd933617ed Description: Generate a C header containing the version number of the package Package: ros-rolling-ament-cmake-gmock Version: 2.9.1-1resolute.20260714.183057 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 59 Depends: libgmock-dev, ros-rolling-ament-cmake-gtest, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_gmock/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-gmock/ros-rolling-ament-cmake-gmock_2.9.1-1resolute.20260714.183057_amd64.deb Size: 8556 SHA256: 5d9127dd9292bced37d5edb2f93bfbdf4eff804e6ce27430894a90ef14206376 SHA1: 0f1840a1e66c63c90dc8a659105d2b7b05f81864 MD5sum: e74e19eb291c4d809af87bc4b3640c45 Description: The ability to add Google mock-based tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-google-benchmark Version: 2.9.1-1resolute.20260714.181732 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 84 Depends: ros-rolling-ament-cmake-test, ros-rolling-google-benchmark-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_google_benchmark/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-google-benchmark/ros-rolling-ament-cmake-google-benchmark_2.9.1-1resolute.20260714.181732_amd64.deb Size: 12074 SHA256: 61559d459a7f15452d402fe9da7553275b20f53a4b2521cdda55c2d198f69ca6 SHA1: 43cfd1e3b20be9f5daf8433f020832c8d5b8d5fa MD5sum: a63ef3423605b19a32214d4042d51d3c Description: The ability to add Google Benchmark tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-gtest Version: 2.9.1-1resolute.20260714.181807 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 59 Depends: libgtest-dev, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_gtest/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-gtest/ros-rolling-ament-cmake-gtest_2.9.1-1resolute.20260714.181807_amd64.deb Size: 8558 SHA256: 6e647c4b41748981373a0589cc12888a809ccb6df4dacfbc9fd3cfb8e18f55c3 SHA1: 5015d9556d19e8e7028f8ec0d2326dd10ab97b92 MD5sum: 2eed0c67c54e26d5aec0bc38a3bc37bf Description: The ability to add gtest-based tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-include-directories Version: 2.9.1-1resolute.20260714.174020 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 48 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_include_directories/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-include-directories/ros-rolling-ament-cmake-include-directories_2.9.1-1resolute.20260714.174020_amd64.deb Size: 7062 SHA256: 0ef4c7c4408deb81243e89e3bc98ece9fd20bdb2de76492e9c59ba261f0511d5 SHA1: 4d871dd74fac7f477334de8fbffdd12a7587604d MD5sum: 8fbfa3ab14e29b98501cb9c028585471 Description: The functionality to order include directories according to a chain of prefixes in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-libraries Version: 2.9.1-1resolute.20260714.174033 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 47 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_libraries/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-libraries/ros-rolling-ament-cmake-libraries_2.9.1-1resolute.20260714.174033_amd64.deb Size: 6896 SHA256: 667c680f1dca7f83ede96c82d70d9c1746f5fe2c798e3519c5a0f20d2fd160ea SHA1: 94f0b53a774ea1927a9baf13e466faa7584b8ff1 MD5sum: fd802074290821a70714f3a196a31466 Description: The functionality to deduplicate libraries in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-lint-cmake Version: 0.21.1-1resolute.20260714.181806 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 49 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-lint-cmake, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_lint_cmake/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-lint-cmake/ros-rolling-ament-cmake-lint-cmake_0.21.1-1resolute.20260714.181806_amd64.deb Size: 7214 SHA256: aca6bea32ae85e29ed3a3c27e42c2e4cfd3fde4c4bf9a45cb60576b3f513e95c SHA1: 35e0ac08d257877e798f1b88ac53840a74501a03 MD5sum: a9d92058e603b7c054e9a72c6275d353 Description: The CMake API for ament_lint_cmake to lint CMake code using cmakelint. Package: ros-rolling-ament-cmake-mypy Version: 0.21.1-1resolute.20260714.181835 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-mypy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_mypy/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-mypy/ros-rolling-ament-cmake-mypy_0.21.1-1resolute.20260714.181835_amd64.deb Size: 7432 SHA256: 3b7c4d782c41ddf40f212106f3e1e870e1096ce1d76abc750b437dc5984b1208 SHA1: 489af9b6d85df7d472f71ac645980a479da6e46e MD5sum: 309c3e639646c8e7e8cb317ad4ac068a Description: The CMake API for ament_mypy to perform static type analysis on python code with mypy. Package: ros-rolling-ament-cmake-pclint Version: 0.21.1-1resolute.20260714.181909 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 51 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-pclint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pclint/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pclint/ros-rolling-ament-cmake-pclint_0.21.1-1resolute.20260714.181909_amd64.deb Size: 7718 SHA256: 79453e411dbd89fda79ba126a200ee0b577b8a7abde9febe6db5c2d890092b84 SHA1: c930d807423941f8d70052cb83b6f3ee61d0210b MD5sum: aca29f3e22f4908dec817aa003ad2473 Description: The CMake API for ament_pclint to perform static code analysis on C/C++ code using PC-lint. Package: ros-rolling-ament-cmake-pep257 Version: 0.21.1-1resolute.20260714.181920 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 49 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-pep257, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pep257/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pep257/ros-rolling-ament-cmake-pep257_0.21.1-1resolute.20260714.181920_amd64.deb Size: 7200 SHA256: 7dd187e08fd4e2583fcf977b04083577b634f82097f7a1ffab195928d0d5a529 SHA1: 9e49c73ec25e24cc3846725106951c630940a100 MD5sum: 2bf301b75c3a6147a932989c23d520b1 Description: The CMake API for ament_pep257 to check code against the docstring style conventions in PEP 257. Package: ros-rolling-ament-cmake-pycodestyle Version: 0.21.1-1resolute.20260714.181924 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-pycodestyle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pycodestyle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pycodestyle/ros-rolling-ament-cmake-pycodestyle_0.21.1-1resolute.20260714.181924_amd64.deb Size: 7300 SHA256: dfe5d1a8e5e94d2c9509f53f451d9570ae57c146113e9cd8c2c184c0e33c504a SHA1: 89a6f7e49b63d17d4003c18eff08eedd6ca250ea MD5sum: 93919c1cfd5adbe8066b6c441a6e28a9 Description: The CMake API for ament_pycodestyle to check code against the style conventions in PEP 8. Package: ros-rolling-ament-cmake-pyflakes Version: 0.21.1-1resolute.20260714.181928 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 49 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-pyflakes, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pyflakes/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pyflakes/ros-rolling-ament-cmake-pyflakes_0.21.1-1resolute.20260714.181928_amd64.deb Size: 7158 SHA256: 86a8da12edbc22d9b1708917df3e49ad95e6784c06d2e2f1d2ce027b7093f054 SHA1: 71ab862afddbd23705acf505de18e79ed795111c MD5sum: 9b822a015b4425598197a76cb6bde3fe Description: The CMake API for ament_pyflakes to check code using pyflakes. Package: ros-rolling-ament-cmake-pytest Version: 2.9.1-1resolute.20260714.181932 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 57 Depends: python3-pytest, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_pytest/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-pytest/ros-rolling-ament-cmake-pytest_2.9.1-1resolute.20260714.181932_amd64.deb Size: 8994 SHA256: f4956b75aeb5eb07d124fc643818b1a51d318072717f6c5e6080c0381472ccf7 SHA1: c3bd0af41a63c6ce0447eab5dde0610b15b63e57 MD5sum: 10da7ee4c3bb5db070edf6bc049d827e Description: The ability to run Python tests using pytest in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-python Version: 2.9.1-1resolute.20260714.174056 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 64 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_python/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-python/ros-rolling-ament-cmake-python_2.9.1-1resolute.20260714.174056_amd64.deb Size: 10208 SHA256: 7949deadec1fc36db5e6359d2de929d93d7402c019b6ae11fe04b363c9a958a8 SHA1: 8f7ba9cb123ea0fb9276996d61b25bcd31fe1fec MD5sum: e1e233bbfb2398af67dedd9dbe53566d Description: The ability to use Python in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-ros Version: 0.16.0-1resolute.20260821.155954 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 63 Depends: ros-rolling-ament-cmake, ros-rolling-ament-cmake-gmock, ros-rolling-ament-cmake-gtest, ros-rolling-ament-cmake-pytest, ros-rolling-ament-cmake-ros-core, ros-rolling-rmw-test-fixture-implementation, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_ros/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-ros/ros-rolling-ament-cmake-ros_0.16.0-1resolute.20260821.155954_amd64.deb Size: 8524 SHA256: ba52b11a651c1262ac81d6516d230a56d8f4c4fc22f3f6194688234625068083 SHA1: 623214540d4dd7ce34995710612be453d2fd7445 MD5sum: 3a39d469bdd7e154ddaf6b7babb12755 Description: The ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-ros-core Version: 0.16.0-1resolute.20260714.174707 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 58 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-libraries, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_ros_core/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-ros-core/ros-rolling-ament-cmake-ros-core_0.16.0-1resolute.20260714.174707_amd64.deb Size: 9108 SHA256: 05ff46f5fc0ba5f362e22e4b1acb425dcc5c827d96aabb4319041705bb45090c SHA1: 9fe824777d7e9f9d53b45993893d089a66277f2e MD5sum: 1c815df1e0ec53bd3366b87f90cd84a3 Description: Core ROS specific CMake bits in the ament buildsystem. Package: ros-rolling-ament-cmake-target-dependencies Version: 2.9.1-1resolute.20260714.174421 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 48 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-include-directories, ros-rolling-ament-cmake-libraries, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_target_dependencies/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-target-dependencies/ros-rolling-ament-cmake-target-dependencies_2.9.1-1resolute.20260714.174421_amd64.deb Size: 7378 SHA256: 9228e5bd6ba276356d4430083a4f303bd1c34858ea36614c449d4f207dd04398 SHA1: e266970e5e44b3755bf631408420dfea187e0512 MD5sum: 3eff7f414505d9babc4a91b3d56926be Description: The ability to add definitions, include directories and libraries of a package to a target in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-test Version: 2.9.1-1resolute.20260714.181353 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 80 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_test/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-test/ros-rolling-ament-cmake-test_2.9.1-1resolute.20260714.181353_amd64.deb Size: 12900 SHA256: c932968515afca314d5433da6678e8a322706c050b8c458f36085587ba97ce61 SHA1: 7c6d52ebb54b7c63ef1c86754e4b3519fdefd4aa MD5sum: 434ba4a71fb2bffc80e8992f58d3f377 Description: The ability to add tests in the ament buildsystem in CMake. Package: ros-rolling-ament-cmake-uncrustify Version: 0.21.1-1resolute.20260714.190017 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 52 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-uncrustify, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_uncrustify/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-uncrustify/ros-rolling-ament-cmake-uncrustify_0.21.1-1resolute.20260714.190017_amd64.deb Size: 8060 SHA256: 75b469c47737ddbbd87933757363b70a493ecdb5230f06bfdf827d81093fa315 SHA1: bdab071a8b9d519f735d9dc1c2179c8591901a93 MD5sum: db42b6e6baafade7e9e9ef717831fd30 Description: The CMake API for ament_uncrustify to check code against styleconventions using uncrustify. Package: ros-rolling-ament-cmake-vendor-package Version: 2.9.1-1resolute.20260714.174700 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 74 Depends: git, python3-vcstool, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-export-dependencies, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_vendor_package/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-vendor-package/ros-rolling-ament-cmake-vendor-package_2.9.1-1resolute.20260714.174700_amd64.deb Size: 11424 SHA256: 8deafcb3a5f6a8c9f1f36b751a6436da0d7624db89a7b2862c5ab54858293982 SHA1: c20a4b57f25a7e63154e7a7f29d1dccb8b7da50e MD5sum: 24ea57ffde48e2ec37f0d67a54514de0 Description: Macros for maintaining a 'vendor' package. Package: ros-rolling-ament-cmake-version Version: 2.9.1-1resolute.20260714.174126 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 48 Depends: ros-rolling-ament-cmake-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_version/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-version/ros-rolling-ament-cmake-version_2.9.1-1resolute.20260714.174126_amd64.deb Size: 6906 SHA256: 073e984dc2979c8643a057e129169f09d21af4db08d85b067bee888715455040 SHA1: ffce0b8436d59f608c81bce5e1399adce1c25cff MD5sum: 036a2691f5e80d71ed590068fde766e0 Description: The ability to override the exported package version in the ament buildsystem. Package: ros-rolling-ament-cmake-xmllint Version: 0.21.1-1resolute.20260714.181936 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-xmllint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cmake_xmllint/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cmake-xmllint/ros-rolling-ament-cmake-xmllint_0.21.1-1resolute.20260714.181936_amd64.deb Size: 7272 SHA256: a1c8bde2c8526ab2deff15b6e6bceb382d2ff6e8b962a46d123e7176169e33d6 SHA1: 520bf7eb430abe75a62882a127491cb49492eef3 MD5sum: 78da113c0f5893bbe66ce5a692401002 Description: The CMake API for ament_xmllint to check XML file using xmmlint. Package: ros-rolling-ament-copyright Version: 0.21.1-1resolute.20260714.181354 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 207 Depends: ros-rolling-ament-lint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_copyright/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-copyright/ros-rolling-ament-copyright_0.21.1-1resolute.20260714.181354_amd64.deb Size: 50020 SHA256: 0f98901f1f631939802579791983d307d113c89c5f4966a3fa61de7db366eddd SHA1: 8aa013972f6caeb6f6145d637512ba984f61d728 MD5sum: 89de41d942801217ed36db7ab5a7cd8f Description: The ability to check source files for copyright and license information. Package: ros-rolling-ament-cppcheck Version: 0.21.1-1resolute.20260714.174146 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 62 Depends: cppcheck, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cppcheck/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cppcheck/ros-rolling-ament-cppcheck_0.21.1-1resolute.20260714.174146_amd64.deb Size: 15198 SHA256: 075585286af5076f77fffe89cf0bc0c7385e619696b9d47fa5bdfaa8edd717c2 SHA1: 3750f13786d645cc18e97ec9e7f54588a8f50906 MD5sum: d7e005f977d1b076ab301f92f46e91f9 Description: The ability to perform static code analysis on C/C++ code using Cppcheck and generate xUnit test result files. Package: ros-rolling-ament-cpplint Version: 0.21.1-1resolute.20260714.174156 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 556 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_cpplint/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-cpplint/ros-rolling-ament-cpplint_0.21.1-1resolute.20260714.174156_amd64.deb Size: 150944 SHA256: 09c25f4ea7d28572c485e2746be0df5a7bea974bd8ab55d73b5f9bc127ad414b SHA1: 6dc05cbb290b59205e4d96cd36ed458d39ef7412 MD5sum: 7812bf278186fca433d3735c4608c3f1 Description: The ability to check code against the Google style conventions using cpplint and generate xUnit test result files. Package: ros-rolling-ament-download Version: 0.0.5-6resolute.20260714.190137 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 56 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_download/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-download/ros-rolling-ament-download_0.0.5-6resolute.20260714.190137_amd64.deb Size: 9046 SHA256: 4b2c10102c73b26b5f0d10a9dd757fe5ebc148caa452420bc6f157c4ac9cebca SHA1: 243071f76ddd333059713fad3f6330b2f338aa7a MD5sum: b652faa471f35a8f8653cdf4a5a560df Description: CMake macros for downloading files with ament Package: ros-rolling-ament-flake8 Version: 0.21.1-1resolute.20260714.174445 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 68 Depends: python3-flake8, python3-flake8-blind-except, python3-flake8-builtins, python3-flake8-class-newline, python3-flake8-comprehensions, python3-flake8-deprecated, python3-flake8-import-order, python3-flake8-quotes, ros-rolling-ament-lint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_flake8/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-flake8/ros-rolling-ament-flake8_0.21.1-1resolute.20260714.174445_amd64.deb Size: 16608 SHA256: 6a7550cdd1501d14880106ba7b64168b2726b25818896149a8fda0b143e89cfb SHA1: 088f7186570dcee4eeef31d10481751f4a0046d3 MD5sum: c7ee2810b79b22043081392f4f995de4 Description: The ability to check code for style and syntax conventions with flake8. Package: ros-rolling-ament-index-cpp Version: 1.14.2-1resolute.20260717.153205 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 131 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 9), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_index_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-cpp/ros-rolling-ament-index-cpp_1.14.2-1resolute.20260717.153205_amd64.deb Size: 30250 SHA256: 4e5cfd5c8d75c3ee7fcb867cb25b21217f8440ad386d4302e278529701e56cc2 SHA1: e0de1d92b6e63617fb8541c22bfdd09e486755c1 MD5sum: 25dcff4675dc4193209fdaabd187a685 Description: C++ API to access the ament resource index. Package: ros-rolling-ament-index-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-ament-index-cpp Version: 1.14.2-1resolute.20260717.153205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 486 Depends: ros-rolling-ament-index-cpp (= 1.14.2-1resolute.20260717.153205) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-cpp/ros-rolling-ament-index-cpp-dbgsym_1.14.2-1resolute.20260717.153205_amd64.deb Size: 461972 SHA256: 3746ce6ef453392de7244a4a3096fea15a9387c016570a6a7c63a499423ca3ef SHA1: b5e5338dde5903f0712ad68eb4eb7d9ab69223ca MD5sum: 766e8041ee8e14240ddd86167d6cf6d7 Description: debug symbols for ros-rolling-ament-index-cpp Build-Ids: a886cb8bf27c7964355df13216e313c6595ce9bd Package: ros-rolling-ament-index-python Version: 1.14.2-1resolute.20260717.153224 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 77 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_index_python/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-index-python/ros-rolling-ament-index-python_1.14.2-1resolute.20260717.153224_amd64.deb Size: 14818 SHA256: 8a36a46e65c72ee18385e2560dab1de8e5d2302e37a8356c55097e1fdddd233f SHA1: fc93dd3c1364c55b4fb4d86fd7e27928560f171e MD5sum: 2c18f1e5bb0447dec705d1f813404f0e Description: Python API to access the ament resource index. Package: ros-rolling-ament-lint Version: 0.21.1-1resolute.20260714.174215 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 32 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_lint/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-lint/ros-rolling-ament-lint_0.21.1-1resolute.20260714.174215_amd64.deb Size: 4318 SHA256: da7cf463b64f259b71ae5d790cf5b43d83e34564ef9a3effe88de7dad0e868e4 SHA1: ce0d594bfd3d4eac5ecadc5c62b87bb9bbd82480 MD5sum: 6da1ca52e0d41960f0c5cb2e360fe174 Description: Providing common API for ament linter packages. Package: ros-rolling-ament-lint-auto Version: 0.21.1-1resolute.20260714.182025 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-rolling-ament-cmake-core (>= 0.7.1), ros-rolling-ament-cmake-test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_lint_auto/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-lint-auto/ros-rolling-ament-lint-auto_0.21.1-1resolute.20260714.182025_amd64.deb Size: 7084 SHA256: d578fd782f3689e0960974fbcc7760d1932adda0c8e70187359df1ec714c1164 SHA1: 952922ab23bed9fbb851ec949eaf08f48fc3d83e MD5sum: ea43b0ee3aff5a30839d8a424c95c3c6 Description: The auto-magic functions for ease to use of the ament linters in CMake. Package: ros-rolling-ament-lint-cmake Version: 0.21.1-1resolute.20260714.174221 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 94 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_lint_cmake/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-lint-cmake/ros-rolling-ament-lint-cmake_0.21.1-1resolute.20260714.174221_amd64.deb Size: 24846 SHA256: 6943ebd747f7efe4a3adb3b0baccbdf6c1c3e1f626ba427edb60955898800918 SHA1: fbfdde1c4ab79f7231dc2310a60cf2c234b95bee MD5sum: 548582979dcf29ebbbc8c5e4198040ae Description: The ability to lint CMake code using cmakelint and generate xUnit test result files. Package: ros-rolling-ament-lint-common Version: 0.21.1-1resolute.20260714.190216 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: ros-rolling-ament-cmake-copyright, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-cppcheck, ros-rolling-ament-cmake-cpplint, ros-rolling-ament-cmake-flake8, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-pep257, ros-rolling-ament-cmake-uncrustify, ros-rolling-ament-cmake-xmllint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_lint_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-lint-common/ros-rolling-ament-lint-common_0.21.1-1resolute.20260714.190216_amd64.deb Size: 7132 SHA256: 4ee2115084248875b997cfd2db707b47375c9a1243ced9ef4044a2fd58db6410 SHA1: 48c504cd5db23c57637b649bb61c67ac0ae0d52c MD5sum: 94922e2186d0d14ec46d59f7c6ea424a Description: The list of commonly used linters in the ament build system in CMake. Package: ros-rolling-ament-mypy Version: 0.21.1-1resolute.20260714.174235 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 60 Depends: python3-mypy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_mypy/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-mypy/ros-rolling-ament-mypy_0.21.1-1resolute.20260714.174235_amd64.deb Size: 13528 SHA256: 1ed804dd1b82371a5abdb3fd3f7e9c0863c425684b759657438506a129ae2119 SHA1: a145f6351f2d65a332fa0ebe165e3d690ef409bb MD5sum: 4bdc864675f3adea0af95b96865ac8fe Description: Support for mypy static type checking in ament. Package: ros-rolling-ament-nodl Version: 0.1.0-7resolute.20260714.190212 Architecture: amd64 Maintainer: Ubuntu Robotics Installed-Size: 50 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_nodl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-nodl/ros-rolling-ament-nodl_0.1.0-7resolute.20260714.190212_amd64.deb Size: 6918 SHA256: 52b471b3b52af095e4ef16c5e187c420a57574eb0d0b96da0ae80912ba53ecdd SHA1: 9d88dd3187bd3d3e016a2c4acd77fdf5f7526248 MD5sum: 1e550406e81f2f9f3b96c22b8b9a45fb Description: Ament extension for exporting NoDL .xml files Package: ros-rolling-ament-package Version: 0.19.1-1resolute.20260714.151915 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 148 Depends: python3-setuptools Homepage: https://index.ros.org/p/ament_package/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-package/ros-rolling-ament-package_0.19.1-1resolute.20260714.151915_amd64.deb Size: 28138 SHA256: 94dd6b96f6a40da69dd9ef0a0c585d5b2e726eea96fcb34350b2a4dc59cf403d SHA1: 60669e2377f12bda181e4a683e3c66a4023ec81a MD5sum: 6658197eca2864fd0fd75f99ab4afec6 Description: The parser for the manifest files in the ament buildsystem. Package: ros-rolling-ament-pclint Version: 0.21.1-1resolute.20260714.174308 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 306 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_pclint/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-pclint/ros-rolling-ament-pclint_0.21.1-1resolute.20260714.174308_amd64.deb Size: 43138 SHA256: 923a83d9b93dc2560e0c9249524f7d86165618dde38935e1498d863d577158c0 SHA1: 45e9c6442ae656e408bbe1618f66bb73a956f216 MD5sum: 800fc793702727dd41133cd278a9fd74 Description: The ability to perform static code analysis on C/C++ code using PC-lint and generate xUnit test result files. Package: ros-rolling-ament-pep257 Version: 0.21.1-1resolute.20260714.174524 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 59 Depends: pydocstyle, ros-rolling-ament-lint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_pep257/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-pep257/ros-rolling-ament-pep257_0.21.1-1resolute.20260714.174524_amd64.deb Size: 14036 SHA256: 59affa1192a85a573a3262ea9b2414508baf51df33b90e03f0b2aef651dda15b SHA1: 8973b280f5963a5eb9a695053bdd93b50d4fd2d4 MD5sum: 9d1e782c16e36509f140e5e92d3c4aea Description: The ability to check code against the docstring style conventions in PEP 257 and generate xUnit test result files. Package: ros-rolling-ament-pycodestyle Version: 0.21.1-1resolute.20260714.174303 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 50 Depends: python3-pycodestyle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_pycodestyle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-pycodestyle/ros-rolling-ament-pycodestyle_0.21.1-1resolute.20260714.174303_amd64.deb Size: 10896 SHA256: 11169b833612e01a5f625b0cbd0eb5927d7e6376cb4ad8a7ff39f65150802a30 SHA1: 0195884827882026a35eced325d8e7a2c5427d62 MD5sum: c11cf1521ee3dd223a794174668c7962 Description: The ability to check code against the style conventions in PEP 8 and generate xUnit test result files. Package: ros-rolling-ament-pyflakes Version: 0.21.1-1resolute.20260714.174325 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 52 Depends: pyflakes3, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_pyflakes/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-pyflakes/ros-rolling-ament-pyflakes_0.21.1-1resolute.20260714.174325_amd64.deb Size: 11978 SHA256: de800c560af44ff54579b117b8821555cde400c8d65e644f145286e0119ac958 SHA1: 91609f4f16ad59c868f0a011ac3b725c8683e50d MD5sum: 3bc982d1c8f9ac7c4bc465c4e55fa38f Description: The ability to check code using pyflakes and generate xUnit test result files. Package: ros-rolling-ament-uncrustify Version: 0.21.1-1resolute.20260714.185840 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 322 Depends: ros-rolling-uncrustify-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_uncrustify/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-uncrustify/ros-rolling-ament-uncrustify_0.21.1-1resolute.20260714.185840_amd64.deb Size: 50430 SHA256: 81df0876efb008e5eff7087024882a88d7b9887188c65fe2efdf797d0da1bcb5 SHA1: 853df1965fb29efa37b5d4322d4af061ef8b59e3 MD5sum: 4cf503c20e08020f9f46ce86cc48b173 Description: The ability to check code against style conventions using uncrustify and generate xUnit test result files. Package: ros-rolling-ament-vitis Version: 0.10.1-5resolute.20260821.160327 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 90 Depends: ros-rolling-ament-acceleration, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_vitis/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-vitis/ros-rolling-ament-vitis_0.10.1-5resolute.20260821.160327_amd64.deb Size: 15004 SHA256: a8fc25fae4a1cbfe70a3c29ba0c9e5380c7aa1eb2d8ce3d5949fc31dbb76fccd SHA1: f15eeb55bb2fe2b2c6cdd77da70fc9ca867031ce MD5sum: d03e25d325e9d3da01dffbbc5315a629 Description: CMake macros and utilities to include Vitis platform into the ROS 2 build system (ament) and its development flows. Package: ros-rolling-ament-xmllint Version: 0.21.1-1resolute.20260714.174552 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 61 Depends: libxml2-utils, ros-rolling-ament-lint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ament_xmllint/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ament-xmllint/ros-rolling-ament-xmllint_0.21.1-1resolute.20260714.174552_amd64.deb Size: 14850 SHA256: 32e111351e154d324b1fff3fa8d31e7e00607c8e508523894bc4101274b26cb3 SHA1: 5e81b19caa958d39bf441873b2cba0fcec4d7eb3 MD5sum: 1ce236745c115de1aa92428b23368082 Description: The ability to check XML files like the package manifest using xmllint and generate xUnit test result files. Package: ros-rolling-angles Version: 1.16.1-2resolute.20260714.190239 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 93 Depends: ros-rolling-ament-cmake, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/angles Priority: optional Section: misc Filename: pool/main/r/ros-rolling-angles/ros-rolling-angles_1.16.1-2resolute.20260714.190239_amd64.deb Size: 13952 SHA256: 2f8a86e23181127830ac9b70a4ce3d2738cfa0feb9f926a0eacb9e45a944491e SHA1: bb7f3ba1406b88c5476e3a46d1ba79948e3545c7 MD5sum: 1909c3b5d37aa37fbf31931d94228a03 Description: This package provides a set of simple math utilities to work with angles. 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: ros-rolling-apriltag Version: 3.4.5-2resolute.20260714.174344 Architecture: amd64 Maintainer: Max Krogius Installed-Size: 1811 Depends: libc6 (>= 2.43), ros-rolling-ros-workspace Homepage: https://april.eecs.umich.edu/software/apriltag.html Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag/ros-rolling-apriltag_3.4.5-2resolute.20260714.174344_amd64.deb Size: 1152650 SHA256: 28557711b58cf68c634d528063175c3738542e3d8c0248f11cd3e1d941e7a475 SHA1: d07dbfe4b93eb986ea944fd0ea58387b726163be MD5sum: f185013f6d6f5bfe3247c39005bc0b88 Description: AprilTag detector library Package: ros-rolling-apriltag-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag Version: 3.4.5-2resolute.20260714.174344 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Max Krogius Installed-Size: 475 Depends: ros-rolling-apriltag (= 3.4.5-2resolute.20260714.174344) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag/ros-rolling-apriltag-dbgsym_3.4.5-2resolute.20260714.174344_amd64.deb Size: 339014 SHA256: cca3e41240754995ec715535b3af2e29f16b3dd3f601129f329ad76c6460647b SHA1: 7ef2e8bb1384d73c8bed81f8e9f0781fe1da6737 MD5sum: 5a86c5bc7550256f91343a69bd336864 Description: debug symbols for ros-rolling-apriltag Build-Ids: 28e50558d3c2a274d33022e603b5301846bc87e6 852eb50ed9e750b1f60b1d532b35f397bfc7e8f1 da9b46380f8f4c2ff22cba17ca209f589e2f7530 Package: ros-rolling-apriltag-detector Version: 3.0.4-2resolute.20260821.170910 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 448 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-apriltag-msgs, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/apriltag_detector/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector/ros-rolling-apriltag-detector_3.0.4-2resolute.20260821.170910_amd64.deb Size: 129332 SHA256: 99a38b5872c0cf7c1da826fde37cf2087e218829c220533f6ccb05d200ee9e93 SHA1: 2f75219089eaf39b80a3183f93293d6d675e1cd2 MD5sum: a94253f8e0fb63abfbeba7826e70c16c Description: ROS2 package for apriltag detection Package: ros-rolling-apriltag-detector-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-detector Version: 3.0.4-2resolute.20260821.170910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2147 Depends: ros-rolling-apriltag-detector (= 3.0.4-2resolute.20260821.170910) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector/ros-rolling-apriltag-detector-dbgsym_3.0.4-2resolute.20260821.170910_amd64.deb Size: 1973248 SHA256: 6723f5371b814117553e8cdce6f0ecaa1c3bb7b820a18a896c6d04303bfb849e SHA1: 0622e1ffc54fcd5033be9f890b4b3e971d3be38b MD5sum: 9dc3f511303115bc4261306ca8a7a74f Description: debug symbols for ros-rolling-apriltag-detector Build-Ids: 1fc51070a286f00d4ad02674519fb9d454356f10 cf9d71c1e7fd8fd119d562fcf250cec45b11acc1 Package: ros-rolling-apriltag-detector-mit Version: 3.0.4-2resolute.20260821.172132 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 123 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-apriltag-detector, ros-rolling-apriltag-mit, ros-rolling-apriltag-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/apriltag_detector_mit/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-mit/ros-rolling-apriltag-detector-mit_3.0.4-2resolute.20260821.172132_amd64.deb Size: 30310 SHA256: 7b9f411121e133a057fdbe698b2a69246373d314a29ad33bd7caf1b89918e9c6 SHA1: e6cea09517adeae51366a9865e32d29e89b81963 MD5sum: d953ffaa3b783b13c168c15d9e33e6a5 Description: ROS package for apriltag detection with MIT detector Package: ros-rolling-apriltag-detector-mit-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-detector-mit Version: 3.0.4-2resolute.20260821.172132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 512 Depends: ros-rolling-apriltag-detector-mit (= 3.0.4-2resolute.20260821.172132) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-mit/ros-rolling-apriltag-detector-mit-dbgsym_3.0.4-2resolute.20260821.172132_amd64.deb Size: 477134 SHA256: fdd5da459afb8fcae4ac1b2aac49f72bdeef97cd64d1068c2b728128b43192f7 SHA1: 1917ce5b27ee8f1360b98765ff21c2f0cf80331c MD5sum: a3f004403e02a67cd6add7e3b42aa140 Description: debug symbols for ros-rolling-apriltag-detector-mit Build-Ids: 4ddd22a110ad98f03bf76bb9db6eb58e08ba32e4 Package: ros-rolling-apriltag-detector-umich Version: 3.0.4-2resolute.20260821.172135 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 120 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-apriltag, libopencv-dev, ros-rolling-apriltag-detector, ros-rolling-apriltag-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/apriltag_detector_umich/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-umich/ros-rolling-apriltag-detector-umich_3.0.4-2resolute.20260821.172135_amd64.deb Size: 25040 SHA256: 03e902b57d068abf3936cde3ee8a09bde5b85ddc81a7381a60bc253c89aaf24e SHA1: b7f0d04266737a3e77a4180d93f130c560bd3bd6 MD5sum: eed9c03aba77b2062203e7d993752afe Description: ROS package for apriltag detection with the UMich detector Package: ros-rolling-apriltag-detector-umich-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-detector-umich Version: 3.0.4-2resolute.20260821.172135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 499 Depends: ros-rolling-apriltag-detector-umich (= 3.0.4-2resolute.20260821.172135) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-detector-umich/ros-rolling-apriltag-detector-umich-dbgsym_3.0.4-2resolute.20260821.172135_amd64.deb Size: 471594 SHA256: 740acbacc29c4c841495ae8e97f3d64ed0aa004d0d9aa82239e47a93b4a0eacb SHA1: 88e7aad4b9bf04457fb32901ee5cda426f01a0ba MD5sum: d13b90e90a36ecb301cca6e3e483fe57 Description: debug symbols for ros-rolling-apriltag-detector-umich Build-Ids: 56f5e19a6860e3d976541a94296f9488c705941e Package: ros-rolling-apriltag-draw Version: 3.0.4-2resolute.20260821.170906 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 672 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-apriltag-msgs, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/apriltag_draw/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-draw/ros-rolling-apriltag-draw_3.0.4-2resolute.20260821.170906_amd64.deb Size: 156156 SHA256: 1e5b06f3bb0371c656bd43086b628951123517ecfdedd59adaa4156fdfe087d2 SHA1: 3252cbda1cd19503750b89ed11d18e42bbd7b9d2 MD5sum: 692078d753a6a6b2a1382cb4541e217b Description: ROS package for drawing apriltags on image Package: ros-rolling-apriltag-draw-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-draw Version: 3.0.4-2resolute.20260821.170906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3289 Depends: ros-rolling-apriltag-draw (= 3.0.4-2resolute.20260821.170906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-draw/ros-rolling-apriltag-draw-dbgsym_3.0.4-2resolute.20260821.170906_amd64.deb Size: 2840874 SHA256: 4d87ff7da41cb7c3d00add39adf0dec836c1c761849844460f94fef794344633 SHA1: 4faca1c2d22316059a3e0fa2bb5ba6af427eb481 MD5sum: 8d1d34a207ea66a8cbfdf07e376b02e7 Description: debug symbols for ros-rolling-apriltag-draw Build-Ids: 60e8b07953c38b92e0584fb8b163ed2e9519aa6d a79d462dec3d6b59b980967075f319c3e7a674cb Package: ros-rolling-apriltag-mit Version: 1.0.3-2resolute.20260714.174352 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 247 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), clang-tidy, libboost-dev, libeigen3-dev, libopencv-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/apriltag_mit/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-mit/ros-rolling-apriltag-mit_1.0.3-2resolute.20260714.174352_amd64.deb Size: 75834 SHA256: e30c2653daf6667c059d8e3a9c917dc43b7ee48edca84e84a9676936bbf979e5 SHA1: d74320ded368855044b7f6de5c06bb0168fd85b5 MD5sum: 517514d9229f377beb07ce443b7806f6 Description: ROS2 package wrapper for the MIT apriltag detector Package: ros-rolling-apriltag-mit-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-mit Version: 1.0.3-2resolute.20260714.174352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 844 Depends: ros-rolling-apriltag-mit (= 1.0.3-2resolute.20260714.174352) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-mit/ros-rolling-apriltag-mit-dbgsym_1.0.3-2resolute.20260714.174352_amd64.deb Size: 819970 SHA256: e13aef3dd8c584e1d94c1e9cd535b3fab28e3766255de070bc3cca0298b4e150 SHA1: cf4da765617d912ad163298cb06022dbf915f739 MD5sum: e99a239543209effaab80a8d6cd6f92e Description: debug symbols for ros-rolling-apriltag-mit Build-Ids: dfc1ed9916522efd0c22b8dc4198d20f9d08b86b Package: ros-rolling-apriltag-msgs Version: 2.0.2-1resolute.20260811.202728 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 790 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/apriltag_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-msgs/ros-rolling-apriltag-msgs_2.0.2-1resolute.20260811.202728_amd64.deb Size: 81118 SHA256: 2269d68325c28deb982f332fcccdbbaf2814fc3ec17ff7d8aa253a0c4decbd02 SHA1: 4fa8f671176cfdedaeadc88c2cb1074709ed656a MD5sum: a1edfac01654472eef29b82e6500d81c Description: AprilTag message definitions Package: ros-rolling-apriltag-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-msgs Version: 2.0.2-1resolute.20260811.202728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 661 Depends: ros-rolling-apriltag-msgs (= 2.0.2-1resolute.20260811.202728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-msgs/ros-rolling-apriltag-msgs-dbgsym_2.0.2-1resolute.20260811.202728_amd64.deb Size: 461608 SHA256: ac35088908902eb7807688daeacf18d19226e3c53dcd8f8f109a149ec988953e SHA1: f9a102157c046a7fb9ea5e89b2e2bb5c2ba55f00 MD5sum: 0616a84461a4e27a41142b0410e8b41d Description: debug symbols for ros-rolling-apriltag-msgs Build-Ids: 103d53fa2ebc08c16b17dc5e779510b3671853ad 1971d22470c220cc8dbc377891a2c4f00b375e28 31aa57c882c82c6c5374679997a70362615c1628 3c36058bfb5f2efed4e7ff1871ace66887795c92 4484bb3f9cd01026401746433b7569df683dcd31 4bf6be1f9bdc6e5c84536e20d84772b42864f1a5 7e4ef3ffce54e6b944ab2420a23e437a786eb07c a5e2652fe86bbc59c5c295ef6aa3d99461b6e74c a7a3cf4dd8cdae27fed05e85a5db5bfa223dcee7 beec886c0746970a93ee87cef758a8d8c9908781 de511de1af031b33477a04d20358c695df48fbca Package: ros-rolling-apriltag-ros Version: 3.4.0-1resolute.20260821.182137 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 444 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-apriltag, ros-rolling-apriltag-msgs, ros-rolling-camera-ros, ros-rolling-cv-bridge, ros-rolling-image-proc, ros-rolling-image-transport, ros-rolling-image-transport-plugins, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/apriltag_ros/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-ros/ros-rolling-apriltag-ros_3.4.0-1resolute.20260821.182137_amd64.deb Size: 129834 SHA256: 0322e2aa621ac19a0886ca6461575b6306186f3b159299f4a5945a0c016c237d SHA1: c036e61f6a39a990caa37b7d46a87707b1be72bd MD5sum: 55ec3cb21ff878a62093f16f90d2978c Description: AprilTag detection node Package: ros-rolling-apriltag-ros-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-ros Version: 3.4.0-1resolute.20260821.182137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 2612 Depends: ros-rolling-apriltag-ros (= 3.4.0-1resolute.20260821.182137) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-ros/ros-rolling-apriltag-ros-dbgsym_3.4.0-1resolute.20260821.182137_amd64.deb Size: 2421010 SHA256: 8bdd81c8978f0e468a958b9733e9923c5442b95af5a94ff1638e9033db465a0a SHA1: b0e6dd64e0be0c2b4e6f2f66a91b31105c854bab MD5sum: bbee94640a3f7849661f896ebfc40a89 Description: debug symbols for ros-rolling-apriltag-ros Build-Ids: 2921f75da77df8c597a66c7762e4ad56fa330cdc ffdf5ff2de1440b50397a1dd2c246ced33420bd9 Package: ros-rolling-apriltag-tools Version: 3.0.4-2resolute.20260821.181908 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 109 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-apriltag-detector, ros-rolling-apriltag-draw, ros-rolling-apriltag-msgs, ros-rolling-rclcpp, ros-rolling-rosbag2-transport, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/apriltag_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-tools/ros-rolling-apriltag-tools_3.0.4-2resolute.20260821.181908_amd64.deb Size: 27852 SHA256: 6d6693304e6ebb67565acddc93ba990cec77c1c9cad4ee3edfeb36f37cb01673 SHA1: c15cc1cb23e25799cc35ceac1e8b49b8d36bb259 MD5sum: 92f0836fefc6fefebc657dd03a2abaef Description: misc tools for working with apriltags under ROS2 Package: ros-rolling-apriltag-tools-dbgsym Package-Type: ddeb Source: ros-rolling-apriltag-tools Version: 3.0.4-2resolute.20260821.181908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 536 Depends: ros-rolling-apriltag-tools (= 3.0.4-2resolute.20260821.181908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-apriltag-tools/ros-rolling-apriltag-tools-dbgsym_3.0.4-2resolute.20260821.181908_amd64.deb Size: 499404 SHA256: da09af9005ae05e300958c7f7d177b5dbbe4caa10bff138e56fa6548bc945a58 SHA1: 78a16a39463b8671f3c35d93f14218784a6b4f42 MD5sum: 7f7b3d6df3b85b6ef0f35111a4b1960c Description: debug symbols for ros-rolling-apriltag-tools Build-Ids: 2af1dbb51699fffb95c9a2d3fe8c6c77b87eb855 Package: ros-rolling-ardrone-sdk Version: 2.0.3-2resolute.20260714.190247 Architecture: amd64 Maintainer: victor Installed-Size: 11296 Depends: libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libc6 (>= 2.38), libjson-c5 (>= 0.15), libncurses6 (>= 6), libtinfo6 (>= 6), ffmpeg, libavahi-client-dev, libavcodec-dev, libavformat-dev, libavutil-dev, libjson-c-dev, libncurses-dev, libswscale-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ardrone_sdk/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sdk/ros-rolling-ardrone-sdk_2.0.3-2resolute.20260714.190247_amd64.deb Size: 1273458 SHA256: 72f5c6b9fd8cdf0ccd176d96c8d616fd710f65a8a591283f2cf4d15affd62121 SHA1: d05e84fa713647cc7afab8dd43f6150d253b2b63 MD5sum: bdd49ca4b93e808cdb31f9b1b5e0e681 Description: Exports ARSDK3 as a library Package: ros-rolling-ardrone-sdk-dbgsym Package-Type: ddeb Source: ros-rolling-ardrone-sdk Version: 2.0.3-2resolute.20260714.190247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 4563 Depends: ros-rolling-ardrone-sdk (= 2.0.3-2resolute.20260714.190247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sdk/ros-rolling-ardrone-sdk-dbgsym_2.0.3-2resolute.20260714.190247_amd64.deb Size: 3319646 SHA256: edc1ea18f6cc6c19c935d37be7b8d0c368f4804425a314eeb9e6f2ed680db07d SHA1: 44493544789f9e943b36ec85fbcb7d8d76b5dd5f MD5sum: 82b2e946bce1843abcbb0b409fdb9036 Description: debug symbols for ros-rolling-ardrone-sdk Build-Ids: 53e9dfe114dfe3ab833ced72abf813f69850d9e8 6113e3283c9fa045142365236644ef6bbddcf53e Package: ros-rolling-ardrone-sumo Version: 2.0.3-2resolute.20260821.171217 Architecture: amd64 Maintainer: victor Installed-Size: 727 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-rolling-ardrone-sdk, ros-rolling-cv-bridge, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ardrone_sumo/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sumo/ros-rolling-ardrone-sumo_2.0.3-2resolute.20260821.171217_amd64.deb Size: 172666 SHA256: d8c390c999459c72d0b5b1fefd2974845002cc01d13f572cd36e530f3331d3d9 SHA1: 60552d386528a3a6c8f0ee2397a06912ec91b7c0 MD5sum: a997a75905e45a2ea0f596bda4e9a808 Description: Control the Parrot JumpingSumo drone via ROS2 topics Package: ros-rolling-ardrone-sumo-dbgsym Package-Type: ddeb Source: ros-rolling-ardrone-sumo Version: 2.0.3-2resolute.20260821.171217 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: victor Installed-Size: 3543 Depends: ros-rolling-ardrone-sumo (= 2.0.3-2resolute.20260821.171217) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ardrone-sumo/ros-rolling-ardrone-sumo-dbgsym_2.0.3-2resolute.20260821.171217_amd64.deb Size: 3049016 SHA256: 60e4eb20bce42949b3f40654b26631607325e71f1a6a0a48c93dbfdf96bf57bb SHA1: 3d4f0094925393c563d17751ae2250df211f2d5f MD5sum: 0bb113db427545db7e1d2ac09c9b2482 Description: debug symbols for ros-rolling-ardrone-sumo Build-Ids: 0d9cc3e7b876f5c524b6281d65698ef61603eda8 Package: ros-rolling-aruco Version: 5.0.5-2resolute.20260821.173109 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 857 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-cv-bridge, ros-rolling-ros-workspace Homepage: http://www.uco.es/investiga/grupos/ava/node/26 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco/ros-rolling-aruco_5.0.5-2resolute.20260821.173109_amd64.deb Size: 297766 SHA256: 0ea9dff8160fcec0206f9d7da61bc6185e6149c60c72dd58b9005c2c8c7e1842 SHA1: de666d7ec0ad60733f4956080dfea0aa557baeb3 MD5sum: de871b6d2031675d8110a465a84251d2 Description: The ARUCO Library has been developed by the Ava group of the Univeristy of Cordoba(Spain). It provides real-time marker based 3D pose estimation using AR markers. Package: ros-rolling-aruco-dbgsym Package-Type: ddeb Source: ros-rolling-aruco Version: 5.0.5-2resolute.20260821.173109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 4671 Depends: ros-rolling-aruco (= 5.0.5-2resolute.20260821.173109) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco/ros-rolling-aruco-dbgsym_5.0.5-2resolute.20260821.173109_amd64.deb Size: 4468448 SHA256: 82d84ce84be5c1e7eccb41dd23930e7e3945aec929dd36c41abfbaf168746e70 SHA1: 15cf5aae46d4ec13b76f0da9ce076535537bea89 MD5sum: 69ac041bbd1ce117e92ad484605db649 Description: debug symbols for ros-rolling-aruco Build-Ids: 81378b0a856c7148d13f26cfd0fdcfeb5f5d4ae9 Package: ros-rolling-aruco-msgs Version: 5.0.5-2resolute.20260811.204246 Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 624 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/aruco_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-msgs/ros-rolling-aruco-msgs_5.0.5-2resolute.20260811.204246_amd64.deb Size: 64592 SHA256: e79cdc6fe47dcbe8e5adb53381bcb05f45836aa73c3d7e5c8c125f2f76d2f59f SHA1: 6615be42788b443d05cbaaaa0be77e1d851aa139 MD5sum: fac44df46ed4d57543643720d9aefbf7 Description: The aruco_msgs package Package: ros-rolling-aruco-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-msgs Version: 5.0.5-2resolute.20260811.204246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sai Kishor Kothakota Installed-Size: 514 Depends: ros-rolling-aruco-msgs (= 5.0.5-2resolute.20260811.204246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-msgs/ros-rolling-aruco-msgs-dbgsym_5.0.5-2resolute.20260811.204246_amd64.deb Size: 342496 SHA256: 2acc53c2fdf6dda8e7077f6fb137cbd42f9b7210db6f4eee4b45da7b99b5c3aa SHA1: 6641b59f9370fabb36ff9e3e6ff067b51cf55807 MD5sum: 9f3a2f4f249154bc8218fa0bf4eb9585 Description: debug symbols for ros-rolling-aruco-msgs Build-Ids: 06b1a2634d09a6040dba9ef66c4a5722b4024450 17eb1c152e2d2701e981390d03c24b424393e618 1ad9d63f01e2962ace981222c587ccc646c64409 266e9f1ba7444f891b1f6a6cfb3c1164fbfbef62 39e3e24e3eda552cb85a1a946d64c57f4bcadf65 662fc36b601f16d2eafa7804ec34bb955ba2f299 8fd3ab8280048de2c84fd0756997117ee9b9d91f cef84f6f36791a0e5815f6b1b53a8ee4da9815a2 e6e56a9d892697fd0d9508904eda7a2d11613dad eacde6134c4696e58eece648ee0237174337b695 fe6c1288fdcda33de524750b97e1d85bb2831c95 Package: ros-rolling-aruco-opencv Version: 7.0.0-1resolute.20260821.174313 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1497 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-contrib410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-objdetect410 (>= 4.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, python3-img2pdf, python3-numpy, python3-opencv, ros-rolling-aruco-opencv-msgs, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/aruco_opencv/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv/ros-rolling-aruco-opencv_7.0.0-1resolute.20260821.174313_amd64.deb Size: 290934 SHA256: 9e34bec596e482619ea6bb7486873650c924098e11b16417305abcae0a77d534 SHA1: 0e1a14f5a4b31cff91c8dc22a6a3eb12237db974 MD5sum: 29b5bb7fd1b8814c1e78a3a4d32645f8 Description: ArUco marker detection using aruco module from OpenCV libraries. Package: ros-rolling-aruco-opencv-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-opencv Version: 7.0.0-1resolute.20260821.174313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 7917 Depends: ros-rolling-aruco-opencv (= 7.0.0-1resolute.20260821.174313) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv/ros-rolling-aruco-opencv-dbgsym_7.0.0-1resolute.20260821.174313_amd64.deb Size: 6600564 SHA256: a6975c6b7773c8306f7dcb4962af4bf1040e012c2fb6d82f953aa819131d356f SHA1: d24cd94e6c74054ddbf96d627b976858bba8944a MD5sum: 6765952436d4d9ae8e666dc6eb6fa6ba Description: debug symbols for ros-rolling-aruco-opencv Build-Ids: 5b6f11f4a1b676594988ba7defcf8119bebb341e 5d34ecfdf2244a04d457da1be790d7eee41e4527 af48be4312957d1e06d3d438e9f5ddb264ca6b65 Package: ros-rolling-aruco-opencv-msgs Version: 7.0.0-1resolute.20260811.204242 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 770 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/aruco_opencv_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv-msgs/ros-rolling-aruco-opencv-msgs_7.0.0-1resolute.20260811.204242_amd64.deb Size: 78172 SHA256: f5fb7570f47526398c032544388022e97dcdb535c20a89473df63601d7e0b3d5 SHA1: 69c8ca9ea04b9594eecfa44f47f239d502888270 MD5sum: 30c483605549cb8879ec404c91d74fb7 Description: Message definitions for aruco_opencv package. Package: ros-rolling-aruco-opencv-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-aruco-opencv-msgs Version: 7.0.0-1resolute.20260811.204242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 665 Depends: ros-rolling-aruco-opencv-msgs (= 7.0.0-1resolute.20260811.204242) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-aruco-opencv-msgs/ros-rolling-aruco-opencv-msgs-dbgsym_7.0.0-1resolute.20260811.204242_amd64.deb Size: 462904 SHA256: 20a0366751ddd9add407c2685ca6283938d68fd8fa1691b5e11740bc416561c0 SHA1: 1c755e083a7dd1cfbd90c06dff8f4d3f958f3a93 MD5sum: f3276b38eb918ae5807900f0a9536eb2 Description: debug symbols for ros-rolling-aruco-opencv-msgs Build-Ids: 21d30502e8ddef1f59c3364dd2da7058fc701b00 292f3ebe86d119dfd76572e99bab461f2c5fe702 2d809cc3d07df35c3aaaa029de2e99771b3d52c2 3de471c0cfb4f71e4f14139aaea79032c956a02a 51a11524a21e720aeaf26428ed5be0ef73728bbe 52645a0a424c8a9a64674bd58497457fbfd0e044 63461fa774b5e9247008cae9167a4510a03980b0 80eff405858a3bf15ee7806a9a803375739a7332 820e41d49fc4de73e5fb70e344ea8e2822db8ce9 ccea9468ca51d8e12e8d5a2e8812676312fcc2bf f2e1ab2bd58395d618023a6441426cb47d345893 Package: ros-rolling-asio-cmake-module Version: 1.2.0-4resolute.20260714.190259 Architecture: amd64 Maintainer: Esteve Fernandez Installed-Size: 47 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/asio_cmake_module/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-asio-cmake-module/ros-rolling-asio-cmake-module_1.2.0-4resolute.20260714.190259_amd64.deb Size: 6376 SHA256: 5c8208244a4990404443e101d144a0f2d97f04be90f9114d6be0f9d2cff359cd SHA1: fb5166d75aa72c1c83832d25f7e7fba350f55cfd MD5sum: 0d04e7b476ee4c13cf280ffffc1234b2 Description: A CMake module for using the ASIO network library Package: ros-rolling-async-web-server-cpp Version: 2.0.2-1resolute.20260821.160331 Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 634 Depends: libboost-filesystem1.90.0 (>= 1.90.0), libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libboost-all-dev, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/async_web_server_cpp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-async-web-server-cpp/ros-rolling-async-web-server-cpp_2.0.2-1resolute.20260821.160331_amd64.deb Size: 194930 SHA256: 4d2f1fed541a429ad60c4f7eab6b874d84ad3d011ad8b9fe06a867767c033167 SHA1: f9b184030d525f44278e9ace7ef85bd6fd230c3e MD5sum: 0ac48e51fe4eb32a5ce02d7371ec9666 Description: Asynchronous Web/WebSocket Server in C++ Package: ros-rolling-async-web-server-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-async-web-server-cpp Version: 2.0.2-1resolute.20260821.160331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 3039 Depends: ros-rolling-async-web-server-cpp (= 2.0.2-1resolute.20260821.160331) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-async-web-server-cpp/ros-rolling-async-web-server-cpp-dbgsym_2.0.2-1resolute.20260821.160331_amd64.deb Size: 2772904 SHA256: 5e6dfcbac4288dd744dc8b2cbac19cc63a6f7439f58f2b5c46cf48ef52d17f65 SHA1: 63f89ce9cecdd3ba4adf5cbed73266a9f41a76cb MD5sum: 0fdf2b1e5e5457af8f4511c23b2e8418 Description: debug symbols for ros-rolling-async-web-server-cpp Build-Ids: 613a54f2170ac0486c84bdfe3acf073133e8089f Package: ros-rolling-at-sonde-ros-driver Version: 1.0.0-2resolute.20260821.164513 Architecture: amd64 Maintainer: MA Song Installed-Size: 197 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libmodbus5 (>= 3.1.4), libstdc++6 (>= 13.1), libmodbus-dev, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/at_sonde_ros_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-at-sonde-ros-driver/ros-rolling-at-sonde-ros-driver_1.0.0-2resolute.20260821.164513_amd64.deb Size: 58024 SHA256: 4b5d605464d22648de57a8e88dd534591b8f52f8657fc2e5d4679481475f00c9 SHA1: 8313d0bc132c6a01aa445fe60e1f4a1e1d24ab7c MD5sum: 990aa40f563221766431f2b529a7c442 Description: A ROS 2 driver to stream the monitored parameters of an In-Situ Aqua TROLL Multiparameter Sonde. Package: ros-rolling-at-sonde-ros-driver-dbgsym Package-Type: ddeb Source: ros-rolling-at-sonde-ros-driver Version: 1.0.0-2resolute.20260821.164513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MA Song Installed-Size: 881 Depends: ros-rolling-at-sonde-ros-driver (= 1.0.0-2resolute.20260821.164513) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-at-sonde-ros-driver/ros-rolling-at-sonde-ros-driver-dbgsym_1.0.0-2resolute.20260821.164513_amd64.deb Size: 795848 SHA256: cf09115f54b2a706098cd33749db426fc41922935a958c0e0bf0e93d55e3fa66 SHA1: c1b4e061ae3c23cc78a42fa7dc8083cd7ded7f23 MD5sum: 3cf58b0a94ef8f713cb81e628ef07c60 Description: debug symbols for ros-rolling-at-sonde-ros-driver Build-Ids: 779073aa713448410805d744adf59a1b66c22974 Package: ros-rolling-audio-capture Version: 0.4.0-2resolute.20260821.170659 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 507 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 14), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, ros-rolling-audio-common-msgs, ros-rolling-diagnostic-updater, ros-rolling-launch-xml, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/audio_capture Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-capture/ros-rolling-audio-capture_0.4.0-2resolute.20260821.170659_amd64.deb Size: 124978 SHA256: 837af95895865e3146dd76204f07f7d1caa781aee462cd35e4d2de6448bb8536 SHA1: 889d61fb5c162136f3b86045a426bc8333841b75 MD5sum: a23e5ef995aa756a0be2e879362bd9ad Description: Transports audio from a source to a destination. Audio sources can come from a microphone or file. The destination can play the audio or save it to an mp3 file. Package: ros-rolling-audio-capture-dbgsym Package-Type: ddeb Source: ros-rolling-audio-capture Version: 0.4.0-2resolute.20260821.170659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2309 Depends: ros-rolling-audio-capture (= 0.4.0-2resolute.20260821.170659) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-capture/ros-rolling-audio-capture-dbgsym_0.4.0-2resolute.20260821.170659_amd64.deb Size: 2058640 SHA256: 9a638d12e7267d73f619ed8a319b389a77005c47ebd3d89bb341fe1b55d1df6c SHA1: 11e7c51a0380fa87c5a8e138aae55e83363badfd MD5sum: 8ba58bf6dd214a1952147b0e6dacac63 Description: debug symbols for ros-rolling-audio-capture Build-Ids: 58de59ec725b6485bdc9bd53cd22db414050c94f 83a95866e606238797edca340d69a42888233dbc Package: ros-rolling-audio-common Version: 0.4.0-2resolute.20260821.173549 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 45 Depends: ros-rolling-audio-capture, ros-rolling-audio-common-msgs, ros-rolling-audio-play, ros-rolling-sound-play, ros-rolling-sound-play-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/audio_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-common/ros-rolling-audio-common_0.4.0-2resolute.20260821.173549_amd64.deb Size: 5854 SHA256: 2aedc41460961f418db99b24dc393b05e28d891d0def6e8919d8555f365b2678 SHA1: 4b1df2ccf37eaafb7845266ebb7c0037571ea3a3 MD5sum: 3149b2aeb9fb4a65ed47df828d712e3e Description: Common code for working with audio in ROS Package: ros-rolling-audio-common-msgs Version: 0.4.0-2resolute.20260811.202724 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 799 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/audio_common_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-common-msgs/ros-rolling-audio-common-msgs_0.4.0-2resolute.20260811.202724_amd64.deb Size: 89610 SHA256: b5368553d7e87200e4ce758435f9a9d832ca908f2ad9c4c2e6f8d4e56abd97af SHA1: c397cc707136a26230cc659c3f8f8b7ce2d90d90 MD5sum: 5ca9bdeb4fea5078b8f61350ed7d468f Description: Messages for transmitting audio via ROS Package: ros-rolling-audio-common-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-audio-common-msgs Version: 0.4.0-2resolute.20260811.202724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 947 Depends: ros-rolling-audio-common-msgs (= 0.4.0-2resolute.20260811.202724) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-common-msgs/ros-rolling-audio-common-msgs-dbgsym_0.4.0-2resolute.20260811.202724_amd64.deb Size: 730516 SHA256: 0b7b5853a0b8305e8db86087274a9fd83996911a416d8da81250e7b3da6e5a42 SHA1: 0a3c30780384843fc715f9ecd7c7acc45a157de0 MD5sum: 5638a2d886a5dc6ba0284524ed5e8b3e Description: debug symbols for ros-rolling-audio-common-msgs Build-Ids: 10e7867c421a72c2fb7b9f22b3703c69cadd1701 120f1fc9fb56b280cbc214c87892db0242cfe2df 1f4c175ac9ed726fc8c7a858abf774dc40e4ef34 6336c1b7131c2fcff65b30d408c0bf7c03cef7a5 74c97164b8eaa9221fba22e440b4b4480220ae6f 9f8ee163b00493990d919b1e9b54f2649e0a21db a4e6855277ac1e1adb7c965ec4566e00a50ee03c a863ac6d49795076541a521f1b54ff82f5a6dde0 c04223dd9381a77851a8946105c87161aa4033f6 f1cc64dbb1f26b13a0f6b810e92999d31f2da5a2 f47592635b061b288f2ed374cb0ac3fba5bcf521 Package: ros-rolling-audio-play Version: 0.4.0-2resolute.20260821.171254 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 645 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.12.0), libgstreamer1.0-0 (>= 1.0.0), libstdc++6 (>= 14), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, ros-rolling-audio-common-msgs, ros-rolling-launch-xml, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/audio_play Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-play/ros-rolling-audio-play_0.4.0-2resolute.20260821.171254_amd64.deb Size: 137792 SHA256: 184e5f0a6b607bcfaeb1eba0a8ac7ccf181b124696e3822c957284e60fb4fd3c SHA1: 4b563098e98ab759050196f9434fc101faa47138 MD5sum: 295c68d279ae4cc8d86f580e6c3c13b0 Description: Outputs audio to a speaker from a source node. Package: ros-rolling-audio-play-dbgsym Package-Type: ddeb Source: ros-rolling-audio-play Version: 0.4.0-2resolute.20260821.171254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 2942 Depends: ros-rolling-audio-play (= 0.4.0-2resolute.20260821.171254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-audio-play/ros-rolling-audio-play-dbgsym_0.4.0-2resolute.20260821.171254_amd64.deb Size: 2498764 SHA256: e26e74d2d26a44dc51f4fa431b2621eecf62fa2bd62c2b96698601b197d5fb33 SHA1: 6954def54742a998e8985d7d9d35862ebdc829e6 MD5sum: ca30a0b8efff8686552ce25f027c89bf Description: debug symbols for ros-rolling-audio-play Build-Ids: a291483ff4f87f9ed5131000a3927dac00fc0af3 a982cfa37e7403c0250a2596845f405913d73fa4 Package: ros-rolling-auto-apms-interfaces Version: 1.5.1-2resolute.20260811.200704 Architecture: amd64 Maintainer: Robin Müller Installed-Size: 6013 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-ros-workspace Homepage: https://autoapms.github.io/auto-apms-guide/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-interfaces/ros-rolling-auto-apms-interfaces_1.5.1-2resolute.20260811.200704_amd64.deb Size: 343986 SHA256: d425397b5e75d12b6c8b8d1629b1eb0adc0f9230a419d9be70cb75666c87632f SHA1: 03de1114dfad15e9c373081ed5adfe88da30e861 MD5sum: a611701a81a6c46654476ff2163e32c2 Description: ROS 2 interfaces for AutoAPMS Package: ros-rolling-auto-apms-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-auto-apms-interfaces Version: 1.5.1-2resolute.20260811.200704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Robin Müller Installed-Size: 3317 Depends: ros-rolling-auto-apms-interfaces (= 1.5.1-2resolute.20260811.200704) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-auto-apms-interfaces/ros-rolling-auto-apms-interfaces-dbgsym_1.5.1-2resolute.20260811.200704_amd64.deb Size: 2010982 SHA256: 1d55cdd6ec1e713be126e0a25631a0df49a503dd036b1ff959f058e2e328effb SHA1: ffc250afa9f17d0c5989b6311cf2acc33ef7ff3a MD5sum: 03817d225c7a2829d9c59777bf476d0f Description: debug symbols for ros-rolling-auto-apms-interfaces Build-Ids: 313d34ac77181be79b1da1edad9f48312b36d951 35ca0b97478b2f3735710e92483c5a7b31469a77 6400c151cba7ab1a918d0c82726167340589b75a 7c920745aadcac52b91f1720296053c713bd0c47 8c6fd7905e322a36595e7fc852273b54a4914737 9f53951fdadf79a20ab548bc85a60aceb7f633c0 bc34b3a9593a65971dcb26539a320d238fbe9b30 c5ce00b7d77628cb59217ccf6ae90bef839c39a3 c98ca06c22e7fea6f0edbc887d935568aec33fe4 f2bbce9d8e726e4df0c46243895425f629d9e4b0 f95ef2a7e27f6231700ca3da8a91f00c77796b44 Package: ros-rolling-automatika-embodied-agents Version: 0.7.4-1resolute.20260821.181559 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4382 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, python3-httpx, python3-platformdirs, python3-tqdm, python3-websockets, ros-rolling-automatika-ros-sugar, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/automatika-robotics/embodied-agents Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-embodied-agents/ros-rolling-automatika-embodied-agents_0.7.4-1resolute.20260821.181559_amd64.deb Size: 545864 SHA256: 622b95b82c62abe6d55a8259569ba1094d247f488b13a50ad923fdbf101c1c9d SHA1: 92c0f5287d90d139ba16b986ff5c2aa9d6f08179 MD5sum: 0e6b78e742171880b5ae7e9701a2a4bc Description: agents Package: ros-rolling-automatika-embodied-agents-dbgsym Package-Type: ddeb Source: ros-rolling-automatika-embodied-agents Version: 0.7.4-1resolute.20260821.181559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2945 Depends: ros-rolling-automatika-embodied-agents (= 0.7.4-1resolute.20260821.181559) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-embodied-agents/ros-rolling-automatika-embodied-agents-dbgsym_0.7.4-1resolute.20260821.181559_amd64.deb Size: 2217850 SHA256: 85948f4b0e694886a01ba503359d865fc96c650db6799fe0d391e9dadbbab29a SHA1: 812ac7035893b087cefd1ed1222c95721595fdc7 MD5sum: dec2ac620c453d96c902901ca318c3e5 Description: debug symbols for ros-rolling-automatika-embodied-agents Build-Ids: 0810bbb5073f2e24b3ce13236b053ced49c44eff 0c180102ba811377ef3f091256f2d45192c10f0c 0ca45c29c8a9d22845c5dbad4fbe78e824001453 143a2d4e9bbd98a0495bf10883189e0ee8879f57 21e88e50076fac88122f50c31a280b34580efbe4 2c984c10f48be2d37570cf9fbde860d2bf719726 311ab9208c2e16a62dae467fa720b7d83a22688d 3638b724fb6d10b7ff434aae5236ac8092a9fe85 506ecfdfd459517eb45ba73e47e3d99bf0c1d8e4 be08941a0d9a70f8c03d4df6eb781f8bdbff7fe6 db71376d5b7fe010c3cc0e6031ff0509c306ec22 Package: ros-rolling-automatika-ros-sugar Version: 0.7.1-1resolute.20260821.172322 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 4187 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, python3-attr, python3-jinja2, python3-msgpack, python3-msgpack-numpy, python3-numpy, python3-opencv, python3-setproctitle, python3-toml, python3-yaml, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-lifecycle-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/automatika-robotics/sugarcoat Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-ros-sugar/ros-rolling-automatika-ros-sugar_0.7.1-1resolute.20260821.172322_amd64.deb Size: 732014 SHA256: e5eb56155905359e13e7bea3435d8d5303f2e732c10e9fce4ca9e93e29f570f4 SHA1: da57f6c8976495267e4f627d79fb88974f64ad3c MD5sum: 101c35ac0ba9912e6a54f0bf279d95c0 Description: Syntactic sugar for ROS2 nodes creation and management Package: ros-rolling-automatika-ros-sugar-dbgsym Package-Type: ddeb Source: ros-rolling-automatika-ros-sugar Version: 0.7.1-1resolute.20260821.172322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 2474 Depends: ros-rolling-automatika-ros-sugar (= 0.7.1-1resolute.20260821.172322) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automatika-ros-sugar/ros-rolling-automatika-ros-sugar-dbgsym_0.7.1-1resolute.20260821.172322_amd64.deb Size: 1854646 SHA256: a80e9d0caa979e7cd74c11951b50563e154b07aa6693c330ff8593a39b76f16a SHA1: 59ec4ff9cb6b59643dd1b5ecb9626aaa9680d51d MD5sum: 4eb3aa9b0a18d35ebeb88c9746886267 Description: debug symbols for ros-rolling-automatika-ros-sugar Build-Ids: 09f04ee32e1c689da7c14492e4292171040b1523 33583659d283a98dddc0d3c8543c647c033df652 335a066412972fd7961e620123e35f0dee7522c1 38f752ec0253cea36efe35e004b6ccfc35e9ee8b 43bad285749d9358fbd2fbb0c649ce086be277d4 5da166a74e0290cdbfa7c01bbbdc52409b8dfc83 9634977b5f5ee966fa6b7c4fa5d013914a0a2525 d859c4ddfdfbd6f8598f5adc7a6c522aa0fb43c9 ef72600faf428d19540dee309569ad760763c95b f2bc9d32cb5ad8bf4c93505e13258ecf1edd06a0 fb59963052d273d9ae6a7763ace04d4e3c862901 Package: ros-rolling-automotive-autonomy-msgs Version: 3.0.4-6resolute.20260811.205508 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 45 Depends: ros-rolling-automotive-navigation-msgs, ros-rolling-automotive-platform-msgs, ros-rolling-ros-workspace Homepage: http://github.com/astuff/automotive_autonomy_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-autonomy-msgs/ros-rolling-automotive-autonomy-msgs_3.0.4-6resolute.20260811.205508_amd64.deb Size: 5900 SHA256: b81e34661d17cb19b2994a989c7043b6827b75e995e5695de2adbf5edaaa7607 SHA1: b29e78e2db5cd2a7de0602c0e700caa626653e5b MD5sum: d147f916160ad7d86604c04834a446cc Description: Messages for vehicle automation Package: ros-rolling-automotive-navigation-msgs Version: 3.0.4-6resolute.20260811.205157 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2429 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://github.com/astuff/automotive_navigation_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-navigation-msgs/ros-rolling-automotive-navigation-msgs_3.0.4-6resolute.20260811.205157_amd64.deb Size: 182406 SHA256: a5a349ebb618edd0dd1e0393fd860b00204d27aa392a58d88c9cbd2380a2606d SHA1: 546ca13e7c85e1f4fefef0be28dfbe3c19d57802 MD5sum: c1607010eb5df5fbef11cbb28476f6f3 Description: Generic Messages for Navigation Objectives in Automotive Automation Software Package: ros-rolling-automotive-navigation-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-automotive-navigation-msgs Version: 3.0.4-6resolute.20260811.205157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2036 Depends: ros-rolling-automotive-navigation-msgs (= 3.0.4-6resolute.20260811.205157) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-navigation-msgs/ros-rolling-automotive-navigation-msgs-dbgsym_3.0.4-6resolute.20260811.205157_amd64.deb Size: 1534798 SHA256: 73cf4909fdf68f5ae0e49033c2f3504750cf41cc03071f34ee205a7c6e74f260 SHA1: eff7b1ab12800260ff22ee26b4c49c9381a57085 MD5sum: a3de15ea55e54554e830d61a79c7e801 Description: debug symbols for ros-rolling-automotive-navigation-msgs Build-Ids: 0595206dd4c9391aa860d3ff2ba98ff0cac87fd3 202cf9e80f22fa6693eb00dd65d9fbdcf8191b7b 32401730a55aadd22802dae99a6ef227f3f0caf3 39cc25e024af8b6d6534407f718a431097caee54 57702b6a67ca225852238dbba3c29fcc19f1320f 6ba7c92c012cea2cfa2b2ad9b745b8e6d6447746 941ab94c017818685fb51155c0154a34bee6fdd0 9df2ed10baed7ca2c2cc3291a46ea88b05996f19 b19f4c42cc985aff15cbabe3e2152edbd7caa6ed c775de8fb724b4767eea2577d398211b2933e573 cc0c70bba58605b5b75e29b273717f5a35a2e180 Package: ros-rolling-automotive-platform-msgs Version: 3.0.4-6resolute.20260811.204906 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 4566 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://github.com/astuff/automotive_platform_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-platform-msgs/ros-rolling-automotive-platform-msgs_3.0.4-6resolute.20260811.204906_amd64.deb Size: 277618 SHA256: 4a1b073b37963ffb3c092b7491d9b12afd13683929a75aad5328e279a900aee8 SHA1: 501cd11b5387583d790be23b89773a4fe6c121d1 MD5sum: 16a5d35ecba3fe2d8c1a9b7e4bc926f5 Description: Generic Messages for Communication with an Automotive Autonomous Platform Package: ros-rolling-automotive-platform-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-automotive-platform-msgs Version: 3.0.4-6resolute.20260811.204906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 3238 Depends: ros-rolling-automotive-platform-msgs (= 3.0.4-6resolute.20260811.204906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-automotive-platform-msgs/ros-rolling-automotive-platform-msgs-dbgsym_3.0.4-6resolute.20260811.204906_amd64.deb Size: 2346210 SHA256: ea863442d03c378236ffbec1ba425bdd36429b99c2c11e86fabd2b75780072c2 SHA1: 6dd5bc465dc44d4c475f60a26e49e1676295243c MD5sum: a097174d9e5e07d26e661831dd4c7ee6 Description: debug symbols for ros-rolling-automotive-platform-msgs Build-Ids: 07fb686f3327e96e23475111fd96dc553d8c32cd 11651a6ab492a125fe399e75399efa83fc6f0634 382e51674292f0b5511c3fafab1b28fbf4d37427 4185511db3eb9fb69b237218c3aed16d4a156d59 528e933584ed9db4e0ad23cb667d9294caf28bb2 60ee0aa910332d9e236413df883f768f0351702d 6e5bf76aaee1fb900b5c33536926d0b44e599d45 8ce87adbddfa887df43ff2846c49828b739e228d ba8fb282f2dbcff74e8ff6ff11e668e0bb30e94f d5b8549438cd1d34996e92bd3633e439b33c5346 f02d186aec57c03337b73f36aea8fc3ab7d3faba Package: ros-rolling-autoware-adapi-v1-msgs Version: 1.9.1-1resolute.20260811.205947 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 17742 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_adapi_v1_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-v1-msgs/ros-rolling-autoware-adapi-v1-msgs_1.9.1-1resolute.20260811.205947_amd64.deb Size: 1086988 SHA256: 524ade77c23f65c50059767e94c666248f948af84b42cde402b44b77f819200b SHA1: 709783c9070053420a4a52bd9675cf0df8f1db8b MD5sum: d88b7b7d458aceb052d8ff65c3155949 Description: The Autoware AD API interfaces Package: ros-rolling-autoware-adapi-v1-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-adapi-v1-msgs Version: 1.9.1-1resolute.20260811.205947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 15197 Depends: ros-rolling-autoware-adapi-v1-msgs (= 1.9.1-1resolute.20260811.205947) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-v1-msgs/ros-rolling-autoware-adapi-v1-msgs-dbgsym_1.9.1-1resolute.20260811.205947_amd64.deb Size: 11556724 SHA256: 98cf4ffa4216f0ed8ce6f2deac6ef91fc1824284eee44e6afadcfd1069e7f7a2 SHA1: 1cfef02d8899fefdf48dc88355fb8d6bcf13cd7e MD5sum: 02a5dd42e0e1cfdfa5c6238abdd0d639 Description: debug symbols for ros-rolling-autoware-adapi-v1-msgs Build-Ids: 17e238a8fd24fbe524211c708cb1f7fd3f2f446e 4c2bdb5092c81a242552a207929b1605ac0d23a3 5c16e018230dfbb9b425a18946f687ad434fbf18 90eb58ab2e3aa9d3c0b0459b199ecf29d82451a9 9694973f504c9a5e63d8d024742d5ff65193e638 b2440cbe88999b340c53b683dd3900569b2be4bc c28e2dea47fd5269faf043bf6b15408ffd6ee0e6 c34dd2fd2f711d18dd17f4035072032bded82fb6 c3f262da72cd2aa35f438a49bda24ef59aade0b3 ed7fd79e571e1689823a419e177d16769a56118f ef9725a49b31d3b0156a60e60bbf2a8b37f2a4c6 Package: ros-rolling-autoware-adapi-version-msgs Version: 1.9.1-1resolute.20260811.202051 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 771 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_adapi_version_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-version-msgs/ros-rolling-autoware-adapi-version-msgs_1.9.1-1resolute.20260811.202051_amd64.deb Size: 73400 SHA256: 56c300929947b4c24578e3dd31c23189d8889b11e92dc3ced9ef1107c066dd66 SHA1: c4b1c7d27caab635354a24c92a1d858173156614 MD5sum: 1d46d06d7d1029045c1236eda8da1a66 Description: The Autoware AD API version interfaces Package: ros-rolling-autoware-adapi-version-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-adapi-version-msgs Version: 1.9.1-1resolute.20260811.202051 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 539 Depends: ros-rolling-autoware-adapi-version-msgs (= 1.9.1-1resolute.20260811.202051) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-adapi-version-msgs/ros-rolling-autoware-adapi-version-msgs-dbgsym_1.9.1-1resolute.20260811.202051_amd64.deb Size: 329724 SHA256: 38a4825ace8fd45dc9753c33fe24d4e487aed0d2cbe5943e7a4879e4171648c8 SHA1: cd541a8c048c88923f28e98442bd7e40c116fd30 MD5sum: 5b2df8884fb30bb4b6d2d8e21daa932c Description: debug symbols for ros-rolling-autoware-adapi-version-msgs Build-Ids: 133d6ad21c1a12c26f210252ba9c29dffd669132 29e77bcc75f93f1f27d9586827576cdb3cded403 40bfde1a1ff36dd296e1963d09544e0202deb3ac 4146eea19bb6fbd5fcb78ae639a34006f7476b5f a59964bb82d60bc073a1354513ea9d7216de866e d24c15353795ce212f3dbad3c5faebcf1c1230ba d9604820f5dae05fb3640e5bbbf1342d8dd935a6 dfbce7dd72fe6df1825848bba6ad04725841340d e8b6723a85331932fb818656386b8fdcd5c80ff2 f42f9deedfca5c2c263fbf188898993b7d4005b6 f469697d94d157dece7b5995c1cfe955895be7e8 Package: ros-rolling-autoware-cmake Version: 1.4.0-1resolute.20260714.192019 Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 56 Depends: ros-rolling-ament-cmake-auto, ros-rolling-ament-lint-auto, ros-rolling-ros-environment, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_cmake/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-cmake/ros-rolling-autoware-cmake_1.4.0-1resolute.20260714.192019_amd64.deb Size: 9198 SHA256: 117fe75c30b2cb542fc223e659f3c6ea622a318fb8b254c5df0ff4c400b6f314 SHA1: c354e1b6fc9bb5ecd25b5a8d00b8fc4f49898d4a MD5sum: 0003d30cf54ba57f4ef7dec2f882d113 Description: CMake scripts for Autoware Package: ros-rolling-autoware-common-msgs Version: 1.12.0-1resolute.20260811.202729 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 466 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_common_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-common-msgs/ros-rolling-autoware-common-msgs_1.12.0-1resolute.20260811.202729_amd64.deb Size: 48014 SHA256: fdf472e1bb645d49a4835340eac5a49cdf331e1054e2c05d5f0ae49f1d9187e3 SHA1: 0bce7f65c0b9dd699ee6451b450c4600e70700a6 MD5sum: 329b52e56c13152c462556b6add34057 Description: Autoware common messages package. Package: ros-rolling-autoware-common-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-common-msgs Version: 1.12.0-1resolute.20260811.202729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 349 Depends: ros-rolling-autoware-common-msgs (= 1.12.0-1resolute.20260811.202729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-common-msgs/ros-rolling-autoware-common-msgs-dbgsym_1.12.0-1resolute.20260811.202729_amd64.deb Size: 207910 SHA256: ddf2a468016818f6c4bf95b326471eb45fed265aa2e2deda515f79216c697608 SHA1: 5b929f9f0d3d9694ccc9344fd40920898f4e6512 MD5sum: d4d085ea62cd538df314f9a4bece745a Description: debug symbols for ros-rolling-autoware-common-msgs Build-Ids: 0c04dc73da53c95584aeb9a2fc3cdc0266830fc4 0f188d5a8250f4ee84d4216ba217a03442ff5183 319f0987ac7857fafd9fbc134552f02d668212fe 474ed67960f971ed5d73f83cd98198008ab0dc4f 5e65f6d01e7136378388c5581743a368dd1b5831 62ac1de92c948443b73612bf82b90ff742e66a19 7a54de2b3cb12b29e337f20ab1df1f877b99e4d4 85725f616d95167f897bf4e651af52e256cec3b5 a841881ea6cdd16dbe2df95a45a801476b984cda afdbe983544e3345665f0e14fab1c00dcfd35564 c672cadea44f42b67189d41072b13c53cb8e89a5 Package: ros-rolling-autoware-control-msgs Version: 1.12.0-1resolute.20260811.200433 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 971 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_control_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-control-msgs/ros-rolling-autoware-control-msgs_1.12.0-1resolute.20260811.200433_amd64.deb Size: 82972 SHA256: cda7e7436fb1555c907ac94312c09f1baf104ccd96c828cef1a583e6c32807b2 SHA1: e2ec69e3fd0a4991673a5af3efab7f47b74e12c2 MD5sum: 5da829e57f667b4069460a4bdab9f856 Description: Autoware control messages package. Package: ros-rolling-autoware-control-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-control-msgs Version: 1.12.0-1resolute.20260811.200433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 692 Depends: ros-rolling-autoware-control-msgs (= 1.12.0-1resolute.20260811.200433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-control-msgs/ros-rolling-autoware-control-msgs-dbgsym_1.12.0-1resolute.20260811.200433_amd64.deb Size: 476178 SHA256: 14b9b204b7ecba374b16fe8346ef95f77ffe5cce2567609a24fa122eaddb3dbc SHA1: 34da641316f22ed09554675a109b9e21001bfc1a MD5sum: 7a19802c9788c4f3229c49aab022cefe Description: debug symbols for ros-rolling-autoware-control-msgs Build-Ids: 0bcce074e274bb9789b99a1d67291cd22bbb2c4f 0c01d210162d655d0a788d9bbbfe75f0aa57b558 13f39d0c7a31466f38acc0fb027df14fe06bf134 147ce3aaa216369dd7dd3f089bf03a79c48c59b2 328a2b4a77a345bcc0759253d9d3cc2f69d298db 3afa3d3dd47416aeb2357d92e57a67f9990e3267 518a384446bb4432b25ac14cd9d65c004d1e321a a77fe481fde36648f0fc031e147e36f8fa4b0815 adb0aca25af9118f4ef33dee9df445bb819f5c58 ae6f71bf707a210c6826d291494f15972e8e2768 f294cb521c887bf2f75406fd67e64b8e47ff5ee7 Package: ros-rolling-autoware-internal-debug-msgs Version: 1.12.1-2resolute.20260811.204934 Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2730 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_internal_debug_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-debug-msgs/ros-rolling-autoware-internal-debug-msgs_1.12.1-2resolute.20260811.204934_amd64.deb Size: 195000 SHA256: 9b0224a85b9ef0330bc9e66a8114165ea8fa5d1b2731f43d64a4615c291a06fd SHA1: 0e7d755834e2828140e819d0968694363e8482ce MD5sum: 965d6cd9488b0bc1238c7138d09c46a5 Description: Autoware internal debug messages package. Package: ros-rolling-autoware-internal-debug-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-internal-debug-msgs Version: 1.12.1-2resolute.20260811.204934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ryohsuke Mitsudome Installed-Size: 2291 Depends: ros-rolling-autoware-internal-debug-msgs (= 1.12.1-2resolute.20260811.204934) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-debug-msgs/ros-rolling-autoware-internal-debug-msgs-dbgsym_1.12.1-2resolute.20260811.204934_amd64.deb Size: 1696872 SHA256: 7817856ba74d6ef42b1647a1fdc4f8214d398033e0316481e641dce2a0cdaece SHA1: 0720c41941e41e458a04356e3ffcc95725a783c7 MD5sum: ad6c32eb3bbd623d83154f186fe79f95 Description: debug symbols for ros-rolling-autoware-internal-debug-msgs Build-Ids: 0fe82ba67af08ed927dce07a354e673ebcc1cd1e 15af802434742ef2ef65c675515373681628f7b7 1c8ee3d5eb863f67729c57fb3adf437397a4c085 a966471e851f9b18780fa263775e17300b2d244b adc3b315455f40e1b63d4902a43946da4aae03f0 be6b7b9f57f772194f4ade9aa850868bfad837a0 d239937b52b2d87405276791847a1e9b9ac839ad d37562e5b5898511cafd9da6b19a2fa747fdc5c8 e9fa1e1d46edaac65fa58a63e608f35df0d845ad f20f79abdaff6a8cafaa7c595ad83c6103061020 fd97a135121dd96b10da8cfa0ad04e7535c4f255 Package: ros-rolling-autoware-internal-localization-msgs Version: 1.12.1-2resolute.20260811.204244 Architecture: amd64 Maintainer: Autoware Installed-Size: 1416 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-autoware-common-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_internal_localization_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-localization-msgs/ros-rolling-autoware-internal-localization-msgs_1.12.1-2resolute.20260811.204244_amd64.deb Size: 119116 SHA256: df2868c8540363a96ba63fac35380d8b57b1209c593da56a082e7af41fbca504 SHA1: d1c7f7c6ae0b379d34adab2899e7c63e9f6e885b MD5sum: 804bebb4122318b3103422aa9e06b2b6 Description: The autoware_internal_localization_msgs package Package: ros-rolling-autoware-internal-localization-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-internal-localization-msgs Version: 1.12.1-2resolute.20260811.204244 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Autoware Installed-Size: 1115 Depends: ros-rolling-autoware-internal-localization-msgs (= 1.12.1-2resolute.20260811.204244) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-localization-msgs/ros-rolling-autoware-internal-localization-msgs-dbgsym_1.12.1-2resolute.20260811.204244_amd64.deb Size: 770794 SHA256: 2841a832edfb08f86633f23c0df723a62a9dfd0a118bf49b56b506d3bbbb9a1e SHA1: 768e65c6d127850e0224d599628a6aec3eed0d92 MD5sum: 57e8abe42037f8af5fb4a63f2f68b77c Description: debug symbols for ros-rolling-autoware-internal-localization-msgs Build-Ids: 240b247be122ca7911bd75f021ea9d2ef32fddc8 59a7cffe6e1f68faa05a891b2644bb89eec77479 5b6a9c720355c47510b4b8d905995a48156dfef7 81229265c67e994c72beae7920c444f8f97b4de1 880af4cb733cde5ff4266730b2d819dffbad95d4 aa646884747cd3d21866eb7c9ddfa0346818a7aa b5d32a6bd6209a1b57991d34524c68cd688f188a c95fb1b34a7ae9874124d1467fe71b0f298ed39e cb685b771c39ced3ed6cba14cc30b6c7cfbf6bdf ce278e2dc7f72c7b09dd80b409f0d77b71615c02 e75f95c22af5762c7228e52d0073e5ceb095d050 Package: ros-rolling-autoware-internal-metric-msgs Version: 1.12.1-2resolute.20260811.200436 Architecture: amd64 Maintainer: Temkei Kem Installed-Size: 627 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_internal_metric_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-metric-msgs/ros-rolling-autoware-internal-metric-msgs_1.12.1-2resolute.20260811.200436_amd64.deb Size: 65892 SHA256: bf7f3f5b69d1f482191a25a2dafe5ff264db98b987fe261d2bd514f2b688a287 SHA1: 77d0a6bcccb40db037b871cefd2a18aa06029b16 MD5sum: 02715626b0cd24b81d5ab1641437d322 Description: The autoware_internal_metric_msgs package Package: ros-rolling-autoware-internal-metric-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-internal-metric-msgs Version: 1.12.1-2resolute.20260811.200436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Temkei Kem Installed-Size: 536 Depends: ros-rolling-autoware-internal-metric-msgs (= 1.12.1-2resolute.20260811.200436) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-metric-msgs/ros-rolling-autoware-internal-metric-msgs-dbgsym_1.12.1-2resolute.20260811.200436_amd64.deb Size: 362454 SHA256: 8c519714987f8164b54a39949e0dd7275482d1f0e2a342719263fafabfd43e94 SHA1: bf840bcc81fc8a5bd70afa96ecb6f7e035168088 MD5sum: 0a160600ad4edaf2dec7371895967df5 Description: debug symbols for ros-rolling-autoware-internal-metric-msgs Build-Ids: 2088763e8611843245ac3af9f26f31e6497634da 2f30d39e74aa2f222427d9da771365401e3e9343 35eb7084e52955627a946227c4dcd31a607dd92e 9104c04d5b78d9a662cb42cfe6dc9af31898e5de 9a6722abf93789b340da5bb085bce41c228c2b85 9cf3d634e923acd47fdf28daaf960cb16f3e6ef0 bb22edd4c1e427db939d959874331530ea87ac55 c74a5ec851c0e50b3449f5a6b6fde5b54e346829 cd5651faed29aec19ca84a59057202628785be1c e56a6f72217af94edbdde7b39b0a14a52d446057 f69c61f189da1f5ad85c2d0f67d27860871bee47 Package: ros-rolling-autoware-internal-msgs Version: 1.12.1-2resolute.20260811.210809 Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 761 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-autoware-internal-debug-msgs, ros-rolling-autoware-internal-metric-msgs, ros-rolling-autoware-internal-perception-msgs, ros-rolling-autoware-internal-planning-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_internal_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-msgs/ros-rolling-autoware-internal-msgs_1.12.1-2resolute.20260811.210809_amd64.deb Size: 67968 SHA256: 499b69a3669e3bfca7b0fe5b16c2171e920f76a61e63b266e1af8e45a4efbf04 SHA1: a6c79ea398abf4290df7ac5c6b23e25caef61334 MD5sum: b0ab9e610255a2b599112196d70327bb Description: Autoware internal messages package. Package: ros-rolling-autoware-internal-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-internal-msgs Version: 1.12.1-2resolute.20260811.210809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Berkay Karaman Installed-Size: 570 Depends: ros-rolling-autoware-internal-msgs (= 1.12.1-2resolute.20260811.210809) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-msgs/ros-rolling-autoware-internal-msgs-dbgsym_1.12.1-2resolute.20260811.210809_amd64.deb Size: 375764 SHA256: 6997cae4d63affb1efeae349e603522fc5b2d32bf613d4f72cdc4727183bafdd SHA1: 1f44ad4a3ac3f2b0151264a3f0311d0f90f26f04 MD5sum: a12a5ed4f624973b6b86d4684413fff3 Description: debug symbols for ros-rolling-autoware-internal-msgs Build-Ids: 0ba74dae529039fe0217d0fd9dff081ae84418c9 1d1736da603489d730da20d4d0a786215342ce1b 288b1a7c16082a0771dbccaf43884f51469e5965 535d9ee8699d0257ff6a511a37d6cfd36438d8e2 5d0b7a8a55dcacf7afa6181d187b5148dfc40b7b 79abfa1cd19d814f42c1447b1c029e81cab1ad5a 896d82ef7cff278eb7925750e1d13257687395f2 af7093f49e26e7f3becd974e434364ff78ddf59d b1c380691fa9f05a16e32adc3061edad020a5933 c3de6cc0c162fecb8686b50bd2f0d5165bc9ffb1 cfb073305fb334c62616a863927c230f804485f0 Package: ros-rolling-autoware-internal-perception-msgs Version: 1.12.1-2resolute.20260811.205903 Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 520 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-autoware-perception-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_internal_perception_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-perception-msgs/ros-rolling-autoware-internal-perception-msgs_1.12.1-2resolute.20260811.205903_amd64.deb Size: 55086 SHA256: 93892704e8c1d0767fef5323bff303b250458379680a24e3fc291593b7c35573 SHA1: dad0033a025545952bb9286aeea856ddf76b7bf1 MD5sum: 545de7d55fa87e60461bc5c008bd8792 Description: Autoware internal perception messages package. Package: ros-rolling-autoware-internal-perception-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-internal-perception-msgs Version: 1.12.1-2resolute.20260811.205903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: M. Fatih Cırıt Installed-Size: 419 Depends: ros-rolling-autoware-internal-perception-msgs (= 1.12.1-2resolute.20260811.205903) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-perception-msgs/ros-rolling-autoware-internal-perception-msgs-dbgsym_1.12.1-2resolute.20260811.205903_amd64.deb Size: 264516 SHA256: f6ed57c928059534050d755ea1bc5b5ebe15132218f63bd96bdd81701ab0d29b SHA1: 106b229bcdc959f36baa34d41832d53535a9c853 MD5sum: 9092266f79ada0e78fe7de7c3c13542f Description: debug symbols for ros-rolling-autoware-internal-perception-msgs Build-Ids: 0652927f1668d885b09dfa11c4fd90ed58332e02 220d4c5cc5e9adf8e2b1a7861e95dc9487d80817 23dc760eae9c572a29bf0540bd9ed0ffcf3d3355 3ea9b91f233d72334e5021f21ae829323d35d3ba 46e42e81b87a1264abff433467d635a909fbb6ff 4ad189266195d1b8ea91fd531245819f260b378f 8fe4b5988cde586f2b9fb30937d5ae36517dac38 9931bfcfe550891bcb536f2179dc738a91883ad4 a6eeca564a1260cfd8242c0d56e9f649536845d7 a8cae73ee38eee654721e5ced7e50cbbe194e19b ed63176138da2f760dd5a82aa018ff4d2e717382 Package: ros-rolling-autoware-internal-planning-msgs Version: 1.12.1-2resolute.20260811.210006 Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 5801 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-autoware-common-msgs, ros-rolling-autoware-perception-msgs, ros-rolling-autoware-planning-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_internal_planning_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-planning-msgs/ros-rolling-autoware-internal-planning-msgs_1.12.1-2resolute.20260811.210006_amd64.deb Size: 401546 SHA256: 3327d6f5c280aacac9e43efc8121f649858deea31ffb465c0e5af529cc2fd969 SHA1: 2734964e08bd30b971c4d99ab0ab61aae0fa626c MD5sum: 835c6926cdcd4848d8d99744cb441877 Description: The autoware_internal_planning_msgs package Package: ros-rolling-autoware-internal-planning-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-internal-planning-msgs Version: 1.12.1-2resolute.20260811.210006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yukihiro Saito Installed-Size: 4991 Depends: ros-rolling-autoware-internal-planning-msgs (= 1.12.1-2resolute.20260811.210006) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-internal-planning-msgs/ros-rolling-autoware-internal-planning-msgs-dbgsym_1.12.1-2resolute.20260811.210006_amd64.deb Size: 3810268 SHA256: 0ccab86d160494f9246b592a22ed364f38bed09f2d3eee7eed8064220a5f97c0 SHA1: 3ca1d2fdb69b7ca42c7551c89a1fb75e695678cf MD5sum: 02d227f0e1c2fd7ef52827861a506556 Description: debug symbols for ros-rolling-autoware-internal-planning-msgs Build-Ids: 1316eac175944e547c84d708314d15324d2fe4a7 1b5f2407c236b688b8d43ae24707ebbbfaa74eba 34b8f7e29c9b0e2e6af7dcdefc8c33d268918814 4799970fdc05e447351f500479f18db7ad5ade14 7497b856278bbfbcd59f2a003810d48bec0eb151 79b0832f885cc5b7cb5c4a3c2e6f119acef45535 82c32681272ec116a6a28852b976de971aa0c4b4 bbf349ee51fcf05bf30290c65473d5a6b9b9f245 c160ba58dcacd2b9e86df965a7255865dcbeb81d dc0d15fc158c0d093e48a29996dcf37906a72931 e0e987e08dcb1e802abb1cb92f1e9bf7756f863c Package: ros-rolling-autoware-lint-common Version: 1.4.0-1resolute.20260714.182727 Architecture: amd64 Maintainer: "Ryohsuke Mitsudome" Installed-Size: 50 Depends: ros-rolling-ament-cmake-copyright, ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-cppcheck, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-test, ros-rolling-ament-cmake-xmllint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_lint_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-lint-common/ros-rolling-autoware-lint-common_1.4.0-1resolute.20260714.182727_amd64.deb Size: 6834 SHA256: 051aa2e8b87d31e852c2d4424005e77e20438109fadd04762b96c46ea269aae7 SHA1: 4af2f71653bf02d013bbcf62c815cbe1c1202320 MD5sum: 6039ea2d31119c5189ed6f077f35bcd6 Description: The list of commonly used linters in Autoware Package: ros-rolling-autoware-localization-msgs Version: 1.12.0-1resolute.20260811.204246 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1103 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-autoware-common-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_localization_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-localization-msgs/ros-rolling-autoware-localization-msgs_1.12.0-1resolute.20260811.204246_amd64.deb Size: 107474 SHA256: 3480931048e72f901f4d8f38eeef872b5cb4797015ca89e5a674052b9241d9f2 SHA1: 2aea6944fdf54b809f068b8ee41823e56f7c010e MD5sum: 81a6731ed96b1118a8475f66c0f363a8 Description: Autoware localization messages package. Package: ros-rolling-autoware-localization-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-localization-msgs Version: 1.12.0-1resolute.20260811.204246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 890 Depends: ros-rolling-autoware-localization-msgs (= 1.12.0-1resolute.20260811.204246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-localization-msgs/ros-rolling-autoware-localization-msgs-dbgsym_1.12.0-1resolute.20260811.204246_amd64.deb Size: 614128 SHA256: 0ea34f0d47254a0ad6acaba518cbbd87157c01cde4cdd917a0eefa96f35fd7d2 SHA1: ac5984b9d016e1ffc32767da24de576b3be23e57 MD5sum: 71ca4d9d62108edc55c686d617191102 Description: debug symbols for ros-rolling-autoware-localization-msgs Build-Ids: 18df358079df0d3c0ddea0346dbc2dfe1e19dfaa 369dad53814131f5a3d637f6c4150638e6875c3d 8c9717f0a48ed5fd1d45a37dd7a5c3ae9699d49b 90ed9860804c2b0b59d94c201468fb642dc2fe9e 9fc16123b8a62188bcfedd2eaa8e7aa913ef80f8 aab870c55f80fde71b1ab8bba3490acbb6ebe11b b5bd768b37565f2e757be484a19318e3c56f383a d1cb1d1da751d463a0f41963f4fc0e2f7bed8256 de73c7ed1dafa4770b4b0c91a9b3d06f0b7e758a f4535df9eb878f49325521152fb4709de2f6103b f78f261bfe6ea7392c28c8c636ba73da2b69b71b Package: ros-rolling-autoware-map-msgs Version: 1.12.0-1resolute.20260811.210015 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 3869 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_map_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-map-msgs/ros-rolling-autoware-map-msgs_1.12.0-1resolute.20260811.210015_amd64.deb Size: 305956 SHA256: b8ec1b357382f781fc059522a885ae09b9f743fb6a313fa66bf6e3a46e2f0c71 SHA1: 4e568542f0323e063b98f04e6459c2ab33f1cfb4 MD5sum: 687b6087061f7cfc0d15a1fd1c371086 Description: Autoware map messages package. Package: ros-rolling-autoware-map-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-map-msgs Version: 1.12.0-1resolute.20260811.210015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 3918 Depends: ros-rolling-autoware-map-msgs (= 1.12.0-1resolute.20260811.210015) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-map-msgs/ros-rolling-autoware-map-msgs-dbgsym_1.12.0-1resolute.20260811.210015_amd64.deb Size: 3093756 SHA256: e0eeec2b91551739df1ffad47bae9af7e7cb01275dad9c2038af2e55f154f135 SHA1: 77c42ba22244b328fd1354a21c2beefd804547e0 MD5sum: 90144bf03f1db63f2a9c52c5f8678650 Description: debug symbols for ros-rolling-autoware-map-msgs Build-Ids: 3e26b0ed0d0ee57c8e93318806ec01db8ef2f2c2 55745875602a3fc5a1e01100fc3c532d25be9906 69c7981b70cebea14f1a12b1a29ea0e15af47d94 6f1428f55cad8e0c811d4a829f1fd1d5d3e20310 9037734d95c8edc66d68559005aa30a5eb016f1f 97f8ac641c9babc037dfce75ce8646a183256deb 9aa9750f1063cd59b230a056b0009b543749512a 9f79b27175bf365b5be7e42a53a5d794a6ba5716 a0e0c01391d471499b7bb7e487d315eba2dc4f74 a3494b1ba371bc6f15d9d208ec655274dce341b4 ec2dc000150dab10d65db5c92f5de714d8c60dc3 Package: ros-rolling-autoware-msgs Version: 1.12.0-1resolute.20260811.210649 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 45 Depends: ros-rolling-autoware-common-msgs, ros-rolling-autoware-control-msgs, ros-rolling-autoware-localization-msgs, ros-rolling-autoware-map-msgs, ros-rolling-autoware-perception-msgs, ros-rolling-autoware-planning-msgs, ros-rolling-autoware-sensing-msgs, ros-rolling-autoware-simulation-msgs, ros-rolling-autoware-system-msgs, ros-rolling-autoware-v2x-msgs, ros-rolling-autoware-vehicle-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-msgs/ros-rolling-autoware-msgs_1.12.0-1resolute.20260811.210649_amd64.deb Size: 6032 SHA256: 03a09030cbe5a15c1124fdf167320771f346d3b80ec60e447e40b6a13d32822e SHA1: f6f9e4578d4be231988e71aad84e757f40623b7b MD5sum: 8849b0801b34ef299b95344ab939b946 Description: Meta package for the autoware_msgs packages Package: ros-rolling-autoware-perception-msgs Version: 1.12.0-1resolute.20260811.205211 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3768 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_perception_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-perception-msgs/ros-rolling-autoware-perception-msgs_1.12.0-1resolute.20260811.205211_amd64.deb Size: 262736 SHA256: f696ad6622dc4f78c52c8a80f663fddb4642f734813ab33b6b8b1a21c3045c42 SHA1: dfa2cbe569590a17cb627a0663a79190d5293c09 MD5sum: 89c22a98ffcf27ea68c8c6280cb914e0 Description: Autoware perception messages package. Package: ros-rolling-autoware-perception-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-perception-msgs Version: 1.12.0-1resolute.20260811.205211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3168 Depends: ros-rolling-autoware-perception-msgs (= 1.12.0-1resolute.20260811.205211) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-perception-msgs/ros-rolling-autoware-perception-msgs-dbgsym_1.12.0-1resolute.20260811.205211_amd64.deb Size: 2442140 SHA256: f4c7ec23fffff750d47d41452e70d91a68e7c9688222b1f70d532688b20bf5e9 SHA1: 4727631b4973a9fb075b7cc9dbf40e1f751ea6d2 MD5sum: 46f8ddc3acb3710b3233f0e4603a69a4 Description: debug symbols for ros-rolling-autoware-perception-msgs Build-Ids: 07506d0fd278fe6ec93f3befe4a1050500a4f279 146c99e3577bd165392452454370fbb4d099bdd2 1f5f8e7f9ba703c71dc22e0fae2b0f6f968e7113 2c35d1c1410909b4a78e371c11c12c3e5733ada8 2e2fa8ef7b3b4c044189df79fa60e7f5f38f07fb 51fe4aa04e325bb9e1d15916765af0518176690d 55780d29eb77fee6db1681eb1b711cc7665ec8cc bf33279ddbd517e3aad07946f02c1670f75a08d0 dc2fc74d4526e4bb55c207a08b61e66cb9370fcb fbefb82f49005306e60c252d6e3ce59e413225d6 fe237010a5de2e3876bec011a4432e05c7d0cab2 Package: ros-rolling-autoware-planning-msgs Version: 1.12.0-1resolute.20260811.205343 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3803 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-autoware-common-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_planning_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-planning-msgs/ros-rolling-autoware-planning-msgs_1.12.0-1resolute.20260811.205343_amd64.deb Size: 277564 SHA256: 09fbdca8089b58b3b58624458017df77e7d16361fcfa268623c10dfe7b094d86 SHA1: b902c6d7636f7cfc189171b851b3c9457f2289f6 MD5sum: 8f71646fdd52f414c09e3cc10fa99ead Description: Autoware planning messages package. Package: ros-rolling-autoware-planning-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-planning-msgs Version: 1.12.0-1resolute.20260811.205343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 3183 Depends: ros-rolling-autoware-planning-msgs (= 1.12.0-1resolute.20260811.205343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-planning-msgs/ros-rolling-autoware-planning-msgs-dbgsym_1.12.0-1resolute.20260811.205343_amd64.deb Size: 2410204 SHA256: a5c8b190f35f607c3ee671f201d8a554f081dbfb7cca27bbcce7a15c4fd5d0f9 SHA1: e9f1053b91118e634ddd0df34e78b64a04cabff5 MD5sum: bf5e1a94846be5adf4c643671345ef5c Description: debug symbols for ros-rolling-autoware-planning-msgs Build-Ids: 0ec656db5f4ae00089329d5962aad13f652a7594 2768c4317db6f9f131de6a161ac16fe9511b28e9 4ae2f7686f7fd6550ab58364c9455d5234dc5ba4 51919c20c15f2b3bf9fda4908c015a84d8a7d659 6379a5581552672e46422e8bb20c3fa18658b344 6ae485e100380e777d52455ceabed91065c91c92 7def9d0e4a18df2f4d1ad4c6b80d4660cc7522b7 b89d47455b159b76cc1958d0d7538b75ac31fc20 d8adc69a6ab0bf4d3d1e9fd55bea7cf5c37bde40 d99152af1f562518494e41ef6bc2469e3a87079e f6e999d846d249485030da0f4dce76dadb42fa3c Package: ros-rolling-autoware-sensing-msgs Version: 1.12.0-1resolute.20260811.204640 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 2105 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_sensing_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-sensing-msgs/ros-rolling-autoware-sensing-msgs_1.12.0-1resolute.20260811.204640_amd64.deb Size: 189666 SHA256: c5f3f47f062e07ef8330259a48f798c2f47aa7a77ba9bd6b8887af5c8c8e1281 SHA1: d0462be7511b5ce27e5ff94cffebd369624381b7 MD5sum: a94b54aa8d544b683ec23982aef7de1f Description: Autoware sensing messages package. Package: ros-rolling-autoware-sensing-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-sensing-msgs Version: 1.12.0-1resolute.20260811.204640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1953 Depends: ros-rolling-autoware-sensing-msgs (= 1.12.0-1resolute.20260811.204640) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-sensing-msgs/ros-rolling-autoware-sensing-msgs-dbgsym_1.12.0-1resolute.20260811.204640_amd64.deb Size: 1535008 SHA256: 6154aafe196b7306cf7b7dc964b1c4440862e66028e3c99f3ff302e60384f3e5 SHA1: 7497fe93767ba92b427655240cce1ff312c23440 MD5sum: ff10fbc5be3022077e498ac7b95d1450 Description: debug symbols for ros-rolling-autoware-sensing-msgs Build-Ids: 11ca939d61a8e7ff476d2ebdc5d5df5d750c4ead 15349e7c60a59f8cbcd9116920ce3c61751586f0 18128df83d2daa34b2cd4034775798419aba0591 1f15341551f3d94c81e6cd6c1183d074c5000f18 43a5ab32ff55b6984c5da6914c11816b23313b90 8cd865f56fe8f88b9d51144731fe6f8ad22ca2d4 9470ec2228612685d7ee1f1b2c42147bb2c9b57d a81308b7056abdb033ce127c1f5a4b83bb1bdf38 acf0fa55ad6ffa9616a21f35bd0dc24a97feb3e2 d47e6469388ddd46786c4e9d403b2c61246b04cc f96d3e4590a25cc3412ec8383a148086fdff4d9b Package: ros-rolling-autoware-simulation-msgs Version: 1.12.0-1resolute.20260811.205928 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 770 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-autoware-perception-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_simulation_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-simulation-msgs/ros-rolling-autoware-simulation-msgs_1.12.0-1resolute.20260811.205928_amd64.deb Size: 70990 SHA256: d788b7a3be7ce32019f7eb79ff86e33e20d380abd339f7f18f31f712f4713102 SHA1: e3ac48feb24cfcf667e962cffe902675ac033fa7 MD5sum: d4b6e0cff878aa22eef72f88423066ae Description: Autoware simulation messages package. Package: ros-rolling-autoware-simulation-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-simulation-msgs Version: 1.12.0-1resolute.20260811.205928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 530 Depends: ros-rolling-autoware-simulation-msgs (= 1.12.0-1resolute.20260811.205928) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-simulation-msgs/ros-rolling-autoware-simulation-msgs-dbgsym_1.12.0-1resolute.20260811.205928_amd64.deb Size: 334918 SHA256: ffc54f8f0e914514cbcd837c12d7abd4bc041ea1f86bbdc02f93e19f5ea12a53 SHA1: 922db0195b1ebe321f98d6a3c29e405c9e060344 MD5sum: f8a0a917d42e9b925d52918220517bd9 Description: debug symbols for ros-rolling-autoware-simulation-msgs Build-Ids: 0c44143925f19a1d4f8ac87edcf14bc146507469 4f4b5e95cbfda699fdc4be1d3984faf5f010157f 568748b16f5c9a9ecde4105c21eef58d84e9ae00 6076315e841cd7a11b0268212e6a2fb49e117320 69314a331c052c431f1f13143a8a6d7aa29b3958 694a9f0d215ff97284500ccc51387a09c5d468f7 85c81e0d2e42e6331be40b9d8c78cde91992fefa 9c1e397c80f3f6c9a4c94abaca2233d244ab2582 9f577ba16e2c3e1cb0e8a7afe8bd5b600f8bfce0 a2e44d9032ec79b291c36ecd0a63d4cf1bd46b8b a86b93eecc0d3f15d5e3d0c8eeff4492415586c8 Package: ros-rolling-autoware-system-msgs Version: 1.12.0-1resolute.20260811.205340 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1790 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-autoware-common-msgs, ros-rolling-builtin-interfaces, ros-rolling-diagnostic-msgs, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_system_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-system-msgs/ros-rolling-autoware-system-msgs_1.12.0-1resolute.20260811.205340_amd64.deb Size: 144598 SHA256: 74c52335878da7edcfecd889166e1981efe45d2b8e3e3334a565cb4802bcb751 SHA1: 17adfbbdffce2b148f443a9816eb8b937dfd5cf7 MD5sum: b39316f02571e5ae856d27a123971f79 Description: Autoware system messages package. Package: ros-rolling-autoware-system-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-system-msgs Version: 1.12.0-1resolute.20260811.205340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1439 Depends: ros-rolling-autoware-system-msgs (= 1.12.0-1resolute.20260811.205340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-system-msgs/ros-rolling-autoware-system-msgs-dbgsym_1.12.0-1resolute.20260811.205340_amd64.deb Size: 1040426 SHA256: 34b509ec52ab92d48378d347ed1d8b99099b1342a77a079bfd85a68f7877e393 SHA1: 899ccd5f2ebf9a794e8047b05b6e917c832e48ff MD5sum: 7c5d09dbf73b36b00ec2ae40d37dcc84 Description: debug symbols for ros-rolling-autoware-system-msgs Build-Ids: 19bf17866809c6be410cab8072312c71ae898d31 24431decd92b87416e7e8a1217e46285179b9d22 33b016603f910eba101416ca5c2160e7a8503cf3 5003f2901686844ace074feb034a1fa894177e99 5ed362a64566bffda765a92272e322283947f83c 66a36784f50d284c68aa46ce8ae9e463a578957a 6987ee63180dd269401d7c64688eb4d01cab953e 7f487d104458a0a50bbf9a46a34051080ca402e1 98343a171996dd387d8389bc5a27eb219ed4cbfc ab01c88c42a73aca99eb52e8c0e354762910546d e0be9dac2d042f7800de3114bd9c2dd15290d4cc Package: ros-rolling-autoware-utils Version: 1.7.2-1resolute.20260821.185850 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 106 Depends: ros-rolling-autoware-internal-debug-msgs, ros-rolling-autoware-internal-msgs, ros-rolling-autoware-internal-planning-msgs, ros-rolling-autoware-perception-msgs, ros-rolling-autoware-planning-msgs, ros-rolling-autoware-utils-debug, ros-rolling-autoware-utils-diagnostics, ros-rolling-autoware-utils-geometry, ros-rolling-autoware-utils-logging, ros-rolling-autoware-utils-math, ros-rolling-autoware-utils-pcl, ros-rolling-autoware-utils-rclcpp, ros-rolling-autoware-utils-system, ros-rolling-autoware-utils-tf, ros-rolling-autoware-utils-uuid, ros-rolling-autoware-utils-visualization, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils/ros-rolling-autoware-utils_1.7.2-1resolute.20260821.185850_amd64.deb Size: 11982 SHA256: 8a78eef72c3f4c6d3e3ef5f3b8d597ed2e7776367ce6bcc192f98f6521b82db5 SHA1: 5872f967ec8b16af2dd0ab13477afb50114c8437 MD5sum: ff4f1038bca370d6194af443c50bcf65 Description: The autoware_utils package Package: ros-rolling-autoware-utils-debug Version: 1.7.2-1resolute.20260821.165048 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 2067 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-rolling-autoware-internal-debug-msgs, ros-rolling-autoware-internal-msgs, ros-rolling-autoware-utils-system, ros-rolling-diagnostic-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_debug/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-debug/ros-rolling-autoware-utils-debug_1.7.2-1resolute.20260821.165048_amd64.deb Size: 452280 SHA256: 4693213bd65ef59e6bf06cd6c2228ec58b7f67d0f39cbd464577aa84f5d602c7 SHA1: df6fccdb433ec7d58cfbb3a8d04a022320a73130 MD5sum: 446d4e5fbe732d466db95d5ed9b4c0ec Description: The autoware_utils_debug package Package: ros-rolling-autoware-utils-diagnostics Version: 1.7.2-1resolute.20260821.164934 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 205 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_diagnostics/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-diagnostics/ros-rolling-autoware-utils-diagnostics_1.7.2-1resolute.20260821.164934_amd64.deb Size: 57174 SHA256: c1fb8b13324721222f304c2291eda054236e30461f7446cd09e6744ed80fcd6a SHA1: 70ab7c89983f92d8b377a4b39f5d278691a62caa MD5sum: 59688a0ec11bfbcdf6da854072e41ee2 Description: The autoware_utils_diagnostics package Package: ros-rolling-autoware-utils-diagnostics-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-diagnostics Version: 1.7.2-1resolute.20260821.164934 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 909 Depends: ros-rolling-autoware-utils-diagnostics (= 1.7.2-1resolute.20260821.164934) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-diagnostics/ros-rolling-autoware-utils-diagnostics-dbgsym_1.7.2-1resolute.20260821.164934_amd64.deb Size: 833010 SHA256: 206e1129ddc120f2859eb0d99c0df7274feb4ad678f11ab9b11eb652343d0b32 SHA1: 2771f2294677af1b6fdf97371214e8ff7606c45d MD5sum: c08a3a62e25e27c7b5ccf60db5340ec1 Description: debug symbols for ros-rolling-autoware-utils-diagnostics Build-Ids: 20c456bd7e970eeabf2a9aeb537dcc35ff28736e Package: ros-rolling-autoware-utils-geometry Version: 1.7.2-1resolute.20260821.174137 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 412 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libboost-system-dev, ros-rolling-autoware-internal-planning-msgs, ros-rolling-autoware-utils-math, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_geometry/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-geometry/ros-rolling-autoware-utils-geometry_1.7.2-1resolute.20260821.174137_amd64.deb Size: 133384 SHA256: dd50d54157d3915b3284938150db1c11a54897904aac1087df6d3e3d38e8fad7 SHA1: 46f993ca577dce87ae9719e3c705310bddd5a35a MD5sum: 4e38486dafa03dc823f0d9e065ad3d99 Description: The autoware_utils_geometry package Package: ros-rolling-autoware-utils-geometry-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-geometry Version: 1.7.2-1resolute.20260821.174137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 2763 Depends: ros-rolling-autoware-utils-geometry (= 1.7.2-1resolute.20260821.174137) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-geometry/ros-rolling-autoware-utils-geometry-dbgsym_1.7.2-1resolute.20260821.174137_amd64.deb Size: 2693436 SHA256: 468e8fb71b2d70f756996c3ce62403ab6f52437ced95577b4e8f5b2cffef7160 SHA1: 65f424ac5309f871013c860ec2467318a884bed8 MD5sum: 3c89217277d32b7b17fde0fbe59a2ebe Description: debug symbols for ros-rolling-autoware-utils-geometry Build-Ids: bed482fd6b06318e379050c57b0c94cf4cadf376 Package: ros-rolling-autoware-utils-logging Version: 1.7.2-1resolute.20260821.172504 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 141 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-logging-demo, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_logging/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-logging/ros-rolling-autoware-utils-logging_1.7.2-1resolute.20260821.172504_amd64.deb Size: 31000 SHA256: d459ffdd692db086872041f35cae55758db4c142ac5165ec54e7e2c898dd284e SHA1: 830069af19c05fb8845b44153805cb93e4957a85 MD5sum: 838946dd111c000ff28411f54ae3ddc8 Description: The autoware_utils_logging package Package: ros-rolling-autoware-utils-logging-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-logging Version: 1.7.2-1resolute.20260821.172504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 489 Depends: ros-rolling-autoware-utils-logging (= 1.7.2-1resolute.20260821.172504) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-logging/ros-rolling-autoware-utils-logging-dbgsym_1.7.2-1resolute.20260821.172504_amd64.deb Size: 446580 SHA256: d7458e598b866fe861997fba02f3422c6c064b4dd6df233a5df2382f98c0167c SHA1: fa4ad1588c011cf65bd42b32550c271ab1aa27b2 MD5sum: ced0bfff1b1cb63d5b0acd49df834a10 Description: debug symbols for ros-rolling-autoware-utils-logging Build-Ids: a64f6aeacefff0608c214f0df49d24ccffdbc9a1 Package: ros-rolling-autoware-utils-math Version: 1.7.2-1resolute.20260714.192319 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 214 Depends: libc6 (>= 2.2.5), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_math/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-math/ros-rolling-autoware-utils-math_1.7.2-1resolute.20260714.192319_amd64.deb Size: 110652 SHA256: b7acdbaec44c84356721f6c5b7b81256934736c4326d6e6d27191226a1cd23fc SHA1: 52656dfcedb21a5490977c1e99fec16da231f612 MD5sum: dfc45f2338daf2e90f4383c4c636c6f0 Description: The autoware_utils_math package Package: ros-rolling-autoware-utils-math-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-math Version: 1.7.2-1resolute.20260714.192319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 153 Depends: ros-rolling-autoware-utils-math (= 1.7.2-1resolute.20260714.192319) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-math/ros-rolling-autoware-utils-math-dbgsym_1.7.2-1resolute.20260714.192319_amd64.deb Size: 7532 SHA256: 3466fdfd9ea759f9f97ab3993294e0de2840a82551adb374b1880791316e0e71 SHA1: 0f33d4477ab0d22b9cc1f222e9c8e737fb0e8083 MD5sum: 3cc0dd8cdaa601497de5e67130713fe6 Description: debug symbols for ros-rolling-autoware-utils-math Build-Ids: d5ace2bfc3e455079045bce8704dc4f26592e56a Package: ros-rolling-autoware-utils-pcl Version: 1.7.2-1resolute.20260821.184456 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 58 Depends: ros-rolling-autoware-utils-tf, ros-rolling-pcl-conversions, ros-rolling-pcl-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_pcl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-pcl/ros-rolling-autoware-utils-pcl_1.7.2-1resolute.20260821.184456_amd64.deb Size: 8634 SHA256: 54d00bac187491d0bbcd187ebbd7588414a11eec2232ec98900dd222b68c950f SHA1: 631b2cdc4fe45d51604b2117288b08ec78ca77ed MD5sum: 9946508bac04babd5f3f41320ac55ed1 Description: The autoware_utils_pcl package Package: ros-rolling-autoware-utils-rclcpp Version: 1.7.2-1resolute.20260821.164536 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 66 Depends: ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_rclcpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-rclcpp/ros-rolling-autoware-utils-rclcpp_1.7.2-1resolute.20260821.164536_amd64.deb Size: 10292 SHA256: 91ad6df5f22793faa861292e54f6e19b988bfde0678ce732e4f87d6f9b7178a9 SHA1: 96af11ab0d9a5aaae07cbf2a9c13f85e45db5da5 MD5sum: 1ab50babb4a2be069d9b139c1f3f7021 Description: The autoware_utils_rclcpp package Package: ros-rolling-autoware-utils-system Version: 1.7.2-1resolute.20260821.164533 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 89 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_system/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-system/ros-rolling-autoware-utils-system_1.7.2-1resolute.20260821.164533_amd64.deb Size: 15926 SHA256: 54b336223a0d8851bef9e72225035ee703f122bdd3ec08176cdb4b4e3f00872b SHA1: 5693234caa254615dcc12bcd81e48fc611a24f8a MD5sum: a2ea927829b1ea227573b09da19bfc83 Description: The autoware_utils_system package Package: ros-rolling-autoware-utils-system-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-system Version: 1.7.2-1resolute.20260821.164533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 234 Depends: ros-rolling-autoware-utils-system (= 1.7.2-1resolute.20260821.164533) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-system/ros-rolling-autoware-utils-system-dbgsym_1.7.2-1resolute.20260821.164533_amd64.deb Size: 217764 SHA256: f44e811cb943226785d4928db9f5e5c15c62d92e82a21bbc183e6e149eb5cc47 SHA1: 80a738a16dc4ac8f1cdd63626b341607df8c78ec MD5sum: 43abf0a30dffd0cc8c952b8cec791973 Description: debug symbols for ros-rolling-autoware-utils-system Build-Ids: 00611e17322914bc6c2c5bd65d0fda641fae45f0 Package: ros-rolling-autoware-utils-tf Version: 1.7.2-1resolute.20260821.175439 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 58 Depends: ros-rolling-autoware-utils-geometry, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_tf/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-tf/ros-rolling-autoware-utils-tf_1.7.2-1resolute.20260821.175439_amd64.deb Size: 8796 SHA256: 012d342610194c66cfee670e0e8767b08f26c748b217989cf8bc87d598c7a9b7 SHA1: f09f9881ce7df0cc3db76e14f77974cf8adca948 MD5sum: 625b48867473d7dcabb84268fdd25ca7 Description: The autoware_utils_tf package Package: ros-rolling-autoware-utils-uuid Version: 1.7.2-1resolute.20260811.194151 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 56 Depends: libboost-system-dev, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_uuid/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-uuid/ros-rolling-autoware-utils-uuid_1.7.2-1resolute.20260811.194151_amd64.deb Size: 8134 SHA256: 069fe4cb90f62505e6a442dc4252faff364305576f80b86a93c43a2c868ff98a SHA1: d353a45fafac323169a2a3d8f92b6caaa4ac7dbe MD5sum: e966594e103baec21eb478855d2323fa Description: The autoware_utils_uuid package Package: ros-rolling-autoware-utils-visualization Version: 1.7.2-1resolute.20260821.164543 Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 90 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-rclcpp, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_utils_visualization/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-visualization/ros-rolling-autoware-utils-visualization_1.7.2-1resolute.20260821.164543_amd64.deb Size: 17962 SHA256: 74820ed61b838c5a5713d2348220fbceffa98780875e3e3e0d8c0487e346d115 SHA1: 190c6b9a97cec7befabe97bb302ec10ef1859eae MD5sum: dc9fc26e7756fd30186e2e64bf4648be Description: The autoware_utils_visualization package Package: ros-rolling-autoware-utils-visualization-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-utils-visualization Version: 1.7.2-1resolute.20260821.164543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jian Kang" Installed-Size: 156 Depends: ros-rolling-autoware-utils-visualization (= 1.7.2-1resolute.20260821.164543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-utils-visualization/ros-rolling-autoware-utils-visualization-dbgsym_1.7.2-1resolute.20260821.164543_amd64.deb Size: 136400 SHA256: e8ce0d1063ca4d23867e30835a19f5c6ad3724c909e054544d8dc198af592e41 SHA1: 522f9e3decfb20e9199e290ad3ccb491757149ba MD5sum: 73872bfd43f30829e476cda6db217271 Description: debug symbols for ros-rolling-autoware-utils-visualization Build-Ids: fdb685cb77b42131ca53e246648d5c4980bdf9fc Package: ros-rolling-autoware-v2x-msgs Version: 1.12.0-1resolute.20260811.203614 Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 1034 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_v2x_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-v2x-msgs/ros-rolling-autoware-v2x-msgs_1.12.0-1resolute.20260811.203614_amd64.deb Size: 99228 SHA256: 4662ac0abe585b2336a93f745bdc048c2a0d6a4dad606f5e384b82078fad9f4a SHA1: 9746560a7e0c18baeec465d466bd649997bf14d6 MD5sum: a03a4a181c5eb0a44cb76a7cf970605a Description: Autoware v2x messages package. Package: ros-rolling-autoware-v2x-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-v2x-msgs Version: 1.12.0-1resolute.20260811.203614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Takagi, Isamu" Installed-Size: 992 Depends: ros-rolling-autoware-v2x-msgs (= 1.12.0-1resolute.20260811.203614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-v2x-msgs/ros-rolling-autoware-v2x-msgs-dbgsym_1.12.0-1resolute.20260811.203614_amd64.deb Size: 750462 SHA256: 688352f578e5b79158335a18f63f2a30f1efd8cee1c80eeb3fcdc0fac4489abf SHA1: 04af75824b17342fe13f97216fdafb72270d5910 MD5sum: 0d603c7a23b661c87e677f1a1bc7cb2b Description: debug symbols for ros-rolling-autoware-v2x-msgs Build-Ids: 3f4c99a474e2d9ea00cd07678435a5d4f9baf8fc 3fd0278b70d5c8e94c0e0fb4d6686d9ac738db0c 64b2bf773d0713a1338c8b12cc4414deb5918946 81450db52ba3fd4127c93ca6911fdcfdc7981216 8da01210a1a9e8707cbba2416e78a566f5544153 9b3e1995732eacdb3cd1b2c776975d050fea5dc9 b2a7c690c49311c1f87635e2f4b33aac204e3232 b37e4f28dfe87b38b2fdf23adb6958a896c356c9 b4ccd502ddb07db704c44511536a9e5029f47ebf d73fc52c96c6136b85dada88adadb0555fd4bd03 e80e6bc42414a19e4c46d14f9922fce46cba93e8 Package: ros-rolling-autoware-vehicle-msgs Version: 1.12.0-1resolute.20260811.210007 Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 2142 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-autoware-planning-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/autoware_vehicle_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-vehicle-msgs/ros-rolling-autoware-vehicle-msgs_1.12.0-1resolute.20260811.210007_amd64.deb Size: 152068 SHA256: f058d11b2b4c71b3f647caa4468bf66deaf3c92a89c5739f773ea522b24c8099 SHA1: 01697eed9510a844e8b509de87a3e933cbd47bd5 MD5sum: 794ccd8c61edcf2ee470a97b66ebc2ba Description: Interfaces between core Autoware vehicle components Package: ros-rolling-autoware-vehicle-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-autoware-vehicle-msgs Version: 1.12.0-1resolute.20260811.210007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mete Fatih Cırıt" Installed-Size: 1558 Depends: ros-rolling-autoware-vehicle-msgs (= 1.12.0-1resolute.20260811.210007) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-autoware-vehicle-msgs/ros-rolling-autoware-vehicle-msgs-dbgsym_1.12.0-1resolute.20260811.210007_amd64.deb Size: 1084408 SHA256: c2c3266a582f1f79be475e43616c8e5c43ec95d2ecea2df5a332180e3294e225 SHA1: 4bd8e4e276eaef78384a097197a1f40465ee1af4 MD5sum: 074d70a2beae924f90ed463df9dad960 Description: debug symbols for ros-rolling-autoware-vehicle-msgs Build-Ids: 06b12744f24df77a8edefec23688fdb474cd4b23 07c1b847f18cea118682360994fbc5743abc3640 3300cdbb7ff9306e7b2d0c451f15ab4ffb5c2200 5d816cf83ad91544cc676a94b7b3b180c51dc1cc 621b8ffe28b6f3ff745901a5ebf95d40ee77ee99 6c2c12db633c259140c0edcd219d4b9596dd9a68 7972c30e1cae8b0ffa22029a182ec7c9d053fb7a 91c5f1e5bc885e7ec3ec250ef7f8722a189f053e bddc9250699b3b6a92e61f4a105c7755fa853c0d e333536e3413b4c704bed84542f2f8d3d913d52e f4470fac44e08e61a8e3f3c42fd4bb88961264a8 Package: ros-rolling-backward-ros Version: 1.0.8-4resolute.20260714.174405 Architecture: amd64 Maintainer: Victor López Installed-Size: 227 Depends: libc6 (>= 2.14), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), libdw-dev, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/backward_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-backward-ros/ros-rolling-backward-ros_1.0.8-4resolute.20260714.174405_amd64.deb Size: 56558 SHA256: 0bbf7dc850d59cf3eb9ca737a1b052123bfbdedc08cc289804eece936e37a8f4 SHA1: 28d8acfe15a3a25ff17d5fcf60586852e989911f MD5sum: 0c02abd6717fd4f3ca80996b10d98e6d Description: The backward_ros package is a ros wrapper of backward-cpp from https://github.com/bombela/backward-cpp Package: ros-rolling-backward-ros-dbgsym Package-Type: ddeb Source: ros-rolling-backward-ros Version: 1.0.8-4resolute.20260714.174405 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Victor López Installed-Size: 263 Depends: ros-rolling-backward-ros (= 1.0.8-4resolute.20260714.174405) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-backward-ros/ros-rolling-backward-ros-dbgsym_1.0.8-4resolute.20260714.174405_amd64.deb Size: 232878 SHA256: cf7aa1c10317469cceac7504a148e0038864e05357b19c7097dd2e72cbf698e3 SHA1: 471b2499706dbf5b93cc7c65477a0b20e4a2e05c MD5sum: 7fac961e8b678e54077371a960d625c7 Description: debug symbols for ros-rolling-backward-ros Build-Ids: c3859c69421652b68bbc818f959151f8b9f3e2e0 Package: ros-rolling-bag2-to-image Version: 0.1.2-2resolute.20260821.175820 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 298 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/bag2_to_image/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bag2-to-image/ros-rolling-bag2-to-image_0.1.2-2resolute.20260821.175820_amd64.deb Size: 86344 SHA256: fd0b43672b60d45c475bac953c8cb4a928f3a9589970fded453827ecec5ef792 SHA1: 93f27cbabb17d6cd757d80bff2b6007b64a88470 MD5sum: a84a67e711c8081ffc26f128f4a106d5 Description: The bag2_to_image package Package: ros-rolling-bag2-to-image-dbgsym Package-Type: ddeb Source: ros-rolling-bag2-to-image Version: 0.1.2-2resolute.20260821.175820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 1713 Depends: ros-rolling-bag2-to-image (= 0.1.2-2resolute.20260821.175820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bag2-to-image/ros-rolling-bag2-to-image-dbgsym_0.1.2-2resolute.20260821.175820_amd64.deb Size: 1609370 SHA256: 353482da4fbcbc648413efe322ae1be5c86e8f25b8b0da5e52b70369c4da6771 SHA1: 4e04c777bf9a2ed073a3b1b1a13e2ab299a144ec MD5sum: bd227b557e5f2a083f3128134c219a3c Description: debug symbols for ros-rolling-bag2-to-image Build-Ids: 189fa4a3073b8409d080f2e67ebed8e6036a073a 1eb3c1ef492d7e5dd83ec8d54a4a4b0aa04518a3 Package: ros-rolling-battery-state-broadcaster Version: 6.9.0-1resolute.20260826.125011 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 493 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-broadcaster/ros-rolling-battery-state-broadcaster_6.9.0-1resolute.20260826.125011_amd64.deb Size: 124426 SHA256: 7ae19de892e4c815b5472c2f036658518c598e562ca27ba41ec5a52202314f93 SHA1: 46f012ee951472aac7d6f0a465761a8c6202cceb MD5sum: bbfb585e3aced91d0d054af37f5c09e4 Description: ros2_control battery state broadcaster controller Package: ros-rolling-battery-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-battery-state-broadcaster Version: 6.9.0-1resolute.20260826.125011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1902 Depends: ros-rolling-battery-state-broadcaster (= 6.9.0-1resolute.20260826.125011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-broadcaster/ros-rolling-battery-state-broadcaster-dbgsym_6.9.0-1resolute.20260826.125011_amd64.deb Size: 1716578 SHA256: 19ab6a2afd80ba4afc43a7fcbcbdbe0b0468ecef83ff27478139b9ce30b62701 SHA1: fc2bae4f5de51ec40b69745e733fbd427d49da6c MD5sum: 4a2904eeda100e914f1bb63dbe4158f7 Description: debug symbols for ros-rolling-battery-state-broadcaster Build-Ids: b4378b9b30775ac2afe266c38f267823d1a1d202 Package: ros-rolling-battery-state-rviz-overlay Version: 1.2.0-2resolute.20260821.164546 Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 549 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, ros-rolling-rclcpp, ros-rolling-rviz-2d-overlay-msgs, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/battery_state_rviz_overlay/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-rviz-overlay/ros-rolling-battery-state-rviz-overlay_1.2.0-2resolute.20260821.164546_amd64.deb Size: 128626 SHA256: 5379fae9803d3d846f147a3848f0bd6b22bd7d3a783fbf84852bf9900ca1ec7c SHA1: 0fddfa7fe87bc2dc766a2d23ed1e6707deb22ea5 MD5sum: a721a2eaf3d84e4dd42ba64d06697ccc Description: Converts BatteryState messages to RViz OverlayText messages. Package: ros-rolling-battery-state-rviz-overlay-dbgsym Package-Type: ddeb Source: ros-rolling-battery-state-rviz-overlay Version: 1.2.0-2resolute.20260821.164546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonas Otto Installed-Size: 2602 Depends: ros-rolling-battery-state-rviz-overlay (= 1.2.0-2resolute.20260821.164546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-battery-state-rviz-overlay/ros-rolling-battery-state-rviz-overlay-dbgsym_1.2.0-2resolute.20260821.164546_amd64.deb Size: 2179286 SHA256: c1c4afccd600b1e6d309e46dc1babdf9fa1b25da6fff783dc13f8c1b66f18d77 SHA1: b72a7dc727a08b67ee804b89251d4bd21782be46 MD5sum: 63cb6393fe76c14b7f757830c0195227 Description: debug symbols for ros-rolling-battery-state-rviz-overlay Build-Ids: 5b4ca7124c527dfad693d821df9e088be6850f5f Package: ros-rolling-behaviortree-cpp Version: 4.10.0-2resolute.20260831.132933 Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 3076 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.10.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libzmq5 (>= 4.0.1+dfsg), cppzmq-dev, libsqlite3-dev, libtinyxml2-dev, libzmq3-dev, ros-rolling-ament-index-cpp, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/behaviortree_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-behaviortree-cpp/ros-rolling-behaviortree-cpp_4.10.0-2resolute.20260831.132933_amd64.deb Size: 656158 SHA256: c379c86634cb6ca73d328b05c576fbc68706505edc998365b5c98c7719f3bcf8 SHA1: 124541bd8071659d04f63d7626a4f7f530c77f91 MD5sum: 7ec98455a47561138259c4910a3cb4b8 Description: This package provides the Behavior Trees core library. Package: ros-rolling-behaviortree-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-behaviortree-cpp Version: 4.10.0-2resolute.20260831.132933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Faconti" Installed-Size: 13754 Depends: ros-rolling-behaviortree-cpp (= 4.10.0-2resolute.20260831.132933) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-behaviortree-cpp/ros-rolling-behaviortree-cpp-dbgsym_4.10.0-2resolute.20260831.132933_amd64.deb Size: 13091294 SHA256: 83bdcbd497366891b33e530860eb53799f0e43b4aaac41cc34f41503cdfd508d SHA1: 859a5f5485d9efee600959e9a2e33b14c3af267d MD5sum: 16f48930bc691e6086846595f48ebdf0 Description: debug symbols for ros-rolling-behaviortree-cpp Build-Ids: 6a0f2fa0dbc083c5e7dce7cd059dcb3a4628e3ce 6eaac553a15f076cd40d806deb1803e761eebfb4 81c57d7447295377d4f9e8c86fb0d347883f99c7 b68a4cd05401cee96e0b655037b9198ab53b4a29 b961aa6074431b5c824e0535d8d292d17eb8014b cf48bd2bd34dcd440fa791c9d99f79252dda8b88 Package: ros-rolling-bicycle-steering-controller Version: 6.9.0-1resolute.20260827.063921 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 198 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-std-srvs, ros-rolling-steering-controllers-library, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bicycle-steering-controller/ros-rolling-bicycle-steering-controller_6.9.0-1resolute.20260827.063921_amd64.deb Size: 49880 SHA256: a7adcba10ff9482852afa164ec29d09a2fe7e316e04de1654d9f77e4dd960c29 SHA1: e8abda9a2f085c4345f875a55137b3741be22076 MD5sum: c0d2c382b722f2ab1cd98e23dd7eb5ef Description: Steering controller with bicycle kinematics. Rear fixed wheel is powering the vehicle and front wheel is steering. Package: ros-rolling-bicycle-steering-controller-dbgsym Package-Type: ddeb Source: ros-rolling-bicycle-steering-controller Version: 6.9.0-1resolute.20260827.063921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 769 Depends: ros-rolling-bicycle-steering-controller (= 6.9.0-1resolute.20260827.063921) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bicycle-steering-controller/ros-rolling-bicycle-steering-controller-dbgsym_6.9.0-1resolute.20260827.063921_amd64.deb Size: 722078 SHA256: 108d9a4283bda16e073973278d23cd1792506c6154e53647e230de2a742cf403 SHA1: e1cd7b10c379183646160aff038bc5f6bc4898a9 MD5sum: 7c6377e32b430ed70532380d07141444 Description: debug symbols for ros-rolling-bicycle-steering-controller Build-Ids: cc3fda0ed6f05571d1fffe1ca29936deb57d7cf0 Package: ros-rolling-bno055 Version: 0.5.0-3resolute.20260821.163326 Architecture: amd64 Maintainer: flynneva Installed-Size: 200 Depends: python3-serial, python3-smbus, ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/bno055/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bno055/ros-rolling-bno055_0.5.0-3resolute.20260821.163326_amd64.deb Size: 33018 SHA256: 71f7d2d40213f6f2695a1535d98fedb72baed783d9c916c57e7b9300f811a21a SHA1: 08a1e38ae7e6ee2046214331193f35ed581085fb MD5sum: 84bc7d373107970afae29317e9e708f1 Description: Bosch BNO055 IMU driver for ROS2 Package: ros-rolling-bond Version: 4.4.0-2resolute.20260811.204921 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 576 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/bond Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond/ros-rolling-bond_4.4.0-2resolute.20260811.204921_amd64.deb Size: 60094 SHA256: 2fcc4a4fb73e8cc7a7b2a2dabaa5945b6ede4c288030156859d22b2e0eaccd1e SHA1: 8a237ca3115052eb74605391eb0ec74857770d09 MD5sum: 14a93584c9b41012d884dbeed6da2a16 Description: A bond allows two processes, A and B, to know when the other has terminated, either cleanly or by crashing. The bond remains connected until it is either broken explicitly or until a heartbeat times out. Package: ros-rolling-bond-core Version: 4.4.0-2resolute.20260821.180840 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 45 Depends: ros-rolling-bond, ros-rolling-bondcpp, ros-rolling-smclib, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/bond_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond-core/ros-rolling-bond-core_4.4.0-2resolute.20260821.180840_amd64.deb Size: 6032 SHA256: 8a3b72c31ac6cf22ea1ae3056cea19a14580636cd29f92e280a651fd3a9ca397 SHA1: 21d0cf7c0123f3acdaf4690ae9c3032d3bcac592 MD5sum: 14be8d0a855d4a2d6a4fdcb3d1d7c456 Description: A bond allows two processes, A and B, to know when the other has terminated, either cleanly or by crashing. The bond remains connected until it is either broken explicitly or until a heartbeat times out. Package: ros-rolling-bond-dbgsym Package-Type: ddeb Source: ros-rolling-bond Version: 4.4.0-2resolute.20260811.204921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 473 Depends: ros-rolling-bond (= 4.4.0-2resolute.20260811.204921) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bond/ros-rolling-bond-dbgsym_4.4.0-2resolute.20260811.204921_amd64.deb Size: 309950 SHA256: 0ac8481a89e5a7fbde53fe85ff10b27e7fca135dd5d34b2e4ce0f1e485d01e36 SHA1: 2860c128401963e5462e77115bb64863fdd1751d MD5sum: 8e767676e24bf6acaeae73112069f069 Description: debug symbols for ros-rolling-bond Build-Ids: 0086774bac4962e448f8794fd605d7cf5c914285 139032ada4a11b0ed1fa75cd9e00f86d4df84922 81cc201507c93a1e166374a646214d15527ceecb 85d879c72e52d91467d589ec3b37e496f4f6b34b 92252321ab5347e347aa65bb929e50a5fb550575 a21a7d0e91bf6e59e32cbcf986c83017b12fb025 bf3538fe57cc89be7b7d20c514511a6364099f0d c59561334143879f60b33f632280d0e0a0dde2d8 c9813be8f7851b31d122ebeb4f274c02c9fa094f cbce7bf6d136efef9fc3699361af99df429482ae de2ce9f291edb77381fd8780fce9caaa5f3fe72b Package: ros-rolling-bondcpp Version: 4.4.0-2resolute.20260821.164828 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 612 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libuuid1 (>= 2.16), ros-rolling-bond, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-smclib, uuid-dev, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/bondcpp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bondcpp/ros-rolling-bondcpp_4.4.0-2resolute.20260821.164828_amd64.deb Size: 134078 SHA256: 9dcabf7d1287dbdd04957cfa3cc7887e31150effd26edade47b9f9394ec4f4ea SHA1: 2eb93bfdef7b09d68948a8e331f2cc51e181d898 MD5sum: 3247c58756e63dfe5a2a6a87cff33b1f Description: C++ implementation of bond, a mechanism for checking when another process has terminated. Package: ros-rolling-bondcpp-dbgsym Package-Type: ddeb Source: ros-rolling-bondcpp Version: 4.4.0-2resolute.20260821.164828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 2540 Depends: ros-rolling-bondcpp (= 4.4.0-2resolute.20260821.164828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bondcpp/ros-rolling-bondcpp-dbgsym_4.4.0-2resolute.20260821.164828_amd64.deb Size: 2115298 SHA256: 089ab28677dc16204fbe205cc56a8aebca2040c7528a6458a123e769281d4a24 SHA1: 836022ee3dcaa843020f7166447e79c5118de628 MD5sum: ebc7122feae15e24a5b27b30b9237c59 Description: debug symbols for ros-rolling-bondcpp Build-Ids: 4a219628195032beda03fe32c0942cd17d23250b Package: ros-rolling-bondpy Version: 4.4.0-2resolute.20260821.163330 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 86 Depends: ros-rolling-bond, ros-rolling-rclpy, ros-rolling-smclib, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/bondpy/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-bondpy/ros-rolling-bondpy_4.4.0-2resolute.20260821.163330_amd64.deb Size: 16916 SHA256: ae36a56cf39e0ab231d4cb02214082900de6184f8ae8b86fe9d241c24f538923 SHA1: 46774047036ed89b16f2d5b8c7e78b36f7bad911 MD5sum: 1dd0971487336cc48bb6b4aa25724073 Description: Python implementation of bond, a mechanism for checking when another process has terminated. Package: ros-rolling-boost-geometry-util Version: 0.0.1-5resolute.20260821.164616 Architecture: amd64 Maintainer: masaya Installed-Size: 96 Depends: libboost-all-dev, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/boost_geometry_util/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-geometry-util/ros-rolling-boost-geometry-util_0.0.1-5resolute.20260821.164616_amd64.deb Size: 11398 SHA256: d7719a5e4a9f0cb80be061620565c8b7f11b95991e03333248a8cc7d3dea10ad SHA1: a61cedeb4885590539eac568f3959e7660d6aaa1 MD5sum: a7096360e3ea9ffa020326dc9100ac1b Description: Utility library for boost geometry Package: ros-rolling-boost-geometry-util-dbgsym Package-Type: ddeb Source: ros-rolling-boost-geometry-util Version: 0.0.1-5resolute.20260821.164616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: masaya Installed-Size: 48 Depends: ros-rolling-boost-geometry-util (= 0.0.1-5resolute.20260821.164616) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-geometry-util/ros-rolling-boost-geometry-util-dbgsym_0.0.1-5resolute.20260821.164616_amd64.deb Size: 30268 SHA256: 229c24fa46088d4692c8738136e8d003564e79b229b317d1939f8d797b1cf9cd SHA1: fb7d93fe65d6d965728db0686b2d6297379b629d MD5sum: 496fc2d9a56bb9b53af487f106b8a270 Description: debug symbols for ros-rolling-boost-geometry-util Build-Ids: de03bd319f152877b91d2f6bc71589967b3a8109 Package: ros-rolling-boost-sml-vendor Version: 1.1.13-2resolute.20260714.190314 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 201 Depends: ros-rolling-ros-workspace Homepage: https://github.com/boost-ext/sml Priority: optional Section: misc Filename: pool/main/r/ros-rolling-boost-sml-vendor/ros-rolling-boost-sml-vendor_1.1.13-2resolute.20260714.190314_amd64.deb Size: 25436 SHA256: e66fb280b3347e25ac80a79ffc0b7a6c8607a7d3da87121134e3aa35735773aa SHA1: 4e4ec26c1d70f0a83ec45233287e07c8cf527a2b MD5sum: 95e4391ae87cde781d9c8adf88907f1d Description: Vendor package for the Boost SML (State Machine Language) Package: ros-rolling-broll Version: 0.1.0-2resolute.20260821.165930 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 791 Depends: libavcodec62 (>= 7:8.0.1), libavformat62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libswscale9 (>= 7:8.0.1), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/broll/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-broll/ros-rolling-broll_0.1.0-2resolute.20260821.165930_amd64.deb Size: 184014 SHA256: 5755666df776a11cf298486285a1e8501b61b56c0cc1e6e57c23a204ba9f0ca0 SHA1: 3439fc867eb785c4af0e851006855df5656a77e3 MD5sum: 0125d58fb5085e582d61f1d480516248 Description: B-Roll utility library for interacting with video stream data in the context of rosbag2 Package: ros-rolling-broll-dbgsym Package-Type: ddeb Source: ros-rolling-broll Version: 0.1.0-2resolute.20260821.165930 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 3682 Depends: ros-rolling-broll (= 0.1.0-2resolute.20260821.165930) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-broll/ros-rolling-broll-dbgsym_0.1.0-2resolute.20260821.165930_amd64.deb Size: 3171280 SHA256: a9c1cd60834c58b437c817ab8d9ee6ab22b4fc7a740b6cf9604f079717f3def6 SHA1: cd1f1636116e32903a929ab154f734c77527ba72 MD5sum: 067bc9cd96b5785b9f89b0517c484c87 Description: debug symbols for ros-rolling-broll Build-Ids: 1247de74f3e6c3ce4405f2238fcc0d66eb9a7c37 b108092b1a34bb8e45b216f4f5595c5e090563e8 e350508db3dd62f922c03d9bd4a8740b591bd2cd Package: ros-rolling-builtin-interfaces Version: 2.5.1-1resolute.20260811.193918 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 545 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 4.1.1), ros-rolling-fastcdr, ros-rolling-rosidl-core-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/builtin_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-builtin-interfaces/ros-rolling-builtin-interfaces_2.5.1-1resolute.20260811.193918_amd64.deb Size: 49886 SHA256: 483234ec94d2875f8a38c7b63f643e5fd5d575b00ade647d7ee13c24dc9b6688 SHA1: 44cb5e264d024df0f881f04d1c7cf61833b957c2 MD5sum: 5dc5c9967c8a57ae9a9bf5796794cd0c Description: A package containing message and service definitions for types defined in the OMG IDL Platform Specific Model. Package: ros-rolling-builtin-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-builtin-interfaces Version: 2.5.1-1resolute.20260811.193918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 397 Depends: ros-rolling-builtin-interfaces (= 2.5.1-1resolute.20260811.193918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-builtin-interfaces/ros-rolling-builtin-interfaces-dbgsym_2.5.1-1resolute.20260811.193918_amd64.deb Size: 243242 SHA256: ccda9e4f8779e143d935eb32249345a8b1de7fc771994356eda94c818c0f8acf SHA1: f11f668e43422763600d24c97348f3dc877c5c48 MD5sum: 94838cb737147cada51a885fa380fa2b Description: debug symbols for ros-rolling-builtin-interfaces Build-Ids: 262225bf0635bdfcfa3518fbb4d37068ffca4347 3fe7c797bd1b5194d6f8d3da0174197a432e2537 4bf8dca108ed3095c4e5c8f15ac6410690bd7ee8 4ed095fea31c40eb881a6078c4dc1fe7c64b86f5 4f29e496513aab93149e6cce17ab04067872ed79 535e55d25d26336ac1a1aa47e5e71885fe3821ac 605e96fd3e333299e996a93efe9d57a559c9bb40 6832b7e3e29fc7305aefb4506bf25f53ca2ea92c 99f28259b10a217e0c26ade722624f8678daaeb6 c78a68dba6be099eb908959b8ce522fbee90de8c fb83789942ed918d036e45d8bce89f4416d2606e Package: ros-rolling-camera-calibration Version: 8.0.1-1resolute.20260821.170249 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 320 Depends: python3-opencv, python3-semver, ros-rolling-cv-bridge, ros-rolling-image-geometry, ros-rolling-message-filters, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/camera_calibration/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-calibration/ros-rolling-camera-calibration_8.0.1-1resolute.20260821.170249_amd64.deb Size: 79218 SHA256: eb9a112ae4f1c13a0523e0e2d4010bbd830d273c352e855fdeac9d0b8a6976d3 SHA1: f08fa8357448d04cd38035bf3f6331bd7d07d376 MD5sum: 2a1a05c9af6848d078dbb7b3d524067a Description: camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target. Package: ros-rolling-camera-calibration-parsers Version: 7.0.3-1resolute.20260821.164620 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 260 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-ament-cmake-ros-core, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/camera_calibration_parsers Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-calibration-parsers/ros-rolling-camera-calibration-parsers_7.0.3-1resolute.20260821.164620_amd64.deb Size: 64798 SHA256: 6ef541a4c43d93a87ae2c61d6d91d4efb68b327e45bbb2fcf0fcaeb6e04f1b32 SHA1: a8ec15363e280ed108cbc219395eab7cae4f69c4 MD5sum: 2e91aef8b6f2f96fe170de0eedafd38f Description: camera_calibration_parsers contains routines for reading and writing camera calibration parameters. Package: ros-rolling-camera-calibration-parsers-dbgsym Package-Type: ddeb Source: ros-rolling-camera-calibration-parsers Version: 7.0.3-1resolute.20260821.164620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 875 Depends: ros-rolling-camera-calibration-parsers (= 7.0.3-1resolute.20260821.164620) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-calibration-parsers/ros-rolling-camera-calibration-parsers-dbgsym_7.0.3-1resolute.20260821.164620_amd64.deb Size: 804980 SHA256: 3484125e824c29bdb40e810437a3dfa39b5d2cd747abfe56d99a71541e30fbe6 SHA1: b0edf3e63648178066edf82c79d8bc5fa8f7a14c MD5sum: ef85762a7de0b9023a2600c8df77f6d3 Description: debug symbols for ros-rolling-camera-calibration-parsers Build-Ids: 97f75ea216e6fc6d3e27b255dd81bd45e4d57ebf f9be91ec67377822bb6475fc4e8d33b37853d285 Package: ros-rolling-camera-info-manager Version: 7.0.3-1resolute.20260821.165154 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 190 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ament-cmake-ros-core, ros-rolling-ament-index-cpp, ros-rolling-camera-calibration-parsers, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rcpputils, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/camera_info_manager Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-info-manager/ros-rolling-camera-info-manager_7.0.3-1resolute.20260821.165154_amd64.deb Size: 49330 SHA256: 948f382d770d79a5b616cda6c4803c30540cb8661916caf33ae719f7b00def99 SHA1: 453e8ca83a6b02f4df3d75caaf6370dadcfbc5e0 MD5sum: 9ba51612d1538b8b57704a038ff6d338 Description: This package provides a C++ interface for camera calibration information. It provides CameraInfo, and handles SetCameraInfo service requests, saving and restoring the camera calibration data. Package: ros-rolling-camera-info-manager-dbgsym Package-Type: ddeb Source: ros-rolling-camera-info-manager Version: 7.0.3-1resolute.20260821.165154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 604 Depends: ros-rolling-camera-info-manager (= 7.0.3-1resolute.20260821.165154) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-info-manager/ros-rolling-camera-info-manager-dbgsym_7.0.3-1resolute.20260821.165154_amd64.deb Size: 550306 SHA256: 92a99770cd54da2c23a6f85ff25d089cfac1b31430057acc8f8bd3c328117c26 SHA1: 0a0cb88f0d6213f74af37d4067c0b17622c9ce59 MD5sum: 6e8ca764f58524afccdcd6161857fa7f Description: debug symbols for ros-rolling-camera-info-manager Build-Ids: 790c0a20d37e974bbaff72906c3b93fadc041cd9 Package: ros-rolling-camera-info-manager-py Version: 7.0.3-1resolute.20260821.163311 Architecture: amd64 Maintainer: "Jose Mastrangelo" Installed-Size: 124 Depends: python3-yaml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/camera_info_manager_py Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-info-manager-py/ros-rolling-camera-info-manager-py_7.0.3-1resolute.20260821.163311_amd64.deb Size: 28186 SHA256: d42a834db569b5f03c5d129d54be0fdae9c7f89661904adfa01a200b8beb777a SHA1: 68ed03d4152f6274238cd1ab111677af2ddb7f60 MD5sum: dcd9b97d773b63a4528e7d5bcee5cd53 Description: Python interface for camera calibration information. This ROS package provides a CameraInfo interface for Python camera drivers similar to the C++ camera_info_manager package. Package: ros-rolling-camera-ros Version: 0.7.0-1resolute.20260821.173556 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 775 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-libcamera (>= 0.1), ros-rolling-ament-index-python, ros-rolling-camera-info-manager, ros-rolling-cv-bridge, ros-rolling-diagnostic-msgs, ros-rolling-image-view, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros2launch, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/camera_ros/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-ros/ros-rolling-camera-ros_0.7.0-1resolute.20260821.173556_amd64.deb Size: 229426 SHA256: 2838a8a9aa9421c0276ed9057702bd56bd239f38ec597b1a8d4047b183b2c0a8 SHA1: 05d3940364e7939018e199e02557a28f155182d3 MD5sum: faa044c990100647ae3bfda5fbe46126 Description: node for libcamera supported cameras (V4L2, Raspberry Pi Camera Modules) Package: ros-rolling-camera-ros-dbgsym Package-Type: ddeb Source: ros-rolling-camera-ros Version: 0.7.0-1resolute.20260821.173556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 4789 Depends: ros-rolling-camera-ros (= 0.7.0-1resolute.20260821.173556) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-camera-ros/ros-rolling-camera-ros-dbgsym_0.7.0-1resolute.20260821.173556_amd64.deb Size: 4440558 SHA256: 586f8c0eaa7f1afe88f4a406a04507e3095426fb17a7aa2674fd1412c451dd02 SHA1: a7b7d5427a20e5544e76c25bf267c186e827a25f MD5sum: 4932cfd6fb4a823101a7f5cad094c21c Description: debug symbols for ros-rolling-camera-ros Build-Ids: 64bd4234b3f435942f3fe046ec7d0f6a14631b09 8c857c77900d65dd3406f99db0483e7a51ba751b Package: ros-rolling-can-msgs Version: 2.0.0-6resolute.20260811.202754 Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 484 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/can_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-can-msgs/ros-rolling-can-msgs_2.0.0-6resolute.20260811.202754_amd64.deb Size: 49794 SHA256: ad9e9bf61e256be2d18bf3facc43f99ad02e88eb92990c6fab7664584df42765 SHA1: 595efd504ce1dcf828619606038e4ae220a22a0c MD5sum: 1446d439a73c24aaae4ccaa6fff63422 Description: CAN related message types. Package: ros-rolling-can-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-can-msgs Version: 2.0.0-6resolute.20260811.202754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mathias Lüdtke Installed-Size: 348 Depends: ros-rolling-can-msgs (= 2.0.0-6resolute.20260811.202754) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-can-msgs/ros-rolling-can-msgs-dbgsym_2.0.0-6resolute.20260811.202754_amd64.deb Size: 208624 SHA256: e266cf84ed52fc6149daf0f227fb83cfbed6bd11d9112eec02f443528a58199c SHA1: a4e285cfd48ecafc5a066214231ca172714ae569 MD5sum: fb8d8d8494e25df656ad9239d2dedd2b Description: debug symbols for ros-rolling-can-msgs Build-Ids: 09737e75c34eb2168a83334f2d060626afc2fd93 2e4cbb9fcff81053369759640f61bff5d6ca5b58 30fd2738f1fd784b8389ac96fe92fe5f277a1ca5 3ef442a518b582b1eaa1c4b3dbeca6e7eaa30cfa 43d0e1f05035c1e3ac035a160c7b7d7231cd152f 676698dd6cbd4b3da885313130b208a48b4eecb2 77645b377d9523e34eb10c0f6a5f6f82ab5afbb1 80510409ec5fda887b0564745b585f4db78b1432 9d8abe7a36738e8fbd7fa02bbf8861749d79c7fc b901c3343bab576f19e66713733d6f897cb4700e d2846b4231c0226d69886700ba0d4a342b77caec Package: ros-rolling-canopen Version: 0.3.4-1resolute.20260821.181210 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 45 Depends: ros-rolling-canopen-402-driver, ros-rolling-canopen-base-driver, ros-rolling-canopen-core, ros-rolling-canopen-interfaces, ros-rolling-canopen-proxy-driver, ros-rolling-lely-core-libraries, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen/ros-rolling-canopen_0.3.4-1resolute.20260821.181210_amd64.deb Size: 7348 SHA256: c2a5c361af6b4e85122abe6743546a983215bdac9f41623193adee1a05407fce SHA1: 9e8a54cedc540f512f38fff4ac6e33d771587525 MD5sum: 324c87bf4dba11492c01dfb5ede34607 Description: Meta-package aggregating the ros2_canopen packages and documentation Package: ros-rolling-canopen-402-driver Version: 0.3.4-1resolute.20260821.172505 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1304 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-lely-core-libraries, libboost-all-dev, ros-rolling-canopen-base-driver, ros-rolling-canopen-core, ros-rolling-canopen-interfaces, ros-rolling-canopen-proxy-driver, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_402_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-402-driver/ros-rolling-canopen-402-driver_0.3.4-1resolute.20260821.172505_amd64.deb Size: 283848 SHA256: 2b8b6a8a676de0469ac046f92a1a9d101579f8af85a48ba0d9673da464ce33f3 SHA1: 734a931dc00aaf4dd6db20b0179c7544a824c489 MD5sum: 9c96d347ad327f6d6790ac361e8aabdf Description: Driver for devices implementing CIA402 profile Package: ros-rolling-canopen-402-driver-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-402-driver Version: 0.3.4-1resolute.20260821.172505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 6462 Depends: ros-rolling-canopen-402-driver (= 0.3.4-1resolute.20260821.172505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-402-driver/ros-rolling-canopen-402-driver-dbgsym_0.3.4-1resolute.20260821.172505_amd64.deb Size: 5896054 SHA256: c7cd81f250b52d07260e571c47fb765b7d526a47173b56589f7bebd6c7cd2e42 SHA1: 4152e6ac470803d8288e2451c250645733caad88 MD5sum: 5cd0ee7958ffa746009293d3bad35693 Description: debug symbols for ros-rolling-canopen-402-driver Build-Ids: 9aff43f0a7b7e744f9f02de62fa4976052804da1 a5c55e68558f4adfb003dcb0e9b43a3a7bf0029d db8a7b0121ae33cd12b9b016659d4648c3e03981 dd0cd5a061946ab19c624bf883535a9bae0a5547 Package: ros-rolling-canopen-base-driver Version: 0.3.4-1resolute.20260821.170947 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 964 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-lely-core-libraries, libboost-all-dev, ros-rolling-canopen-core, ros-rolling-canopen-interfaces, ros-rolling-diagnostic-updater, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_base_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-base-driver/ros-rolling-canopen-base-driver_0.3.4-1resolute.20260821.170947_amd64.deb Size: 194870 SHA256: ae7c91922b0e7245e44b80379a0df221e0bc40f060b2d635284ba4c9656ba929 SHA1: b268559d57d6850e46321a9c6d080368ceaf622c MD5sum: a1b7a103bc79374ba15e1a0190211e76 Description: Library containing abstract CANopen driver class for ros2_canopen Package: ros-rolling-canopen-base-driver-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-base-driver Version: 0.3.4-1resolute.20260821.170947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4375 Depends: ros-rolling-canopen-base-driver (= 0.3.4-1resolute.20260821.170947) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-base-driver/ros-rolling-canopen-base-driver-dbgsym_0.3.4-1resolute.20260821.170947_amd64.deb Size: 3970658 SHA256: 3bf20559c8cb1da06c8ba3cc5857e1d003fc1b1e0070a91afab69b61397a5d59 SHA1: 09a46eefa74b5adf8bdd81977c16971cff69f5ba MD5sum: 61c2f353e167f9efd01b6573103033d4 Description: debug symbols for ros-rolling-canopen-base-driver Build-Ids: 6e9e6dd5b83051d9dff4d4876d3d687ed5f76db1 aefc0bc0009845a5ea97eb7b8840fa50a8069cf0 b79e62792e33bf797b72e43d9a9d20c7ca6e7d0e daecd7b4b64bddd1c7a54c420235cf217821cd17 Package: ros-rolling-canopen-core Version: 0.3.4-1resolute.20260821.170202 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 836 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-lely-core-libraries, libboost-all-dev, ros-rolling-canopen-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_core/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-core/ros-rolling-canopen-core_0.3.4-1resolute.20260821.170202_amd64.deb Size: 206642 SHA256: c6311f004bc1e1d1e38711185c0548703ecc8d5110914a52397aad451dd6f52a SHA1: 4b1ab64cb604230b564653c368a30c6b0dd3f959 MD5sum: c7397405d16148227b8b1b3dc37dcb6f Description: Core ros2_canopen functionalities such as DeviceContainer and master Package: ros-rolling-canopen-core-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-core Version: 0.3.4-1resolute.20260821.170202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 4776 Depends: ros-rolling-canopen-core (= 0.3.4-1resolute.20260821.170202) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-core/ros-rolling-canopen-core-dbgsym_0.3.4-1resolute.20260821.170202_amd64.deb Size: 4498190 SHA256: 8a7b8d9195f3a623e63c1f92b2545f6d4d5ed461d8b1cf1efce76459c3dd8f11 SHA1: c39615b88c24184cf203c97c9ceb29a164808446 MD5sum: 360f0d9ebcec73a198dd9b58aaeac42b Description: debug symbols for ros-rolling-canopen-core Build-Ids: 21d49d7cdd2d3f1f2e2648b8bfe33f47d2899e47 42b67ce0cd4c2b046fb1557da20f68ba1ea210ae bd47a8b045129e3380c0e03e714cb8650c3027cb cd5ced6dcadda6726b071d66b8adcd535d98e864 Package: ros-rolling-canopen-fake-slaves Version: 0.3.4-1resolute.20260821.164828 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 355 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-lely-core-libraries, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_fake_slaves/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-fake-slaves/ros-rolling-canopen-fake-slaves_0.3.4-1resolute.20260821.164828_amd64.deb Size: 74620 SHA256: b3d23ae6f9629fca8fb3d762bf06388e61f579627e7ed4103f5e6e294e4e5a65 SHA1: 1b6920a71c28dbb8f3c6b8ef5b570dbb6d11d992 MD5sum: 5edea0fdc642e06e10470b4f1858b3a0 Description: Package with mock canopen slave Package: ros-rolling-canopen-fake-slaves-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-fake-slaves Version: 0.3.4-1resolute.20260821.164828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1078 Depends: ros-rolling-canopen-fake-slaves (= 0.3.4-1resolute.20260821.164828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-fake-slaves/ros-rolling-canopen-fake-slaves-dbgsym_0.3.4-1resolute.20260821.164828_amd64.deb Size: 971696 SHA256: acb070473eaaebcbd71c189eba3365371046c84635a88d68278ea86815653ee8 SHA1: 92240cc560dc6e2dfdbd3df2dc658f95f9537792 MD5sum: 3b994cfc8169300c8576037e5730162a Description: debug symbols for ros-rolling-canopen-fake-slaves Build-Ids: 5bb4b53f7f8e4d49df44b8cfe92acb013d5dec27 5e44c54fdf7e3f97dbf75386e30bfca8fbd21058 f66b6ca3a2727f95b2c0dfd0b405bb875054e552 Package: ros-rolling-canopen-interfaces Version: 0.3.4-1resolute.20260811.202755 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3760 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-interfaces/ros-rolling-canopen-interfaces_0.3.4-1resolute.20260811.202755_amd64.deb Size: 238918 SHA256: d5b9b1bdcab3bfaad663d5590d77a8e2d945d663c1ca0b1b32189bf90bfdda1d SHA1: 1cf586b18dfc0f33dae822bdef071f30e2e875cc MD5sum: 1389c529610dfb405c6af89986b90088 Description: Services and Messages for ros2_canopen stack Package: ros-rolling-canopen-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-interfaces Version: 0.3.4-1resolute.20260811.202755 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 2667 Depends: ros-rolling-canopen-interfaces (= 0.3.4-1resolute.20260811.202755) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-interfaces/ros-rolling-canopen-interfaces-dbgsym_0.3.4-1resolute.20260811.202755_amd64.deb Size: 1853090 SHA256: 45ab908de6a29ae32db5e38e2332b36bc4a439b28491aa291f2e29b41d325ee1 SHA1: 0c8af3fdfd64296896ca5b32ad21961b5ea52d45 MD5sum: ae8ec06192a8e6f036a7071dcc97a36b Description: debug symbols for ros-rolling-canopen-interfaces Build-Ids: 0e5a35e8318144a6ae12e90ae1d4579262860004 247d21afab38fae7540453c6932d54cf094fa0fd 3a35761ec994bed3280894c798096367a1069f91 3c925b383cfe64b8b14f296c85a3c183eef25495 41ab66c1ac56057a5bb410b56a8eef9ce81ef230 4f8d6f5eda026405ea0fab696720718e1871606e 64274d12f07d63d147ac54924a08744a8a8a4ec7 6621d2b39fa6971af0257168e31726430b328114 7534e09cae10e670c1280f230a58d0282de7c412 a9b2bcdbe9e9df710782fbcec59536a6c4e58498 c5bf689417e4b7bdce50fad4c776d481e7497dcd Package: ros-rolling-canopen-master-driver Version: 0.3.4-1resolute.20260821.170947 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 808 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-lely-core-libraries, ros-rolling-canopen-core, ros-rolling-canopen-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_master_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-master-driver/ros-rolling-canopen-master-driver_0.3.4-1resolute.20260821.170947_amd64.deb Size: 157272 SHA256: b5ae70552866be6c87c2f0015584ea3106e554996654f8080a33513d42f9ea9f SHA1: 6c273afe58caff275ab75ffa9f2f5b7b47fa9267 MD5sum: ece28265820408d86700d720b9d19f89 Description: Basic canopen master implementation Package: ros-rolling-canopen-master-driver-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-master-driver Version: 0.3.4-1resolute.20260821.170947 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3748 Depends: ros-rolling-canopen-master-driver (= 0.3.4-1resolute.20260821.170947) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-master-driver/ros-rolling-canopen-master-driver-dbgsym_0.3.4-1resolute.20260821.170947_amd64.deb Size: 3378110 SHA256: 4084b6d76b7101325880dc67cbe1498815f75e8908c533e7b8346a50218e77ae SHA1: 02f3021d87ee4ede1daaee4e9476bd3c9d791d60 MD5sum: efe292416485458ee1cd34b3a940d044 Description: debug symbols for ros-rolling-canopen-master-driver Build-Ids: 160cd7d6f45bdfcce1bc7fb11ae5fe2918719b85 3d6f429b9d07dfa329063842d9ecbf5c2458c3a9 98334d23098f8061d046e704271f692083f1fda0 d44bfc1870316df983c8a8a5b9da4069ef296f07 Package: ros-rolling-canopen-proxy-driver Version: 0.3.4-1resolute.20260821.171703 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 1266 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-canopen-base-driver, ros-rolling-canopen-core, ros-rolling-canopen-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_proxy_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-proxy-driver/ros-rolling-canopen-proxy-driver_0.3.4-1resolute.20260821.171703_amd64.deb Size: 256610 SHA256: 335221b2c6dc66cfe05b30829fe8f0a7c23b3e47f74cc64449b28d4bb4d677bd SHA1: 8892d7f37fd12773e3b1ce88220530baf9b1355a MD5sum: cec14974ed17f65651c45f3fa82995e0 Description: Simple proxy driver for the ros2_canopen stack Package: ros-rolling-canopen-proxy-driver-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-proxy-driver Version: 0.3.4-1resolute.20260821.171703 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 6124 Depends: ros-rolling-canopen-proxy-driver (= 0.3.4-1resolute.20260821.171703) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-proxy-driver/ros-rolling-canopen-proxy-driver-dbgsym_0.3.4-1resolute.20260821.171703_amd64.deb Size: 5347180 SHA256: f2733f6749a1d270774d40a732840665458f1c0ce22cd5c306ecfdbc7d058342 SHA1: 66c2352c9a1e706d5ebc1380991a0583a7a71a8f MD5sum: c06bddfe0e1a3be5cee448d6955aac96 Description: debug symbols for ros-rolling-canopen-proxy-driver Build-Ids: 1723cbcc17f4f134ca5a3d958b944fe9317beb5e 495446f30e5a831ad483f0ac3759eb8debfef87d 985e294671f26eb19ab3b833599d38882d7a54b6 Package: ros-rolling-canopen-ros2-control Version: 0.3.4-1resolute.20260826.124429 Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 432 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-lely-core-libraries, ros-rolling-canopen-402-driver, ros-rolling-canopen-core, ros-rolling-canopen-proxy-driver, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_ros2_control/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-ros2-control/ros-rolling-canopen-ros2-control_0.3.4-1resolute.20260826.124429_amd64.deb Size: 117060 SHA256: f98146c4aa48de35fd6951c920fe3223ed68651d8b4f57e12671a6c11496ba51 SHA1: 8be0dd9774755a03fac14318b2d2e7a41c944802 MD5sum: 9a9e95e45e5a6fe480604c12ab731515 Description: ros2_control wrapper for ros2_canopen functionalities Package: ros-rolling-canopen-ros2-control-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-ros2-control Version: 0.3.4-1resolute.20260826.124429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lovro Ivanov" Installed-Size: 3398 Depends: ros-rolling-canopen-ros2-control (= 0.3.4-1resolute.20260826.124429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-ros2-control/ros-rolling-canopen-ros2-control-dbgsym_0.3.4-1resolute.20260826.124429_amd64.deb Size: 3259520 SHA256: 8ba68d08bc087a19fb9314e54671668fcca9328925726656acce3c835b428535 SHA1: 943d3dac537f5f6167cf4a78a70714c8bbb88d7a MD5sum: b29b05ebbbdc835ed3424dcd0261c035 Description: debug symbols for ros-rolling-canopen-ros2-control Build-Ids: 7a2b0c6ddd3b4d39b3b0bd1d9b3ad6bd9a34cad7 Package: ros-rolling-canopen-ros2-controllers Version: 0.3.4-1resolute.20260827.061011 Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 787 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-canopen-402-driver, ros-rolling-canopen-interfaces, ros-rolling-canopen-proxy-driver, ros-rolling-controller-interface, ros-rolling-controller-manager, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_ros2_controllers/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-ros2-controllers/ros-rolling-canopen-ros2-controllers_0.3.4-1resolute.20260827.061011_amd64.deb Size: 182250 SHA256: 187ec2a87f6f276f5e4e7f7ad3723a41fc21c5de237351a8b6bddae5c9934d3e SHA1: 84cc57d1f0c03d0039870d16baab6f1927bf5ce1 MD5sum: 1770f071394ef7ff89df3562c357ed92 Description: ros2_control controllers for ros2_canopen functionalities Package: ros-rolling-canopen-ros2-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-canopen-ros2-controllers Version: 0.3.4-1resolute.20260827.061011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Denis Stogl" Installed-Size: 4295 Depends: ros-rolling-canopen-ros2-controllers (= 0.3.4-1resolute.20260827.061011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-ros2-controllers/ros-rolling-canopen-ros2-controllers-dbgsym_0.3.4-1resolute.20260827.061011_amd64.deb Size: 3743218 SHA256: a40502b7974db78136e4503f5ce4a1ae4d2f18db8252d8a27f3d8126d7355290 SHA1: 18bd540849a88955fd2ec19ecdf277ab4d55b8f6 MD5sum: 3012d1f4767eb42b94949d6b279f6832 Description: debug symbols for ros-rolling-canopen-ros2-controllers Build-Ids: 4b9bf802b8c942f9870830451eb859831e93b853 Package: ros-rolling-canopen-tests Version: 0.3.4-1resolute.20260827.063653 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 631 Depends: ros-rolling-canopen-402-driver, ros-rolling-canopen-core, ros-rolling-canopen-fake-slaves, ros-rolling-canopen-proxy-driver, ros-rolling-canopen-ros2-controllers, ros-rolling-controller-manager, ros-rolling-forward-command-controller, ros-rolling-joint-state-broadcaster, ros-rolling-joint-trajectory-controller, ros-rolling-robot-state-publisher, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_tests/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-tests/ros-rolling-canopen-tests_0.3.4-1resolute.20260827.063653_amd64.deb Size: 34646 SHA256: 458f47142960bf26f04ccceebe48d431ff2b7ae04be3c6f985c69b82860e3e6a SHA1: 710369f5e3ca991372487660ec107b4b2b941982 MD5sum: e35ff96f88abd6c6ba9947496cae1a60 Description: Package with tests for ros2_canopen Package: ros-rolling-canopen-utils Version: 0.3.4-1resolute.20260821.163347 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 76 Depends: ros-rolling-canopen-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/canopen_utils/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-canopen-utils/ros-rolling-canopen-utils_0.3.4-1resolute.20260821.163347_amd64.deb Size: 15846 SHA256: dc0bf111b06446993103c13b7aa748fc0f34e54ef8aea565f7155309e2f55ffd SHA1: 2004c3ebd92a8e1c111c945f5d365b87f504c725 MD5sum: fca7415fe13f690a37b7f23d29502750 Description: Utils for working with ros2_canopen. Package: ros-rolling-cartographer-ros-msgs Version: 2.0.9003-2resolute.20260811.203615 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5729 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/cartographer-project/cartographer_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer-ros-msgs/ros-rolling-cartographer-ros-msgs_2.0.9003-2resolute.20260811.203615_amd64.deb Size: 424096 SHA256: 830de0fe426ff156ecd20353077bbbbd06167c4bab1877abbf5c1e53d26b42df SHA1: ccf377857d0bfc43b3b16f549a3dedf53bded949 MD5sum: 64e9006439cf0d9314b57054cbd2962f Description: ROS messages for the cartographer_ros package. Package: ros-rolling-cartographer-ros-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-cartographer-ros-msgs Version: 2.0.9003-2resolute.20260811.203615 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 5373 Depends: ros-rolling-cartographer-ros-msgs (= 2.0.9003-2resolute.20260811.203615) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cartographer-ros-msgs/ros-rolling-cartographer-ros-msgs-dbgsym_2.0.9003-2resolute.20260811.203615_amd64.deb Size: 4197166 SHA256: f2dc3b679f7a49ab31d70f66aec7521e08adb94753dd050dd896e9a30171a7d0 SHA1: 4e8699c554de4633a0cb3eac2c9e49c48003e77a MD5sum: 5ad7a3f7aa43b134d182bdfc0e985bf2 Description: debug symbols for ros-rolling-cartographer-ros-msgs Build-Ids: 005f802f9f2d783314c90f2bdb5ed4844df6ed16 257463df36e53a819e3ca1da8acd207c4d08a04d 2c756a20408718d4cefc6530ae738a1c182bac43 3f55f43729f17bdbcc08fb4d82b4787de8efd882 53f63bb83a92ddc70793ff08037a962dc96e186d 5f1e3b012b48d0fde4bb78497ef7bb806a00d8a3 7e7ca5336701c42b2e4f5fc3f727b38d03c8c3d9 7f8d3b83bb3043c50b7b43a723ade062f42fdcc9 a516a4ae42f630a233fed37650b6942522f94766 ec3f6a33ce05addbbe96705efcf5c402ff751e34 fec5d30b01cfeace0ab4350e6dc81e849aa3bf6f Package: ros-rolling-cascade-lifecycle-msgs Version: 2.0.4-2resolute.20260811.205322 Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 577 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cascade_lifecycle_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cascade-lifecycle-msgs/ros-rolling-cascade-lifecycle-msgs_2.0.4-2resolute.20260811.205322_amd64.deb Size: 57132 SHA256: 75d5b5b894eafcec932e3ba932376ecc7f705f82052dbf8e170f2b85584e9cbd SHA1: 78468d6e808dce90bde906590a7b2fac6dcb64bd MD5sum: bb3ca1931adef8b920a70d8d53337b2a Description: Messages for rclcpp_cascade_lifecycle package Package: ros-rolling-cascade-lifecycle-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-cascade-lifecycle-msgs Version: 2.0.4-2resolute.20260811.205322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Francisco Martin Rico Installed-Size: 455 Depends: ros-rolling-cascade-lifecycle-msgs (= 2.0.4-2resolute.20260811.205322) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cascade-lifecycle-msgs/ros-rolling-cascade-lifecycle-msgs-dbgsym_2.0.4-2resolute.20260811.205322_amd64.deb Size: 291814 SHA256: d73f5543b630185481a5b5ddff85748167645a4a73e9e90d803cef2845cfe531 SHA1: 1c09b37818e72bdb4ba708436dad50cb5e3422ac MD5sum: efbeff459e2352b5f302c0956f0cafa1 Description: debug symbols for ros-rolling-cascade-lifecycle-msgs Build-Ids: 2e60e7bdeb6d36d9c62067d919098e3e4b6897e5 380e9adb7482f860606aaf952913198921542662 3abac9308f43f48a4ca57483ad39c84e859d6e84 687896f73174ef26c17fc148734ab153a2379146 6c4b0a8aa4cb5109331d5584cdfb7ed82df443fe 98899d20c40f990e920522ff565c9cc1277d1958 a2740d98217975e5025e78588fa7d8dee711cc1f b17aabd0e513c4573449e350b26651cc9df99cc6 c9b6704a34ad0b1a0d9a7baf695eed48b5af8d6e e04861f2d5dffb1aab8a9f7ad29c8c760c84ec40 e7c0122ebe89bce3f4fd7d0c07e70c900c026fea Package: ros-rolling-catch-ros2 Version: 0.2.3-2resolute.20260821.174949 Architecture: amd64 Maintainer: Nick Morales Installed-Size: 1449 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-ros2launch, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/catch_ros2/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-catch-ros2/ros-rolling-catch-ros2_0.2.3-2resolute.20260821.174949_amd64.deb Size: 370498 SHA256: 4eae0fc3c4597ccba5a6a5380f24a34b6bf6444c2cb8479be4ce02452378bc25 SHA1: 2f1678e5df93b81ec114fa0612f6cb0ce4bf32ea MD5sum: c786b8c5cc651df94d63a1a989e9a008 Description: Catch2 testing framework for ROS 2 unit and integration tests. Package: ros-rolling-catch-ros2-dbgsym Package-Type: ddeb Source: ros-rolling-catch-ros2 Version: 0.2.3-2resolute.20260821.174949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Nick Morales Installed-Size: 3773 Depends: ros-rolling-catch-ros2 (= 0.2.3-2resolute.20260821.174949) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-catch-ros2/ros-rolling-catch-ros2-dbgsym_0.2.3-2resolute.20260821.174949_amd64.deb Size: 3380426 SHA256: 9482f67c7794a06c05e9da5b16356198d31146168aef485f09e728c169933981 SHA1: 8094814bbbc5390fa1e6f252cd10f744e3aaf420 MD5sum: 3287702c5f39d87a0d9d275b4f458ae3 Description: debug symbols for ros-rolling-catch-ros2 Build-Ids: 38918d85c89b775cd6489dac103b9e3f9fc1a824 4151f8bb137fe400a92148da2dd3c26de5838d20 73f0b3eb66a3d3d0a65bc4b462afe8caffd94bdc Package: ros-rolling-chained-filter-controller Version: 6.9.0-1resolute.20260826.125026 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 319 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-controller-interface, ros-rolling-filters, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chained-filter-controller/ros-rolling-chained-filter-controller_6.9.0-1resolute.20260826.125026_amd64.deb Size: 94502 SHA256: c64d500f677aa53847ec5a56b348b0e7390b014c0d1858c4137f47769ad0b561 SHA1: b1b1735a87cf6f062c11721e6df98a920b8938a2 MD5sum: 343c8ffe366b318e7223e824a7fe1595 Description: ros2_controller for configuring filter chains Package: ros-rolling-chained-filter-controller-dbgsym Package-Type: ddeb Source: ros-rolling-chained-filter-controller Version: 6.9.0-1resolute.20260826.125026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1313 Depends: ros-rolling-chained-filter-controller (= 6.9.0-1resolute.20260826.125026) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chained-filter-controller/ros-rolling-chained-filter-controller-dbgsym_6.9.0-1resolute.20260826.125026_amd64.deb Size: 1218056 SHA256: 1d04ee3736443ac38c048923631bf9a2c14de6d64c059e1242e2935474865d61 SHA1: b83e6cd45fbf112838a15b8e1a1701dea70996aa MD5sum: dac44284b95f02007f35e9050b2acff7 Description: debug symbols for ros-rolling-chained-filter-controller Build-Ids: 405e711016d0efba8dab2739319218e0e66797ee Package: ros-rolling-chomp-motion-planner Version: 2.15.1-1resolute.20260830.163527 Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 347 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-moveit-common, ros-rolling-rclcpp, ros-rolling-rsl, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/chomp_motion_planner Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chomp-motion-planner/ros-rolling-chomp-motion-planner_2.15.1-1resolute.20260830.163527_amd64.deb Size: 107522 SHA256: 7861ccd8a3d5972388042c79fe75a5539741437b89be577d72d7e4e9710d38fe SHA1: 7e5c62d47614b6e1d650a834ff907e954d6af302 MD5sum: 802337f5969c99c819797bc5c9b87772 Description: chomp_motion_planner Package: ros-rolling-chomp-motion-planner-dbgsym Package-Type: ddeb Source: ros-rolling-chomp-motion-planner Version: 2.15.1-1resolute.20260830.163527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 7324 Depends: ros-rolling-chomp-motion-planner (= 2.15.1-1resolute.20260830.163527) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-chomp-motion-planner/ros-rolling-chomp-motion-planner-dbgsym_2.15.1-1resolute.20260830.163527_amd64.deb Size: 7358992 SHA256: 72be19394d8f52a48727087124581b93a6ff25a08359a288debf10cc59408106 SHA1: fcea80c8de7c73bbdf8cdf36cc2e9762d9b0e631 MD5sum: 4bbca65f9f7c5e52fc3f534c5644cfa3 Description: debug symbols for ros-rolling-chomp-motion-planner Build-Ids: 852e5f43b55d30a9f4bb294ac2bd71b2d688f4d0 Package: ros-rolling-class-loader Version: 3.0.1-1resolute.20260714.192000 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 223 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libconsole-bridge-dev, ros-rolling-console-bridge-vendor, ros-rolling-rcpputils, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/class_loader Priority: optional Section: misc Filename: pool/main/r/ros-rolling-class-loader/ros-rolling-class-loader_3.0.1-1resolute.20260714.192000_amd64.deb Size: 51208 SHA256: 29995b51910e25ab35e60896dd639af3899e7c5f341689d19f6e381091a75470 SHA1: 68df8e0ba55c25903f15d2293e9a33a4f5f0dbe2 MD5sum: 511caf0dc3ed2524cba242fc5ca9e7d4 Description: The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library. class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of these exported classes without the explicit declaration (i.e. header file) for those classes. Package: ros-rolling-class-loader-dbgsym Package-Type: ddeb Source: ros-rolling-class-loader Version: 3.0.1-1resolute.20260714.192000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 426 Depends: ros-rolling-class-loader (= 3.0.1-1resolute.20260714.192000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-class-loader/ros-rolling-class-loader-dbgsym_3.0.1-1resolute.20260714.192000_amd64.deb Size: 379076 SHA256: 073e92c07067b8cec7b4f8240724b151bee05f340ce0612c4aa5ba20b3fbc30f SHA1: a6d7c5fd79949533ffb84e0f5010267ebb8197fc MD5sum: 9cafbf3f02cec72ee80021a4200ab900 Description: debug symbols for ros-rolling-class-loader Build-Ids: bfce0ceb403fe8349af350a1b39026225ca6b51b Package: ros-rolling-classic-bags Version: 0.4.0-2resolute.20260821.183200 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 68 Depends: ros-rolling-builtin-interfaces, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-py, ros-rolling-rosbag2-storage, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/classic_bags/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-classic-bags/ros-rolling-classic-bags_0.4.0-2resolute.20260821.183200_amd64.deb Size: 9602 SHA256: 10671de3a26563114014d1f4c732b035626b063ae408737f4faab2fcd5eec062 SHA1: 383d8751e025afa313fe78be8fda0cad46762906 MD5sum: b9c1da227f53f6a36fc7a61eedc4fec2 Description: A ROS 2 interface in the style of ROS 1 for reading and writing bag files Package: ros-rolling-clips-vendor Version: 6.4.4-1resolute.20260714.190323 Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 5625 Depends: libc6 (>= 2.38), ros-rolling-ament-cmake-vendor-package, unzip, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/clips_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-clips-vendor/ros-rolling-clips-vendor_6.4.4-1resolute.20260714.190323_amd64.deb Size: 790844 SHA256: ef7b380a1114be5c5576c7cfede8628fed2dbf4d0682497f0075a53f35abff00 SHA1: 003ac3b4a651a883299b154f807b9e7c1cd15735 MD5sum: 219c06f9c81d999f815a8b94bb628808 Description: Vendor package for the CLIPS rule based production system Package: ros-rolling-clips-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-clips-vendor Version: 6.4.4-1resolute.20260714.190323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 7292 Depends: ros-rolling-clips-vendor (= 6.4.4-1resolute.20260714.190323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-clips-vendor/ros-rolling-clips-vendor-dbgsym_6.4.4-1resolute.20260714.190323_amd64.deb Size: 5799516 SHA256: 23ec4ba8e99abec9ab2307b2d24cfcb9a66426e728eb20e17df37b95ecac5a16 SHA1: 15ce2338cb6c2c74fc748ba43ae2ad8d92a216c5 MD5sum: 34ba6c1a243cb489d92950ae1009e81e Description: debug symbols for ros-rolling-clips-vendor Build-Ids: 4e9d19289061ebb6ee2a7c81d5b75fca305a6657 6ab0cbf7e236a4431b35a1f32cc17d99d7c89e04 a1e6799713cebd26a06cc357713bc4af4e746826 c46aa75f7e73385c167c4d5af902ab8bedcb894d Package: ros-rolling-cm-topic-hardware-component Version: 1.1.0-1resolute.20260826.124249 Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 759 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-hardware-interface, ros-rolling-pal-statistics-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://github.com/ros-controls/topic_based_hardware_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cm-topic-hardware-component/ros-rolling-cm-topic-hardware-component_1.1.0-1resolute.20260826.124249_amd64.deb Size: 138578 SHA256: 6de411c181b510c24a875cf51dc2570df07eca2afeca8eadfb603e7edfd67878 SHA1: e702da5d1763e6f57a444f2d5cabd038c75440d8 MD5sum: 8b50e7972f02faf9f53835c8720d8e49 Description: ros2_control hardware component using pal_statistics messages from controller_manager introspection Package: ros-rolling-cm-topic-hardware-component-dbgsym Package-Type: ddeb Source: ros-rolling-cm-topic-hardware-component Version: 1.1.0-1resolute.20260826.124249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 3509 Depends: ros-rolling-cm-topic-hardware-component (= 1.1.0-1resolute.20260826.124249) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cm-topic-hardware-component/ros-rolling-cm-topic-hardware-component-dbgsym_1.1.0-1resolute.20260826.124249_amd64.deb Size: 2827168 SHA256: ae6e060ccfb2842110be9253a2a1a904c5558189186bb0405973d2c5e267293d SHA1: c2dfefc63302d361e1be655cf68bbaff8520f770 MD5sum: d737cf8b17802818c306ff8fa07b7926 Description: debug symbols for ros-rolling-cm-topic-hardware-component Build-Ids: 7484a2d71d0e2c7d17fde2a1edc1252156e48654 Package: ros-rolling-coal Version: 3.0.3-2resolute.20260825.012019 Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 12302 Depends: libassimp6 (>= 6.0.4+ds), libboost-filesystem1.90.0 (>= 1.90.0), libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 14), libassimp-dev, libboost-all-dev, libeigen3-dev, liboctomap-dev, python3-dev, python3-numpy, ros-rolling-eigenpy, ros-rolling-ros-workspace Homepage: https://github.com/coal-library/coal Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coal/ros-rolling-coal_3.0.3-2resolute.20260825.012019_amd64.deb Size: 2057000 SHA256: 1d188e976f18b998dd5fb0656ac96be6389fbe3ff1c94d0eaafb00dbbbb1af4d SHA1: 3057355f258bbc96ca292aa4a28b81f89e98109a MD5sum: be8c30ddb280f51316b78fd2ce109cf3 Description: An extension of the Flexible Collision Library. Package: ros-rolling-coal-dbgsym Package-Type: ddeb Source: ros-rolling-coal Version: 3.0.3-2resolute.20260825.012019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Joseph Mirabel" Installed-Size: 81107 Depends: ros-rolling-coal (= 3.0.3-2resolute.20260825.012019) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coal/ros-rolling-coal-dbgsym_3.0.3-2resolute.20260825.012019_amd64.deb Size: 71474642 SHA256: d52133fcea58c1f0496401695c345ca50028baf38c60150af84909f355e3d586 SHA1: 5c8e104c5306f4108fb0b3c93d1f230b404b90c3 MD5sum: 48a004142715e5d99183252d5e6afb64 Description: debug symbols for ros-rolling-coal Build-Ids: 12a3631a82f4e0b30d504e05442f2439f01a185c 4349d696d36fbea391756f59d0c880a7abeb52f6 Package: ros-rolling-coin-d4-driver Version: 1.0.1-2resolute.20260821.164833 Architecture: amd64 Maintainer: Pyo Installed-Size: 388 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/coin_d4_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coin-d4-driver/ros-rolling-coin-d4-driver_1.0.1-2resolute.20260821.164833_amd64.deb Size: 98710 SHA256: 0005300417ab66ac2010ceb390544f3027512e489eb770491c2288652118538d SHA1: 005b0807caeb6c1ffbf58ca8b5c58869dd5cd583 MD5sum: 1c1d406d2deaa91779c95e5e942323cc Description: ROS package for LDS-03 (COIN-D4) Lidar Package: ros-rolling-coin-d4-driver-dbgsym Package-Type: ddeb Source: ros-rolling-coin-d4-driver Version: 1.0.1-2resolute.20260821.164833 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2076 Depends: ros-rolling-coin-d4-driver (= 1.0.1-2resolute.20260821.164833) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-coin-d4-driver/ros-rolling-coin-d4-driver-dbgsym_1.0.1-2resolute.20260821.164833_amd64.deb Size: 1933860 SHA256: 7824a829c400d035142646ac3164465386809f7216d5100ab43b85a133c6cacb SHA1: dffdb855ac52c574d9e9e705819ec628235cff0d MD5sum: 29bb362d8d5f39a61b130bb38f86508e Description: debug symbols for ros-rolling-coin-d4-driver Build-Ids: 4b1ec3b86f34a06014fe0e75c3bcab26b7e5d7d5 508347fd12768b13d4ba944ae24c54fff63e6106 6f53b666c76942c49fbf9bb39a544ab47d3721ec Package: ros-rolling-color-util Version: 1.1.0-2resolute.20260812.061017 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 89 Depends: libc6 (>= 2.4), ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/color_util/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-color-util/ros-rolling-color-util_1.1.0-2resolute.20260812.061017_amd64.deb Size: 14084 SHA256: e80cf5921ac89f4ae54e5562a710d45f4dba87720ddd7929cc9f107531397592 SHA1: 0a63342f283123ce6698519f6492343f7bdf3b39 MD5sum: 2605646b522b6d23ea2cb5b6ff8f6644 Description: An almost dependency-less library for converting between color spaces Package: ros-rolling-color-util-dbgsym Package-Type: ddeb Source: ros-rolling-color-util Version: 1.1.0-2resolute.20260812.061017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 43 Depends: ros-rolling-color-util (= 1.1.0-2resolute.20260812.061017) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-color-util/ros-rolling-color-util-dbgsym_1.1.0-2resolute.20260812.061017_amd64.deb Size: 25748 SHA256: af6074d94865f42f2472644c0e656488380fa891feaea7b96f396752dbe6c5a3 SHA1: 54fdf1be19f68980fa7a26224c4d5f3a27d3d6cc MD5sum: 0ffa9a52c76d9faa715d7308942c68c0 Description: debug symbols for ros-rolling-color-util Build-Ids: b923952d335726f4b87ddedced09584028df7788 Package: ros-rolling-common-interfaces Version: 5.10.1-1resolute.20260811.205259 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 45 Depends: ros-rolling-builtin-interfaces, ros-rolling-diagnostic-msgs, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-stereo-msgs, ros-rolling-trajectory-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/common_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-common-interfaces/ros-rolling-common-interfaces_5.10.1-1resolute.20260811.205259_amd64.deb Size: 6456 SHA256: 7609aadddc290445dd1c9374f7e7eb12e8456a5b2ed48141e05ad46935f9a345 SHA1: 88387352f5fde3beeeeb474ca212676e6bc6f8ab MD5sum: c1073f97205434dc561b42df4a6bbdd1 Description: common_interfaces contains messages and services that are widely used by other ROS packages. Package: ros-rolling-compass-conversions Version: 4.0.1-1resolute.20260825.000700 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 2831 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libgeographiclib26 (>= 1.40), libstdc++6 (>= 14), libgeographiclib-dev, ros-rolling-angles, ros-rolling-compass-interfaces, ros-rolling-cras-cpp-common, ros-rolling-geometry-msgs, ros-rolling-magnetic-model, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/compass_conversions Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compass-conversions/ros-rolling-compass-conversions_4.0.1-1resolute.20260825.000700_amd64.deb Size: 473284 SHA256: 9ef3c449200df7f76e02ee9c327ef6884a60f325f532daad1e45035645a2d41d SHA1: 9b076fd18ada8be6aa68fed324e58dc20e010931 MD5sum: 5f9a836f97bfb0996ac97b0b2d1324bb Description: Common conversions for compass data. Package: ros-rolling-compass-conversions-dbgsym Package-Type: ddeb Source: ros-rolling-compass-conversions Version: 4.0.1-1resolute.20260825.000700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 12947 Depends: ros-rolling-compass-conversions (= 4.0.1-1resolute.20260825.000700) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compass-conversions/ros-rolling-compass-conversions-dbgsym_4.0.1-1resolute.20260825.000700_amd64.deb Size: 10546614 SHA256: 8fca69a83b643c3bcaec5cba99361c30a0a06ed8ec87421bf4ff5500286957a4 SHA1: 0c8b36af1530a185476e339d5ae6da37fda09536 MD5sum: b2fbacbe256b84f7ac690f38102a4f98 Description: debug symbols for ros-rolling-compass-conversions Build-Ids: 024a94daafafb7ceda51829063d7114482c258ec 04a9af4d621ac792d8837639631a660431788fdc 08199f8079c2b8ae2ddb1ed701cc728d4c00d2c1 22ce591fffbeeede95e0a1d499def12609c50250 5d607cc30564d145b37090fefe17198c8b76abce c6aa8ebcaa3d26c13d80bce714a03ae108ba7149 Package: ros-rolling-compass-interfaces Version: 4.0.1-1resolute.20260824.235829 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 626 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.3), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-cras-cpp-common, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/compass_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compass-interfaces/ros-rolling-compass-interfaces_4.0.1-1resolute.20260824.235829_amd64.deb Size: 98812 SHA256: 060c32034cf9a3bab01f81fe2b291271ef87a7862d64566471108be26443c0b0 SHA1: 4f95d7d7c7602c94ed9f33d60074ac56cb24191e MD5sum: a3de94517ea5e8565ab58332abac6a7c Description: Messages related to compass Package: ros-rolling-compass-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-compass-interfaces Version: 4.0.1-1resolute.20260824.235829 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 749 Depends: ros-rolling-compass-interfaces (= 4.0.1-1resolute.20260824.235829) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compass-interfaces/ros-rolling-compass-interfaces-dbgsym_4.0.1-1resolute.20260824.235829_amd64.deb Size: 565518 SHA256: c5ff05e3f87ee8c56f3cbc218da43a95fd32e7d10a21220a09aaef6f05c23c85 SHA1: d6eec14f44a9923dc8856f576b05228f8f69998a MD5sum: 66c38f5ce383a7886a02afd47de3aaf6 Description: debug symbols for ros-rolling-compass-interfaces Build-Ids: 0b025e20f76ba4a4f4b5e69e321a4996dce4302a 27475462654e4aeea9c514e51eb8d2c074d52658 2dededbb7b4ae5eff727428518d9edfea7147bb0 31a7f5b2584c2fe0669444f7d35acdaf1018aeba 4ed730ecca789800e71ad2e2c0f6a6c64ab66d63 7b6d264f6a5f1529e92ef5bde227426834f19c39 7e79da29881a8654481271378371503331d5ee7a 8b5ec4c44644520dbf975f4437af179a5e32d76f ad19bdf50bb860f5c4cccb2138edaf8c8c6004d6 bb9bdd60b9352c935aa9d46e225d6e41a52c13e3 c29b166c6eaa5057f80627e823d7e8313254b85f e3eb4f2892c12fd32e8a61c46953e31ab1dbafe0 Package: ros-rolling-composition Version: 0.38.0-1resolute.20260821.170546 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1358 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-launch-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/composition/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition/ros-rolling-composition_0.38.0-1resolute.20260821.170546_amd64.deb Size: 231674 SHA256: 43de10f45843c29e6753ddd762a957f5c032d548d03a1aae4e8602eef01ce290 SHA1: bb558b55bff444293c6b57e0c6fb90719dc2e52a MD5sum: e2915372ea4dfa20eee6fdf52443026a Description: Examples for composing multiple nodes in a single process. Package: ros-rolling-composition-dbgsym Package-Type: ddeb Source: ros-rolling-composition Version: 0.38.0-1resolute.20260821.170546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 7640 Depends: ros-rolling-composition (= 0.38.0-1resolute.20260821.170546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition/ros-rolling-composition-dbgsym_0.38.0-1resolute.20260821.170546_amd64.deb Size: 6599300 SHA256: 2a91781fb1adcadd702c69c23e023defbe1d8686bfcbafe1ad6b759b6a9725ae SHA1: 32403f5b0660aa80fc77272236904c5636ed609a MD5sum: 5199db60273051bcddec4f9555cb6a3f Description: debug symbols for ros-rolling-composition Build-Ids: 7ece7165b96ea7116588f6489f036141c16a8c72 8bea5ef74e110ffe7f95e4444c50a4072220ac9e 95c175b980030c0a3a1f450db34025aa4ef8c6e8 97bfee11705c6ea7c14c010dc0216e5993903c65 e557fc95048ce3e2b625006186f680de43a49155 f135db5abf8cd9f988308b801cbb89b453ba8de0 f6a4c9fbf50eaa8bd656aa4320184369a9bec0b1 fbb972f54ebf749174d6240cd51091369b909a74 Package: ros-rolling-composition-interfaces Version: 2.5.1-1resolute.20260811.204252 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1841 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rcl-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/composition_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition-interfaces/ros-rolling-composition-interfaces_2.5.1-1resolute.20260811.204252_amd64.deb Size: 174390 SHA256: caee9ecc8924dbcc96a03aaef689629a2e4d8a4738ecc45c2f17d867b96262c5 SHA1: f3189bb443974c8612c852e2b08bbde81460639d MD5sum: 7def7c433cfd30030432bc9af10d0271 Description: A package containing message and service definitions for managing composable nodes in a container process. Package: ros-rolling-composition-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-composition-interfaces Version: 2.5.1-1resolute.20260811.204252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1791 Depends: ros-rolling-composition-interfaces (= 2.5.1-1resolute.20260811.204252) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-composition-interfaces/ros-rolling-composition-interfaces-dbgsym_2.5.1-1resolute.20260811.204252_amd64.deb Size: 1384312 SHA256: 835540d5bceee49d7b4df385972a8781e94b66694c6649a6a001f07b600ca088 SHA1: 177fc9376f261cb14a4e57558b52776b734e7d8e MD5sum: 79c8ed632f033905375238aab8765544 Description: debug symbols for ros-rolling-composition-interfaces Build-Ids: 09f8488dc20f1cfa6e12d09c69a910c4e0c055e5 1539c1b53d779f7a86e8984ab86a8a4ffd515526 2c6e1203ceb6661f25a80cfe5f097a57ab1b8663 321537b144d114442c73f3de01ac1e196c1f9540 47f07fb1c6d1d14825faa9e799d272dba67bc9aa 6c7cc93cb01418ecf8d8fbfc7219b1fa18510484 91c9dc3491f20eda41be7e9b36dae0d4dd52c70f c7c714f47ba9c91caeb93ea771c6b5e56f8f1f93 ce0f1ef9350c9c8bf05659da390c6366b990637d dfce97e316bda3cf7231003b39f180c321c628bb f1ece8d749031e58e81ff3951abb4ffe16cb9362 Package: ros-rolling-compressed-depth-image-transport Version: 7.0.1-1resolute.20260821.170924 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 871 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-pluginlib, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-depth-image-transport/ros-rolling-compressed-depth-image-transport_7.0.1-1resolute.20260821.170924_amd64.deb Size: 209702 SHA256: 6b25319dcab2add1228dff08381e194ab8a2fcfd9299f67e0fe26b45ebf6b701 SHA1: a26b6f4ba547214e46ec69708bbd378da8f7cfc5 MD5sum: 7d489c4b6267d3aa2f8700c08b0bbb5e Description: Compressed_depth_image_transport provides a plugin to image_transport for transparently sending depth images (raw, floating-point) using PNG compression. Package: ros-rolling-compressed-depth-image-transport-dbgsym Package-Type: ddeb Source: ros-rolling-compressed-depth-image-transport Version: 7.0.1-1resolute.20260821.170924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 4743 Depends: ros-rolling-compressed-depth-image-transport (= 7.0.1-1resolute.20260821.170924) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-depth-image-transport/ros-rolling-compressed-depth-image-transport-dbgsym_7.0.1-1resolute.20260821.170924_amd64.deb Size: 4208476 SHA256: 8fc77703db0485d80517501e3e7f42a60c3f613ee7f9940839eab3488742a651 SHA1: 9095f65ec72f0d59ab042468c0f60d3ebfc289ae MD5sum: 5b6f5d2b9f4be13e1fd1849c3705344c Description: debug symbols for ros-rolling-compressed-depth-image-transport Build-Ids: 4f1ca0a43e26aa08ddadee3694a8c092b37aada4 5cb58e34d6831d06981ce9b129b2690c41c12e06 Package: ros-rolling-compressed-image-transport Version: 7.0.1-1resolute.20260821.173019 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 737 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-image-transport/ros-rolling-compressed-image-transport_7.0.1-1resolute.20260821.173019_amd64.deb Size: 185538 SHA256: 6154d888c24410743267be7856a9f6a97e5d12a0ca1031062b6ab2dff56361da SHA1: 259ffc6c48deda4959c4998e017becf4248609ac MD5sum: 5e42a63694ecacc95214e09be8f67575 Description: Compressed_image_transport provides a plugin to image_transport for transparently sending images encoded as JPEG or PNG. Package: ros-rolling-compressed-image-transport-dbgsym Package-Type: ddeb Source: ros-rolling-compressed-image-transport Version: 7.0.1-1resolute.20260821.173019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 4276 Depends: ros-rolling-compressed-image-transport (= 7.0.1-1resolute.20260821.173019) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-compressed-image-transport/ros-rolling-compressed-image-transport-dbgsym_7.0.1-1resolute.20260821.173019_amd64.deb Size: 3769486 SHA256: 71167023102266059d49d3896b4943abdfb5b67fb192a47f4ddc0311ab3188d0 SHA1: 248144dc994d640f85b83e66ad86c0927b4dfb33 MD5sum: 62c01bf71d8e0fa3a6176ed41da93074 Description: debug symbols for ros-rolling-compressed-image-transport Build-Ids: 4a01b4446088314fc634c3abc1774c91f4d68573 Package: ros-rolling-console-bridge-vendor Version: 1.10.0-1resolute.20260714.190354 Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 45 Depends: libconsole-bridge-dev, ros-rolling-ros-workspace Homepage: https://github.com/ros/console_bridge Priority: optional Section: misc Filename: pool/main/r/ros-rolling-console-bridge-vendor/ros-rolling-console-bridge-vendor_1.10.0-1resolute.20260714.190354_amd64.deb Size: 6018 SHA256: a7cca8f78f3fa52c148d2b86fd1ea6cdb3887dc22eaf762961eb5864b401f7dd SHA1: b1fcfd4bd4f3633fccc353ebe6baa7d87f57f61e MD5sum: 05abd28e9a91a0e8e86f0eb8e7dcaf25 Description: Wrapper around console_bridge, providing nothing but a dependency on console_bridge, on some systems. On others, it provides an ExternalProject build of console_bridge. Package: ros-rolling-control-msgs Version: 6.10.0-1resolute.20260811.210141 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 20327 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-diagnostic-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-msgs/ros-rolling-control-msgs_6.10.0-1resolute.20260811.210141_amd64.deb Size: 1256736 SHA256: 05f2fdf3b26045fd9f01e03acb6cdc25a2f34feaf2203f52b63c5891631f7f4b SHA1: 2feadaddab1dfe6ac682d55678ff4b64c3434a1e MD5sum: 9a011b9a7a8092fbe83f58056e83d4fb Description: control_msgs contains base messages and actions useful for controlling robots. It provides representations for controller setpoints and joint and cartesian trajectories. Package: ros-rolling-control-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-control-msgs Version: 6.10.0-1resolute.20260811.210141 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 14852 Depends: ros-rolling-control-msgs (= 6.10.0-1resolute.20260811.210141) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-msgs/ros-rolling-control-msgs-dbgsym_6.10.0-1resolute.20260811.210141_amd64.deb Size: 10920252 SHA256: 2757eef09b2dd318bf26b41aea9b44c8ba41f9d5cc5a950529c6e9f7ee0c87a8 SHA1: b752b8dcffddf81afd18511dc65467e57ffbd484 MD5sum: e771176bb1fa10d0f0e15f19493a7f35 Description: debug symbols for ros-rolling-control-msgs Build-Ids: 0916bb24a77906118c2a81a581dac2481a7176b6 0c3862fc8d9eb66ea425657e2bb7ee761ac769c6 0dc21191dc45c9bf1a78edebbea6a01bd0dfc228 166be78716bb4d69c6b39ccc29c8ca01211c3c29 37f43affc52e1c7440551bc2e0a931d16d4e2fac 3e2692b089c7990abb28d985c7b7baddf9ce0be3 4e5d7745d9da8511cebc87308e51e80d76f089da 54791c8a42f32ddea5f1ecea6565f87ef3ac3935 befce03963e16a7a4717dc5189dc06b17f26b9b3 cc79c43f161bf565f543457d7cebe1c445f642ba f55ee3a2c75c4b420e1ae6644b0e2c6e0ac15cef Package: ros-rolling-control-toolbox Version: 6.4.0-1resolute.20260821.173915 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 914 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libeigen3-dev, libexpected-dev, ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-filters, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-realtime-tools, ros-rolling-rsl, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-toolbox/ros-rolling-control-toolbox_6.4.0-1resolute.20260821.173915_amd64.deb Size: 195416 SHA256: 78cebe61d96f0f64888f9d51feab09f39f0893896e411bd53a6207c50d3ba0ab SHA1: 2e42c65c7cc2729af489cd1d11b3deb8398df045 MD5sum: 893ad83cd5a377648af47096616e95f7 Description: The control toolbox contains modules that are useful across all controllers. Package: ros-rolling-control-toolbox-dbgsym Package-Type: ddeb Source: ros-rolling-control-toolbox Version: 6.4.0-1resolute.20260821.173915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3722 Depends: ros-rolling-control-toolbox (= 6.4.0-1resolute.20260821.173915) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-control-toolbox/ros-rolling-control-toolbox-dbgsym_6.4.0-1resolute.20260821.173915_amd64.deb Size: 3430808 SHA256: 6eea265618c9977f61060072cc22a85525d1b88edb79b9c6dbe87a57b64879d1 SHA1: 56d8472879d41f17ce0628f9f85e74ea8996aee2 MD5sum: 3188f9bc8b84e7b54aa7bcbb04d15190 Description: debug symbols for ros-rolling-control-toolbox Build-Ids: 701d9f73bfdd25ed78261ff247e52e87d272003e 8baf62d7f423349289ea262a4c821663719f29a9 8d46846b2d9fc11d1f3b1085ae91025679f7f9d7 c574c02cd392133f31699ea14e10cf510c682b3c d12d7b00b27418edf4fb46e93a56bdc26a20de3c Package: ros-rolling-controller-interface Version: 6.9.0-1resolute.20260826.124306 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 356 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-hardware-interface, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/controller_interface/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-interface/ros-rolling-controller-interface_6.9.0-1resolute.20260826.124306_amd64.deb Size: 93770 SHA256: 1499a087d9c606d6cdd0177f507da75309bb203fa175e83912a087ff9c977f2d SHA1: 2702be9df21aa313d4799ff7ed53e06b8104df79 MD5sum: bb3e97be141caf218f1a01bdd6f423f3 Description: Base classes for controllers and syntax cookies for supporting common sensor types in controllers and broadcasters Package: ros-rolling-controller-interface-dbgsym Package-Type: ddeb Source: ros-rolling-controller-interface Version: 6.9.0-1resolute.20260826.124306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1348 Depends: ros-rolling-controller-interface (= 6.9.0-1resolute.20260826.124306) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-interface/ros-rolling-controller-interface-dbgsym_6.9.0-1resolute.20260826.124306_amd64.deb Size: 1280004 SHA256: 69e54e0464ea973f73b0bf32f671f02ecfccc601de6fdc9226f70bf8d3c4fba0 SHA1: 69cc250f41ae36ab512f5aa8db1be3115e76c986 MD5sum: 00a50318e0df39f85ea5ff88c4dd3042 Description: debug symbols for ros-rolling-controller-interface Build-Ids: 141817026b312695d1a7e244d770967417e150d2 Package: ros-rolling-controller-manager Version: 6.9.0-1resolute.20260826.124958 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 2227 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libfmt-dev, python3-filelock, python3-yaml, ros-rolling-backward-ros, ros-rolling-controller-interface, ros-rolling-controller-manager-msgs, ros-rolling-diagnostic-updater, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-launch-testing-ros, ros-rolling-libstatistics-collector, ros-rolling-lifecycle-msgs, ros-rolling-pluginlib, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-realtime-tools, ros-rolling-ros2param, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/controller_manager/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager/ros-rolling-controller-manager_6.9.0-1resolute.20260826.124958_amd64.deb Size: 539392 SHA256: 7d6c61b93ea52e808911ff3d661c3db982e33207e14a5b68379e528f8dae7987 SHA1: 623d6cacd05882f1551e198da33f9d6c41c3a01f MD5sum: 62bb2623f429e9fc033da90af046e5a3 Description: The main runnable entrypoint of ros2_control and home of controller management and resource management. Package: ros-rolling-controller-manager-dbgsym Package-Type: ddeb Source: ros-rolling-controller-manager Version: 6.9.0-1resolute.20260826.124958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 8995 Depends: ros-rolling-controller-manager (= 6.9.0-1resolute.20260826.124958) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager/ros-rolling-controller-manager-dbgsym_6.9.0-1resolute.20260826.124958_amd64.deb Size: 7904488 SHA256: 136ad42f5a55489468857a85a6a322cacbbc6420c48bbe6eaae33364f3ed936c SHA1: 0517735b455bf4e5a07a9d7413b76e7e06a2f1c5 MD5sum: c2636dec7cfe081718917b318a32c888 Description: debug symbols for ros-rolling-controller-manager Build-Ids: 129fb4589cac3588e57c7210c56bd1c208eacc48 1f9fa9dccc45582fbd7e1ce77f39cf12c5b6cc51 Package: ros-rolling-controller-manager-msgs Version: 6.9.0-1resolute.20260811.203736 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6641 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/controller_manager_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager-msgs/ros-rolling-controller-manager-msgs_6.9.0-1resolute.20260811.203736_amd64.deb Size: 435092 SHA256: f7cbbb7406b11efdec0c52da63c8375ba09e1e483ad76e5b490251e82bdcd112 SHA1: d23cdcd08fc08fc241a2cf2c21e42731707affe0 MD5sum: d9623d54a8a22c7d8e09bfa5a911c33f Description: Messages and services for the controller manager. Package: ros-rolling-controller-manager-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-controller-manager-msgs Version: 6.9.0-1resolute.20260811.203736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 5468 Depends: ros-rolling-controller-manager-msgs (= 6.9.0-1resolute.20260811.203736) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-controller-manager-msgs/ros-rolling-controller-manager-msgs-dbgsym_6.9.0-1resolute.20260811.203736_amd64.deb Size: 4055710 SHA256: c4a8ec74067f2990135eac2da7d3959701720ab6412bf24eb9d2b0c601c190ba SHA1: d39b56203071d5dee2d09b8d93d22c809d6cd36f MD5sum: 71147601a7e33e2a59548a5191dc7f32 Description: debug symbols for ros-rolling-controller-manager-msgs Build-Ids: 109ce160eb81c2847a2eac93a6a39620f48d735e 29d9a5b8b247f2fa4de36f2cdf104e464b780fd2 476b9fec13a8fdbc14c52b5a98aca479aabc46e9 6cdb746412149c34f6188da0cf1252536100cc6d 8590f1c1cdbd45f1319d2f4c877fef364b09cbd7 882dde058156da473d648590df11e0098dcc8ee6 95fae658345e5281d9fbeed58911f1ad31aabdfa bbefc4d1138fe6d8ec2c1d8d10c26148500509a2 dccb5c7a276f696822ed9f6f81b85d9e04d67bff dec154e4ba885f6fdae5ec8da618f5d54d6f0697 fc72d10f063ce5f9af4269b660d82ed05f2974d7 Package: ros-rolling-cras-bag-tools Version: 4.0.2-1resolute.20260824.235104 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 171 Depends: python3-marisa, python3-matplotlib, python3-tqdm, ros-rolling-builtin-interfaces, ros-rolling-cv-bridge, ros-rolling-rclpy, ros-rolling-rosbag2-py, ros-rolling-rosidl-runtime-py, ros-rolling-sensor-msgs, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cras_bag_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-bag-tools/ros-rolling-cras-bag-tools_4.0.2-1resolute.20260824.235104_amd64.deb Size: 29214 SHA256: 9db504fc5139c9a68919af37a4637e27bfa619715bbd00cf90cd699904b55934 SHA1: 9d649872531d1271fc8c5ee5d6c4e2c986ebbf8e MD5sum: d0dbd9daabc1c4ed9d76f86cfac4a539 Description: Various utilities to work with bag files Package: ros-rolling-cras-cpp-common Version: 4.0.2-1resolute.20260824.235133 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 1826 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), libstdc++6 (>= 15), language-pack-en, libboost-dev, libeigen3-dev, libexpected-dev, libfmt-dev, ros-rolling-backward-ros, ros-rolling-builtin-interfaces, ros-rolling-filters, ros-rolling-geometry-msgs, ros-rolling-rcl, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cras_cpp_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-cpp-common/ros-rolling-cras-cpp-common_4.0.2-1resolute.20260824.235133_amd64.deb Size: 361414 SHA256: 34e9cf4bc62af8026aa8cd9d9fe6500bbba097feadf7062d69dd12428014aeda SHA1: cd12aa61d74b52fa58feb4ff70c7661c094bc6b4 MD5sum: c71ffc9e5204327cf14cea4a787d7470 Description: A Czech-army knife for ROS code written in C++. Package: ros-rolling-cras-cpp-common-dbgsym Package-Type: ddeb Source: ros-rolling-cras-cpp-common Version: 4.0.2-1resolute.20260824.235133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 5759 Depends: ros-rolling-cras-cpp-common (= 4.0.2-1resolute.20260824.235133) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-cpp-common/ros-rolling-cras-cpp-common-dbgsym_4.0.2-1resolute.20260824.235133_amd64.deb Size: 5322832 SHA256: 90f46736f4a6936a2f3fbaa5aa5e236c131e5dfd289d896050ae77dcb281f296 SHA1: a6c29fff6baa51ab25cc9b06e627c836285dd624 MD5sum: 9ad3e4ab56807f5693963928cca5d813 Description: debug symbols for ros-rolling-cras-cpp-common Build-Ids: 035707cde0925f3b2ee138829a9bcd2fa580fe87 1d56afd899e08194348457b9746fcded0e88562f 2d637cb157cfc3ec6b9602daf0162239bfc95bca 661ecd4c87b0f7f4593fc65fec9b7cb6dcfde2c5 69fc925367bd400a539202e54a3812ecc74ae630 78ca239f2c8e3a9f70815e266d2eae43e0e8f4f8 83a30a3b1cdb63460b588dac9b35768605d7536c 96c3833ec596080da84e01e8e08f399f7e5a5552 a99844545a72af6a99f16fd1c919c6e119d788ec b4a15eb8275602259d0fbca69c338a255d5b591b bf69233b0db7a2cc30273fbe9d91e0c5448f6b79 ceb2135c5b24c26b13b0a63505a862e8e277e634 d12b90fbf77405bbef7b4f9b5f3cf101c2320996 e8f62bf7f1c0ea233c2e5ee2d93f392d81b8a91c ff2e762428d78e1da2016e3ffb767101c58b2b47 Package: ros-rolling-cras-lint Version: 4.0.2-1resolute.20260824.235121 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 204 Depends: ros-rolling-ament-cmake-core, ros-rolling-ament-cmake-test, ros-rolling-ament-lint-common, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cras_lint Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-lint/ros-rolling-cras-lint_4.0.2-1resolute.20260824.235121_amd64.deb Size: 32410 SHA256: e18fee4ebc56356acb22a2892004225db8cb71fda3e9ba5ebe63810a7e4dc739 SHA1: 28362c156d1b9332e2dc83ed4d707dfb8cc20e5b MD5sum: f2a8decdd71cd347d7234eb951fcdf26 Description: Various utilities to work with bag files Package: ros-rolling-cras-msgs Version: 2.0.1-2resolute.20260811.202828 Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2998 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cras_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-msgs/ros-rolling-cras-msgs_2.0.1-2resolute.20260811.202828_amd64.deb Size: 205660 SHA256: 7f356ff1c089f5d8f77a0f2994085bd48b85eeabba94a2287f2124fc9c35f043 SHA1: d1de65c7717e1919c22445f9e33d2a781cfea0f5 MD5sum: c1838db8868d0b45f54731ce00374ed9 Description: Common messages used by CRAS Package: ros-rolling-cras-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-cras-msgs Version: 2.0.1-2resolute.20260811.202828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Pecka Installed-Size: 2367 Depends: ros-rolling-cras-msgs (= 2.0.1-2resolute.20260811.202828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-msgs/ros-rolling-cras-msgs-dbgsym_2.0.1-2resolute.20260811.202828_amd64.deb Size: 1718968 SHA256: eb6a9d90e6cd63a0ccf56dbd9361bf9a059ebc21abf4e3bd671daa4caa2358e3 SHA1: ad457dc84dc1548a790cf91e00d336edd4189e0f MD5sum: ce8fa153074dc5ba4bcfb4e262831610 Description: debug symbols for ros-rolling-cras-msgs Build-Ids: 03844547eb31097195dc3a9de2da40ea74a76ae3 28731f263e9b4aed72b24471233849ac5fd3ac79 2d8bd5efe846a42f851240e6a45c51f5b4bcb003 2f05edccc6b78850df7f9599326870863b49f952 4ca7e4b094fe3029389c9ec8236a2e9a8ef4ae4d 53c1514b7d8fd93f5471209255d3c07377f68887 693daf48365026ac4047db6d37f94b64997a6440 81449a2c312337d40a7d54bf9b3326f96ebf79f7 a39c1704188620998a0ed9d082a6a34aad413642 e5825e4e5ea4ace18d8e90f4ab1e3725e12e8541 f0459e96b7770e03cc681b88fe6eae6206004418 Package: ros-rolling-cras-topic-tools Version: 4.0.2-1resolute.20260824.235830 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 671 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-cras-cpp-common, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-topic-tools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cras_topic_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-topic-tools/ros-rolling-cras-topic-tools_4.0.2-1resolute.20260824.235830_amd64.deb Size: 187956 SHA256: 7d317aa9ba99975b4bb378f35c46271dce4d4974615eef09516c5515ca531155 SHA1: 28ed4cfdd17180dd420744cccc6f88bfad57efd8 MD5sum: 8046cceaf00e961271c4dec4c910f349 Description: Nodes and components for safe and efficient manipulation with topics Package: ros-rolling-cras-topic-tools-dbgsym Package-Type: ddeb Source: ros-rolling-cras-topic-tools Version: 4.0.2-1resolute.20260824.235830 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3331 Depends: ros-rolling-cras-topic-tools (= 4.0.2-1resolute.20260824.235830) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cras-topic-tools/ros-rolling-cras-topic-tools-dbgsym_4.0.2-1resolute.20260824.235830_amd64.deb Size: 3082962 SHA256: f0a9e2749c76cbdcc54bc1478b315050bd5a133b0b45fba8b9226552b8fd5efa SHA1: 51b3d083a68fd369312eb344b33f178318ff56ae MD5sum: fedc54c49e0da886cf095ea9bdf1f20b Description: debug symbols for ros-rolling-cras-topic-tools Build-Ids: 60ff6be7efb6c5bd0a40c599094f0169f597c028 a899c538056ef14b6b5e724c3e687428b212c3aa Package: ros-rolling-crazyflie Version: 1.0.7-1resolute.20260821.173103 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 1012 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-rolling-crazyflie-description, ros-rolling-crazyflie-interfaces, ros-rolling-crazyflie-server-cpp, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/crazyflie/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie/ros-rolling-crazyflie_1.0.7-1resolute.20260821.173103_amd64.deb Size: 200096 SHA256: ca7f1c1c97540dcb92fa81b3b9c67d417b90506c4e506a683e382d9fdee4c211 SHA1: 90e72f63814ae10a3b33105c7b29bb676c5d3291 MD5sum: 5dab8bec5a301c098e6e4122ee6b58bc Description: ROS 2 Package for Bitcraze Crazyflie robots Package: ros-rolling-crazyflie-dbgsym Package-Type: ddeb Source: ros-rolling-crazyflie Version: 1.0.7-1resolute.20260821.173103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 5157 Depends: ros-rolling-crazyflie (= 1.0.7-1resolute.20260821.173103) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie/ros-rolling-crazyflie-dbgsym_1.0.7-1resolute.20260821.173103_amd64.deb Size: 4344082 SHA256: 7e3bf64da237873d9fe380f2682c33f8114d61f7a9ac6f127ada4ddd71c5fa5d SHA1: 3008d1d2784ccc39560cd1c787cb6769effe951d MD5sum: a7ba41bb09115434d7b738a2286d0898 Description: debug symbols for ros-rolling-crazyflie Build-Ids: a3de7e1f21bbf57dd99f11c8b7fd46b10709e7d1 Package: ros-rolling-crazyflie-description Version: 1.0.7-1resolute.20260821.154550 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 422 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/crazyflie_description/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-description/ros-rolling-crazyflie-description_1.0.7-1resolute.20260821.154550_amd64.deb Size: 86426 SHA256: 10059617feb2dc62d831060301c378e72b2fee1fa7a90df6ef05bcf20efc3d36 SHA1: 16060526fb8bb25a6d028d49043c821226062e7f MD5sum: 29919fce0daa4bffeae8359c8c917ab0 Description: URDF and mesh assets for the Crazyflie robot Package: ros-rolling-crazyflie-examples Version: 1.0.7-1resolute.20260821.172006 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 1510 Depends: ros-rolling-crazyflie-py, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-tf-transformations, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/crazyflie_examples/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-examples/ros-rolling-crazyflie-examples_1.0.7-1resolute.20260821.172006_amd64.deb Size: 107498 SHA256: d40b64c001f2c90fac128698fc6d4158593359ecaa1122f7ba62b8d69ae4302f SHA1: b6855ea508ccd8ab5f88f1d465a78d53521214e3 MD5sum: b7261a43cb0c69c601160c484166408e Description: Examples for the Crazyswarm2 ROS stack Package: ros-rolling-crazyflie-interfaces Version: 1.0.7-1resolute.20260821.154605 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 7089 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/crazyflie_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-interfaces/ros-rolling-crazyflie-interfaces_1.0.7-1resolute.20260821.154605_amd64.deb Size: 458286 SHA256: 6c48eae7bb4aeb0131be55259dffa08a3e1650c9dc0019532be58bb0c725bad0 SHA1: 44410384f48e1cf7a52b713e0ede6ea7880b3a9b MD5sum: 8501464d372e7b9bad383e6ce533536e Description: Interfaces for Crazyswarm2 package. Package: ros-rolling-crazyflie-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-crazyflie-interfaces Version: 1.0.7-1resolute.20260821.154605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 5449 Depends: ros-rolling-crazyflie-interfaces (= 1.0.7-1resolute.20260821.154605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-interfaces/ros-rolling-crazyflie-interfaces-dbgsym_1.0.7-1resolute.20260821.154605_amd64.deb Size: 3968848 SHA256: 3f558e35f65a550003af6f29c5bd5ac9a8c5cd7becc018a16bf5d35db40ddd78 SHA1: 403d40b14491ffc33b83cba7ec7c58fc8405bf61 MD5sum: bbacbe66e907d0e9d7aa55cc6dc7c966 Description: debug symbols for ros-rolling-crazyflie-interfaces Build-Ids: 49b9a146fced988a1fdc8015a0133638ad85f068 584203fb197488320cc1d0b7eceafa212287b20d 5ae266550d28a4ea6a08eb19b01891e2cff7be11 5cba57311dcd782211cc613b1d4c3a0c3ead8ab0 5d9f91217e40a7123dcffdbc3f25ddb617f12b7a 5f36b05f777a0cb3b4be2a46cbd1b51902dcaaf0 64ef5c3579ff1f502ad8058b59f6753fddadb227 bd535225e53d683a5bd4a2747d8456bb0c09b78b bf2febb8bda7f9d55aa3c20641be7489140ca57a e9e19ba6d438a2c0da237d5bb57c26e5d503f48a f15d38411d0c10417561acb5318f3f3655e371cc Package: ros-rolling-crazyflie-py Version: 1.0.7-1resolute.20260821.163330 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 179 Depends: python3-transforms3d, ros-rolling-crazyflie-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/crazyflie_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-py/ros-rolling-crazyflie-py_1.0.7-1resolute.20260821.163330_amd64.deb Size: 41202 SHA256: db33bc42359ba1da1fe6a3153a5d5b0820e9c6839091e6de76fee71e7f09bb95 SHA1: 0998f43ac87bab021448722b3ad254604421ae26 MD5sum: b395f9e93bfa51422aa401da4c5c20ff Description: Simple Python Interface for Crayzswarm2 Package: ros-rolling-crazyflie-server-cpp Version: 1.0.7-1resolute.20260821.172009 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 3754 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libboost-all-dev, libeigen3-dev, libusb-1.0-0-dev, ros-rolling-crazyflie-interfaces, ros-rolling-geometry-msgs, ros-rolling-motion-capture-tracking-interfaces, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-ros-environment, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/crazyflie_server_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-server-cpp/ros-rolling-crazyflie-server-cpp_1.0.7-1resolute.20260821.172009_amd64.deb Size: 601272 SHA256: 05e34c135ba56d1637883895480a498424a9e95be620c7da95a2557e1967c5de SHA1: dfc38b8822367ac41030d36bf728e2af4820715a MD5sum: 161f91293cbe6e4cc69b7572c81a14b8 Description: C++ ROS 2 server node for Bitcraze Crazyflie robots Package: ros-rolling-crazyflie-server-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-crazyflie-server-cpp Version: 1.0.7-1resolute.20260821.172009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 17899 Depends: ros-rolling-crazyflie-server-cpp (= 1.0.7-1resolute.20260821.172009) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-server-cpp/ros-rolling-crazyflie-server-cpp-dbgsym_1.0.7-1resolute.20260821.172009_amd64.deb Size: 14637148 SHA256: b784845970fd0c10a2a3e45365f4fb61fb896f37668e150d8a18feb9f6fdc327 SHA1: 52d82745c718be3b99b6d47401af471cb1bf66a6 MD5sum: cca52497207263928f7faa2e28f19a96 Description: debug symbols for ros-rolling-crazyflie-server-cpp Build-Ids: 1a5aa735a4276628e9623c253f2f8108b915e9c3 217505907f71bc2e0a3f1cf810627379589304b9 2fb3f6f15ebdb6bd7a3a441ff970f8d4dfca5d17 34b598c8900d8857c13d9b26f74e2d37a9503ea2 4afbe57d60648c81a304665326f6f930941c0549 5160c4cae6044e94ee26fafd03a940e0a432d8fa 53071d06bca6d443a0264fc9e0bcec343cd573ce 64a247120e38aecdbe494740ff00f6dc8c9c8666 75872e0c9479cec795007ada1122503472901e28 9f6ee771ac65c4ea6a918477265f473c1f561225 b31dea7f81a008ad0baa4d4ccb34feab8b08e168 ca29228913f63ec76f630cce903abe302c3f1305 fa14c6990e60af9732d0adabb90cff5849c797bf Package: ros-rolling-crazyflie-server-py Version: 1.0.7-1resolute.20260821.172006 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 167 Depends: ros-rolling-crazyflie-interfaces, ros-rolling-geometry-msgs, ros-rolling-motion-capture-tracking-interfaces, ros-rolling-nav-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/crazyflie_server_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-server-py/ros-rolling-crazyflie-server-py_1.0.7-1resolute.20260821.172006_amd64.deb Size: 35626 SHA256: bfd99deb71d71d2c30363278a3cc7fbb1a0455c32acecf0072fc486cd12d7bc5 SHA1: d05f9826d13d8629aaa24be17a4c14bf7b3728de MD5sum: 5ae65cfcc55da10192cf79f1f2a43555 Description: Python Crazyflie server node for Crazyswarm2 Package: ros-rolling-crazyflie-sim Version: 1.0.7-1resolute.20260821.163453 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 2388 Depends: python3-transforms3d, ros-rolling-crazyflie-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/crazyflie_sim/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crazyflie-sim/ros-rolling-crazyflie-sim_1.0.7-1resolute.20260821.163453_amd64.deb Size: 2027098 SHA256: cf52519bff1ab222c16c448a749cc7a2a021301cbb080ed7f30c773b4e636f92 SHA1: 59cb52abdde9aa7ba4fe4e74be3f9d6cfb9d0038 MD5sum: 22f4f88b7665136c1de5d560bcfea248 Description: Simulator for the Crazyswarm2 ROS stack Package: ros-rolling-crocoddyl Version: 3.2.1-1resolute.20260826.082321 Architecture: amd64 Maintainer: "Carlos Mastalli" Installed-Size: 33324 Depends: coinor-libipopt3 (>= 3.14.19), libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-pinocchio, coinor-libipopt-dev, libboost-all-dev, python3-dev, python3-numpy, ros-rolling-ament-cmake, ros-rolling-eigenpy, ros-rolling-ros-workspace Homepage: https://github.com/loco-3d/crocoddyl Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crocoddyl/ros-rolling-crocoddyl_3.2.1-1resolute.20260826.082321_amd64.deb Size: 6059964 SHA256: 2d65fc9df68c5b6aaa8b83691c2ffe56def1799671555b6861a300f3c5e81f88 SHA1: 423e49424f7708e335b5ec3966fe66c7c65ae140 MD5sum: fd02885fd31b82c5f5aa371980836612 Description: Crocoddyl optimal control library Package: ros-rolling-crocoddyl-dbgsym Package-Type: ddeb Source: ros-rolling-crocoddyl Version: 3.2.1-1resolute.20260826.082321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Carlos Mastalli" Installed-Size: 548625 Depends: ros-rolling-crocoddyl (= 3.2.1-1resolute.20260826.082321) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crocoddyl/ros-rolling-crocoddyl-dbgsym_3.2.1-1resolute.20260826.082321_amd64.deb Size: 524818534 SHA256: a4b0a2b354563bbb30e41166bd607608a4bf58082d924b19535ccdbe9a60f91b SHA1: bbac61012832bef2002093dc78c71b54d389b0f7 MD5sum: 0cb78455cb0db4296e0330a77efca4fa Description: debug symbols for ros-rolling-crocoddyl Build-Ids: 0c29bc428e41835bba3e2f4156fcc85a8ccfa9f1 671c0ea899a46c3be7a645a3e3a8f4616b2043b9 bde3eaa8ae4acc5b8629fccd4cf0ba4d449d1918 Package: ros-rolling-crx-kinematics Version: 1.0.0-2resolute.20260830.163637 Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 155 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, libeigen3-dev, ros-rolling-pluginlib, ros-rolling-tf2-eigen, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/crx_kinematics/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crx-kinematics/ros-rolling-crx-kinematics_1.0.0-2resolute.20260830.163637_amd64.deb Size: 41072 SHA256: 53e5d2fc8ae968b0b8b5d9e3ac210d1691cecf30dde2957db15aa2db4291c5c2 SHA1: 440de1caf19eec2b37922cc28374eff27e6238b5 MD5sum: 26079fd138276137005ad8ea6dcb55d2 Description: C++ implementation of FK/IK for Fanuc CRX series cobots Package: ros-rolling-crx-kinematics-dbgsym Package-Type: ddeb Source: ros-rolling-crx-kinematics Version: 1.0.0-2resolute.20260830.163637 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Cranston Installed-Size: 2780 Depends: ros-rolling-crx-kinematics (= 1.0.0-2resolute.20260830.163637) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-crx-kinematics/ros-rolling-crx-kinematics-dbgsym_1.0.0-2resolute.20260830.163637_amd64.deb Size: 2776556 SHA256: 5a48afc0fa69b50b9c100d566c6300f8358fc4e439de80bb4f5dae40a64ec6b5 SHA1: 1ad7b2abd3d31ea9ef3ebb35093366e7a5ea4d5b MD5sum: 04fe11057e4ee54c8c95fd6d34576e80 Description: debug symbols for ros-rolling-crx-kinematics Build-Ids: 926350a2cb732cc14a974529878c1684b62d281a Package: ros-rolling-cuda-buffer Version: 0.1.2-1resolute.20260811.205107 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 209 Depends: libc6 (>= 2.38), libcudart12, libgcc-s1 (>= 3.3.1), libnvidia-compute-595 (>= 595.84), libstdc++6 (>= 14), nvidia-cuda-toolkit, ros-rolling-cuda-buffer-backend-msgs, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosidl-buffer, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cuda_buffer/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cuda-buffer/ros-rolling-cuda-buffer_0.1.2-1resolute.20260811.205107_amd64.deb Size: 56658 SHA256: c5405e8e3ab4166506a71ae7f0f4d3f79dbf4d486054fe1ef5c63043b5218eba SHA1: 9d004ae6fdb9699089a861f27745f6f2ad98214f MD5sum: 0851b089f9b04a63e7618395f4f9606d Description: CUDA-backed rosidl::Buffer storage and synchronization utilities, including memory pooling, CUDA IPC support, and same-host endpoint locality discovery for rosidl::Buffer backends. Package: ros-rolling-cuda-buffer-backend Version: 0.1.2-1resolute.20260811.210640 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 150 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcudart12, libgcc-s1 (>= 3.3.1), libnvidia-compute-595 (>= 595.84), libstdc++6 (>= 13), ros-rolling-cuda-buffer, ros-rolling-cuda-buffer-backend-msgs, ros-rolling-pluginlib, ros-rolling-rcutils, ros-rolling-rosidl-buffer-backend, ros-rolling-rosidl-buffer-backend-registry, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cuda_buffer_backend/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cuda-buffer-backend/ros-rolling-cuda-buffer-backend_0.1.2-1resolute.20260811.210640_amd64.deb Size: 36458 SHA256: bc9b3f3e2eb4ae32093c7843e9e30f020804780fab1f2fe67c09f232e7a85322 SHA1: b47019d5cd4ca0fd50b87d0d4e03ecd3a36f5c38 MD5sum: 85ed169c9e4a09afc2e99ce9253ed7de Description: Pluginlib backend for CUDA-backed rosidl::Buffer transport, using CUDA IPC when available and CPU fallback otherwise. Package: ros-rolling-cuda-buffer-backend-dbgsym Package-Type: ddeb Source: ros-rolling-cuda-buffer-backend Version: 0.1.2-1resolute.20260811.210640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 443 Depends: ros-rolling-cuda-buffer-backend (= 0.1.2-1resolute.20260811.210640) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cuda-buffer-backend/ros-rolling-cuda-buffer-backend-dbgsym_0.1.2-1resolute.20260811.210640_amd64.deb Size: 397328 SHA256: 6a06f4fcc171eb834dbe13c0907cddb3bcd1abd1cec63acf30bacbc02cbad165 SHA1: 084cf624ac996ab621664ad1089f62d13e60ec4d MD5sum: 32c30d262993f060cddde2289fb0f18b Description: debug symbols for ros-rolling-cuda-buffer-backend Build-Ids: 8c484476c3fbdfd2e43b2b33e56629218875e19a Package: ros-rolling-cuda-buffer-backend-msgs Version: 0.1.2-1resolute.20260811.202831 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 543 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cuda_buffer_backend_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cuda-buffer-backend-msgs/ros-rolling-cuda-buffer-backend-msgs_0.1.2-1resolute.20260811.202831_amd64.deb Size: 55036 SHA256: 100a3ec954dd8ec09e992d8cfd213f55fc7ced537f4693e949ea161620cbbe86 SHA1: 27b422bb01e0d3c24720436fde97aa9b7aa9985a MD5sum: b1835c6bdfaf7d576e9ee308da1f9d72 Description: CUDA buffer descriptor messages for rosidl::Buffer backend serialization. Package: ros-rolling-cuda-buffer-backend-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-cuda-buffer-backend-msgs Version: 0.1.2-1resolute.20260811.202831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 384 Depends: ros-rolling-cuda-buffer-backend-msgs (= 0.1.2-1resolute.20260811.202831) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cuda-buffer-backend-msgs/ros-rolling-cuda-buffer-backend-msgs-dbgsym_0.1.2-1resolute.20260811.202831_amd64.deb Size: 235830 SHA256: 20bdcbd02af92472488047d80e73bcb0b781ed50fa4a65e602578d6e74e32e56 SHA1: bf95846eac854054a2e048a323b0381f6577d947 MD5sum: c1b44c3d3c5b506593030a4868b04453 Description: debug symbols for ros-rolling-cuda-buffer-backend-msgs Build-Ids: 0ea51bfbdacf7f4c994b31fc1c580e3a5cc03d13 252e34cd912299e563bd68ccf3da5dd47db28289 40874877f13af4f9a67b20c24cc66520b5cc1b64 4e2b114eab8a79bbfc245a2fcc217d2398ea94c0 5aa129dd168d2eecff106f0d3bfab40b631526a6 5c98ff1731ed7672b93febdc258b00a3669d3fbc 901f0475a70a6ad04b25c3f5623addc2e88c0a72 e75c0746584e9ef09eef396875fe8d517b35e900 e9272c03079a3e5a15a030aa452da79bd400320c f61ddb599684d7349f34c4d172c60f4ebf3eddb2 fb2c2cb5e62d767887f07f358c89d82b2c3c5a4d Package: ros-rolling-cuda-buffer-dbgsym Package-Type: ddeb Source: ros-rolling-cuda-buffer Version: 0.1.2-1resolute.20260811.205107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 598 Depends: ros-rolling-cuda-buffer (= 0.1.2-1resolute.20260811.205107) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cuda-buffer/ros-rolling-cuda-buffer-dbgsym_0.1.2-1resolute.20260811.205107_amd64.deb Size: 546208 SHA256: 4d6c500df09c395423a66c5918d874e9de82b686de8b242869ab4d6a82f7893a SHA1: 4855b371839caada31cc345a76c9784ba460244a MD5sum: 4fed9e34e2a1ea6f6136f2d40243ef44 Description: debug symbols for ros-rolling-cuda-buffer Build-Ids: 2c914d8c1e2bececf49ab73538e033459048434b Package: ros-rolling-cudnn-cmake-module Version: 0.0.1-6resolute.20260714.183741 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 49 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cudnn_cmake_module/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cudnn-cmake-module/ros-rolling-cudnn-cmake-module_0.0.1-6resolute.20260714.183741_amd64.deb Size: 6720 SHA256: 1bc951583b7f68c5ca35a91af4f6187e86c6736bfba9eb2f8b9ba29a4fb2107c SHA1: b1f3f006f605269297e62186a85cd4e806b30fd0 MD5sum: 8a38e5b712882e6c333ba8ba4b9bfb7b Description: Exports a CMake module to find cuDNN. Package: ros-rolling-cv-bridge Version: 4.1.0-2resolute.20260821.164636 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 501 Depends: libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libboost-python1.83.0, libopencv-dev, python3-numpy, python3-opencv, ros-rolling-ament-index-python, ros-rolling-rclcpp, ros-rolling-rcpputils, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/cv_bridge Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cv-bridge/ros-rolling-cv-bridge_4.1.0-2resolute.20260821.164636_amd64.deb Size: 126814 SHA256: 4ae6ddff25a4fa592a257ae3dd7b06f165aaa93504e6567deae3e947d3bc1fd1 SHA1: 1ec64ac7b76985eb63a3c5c48def52fee1e2fcf6 MD5sum: 43171278941ab6942b0693f525c2cbe9 Description: This contains CvBridge, which converts between ROS2 Image messages and OpenCV images. Package: ros-rolling-cv-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-cv-bridge Version: 4.1.0-2resolute.20260821.164636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 2099 Depends: ros-rolling-cv-bridge (= 4.1.0-2resolute.20260821.164636) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cv-bridge/ros-rolling-cv-bridge-dbgsym_4.1.0-2resolute.20260821.164636_amd64.deb Size: 1923660 SHA256: 4b8ab9831243fefed159fd65ce90997884185d40f2850302ab3aaa8e198c545b SHA1: 3bb8f2411622e0d43e465aea5b760ba32318d627 MD5sum: 742fa96a9933c9e3c7eb8739d86c16e3 Description: debug symbols for ros-rolling-cv-bridge Build-Ids: 646b8ce8272c70cce8b2feca2938843f3e86a6e5 b264761c357f71410f5f5e7893e9c09ad89517c0 Package: ros-rolling-cx-msgs Version: 0.1.3-2resolute.20260811.200343 Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2911 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-generators, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/cx_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cx-msgs/ros-rolling-cx-msgs_0.1.3-2resolute.20260811.200343_amd64.deb Size: 214258 SHA256: ebfc7a2ad8017700ef7b6bfb540f1a8026c4b7944149171b85d38b9963848705 SHA1: cac2d1c1a715aa51dee75201c5b811be86313d62 MD5sum: b3b3b969d6658e32d4a2e4a59af31598 Description: ROS interfaces for ROS2 CLIPS-Executive Package: ros-rolling-cx-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-cx-msgs Version: 0.1.3-2resolute.20260811.200343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tarik Viehmann Installed-Size: 2484 Depends: ros-rolling-cx-msgs (= 0.1.3-2resolute.20260811.200343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cx-msgs/ros-rolling-cx-msgs-dbgsym_0.1.3-2resolute.20260811.200343_amd64.deb Size: 1849828 SHA256: d9630fd815c84a91f8b5cf78c4692908e89d496e4ee62b945d3dcb067a765815 SHA1: 4d6e11529204905af60de7bc508c59143aa8f892 MD5sum: 6d8102fb4eca160bd85105317b841604 Description: debug symbols for ros-rolling-cx-msgs Build-Ids: 1d16e6bced3dd27f5998c249379d5a2ddbf7f781 222632c8ec625746017d698e8a9f22eec00cca4c 545df29e0781ee0e34452b1e9bfbc31812641b56 99518f6676f2b414856bf1ca8be0249cd9aeb56e a245ff8c4717d7d2ce22e2e0465d4634d2c1c4ff b04bfb4f1472a49fe876ff6cc70c0ff0dde138de b0ffc0c58f42f36c2d6f827ed088343fa01325c1 b633b13bf8ace14f9efced2e4f52ecf078415e8c bd35367f7362a94321a08b5fa6b1225ac3924ddf bfc97b63a41425ca4cb89eaf99ee09641bb73686 e797a31ce2eb84cb750ed8c01c8e044c6c979aad Package: ros-rolling-cyclonedds Version: 11.0.1-3resolute.20260714.180922 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 3929 Depends: libc6 (>= 2.42), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), openssl, ros-rolling-iceoryx-hoofs, ros-rolling-iceoryx-posh, ros-rolling-ros-workspace Homepage: https://projects.eclipse.org/projects/iot.cyclonedds Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cyclonedds/ros-rolling-cyclonedds_11.0.1-3resolute.20260714.180922_amd64.deb Size: 1094380 SHA256: b77f6071e29f9c2b10e4c10714c4eee6216aa8be0830941a3b74d6292d322406 SHA1: b4973a910b96e31dac74d3f423ec30c1a5de9de7 MD5sum: 511db67d3868a2bfe3a5e232fc044838 Description: Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project. Package: ros-rolling-cyclonedds-dbgsym Package-Type: ddeb Source: ros-rolling-cyclonedds Version: 11.0.1-3resolute.20260714.180922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 5846 Depends: ros-rolling-cyclonedds (= 11.0.1-3resolute.20260714.180922) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-cyclonedds/ros-rolling-cyclonedds-dbgsym_11.0.1-3resolute.20260714.180922_amd64.deb Size: 4536816 SHA256: 933030924a38011a69a5b0b72928b1bb0db7852e4ef20f3193c35a9fbc0f34bd SHA1: 5dccc3f9429b38b61a456b831bc9c0855c6b2a8b MD5sum: c03760e9ca6e2465b81f80a2d20a4484 Description: debug symbols for ros-rolling-cyclonedds Build-Ids: 04b812b5ca8444dbca295539f72b021d7dc887f9 0873d8160830150742b24c8e69054bae50dda8b0 125b0eba25249ed3b9765d537e14aee38ed1292b 4142fdf8d96a0df022dc58e10e51fa67d11ec1af 5aa56255905a45b9ce8408011bffad4f03d5828b 9e0a9bf8a85067062b77ec653c1e402e0e757668 b89ee17f0f2fd778cd61361a6073479748935296 f4fbce6f3e5f954be740a6cc80bc88013608801f fa7e62e52addf71021f88eaeba1b6e6bd65e3a64 Package: ros-rolling-data-tamer-cpp Version: 1.0.3-2resolute.20260821.164828 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 564 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ament-cmake-gtest, ros-rolling-data-tamer-msgs, ros-rolling-gtest-vendor, ros-rolling-mcap-vendor, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/data_tamer_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-cpp/ros-rolling-data-tamer-cpp_1.0.3-2resolute.20260821.164828_amd64.deb Size: 125488 SHA256: f02673a5410347df48bab1c7e914482435fe710de88b4e499034fe741c4c3a3d SHA1: 63cf5363596381f2ef765ab7a3472f7a411513e1 MD5sum: 94578f6e1b66a78495a909b5dd505205 Description: DataTamer data logging library Package: ros-rolling-data-tamer-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-data-tamer-cpp Version: 1.0.3-2resolute.20260821.164828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2439 Depends: ros-rolling-data-tamer-cpp (= 1.0.3-2resolute.20260821.164828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-cpp/ros-rolling-data-tamer-cpp-dbgsym_1.0.3-2resolute.20260821.164828_amd64.deb Size: 2259362 SHA256: 0ad50558f85a8719e1a098d18029ebdbe852f40e8fd95d942beebf2f72f81cdf SHA1: 52a77384a284976e465145c5539b73c16cb93cc1 MD5sum: aa69eb455a6775b50661a2c70d32aad3 Description: debug symbols for ros-rolling-data-tamer-cpp Build-Ids: 1fbff513fc074935d9ac4217daee24bfe8f40393 732ab83954a2d9a95da268cc516d5cb732b7711a Package: ros-rolling-data-tamer-msgs Version: 1.0.3-2resolute.20260811.200449 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 810 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/data_tamer_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-msgs/ros-rolling-data-tamer-msgs_1.0.3-2resolute.20260811.200449_amd64.deb Size: 95378 SHA256: 4c84850e599a000d8daee26baeea3a805df64c7dfa90d8a393603020f6d52cf1 SHA1: f9a467971856d5991db848f8122e10fda260e808 MD5sum: 2d274ea47f6ba3bebd1e7e491ef39862 Description: Interfaces for data_tamer Package: ros-rolling-data-tamer-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-data-tamer-msgs Version: 1.0.3-2resolute.20260811.200449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 968 Depends: ros-rolling-data-tamer-msgs (= 1.0.3-2resolute.20260811.200449) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-data-tamer-msgs/ros-rolling-data-tamer-msgs-dbgsym_1.0.3-2resolute.20260811.200449_amd64.deb Size: 751052 SHA256: 4731ed5586072b9ddf8836f2fa2e65435691ded25f139e29c18d29ce241b311e SHA1: 35448ae3c75189330ee761dc358402bd44c70998 MD5sum: 55d76c55f0356122080635a0fd1ff7f2 Description: debug symbols for ros-rolling-data-tamer-msgs Build-Ids: 082c3d2f547665289ac4ea7d24c92011ea206929 220774cde1742644aa56e2fa1ad52c0a08779ad8 63c2e1633cad5256c1ad185f87b443ef9c86c2ab 6adc8482b7370f2147ab7a5a4b0a751b91ac8fbc 6c6f74b830a77cfbffd92dd47e1a7dd42cb12dac 8afd3c849be93208a5819d94414ded05ee8ba0e0 910798cad66594e35b3441c8167a64a79d22a188 be493ce97ebac795e4850cd7bfad506d0c3ccb5f cc19922cad4c7c4dc30f576aea59019c71ed4cb8 ee5fa75400d3fb083c51b831bb47ca47cdd2639e fe3bb8d6c89bdc171f9995aab0ad8f4def0a44fa Package: ros-rolling-delphi-esr-msgs Version: 4.0.0-4resolute.20260811.205042 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 4136 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/delphi_esr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-esr-msgs/ros-rolling-delphi-esr-msgs_4.0.0-4resolute.20260811.205042_amd64.deb Size: 261916 SHA256: bc2b76461f28ca68d082050aad02d70179390cc4aafa9c822358a1e1d2ebad67 SHA1: 07a2364a4e2d6f1dbaf8088c91b8e3bc8625d1cd MD5sum: 556e1e7430bfb4e6be6b024d0ce22d6c Description: Message definitions for the Delphi ESR Package: ros-rolling-delphi-esr-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-delphi-esr-msgs Version: 4.0.0-4resolute.20260811.205042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2754 Depends: ros-rolling-delphi-esr-msgs (= 4.0.0-4resolute.20260811.205042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-esr-msgs/ros-rolling-delphi-esr-msgs-dbgsym_4.0.0-4resolute.20260811.205042_amd64.deb Size: 2076424 SHA256: c6e8e018f70b7593d012d72b6029a79e3301a53b45ead5562bbfefc97f225bb8 SHA1: 109e7ed3f863699e160f29890f35679b1c4c2f12 MD5sum: 13264b6b1cc4746e9c30704ae1137b8c Description: debug symbols for ros-rolling-delphi-esr-msgs Build-Ids: 0028cda815601a57b06d5ed7e7d1fe8de64fae3d 35c669b4e00fa155a3de96b054d76515942c9717 36527cf2fc9df24e84e5cf5bb34bddf83b4187ca 4b054d822782b430f12c9245ec3639419b85e005 4e682d0c9eb05f680b2188ca2d363a0efe6e292a 7d799a7db24263c94a4db959d152aa27d86b49c9 a109a8e0fa0b650dd31196461ad409ae05c43ac3 b53a194e2f2d57e2e1b4e5f5de302f230ddfc064 c56bb75654f6ffa422f3f690f970fd7bccda7000 d246fd2003007029b91e1ed4269cd314eaaa19ef e153f2e18f54570aae24c2535d93279f9392a51c Package: ros-rolling-delphi-mrr-msgs Version: 4.0.0-4resolute.20260811.202215 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3694 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/delphi_mrr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-mrr-msgs/ros-rolling-delphi-mrr-msgs_4.0.0-4resolute.20260811.202215_amd64.deb Size: 228294 SHA256: bb925c1657a782bd31032b5e646fb9d8cb192a3b3ad09d043778262f2732f301 SHA1: 2d7d8589da1270cc4c775c98989a4cadb673201c MD5sum: a18d9e73ffe0c3aa30dbbadc70a1255d Description: Message definitions for the Delphi MRR Package: ros-rolling-delphi-mrr-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-delphi-mrr-msgs Version: 4.0.0-4resolute.20260811.202215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2339 Depends: ros-rolling-delphi-mrr-msgs (= 4.0.0-4resolute.20260811.202215) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-mrr-msgs/ros-rolling-delphi-mrr-msgs-dbgsym_4.0.0-4resolute.20260811.202215_amd64.deb Size: 1715960 SHA256: b316d9388debeea334d65037ea38ae88a52457c98a872894d08e58412b09398c SHA1: 6147be829a7c451b9d01749bfa7602bb31fd292c MD5sum: e027a0ae32770ee705890aa688be5afc Description: debug symbols for ros-rolling-delphi-mrr-msgs Build-Ids: 11b1ee5fd139b765f586b90767d056deda29c946 130019b8adc8a844db4cc8ab17d2fb6f05851580 1d0b828f234dce399ee4be8c3ed3786419825398 573069a868aa1593be4249322adb7e03063247b0 59ef935d9139bb2b593b7b7ed6e5dfecb79911eb 5a1e18672397b9e007441d3911075e7a183c430e 5f43100e84712d0d4a22ea04fb5f0adb6a984f3d 92ecd9e34b195ebf0403ff4ad5abe380449bb079 af45db9fc839a11969be7403947e27d992cca78d e8fb8fd82787fe5879d80cf2866ad810584a7c05 eb3ba725532285e087c60f7b7fe423181b5fdaf6 Package: ros-rolling-delphi-srr-msgs Version: 4.0.0-4resolute.20260811.202209 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 2849 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/delphi_srr_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-srr-msgs/ros-rolling-delphi-srr-msgs_4.0.0-4resolute.20260811.202209_amd64.deb Size: 174002 SHA256: 8e1bdf2393f4426cf0dd58871c1265934aba8b444caa616ae6411c5b1712897b SHA1: 86b1a23b9d44888fe5c5d31c149b5664e988e251 MD5sum: 9c113eabdad2a241d0476f3893b3640d Description: Message definitions for the Delphi SRR Package: ros-rolling-delphi-srr-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-delphi-srr-msgs Version: 4.0.0-4resolute.20260811.202209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1626 Depends: ros-rolling-delphi-srr-msgs (= 4.0.0-4resolute.20260811.202209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-delphi-srr-msgs/ros-rolling-delphi-srr-msgs-dbgsym_4.0.0-4resolute.20260811.202209_amd64.deb Size: 1210938 SHA256: c251a24d96999442d8af339988bedd0fc261b60565820c0489293b14345bcfe6 SHA1: 9940349e56bcf3c978527b6a5af79e0dde73a176 MD5sum: 2ee9de81b04c1d5288dd7552b20b6844 Description: debug symbols for ros-rolling-delphi-srr-msgs Build-Ids: 1222031790b40df95aa9fb57f62092548e7cf7b9 3972ef1a6c2c556ff94b523bc658acc9cfd8c753 43d98499a7147994ab3b8131dd0d601512241d6b 555969fb684550efb0efba28f0eacb25ff6c8242 5f263ad7c9de09ee3abad62383a79b85e5162f3a 8572669913e46d00cdd78d1c6ec5314fca39884f 9e00b3f6b256cd9d6ee530b6e4f0bf07d8bf6250 9ecf3e981d015b16053e8a8fcf3729b67158c5e5 a709cc13e5b2796348cfe06689854754e065b0c4 b9bcf37e9006f523499f68255905e2b084ca33c0 dafb977f82a13a0388ea2b27e7276cc3d2d642a4 Package: ros-rolling-demo-nodes-cpp Version: 0.38.0-1resolute.20260821.170510 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 7229 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-launch-ros, ros-rolling-launch-xml, ros-rolling-rcl, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/demo_nodes_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp/ros-rolling-demo-nodes-cpp_0.38.0-1resolute.20260821.170510_amd64.deb Size: 975106 SHA256: 1d8cfb4da6af5a415a01eedda2e204399d45f95b5bf5b70893911f0bd2933eb7 SHA1: 39844db92874339e4adb38260592a77b5d722a1f MD5sum: b0086e6a6bfc9bcae05b094aef40e898 Description: C++ nodes which were previously in the ros2/examples repository but are now just used for demo purposes. Package: ros-rolling-demo-nodes-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-demo-nodes-cpp Version: 0.38.0-1resolute.20260821.170510 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 41686 Depends: ros-rolling-demo-nodes-cpp (= 0.38.0-1resolute.20260821.170510) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp/ros-rolling-demo-nodes-cpp-dbgsym_0.38.0-1resolute.20260821.170510_amd64.deb Size: 33214976 SHA256: c6a8cfe72021d6814daef25b2366c7dd29fcf78233d5b0d2fabb37d0c42cc25d SHA1: 46d1989499fcdc4d1c370a72a342da4a19838f7d MD5sum: 8c0ad9c53c79e3b95cfb5fa6424b0187 Description: debug symbols for ros-rolling-demo-nodes-cpp Build-Ids: 058545792e143f4c3fd0e503b12e800105e22627 0da7c20c5eb9f0e2d63c78d6b61a1fd102b1f700 0f219ac994b198e8b62f8cf934a6b0ee81a1b1de 16bc2e1e15c14452c845e34221d63550d557dab5 16befb5548c800a4306133919587680cdeef41aa 17bba3724d2de62bb75117af5c18ab9f4d8e00af 1cd59af121579fe99a80a90d5f3d753d3518f4a1 360543c0a332e19eebf9243b5ce4850cb50bbc46 40d5d8c65556cbb88ac8602e6ee7de1f6f8ef9e0 4615a5cac6d3647a9d1310543eabbe6b83499c94 4761d151957c4c5024250f405c03051b00cec4c8 50f4aff44ca362d6406197b5a0b61ee394a4ca56 547564a9db3d1a95bb63f4befd1d6f2ed7ed4ad0 55bfc46d42dc186f1f8f66e00c9c314433fda38d 577650e153a4a0af33f18be92046c38106332c2a 57d46c4f55c9586feff20cf166f22810ca90f5be 5c2657f4416861bc63750140c5f2a254dd5dba56 61279e837c5de65dfd0c81b3b9730d7cbfce2710 669c95cefb998eb9849a55ea09282a6fff17d27e 73e8051cc157587389ce78bb9b9e490df01716f2 7474e85b25efe2af613e6517734e8eb7fee74106 80d63ec3444bfa6fea221effad8cfeb317c45dff 8609417542d85e29b204aacb6188ecac5eed9e64 89504b15591318788f744719e30bec55890c1e5c 91dc8a76e5f12778a7d008cd5af1a9aa7bb8da91 9629d9cbe50dd7b548bf088e6803f946af330918 9f3767e9bd55a3e307f65fc583fd4d7fa2eea114 a04f7e4c775e5c1304d43dfd8b93c9ebc3c301ed b5b48cf46af83ddaa0442ebf604e38cf958a5d92 b614729976e68dd6ac5f7c044802275221f41c9a bfc59cbc8dcce74a903e3e313eb58cf1596d3e22 c8b7e3ed7e27d01f83ba1cc77104d407f87216da cb63f94ea42379ed1fd80ee9bad8924bb73228a7 cd242a8cd1200656e3907f2f42391e8732ace132 cec03c9050ff29879bc2bb15146e55fd9b41b001 d09caad2001967652c6921f1051107103899870a d6cfcb269166a2deb8c4b52fca8c4fe2edfa8d05 d875e37af0ec8fa838433e1fcd549a31eb8a8977 d9382245aef4051e6d7ba4ffa25bb55707d4041a da396298fda136df1785e5ad0f85027ae2f5fba8 da8bcaa408af14db3973484738157352c65485a6 dccd13ca9abb2b8e79e4354dccd4da55a891c911 e267b0b477e7df68851633506d6765214dbedff1 e29d702cc87ba8aa5b950b1e2a1fb08948608e85 ea3b228bef249b27228eee6ed32e82131b1d84b6 eed0a2b9994f3916c4ee6958ac86740c48f28a76 f8d398140bde5628ee5e7409dc55a7aa6d1f7440 fa7a75e611db200ae89fd49710a4a695c1487c5e Package: ros-rolling-demo-nodes-cpp-native Version: 0.38.0-1resolute.20260821.171322 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 236 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-fastdds, ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rmw-fastrtps-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/demo_nodes_cpp_native/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp-native/ros-rolling-demo-nodes-cpp-native_0.38.0-1resolute.20260821.171322_amd64.deb Size: 67422 SHA256: fcfaf301fa733f6239eeba7da73b5de2b9888f5ae43e989b88fc9d74e6aff4d1 SHA1: a53d1da30674d3a941e2c9ce99c09f972be9be65 MD5sum: 979aa800199e54971bd864c756cec136 Description: C++ nodes which access the native handles of the rmw implementation. Package: ros-rolling-demo-nodes-cpp-native-dbgsym Package-Type: ddeb Source: ros-rolling-demo-nodes-cpp-native Version: 0.38.0-1resolute.20260821.171322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1313 Depends: ros-rolling-demo-nodes-cpp-native (= 0.38.0-1resolute.20260821.171322) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-cpp-native/ros-rolling-demo-nodes-cpp-native-dbgsym_0.38.0-1resolute.20260821.171322_amd64.deb Size: 1197162 SHA256: ceacdcf429bd3ea1a7a45603aedee9e4cf16fa6c0aae61389196d89ff4a5fb75 SHA1: f3be3b93e5b8d17057a86649696ca7a3e3fd2939 MD5sum: bf0ab611ccc29a0921e96763dfb02da3 Description: debug symbols for ros-rolling-demo-nodes-cpp-native Build-Ids: 644d0148848f94a355ad019228eb89dec1f61880 e493f5d3cb5da52709352444239035176db29f94 Package: ros-rolling-demo-nodes-py Version: 0.38.0-1resolute.20260821.163339 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 185 Depends: ros-rolling-ament-index-python, ros-rolling-example-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/demo_nodes_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-demo-nodes-py/ros-rolling-demo-nodes-py_0.38.0-1resolute.20260821.163339_amd64.deb Size: 30382 SHA256: 51bdf65564d188c3dde02b9ce953eefa146c2b3bb0616c21cad44b7822f1a3fc SHA1: c82a0666fda58b4cfb0fd0e44b35b8c3b2e935d7 MD5sum: bbaec94965775c281e0ed1f358a010b8 Description: Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes. Package: ros-rolling-depth-image-proc Version: 8.0.1-1resolute.20260821.175053 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1722 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-rolling-cv-bridge, ros-rolling-image-geometry, ros-rolling-image-proc, ros-rolling-image-transport, ros-rolling-message-filters, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/depth_image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depth-image-proc/ros-rolling-depth-image-proc_8.0.1-1resolute.20260821.175053_amd64.deb Size: 318392 SHA256: c1f318f2eb95b1f31a08315164b245eda76ce90ef213b41fafd3c458af7609f3 SHA1: a6348f4be615afeeb14f75ed427b7e2d9ac43ca0 MD5sum: c9385af9ed1a38aa124b547dde83be94 Description: Contains components for processing depth images such as those produced by OpenNI camera. Functions include creating disparity images and point clouds, as well as registering (reprojecting) a depth image into another camera frame. Package: ros-rolling-depth-image-proc-dbgsym Package-Type: ddeb Source: ros-rolling-depth-image-proc Version: 8.0.1-1resolute.20260821.175053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 14979 Depends: ros-rolling-depth-image-proc (= 8.0.1-1resolute.20260821.175053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depth-image-proc/ros-rolling-depth-image-proc-dbgsym_8.0.1-1resolute.20260821.175053_amd64.deb Size: 12194152 SHA256: 192080f058d4235b8bddf4e09f0477170a465f98ca6520dfe4c0be412785983b SHA1: 18e939fb426be99728f90eaa4f25630e3139c628 MD5sum: 4e038e6aed4f7d8213df177861d12a8f Description: debug symbols for ros-rolling-depth-image-proc Build-Ids: 0b01b5b9b9ad90076ea217de2ba30073a5b8f6df 2d7fe243cca935b0d9713d9805c8f6580ba26457 667aacec7b35402219d45ddf52a946d67657bd2f 7e710cfe8e4017751b95ab7859e8224efe2dc208 8b10c08fe0cd0a3cf3f49edefd29f587e1ce9fa9 90ae79b0657f5ccfa8c18d13aa65b2e9a48f1076 95010faf631bb8bd6abcd64530b1d59b3ded25cd 996df115a6c2c786b94823682500abb16500215b ac568d4ea8bcfefe4a8fb91224f1dc355758d7d9 d168502d509f5dba091ebbb1d37e741856f5ffd5 f4b1ce80c52c7e9da225e180034d7d9f32723fad Package: ros-rolling-depthimage-to-laserscan Version: 2.5.1-3resolute.20260821.165917 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 999 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-rolling-image-geometry, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/depthimage_to_laserscan Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depthimage-to-laserscan/ros-rolling-depthimage-to-laserscan_2.5.1-3resolute.20260821.165917_amd64.deb Size: 192596 SHA256: 6a58dbc5cae2e2178656cba6dad6cf7569029998a2cfb607a635c74b7c014a1f SHA1: 1235affe4211346606a8902353504ff873cec407 MD5sum: 2fd4ccf418ef05cb6236340c10257c0d Description: depthimage_to_laserscan Package: ros-rolling-depthimage-to-laserscan-dbgsym Package-Type: ddeb Source: ros-rolling-depthimage-to-laserscan Version: 2.5.1-3resolute.20260821.165917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 4553 Depends: ros-rolling-depthimage-to-laserscan (= 2.5.1-3resolute.20260821.165917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-depthimage-to-laserscan/ros-rolling-depthimage-to-laserscan-dbgsym_2.5.1-3resolute.20260821.165917_amd64.deb Size: 3793878 SHA256: 84714f483f2c03b7ec5d982027b4d64d650c3f9bb1e8ec1de381e06e1147eb69 SHA1: 64c5ed4cd61e96a51623654562c6ae63671a76cc MD5sum: fab59262d54c684c0f373df77640a448 Description: debug symbols for ros-rolling-depthimage-to-laserscan Build-Ids: 1b081f5831d4e6e28cb25fdaa0520c48c31d6b65 985ba8fcef509373fb5899f5136b592efc494196 e493568533c997080ff0ae10eff0264e222c7ba7 Package: ros-rolling-derived-object-msgs Version: 4.0.0-4resolute.20260811.204714 Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1810 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/derived_object_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-derived-object-msgs/ros-rolling-derived-object-msgs_4.0.0-4resolute.20260811.204714_amd64.deb Size: 148080 SHA256: 2ded7fd42312b4462eda5d4e0ba8470fa0bfaf16bf14bc592b26a22f1ca920f5 SHA1: 1b049c76f9b0b46bdb037eb91e77295fd0ed24de MD5sum: c98e7d217cc0f5f823c835acf772490c Description: Abstracted Messages from Perception Modalities Package: ros-rolling-derived-object-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-derived-object-msgs Version: 4.0.0-4resolute.20260811.204714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Development Team Installed-Size: 1414 Depends: ros-rolling-derived-object-msgs (= 4.0.0-4resolute.20260811.204714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-derived-object-msgs/ros-rolling-derived-object-msgs-dbgsym_4.0.0-4resolute.20260811.204714_amd64.deb Size: 1069438 SHA256: cc1bcee802ee3260e295582868431eabe4cc420ea56493d503b0be933346c2a7 SHA1: 78271b05b7a73358aa37cfe6c1aac52fca218941 MD5sum: 1901ad6fc71bf74a9a7070cc62d7328d Description: debug symbols for ros-rolling-derived-object-msgs Build-Ids: 0f5d372b2be9535eba2b766f3b4c2811c4acfb7b 3e155dce43544e79e05d69d33532f224e2a2a721 615b8ba05dcb21880b483574624738f73d5cc8c3 616abb8ae42b45802a4a804172ed134ddc075d0c 6a1af0cf9163f1da30a27a9d3741e4848f1b204d 7fdad888881d5cbec10280d585487dfec1f9e37a 8123777bc202752265175b87627fc2924c7a9f38 cce3d2d20b0935d422f50518de40dccf5570fb93 eb371c10726eca4b4a1c175cc3274379a5be6f36 f273267b28f1cfbac7aa6d6beedf5a372258c01b f760cee5f66e0558dc2b73419ad3e0c290671dfb Package: ros-rolling-desktop Version: 0.13.0-2resolute.20260826.133222 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 47 Depends: ros-rolling-action-tutorials-cpp, ros-rolling-action-tutorials-py, ros-rolling-angles, ros-rolling-composition, ros-rolling-demo-nodes-cpp, ros-rolling-demo-nodes-cpp-native, ros-rolling-demo-nodes-py, ros-rolling-depthimage-to-laserscan, ros-rolling-dummy-map-server, ros-rolling-dummy-robot-bringup, ros-rolling-dummy-sensors, ros-rolling-examples-rclcpp-minimal-action-client, ros-rolling-examples-rclcpp-minimal-action-server, ros-rolling-examples-rclcpp-minimal-client, ros-rolling-examples-rclcpp-minimal-composition, ros-rolling-examples-rclcpp-minimal-publisher, ros-rolling-examples-rclcpp-minimal-service, ros-rolling-examples-rclcpp-minimal-subscriber, ros-rolling-examples-rclcpp-minimal-timer, ros-rolling-examples-rclcpp-multithreaded-executor, ros-rolling-examples-rclpy-executors, ros-rolling-examples-rclpy-minimal-action-client, ros-rolling-examples-rclpy-minimal-action-server, ros-rolling-examples-rclpy-minimal-client, ros-rolling-examples-rclpy-minimal-publisher, ros-rolling-examples-rclpy-minimal-service, ros-rolling-examples-rclpy-minimal-subscriber, ros-rolling-image-tools, ros-rolling-intra-process-demo, ros-rolling-joy, ros-rolling-lifecycle, ros-rolling-logging-demo, ros-rolling-pcl-conversions, ros-rolling-pendulum-control, ros-rolling-pendulum-msgs, ros-rolling-quality-of-service-demo-cpp, ros-rolling-quality-of-service-demo-py, ros-rolling-ros-base, ros-rolling-rqt-common-plugins, ros-rolling-rviz-default-plugins, ros-rolling-rviz2, ros-rolling-teleop-twist-joy, ros-rolling-teleop-twist-keyboard, ros-rolling-tlsf, ros-rolling-tlsf-cpp, ros-rolling-topic-monitor, ros-rolling-turtlesim, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/desktop/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-desktop/ros-rolling-desktop_0.13.0-2resolute.20260826.133222_amd64.deb Size: 6704 SHA256: fd33e98f0dd70b0591c1d4de1ade1a3680b3279fa08571ed3de463deda0f7ffc SHA1: 8882f1264b784d411a6a631702edd5ffd38260f1 MD5sum: 410dd2992f688aecdc9a62e94646d048 Description: A package which extends 'ros_base' and includes high level packages like vizualization tools and demos. Package: ros-rolling-diagnostic-aggregator Version: 4.5.7-1resolute.20260821.163358 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1340 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/diagnostic_aggregator/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-aggregator/ros-rolling-diagnostic-aggregator_4.5.7-1resolute.20260821.163358_amd64.deb Size: 331866 SHA256: c1d81f6a3fa27d00e0049b4bc80da2e7cdec5a3f8e037124725cb21e1a83494f SHA1: 1f7316439b4147cd1db1e1cf5cc3dbfdbaf93035 MD5sum: 461b4b7396bb88037802fe95bf47d4ba Description: Aggregates diagnostic information from multiple sources. Package: ros-rolling-diagnostic-aggregator-dbgsym Package-Type: ddeb Source: ros-rolling-diagnostic-aggregator Version: 4.5.7-1resolute.20260821.163358 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 6769 Depends: ros-rolling-diagnostic-aggregator (= 4.5.7-1resolute.20260821.163358) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-aggregator/ros-rolling-diagnostic-aggregator-dbgsym_4.5.7-1resolute.20260821.163358_amd64.deb Size: 6072566 SHA256: f30b2b380268d9c615c4fd9303d06d2825617a7599e4726d89a0be96e291638b SHA1: 201847489f03ec86681845558ec6ea05784d6601 MD5sum: f9c10b5236495235977db612cac002d2 Description: debug symbols for ros-rolling-diagnostic-aggregator Build-Ids: 29dc9d507ac5a6bede8ffffaa8409fbd94661463 3da298c93c316545756d546fc40ec659341defc7 9b57d6cfa2c3011e48c17a9d1202b1e3a3251b55 e7bf771d73821fa405704dae97ce1d585fb2fbaf Package: ros-rolling-diagnostic-common-diagnostics Version: 4.5.7-1resolute.20260821.164858 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 125 Depends: lm-sensors, python3-ntplib, python3-psutil, ros-rolling-diagnostic-updater, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/diagnostic_common_diagnostics/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-common-diagnostics/ros-rolling-diagnostic-common-diagnostics_4.5.7-1resolute.20260821.164858_amd64.deb Size: 14022 SHA256: 5aaef9da61a2dfcb9ec80c5d15911bfda1de0aafbceffd2bb2276bba97b891dc SHA1: 1a2089848e0a40a25438eaad9764a09e5ccd2f1e MD5sum: bfd56194f63cbfaa0765d5ec0a50ca39 Description: Common diagnostic functions for e.g. HD or CPU usage. Package: ros-rolling-diagnostic-msgs Version: 5.10.1-1resolute.20260811.203618 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1694 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/diagnostic_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-msgs/ros-rolling-diagnostic-msgs_5.10.1-1resolute.20260811.203618_amd64.deb Size: 157462 SHA256: a2eb0084bfb250178490e7ee6948352be0b743d06ad8108095b0a5b86ced765a SHA1: 75ab4663dae5c4084b3fc172d6aa9a657c82765e MD5sum: b28b0d67d8c1a3abd2c9faaa28991f90 Description: A package containing some diagnostics related message and service definitions. Package: ros-rolling-diagnostic-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-diagnostic-msgs Version: 5.10.1-1resolute.20260811.203618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1582 Depends: ros-rolling-diagnostic-msgs (= 5.10.1-1resolute.20260811.203618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-msgs/ros-rolling-diagnostic-msgs-dbgsym_5.10.1-1resolute.20260811.203618_amd64.deb Size: 1203958 SHA256: 20e186fc92c5d8dd8d52936dd7e3e2d97ee862d8aa57f13076189b132f3c6cd6 SHA1: df1c1fb3eb31951733a57fb14919fb1eabfb9ed8 MD5sum: 23a1c3f5dc7114ccf9f1483317dae8fe Description: debug symbols for ros-rolling-diagnostic-msgs Build-Ids: 1873ca01051276ba4c1a69068150d0818c9f9098 2afd1d5f71247f14488e0f1ff75ee84d29b403e4 3ac87952bc426758d8050f645d598fce9a952157 464972bbf1084c40616f0c55e81d7e037d073fdf 66b390dc7ce9553911f6efe3ec3c727dc4325e69 8377c693b3405e106d3ac1dbb1863f76131d81b9 9a5f96a8edb28e0e423e6d63bb9911d9e710aa56 b16b7843835cebf312e7ff2008a54a96fdf35988 b9d60e7c7b5100da6dace710e8b22079e2d64870 d54132ae48416313b6638ec1c1f686b5e4200346 e04cb43c808f04d09aacfa93d9f6693c6750575a Package: ros-rolling-diagnostic-remote-logging Version: 4.5.7-1resolute.20260821.173357 Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 826 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/diagnostic_remote_logging/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-remote-logging/ros-rolling-diagnostic-remote-logging_4.5.7-1resolute.20260821.173357_amd64.deb Size: 158764 SHA256: 063c23b0692c51f22e86bf823c18ab092f3efd338ff63f42133e5f9a4ee1e1d6 SHA1: aace9b57b9d45defa6a904c2ea5750d914723f7a MD5sum: 0ccef539bf8c035aacf3aa0d858e3c72 Description: Tools for remotely logging diagnostics data. Package: ros-rolling-diagnostic-remote-logging-dbgsym Package-Type: ddeb Source: ros-rolling-diagnostic-remote-logging Version: 4.5.7-1resolute.20260821.173357 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daan Wijffels" Installed-Size: 3767 Depends: ros-rolling-diagnostic-remote-logging (= 4.5.7-1resolute.20260821.173357) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-remote-logging/ros-rolling-diagnostic-remote-logging-dbgsym_4.5.7-1resolute.20260821.173357_amd64.deb Size: 3058522 SHA256: 1ffbbfcfbb94c2c59d3746bca9d61b753afd253432074ffb0d61b2f8b46f4964 SHA1: 3570e9978804f67a8db4881836697524a50ed5c5 MD5sum: 59b65d28e1225a5c7d0a114fb152579a Description: debug symbols for ros-rolling-diagnostic-remote-logging Build-Ids: 6cc7798342813629055a00af21cca49f1f8925f2 e28522e9db6b8b01c0d947ffa88a24c1f03f2fbf Package: ros-rolling-diagnostic-updater Version: 4.5.7-1resolute.20260821.164336 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 479 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-diagnostic-msgs, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/diagnostic_updater/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-updater/ros-rolling-diagnostic-updater_4.5.7-1resolute.20260821.164336_amd64.deb Size: 118960 SHA256: 44c5511e42b1c172d14e4b0534780ac5a3c45f7549943e264b440c505adc4a44 SHA1: 0d9da242a4f657bc47f6e4d203927974c3722991 MD5sum: e7f5c8c806491cd055eed2eaf5ec044f Description: Update and publish diagnostic information. Package: ros-rolling-diagnostic-updater-dbgsym Package-Type: ddeb Source: ros-rolling-diagnostic-updater Version: 4.5.7-1resolute.20260821.164336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1803 Depends: ros-rolling-diagnostic-updater (= 4.5.7-1resolute.20260821.164336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostic-updater/ros-rolling-diagnostic-updater-dbgsym_4.5.7-1resolute.20260821.164336_amd64.deb Size: 1637560 SHA256: 12c4ebe27e6de344922b676a92ed43922de7f331e88bc637a353d91d27f48c67 SHA1: 43ea938e6e065fbed8b4f1fda17a00012c96af5e MD5sum: ed7ecac62f14da380e008418df9f75cf Description: debug symbols for ros-rolling-diagnostic-updater Build-Ids: 71077b8a2622df8d4c864c89a0a72d3b21072b83 8e7f3e7b3629c27af80299c7443f979613aed8f7 Package: ros-rolling-diagnostics Version: 4.5.7-1resolute.20260821.175123 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 44 Depends: ros-rolling-diagnostic-aggregator, ros-rolling-diagnostic-common-diagnostics, ros-rolling-diagnostic-remote-logging, ros-rolling-diagnostic-updater, ros-rolling-self-test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/diagnostics/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diagnostics/ros-rolling-diagnostics_4.5.7-1resolute.20260821.175123_amd64.deb Size: 5884 SHA256: 5a538dcb493c34bdcca1699470d8513be194bc587b4dca9aaeb171c51f13c2f5 SHA1: 28085f5258029d7bc6c189c8ffbea517f3634b8b MD5sum: f46c8675a2aeb4d87ce7f68b15c6c4ad Description: Diagnostics tools for monitoring and reporting system status. Package: ros-rolling-diff-drive-controller Version: 6.9.0-1resolute.20260826.125238 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1059 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-control-toolbox, ros-rolling-controller-interface, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rcpputils, ros-rolling-realtime-tools, ros-rolling-tf2, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diff-drive-controller/ros-rolling-diff-drive-controller_6.9.0-1resolute.20260826.125238_amd64.deb Size: 246834 SHA256: 9201f261ec8ad8406f5da994e9284efd1efd24f3947d62f47f389dc870c36ffa SHA1: 83fc1292451702fa47500cdd7cda28fc94fa36f6 MD5sum: d39bad87e64edaca62ad0e9b9a7e5a8e Description: Controller for a differential-drive mobile base. Package: ros-rolling-diff-drive-controller-dbgsym Package-Type: ddeb Source: ros-rolling-diff-drive-controller Version: 6.9.0-1resolute.20260826.125238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4298 Depends: ros-rolling-diff-drive-controller (= 6.9.0-1resolute.20260826.125238) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-diff-drive-controller/ros-rolling-diff-drive-controller-dbgsym_6.9.0-1resolute.20260826.125238_amd64.deb Size: 3691764 SHA256: e48ac8183094c137cbf9b6b05934647e76a8d6e4ea8d91c1a35ea08a7a77e3e2 SHA1: 24f137013fdad4306778262a522b14192b07f4d9 MD5sum: 113c7f253fe7e86d63e9f8fe74b1132d Description: debug symbols for ros-rolling-diff-drive-controller Build-Ids: bc2e63274c48588b80a2d77bb7462ce9437307cb Package: ros-rolling-domain-coordinator Version: 0.16.0-1resolute.20260714.174633 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 37 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/domain_coordinator/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-domain-coordinator/ros-rolling-domain-coordinator_0.16.0-1resolute.20260714.174633_amd64.deb Size: 5912 SHA256: 20279d53fdddab85aa4750044d2bf4c2d54ae8ef2a7041cf6b6d4ae05d64fcbc SHA1: 1d89a5a34f34deab78890fe40a9e50eda55dfbf1 MD5sum: 146c006d114808da2dab0142561d2cdf Description: A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes Package: ros-rolling-draco-point-cloud-transport Version: 7.0.0-1resolute.20260821.171006 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 724 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libdraco9 (>= 1.5.7+dfsg), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libdraco-dev, ros-rolling-pluginlib, ros-rolling-point-cloud-interfaces, ros-rolling-point-cloud-transport, ros-rolling-rclcpp, ros-rolling-rcpputils, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-rolling-draco-point-cloud-transport/ros-rolling-draco-point-cloud-transport_7.0.0-1resolute.20260821.171006_amd64.deb Size: 166752 SHA256: 2e4fb9bdae29bad8e6c4b501cad700c13cf9c0f1db50bc43f78e1a636de64a73 SHA1: 785ca3e4f75163cb723f949084d81d5b41f3d72c MD5sum: ad3e9d727d4812fdd5bfa424e68cf003 Description: draco_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with KD tree compression. Package: ros-rolling-draco-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-rolling-draco-point-cloud-transport Version: 7.0.0-1resolute.20260821.171006 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 4097 Depends: ros-rolling-draco-point-cloud-transport (= 7.0.0-1resolute.20260821.171006) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-draco-point-cloud-transport/ros-rolling-draco-point-cloud-transport-dbgsym_7.0.0-1resolute.20260821.171006_amd64.deb Size: 3574978 SHA256: 1f5594bf73ada330191492914b0219ce0a78d4a2bc6dac00fcdcba7613927236 SHA1: aaa99ae38665bbfa13845d4698711fc182abd9d8 MD5sum: 15eef3b3a1386402c08324dd2074b8a4 Description: debug symbols for ros-rolling-draco-point-cloud-transport Build-Ids: 98bbff55f1cc8c9b5a5e85561d0ddcb7e7cfffe5 Package: ros-rolling-dual-arm-panda-moveit-config Version: 3.2.0-1resolute.20260824.142759 Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 125 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-moveit-resources-panda-description, ros-rolling-robot-state-publisher, ros-rolling-topic-tools, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dual-arm-panda-moveit-config/ros-rolling-dual-arm-panda-moveit-config_3.2.0-1resolute.20260824.142759_amd64.deb Size: 16018 SHA256: 4e0a14a2ec13174ad971b979d024f37d98b9ba924aace5f8bcc81817f870f229 SHA1: ce64027c67de342c1d3235654f1c1d890fb1ac25 MD5sum: 52d3c54a81472bb4868ef91913e5db71 Description: Dual Franka Emika Panda MoveIt Configuration Package: ros-rolling-dummy-map-server Version: 0.38.0-1resolute.20260821.164628 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 174 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/dummy_map_server/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-map-server/ros-rolling-dummy-map-server_0.38.0-1resolute.20260821.164628_amd64.deb Size: 49426 SHA256: bb9b6742067da2a617bd886a9f3f94b48e8283f22e2f10915490e81d100f5765 SHA1: 8a1abc42f43e2ab556be4074dae1e818a6e2d666 MD5sum: 0b300da0b5e7b0b367b7c1d7443be01b Description: dummy map server node Package: ros-rolling-dummy-map-server-dbgsym Package-Type: ddeb Source: ros-rolling-dummy-map-server Version: 0.38.0-1resolute.20260821.164628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 821 Depends: ros-rolling-dummy-map-server (= 0.38.0-1resolute.20260821.164628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-map-server/ros-rolling-dummy-map-server-dbgsym_0.38.0-1resolute.20260821.164628_amd64.deb Size: 748250 SHA256: d8304af6c469bee3a9f702efc8aacd3ae19fae61f6e3c1a89ee6eae7a77063f5 SHA1: ba35be0146dfb748ef5b09e971f8b0c90bca7d76 MD5sum: 3af1aa239546b31db5aa4fab754ab9f8 Description: debug symbols for ros-rolling-dummy-map-server Build-Ids: 6452668469e4b84ac511b11eeca06351cd5e5d79 Package: ros-rolling-dummy-robot-bringup Version: 0.38.0-1resolute.20260826.133019 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 68 Depends: ros-rolling-ament-index-python, ros-rolling-dummy-map-server, ros-rolling-dummy-sensors, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/dummy_robot_bringup/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-robot-bringup/ros-rolling-dummy-robot-bringup_0.38.0-1resolute.20260826.133019_amd64.deb Size: 11172 SHA256: 429f28b827624cc5a23fd480f5798745d64e09f1740eacac29c516b4338755b6 SHA1: 2b311cabe1deb72358ebb61cd243575e33dfabbc MD5sum: 6a315fc9cf8c87e0df54dd44c9dbf45b Description: dummy robot bringup Package: ros-rolling-dummy-sensors Version: 0.38.0-1resolute.20260821.164644 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 301 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/dummy_sensors/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-sensors/ros-rolling-dummy-sensors_0.38.0-1resolute.20260821.164644_amd64.deb Size: 68910 SHA256: a2804f1961f640f34cc867e01c8cf01065a52c795fa71749f56d2e282031a329 SHA1: 13679b5cbaf4e92df419b1f6d7278ee73a2f3540 MD5sum: 42ef6e9f783662f6a1800b1c03f5ef20 Description: dummy sensor nodes Package: ros-rolling-dummy-sensors-dbgsym Package-Type: ddeb Source: ros-rolling-dummy-sensors Version: 0.38.0-1resolute.20260821.164644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1615 Depends: ros-rolling-dummy-sensors (= 0.38.0-1resolute.20260821.164644) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dummy-sensors/ros-rolling-dummy-sensors-dbgsym_0.38.0-1resolute.20260821.164644_amd64.deb Size: 1467440 SHA256: 54e82509727d3d5eb8ed1ca95ef4755212173db99959cc764888e6a513c2154c SHA1: 3c038bf7047fe3f8d2faabaa18fea3622b814a24 MD5sum: 30e730369eb809d79f237d326a59ca6c Description: debug symbols for ros-rolling-dummy-sensors Build-Ids: 807cf3e1ab905b76c7328e1c91bf617f8bb5b4bf c892c911f02a50ba49d4da5534f95050ff80d045 Package: ros-rolling-dynamixel-hardware Version: 0.6.1-1resolute.20260826.124613 Architecture: amd64 Maintainer: "Yutaka Kondo" Installed-Size: 188 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-dynamixel-workbench-toolbox, ros-rolling-hardware-interface, ros-rolling-lifecycle-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/dynamixel_hardware/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-hardware/ros-rolling-dynamixel-hardware_0.6.1-1resolute.20260826.124613_amd64.deb Size: 46270 SHA256: aaf61f3a408e35b2f2cc43ff0a8459c66f02e019d0b9e0b92f09f8bca4c0ac80 SHA1: 7e018ff0d7e62bf1fb3e2ab8179915cfaa1d98a9 MD5sum: 55ff9b75d525506ed07effdcfbd42e97 Description: ros2_control hardware for ROBOTIS Dynamixel Package: ros-rolling-dynamixel-hardware-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-hardware Version: 0.6.1-1resolute.20260826.124613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yutaka Kondo" Installed-Size: 776 Depends: ros-rolling-dynamixel-hardware (= 0.6.1-1resolute.20260826.124613) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-hardware/ros-rolling-dynamixel-hardware-dbgsym_0.6.1-1resolute.20260826.124613_amd64.deb Size: 733368 SHA256: 62642f719267d9fd2ad501072128bf11849de35d4ff65532613e2e59a9af2714 SHA1: 7d9596719a50ccf56c27a55a00f644c90457f914 MD5sum: 0111b318b5b7a2d555ff851f5894c36c Description: debug symbols for ros-rolling-dynamixel-hardware Build-Ids: 2ac81ce686e7e59716180b9b081cd2d242887d74 Package: ros-rolling-dynamixel-interfaces Version: 1.0.1-2resolute.20260811.205132 Architecture: amd64 Maintainer: Pyo Installed-Size: 1910 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/dynamixel_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-interfaces/ros-rolling-dynamixel-interfaces_1.0.1-2resolute.20260811.205132_amd64.deb Size: 155322 SHA256: c24c7c6d3cc35e27f10b449b0ed471371d7440a79c8711c851192a914b965ccb SHA1: 0cd66035b38a8cf1f9a3fd7fcc8ae3c4fe8f8041 MD5sum: 88c0287b76e34aa283cc851813767a07 Description: dynamixel_interfaces contains base messages and service useful for controlling Dynamixel. Package: ros-rolling-dynamixel-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-interfaces Version: 1.0.1-2resolute.20260811.205132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1508 Depends: ros-rolling-dynamixel-interfaces (= 1.0.1-2resolute.20260811.205132) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-interfaces/ros-rolling-dynamixel-interfaces-dbgsym_1.0.1-2resolute.20260811.205132_amd64.deb Size: 1087138 SHA256: c55be8a65cf1ccf8b78833da11deddd45c6c65eae18be993ad68d3112c5c8d06 SHA1: d30f1dff0dc260f812c745993b31765ffafad4a3 MD5sum: 68b2d1336dd62d53d1373dfbab48a27d Description: debug symbols for ros-rolling-dynamixel-interfaces Build-Ids: 148cab50a049878c1f2a3561f6ceb53f3190c49e 287f5a22236107e150de25a6c1bfb78e98cd80ef 4d952655892bace37c6eb2858286f0c3a1d780b5 52e9e190b4bb029cb11602a20b144e37eb39be0c 60e13e0c5fb3baa7fd17297140717fa539e53f0a 6fa2154b38b917d60f244085e8c3eb275e18d65a 91d7f248eacaa6f17c83e337d649a1b81a471f65 977d30e5271c14725b761a1014dfab33e052e8f5 b42935b2b7c40a59f09cd8d3f4bdb3b4c024342e c7b6a2d2244c199abcb57d79b0f5a5b04d73aed4 dde27e185f355836740ebcdf25a830fa1be890df Package: ros-rolling-dynamixel-sdk Version: 4.0.3-2resolute.20260714.183748 Architecture: amd64 Maintainer: Pyo Installed-Size: 897 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk/ros-rolling-dynamixel-sdk_4.0.3-2resolute.20260714.183748_amd64.deb Size: 113140 SHA256: e0377642f8a4d664df2d887396eae7be34119dc519a34bdda74292f896c56bba SHA1: 3c6d112841695781beab0baf65c0b00f955e6df2 MD5sum: 229e09f2d2c721664a5070893386e54a Description: This package is wrapping version of ROBOTIS Dynamixel SDK for ROS 2. The ROBOTIS Dynamixel SDK, or SDK, is a software development library that provides Dynamixel control functions for packet communication. The API is designed for Dynamixel actuators and Dynamixel-based platforms. Package: ros-rolling-dynamixel-sdk-custom-interfaces Version: 4.0.3-2resolute.20260811.200440 Architecture: amd64 Maintainer: Pyo Installed-Size: 899 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-custom-interfaces/ros-rolling-dynamixel-sdk-custom-interfaces_4.0.3-2resolute.20260811.200440_amd64.deb Size: 79468 SHA256: ff8451c58612d5f86c070891864a0124a3301742cf6f6829d0864f1d4df8bb57 SHA1: 59d70d9651e4a201328d9c7c4d2d0a0e20a0e1db MD5sum: be0ae6f63118438c2af13fe519bbd8ac Description: ROS 2 custom interface examples using ROBOTIS DYNAMIXEL SDK Package: ros-rolling-dynamixel-sdk-custom-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-sdk-custom-interfaces Version: 4.0.3-2resolute.20260811.200440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 645 Depends: ros-rolling-dynamixel-sdk-custom-interfaces (= 4.0.3-2resolute.20260811.200440) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-custom-interfaces/ros-rolling-dynamixel-sdk-custom-interfaces-dbgsym_4.0.3-2resolute.20260811.200440_amd64.deb Size: 410852 SHA256: a87c0ae7c06834279b3c1403117270bdfa2e95fd3536f8914eed15f047718a37 SHA1: 100f37e2871b4add27dd290facf61072d9faeeea MD5sum: c87d7e08c34a91d49622135e437c2057 Description: debug symbols for ros-rolling-dynamixel-sdk-custom-interfaces Build-Ids: 05584f4305a09525673533269ebb32b431030d0f 09b3c70008feba7db013b134961d174f8e481655 0a130ace70b4b2aaacfd5c5c14badb699b7cbe7d 0b7b90b687e18405c127e5457b08b2bb7d7c232f 0c49a88a5d5523cdaec2b084845390bdbdd64939 27c1079bc021b36aa6b27b6a9c45f2dedc501d88 56edac18509f51ee05ea711d3d7b4a8df7930aa3 6f01584c6a5090879796dd5c1418f8e68946767c 9a879757ba8e321a12563c17fb46b6f9b9f5aaf0 c146d06eeb195bdf6954c790884b24db0ef6fbea f266a7fb729be0b5adb51b6e35853118f82037d3 Package: ros-rolling-dynamixel-sdk-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-sdk Version: 4.0.3-2resolute.20260714.183748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 879 Depends: ros-rolling-dynamixel-sdk (= 4.0.3-2resolute.20260714.183748) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk/ros-rolling-dynamixel-sdk-dbgsym_4.0.3-2resolute.20260714.183748_amd64.deb Size: 797578 SHA256: 658705b38e99a0a1675a4c6f02539aec6aeeb4e56aa0f4262b3ff8a5fe27d962 SHA1: c2243b32e686d13844846eefda91de868c8bcdb0 MD5sum: 58a52265f21649d6f7e5b5f66601ded4 Description: debug symbols for ros-rolling-dynamixel-sdk Build-Ids: 49839f9d14bb4b274153b1003a334b1e02a3eca7 Package: ros-rolling-dynamixel-sdk-examples Version: 4.0.3-2resolute.20260821.163406 Architecture: amd64 Maintainer: Pyo Installed-Size: 524 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-dynamixel-sdk, ros-rolling-dynamixel-sdk-custom-interfaces, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/dynamixel_sdk Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-examples/ros-rolling-dynamixel-sdk-examples_4.0.3-2resolute.20260821.163406_amd64.deb Size: 116292 SHA256: 942c80e65fc9eae45a1550c3979c92ccdfb8a3362ebc0d103227db2851ed9fa7 SHA1: ac908220a92a8e15a7657cf981be478fd9d46733 MD5sum: 121e165444344bad439bdb150bf8d9d5 Description: ROS 2 examples using ROBOTIS DYNAMIXEL SDK Package: ros-rolling-dynamixel-sdk-examples-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-sdk-examples Version: 4.0.3-2resolute.20260821.163406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2400 Depends: ros-rolling-dynamixel-sdk-examples (= 4.0.3-2resolute.20260821.163406) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-sdk-examples/ros-rolling-dynamixel-sdk-examples-dbgsym_4.0.3-2resolute.20260821.163406_amd64.deb Size: 1985040 SHA256: 3cfec1814281ce234b888af8b4b910c684a6e18c6099140e2640a7f7d991a15f SHA1: 7f4bff7a34b0cda3d9ad58dc77f09bdec08daf32 MD5sum: f01e3b5963312a091d6f370af3ae0c68 Description: debug symbols for ros-rolling-dynamixel-sdk-examples Build-Ids: 5567387135abc9e7f6e137589f475e2d983672ab Package: ros-rolling-dynamixel-workbench Version: 2.2.5-2resolute.20260714.184517 Architecture: amd64 Maintainer: Pyo Installed-Size: 45 Depends: ros-rolling-dynamixel-workbench-toolbox, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench/ros-rolling-dynamixel-workbench_2.2.5-2resolute.20260714.184517_amd64.deb Size: 6148 SHA256: f23a3d84929bfe2918b0e8500d86cf54615342654fc88eb5e1f90975e7803cc1 SHA1: f0bd37a729174c8227393206f9a7bf7b554f2b96 MD5sum: 762079c987bedc5cb65c145f06a4ea28 Description: Dynamixel-Workbench is dynamixel solution for ROS. This metapackage allows you to easily change the ID, baudrate and operating mode of the Dynamixel. Furthermore, it supports various controllers based on operating mode and Dynamixel SDK. These controllers are commanded by operators. Package: ros-rolling-dynamixel-workbench-msgs Version: 2.1.0-2resolute.20260811.202227 Architecture: amd64 Maintainer: Pyo Installed-Size: 6872 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-msgs/ros-rolling-dynamixel-workbench-msgs_2.1.0-2resolute.20260811.202227_amd64.deb Size: 329946 SHA256: c8410f916ddfaa61465ae704157f5a0ca581a255c7be29fed8f849e60e297186 SHA1: 298462a2ec86a50cd828a1ddb0f3b9c45adbefbf MD5sum: db3f7fabc8ecc738ad18468833ce829d Description: This package includes ROS messages and services for dynamixel_workbench packages Package: ros-rolling-dynamixel-workbench-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-workbench-msgs Version: 2.1.0-2resolute.20260811.202227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3448 Depends: ros-rolling-dynamixel-workbench-msgs (= 2.1.0-2resolute.20260811.202227) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-msgs/ros-rolling-dynamixel-workbench-msgs-dbgsym_2.1.0-2resolute.20260811.202227_amd64.deb Size: 2611246 SHA256: 195e2e59258012e53479b96aeba8a4f67f1b877867c534bedf941f90fa603cf8 SHA1: e6f19a7fd36dca9cd63700567dcfc1f6f30cffa5 MD5sum: b9f820283e2b46e5c54837621f28d0ca Description: debug symbols for ros-rolling-dynamixel-workbench-msgs Build-Ids: 276cea37ed4a974ffacdfaf2a1368b866aaab647 3223d89ff78d1388727b5d058d5dd0a6649c0ef0 3a779c43fdaf72c3b8d01d69ebdbddcab80d03c2 51ff898f2fb200f7f6e92e9993283e74010cb009 55f95543c285727e2bef65db015042067a99ac76 5726a706b9e120d3e4a0de8587dfce7b56207e0b 6644623ca4a5af6f497cc51fb89c7da897e34239 9655021a19a7411e42d5b95291611b7ee9429619 97bc026c4bc4b0324025b73fd798774e8d23220e 9b3a2478dd8f18de74216ffd106f3b41ca33aa94 ab553aaafde65540bac1c2df4d856e7c24fe38a5 Package: ros-rolling-dynamixel-workbench-toolbox Version: 2.2.5-2resolute.20260714.184148 Architecture: amd64 Maintainer: Pyo Installed-Size: 200 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), ros-rolling-dynamixel-sdk, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/dynamixel_workbench_toolbox Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-toolbox/ros-rolling-dynamixel-workbench-toolbox_2.2.5-2resolute.20260714.184148_amd64.deb Size: 39112 SHA256: d77e2b6bb2dba175e257f068df6232cd1617afd4fbf17cfedfa362ce2c862844 SHA1: 04858d921fcab8632a0d923537804f03b77713d2 MD5sum: aee9ed81f7ec568c1b0271cb9b39f07d Description: This package is composed of 'dynamixel_item', 'dynamixel_tool', 'dynamixel_driver' and 'dynamixel_workbench' class. The 'dynamixel_item' is saved as control table item and information of DYNAMIXEL. The 'dynamixel_tool' class loads its by model number of DYNAMIXEL. The 'dynamixel_driver' class includes wraped function used in DYNAMIXEL SDK. The 'dynamixel_workbench' class make simple to use DYNAMIXEL. Package: ros-rolling-dynamixel-workbench-toolbox-dbgsym Package-Type: ddeb Source: ros-rolling-dynamixel-workbench-toolbox Version: 2.2.5-2resolute.20260714.184148 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 150 Depends: ros-rolling-dynamixel-workbench-toolbox (= 2.2.5-2resolute.20260714.184148) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-dynamixel-workbench-toolbox/ros-rolling-dynamixel-workbench-toolbox-dbgsym_2.2.5-2resolute.20260714.184148_amd64.deb Size: 96020 SHA256: 2ff514cae25d02176062faa8caa9fb7a9370084bb907e8d828a8493ecf7d0c7e SHA1: ae6ea1413327e5ecb8e94b58fd230648921be7ef MD5sum: 7b297fb627168ffad5c2cae7c7d2bc92 Description: debug symbols for ros-rolling-dynamixel-workbench-toolbox Build-Ids: 8f96f49edfb4a2b27e8500ddeaa00c44a8a98d9f Package: ros-rolling-ecl-build Version: 1.0.3-5resolute.20260714.190717 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 449 Depends: ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_build Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-build/ros-rolling-ecl-build_1.0.3-5resolute.20260714.190717_amd64.deb Size: 39788 SHA256: 041232df174a118db340544d6c8f5521d414faecff4c506d8b3fb15cde5131ba SHA1: 9d8812e3933ee1ae38a93085a3f650456fe4add7 MD5sum: aadac674ed24db44e4eaa2b87f86e60b Description: Collection of cmake/make build tools primarily for ecl development itself, but also contains a few cmake modules useful outside of the ecl. Package: ros-rolling-ecl-eigen Version: 1.2.1-5resolute.20260821.160344 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 68 Depends: libeigen3-dev, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_eigen Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-eigen/ros-rolling-ecl-eigen_1.2.1-5resolute.20260821.160344_amd64.deb Size: 11048 SHA256: 66bec26de437d0ab9e5eefdf0f02d7301f1f072a5cc3919f4b7e345badd9a67e SHA1: cb4269b895d32f9daed338ba6387364f47d631e8 MD5sum: b3d30f53bcf6e3c9177b5e34c6df0b24 Description: This provides an Eigen implementation for ecl's linear algebra. Package: ros-rolling-ecl-license Version: 1.0.3-5resolute.20260714.183756 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 56 Depends: ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ecl_license Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-license/ros-rolling-ecl-license_1.0.3-5resolute.20260714.183756_amd64.deb Size: 8708 SHA256: 2cc5fb51355a676348d12f8503b7e01ad18a1bea0698e0b82852ef002dc484cf SHA1: ac3421522bac667ed6373695147080de14aaad9a MD5sum: d1f642384e1bae7d4994ddf1cb58e7f3 Description: Maintains the ecl licenses and also provides an install target for deploying licenses with the ecl libraries. Package: ros-rolling-ecl-tools Version: 1.0.3-5resolute.20260714.191922 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 44 Depends: ros-rolling-ecl-build, ros-rolling-ecl-license, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/ecl_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ecl-tools/ros-rolling-ecl-tools_1.0.3-5resolute.20260714.191922_amd64.deb Size: 5480 SHA256: 9d90b4ae28049f871c85966e72f893ea5282198206fa202d033ccbc4d2b6a5d7 SHA1: bcd1891c7b7ad4d11bbcabdaca71eeae321f221d MD5sum: e0b7822c09d44631d75a84dfecfa222e Description: Tools and utilities for ecl development. Package: ros-rolling-eigen-stl-containers Version: 1.1.0-2resolute.20260714.183907 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 67 Depends: libeigen3-dev, ros-rolling-ros-workspace Homepage: http://eigen.tuxfamily.org/dox/TopicUnalignedArrayAssert.html Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigen-stl-containers/ros-rolling-eigen-stl-containers_1.1.0-2resolute.20260714.183907_amd64.deb Size: 10026 SHA256: aac77a1d1fd177df63a940d6e4734ca872ae742dcf81f8cb0de7dad9963b1b92 SHA1: f5b2246eb98c1895c0342ddb5c90812bb1142d78 MD5sum: 12da90bb275d6eb448921e116033c227 Description: This package provides a set of typedef's that allow using Eigen datatypes in STL containers Package: ros-rolling-eigen3-cmake-module Version: 0.6.0-1resolute.20260714.183811 Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 48 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/eigen3_cmake_module/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigen3-cmake-module/ros-rolling-eigen3-cmake-module_0.6.0-1resolute.20260714.183811_amd64.deb Size: 6528 SHA256: eeeb13968d757c383874ecb56e91a6704fd1bbf22bb4b5a274dd92ba1f1c19ac SHA1: ad5f95bb4ab5eac6ca3ffc0140a9628b286ca691 MD5sum: b2844fa32a861913f6538024593773a4 Description: Exports a custom CMake module to find Eigen3. Package: ros-rolling-eigenpy Version: 3.13.0-1resolute.20260824.235446 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 14753 Depends: libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libc6 (>= 2.32), libgcc-s1 (>= 4.0), libstdc++6 (>= 14), libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, python3-scipy, ros-rolling-ros-workspace Homepage: https://github.com/stack-of-tasks/eigenpy Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigenpy/ros-rolling-eigenpy_3.13.0-1resolute.20260824.235446_amd64.deb Size: 2564962 SHA256: bfd029e6d5855cab6eda80421d842320b35824f7aeacc8ae48d707bcfd8997ae SHA1: 96b02f11020ec31d0808348bf5934765b2e71664 MD5sum: bd55f347b0b33a1dd59e8289814f4652 Description: Bindings between Numpy and Eigen using Boost.Python Package: ros-rolling-eigenpy-dbgsym Package-Type: ddeb Source: ros-rolling-eigenpy Version: 3.13.0-1resolute.20260824.235446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 307105 Depends: ros-rolling-eigenpy (= 3.13.0-1resolute.20260824.235446) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eigenpy/ros-rolling-eigenpy-dbgsym_3.13.0-1resolute.20260824.235446_amd64.deb Size: 296819610 SHA256: a65ad37d3d824b3f2fa37459aedc0b36f36658b24a0bc83505d337a2cdd7b807 SHA1: f11b110d6331028ef3b57f35ec873566f101c802 MD5sum: ed84af7e7b56dfe122f24585863fa04f Description: debug symbols for ros-rolling-eigenpy Build-Ids: f453b1d0733dbce59d86232af257785840be924c fdeb724d7490ccbe4f7e07bbeea6ea65d8952b4d Package: ros-rolling-eiquadprog Version: 1.3.2-1resolute.20260824.235451 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 192 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-rolling-ament-cmake, ros-rolling-ros-workspace Homepage: https://github.com/stack-of-tasks/eiquadprog Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eiquadprog/ros-rolling-eiquadprog_1.3.2-1resolute.20260824.235451_amd64.deb Size: 54804 SHA256: bd7ed02b5b61872781b6fc955155d7f964a3bd40f8b911d44760d9b6940bd6d6 SHA1: 40ec7b00fbbb8e79d73f7f527858b3f0cb245fc2 MD5sum: 1d43af5dd20757e56807d10e14063391 Description: Eiquadprog a QP solver using active sets Package: ros-rolling-eiquadprog-dbgsym Package-Type: ddeb Source: ros-rolling-eiquadprog Version: 1.3.2-1resolute.20260824.235451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 1934 Depends: ros-rolling-eiquadprog (= 1.3.2-1resolute.20260824.235451) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eiquadprog/ros-rolling-eiquadprog-dbgsym_1.3.2-1resolute.20260824.235451_amd64.deb Size: 1930386 SHA256: 30b5712baa5b124f7bdfabb73921f5494aa265235361f9692fe94de7dfc82d1f SHA1: e9fba1d1aeba87352e268e3ea62acec19dd54b10 MD5sum: 43849124f25a306eb53e61152165e8dc Description: debug symbols for ros-rolling-eiquadprog Build-Ids: c5fa0795df8772e5a84fb3b370ca0f50e3b35a8e Package: ros-rolling-event-camera-codecs Version: 3.0.0-2resolute.20260824.142713 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 216 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), ros-rolling-class-loader, ros-rolling-event-camera-msgs, ros-rolling-ros-environment, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/event_camera_codecs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-codecs/ros-rolling-event-camera-codecs_3.0.0-2resolute.20260824.142713_amd64.deb Size: 40294 SHA256: 70b07d199ed3db823d652946c192bd0cdbbfbdfcc132d87663e16561e941a97d SHA1: ae8b5f0433fc546cf6e4af0baf4825f80baaa4fb MD5sum: 0322f52a852122afcbf5e55806003e57 Description: package to encode and decode event_camera_msgs Package: ros-rolling-event-camera-codecs-dbgsym Package-Type: ddeb Source: ros-rolling-event-camera-codecs Version: 3.0.0-2resolute.20260824.142713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 287 Depends: ros-rolling-event-camera-codecs (= 3.0.0-2resolute.20260824.142713) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-codecs/ros-rolling-event-camera-codecs-dbgsym_3.0.0-2resolute.20260824.142713_amd64.deb Size: 222728 SHA256: c10b2a1c9bb67f1f585c399b6b6b54ea4684fe4ccb323b69e58d739d25b4bb99 SHA1: 896711c851b5f552350899db59906782d00e20dd MD5sum: a5dbd4ead758521258ab0fcccaa40907 Description: debug symbols for ros-rolling-event-camera-codecs Build-Ids: 2311b466b566fb7ed1f32db8646f9a28eb6bd7a3 93135303a423878c5b48a8aa351656daf0e07286 Package: ros-rolling-event-camera-msgs Version: 2.0.1-2resolute.20260811.202848 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 582 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/event_camera_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-msgs/ros-rolling-event-camera-msgs_2.0.1-2resolute.20260811.202848_amd64.deb Size: 74184 SHA256: 855657cbda1f168c6714041cbff081bd9683f00d3952f901824dcd2e93579371 SHA1: 1d8fc28132a2a6e59ea7e987fc789bbb9ed2a73d MD5sum: d4bc6deb916ebdb4415177996f028054 Description: messages for event based cameras Package: ros-rolling-event-camera-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-event-camera-msgs Version: 2.0.1-2resolute.20260811.202848 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 695 Depends: ros-rolling-event-camera-msgs (= 2.0.1-2resolute.20260811.202848) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-msgs/ros-rolling-event-camera-msgs-dbgsym_2.0.1-2resolute.20260811.202848_amd64.deb Size: 523692 SHA256: b938677c7fd3349bf5cf7c2099067cfa85d9c411077a5c0db008d9332a9bd6b3 SHA1: 4325269b77d4b3dc8ae8f419f5fff96159b08cd6 MD5sum: 47c7ec3ab0a1c69aefe1454f35a9ac69 Description: debug symbols for ros-rolling-event-camera-msgs Build-Ids: 002a81e397ece2925e3d9f8ef14c5173a0bee216 0c628b88d09a92fdfae8bd283e8c3085dcc6e884 28b9b72f89af05a63f508e67cb26844b0b6cb93c 2e2b9f8393e368f10034a9dba9f843e6ef3e09e9 6525698e5dc121acf020e1ea05e11428ee24f7dd 6f7a7df1e5e5330ab04d2eea8e8d108e705c7241 80130da92b8c93a23876f722d80253c5b1edc127 813a1fc28c8f4734e4098e80a0a9e130a449cd5b b1baf66b397ebe4b27385d1e69cbcff66e0e91a2 cdd23d31e3a0f221c03f4655545fbae5b76510f0 d5a57edcd20ec8fa074cf4547c77e2934167c497 Package: ros-rolling-event-camera-py Version: 3.0.0-2resolute.20260824.144923 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 418 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-rolling-event-camera-codecs, ros-rolling-event-camera-msgs, ros-rolling-pybind11-vendor, ros-rolling-ros-environment, ros-rolling-rpyutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/event_camera_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-py/ros-rolling-event-camera-py_3.0.0-2resolute.20260824.144923_amd64.deb Size: 143924 SHA256: 8d295f3a36673d011f2048c12996dcd701a7365b5ea595369bc4f2fda7672660 SHA1: 058f266822ed45ee45936b46d07a3b620f0b051d MD5sum: c7aef8ab0d576bf62ce1deee890e7b15 Description: Python access for event_camera_msgs. Package: ros-rolling-event-camera-py-dbgsym Package-Type: ddeb Source: ros-rolling-event-camera-py Version: 3.0.0-2resolute.20260824.144923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1918 Depends: ros-rolling-event-camera-py (= 3.0.0-2resolute.20260824.144923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-py/ros-rolling-event-camera-py-dbgsym_3.0.0-2resolute.20260824.144923_amd64.deb Size: 1748792 SHA256: 1dc17b657d9bbf2fcb388b0f6cd6d2c00ad5f229ca795c8346fd995613064ffa SHA1: b6072c74b56043a6a67ecf9d22a448bbf2ba29b2 MD5sum: be71d11cad8e4b474e5532b95777c2ab Description: debug symbols for ros-rolling-event-camera-py Build-Ids: b4e5da5ef424509c76ddb28def8adf3ab677278b Package: ros-rolling-event-camera-renderer Version: 3.0.0-2resolute.20260824.144910 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 631 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), ros-rolling-event-camera-codecs, ros-rolling-event-camera-msgs, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-environment, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/event_camera_renderer/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-renderer/ros-rolling-event-camera-renderer_3.0.0-2resolute.20260824.144910_amd64.deb Size: 143970 SHA256: 90beb41ef7f8e8e31134b24f86b0158014b4bdf193b0a1f9417da2e8ff606dc5 SHA1: 5c5498fc9fffc3b12fa050d2054aa6a03f0d315b MD5sum: 5daae53337a3b98fb20d63e344e39a11 Description: package for rendering event_camera_msgs Package: ros-rolling-event-camera-renderer-dbgsym Package-Type: ddeb Source: ros-rolling-event-camera-renderer Version: 3.0.0-2resolute.20260824.144910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3538 Depends: ros-rolling-event-camera-renderer (= 3.0.0-2resolute.20260824.144910) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-renderer/ros-rolling-event-camera-renderer-dbgsym_3.0.0-2resolute.20260824.144910_amd64.deb Size: 3054092 SHA256: fcdf861aafea82a8c34a73edb1af2828db646eb74f4796406fb961978d2db72c SHA1: 03bd38a94fc89abc64e9f7121f930427653e5f9b MD5sum: 2da5da4a9c9195a3c89b4329123ec76a Description: debug symbols for ros-rolling-event-camera-renderer Build-Ids: 19cb9b1068c30492a2bf564a44c5fa1546e44e70 722e09b78124d08818869830cea636b335fc1070 Package: ros-rolling-event-camera-tools Version: 3.1.5-1resolute.20260824.144915 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3077 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-rolling-event-camera-codecs, ros-rolling-event-camera-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/event_camera_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-tools/ros-rolling-event-camera-tools_3.1.5-1resolute.20260824.144915_amd64.deb Size: 453672 SHA256: fbfdf330e3290e3f60a5092c144aee2c24566ba377021d6e2bf993bb35a7d32d SHA1: 9d9fadd96745702e6a66a5c24184ba09c08d1912 MD5sum: 32e3165a22df1d561ff65bf88270211e Description: package with ROS1 and ROS2 tools related to event_camera_msgs Package: ros-rolling-event-camera-tools-dbgsym Package-Type: ddeb Source: ros-rolling-event-camera-tools Version: 3.1.5-1resolute.20260824.144915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 16874 Depends: ros-rolling-event-camera-tools (= 3.1.5-1resolute.20260824.144915) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-camera-tools/ros-rolling-event-camera-tools-dbgsym_3.1.5-1resolute.20260824.144915_amd64.deb Size: 14190120 SHA256: 5e03d9c8d9393c2facf0b6062c123f229548bf50d758fca4ba1081d4e3733fbc SHA1: b3083e3678017ce4243c61c5a9f9a6922a20541e MD5sum: fb4446c6b5dc52876ce7fc302aea6be4 Description: debug symbols for ros-rolling-event-camera-tools Build-Ids: 1085df30c14cb81a595bfe5ec9e4e2c23b36914f 1a0fb0e38be9ee44769026cf6db0b44ecf8c7040 4a36b0623505d7799e37f9703a553990a0f89a3a 55e923723db172e2094c0478abd441ea8a7480d4 5dd32c983f0963672a54ad30e9df3e9a939f7d99 6393748f28f4dcf3b4c90fb9e245f5eaa550a2be 888d8232c65d7a879a3b771e33b972ad72463184 b775840a1b5874958037b526786a5a3268843a60 cc66b591bce24ba57802e5a640b419f6b0ee83f3 dbdf6cb07ddc2b3082347ce47b477be5abd8909f e8fd4e27914f88dabbd11a885771ae0b644d66f1 Package: ros-rolling-event-image-reconstruction-fibar Version: 3.0.4-2resolute.20260824.144910 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 2073 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-rolling-cv-bridge, ros-rolling-event-camera-codecs, ros-rolling-event-camera-msgs, ros-rolling-fibar-lib, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-transport, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/event_image_reconstruction_fibar/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-image-reconstruction-fibar/ros-rolling-event-image-reconstruction-fibar_3.0.4-2resolute.20260824.144910_amd64.deb Size: 391486 SHA256: 1455fe82b3a096b9d6662399aac1857c2c72686d449f4b5b3508eb554a99e081 SHA1: 4cc83c80aae014a89357e25ead3433792814a2c8 MD5sum: bae06512c5cee0c4b596057afc3c550b Description: ROS package for synchronized image reconstruction from event frames Package: ros-rolling-event-image-reconstruction-fibar-dbgsym Package-Type: ddeb Source: ros-rolling-event-image-reconstruction-fibar Version: 3.0.4-2resolute.20260824.144910 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 10314 Depends: ros-rolling-event-image-reconstruction-fibar (= 3.0.4-2resolute.20260824.144910) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-event-image-reconstruction-fibar/ros-rolling-event-image-reconstruction-fibar-dbgsym_3.0.4-2resolute.20260824.144910_amd64.deb Size: 8592012 SHA256: abf69983274b344b81ff45bf0c9f7e0d42199a486195fa2de9617b08ff501f81 SHA1: 705caf5ae18058c8b93758794fcd97d005bf3c82 MD5sum: 0bd63f50fa2887e02cfad0de877501e0 Description: debug symbols for ros-rolling-event-image-reconstruction-fibar Build-Ids: 1733e8c1321dd60bd5fe78cb6df3b9997e56d7f1 d5b26d0268e4b209b3abbc81405781b90869c140 de9a97dc9fd1b14adb3a520204eba9c583086e77 ea7a96f36c94470d8009d82d024e27f387cedb5f Package: ros-rolling-eventdispatch-python Version: 0.2.29-1resolute.20260714.174620 Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 172 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/eventdispatch_python/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eventdispatch-python/ros-rolling-eventdispatch-python_0.2.29-1resolute.20260714.174620_amd64.deb Size: 40940 SHA256: 8c3794e861151f523024defc6cd21bfca58d5e0c071d971c2e65f7894abff41c SHA1: 2e1f92318623dfc38a4721a3729e764a25c7e648 MD5sum: b07d86a4b4bd894aeb57c9482bf00f6d Description: python-eventdispatch for ROS2 distribution Package: ros-rolling-eventdispatch-ros2 Version: 0.2.29-1resolute.20260821.163504 Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 69 Depends: ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/eventdispatch_ros2/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eventdispatch-ros2/ros-rolling-eventdispatch-ros2_0.2.29-1resolute.20260821.163504_amd64.deb Size: 9202 SHA256: 8259242cc3e0421ff725f8a6127fa7d0a2a81da40fe57ff32c7e010c91e27deb SHA1: 499e7196a4be0db6a6726935d5fe4956a43d8459 MD5sum: e32d519ce6cc2ddd18e45414149be740 Description: ROS2 wrapper for python-eventdispatch Package: ros-rolling-eventdispatch-ros2-interfaces Version: 0.2.29-1resolute.20260811.202853 Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 1697 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/eventdispatch_ros2_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eventdispatch-ros2-interfaces/ros-rolling-eventdispatch-ros2-interfaces_0.2.29-1resolute.20260811.202853_amd64.deb Size: 148596 SHA256: 831e1a1e031f805bb08ae606d01441deee1879a388d577f50defb6ad22617d38 SHA1: 967541ed9bff54502c5354e05453b05acc16a620 MD5sum: d87395c80e04a0cb20819bc1d0fcba54 Description: ROSEvent srv / msg Package: ros-rolling-eventdispatch-ros2-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-eventdispatch-ros2-interfaces Version: 0.2.29-1resolute.20260811.202853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Charlie Yan" Installed-Size: 1695 Depends: ros-rolling-eventdispatch-ros2-interfaces (= 0.2.29-1resolute.20260811.202853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-eventdispatch-ros2-interfaces/ros-rolling-eventdispatch-ros2-interfaces-dbgsym_0.2.29-1resolute.20260811.202853_amd64.deb Size: 1303428 SHA256: 2733917a62fa448334e5196cd8a0cd786e3b5b36c57730ed8b6018075e474522 SHA1: 77b41a4436655635530ccea7f27bebe47ba62c24 MD5sum: a8a8696c8908f25d287f3028cc87a128 Description: debug symbols for ros-rolling-eventdispatch-ros2-interfaces Build-Ids: 23a0073fca92aa22638d73305942c2f76201e34f 25256029e8143616014b032406d1bd65c69c3bad 36903c53df80f550745fe81f172a8d1e8c1ff017 40b9cf4c5a2bb2e18ef4b606ac0492287dc95054 466c7e2934780091287ff3c511fd4c46ae00199e 6346c4f8762010e10f35819ecfe008e823caafd6 651dec90a81a6a09ca96eea32a12513b9453a507 789cf9929484dd3bd77338975dd96e756a8aab83 965b4d5d9fca4288a6ec2fd2d79306cd659d3922 e3cf38dbb20cf3a5fe130f3b8e2cc3f59e65cd11 f5ae5d84f39c39c32f568f6deab6b8c4bf14a10f Package: ros-rolling-example-interfaces Version: 0.15.0-1resolute.20260811.202847 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6711 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/example_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-example-interfaces/ros-rolling-example-interfaces_0.15.0-1resolute.20260811.202847_amd64.deb Size: 432092 SHA256: b759c5162b53af2ee14bed7bd4c823594e07c6204453ac966483f91cd1a3fd14 SHA1: bb022cbd40a30ff0bd556b69e384f1ac1392d3e9 MD5sum: b29db15357169b507877651948549594 Description: Contains message and service definitions used by the examples. Package: ros-rolling-example-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-example-interfaces Version: 0.15.0-1resolute.20260811.202847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5764 Depends: ros-rolling-example-interfaces (= 0.15.0-1resolute.20260811.202847) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-example-interfaces/ros-rolling-example-interfaces-dbgsym_0.15.0-1resolute.20260811.202847_amd64.deb Size: 4315846 SHA256: 813f610f9f9e5f19c586998e64447d6c1cb1447d07dd51a0e535f63c915eccd3 SHA1: cbef3a453ff6c5f18d61a6724d52ba0249c1b03e MD5sum: 0b699ccc6252a888a83e2479aa132afe Description: debug symbols for ros-rolling-example-interfaces Build-Ids: 186acfd5b5017c475d53a2a7c987f73121a342a9 24c82097b57a7e13d1664a14cf5d8a16e17b65e0 27cf15065a9178d91709236a48b8f2ee82350e46 2b19a803229760f989950c2a69a41447a55a079a 375045cc9745dec5d9635f28f931c46678340d00 400663a1f2d1e72d200d30129c9e3ba95d3802d2 5d10b78491cbb7fb802527812c5bf76b701533df 67bb3a7180c0d21b087af6f16f9600ac1eea9b42 6bde69b116987ba2739cdececbedd48e26b03968 6ea155cf3f439c1d9ecded2cf6d8cbadf5c74978 fce7abc343cab6cbbd4c61c855dd1ae141fdb66d Package: ros-rolling-examples-rclcpp-async-client Version: 0.22.0-1resolute.20260821.164713 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 158 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_async_client/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-async-client/ros-rolling-examples-rclcpp-async-client_0.22.0-1resolute.20260821.164713_amd64.deb Size: 40762 SHA256: bf018a6f57d1dd85171a3412172400a6cecc0f3daf53a97ccaf20f89212d5a41 SHA1: c8887d0c7e212c8328f0d93556a1af8a76ce04fc MD5sum: 9cf7a99121afb167f611d89b2ee7b298 Description: Example of an async service client Package: ros-rolling-examples-rclcpp-async-client-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-async-client Version: 0.22.0-1resolute.20260821.164713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 707 Depends: ros-rolling-examples-rclcpp-async-client (= 0.22.0-1resolute.20260821.164713) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-async-client/ros-rolling-examples-rclcpp-async-client-dbgsym_0.22.0-1resolute.20260821.164713_amd64.deb Size: 652376 SHA256: b15908e82a3befd8bc18e27e7fa6f6c896588e7f0b619391ff41bf1e5923d0ca SHA1: 97cd2482eac6180a72e222228cd2ce59acc11870 MD5sum: 8da7c5917a03305e678d51eb622e6400 Description: debug symbols for ros-rolling-examples-rclcpp-async-client Build-Ids: 4ece77111037c53a4da2d43e6be9cdf4353a1cec Package: ros-rolling-examples-rclcpp-cbg-executor Version: 0.22.0-1resolute.20260821.164653 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1498 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_cbg_executor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-cbg-executor/ros-rolling-examples-rclcpp-cbg-executor_0.22.0-1resolute.20260821.164653_amd64.deb Size: 226306 SHA256: 5726667484627a6b930e8f3ba5f360c22c70bdabff6b59cc191e7dbba42166ec SHA1: cee1622190cd1f89c1d866a68f40ecb86440e611 MD5sum: 135076fe20d01884707198c19f1dacd2 Description: Example for multiple Executor instances in one process, using the callback-group-level interface of the Executor class. Package: ros-rolling-examples-rclcpp-cbg-executor-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-cbg-executor Version: 0.22.0-1resolute.20260821.164653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 7891 Depends: ros-rolling-examples-rclcpp-cbg-executor (= 0.22.0-1resolute.20260821.164653) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-cbg-executor/ros-rolling-examples-rclcpp-cbg-executor-dbgsym_0.22.0-1resolute.20260821.164653_amd64.deb Size: 6596598 SHA256: f01bb0f53c3ad4305e9c4551b6a7e9606f0cbd10b6aa90059b5757156cd3405a SHA1: d51195e1476aad378b8c9a18c6e14efd986bae64 MD5sum: da65a0a79b12872bc27136a39ab507ba Description: debug symbols for ros-rolling-examples-rclcpp-cbg-executor Build-Ids: 2513ef9bb64f0b609e5589b9a91764d0cd4bd75e d5b0fd210ceb8929c58ec30b5d1700ae17cd61a4 eca70b8ed04370b9c6a75863abbe7b1495280bae Package: ros-rolling-examples-rclcpp-minimal-action-client Version: 0.22.0-1resolute.20260821.165805 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 576 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_action_client/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-client/ros-rolling-examples-rclcpp-minimal-action-client_0.22.0-1resolute.20260821.165805_amd64.deb Size: 98304 SHA256: 3c2684c1e7fe4c4913ea847b73a79ef8e82b63d1bef7bc7fc87bcab906944282 SHA1: bd9adea2f2ca572f8ce4a1be4b89ad0a6ea274e9 MD5sum: d82b0d664beb34ce1ca092947f067622 Description: Minimal action client examples Package: ros-rolling-examples-rclcpp-minimal-action-client-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-minimal-action-client Version: 0.22.0-1resolute.20260821.165805 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2820 Depends: ros-rolling-examples-rclcpp-minimal-action-client (= 0.22.0-1resolute.20260821.165805) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-client/ros-rolling-examples-rclcpp-minimal-action-client-dbgsym_0.22.0-1resolute.20260821.165805_amd64.deb Size: 2451262 SHA256: 392dbc54e7e1246e52339c73bb2d489dec1259870eba2d7e47e9ab2ee3e34984 SHA1: acc2754f95b869d3afa4257ffdd7012778f7db2d MD5sum: a13aa59f55d279d2ec0f770b70473539 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-client Build-Ids: 24ef28fde2c771c6a298de0b0f13b5f520758df2 6847c7dd7af1c4966491096cff17fd3ec8f0704e ea39b05e8015dc1297e1f63987d7fa5f2e88f610 f92445586609a289730768d12d19ea6aa408872a Package: ros-rolling-examples-rclcpp-minimal-action-server Version: 0.22.0-1resolute.20260821.165803 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 359 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_action_server/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-server/ros-rolling-examples-rclcpp-minimal-action-server_0.22.0-1resolute.20260821.165803_amd64.deb Size: 62154 SHA256: 87b1fe1d705568a02f8bc92750fe3fc07077b9b576d50db759973b0ec7e061fa SHA1: 5fb7f351286ede3cf287b40cf4bef562e1c0a952 MD5sum: d21ae52480c507fdecb2ada2ce33e7bb Description: Minimal action server examples Package: ros-rolling-examples-rclcpp-minimal-action-server-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-minimal-action-server Version: 0.22.0-1resolute.20260821.165803 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1813 Depends: ros-rolling-examples-rclcpp-minimal-action-server (= 0.22.0-1resolute.20260821.165803) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-action-server/ros-rolling-examples-rclcpp-minimal-action-server-dbgsym_0.22.0-1resolute.20260821.165803_amd64.deb Size: 1592662 SHA256: 7d6f625b0fc8d652bd96ddc1359bc9f8589bdc3d73753fd0ef3ca4f8d36baa02 SHA1: 3a386a70f05c500d15564b855be11dd0119faf1d MD5sum: 61686738fef7c12d846dcb0f038c91bb Description: debug symbols for ros-rolling-examples-rclcpp-minimal-action-server Build-Ids: 406a10ea3f7cb3ca74370058e65bed4d7de8f1f2 abc92dc9f7522075b99615c36d3e9fd629db04f4 f8e9304466e4154b8fdfb350ea46c657e6e32a6e Package: ros-rolling-examples-rclcpp-minimal-client Version: 0.22.0-1resolute.20260821.164714 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 118 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_client/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-client/ros-rolling-examples-rclcpp-minimal-client_0.22.0-1resolute.20260821.164714_amd64.deb Size: 27984 SHA256: 1885a2b914ad70c3a7a0a90e7dc31e7d02b22b02cb713afdd146135031c8056a SHA1: efa346f23a5cd34ee7bf12b6a30fc29f6e75eb29 MD5sum: 9adc8abc412360bf22e039eb26e5d35f Description: Examples of minimal service clients Package: ros-rolling-examples-rclcpp-minimal-client-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-minimal-client Version: 0.22.0-1resolute.20260821.164714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 540 Depends: ros-rolling-examples-rclcpp-minimal-client (= 0.22.0-1resolute.20260821.164714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-client/ros-rolling-examples-rclcpp-minimal-client-dbgsym_0.22.0-1resolute.20260821.164714_amd64.deb Size: 502768 SHA256: 10d341e9d1e4be255bc63ac963def3315468daf6c2b79011d991f3b37c1c9224 SHA1: aac6743a097fbef9b2dc18139c6be3c01dfc7369 MD5sum: 65325848593a3a01103951389dbc12d6 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-client Build-Ids: b5014562f3cabc9e8d3145ef067b84cbbc957ea7 Package: ros-rolling-examples-rclcpp-minimal-composition Version: 0.22.0-1resolute.20260821.171454 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 580 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_composition/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-composition/ros-rolling-examples-rclcpp-minimal-composition_0.22.0-1resolute.20260821.171454_amd64.deb Size: 123590 SHA256: 860fae3729f8bfd0e46fffb90c131e93dc6a4b917c57b10bc0b79d828c91a542 SHA1: d377397b174e877423004b4086dd8df3d9d5617e MD5sum: c0d5d145360c700b27c6379d924c9b1f Description: Minimalist examples of composing nodes in the same process Package: ros-rolling-examples-rclcpp-minimal-composition-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-minimal-composition Version: 0.22.0-1resolute.20260821.171454 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 3381 Depends: ros-rolling-examples-rclcpp-minimal-composition (= 0.22.0-1resolute.20260821.171454) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-composition/ros-rolling-examples-rclcpp-minimal-composition-dbgsym_0.22.0-1resolute.20260821.171454_amd64.deb Size: 2935276 SHA256: 8c3b2bdc16d563cf9c602b7b32d5970e83f5d282b2fce366be1cd310ab186214 SHA1: cbc528701493dab896a43987ef44b70f8f73df53 MD5sum: be2d86095a2c31e01518f5364d4a434b Description: debug symbols for ros-rolling-examples-rclcpp-minimal-composition Build-Ids: 0be641d2714e826acdb59c6d6010aaaa518dece6 305208b07b24994969981c06f2ed039704b55bf1 4ddebf58d89ef9eef8cd649e4dc2a7077e78eca3 6f924f324f32bc4470b132dc82706189d22a59f8 Package: ros-rolling-examples-rclcpp-minimal-publisher Version: 0.22.0-1resolute.20260821.164730 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 829 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_publisher/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-publisher/ros-rolling-examples-rclcpp-minimal-publisher_0.22.0-1resolute.20260821.164730_amd64.deb Size: 136436 SHA256: 1b9f9d9e2baf6a54ad1f6782f0276fd0ef5fb95bf02a974477ceb8ede5e8964e SHA1: 2f8145e4494f9a69692c6dab37b34c8c02ec444f MD5sum: cccd01196c065a43474a43461eceeeee Description: Examples of minimal publisher nodes Package: ros-rolling-examples-rclcpp-minimal-publisher-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-minimal-publisher Version: 0.22.0-1resolute.20260821.164730 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4918 Depends: ros-rolling-examples-rclcpp-minimal-publisher (= 0.22.0-1resolute.20260821.164730) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-publisher/ros-rolling-examples-rclcpp-minimal-publisher-dbgsym_0.22.0-1resolute.20260821.164730_amd64.deb Size: 4431978 SHA256: d7d9d6551432a10bc292029853140541944979f5b4a5afecc8f9032e5fe6d7a1 SHA1: 7ee39419e18c47d9f0ba7dcb4b7d5e5e003739ee MD5sum: 8aa81d3791de99bc76d2bd3c7eb1f4e3 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-publisher Build-Ids: 088336c752c2ceb79e4fedaf94d1775ddef1630a 23e213013b177943a88b2ce54c24ba762508262b 8c87205bdae23d1ef235a58cee444d5844e2924e c4cb9d45a5f07800aaf87cf07aa274386c124556 d4823beae44b38e09751ccaafa0e97e367a2392e e1abcdcb2fae189b904949b864319bd5ca399780 Package: ros-rolling-examples-rclcpp-minimal-service Version: 0.22.0-1resolute.20260821.164719 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 110 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_service/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-service/ros-rolling-examples-rclcpp-minimal-service_0.22.0-1resolute.20260821.164719_amd64.deb Size: 24546 SHA256: 082e2ffb6ed5c071330680d35fefd1457dedfe12aa133f2af89cebf4d9820991 SHA1: 01369a3eb2390a6e79f1c0bf4af368722a476a4f MD5sum: de19c2a57ea5936db1742c2c3d064b8c Description: A minimal service server which adds two numbers Package: ros-rolling-examples-rclcpp-minimal-service-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-minimal-service Version: 0.22.0-1resolute.20260821.164719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 446 Depends: ros-rolling-examples-rclcpp-minimal-service (= 0.22.0-1resolute.20260821.164719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-service/ros-rolling-examples-rclcpp-minimal-service-dbgsym_0.22.0-1resolute.20260821.164719_amd64.deb Size: 400496 SHA256: 3a099a5a27282f1d174743c3993c08f54ba2f8f86a437156aaa110c3a5115478 SHA1: b891c44777fa4e7dbfc1c93bdc6b60ebeee68ad6 MD5sum: 51d548b26624a1ed6f64946dbc72702b Description: debug symbols for ros-rolling-examples-rclcpp-minimal-service Build-Ids: 9f65f9a8590940f58fb539088a0e78839b476210 Package: ros-rolling-examples-rclcpp-minimal-subscriber Version: 0.22.0-1resolute.20260821.171426 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 3848 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_subscriber/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-subscriber/ros-rolling-examples-rclcpp-minimal-subscriber_0.22.0-1resolute.20260821.171426_amd64.deb Size: 465098 SHA256: d0af5b909d93276156e97551a24e7cf0786c33c2e28c6b75a4e18a14bee21a54 SHA1: 984f6b1f6d249de233e8af5901fc3ec4ce0611f5 MD5sum: fc8b35dd854717d9ddf5a2c04dd6a90e Description: Examples of minimal subscribers Package: ros-rolling-examples-rclcpp-minimal-subscriber-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-minimal-subscriber Version: 0.22.0-1resolute.20260821.171426 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 20766 Depends: ros-rolling-examples-rclcpp-minimal-subscriber (= 0.22.0-1resolute.20260821.171426) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-subscriber/ros-rolling-examples-rclcpp-minimal-subscriber-dbgsym_0.22.0-1resolute.20260821.171426_amd64.deb Size: 17158460 SHA256: 3140e0c5cad5c54c8f9259e6ca3aff0923ba354ba066e6876fe385b3308ee7c5 SHA1: 27611961cae1145ed3295be2005f0f6fd362b19a MD5sum: d2f89d2d7151e194e9b6d14a868a91ae Description: debug symbols for ros-rolling-examples-rclcpp-minimal-subscriber Build-Ids: 12fee7ffa8a06b7b0da2db58a7b38edadf75f855 20a31338a3c872334fe33cf37e22f7a616e0af96 356b8c406cbb7b33e9e72225b58e53524f4a14cc 5e6f117ed1cda9b856bdad138b0ab47893e94e0d 7e78fcabe81a0114056aa18c0e763bfd4f186b58 9280cfe5f6335de4129fa8f15e3b0df4b64f1e8e 9770728793723c03e1eb87f438d2655140c293e3 ad768e196f3baf2b75f75725adfc9f53216145d6 b4247b9682967f896495a01dbfe686b62e5407e0 f48ccfdeb423d36552fc54d6e5af6ca694f84afe f82e29057f98a91643b240ee568de6d526a7667a Package: ros-rolling-examples-rclcpp-minimal-timer Version: 0.22.0-1resolute.20260821.164733 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 116 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_minimal_timer/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-timer/ros-rolling-examples-rclcpp-minimal-timer_0.22.0-1resolute.20260821.164733_amd64.deb Size: 16824 SHA256: 1092d821882f116d00b27ab8298c29c4829c01009f5e2f137f17a330837b5a7a SHA1: 2d70f9b1c46fcb0a636416156baad5a33d5cd204 MD5sum: 38d02c8c4f6ed3ff7ae2f7181a956f92 Description: Examples of minimal nodes which have timers Package: ros-rolling-examples-rclcpp-minimal-timer-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-minimal-timer Version: 0.22.0-1resolute.20260821.164733 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 589 Depends: ros-rolling-examples-rclcpp-minimal-timer (= 0.22.0-1resolute.20260821.164733) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-minimal-timer/ros-rolling-examples-rclcpp-minimal-timer-dbgsym_0.22.0-1resolute.20260821.164733_amd64.deb Size: 541826 SHA256: 3fb4918dd82738f0a297881859d92c27c85dc38120c9a6ab42696d4cd03a38df SHA1: 30d3d8c438154603c498d14fced372a724d5b29b MD5sum: 174577339e085b9f3943561ec32a2406 Description: debug symbols for ros-rolling-examples-rclcpp-minimal-timer Build-Ids: 15fda416c7f171236c6a3a91ab2834932184b93c 943aa9db14d23ef1c16dc86edd05a6596c84d49f Package: ros-rolling-examples-rclcpp-multithreaded-executor Version: 0.22.0-1resolute.20260821.164756 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 498 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_multithreaded_executor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-multithreaded-executor/ros-rolling-examples-rclcpp-multithreaded-executor_0.22.0-1resolute.20260821.164756_amd64.deb Size: 113020 SHA256: 693482f79fbd320236cbb26d18302d01246dfa4a8ea736c1c17cae00186a32b9 SHA1: f36f79996a93bffe5c51e4a2301ac462396956cd MD5sum: b4192542acc85200df2e8d2b6a516771 Description: Package containing example of how to implement a multithreaded executor Package: ros-rolling-examples-rclcpp-multithreaded-executor-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-multithreaded-executor Version: 0.22.0-1resolute.20260821.164756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2308 Depends: ros-rolling-examples-rclcpp-multithreaded-executor (= 0.22.0-1resolute.20260821.164756) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-multithreaded-executor/ros-rolling-examples-rclcpp-multithreaded-executor-dbgsym_0.22.0-1resolute.20260821.164756_amd64.deb Size: 1916686 SHA256: 6000c638e9768e7da019cb11c1e96f5451c2dccb4acbdb0203f546424e6eb5ab SHA1: dcdc8850bbd1c7b8ffe2f5e7ac4647b0a8be54df MD5sum: 9c951ed75fb1785b91b560ce972a8424 Description: debug symbols for ros-rolling-examples-rclcpp-multithreaded-executor Build-Ids: 54cf124c87e25ad1c5a5fd18be8badf74fc6f2d1 Package: ros-rolling-examples-rclcpp-wait-set Version: 0.22.0-1resolute.20260821.171434 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4182 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclcpp_wait_set/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-wait-set/ros-rolling-examples-rclcpp-wait-set_0.22.0-1resolute.20260821.171434_amd64.deb Size: 573678 SHA256: 1d76fabf015b6d5c4e25d239e98f437de5ee9b01acfa71fa33ba8dd2d7e9ffca SHA1: 139187b5f9781b71dc39abbc781af9fe8e63a925 MD5sum: 21c3c65bf2ed348991d2127156e4b6d9 Description: Example of how to use the rclcpp::WaitSet directly. Package: ros-rolling-examples-rclcpp-wait-set-dbgsym Package-Type: ddeb Source: ros-rolling-examples-rclcpp-wait-set Version: 0.22.0-1resolute.20260821.171434 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 21789 Depends: ros-rolling-examples-rclcpp-wait-set (= 0.22.0-1resolute.20260821.171434) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclcpp-wait-set/ros-rolling-examples-rclcpp-wait-set-dbgsym_0.22.0-1resolute.20260821.171434_amd64.deb Size: 18174234 SHA256: fc0648901a30217ea044482a9f34628b4acdd1d327fb40f8e98b906373738723 SHA1: 3f5aab912a0b6c825e92faa30cae400776a0f35a MD5sum: 5349d7006227e1fc396a581ece0a2b7d Description: debug symbols for ros-rolling-examples-rclcpp-wait-set Build-Ids: 03f5c6b8d6bfcbb79673629f73f5a92d4cd41472 07a9a529770bb74def90809f9f9b04b5127f458a 2c1f86396a9aa6cc54d3d555da5e4f32846c30b5 56860325187201284593057bba8d8a35d4962edc 5fc401f5b3c8858adc4724274f5ebc20bcb9839a 6199ab0584a1e56cb8cf95890ebbb13a75de2866 61c5e4857e1710ce8463ae0c3c11ca345ccab700 9b85b8bdaed636f40cc9cb267d1db00561edd6e9 c16131a6ba6acce46e549f3f2ab65cfe04bf96c9 c3853a073e89b3f326f1149128fe3962500630a3 d64f67febdb441d2bc2c16219d3db19ee20c5c9d daf27f8ec52e2514506347b96f171b76f30f8c05 Package: ros-rolling-examples-rclpy-executors Version: 0.22.0-1resolute.20260821.163438 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 82 Depends: ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_executors/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-executors/ros-rolling-examples-rclpy-executors_0.22.0-1resolute.20260821.163438_amd64.deb Size: 13178 SHA256: a45bb11820672bbcc35f8da1036ea7b496e82e89c9dd048e3cecb4f26b29f0b7 SHA1: 53698b359ab7a1f06116606dc2ced92e9a760e6b MD5sum: 929eeba189798a8deccb6edfc87a6842 Description: Examples of creating and using exectors to run multiple nodes in the same process Package: ros-rolling-examples-rclpy-guard-conditions Version: 0.22.0-1resolute.20260821.163503 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 39 Depends: ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_guard_conditions/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-guard-conditions/ros-rolling-examples-rclpy-guard-conditions_0.22.0-1resolute.20260821.163503_amd64.deb Size: 6118 SHA256: 99343cac20724bb551019509014a3aeff8b002295e4f68d12656766731b6604e SHA1: 3ac47d5f9f352259dadea8f89761643d217e4043 MD5sum: 6b901413cdc0ada012f8b487e458003e Description: Examples of using guard conditions. Package: ros-rolling-examples-rclpy-minimal-action-client Version: 0.22.0-1resolute.20260821.163508 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 74 Depends: ros-rolling-action-msgs, ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_action_client/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-action-client/ros-rolling-examples-rclpy-minimal-action-client_0.22.0-1resolute.20260821.163508_amd64.deb Size: 12078 SHA256: dcaad241bcf4c16cd9cf168e315ad26cf98f700bff6114b596591aa5e2302dd9 SHA1: df59411ab784cc58a3bc243a42512bdb7a232cea MD5sum: 87e1099e4de9a063a7a9ae8a309b811f Description: Examples of minimal action clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-action-server Version: 0.22.0-1resolute.20260821.163515 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 94 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_action_server/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-action-server/ros-rolling-examples-rclpy-minimal-action-server_0.22.0-1resolute.20260821.163515_amd64.deb Size: 13198 SHA256: ae176796da40914152c96c88b9800f50d1c514e7497c7cbe3fe57cf6bada7683 SHA1: 2c226b1755f89b6cd8c61ca52acd3da97ea82546 MD5sum: c7dc02e8529b58f51214674efa364a98 Description: Examples of minimal action servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-client Version: 0.22.0-1resolute.20260821.163526 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 59 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_client/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-client/ros-rolling-examples-rclpy-minimal-client_0.22.0-1resolute.20260821.163526_amd64.deb Size: 9414 SHA256: 1ca020126f09613c4962ed760dd3d158828d885946b6aaf0a581c722ece228dd SHA1: 5b397c076e249e861dca19c459513b5b29a9cd82 MD5sum: c81f42007f36d1e491f1c70ccb4f92fb Description: Examples of minimal service clients using rclpy. Package: ros-rolling-examples-rclpy-minimal-publisher Version: 0.22.0-1resolute.20260821.163551 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 60 Depends: ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_publisher/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-publisher/ros-rolling-examples-rclpy-minimal-publisher_0.22.0-1resolute.20260821.163551_amd64.deb Size: 9680 SHA256: 79529ff0dc3d1bfd3bb79bd9a80a2d4df85b21b0e9585fe0bab839e4d6f32994 SHA1: 7ce2e57b5c1b97c5eed5827fbf0e98111d293abe MD5sum: a28de570d38a31dfd3959916dcbae097 Description: Examples of minimal publishers using rclpy. Package: ros-rolling-examples-rclpy-minimal-service Version: 0.22.0-1resolute.20260821.163625 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 45 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_service/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-service/ros-rolling-examples-rclpy-minimal-service_0.22.0-1resolute.20260821.163625_amd64.deb Size: 7008 SHA256: 8a8ecbd34704cb169115f7eda3a3da5d9e8fcda2a2c7bd008e7de8f1570c0b58 SHA1: 6137b92b945846e2aba5113c88c7463d1d4026f4 MD5sum: 62c666dd464c8dd33a8f13b2f1a8460d Description: Examples of minimal service servers using rclpy. Package: ros-rolling-examples-rclpy-minimal-subscriber Version: 0.22.0-1resolute.20260821.163617 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 50 Depends: ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_minimal_subscriber/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-minimal-subscriber/ros-rolling-examples-rclpy-minimal-subscriber_0.22.0-1resolute.20260821.163617_amd64.deb Size: 7490 SHA256: 69c07bb365c9c07aeabdd13d2db578c19825db533fbf7b27f438148f856091cb SHA1: f2a28f2cd23665fc7ece82f59edf1ba3d9fdd9d9 MD5sum: e4743cd232c116900128380c0f45b068 Description: Examples of minimal subscribers using rclpy. Package: ros-rolling-examples-rclpy-pointcloud-publisher Version: 0.22.0-1resolute.20260821.163615 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 41 Depends: python3-numpy, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-sensor-msgs-py, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_rclpy_pointcloud_publisher/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-rclpy-pointcloud-publisher/ros-rolling-examples-rclpy-pointcloud-publisher_0.22.0-1resolute.20260821.163615_amd64.deb Size: 7120 SHA256: ec728997c47badc4c68f8fdf6256bfa610d2f613a1456a59b6f525e5caf80579 SHA1: b1cf55eea3b3b6371e137fd470fb28656fffbda1 MD5sum: 43c88bfe72f084724ede3043139ede99 Description: Example on how to publish a Pointcloud2 message Package: ros-rolling-examples-tf2-py Version: 0.46.3-1resolute.20260821.173546 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 92 Depends: ros-rolling-geometry-msgs, ros-rolling-launch-ros, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-tf2-ros-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/examples_tf2_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-examples-tf2-py/ros-rolling-examples-tf2-py_0.46.3-1resolute.20260821.173546_amd64.deb Size: 15094 SHA256: 6ec4cd45daee0873beec8a875d4f72fcc3e1578e8f515d0937ea2565e96bd150 SHA1: eff6fcc0a679b2ea1eb65d6d54e126b9180857fa MD5sum: 8bb5fa9df6ce496650e0745cc50c5de9 Description: Has examples of using the tf2 Python API. Package: ros-rolling-executive-smach Version: 3.0.3-3resolute.20260821.173424 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 44 Depends: ros-rolling-smach, ros-rolling-smach-msgs, ros-rolling-smach-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/smach Priority: optional Section: misc Filename: pool/main/r/ros-rolling-executive-smach/ros-rolling-executive-smach_3.0.3-3resolute.20260821.173424_amd64.deb Size: 5692 SHA256: ac0fc9486dec5eaa5ad32584fee376a92a2224e998a0835a660e558e0f1a56ba SHA1: faa1110d794a0962192e13b7bb7855604a67e963 MD5sum: c2d2bc0c4d75a5dced425422f9ca28d4 Description: This metapackage depends on the SMACH library and ROS SMACH integration packages. Package: ros-rolling-fastcdr Version: 2.3.6-1resolute.20260714.174638 Architecture: amd64 Maintainer: "Miguel Company" Installed-Size: 512 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-ros-workspace Homepage: https://www.eprosima.com/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastcdr/ros-rolling-fastcdr_2.3.6-1resolute.20260714.174638_amd64.deb Size: 62516 SHA256: b1b0865cbd95c3eab684b4e0ab394b93f5ad32a8e7686e99685138318056fc90 SHA1: 782721e8a82c5b0e28ce097df63aaae0c6d81716 MD5sum: 7bd8238fb8893f5fe1a263210cb39973 Description: *eProsima Fast CDR* is a C++ serialization library implementing the Common Data Representation (CDR) mechanism defined by the Object Management Group (OMG) consortium. CDR is the serialization mechanism used in DDS for the DDS Interoperability Wire Protocol (DDSI-RTPS). Package: ros-rolling-fastcdr-dbgsym Package-Type: ddeb Source: ros-rolling-fastcdr Version: 2.3.6-1resolute.20260714.174638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Company" Installed-Size: 291 Depends: ros-rolling-fastcdr (= 2.3.6-1resolute.20260714.174638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastcdr/ros-rolling-fastcdr-dbgsym_2.3.6-1resolute.20260714.174638_amd64.deb Size: 232688 SHA256: 9e1bcfc77e6d16eda3b918cc31d5e6dcd5fe1958384ac7255c113da9fb453496 SHA1: 5a7f88349b53176bb2265c6980172435a45f3231 MD5sum: 3da7a378915bc08aff3fed82097250a4 Description: debug symbols for ros-rolling-fastcdr Build-Ids: 00769ca17573409204748b42ed7032d351f5c33d Package: ros-rolling-fastdds Version: 3.6.2-1resolute.20260714.191106 Architecture: amd64 Maintainer: "Raul Sanchez Mateos" Installed-Size: 14056 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-fastcdr, libssl-dev, libtinyxml2-dev, python3-dev, ros-rolling-foonathan-memory-vendor, ros-rolling-ros-workspace Replaces: ros-rolling-fastrtps Homepage: https://www.eprosima.com/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastdds/ros-rolling-fastdds_3.6.2-1resolute.20260714.191106_amd64.deb Size: 3686162 SHA256: 582b9a0e92762fe1f89ed338620b4757c02c147dfe35d589b8f32bd6aaccf922 SHA1: 7ef075b69e0331437632b8043b0a506aaf171cde MD5sum: 72a4d0e93cae58ecd2ca7d32af68909b Description: eProsima Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. eProsima Fast DDS expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals. Package: ros-rolling-fastdds-dbgsym Package-Type: ddeb Source: ros-rolling-fastdds Version: 3.6.2-1resolute.20260714.191106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Raul Sanchez Mateos" Installed-Size: 69902 Depends: ros-rolling-fastdds (= 3.6.2-1resolute.20260714.191106) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fastdds/ros-rolling-fastdds-dbgsym_3.6.2-1resolute.20260714.191106_amd64.deb Size: 64768158 SHA256: d8a4ee9c54ba48ef4a0c2ede9a732ee3ffcfa0c152ef0bc134e5a1859ac0948c SHA1: 482a59739ee8921b3483d724c51cab50f2d2fe84 MD5sum: 8799893c9aa12e8b42b52735af247eeb Description: debug symbols for ros-rolling-fastdds Build-Ids: 303f7efca1c82e00047431f99894b5c8c36d178d ecbad8f0f01a45f838afed6865b7608a9ea9fa37 Package: ros-rolling-ffmpeg-encoder-decoder Version: 3.0.1-2resolute.20260821.170725 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 377 Depends: libavcodec62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libswscale9 (>= 7:8.0.1), ffmpeg, libavcodec-dev, libavdevice-dev, libavformat-dev, libavutil-dev, libopencv-imgproc-dev, libswscale-dev, ros-rolling-cv-bridge, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ffmpeg_encoder_decoder/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-encoder-decoder/ros-rolling-ffmpeg-encoder-decoder_3.0.1-2resolute.20260821.170725_amd64.deb Size: 112012 SHA256: 4142acd3495a7a057b6dde5e32c5cb7334972d7bb32a98a1c7254419ad77f3b4 SHA1: b25d9c35874b554f4b497c4903bccaef742d481a MD5sum: 1582706b4038e2b0fde44d804d9e3dc2 Description: ROS2 convenience wrapper around ffmpeg for encoding/decoding Package: ros-rolling-ffmpeg-encoder-decoder-dbgsym Package-Type: ddeb Source: ros-rolling-ffmpeg-encoder-decoder Version: 3.0.1-2resolute.20260821.170725 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1803 Depends: ros-rolling-ffmpeg-encoder-decoder (= 3.0.1-2resolute.20260821.170725) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-encoder-decoder/ros-rolling-ffmpeg-encoder-decoder-dbgsym_3.0.1-2resolute.20260821.170725_amd64.deb Size: 1700018 SHA256: db260f172d427273c5d1ed240dbd42c26cb263d1f8f5860447abda03077ccacd SHA1: 984cce273fc4c92ceb11e7d47f42156a32818d63 MD5sum: 9be1a0505b3fee80386c8917caabaccf Description: debug symbols for ros-rolling-ffmpeg-encoder-decoder Build-Ids: 970c4441ffbc4e833c94610ac856558cd73f0d86 Package: ros-rolling-ffmpeg-image-transport Version: 3.0.4-1resolute.20260821.172154 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 661 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ffmpeg-encoder-decoder, ros-rolling-ffmpeg-image-transport-msgs, ros-rolling-image-transport, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport/ros-rolling-ffmpeg-image-transport_3.0.4-1resolute.20260821.172154_amd64.deb Size: 150470 SHA256: 43306cf73938d72facad46980230b0d19608c39277411ef99dd56e038ee02d97 SHA1: 1a86b19afff720ae847e4ac4fa64ce2d534fa443 MD5sum: 0d0ef9497f995ef49952512b6ab95015 Description: ffmpeg_image_transport provides a plugin to image_transport for transparently sending an image stream encoded with ffmpeg. Package: ros-rolling-ffmpeg-image-transport-dbgsym Package-Type: ddeb Source: ros-rolling-ffmpeg-image-transport Version: 3.0.4-1resolute.20260821.172154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3300 Depends: ros-rolling-ffmpeg-image-transport (= 3.0.4-1resolute.20260821.172154) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport/ros-rolling-ffmpeg-image-transport-dbgsym_3.0.4-1resolute.20260821.172154_amd64.deb Size: 2839658 SHA256: 9b196049e0e162b9bf60815e5c7d220080f991439e8bdfc8e09489facca948f7 SHA1: 86454bf831e3bdce32582ff9626b37deb07e3591 MD5sum: 70a0fd678297d3afe079b788c475ccb6 Description: debug symbols for ros-rolling-ffmpeg-image-transport Build-Ids: e7a139b19d664162b0d79665c33bfeaa99591739 Package: ros-rolling-ffmpeg-image-transport-msgs Version: 1.3.0-1resolute.20260811.202917 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 596 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ffmpeg_image_transport_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport-msgs/ros-rolling-ffmpeg-image-transport-msgs_1.3.0-1resolute.20260811.202917_amd64.deb Size: 74994 SHA256: fa7925df478223ac32969aefc3e8065c8d7497b91e5db7dc30b6a295fee38436 SHA1: eccfb404dfa76bece703f81badd4f76afdabec7a MD5sum: 3681b6ff17e73a4bf25529925ab4640e Description: messages for ffmpeg image transport plugin Package: ros-rolling-ffmpeg-image-transport-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ffmpeg-image-transport-msgs Version: 1.3.0-1resolute.20260811.202917 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 699 Depends: ros-rolling-ffmpeg-image-transport-msgs (= 1.3.0-1resolute.20260811.202917) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport-msgs/ros-rolling-ffmpeg-image-transport-msgs-dbgsym_1.3.0-1resolute.20260811.202917_amd64.deb Size: 525684 SHA256: 68b27b0557dcd415b46e7321c04c5ae0f77d0ca1158e926b5a0102f6033ec3e8 SHA1: c66e6b434367cbb16e721b9f5217624aaa106a8e MD5sum: 51440a6e1323e4ceba2e492b09cb6bcc Description: debug symbols for ros-rolling-ffmpeg-image-transport-msgs Build-Ids: 263b5bf39681789d6f20d3f98911019a56c2ecfd 272e56dbcf91e6c368a0a09d4c42e48a4f563a33 4ccb3db90a36d6fbabe228fa8921396f61197d56 51c43175991d71ca6bf9b53da407c8214acaf4a5 7d24e0e6d529aa68088f32659071603bdc1bfcf3 a7e71f590d3f6b8e92c4e1539f4b18afdc3fa199 c641ef12b70b7f39ffab1042d35edb85dec0cb78 c8c3a90a0f0515c2e4b9ae70287507dcb6b4a984 cafd9778697c6b519bef1e5210a3209e396a047b d7b7b4cc5db5213367c32c858288c9994bc78f12 f47e2bb31cc812f61fe316da41785613f37e05b8 Package: ros-rolling-ffmpeg-image-transport-tools Version: 3.0.1-2resolute.20260821.173614 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 597 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-imgproc-dev, ros-rolling-cv-bridge, ros-rolling-ffmpeg-encoder-decoder, ros-rolling-ffmpeg-image-transport-msgs, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ffmpeg_image_transport_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport-tools/ros-rolling-ffmpeg-image-transport-tools_3.0.1-2resolute.20260821.173614_amd64.deb Size: 148686 SHA256: 0bf5ec181e8fb0ed18e62281f391b4d9d5bbd8a27d97db0b6ff992b24d6fae17 SHA1: 9447b463f1691626216f1732d785dfe1cb104169 MD5sum: 4992c2fbf0015b1c38f2d863ee51af24 Description: tools for processing ffmpeg_image_transport_msgs Package: ros-rolling-ffmpeg-image-transport-tools-dbgsym Package-Type: ddeb Source: ros-rolling-ffmpeg-image-transport-tools Version: 3.0.1-2resolute.20260821.173614 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 3715 Depends: ros-rolling-ffmpeg-image-transport-tools (= 3.0.1-2resolute.20260821.173614) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffmpeg-image-transport-tools/ros-rolling-ffmpeg-image-transport-tools-dbgsym_3.0.1-2resolute.20260821.173614_amd64.deb Size: 3498326 SHA256: 197ba3f343046bf334bdd2903966fac4f2c5fc464da4bd264c6586939d31f11a SHA1: e7316d5c30b226342a085fa003ef1a975a32a415 MD5sum: c40902e987e60a5430a8c37a99dcbb71 Description: debug symbols for ros-rolling-ffmpeg-image-transport-tools Build-Ids: 6c027619f8ecc2571f5ea2dfe562fa75a5b4c3c9 7b6e94c6eeb91f7ff592d2e8b473c6572d17085d 9e80cbda7acae48bb7263d5a0e3e6ed7a57beb1a e9831ffbcf363812209ebb49c51044e0f7a79859 Package: ros-rolling-ffw-description Version: 1.1.14-2resolute.20260826.133317 Architecture: amd64 Maintainer: Pyo Installed-Size: 63677 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ffw_description/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-description/ros-rolling-ffw-description_1.1.14-2resolute.20260826.133317_amd64.deb Size: 14989004 SHA256: 429ea3464ea2f03fc76c30c209fb9e3deb7afd78e8f6a3c19e0d36ee919133f9 SHA1: cf031b10817b89e8cd092a11987bd5504d740062 MD5sum: be45bd097aa188254a5b5214664811ec Description: 3D models of the FFW for simulation and visualization Package: ros-rolling-ffw-joystick-controller Version: 1.1.14-2resolute.20260826.125546 Architecture: amd64 Maintainer: Pyo Installed-Size: 934 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ffw_joystick_controller/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-joystick-controller/ros-rolling-ffw-joystick-controller_1.1.14-2resolute.20260826.125546_amd64.deb Size: 211158 SHA256: 3798a20fa73748aec899945bdbcf28d879b382b4f44d147e583e405daa615da5 SHA1: 68393a4aa7a9944a098f05b0ad15b35a337fec03 MD5sum: 5b1e966cf20a2feaee52d83468b04718 Description: ROS 2 controller for reading joystick values Package: ros-rolling-ffw-joystick-controller-dbgsym Package-Type: ddeb Source: ros-rolling-ffw-joystick-controller Version: 1.1.14-2resolute.20260826.125546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4210 Depends: ros-rolling-ffw-joystick-controller (= 1.1.14-2resolute.20260826.125546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-joystick-controller/ros-rolling-ffw-joystick-controller-dbgsym_1.1.14-2resolute.20260826.125546_amd64.deb Size: 3601560 SHA256: a680432ec30e76eb4dd33032a0abc71482826cb16c0b928927bdcf6afcbae653 SHA1: 42b428115c1d982f4523330626f63b6f1351b295 MD5sum: ab5c6565957349cb2bbda025e3a0e64c Description: debug symbols for ros-rolling-ffw-joystick-controller Build-Ids: 82efd27ba6b3a3b9ec5c7e8ca9b36ffaa7c89bce Package: ros-rolling-ffw-moveit-config Version: 1.1.14-2resolute.20260831.021500 Architecture: amd64 Maintainer: Pyo Installed-Size: 104 Depends: ros-rolling-controller-manager, ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-moveit-configs-utils, ros-rolling-moveit-kinematics, ros-rolling-moveit-planners, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-ros-visualization, ros-rolling-moveit-setup-assistant, ros-rolling-moveit-simple-controller-manager, ros-rolling-robot-state-publisher, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz2, ros-rolling-tf2-ros, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ffw_moveit_config/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-moveit-config/ros-rolling-ffw-moveit-config_1.1.14-2resolute.20260831.021500_amd64.deb Size: 12342 SHA256: f723e1ea973f9d3d321bbe034dd61c3e237530a72c0c5cb5ca3710b15b79fa90 SHA1: 42bac0f5e2e1a9e0eb8736d88e9dd856e7dababf MD5sum: bd1a36b1de13f677a47156da09aacd92 Description: An automatically generated package with all the configuration and launch files for using the ffw with the MoveIt Motion Planning Framework Package: ros-rolling-ffw-spring-actuator-controller Version: 1.1.14-2resolute.20260826.125539 Architecture: amd64 Maintainer: Pyo Installed-Size: 256 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ffw_spring_actuator_controller/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-spring-actuator-controller/ros-rolling-ffw-spring-actuator-controller_1.1.14-2resolute.20260826.125539_amd64.deb Size: 64724 SHA256: 69631baa96bb6e91794a310d3401f2caa76045874394e78d112a6c9463210412 SHA1: 1866906da6732fbec81a698e41e2de49cb294c5c MD5sum: 33e668e2f29ae1939e3d3774436f5854 Description: Spring Actuator Controller ROS 2 package. Package: ros-rolling-ffw-spring-actuator-controller-dbgsym Package-Type: ddeb Source: ros-rolling-ffw-spring-actuator-controller Version: 1.1.14-2resolute.20260826.125539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 840 Depends: ros-rolling-ffw-spring-actuator-controller (= 1.1.14-2resolute.20260826.125539) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-spring-actuator-controller/ros-rolling-ffw-spring-actuator-controller-dbgsym_1.1.14-2resolute.20260826.125539_amd64.deb Size: 778318 SHA256: 936696d4c719e18bbff76b7ef6272482bab80b51a2732209477c2ea53eba4104 SHA1: 0a24a425814cf404796534db41844170d58834da MD5sum: 36e4f6f56c0745f0d2e4a8605a4f0e46 Description: debug symbols for ros-rolling-ffw-spring-actuator-controller Build-Ids: b0e4be0558a9748461f8830d79796a06f69b216f Package: ros-rolling-ffw-teleop Version: 1.1.14-2resolute.20260821.163613 Architecture: amd64 Maintainer: Pyo Installed-Size: 56 Depends: python3-tk, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ffw_teleop/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ffw-teleop/ros-rolling-ffw-teleop_1.1.14-2resolute.20260821.163613_amd64.deb Size: 12060 SHA256: 18f4a0ab81fac2ee04527303629165f471f379da88436a35fac9aba3fb65b365 SHA1: 20e058cac64a8db323bfec30fa24efe761a13024 MD5sum: c1f7a88dadbb5f97d8b8ed4d27387599 Description: FFW teleop ROS 2 package. Package: ros-rolling-fibar-lib Version: 1.0.2-2resolute.20260714.174740 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 49 Depends: clang-tidy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fibar_lib/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fibar-lib/ros-rolling-fibar-lib_1.0.2-2resolute.20260714.174740_amd64.deb Size: 9496 SHA256: cec20077d546061a30c8e8442808900dcd1c06775955d544dded347a8c7cb23e SHA1: 210ea5bb31d0d5d4524279e19850fba6d2f15f95 MD5sum: 5e05753def139c534749994299bc229e Description: FIBAR event image reconstruction library Package: ros-rolling-fields2cover Version: 2.0.0-17resolute.20260813.145019 Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 12901 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libgdal38 (>= 3.10.0), libgeos-c1t64 (>= 3.4.2), libjpeg8 (>= 8c), libpng16-16t64 (>= 1.6.46), libstdc++6 (>= 13.1), libtiff6 (>= 4.0.3), libtinyxml2-11 (>= 11.0.0), ros-rolling-ortools-vendor, git, libboost-all-dev, libeigen3-dev, libgdal-dev, libgeos++-dev, libgtest-dev, libtbb-dev, libtinyxml2-dev, python3-dev, python3-matplotlib, python3-tk, swig, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fields2cover/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fields2cover/ros-rolling-fields2cover_2.0.0-17resolute.20260813.145019_amd64.deb Size: 4667094 SHA256: 6e2023294fa16e20440d90c811d3bf121fd90a1484cd9806772f9b4dd6f31050 SHA1: 3abdd298f424d9e1a74ef0b36dbda7020c9a511f MD5sum: 0e770c8d0e8e2b0d4644689a02e36ba9 Description: Robust and efficient coverage paths for autonomous agricultural vehicles. A modular and extensible Coverage Path Planning library Package: ros-rolling-fields2cover-dbgsym Package-Type: ddeb Source: ros-rolling-fields2cover Version: 2.0.0-17resolute.20260813.145019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gonzalo Mier Installed-Size: 23925 Depends: ros-rolling-fields2cover (= 2.0.0-17resolute.20260813.145019) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fields2cover/ros-rolling-fields2cover-dbgsym_2.0.0-17resolute.20260813.145019_amd64.deb Size: 14335766 SHA256: c2afa19e0f60ca15847fb4f402c61edd4c35df60555c38dfef378d8e9cecb22c SHA1: 4e5b8912d66c91c75aa49044d4e4942eefc88303 MD5sum: ba193658e0cf01de9afac1fc235ae33f Description: debug symbols for ros-rolling-fields2cover Build-Ids: 54d9299192c7e9f2092f7b8d812f5161a9127f90 9a3f05adb2e5f8180924ba924fc07bf543ce57ad d19a9219948e6c0347df3b60d3f48c50ce7bcb30 Package: ros-rolling-filters Version: 2.2.2-2resolute.20260821.164808 Architecture: amd64 Maintainer: Tully Foote Installed-Size: 526 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/filters Priority: optional Section: misc Filename: pool/main/r/ros-rolling-filters/ros-rolling-filters_2.2.2-2resolute.20260821.164808_amd64.deb Size: 85332 SHA256: 2877144194968397a77819284ce98f0607c323edefd81fdf66debad777817d4a SHA1: b5616315868eafd8b3dd75c5b61a29a5de1895eb MD5sum: 0366490a8efa1712206b0a1a7f29e18b Description: This library provides a standardized interface for processing data as a sequence of filters. This package contains a base class upon which to build specific implementations as well as an interface which dynamically loads filters based on runtime parameters. Package: ros-rolling-filters-dbgsym Package-Type: ddeb Source: ros-rolling-filters Version: 2.2.2-2resolute.20260821.164808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tully Foote Installed-Size: 2229 Depends: ros-rolling-filters (= 2.2.2-2resolute.20260821.164808) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-filters/ros-rolling-filters-dbgsym_2.2.2-2resolute.20260821.164808_amd64.deb Size: 2029530 SHA256: 6d3eef6daf20eeda0f187b96f0bbbc02a5fa01e098fad8ddde9c60273779040a SHA1: b4cbf663a6f5b9b081fc47070ba467b6ce2b1a38 MD5sum: 727493751b769b6a66be5b463f80fc66 Description: debug symbols for ros-rolling-filters Build-Ids: 3d404b524b22fb9913850dae741628a2be0c8cb9 5eb86d13961999d1ad8e8fed06a80fd980a26e3d 82a88afbf6b5c7c88c8cde63a5c2b110bf9403df 8c073b9000d45e79f668f892c3e726ce45f96a73 b89dd4047b7e14faec09c18123500b9e697d017f Package: ros-rolling-fkie-message-filters Version: 3.4.0-1resolute.20260821.172449 Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 390 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fkie_message_filters/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fkie-message-filters/ros-rolling-fkie-message-filters_3.4.0-1resolute.20260821.172449_amd64.deb Size: 55864 SHA256: 020a535f26cafb49d9dbd02e22675712e794e66d5946f8d023c62dcd3882eed7 SHA1: 0b89eee83cdccb6aa135b80ddbfef76ccacba9f5 MD5sum: 52dd544e051c4442a652272d885e41d3 Description: Improved ROS message filters Package: ros-rolling-fkie-message-filters-dbgsym Package-Type: ddeb Source: ros-rolling-fkie-message-filters Version: 3.4.0-1resolute.20260821.172449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Timo Röhling" Installed-Size: 285 Depends: ros-rolling-fkie-message-filters (= 3.4.0-1resolute.20260821.172449) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fkie-message-filters/ros-rolling-fkie-message-filters-dbgsym_3.4.0-1resolute.20260821.172449_amd64.deb Size: 257790 SHA256: d6aadecf257fd0580ce7d9b6c176a8c6dfd57d331efae47b7e4fb853fb6e801f SHA1: 26955739d9b03896644168557444bc357d93b106 MD5sum: 8eb312d66bc981f913bdad28ce03fa19 Description: debug symbols for ros-rolling-fkie-message-filters Build-Ids: 91408d3b22c5c9e7d2b88b81ba39d26497bccadd Package: ros-rolling-flex-sync Version: 2.0.1-2resolute.20260821.171535 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 106 Depends: ros-rolling-ament-cmake-clang-format, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/flex_sync/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flex-sync/ros-rolling-flex-sync_2.0.1-2resolute.20260821.171535_amd64.deb Size: 17514 SHA256: 9487ec57700e90a14f13abb3f3e23b6e86d7f35789008f650f5c819792937d59 SHA1: e560d96cc3f755956757d5022c666839714b84d9 MD5sum: 3a2616541a1fc594709eaa4db1aece53 Description: ros2 package for syncing variable number of topics Package: ros-rolling-flexbe-behavior-engine Version: 4.1.4-1resolute.20260821.182110 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 45 Depends: ros-rolling-flexbe-core, ros-rolling-flexbe-input, ros-rolling-flexbe-mirror, ros-rolling-flexbe-msgs, ros-rolling-flexbe-onboard, ros-rolling-flexbe-states, ros-rolling-flexbe-testing, ros-rolling-flexbe-widget, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-behavior-engine/ros-rolling-flexbe-behavior-engine_4.1.4-1resolute.20260821.182110_amd64.deb Size: 6610 SHA256: 7bbeda38c6881a818bc92a870f4e449cba70db8054aaffdabf2717addb9a5863 SHA1: 3fa877d17db6f67bf1fe4b6e3e45d8f2a93bcf79 MD5sum: 5a2c832199e2e6aca50a1629decd9595 Description: A meta-package to aggregate all the FlexBE packages Package: ros-rolling-flexbe-core Version: 4.1.4-1resolute.20260821.173557 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 699 Depends: ros-rolling-flexbe-msgs, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-ros-py, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-core/ros-rolling-flexbe-core_4.1.4-1resolute.20260821.173557_amd64.deb Size: 145604 SHA256: 3a2c8e67222d8f7fb27e354bca9e249a38ba27516a217ca5bfb98a2970fe3e86 SHA1: 3871d2391f5789fc9ae52a809c2c7ae8e9db7422 MD5sum: baf3cfca440502c58ce286791103df65 Description: flexbe_core provides the core components for the FlexBE behavior engine. Package: ros-rolling-flexbe-input Version: 4.1.4-1resolute.20260821.174313 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 118 Depends: ros-rolling-flexbe-core, ros-rolling-flexbe-msgs, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-input/ros-rolling-flexbe-input_4.1.4-1resolute.20260821.174313_amd64.deb Size: 26526 SHA256: 1c10b25324df805907ed3a19e450b1a988c99f116e8294d76fee167a2eecb9f7 SHA1: cbb24cdb108d2cec9de3d04e0af4ea028b51f9e2 MD5sum: 07c97d1e72631c97c79a4dcff611f9cd Description: flexbe_input enables to send data to onboard behavior when required. Package: ros-rolling-flexbe-mirror Version: 4.1.4-1resolute.20260821.174329 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 299 Depends: ros-rolling-flexbe-core, ros-rolling-flexbe-msgs, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-mirror/ros-rolling-flexbe-mirror_4.1.4-1resolute.20260821.174329_amd64.deb Size: 71226 SHA256: 4a89f5d6d047dd36159d4169231e5f195faca0e455069fcdb90c4aca125058c1 SHA1: 39c04636edf2ff5640d110443288242dfb2e2b37 MD5sum: ea137d71a316da4be9cb01bb16720813 Description: flexbe_mirror implements functionality to remotely mirror an executed behavior. Package: ros-rolling-flexbe-msgs Version: 4.1.4-1resolute.20260811.204820 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 7873 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-generators, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-msgs/ros-rolling-flexbe-msgs_4.1.4-1resolute.20260811.204820_amd64.deb Size: 540554 SHA256: b0e3cfff3a4e22ed690997b85f7ddbfe79d578e0c55be335d381808306482293 SHA1: 8480e86d35b32896c21cc6ef239ea4e738c8bf67 MD5sum: 7806d97f5c4d5e5d271f95efef2eecd5 Description: flexbe_msgs provides the messages used by FlexBE. Package: ros-rolling-flexbe-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-flexbe-msgs Version: 4.1.4-1resolute.20260811.204820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 6019 Depends: ros-rolling-flexbe-msgs (= 4.1.4-1resolute.20260811.204820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-msgs/ros-rolling-flexbe-msgs-dbgsym_4.1.4-1resolute.20260811.204820_amd64.deb Size: 4464230 SHA256: 75ab3e3cf0cb0ebc89b3a4d4feaeba038a95011ad781cfeff11e7b3732d9eda6 SHA1: 9c32cdc90df2bd055746bdc5414ef0ee2af7d70b MD5sum: 6b5e3b8a0d84b21a2711fe941572758e Description: debug symbols for ros-rolling-flexbe-msgs Build-Ids: 13186c6f0c6d487f4e981bef52fd41bc8ef46aeb 2150840e6d17911daed6d78a679688c892e8e7b6 25d192f8390ea9275874ea3e046a6cec4a199750 7ac5495fda94b4c5d91f7de005bca3c81d4636b9 82cc7bc07746a2d3879c0862bdd37d6860217c80 8e60d966b272c1735d5405431d4a612d9a080eed b8ac55ffca8a144536f4731bdfd2c1a781b586fb c5ecb66deac2275c1caf92fcc18062cb3309cc9a dbf785bf5acd4d7c34965d88a39825a14e7f150e e22aae1249a66caf6dd268de7de673c7bd55215f fa852ea8687d8c17a399b028fc0f9d433d16396a Package: ros-rolling-flexbe-onboard Version: 4.1.4-1resolute.20260821.175115 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 258 Depends: ros-rolling-flexbe-core, ros-rolling-flexbe-msgs, ros-rolling-flexbe-states, ros-rolling-launch-ros, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-onboard/ros-rolling-flexbe-onboard_4.1.4-1resolute.20260821.175115_amd64.deb Size: 49408 SHA256: 028a451cf4a7cde088bd415850294cf90fb031f30cc02161265c5b1717ad7258 SHA1: 39fe3e16801f267ed0e97c2d953da2bab1b37dc2 MD5sum: 1f2b436531c6ee1285372647b7dc494f Description: flexbe_onboard implements the robot-side of the behavior engine from where all behaviors are started. Package: ros-rolling-flexbe-states Version: 4.1.4-1resolute.20260821.174725 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 183 Depends: ros-rolling-flexbe-core, ros-rolling-flexbe-msgs, ros-rolling-flexbe-testing, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-states/ros-rolling-flexbe-states_4.1.4-1resolute.20260821.174725_amd64.deb Size: 26678 SHA256: 1ab134e7a67e3f1be33f38b9f0c7a242c788d734a159ceed2f73f7c24ce5ee21 SHA1: 242c6bf355bc74ffc05f5863aa4188896b769439 MD5sum: 7ce40af8b1b4e06b113792192f843b84 Description: flexbe_states provides a collection of common generic predefined states. Package: ros-rolling-flexbe-testing Version: 4.1.4-1resolute.20260821.174343 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 220 Depends: ros-rolling-ament-index-python, ros-rolling-flexbe-core, ros-rolling-flexbe-msgs, ros-rolling-launch-ros, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-testing/ros-rolling-flexbe-testing_4.1.4-1resolute.20260821.174343_amd64.deb Size: 30258 SHA256: 24a7ee2527eaf5efc856704720886883dc4fad7e42aa5f6e28359b88a313c818 SHA1: afa441ba80b85a2a2d09da06c4f80078d7ed30f6 MD5sum: 1e4641e1b7d750237798f116bf6d9d94 Description: flexbe_testing provides a framework for unit testing states. Package: ros-rolling-flexbe-widget Version: 4.1.4-1resolute.20260821.175502 Architecture: amd64 Maintainer: "Philipp Schillinger" Installed-Size: 129 Depends: ros-rolling-flexbe-core, ros-rolling-flexbe-mirror, ros-rolling-flexbe-msgs, ros-rolling-flexbe-onboard, ros-rolling-launch-ros, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/flexbe_core Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flexbe-widget/ros-rolling-flexbe-widget_4.1.4-1resolute.20260821.175502_amd64.deb Size: 21026 SHA256: a2a8bbfb4c7b01eb814d4264ee08ad36da2087618dcad9a6b961c9d13a443535 SHA1: 6d2ce5fe4ec34ec4db403f8ca457c9683f003245 MD5sum: fa2cc55a25b9c7767fed65aac6f1064e Description: flexbe_widget implements some smaller scripts for the behavior engine. Package: ros-rolling-flir-camera-description Version: 3.0.5-1resolute.20260821.172843 Architecture: amd64 Maintainer: "Luis Camero" Installed-Size: 400 Depends: ros-rolling-robot-state-publisher, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/flir_camera_description/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flir-camera-description/ros-rolling-flir-camera-description_3.0.5-1resolute.20260821.172843_amd64.deb Size: 96254 SHA256: 47fd7f1866234aeb3bd2b0ba298ac8186ba4cf43db6bd477ee7dd15899696e0a SHA1: 9612325c1e31a6b24ad6ea665d97560d31511b3a MD5sum: f3a765a474e0fef71afe03985d42c8b4 Description: FLIR camera Description package Package: ros-rolling-flir-camera-msgs Version: 3.0.5-1resolute.20260811.202237 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 613 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/flir_camera_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flir-camera-msgs/ros-rolling-flir-camera-msgs_3.0.5-1resolute.20260811.202237_amd64.deb Size: 56956 SHA256: e2f38700c039c4a98ceb76ad03902f9cd67564bcbf820351892eff489bbd4c9e SHA1: 1ea005b5350825322981da0f6ea645874b3aea14 MD5sum: 41e29e3739ead2aec8c299e90d6c4109 Description: messages related to flir camera driver Package: ros-rolling-flir-camera-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-flir-camera-msgs Version: 3.0.5-1resolute.20260811.202237 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 450 Depends: ros-rolling-flir-camera-msgs (= 3.0.5-1resolute.20260811.202237) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-flir-camera-msgs/ros-rolling-flir-camera-msgs-dbgsym_3.0.5-1resolute.20260811.202237_amd64.deb Size: 285098 SHA256: ce903056ca755e9252e7bcb6481c0ccf59b8d0229e47a420493d9734bbeb6a03 SHA1: 7c491e7e9a4ac3015c6021eb253cbf75ca1734bb MD5sum: b26cc55526c506455e58a60f160b71ce Description: debug symbols for ros-rolling-flir-camera-msgs Build-Ids: 259edf6a1e86ec5177b3b9afbc2061e066b779fe 356219bec9e3860c13dc83847f4554aff5b283be 37fe624b32cc83c080e92011c371789f63631feb 3e9aa62b5e98f6cb76558e922cccc5af42710305 5f7fa3f45ac50caa9a01736f77e7dcf2e77f5799 6d17a739979d7c13caf43fc11267e7ad1b4874fd 7a10156039bf3039ec9f896db6ab8fd75bc4d7e3 836dd8b461ec7dfe229597917629574e2c7f3c22 89daf1dd1d1803f63376389de030198a30dc735f 8d1751002333eb9fcf36720c19485cc94cd999e5 d03832fe06fa8ae3f69d0daad2eb4b139e4c2514 Package: ros-rolling-fluent-rviz Version: 0.0.3-5resolute.20260821.164754 Architecture: amd64 Maintainer: shouth Installed-Size: 86 Depends: ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fluent_rviz/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fluent-rviz/ros-rolling-fluent-rviz_0.0.3-5resolute.20260821.164754_amd64.deb Size: 14186 SHA256: 3e10121dc679b0bf4c0af066a541e1fdbd345ef13a457774b693a870fc6e2d5a SHA1: ebeb6ee6df18b833c6d86784868c8215823f8367 MD5sum: a5d165e43d6f7b8b9850de84b59d28fa Description: A library which makes Rviz fluent. Powered by C++17 Package: ros-rolling-foonathan-memory-vendor Version: 1.3.1-3resolute.20260714.174725 Architecture: amd64 Maintainer: Miguel Company Installed-Size: 5261 Depends: cmake, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/foonathan_memory_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foonathan-memory-vendor/ros-rolling-foonathan-memory-vendor_1.3.1-3resolute.20260714.174725_amd64.deb Size: 781404 SHA256: b8835df390b0e9032cd009d5ef59b9da6ebd379a9dd531a4d7306b79914476f3 SHA1: c06724947e73cfd52851ce4f303e3dee626e2283 MD5sum: 6b86f464bd0114fdfa0c4c2703ab107d Description: Foonathan/memory vendor package for Fast-RTPS. Package: ros-rolling-force-torque-sensor-broadcaster Version: 6.9.0-1resolute.20260826.125713 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1062 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-backward-ros, ros-rolling-controller-interface, ros-rolling-filters, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-force-torque-sensor-broadcaster/ros-rolling-force-torque-sensor-broadcaster_6.9.0-1resolute.20260826.125713_amd64.deb Size: 260394 SHA256: fbe6520e75677e50a8121f73b10da020da4b35778df2a81b58752a06105a9832 SHA1: 411bfd53d6fc00c914d0cfb8dee8446e7101fa9e MD5sum: 45513279135e83765289c794215a3225 Description: Controller to publish state of force-torque sensors. Package: ros-rolling-force-torque-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-force-torque-sensor-broadcaster Version: 6.9.0-1resolute.20260826.125713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4761 Depends: ros-rolling-force-torque-sensor-broadcaster (= 6.9.0-1resolute.20260826.125713) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-force-torque-sensor-broadcaster/ros-rolling-force-torque-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260826.125713_amd64.deb Size: 4161968 SHA256: 5c52f79837cf31bf1851c474ff39e1fc01262108827ba50ea6454aa86f431588 SHA1: 55b1708bffa6a1f28df5ba9da8534e20bb0cd657 MD5sum: d2ae0800d3ff10dff38403887d14cb43 Description: debug symbols for ros-rolling-force-torque-sensor-broadcaster Build-Ids: 0c49fbd46f3cfa3c54e122b3e1a9670a30155547 1787a8bcc5748addea6ec63e66f36e44063c9e46 6614baba08ddd16e6c4329c4da2ad1b96fb41f32 Package: ros-rolling-forward-command-controller Version: 6.9.0-1resolute.20260826.125708 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 621 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-backward-ros, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-forward-command-controller/ros-rolling-forward-command-controller_6.9.0-1resolute.20260826.125708_amd64.deb Size: 140026 SHA256: 6c7b5f9e3f6c8d8d8fed2511530271d7d526b7100ca27154c25a7f65fec84a43 SHA1: c2909f01864b6baaf7f4c8ca7fc34719b6af140c MD5sum: c4e2db4031672e9151725a9a142f263d Description: Generic controller for forwarding commands. Package: ros-rolling-forward-command-controller-dbgsym Package-Type: ddeb Source: ros-rolling-forward-command-controller Version: 6.9.0-1resolute.20260826.125708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3010 Depends: ros-rolling-forward-command-controller (= 6.9.0-1resolute.20260826.125708) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-forward-command-controller/ros-rolling-forward-command-controller-dbgsym_6.9.0-1resolute.20260826.125708_amd64.deb Size: 2591942 SHA256: 90391a3424aff6aea5bd91bed3a883cdc77fc6cfb0549a701917e3c0689515fe SHA1: e347fcb96dcb29e575082b11c08342d0f4295e56 MD5sum: d29bbec03d62f45e2e832e0e203c7514 Description: debug symbols for ros-rolling-forward-command-controller Build-Ids: bb578487b8c080cc1364ab9accf1ad0addac0e4b Package: ros-rolling-four-wheel-steering-msgs Version: 2.0.1-6resolute.20260811.202907 Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 645 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/four_wheel_steering_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-four-wheel-steering-msgs/ros-rolling-four-wheel-steering-msgs_2.0.1-6resolute.20260811.202907_amd64.deb Size: 59272 SHA256: 6b9f99179de6c00947d6b41e9eaba2528dab383d85d382b44cf84b340d833582 SHA1: b4453c389c98c21f727cd0a9e0f44626e796ec63 MD5sum: a2654a9e78f5ffa7076e66a80c782611 Description: ROS messages for robots using FourWheelSteering. Package: ros-rolling-four-wheel-steering-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-four-wheel-steering-msgs Version: 2.0.1-6resolute.20260811.202907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rousseau Installed-Size: 452 Depends: ros-rolling-four-wheel-steering-msgs (= 2.0.1-6resolute.20260811.202907) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-four-wheel-steering-msgs/ros-rolling-four-wheel-steering-msgs-dbgsym_2.0.1-6resolute.20260811.202907_amd64.deb Size: 285284 SHA256: 2a5ff5417d10f632f23ae921c83087d2fe96a096e4e658969c3983569748fc4c SHA1: d0e8ed8c1207c7700719e0a263dac2e31e6e9223 MD5sum: 0aa256b2bdff4259d7b4537032fd131a Description: debug symbols for ros-rolling-four-wheel-steering-msgs Build-Ids: 1db1d7bac9a32f6714d01cd2815dea9faf1d95ec 6351c76e3344b4fd951c549011bc5f24d1feeadc 7c090690e2d3b7992c4f767855dd646908512b4c 81c62b417d5cf2904906544224f1fb0eda152bc7 8269fce3cb934545aa4d18d9b949b2155f6745ac 84c2d3370e2ec9c2529d4e62264f70da60b73ab7 9dc582008e33a4681dc6db4b49269b9940ff7d5c ab7eefc3adbca61da35c52c550262cb7197358a6 aca320efa7d84cfe22e3dda2f7ac40d2145ec104 b86d43519448b0ae6607debbc47375c99d3bbfdb f288710537478cd56bb610040fe954a1c29f2908 Package: ros-rolling-foxglove-bridge Version: 3.5.0-2resolute.20260825.181313 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 41669 Depends: libc6 (>= 2.35), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.2), libstdc++6 (>= 14), ros-rolling-ament-index-cpp, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-resource-retriever, ros-rolling-rosgraph-msgs, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-rosx-introspection, ros-rolling-service-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/foxglove/foxglove-sdk Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-bridge/ros-rolling-foxglove-bridge_3.5.0-2resolute.20260825.181313_amd64.deb Size: 12894156 SHA256: 938a5a0bb274e64e9e1382ea4dfd27ddb414fe21e0be81105fb88c64e4cb73f8 SHA1: 03bc4bb8d3602f2e173750709f512de6cd63c1dd MD5sum: 59ed093e0e914219fa4b63e865a12012 Description: ROS Foxglove Bridge Package: ros-rolling-foxglove-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-foxglove-bridge Version: 3.5.0-2resolute.20260825.181313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 21148 Depends: ros-rolling-foxglove-bridge (= 3.5.0-2resolute.20260825.181313) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-bridge/ros-rolling-foxglove-bridge-dbgsym_3.5.0-2resolute.20260825.181313_amd64.deb Size: 10212694 SHA256: f887b75f36da72bb473a4223dca30d9bea0399e9e5c325bc22178dc52bce3ddb SHA1: 23a3c4ab4225d241fbcaf3740e670af62b9bd3c3 MD5sum: 670d71da1f8369036c32a33df9d9e8f9 Description: debug symbols for ros-rolling-foxglove-bridge Build-Ids: 59b263f50d5ccef2a4ca0261a9ea66e6defbed79 91a66bffec01f51fdc778452feb19e1c43344c5d c5fefdc8e074b7cd7b44a4a19fa6ecc4f1513cf9 ecad878dcbc7e342e8ab39e04f1fb93be30bf4c6 Package: ros-rolling-foxglove-compressed-video-transport Version: 3.0.3-1resolute.20260825.182323 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 644 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ffmpeg-encoder-decoder, ros-rolling-foxglove-msgs, ros-rolling-image-transport, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-compressed-video-transport/ros-rolling-foxglove-compressed-video-transport_3.0.3-1resolute.20260825.182323_amd64.deb Size: 147582 SHA256: a250e93897c1a6bf4ec26fa6203d20dcc859eb3f5460c50b3c292e454ec82eaa SHA1: 2cd090306a2dddc4d7bc15f4d783b13f6dc1150f MD5sum: 7941d053852fe6cb8d4f06cdd5657fa0 Description: foxglove_compressed_video_transport provides a plugin to image_transport for transparently sending an image stream encoded in foxglove compressed video packets. Package: ros-rolling-foxglove-compressed-video-transport-dbgsym Package-Type: ddeb Source: ros-rolling-foxglove-compressed-video-transport Version: 3.0.3-1resolute.20260825.182323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3267 Depends: ros-rolling-foxglove-compressed-video-transport (= 3.0.3-1resolute.20260825.182323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-compressed-video-transport/ros-rolling-foxglove-compressed-video-transport-dbgsym_3.0.3-1resolute.20260825.182323_amd64.deb Size: 2818218 SHA256: 72ff6743b82cada74db5287706b092a1d717700f2540a95888f79550b79b3df6 SHA1: 72e9e4abede8b1d4c204c01ac1f45460e001c40e MD5sum: 6615dbd84162696be1ba505b080508ea Description: debug symbols for ros-rolling-foxglove-compressed-video-transport Build-Ids: cb0a1ec02c6b0b26b3f2aaf5bb5571026e1532df Package: ros-rolling-foxglove-msgs Version: 3.5.0-2resolute.20260825.181231 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 8075 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://foxglove.dev/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-msgs/ros-rolling-foxglove-msgs_3.5.0-2resolute.20260825.181231_amd64.deb Size: 599404 SHA256: b2d0680305bcf233ba206f55e982c674c9c08330d6b2000daf592e1beaf820e5 SHA1: 977e21c809be35ac4ea476a1f0aa77cf190b226b MD5sum: df8ca714e893d366b83af2ec825ce1e1 Description: foxglove_msgs provides visualization messages that are supported by Foxglove. Package: ros-rolling-foxglove-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-foxglove-msgs Version: 3.5.0-2resolute.20260825.181231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 8345 Depends: ros-rolling-foxglove-msgs (= 3.5.0-2resolute.20260825.181231) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-msgs/ros-rolling-foxglove-msgs-dbgsym_3.5.0-2resolute.20260825.181231_amd64.deb Size: 6935192 SHA256: 29706e36a5676470af4bc32f9e6de5eae9d45547b7f24b10b94c13aab578434b SHA1: 5155ec4a0e460139a5bec9fe87dd45f3dfad656b MD5sum: 09dad85628051d1b56362ac09636553c Description: debug symbols for ros-rolling-foxglove-msgs Build-Ids: 134b8f03bdd610e9fd7f4dbe4f932f8e14f581bb 1ab3bff558e512754a161b6e6c21cbfefe35fc2e 1c7aecccaf1433a20638cc99373de2a1ae49d9b6 2599750684f6d87a8bcbd97b4ec6a7c932b56286 6b7391cd4dd55b904f2e7bb261058735238416b5 6f2494dc155a3be178769c186fb8f7d332d3bea6 77ca6e3233c1b5f29ec196b2656af74a71efb9ff 8bb9aa7713f386bd2784b7dcccedae66260bef77 99e0270aa758d7a0c20beaae01658c57e8936395 ec8632f55059a20d3da52f4570e65aa5dd53aa87 f5dee532a7e0133d5f813eedd79a2b7b39e975ac Package: ros-rolling-foxglove-sdk-vendor Version: 0.3.0-1resolute.20260824.235122 Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 106438 Depends: libc6 (>= 2.39), libgcc-s1 (>= 4.2), libstdc++6 (>= 14), ros-rolling-ros-workspace Homepage: https://docs.foxglove.dev/docs/sdk Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-sdk-vendor/ros-rolling-foxglove-sdk-vendor_0.3.0-1resolute.20260824.235122_amd64.deb Size: 25886570 SHA256: e3b6cab49368c6debda2cf9775364dbb9fb075b8bc712260f2335c326a921cd8 SHA1: f3e3908600b78eaf5280f56be785c6b1f4b58e25 MD5sum: ff29d79d344e207c40fce7ecce8da426 Description: Vendor package that fetches prebuilt Foxglove SDK archives and exposes the headers and libfoxglove.a static library to ROS 2 workspaces. Package: ros-rolling-foxglove-sdk-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-foxglove-sdk-vendor Version: 0.3.0-1resolute.20260824.235122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Lack" Installed-Size: 19730 Depends: ros-rolling-foxglove-sdk-vendor (= 0.3.0-1resolute.20260824.235122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-foxglove-sdk-vendor/ros-rolling-foxglove-sdk-vendor-dbgsym_0.3.0-1resolute.20260824.235122_amd64.deb Size: 4083772 SHA256: 93ac4c355a06054421b8920ab269c7791a54aacace36da7052cd80c36f3f282a SHA1: 02756a106b0f677bef3c78a3c5c47a254843a110 MD5sum: 07efcbf2c5e486781c9cdda1c61d360b Description: debug symbols for ros-rolling-foxglove-sdk-vendor Build-Ids: 8be69983416040ea47ab7f9f8444facf7a1f168f c83b56d4b3729a42a07db7f99b77788b30f2cad2 Package: ros-rolling-franka-inria-inverse-dynamics-solver Version: 6.0.1-4resolute.20260821.183838 Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 1163 Depends: libc6 (>= 2.29), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-inverse-dynamics-solver, ros-rolling-pluginlib, ros-rolling-ros-workspace Homepage: https://github.com/unisa-acg/inverse-dynamics-solver.git Priority: optional Section: misc Filename: pool/main/r/ros-rolling-franka-inria-inverse-dynamics-solver/ros-rolling-franka-inria-inverse-dynamics-solver_6.0.1-4resolute.20260821.183838_amd64.deb Size: 380068 SHA256: 776788fbb475d219bdfa6b0fb29b853ef331a752e2a6edfd8afd3676c5b33b57 SHA1: 317fb6f835c35dd8f59365d00b74fa8660a0edd1 MD5sum: 068af5209e5c3d45c630d9f94b734531 Description: A C++ library implementing the inverse dynamics solver for the Franka Emika Panda (FER) real robot. Package: ros-rolling-franka-inria-inverse-dynamics-solver-dbgsym Package-Type: ddeb Source: ros-rolling-franka-inria-inverse-dynamics-solver Version: 6.0.1-4resolute.20260821.183838 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 976 Depends: ros-rolling-franka-inria-inverse-dynamics-solver (= 6.0.1-4resolute.20260821.183838) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-franka-inria-inverse-dynamics-solver/ros-rolling-franka-inria-inverse-dynamics-solver-dbgsym_6.0.1-4resolute.20260821.183838_amd64.deb Size: 932726 SHA256: 1791c1ef15ecee1bf8661367106a9206585d6617e648e3c14aafa725aec8b762 SHA1: 8dfbd2762a1ecc34e7930fcae074f5d173b194e3 MD5sum: 058863a91ee91d6056d0ce3e96100b99 Description: debug symbols for ros-rolling-franka-inria-inverse-dynamics-solver Build-Ids: c7283f8956733f17590d005880432e1b68c47273 Package: ros-rolling-frequency-cam Version: 3.1.2-1resolute.20260824.144907 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 743 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-cv-bridge, ros-rolling-event-camera-codecs, ros-rolling-event-camera-msgs, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosbag2-cpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/frequency_cam/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-frequency-cam/ros-rolling-frequency-cam_3.1.2-1resolute.20260824.144907_amd64.deb Size: 182934 SHA256: bc6b274b6c5d0199d86802060fcefb62e702354902a5b64f6fba1c892ed31c62 SHA1: d9578e7418af403515cd34238be81b97f27df10c MD5sum: 60339f62c3b4a1215959d29b877a7583 Description: frequency cam ROS/ROS2 package for event based cameras Package: ros-rolling-frequency-cam-dbgsym Package-Type: ddeb Source: ros-rolling-frequency-cam Version: 3.1.2-1resolute.20260824.144907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 3926 Depends: ros-rolling-frequency-cam (= 3.1.2-1resolute.20260824.144907) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-frequency-cam/ros-rolling-frequency-cam-dbgsym_3.1.2-1resolute.20260824.144907_amd64.deb Size: 3430376 SHA256: 7abaf971dcf84b25cabf111b9a797565ae04ee5715a08418842df1fa67094ebd SHA1: 78b26fa7d63ec2570ad90836b20c919ca08e20c3 MD5sum: 416fb54d92a6a3254c681bb087c51b6f Description: debug symbols for ros-rolling-frequency-cam Build-Ids: 23ccb72372b70b3367676ca657d61dd8fba61b7a ca70859f24b090d3083b28937be23fa351281741 dfbe31a11ed2e17585617d0022d62dc1ae8154cf Package: ros-rolling-fuse Version: 1.3.4-1resolute.20260821.180826 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 45 Depends: ros-rolling-ament-cmake-ros, ros-rolling-fuse-constraints, ros-rolling-fuse-core, ros-rolling-fuse-doc, ros-rolling-fuse-graphs, ros-rolling-fuse-models, ros-rolling-fuse-msgs, ros-rolling-fuse-optimizers, ros-rolling-fuse-publishers, ros-rolling-fuse-variables, ros-rolling-fuse-viz, ros-rolling-gtest-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse/ros-rolling-fuse_1.3.4-1resolute.20260821.180826_amd64.deb Size: 6058 SHA256: 59cdfb7ac5db12a450a71a9616c66749c4f06743607c9dc0d7cd54b2bbce4ef8 SHA1: 84a091dab302dc6fa87a688653428fd4d785453b MD5sum: c8c4914f1051f1655084cdd72d892d5c Description: The fuse metapackage. Package: ros-rolling-fuse-constraints Version: 1.3.4-1resolute.20260821.172227 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2884 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libccolamd3 (>= 1:7.0.1), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libstdc++6 (>= 13.1), libceres-dev, libeigen3-dev, libsuitesparse-dev, ros-rolling-ament-cmake-ros, ros-rolling-fuse-core, ros-rolling-fuse-graphs, ros-rolling-fuse-variables, ros-rolling-geometry-msgs, ros-rolling-gtest-vendor, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_constraints/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-constraints/ros-rolling-fuse-constraints_1.3.4-1resolute.20260821.172227_amd64.deb Size: 489214 SHA256: fab2fc4d8871c323405984b84d6112cad013cd166d82a018d62d0fddbbe592f2 SHA1: 1e4f30cbd0b6440ed0b86aaf4d5fc74434345c19 MD5sum: a5463cbf8eeeb23e184de6aff9a05402 Description: The fuse_constraints package provides a set of commonly used constraint types, such as direct measurements on \ state variables (absolute constraints) or measurements of the state changes (relative constraints). Package: ros-rolling-fuse-constraints-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-constraints Version: 1.3.4-1resolute.20260821.172227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 23397 Depends: ros-rolling-fuse-constraints (= 1.3.4-1resolute.20260821.172227) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-constraints/ros-rolling-fuse-constraints-dbgsym_1.3.4-1resolute.20260821.172227_amd64.deb Size: 20889982 SHA256: 6c428433b800238ed70698db802c37da0bbbd8f42c90d9842c561ee10a5a381d SHA1: be3734fa6e104ecd07b971b50ee3e0697bd52202 MD5sum: b2bc592cea124938b5bcc42ed2a9564c Description: debug symbols for ros-rolling-fuse-constraints Build-Ids: c421a7e5397339901807ef638c2a5728181f9bd3 Package: ros-rolling-fuse-core Version: 1.3.4-1resolute.20260821.165926 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2254 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, libgoogle-glog-dev, ros-rolling-ament-cmake-ros, ros-rolling-fuse-msgs, ros-rolling-gtest-vendor, ros-rolling-pluginlib, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_core/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-core/ros-rolling-fuse-core_1.3.4-1resolute.20260821.165926_amd64.deb Size: 410590 SHA256: 5253f55fc3ceb3f7011bbb83b3b31f6a2e52814e910f7c2aa4b37cd1b0a03bfc SHA1: a49b182e4a5fc1085c327b37b0278fc939d11806 MD5sum: d7dd9ef300f7890d0619b3079ca43137 Description: The fuse_core package provides the base class interfaces for the various fuse components. Concrete implementations of these interfaces are provided in other packages. Package: ros-rolling-fuse-core-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-core Version: 1.3.4-1resolute.20260821.165926 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10881 Depends: ros-rolling-fuse-core (= 1.3.4-1resolute.20260821.165926) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-core/ros-rolling-fuse-core-dbgsym_1.3.4-1resolute.20260821.165926_amd64.deb Size: 9556222 SHA256: e64cf87270f1b2d1c2a15806da70d56cd3003513a7bd215bcfc6e3c625623963 SHA1: 8136172cd7c4d2f92a78f6ddde94d5423465f4db MD5sum: cc16d2e82f0b5635e3201cdf72dea80e Description: debug symbols for ros-rolling-fuse-core Build-Ids: 2ae3524c8200ea4870e9cd8758b73ea551b15e07 bdf5d9239452f243f9726d83c19308a9521e86ea dd3f7eb6d56b646b4cfd03c803156f0f841a3cd3 Package: ros-rolling-fuse-doc Version: 1.3.4-1resolute.20260821.160401 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 44 Depends: ros-rolling-ament-cmake-ros, ros-rolling-gtest-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_doc/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-doc/ros-rolling-fuse-doc_1.3.4-1resolute.20260821.160401_amd64.deb Size: 5946 SHA256: 835931ee739ca7e2f315ba121f2ab2608cf1cb092fa2246de4707525eee6c430 SHA1: 4e6d0d71aa19006f46ea0b831cb045d631559939 MD5sum: 919764603d6271cd9c965580f9664ea3 Description: The fuse_doc package provides documentation and examples for the fuse package. Package: ros-rolling-fuse-graphs Version: 1.3.4-1resolute.20260821.171044 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 554 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libceres-dev, ros-rolling-ament-cmake-ros, ros-rolling-fuse-core, ros-rolling-gtest-vendor, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_graphs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-graphs/ros-rolling-fuse-graphs_1.3.4-1resolute.20260821.171044_amd64.deb Size: 105880 SHA256: 31230d5761a1fe735a7e1affe526a56a2d94d090e45c4bc8a4ddb31d7de08eb7 SHA1: 08b1f58a97700f7dd0c37ce897693f9d5f6b93ac MD5sum: 1d16e4b7275cee905dab837beb004383 Description: The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface. Package: ros-rolling-fuse-graphs-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-graphs Version: 1.3.4-1resolute.20260821.171044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1955 Depends: ros-rolling-fuse-graphs (= 1.3.4-1resolute.20260821.171044) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-graphs/ros-rolling-fuse-graphs-dbgsym_1.3.4-1resolute.20260821.171044_amd64.deb Size: 1520484 SHA256: e372cefa5f08a3e2912da74daa6cccf9b02fabf973e48f58415fb1ac26b12e38 SHA1: 9c6c1703e6a62641d7e7e360ddf507b950510ffb MD5sum: f5ed8bd177aa32c40968bdaa000072d4 Description: debug symbols for ros-rolling-fuse-graphs Build-Ids: a050173e6c7f121581404ce968dedea6bd381fc1 Package: ros-rolling-fuse-loss Version: 1.3.4-1resolute.20260821.171027 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1058 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libceres-dev, ros-rolling-ament-cmake-ros, ros-rolling-fuse-core, ros-rolling-gtest-vendor, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_loss/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-loss/ros-rolling-fuse-loss_1.3.4-1resolute.20260821.171027_amd64.deb Size: 187100 SHA256: 6b46e6e8783eb4a79078f15df54337d5735d19f87c0b7786a5ae0fbafbd4a312 SHA1: b6aa5c006233e647759159fe4c16511bd0146c4d MD5sum: 544dfecc5ffef18df70490b7fbfbec29 Description: The fuse_loss package provides a set of commonly used loss functions, such as the basic ones provided by Ceres. Package: ros-rolling-fuse-loss-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-loss Version: 1.3.4-1resolute.20260821.171027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 4369 Depends: ros-rolling-fuse-loss (= 1.3.4-1resolute.20260821.171027) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-loss/ros-rolling-fuse-loss-dbgsym_1.3.4-1resolute.20260821.171027_amd64.deb Size: 3536770 SHA256: 8eb2853b54b1f8ef7c18c7942bfa8e6eb95b5025302a3db00176ae6322b8ac84 SHA1: d7acca47ab739092ba8449187a80031f1bf12c3e MD5sum: a8a696dad6d9299ed999e53497643613 Description: debug symbols for ros-rolling-fuse-loss Build-Ids: d1800e0725c72af285bbbb34c9e37e0394341688 Package: ros-rolling-fuse-models Version: 1.3.4-1resolute.20260821.174732 Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 4508 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, ros-rolling-ament-cmake-ros, ros-rolling-fuse-constraints, ros-rolling-fuse-core, ros-rolling-fuse-graphs, ros-rolling-fuse-msgs, ros-rolling-fuse-publishers, ros-rolling-fuse-variables, ros-rolling-geometry-msgs, ros-rolling-gtest-vendor, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-2d, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_models/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-models/ros-rolling-fuse-models_1.3.4-1resolute.20260821.174732_amd64.deb Size: 783526 SHA256: bcd544dd22e75195dd6c6472867c657714496d9ff0e90d9dbdd1b941e98034cc SHA1: 462c6ff3e5f8a424e2fc041b1221d4d9950709a9 MD5sum: ac5e4bd4566fea92a3f5d04dd5627ed6 Description: fuse plugins that implement various kinematic and sensor models Package: ros-rolling-fuse-models-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-models Version: 1.3.4-1resolute.20260821.174732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 44354 Depends: ros-rolling-fuse-models (= 1.3.4-1resolute.20260821.174732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-models/ros-rolling-fuse-models-dbgsym_1.3.4-1resolute.20260821.174732_amd64.deb Size: 40296686 SHA256: d3b49580ef0b19560918c0ce42b2aa37d49f2a33bf00a5ec76228e89e48bb8c4 SHA1: 264f42239bd4f604b115531d1f50f0133147c6bb MD5sum: 59d5134d8b1a8ad65d99563f33880ab1 Description: debug symbols for ros-rolling-fuse-models Build-Ids: adabfdb3bb06dca1a55b1189586697e67450241d Package: ros-rolling-fuse-msgs Version: 1.3.4-1resolute.20260821.160202 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1998 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-ament-cmake-ros, ros-rolling-geometry-msgs, ros-rolling-gtest-vendor, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-msgs/ros-rolling-fuse-msgs_1.3.4-1resolute.20260821.160202_amd64.deb Size: 179338 SHA256: a88f59db3f4e318cf92028862a00dbe95be9c90e5929ac7a57fc6ca96e38d654 SHA1: 0f7a34370dbe01c0bab8cda9a605e0a2fdd508a3 MD5sum: 70dffd000d20fe79c5d00917dcfc3ffb Description: The fuse_msgs package contains messages capable of holding serialized fuse objects. Package: ros-rolling-fuse-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-msgs Version: 1.3.4-1resolute.20260821.160202 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2099 Depends: ros-rolling-fuse-msgs (= 1.3.4-1resolute.20260821.160202) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-msgs/ros-rolling-fuse-msgs-dbgsym_1.3.4-1resolute.20260821.160202_amd64.deb Size: 1641756 SHA256: 4917e6c5e427fc927eb5c47406e8fe3192c23041ef3eb77f8adac5e06b5b67e6 SHA1: 9727cc35d12d1b66516cb82bd0757e63f0423f1f MD5sum: c94ab05fe603835f6a237798de25ea56 Description: debug symbols for ros-rolling-fuse-msgs Build-Ids: 0f34af446b2387557662f93d2c5f3464368edea0 2b6f35016028f30357fd2a5f9daa3ac059c1e041 3c2a5eddeb440e8ed631756b625eefcd9369517e 3df9a56ba6660305e624da77cf576bafdf5a3913 57f9afb74669de6d222321c2851f897e6cb6800a 6911feef094508e1f1f2b0fa1426ec4fe4e08410 8f9e9d3c9d83d2d2614700176dad3774a80a34e8 927918743991874e96de17813aa709bf9475f8fc 936b8cc8e7aecf64310226d523aff2eadc9c2915 f3e4a3d6175996bdba8c9095dea5fc397a394904 fb593eaf6a322cf86dd55cbe1d6281ae1d2f7414 Package: ros-rolling-fuse-optimizers Version: 1.3.4-1resolute.20260821.173521 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 2201 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libboost-all-dev, libceres-dev, libeigen3-dev, ros-rolling-ament-cmake-ros, ros-rolling-diagnostic-updater, ros-rolling-fuse-constraints, ros-rolling-fuse-core, ros-rolling-fuse-graphs, ros-rolling-fuse-msgs, ros-rolling-fuse-variables, ros-rolling-gtest-vendor, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_optimizers/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-optimizers/ros-rolling-fuse-optimizers_1.3.4-1resolute.20260821.173521_amd64.deb Size: 386544 SHA256: 96bd33369ee82ed9f7a840f6e9c8522c3bf1475c42dbd324820fb67693884dca SHA1: 6320d968b0f40e25556bc14b7a9f426390d64b05 MD5sum: 350e6e4b3e8d304e108e50e91b51491e Description: The fuse_optimizers package provides a set of optimizer implementations. An optimizer is the object responsible \ for coordinating the sensors and motion model inputs, computing the optimal state values, and providing access to \ to the optimal state via the publishers. Package: ros-rolling-fuse-optimizers-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-optimizers Version: 1.3.4-1resolute.20260821.173521 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 10065 Depends: ros-rolling-fuse-optimizers (= 1.3.4-1resolute.20260821.173521) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-optimizers/ros-rolling-fuse-optimizers-dbgsym_1.3.4-1resolute.20260821.173521_amd64.deb Size: 8234664 SHA256: ecd85b7bb31d5ce4ae8c28864603c8fe14cac975e51d82c5aca9261333aa2735 SHA1: 2a4f97e8dfa61018dc3c83112bf4128b50bdd2b2 MD5sum: 555425043222f9b7d357063ef1fb66b5 Description: debug symbols for ros-rolling-fuse-optimizers Build-Ids: 210499d687567916b2cd110cb6e47864643a86b9 dd3f6cc59efb127248a9091e2287599eab7bc933 fd45359f35caaec710218846b408b657c4e7176d Package: ros-rolling-fuse-publishers Version: 1.3.4-1resolute.20260821.173904 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1190 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-rolling-ament-cmake-ros, ros-rolling-fuse-core, ros-rolling-fuse-msgs, ros-rolling-fuse-variables, ros-rolling-geometry-msgs, ros-rolling-gtest-vendor, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_publishers/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-publishers/ros-rolling-fuse-publishers_1.3.4-1resolute.20260821.173904_amd64.deb Size: 253586 SHA256: 68d1463b53ac0bee86f75592dc973003521703dcea0ac093a94ef3eba51f1c5f SHA1: b9b17d177986d9d8365d0cfbb4a13e6a25bc136f MD5sum: e9b9ead958700edff86898048ea73988 Description: The fuse_publishers package provides a set of common publisher plugins. Package: ros-rolling-fuse-publishers-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-publishers Version: 1.3.4-1resolute.20260821.173904 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 6470 Depends: ros-rolling-fuse-publishers (= 1.3.4-1resolute.20260821.173904) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-publishers/ros-rolling-fuse-publishers-dbgsym_1.3.4-1resolute.20260821.173904_amd64.deb Size: 5555102 SHA256: 6bb8e394bd9ae700b4421298b7aacd9a5ce253ae96d92e9c14f8ae118e1e8f18 SHA1: 2e6fce67cf59c1594f5cae9289e678c069e05d18 MD5sum: e4d865d5d6775bfdc3c71c55d33fa381 Description: debug symbols for ros-rolling-fuse-publishers Build-Ids: 1656a7d3ece1f84fa7477d47e85d4739bda50f66 Package: ros-rolling-fuse-tutorials Version: 1.3.4-1resolute.20260826.132918 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 7334 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ament-cmake-ros, ros-rolling-fuse-constraints, ros-rolling-fuse-core, ros-rolling-fuse-models, ros-rolling-fuse-optimizers, ros-rolling-fuse-publishers, ros-rolling-fuse-variables, ros-rolling-gtest-vendor, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rviz2, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_tutorials/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-tutorials/ros-rolling-fuse-tutorials_1.3.4-1resolute.20260826.132918_amd64.deb Size: 1541348 SHA256: 593167ecb70e348c31bba17e5370550fea06f090fae474c435175c0b1200afb7 SHA1: 58a8facd298df98e5a295b0010c0b3a3b66df98b MD5sum: ee38936d5ff12475138b55469528cd51 Description: Package containing source code for the fuse tutorials. Package: ros-rolling-fuse-tutorials-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-tutorials Version: 1.3.4-1resolute.20260826.132918 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8933 Depends: ros-rolling-fuse-tutorials (= 1.3.4-1resolute.20260826.132918) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-tutorials/ros-rolling-fuse-tutorials-dbgsym_1.3.4-1resolute.20260826.132918_amd64.deb Size: 7653252 SHA256: 640b904aaf6b3e7e926b4da16a8b322e89ac34badbb2dd4236c52da8ffaa5a9a SHA1: f234dba2efa4eec760dc4b324b07766f8ccc2f0e MD5sum: 7d0c29421e11d2fbf337944055f54ad4 Description: debug symbols for ros-rolling-fuse-tutorials Build-Ids: 20c3a62d052b9e7fbb1597ff39bea5f868e480f8 d4eaba842e887255449d56507d55c1285eee9983 Package: ros-rolling-fuse-variables Version: 1.3.4-1resolute.20260821.171118 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 1689 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libceres-dev, ros-rolling-ament-cmake-ros, ros-rolling-fuse-core, ros-rolling-gtest-vendor, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_variables/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-variables/ros-rolling-fuse-variables_1.3.4-1resolute.20260821.171118_amd64.deb Size: 259052 SHA256: 00d171eab9e896f9b7c6517d11db9ceafb84d020fc91d63d3f3f9558cec4c16b SHA1: 2847c33c7283a2ed10ecdf2209dc2af2cab1c40f MD5sum: b780bc7204122307e57a99692fbba858 Description: The fuse_variables package provides a set of commonly used variable types, such as 2D and 3D positions, \ orientations, velocities, and accelerations. Package: ros-rolling-fuse-variables-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-variables Version: 1.3.4-1resolute.20260821.171118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 8286 Depends: ros-rolling-fuse-variables (= 1.3.4-1resolute.20260821.171118) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-variables/ros-rolling-fuse-variables-dbgsym_1.3.4-1resolute.20260821.171118_amd64.deb Size: 6682614 SHA256: a12d94aa6edde4572261bf23399653ea80cba093692f3dd40fccb9364b4fb8cc SHA1: bc8dcf43e6d4350ebe5ae52b00a2f769b5c7e47c MD5sum: 4641a5f583f4e0eb396169a533f80e24 Description: debug symbols for ros-rolling-fuse-variables Build-Ids: bc4d92ba0a0855b0d3dacba74fd8c1508f409566 Package: ros-rolling-fuse-viz Version: 1.3.4-1resolute.20260821.174831 Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 1417 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-rviz-ogre-vendor, libeigen3-dev, ros-rolling-ament-cmake-ros, ros-rolling-fuse-constraints, ros-rolling-fuse-core, ros-rolling-fuse-msgs, ros-rolling-fuse-variables, ros-rolling-geometry-msgs, ros-rolling-gtest-vendor, ros-rolling-rviz-common, ros-rolling-rviz-rendering, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/fuse_viz/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-viz/ros-rolling-fuse-viz_1.3.4-1resolute.20260821.174831_amd64.deb Size: 309080 SHA256: a692d190df9e5f73b2d161669fa41403c70aa26583313111dafc89a092158d7d SHA1: 8544261511f8381d30be9ae49d5d93f8a5fcbc39 MD5sum: 75a822eb3cd9524b7c495b113526ee05 Description: The fuse_viz package provides visualization tools for fuse. Package: ros-rolling-fuse-viz-dbgsym Package-Type: ddeb Source: ros-rolling-fuse-viz Version: 1.3.4-1resolute.20260821.174831 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrique Fernandez" Installed-Size: 11219 Depends: ros-rolling-fuse-viz (= 1.3.4-1resolute.20260821.174831) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-fuse-viz/ros-rolling-fuse-viz-dbgsym_1.3.4-1resolute.20260821.174831_amd64.deb Size: 10232402 SHA256: d2f6d6e02419553852c85e75925a87219c76727c924163bee03c65852857da42 SHA1: 7b22bf14124a402c1a896e5d238f250fe5b7af1a MD5sum: 60440cccdfa1fc5a8d88291def0e8678 Description: debug symbols for ros-rolling-fuse-viz Build-Ids: 8a1a5d14a596c92e26034c412f56297abf2fd956 Package: ros-rolling-game-controller-spl Version: 5.0.0-3resolute.20260821.163646 Architecture: amd64 Maintainer: ijnek Installed-Size: 46 Depends: python3-construct, ros-rolling-game-controller-spl-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/game_controller_spl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-game-controller-spl/ros-rolling-game-controller-spl_5.0.0-3resolute.20260821.163646_amd64.deb Size: 8278 SHA256: 54015b5465fbea3e0d46241f7ca438b17d1345014afc0fc32418551db4a767dc SHA1: 83256152199a9c9d16b3a3fd8b9d5d1924a80bf4 MD5sum: 03fda037639e3ecf24ac246cd472c889 Description: GameController-Robot communication in RoboCup SPL Package: ros-rolling-game-controller-spl-interfaces Version: 5.0.0-3resolute.20260811.202912 Architecture: amd64 Maintainer: ijnek Installed-Size: 2257 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 4.1.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/game_controller_spl_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-game-controller-spl-interfaces/ros-rolling-game-controller-spl-interfaces_5.0.0-3resolute.20260811.202912_amd64.deb Size: 131892 SHA256: 27149a54a8fb9b36f385adf55d9b806825cb50c581d68d847fad4c2a34fe0848 SHA1: 0d6481b3a34b184ddab322e1982cdc31dcc61b12 MD5sum: cced186946206401269ff1d308e72897 Description: RoboCup SPL GameController Data ROS msg Package: ros-rolling-game-controller-spl-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-game-controller-spl-interfaces Version: 5.0.0-3resolute.20260811.202912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1443 Depends: ros-rolling-game-controller-spl-interfaces (= 5.0.0-3resolute.20260811.202912) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-game-controller-spl-interfaces/ros-rolling-game-controller-spl-interfaces-dbgsym_5.0.0-3resolute.20260811.202912_amd64.deb Size: 1049304 SHA256: 13e2f86e854085ed4b8be50300065277776912ec3de784476fc2a890156be51e SHA1: 10923802add1da3b27d68a3ac71da9d5170e9460 MD5sum: 2eb03c7aead15fd090fe8b99d2faf4f0 Description: debug symbols for ros-rolling-game-controller-spl-interfaces Build-Ids: 3625db59731fc5a53d367c3bce865c2b280382d0 4240d52a8a038e3ba32a72446a4dbd3639ebb206 6588ae15f1fb54751516bebe909b30108f08a4d8 672150779efa69065d1fab25fd62672e47ebef75 79cf34f3eb8758542867c24f37ddc9f3bd39798d 88df94b1d2fb9f8c8c70d2f820b7a067767d57d9 9f77f01b086f2f1cc9e3de1a33311e6b57a25a48 c450ab9cab09958612d1fc23637c561bafe487f5 c714ee3a15a9c5b49591162fde02d0605eeea41e d8279311612068d6c61c70146b646a8acffa64d3 faadd3f9b32bb3ae9c8ded1fb587596e71c63dac Package: ros-rolling-generate-parameter-library Version: 1.3.0-1resolute.20260821.170132 Architecture: amd64 Maintainer: "bmagyar" Installed-Size: 56 Depends: libexpected-dev, libfmt-dev, ros-rolling-generate-parameter-library-py, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rclpy, ros-rolling-rsl, ros-rolling-tcb-span, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/generate_parameter_library/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-generate-parameter-library/ros-rolling-generate-parameter-library_1.3.0-1resolute.20260821.170132_amd64.deb Size: 8958 SHA256: 123834b0b748466d818041448c25c5438d65164436f1f8486da7ff1c2c2fb63a SHA1: e44e463635147a22485ae31e0aa237a59d5956c9 MD5sum: 358da19a5fcf44384c8346695a8b4d40 Description: CMake to generate ROS parameter library. Package: ros-rolling-generate-parameter-library-py Version: 1.3.0-1resolute.20260724.150441 Architecture: amd64 Maintainer: "bmagyar" Installed-Size: 321 Depends: python3-dev, python3-jinja2, python3-typeguard, python3-yaml, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/generate_parameter_library_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-generate-parameter-library-py/ros-rolling-generate-parameter-library-py_1.3.0-1resolute.20260724.150441_amd64.deb Size: 59956 SHA256: 2bdcd11d77e638908f6980ee04e86325ac7cb581f0f14515a536193db048e9fb SHA1: bc4e6c0c61de859f9727b50a507446a6609b7290 MD5sum: b53f1faba96b5a53081017a12966729e Description: Python to generate ROS parameter library. Package: ros-rolling-geodesy Version: 1.0.7-4resolute.20260811.205954 Architecture: amd64 Maintainer: "Jack O'Quin" Installed-Size: 162 Depends: python3-pyproj, ros-rolling-angles, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-sensor-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/geodesy Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geodesy/ros-rolling-geodesy_1.0.7-4resolute.20260811.205954_amd64.deb Size: 27574 SHA256: a55b8b5b797e1050c7f88576a52a26d68f1f751f95b082cdffec72696fd2ad1f SHA1: 0cc3b6dd8296311a675dbf94719b1bcf8fc26202 MD5sum: 8e31611e72d056f4e51a9b6a41ef3f97 Description: Python and C++ interfaces for manipulating geodetic coordinates. Package: ros-rolling-geographic-info Version: 1.0.7-4resolute.20260811.210341 Architecture: amd64 Maintainer: "Jack O'Quin" Installed-Size: 44 Depends: ros-rolling-geodesy, ros-rolling-geographic-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/geographic_info Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geographic-info/ros-rolling-geographic-info_1.0.7-4resolute.20260811.210341_amd64.deb Size: 5802 SHA256: 547de63fb44ba723ea362857af2f438dbab895ee22491d79d275f53f7978bc69 SHA1: 82a3c361bc02ca7993d47f87ef5db40603c76d11 MD5sum: 41ac729988420c67dc25e7737800fa98 Description: Geographic information metapackage. Not needed for wet packages, use only to resolve dry stack dependencies. Package: ros-rolling-geographic-msgs Version: 1.0.7-4resolute.20260811.205211 Architecture: amd64 Maintainer: "Jack O'Quin" Installed-Size: 4798 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/geographic_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geographic-msgs/ros-rolling-geographic-msgs_1.0.7-4resolute.20260811.205211_amd64.deb Size: 353218 SHA256: 1a3e79b014ccbebaf7d688c5b52ec973eca0144a4aa4bf7ddda358abdef66981 SHA1: 60d45ed732e4e2d0f2ca653561a5c7ef88a2912a MD5sum: 101b07b3bb7e4dc9245ba3eac5a3448f Description: ROS messages for Geographic Information Systems. Package: ros-rolling-geographic-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-geographic-msgs Version: 1.0.7-4resolute.20260811.205211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jack O'Quin" Installed-Size: 4445 Depends: ros-rolling-geographic-msgs (= 1.0.7-4resolute.20260811.205211) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geographic-msgs/ros-rolling-geographic-msgs-dbgsym_1.0.7-4resolute.20260811.205211_amd64.deb Size: 3511124 SHA256: 65a086d26d970aacac3b042f2f92524ed0b774a6b05d1a01509e935f207fd8a9 SHA1: cfe126f05eac25f66723c14652037cee7e9fe194 MD5sum: b2e4d40b1b5dd38880072b82a8192a0e Description: debug symbols for ros-rolling-geographic-msgs Build-Ids: 03be9652b289c61618b0cceb9d102ecc5e043739 1e3f6d4ce82c7120bab90f14cdd6218cfaac31af 3631a705998861ef92c932f93ce962f4625655f1 44bd873ef4f6807241234b736f3641235d01153f 588425935b2fc5fb7944011623fcda88572ef540 717df64c1f327a8ff0af2ee5e02f1e7fe282043a 88873d7fd5e689fa718996a2448fe72b43c4dfc2 c8966f1bd94e7be3abb455754a578d63aeeb9cec d88c0023bd013ab7cd9ddac92dc8e1eebb45782e e325ed97642d4e6b43d31b1fd4b0f7e3b6374e23 f5e6e3558fb24481b6bbedd6a405df9aa54b6330 Package: ros-rolling-geometric-shapes Version: 2.3.4-1resolute.20260821.165127 Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 369 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), libqhull-r8.0 (>= 2020.1), libstdc++6 (>= 13.1), libassimp-dev, libboost-dev, libboost-filesystem1.83.0, libeigen3-dev, libqhull-dev, ros-rolling-console-bridge-vendor, ros-rolling-eigen-stl-containers, ros-rolling-eigen3-cmake-module, ros-rolling-geometry-msgs, ros-rolling-random-numbers, ros-rolling-rclcpp, ros-rolling-resource-retriever, ros-rolling-rosidl-default-runtime, ros-rolling-shape-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/geometric_shapes Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometric-shapes/ros-rolling-geometric-shapes_2.3.4-1resolute.20260821.165127_amd64.deb Size: 104384 SHA256: fc9491c484a514c710f813a37a7503881a8df51bbd9596763d87a139bef8fd05 SHA1: c35139ede00df6482155833d32304365fd509a7f MD5sum: f9f30250fe899a858aa6c0c3f5844800 Description: This package contains generic definitions of geometric shapes and bodies. Package: ros-rolling-geometric-shapes-dbgsym Package-Type: ddeb Source: ros-rolling-geometric-shapes Version: 2.3.4-1resolute.20260821.165127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 6423 Depends: ros-rolling-geometric-shapes (= 2.3.4-1resolute.20260821.165127) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometric-shapes/ros-rolling-geometric-shapes-dbgsym_2.3.4-1resolute.20260821.165127_amd64.deb Size: 6432006 SHA256: 895a4fe50bf05ff85e61a10d5413c11c13daba31feba475fee3d3abfcfcea3a4 SHA1: 487b0d0b410b0efff3cef258425180929760cb5b MD5sum: a5da0f96d319c539277338f09d9ba083 Description: debug symbols for ros-rolling-geometric-shapes Build-Ids: 522cd41c94f6f3ff3e377d2fbc915fb92d7e2fe3 Package: ros-rolling-geometry-msgs Version: 5.10.1-1resolute.20260811.202955 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4596 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/geometry_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry-msgs/ros-rolling-geometry-msgs_5.10.1-1resolute.20260811.202955_amd64.deb Size: 289194 SHA256: 4385f15bdbbf443abc3b7f17b35731f5b759296720affd2b49581235e19585e8 SHA1: 0ae3958fb825c50088358272689e9230aa383601 MD5sum: aa3165cf3db98c357ab1d272ed6cf4e3 Description: A package containing some geometry related message definitions. Package: ros-rolling-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-geometry-msgs Version: 5.10.1-1resolute.20260811.202955 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3817 Depends: ros-rolling-geometry-msgs (= 5.10.1-1resolute.20260811.202955) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry-msgs/ros-rolling-geometry-msgs-dbgsym_5.10.1-1resolute.20260811.202955_amd64.deb Size: 2871232 SHA256: 02e1f012d22bd9f37956c2f4d2003151e46eb3a772a5abcd452878c302d00075 SHA1: b6f9b323ffec7878425fb88523cafe23c4ca914d MD5sum: b180202de26c659f8fd55d739bd69433 Description: debug symbols for ros-rolling-geometry-msgs Build-Ids: 0af86b88b283c8cb078fa853192be6a066d7e016 430e8eeb46ad46bf33a1a49d79839a23f7b7d6c6 90d392002d26f8d665f5134e0604f07f45117708 b593eb9f4b9a6995139f58dfdf8bebae2a6f8e16 b68cb1ceea263ea85406aa003c7ea0f31900407d b9941a84e0a08f6573ff10a61071ffa5e38d6988 ba00cc925885fbc4ebb1a4504d0f14cde14c7efb d784422a0a21e5084daec04630e7ee4303d0a4a7 ebd35a3be21acb63980321e0e6be3d82304f5631 f2f1b344f4dbc7db18e109c8b81b54d8fec89b7c f31c79e6cfb9960ba35693cceeb22dae0f0778e5 Package: ros-rolling-geometry-tutorials Version: 0.7.0-2resolute.20260714.183938 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 43 Depends: ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/geometry_tutorials Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry-tutorials/ros-rolling-geometry-tutorials_0.7.0-2resolute.20260714.183938_amd64.deb Size: 5650 SHA256: 25618c2e4ae7530fc7dfc18844c5cab231990e3f7ce315d8cf162cb8ffb6800e SHA1: fcb75087a3d6689969f1b9a4509259c1bd71f59e MD5sum: 0c42c8493e93edccc5ee81b27106bd8d Description: Metapackage of geometry tutorials ROS. Package: ros-rolling-geometry2 Version: 0.46.3-1resolute.20260821.175023 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 45 Depends: ros-rolling-tf2, ros-rolling-tf2-bullet, ros-rolling-tf2-eigen, ros-rolling-tf2-eigen-kdl, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-tf2-msgs, ros-rolling-tf2-py, ros-rolling-tf2-ros, ros-rolling-tf2-sensor-msgs, ros-rolling-tf2-tools, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/geometry2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-geometry2/ros-rolling-geometry2_0.46.3-1resolute.20260821.175023_amd64.deb Size: 6280 SHA256: 140c190e05f33710f19ae77a06760d2c67bde025c9c0940bcec648c90e73445b SHA1: 74846eb2f1368a82270b917600edf2b3d7d7bdcc MD5sum: 6be3ed4614147eadf5bb358417cdf7e8 Description: A metapackage to bring in the default packages second generation Transform Library in ros, tf2. Package: ros-rolling-gmock-vendor Version: 1.17.0-2resolute.20260714.174006 Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 614 Depends: ros-rolling-gtest-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/gmock_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gmock-vendor/ros-rolling-gmock-vendor_1.17.0-2resolute.20260714.174006_amd64.deb Size: 101932 SHA256: 55633b35716cb69e3f67e45963e4f8458c71abe3cf3b09b9f48ded9d24abfb5b SHA1: 09a72bedb5d4335acf4ff72ce68eece6c34ad86e MD5sum: 7b9eb85030aa3c9304ed314a8fb51eb0 Description: The package provides GoogleMock. Package: ros-rolling-google-benchmark-vendor Version: 0.8.0-1resolute.20260714.174800 Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 648 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.4), libstdc++6 (>= 13.1), libbenchmark-dev, ros-rolling-ros-workspace Homepage: https://github.com/google/benchmark Priority: optional Section: misc Filename: pool/main/r/ros-rolling-google-benchmark-vendor/ros-rolling-google-benchmark-vendor_0.8.0-1resolute.20260714.174800_amd64.deb Size: 214458 SHA256: 34db01cb65eaed49e4bc6511f6f9813e0c243adbd317072d34fcb55532992609 SHA1: 0007750c1cd4647660e3f7b39f30d838b3bd49f7 MD5sum: 7194a49868ddeaa2ee69f6f7274a0764 Description: This package provides Google Benchmark. Package: ros-rolling-google-benchmark-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-google-benchmark-vendor Version: 0.8.0-1resolute.20260714.174800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 2334 Depends: ros-rolling-google-benchmark-vendor (= 0.8.0-1resolute.20260714.174800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-google-benchmark-vendor/ros-rolling-google-benchmark-vendor-dbgsym_0.8.0-1resolute.20260714.174800_amd64.deb Size: 2204194 SHA256: c2a3d95caf97fc336e54f73ce39f4d01c2dd4c7de2ba9e26de1251b6a5eab45e SHA1: fd9f07e8232311ca869f1928ad02c55f70b7a069 MD5sum: 352072a86890275d1cb2852c738410a5 Description: debug symbols for ros-rolling-google-benchmark-vendor Build-Ids: 015ecbf97d32b02c7aaa90e5ac09e4a2daf967fa 5240e82fe9f460cfd43a18722d5b4ad686cd83dc Package: ros-rolling-gpio-controllers Version: 6.9.0-1resolute.20260826.125756 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 688 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpio-controllers/ros-rolling-gpio-controllers_6.9.0-1resolute.20260826.125756_amd64.deb Size: 169818 SHA256: 2c9d663c39aa0a66356711244baa7a32ff2ebb7ca34e168ca6b3d7e7dd94c958 SHA1: cd96737fc4d1ca4e8f9184fcabb57968e5cc4fec MD5sum: c0bb62a15b4091544655b1199904f545 Description: Controllers to interact with gpios. Package: ros-rolling-gpio-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-gpio-controllers Version: 6.9.0-1resolute.20260826.125756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3174 Depends: ros-rolling-gpio-controllers (= 6.9.0-1resolute.20260826.125756) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpio-controllers/ros-rolling-gpio-controllers-dbgsym_6.9.0-1resolute.20260826.125756_amd64.deb Size: 2715756 SHA256: 9bbc83472b9d5542e82426e664f12984f9d1d8ae17b47d2d61f57e758f24ba82 SHA1: 034c7a12c50aa4c3d3283f81f0db1796466e1bf1 MD5sum: cb0a2d13bae4bd14208fefdd188d2f37 Description: debug symbols for ros-rolling-gpio-controllers Build-Ids: a66a9051fa6746ce2572ed53041dd464dffea1bc Package: ros-rolling-gps-msgs Version: 3.1.1-1resolute.20260817.170215 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 949 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-msgs/ros-rolling-gps-msgs_3.1.1-1resolute.20260817.170215_amd64.deb Size: 92448 SHA256: 32a63bfd0bbb369f8e33ea41bef7210391fbf7bb59ee52270ce0c90c279c6b06 SHA1: 2d9f0730ff651fdfcdfad4c488493e067ab6d7e5 MD5sum: 68da6352c5aaeb34086b3d157ecd2458 Description: GPS messages for use in GPS drivers Package: ros-rolling-gps-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-gps-msgs Version: 3.1.1-1resolute.20260817.170215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 636 Depends: ros-rolling-gps-msgs (= 3.1.1-1resolute.20260817.170215) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-msgs/ros-rolling-gps-msgs-dbgsym_3.1.1-1resolute.20260817.170215_amd64.deb Size: 456232 SHA256: 810e3607582f1fc321037d6d3192e9c00612582d6b48a4eb11034b7af9b255e6 SHA1: cb2a8b54a65f2abea9628306c70fc703bfaa5067 MD5sum: 03ae7d87a7a1f2379997f841a2b8dc4e Description: debug symbols for ros-rolling-gps-msgs Build-Ids: 0182f88994863a75ba8afe63e38192ac96003131 0f7c2869bda0436cadfb00aa9e526ce617144a45 393bd7e773e81664b226d02afe05e32fa6586cb8 44ad2a3db3856a6ceea48a76a2c5232962e4c177 6ab3c0b7122bf0cf349a7a44e9be231095531b8c 9f202329974d10caaec0beac245692285985aa03 af1133b8aa54698f03a4ef9e29371e467f4d5591 b79905914814663c886645dd9b8faed744f608e8 bce7e292395b9a59f0a9c35754eb64385c5e11df bfd9806b7797db54eeb7fea402d3153e8f251789 eb79eaefffa30e4668339f2971c9b5470f882505 Package: ros-rolling-gps-sensor-broadcaster Version: 6.9.0-1resolute.20260826.125814 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 303 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/gps_sensor_broadcaster/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-sensor-broadcaster/ros-rolling-gps-sensor-broadcaster_6.9.0-1resolute.20260826.125814_amd64.deb Size: 85984 SHA256: 66712a0e2f36c7dce2db11c43b6394e4b3e882bad63b125e710286629f4c1649 SHA1: 398f217147ffc5d3997679819a835c6a991d1fbf MD5sum: 8182f29e4bfcdc1a2286af2635669ce1 Description: Controller to publish readings of GPS sensors. Package: ros-rolling-gps-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-gps-sensor-broadcaster Version: 6.9.0-1resolute.20260826.125814 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1250 Depends: ros-rolling-gps-sensor-broadcaster (= 6.9.0-1resolute.20260826.125814) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-sensor-broadcaster/ros-rolling-gps-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260826.125814_amd64.deb Size: 1138408 SHA256: 814d754ec0c1486fe59142ffc94f6530025292a3a1e5dcb315e9acc2ce15177d SHA1: 509de9e5a785e85692cf40e568a61b781c499d18 MD5sum: 41329061968390df5d822fa2c3d3ecef Description: debug symbols for ros-rolling-gps-sensor-broadcaster Build-Ids: f13faadc522e3e7ec649a8ffe3bed5dae8a87b58 Package: ros-rolling-gps-tools Version: 3.1.1-1resolute.20260821.170225 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1097 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-gps-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/gps_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-tools/ros-rolling-gps-tools_3.1.1-1resolute.20260821.170225_amd64.deb Size: 190566 SHA256: 6da88ae0d03c1b71970efc180e560f2620a705858f4a78e714ce74f3148424b9 SHA1: 988ab36bc75c792b87a926ed959cc798d62e416b MD5sum: ddce5f325f6b32be6928282c05d33df4 Description: GPS routines for use in GPS drivers Package: ros-rolling-gps-tools-dbgsym Package-Type: ddeb Source: ros-rolling-gps-tools Version: 3.1.1-1resolute.20260821.170225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 5167 Depends: ros-rolling-gps-tools (= 3.1.1-1resolute.20260821.170225) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-tools/ros-rolling-gps-tools-dbgsym_3.1.1-1resolute.20260821.170225_amd64.deb Size: 4310228 SHA256: 03f4c708dd2da42f62ec90b07c7a7edfa8b41e2592f9e8ad4d31cde2a46a229a SHA1: 850da6eaed797d484175bfb45c62031168f03bdf MD5sum: 3b75c750a199023b71d16fa627d25949 Description: debug symbols for ros-rolling-gps-tools Build-Ids: 3503a72b72bdae4a705354ccf11ec7a5109d619b dc773ef5a9262a6e937313feb07e2d195285d74e Package: ros-rolling-gps-umd Version: 3.1.1-1resolute.20260821.180851 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 44 Depends: ros-rolling-gps-msgs, ros-rolling-gps-tools, ros-rolling-gpsd-client, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/gps_umd Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gps-umd/ros-rolling-gps-umd_3.1.1-1resolute.20260821.180851_amd64.deb Size: 5650 SHA256: c2a6ef9d59531220cf8ee5c8e33af41e2efc709dcafe53621760734fb757c70f SHA1: a2f3e95716c9eea2267cb40a42e0baaef7c95356 MD5sum: 6141c57fe212528840d66ce33e085d16 Description: gps_umd metapackage Package: ros-rolling-gpsd-client Version: 3.1.1-1resolute.20260821.171556 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 293 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgps32 (>= 3.3), libstdc++6 (>= 13.1), libgps-dev, pkg-config, ros-rolling-gps-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/gpsd_client Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpsd-client/ros-rolling-gpsd-client_3.1.1-1resolute.20260821.171556_amd64.deb Size: 81072 SHA256: c09dac5dd01ea301856b37ae83dc77a11039f023c985d337b97624ca6cd8acfc SHA1: 11fe2a7e9b5389219f700dcc2376e2339190ba70 MD5sum: 0e6009739f4b73dfa14b8f335097a475 Description: connects to a GPSd server and broadcasts GPS fixes using the NavSatFix message Package: ros-rolling-gpsd-client-dbgsym Package-Type: ddeb Source: ros-rolling-gpsd-client Version: 3.1.1-1resolute.20260821.171556 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1391 Depends: ros-rolling-gpsd-client (= 3.1.1-1resolute.20260821.171556) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gpsd-client/ros-rolling-gpsd-client-dbgsym_3.1.1-1resolute.20260821.171556_amd64.deb Size: 1255598 SHA256: 1211388f716571e98479be21ad6501c6ff6ddf287bd36c36e71375616d55e1fd SHA1: 5b085f3327a23a231eecd028f208c5952a7611ec MD5sum: 9f103a69cccb373a1ea2edef7a9fb089 Description: debug symbols for ros-rolling-gpsd-client Build-Ids: 8ae98b364b8dd1c608744d8670c100c770968441 Package: ros-rolling-graph-msgs Version: 0.2.1-1resolute.20260811.204245 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 653 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/davetcoleman/graph_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-graph-msgs/ros-rolling-graph-msgs_0.2.1-1resolute.20260811.204245_amd64.deb Size: 71714 SHA256: 54518e2f665966636809e38e46257b62b27e01e165cb57cd489e03eeb81adcac SHA1: 3ef0ecf9f767aa24f8852e4451c13387a3e73ac6 MD5sum: e067461eb3b32ff6087edeb93cd8b252 Description: ROS messages for publishing graphs of different data types Package: ros-rolling-graph-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-graph-msgs Version: 0.2.1-1resolute.20260811.204245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 585 Depends: ros-rolling-graph-msgs (= 0.2.1-1resolute.20260811.204245) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-graph-msgs/ros-rolling-graph-msgs-dbgsym_0.2.1-1resolute.20260811.204245_amd64.deb Size: 410246 SHA256: 82cfbf59cf33297375afa92777334d9608a9cac166139bfd12585f32b0421c4f SHA1: 7b4f73eaabf536e60d2dfa760f45570271df7a9c MD5sum: 5e6d41918ff99289a9dfa9cc10c33244 Description: debug symbols for ros-rolling-graph-msgs Build-Ids: 07e9ea3e65a3ad42d28d13225f5cbe3ebc32e58b 25aad77bf171589de9c4d45af57a925319f5478f 27dd8c3b02b2ee4fdc07b8e97378bd674eed57ac 6ed57f239a5a967ea526662687fdbc44cd84c8ba 772dbfa73806320257035305a956bba9c1d841bb 8d1eaa6dbca011e18d6c3f0a0d30d0157cb3d9bd 9200deee052dce7270ea3cb9f04f7155e3855e12 99914fe8488eb314ef898ed3e5b57ff07ded3f07 c6c5f753c4163b8019fb7e7d8c3634da3da1ab4b f54ace00e49b685016b9e1a6fed6a464f8fa9981 f61a985080aa02d596ddcb3db50ae24515651c43 Package: ros-rolling-grasping-msgs Version: 0.5.0-2resolute.20260814.181433 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 4188 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-moveit-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/grasping_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grasping-msgs/ros-rolling-grasping-msgs_0.5.0-2resolute.20260814.181433_amd64.deb Size: 307700 SHA256: 336d5e71e16d5c437107a157a1ac9239de093693f1f38b751f01ed0e21b31ae4 SHA1: e9e4156c4ba76f559ece0a93ed26f5e534f3b34a MD5sum: 8f6e3eb86fc4b8c1d9be767155a322c8 Description: Messages for describing objects and how to grasp them. Package: ros-rolling-grasping-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-grasping-msgs Version: 0.5.0-2resolute.20260814.181433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 3639 Depends: ros-rolling-grasping-msgs (= 0.5.0-2resolute.20260814.181433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grasping-msgs/ros-rolling-grasping-msgs-dbgsym_0.5.0-2resolute.20260814.181433_amd64.deb Size: 2801708 SHA256: 0c754a62a8c184f60d2bcfd9aaafcb11150446840541384fdfd9afd2e484b190 SHA1: db8458dce273b7cfd302f11c554b7146937fd3bf MD5sum: 3e87cb4c50ac13457126ea3c4d3876eb Description: debug symbols for ros-rolling-grasping-msgs Build-Ids: 20badd9dd3d83d80c009f9d5d0d61bff130a57d9 4a22d918d1a09eeeafdfa9515b3c46e2cd33873b 4c4ce2b49819fdc1206053932731e0ec8c557f93 80d26f4747bb03f13d5418869c6b4fd4e85e3bdc b47b8065e777ec4a03fe4dffdfd51c0feec93899 bd5d9fe5c289f7133e6e7b7377f01a2f05845bc2 df507a8beada3806fa795cb4bfffbed1609bf35f eacecfac751b10878afa255aab06b0056e62d6fa f042b0f91cba8f07edc4b00fd2c556f7369c25cc f0d39f83899d9ad1a5094c52572d65a10aaf1f54 f3ea49b9907e3609bf031c4a97a1f778fe7f22e9 Package: ros-rolling-grbl-msgs Version: 0.0.2-9resolute.20260811.202645 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 3466 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/grbl_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grbl-msgs/ros-rolling-grbl-msgs_0.0.2-9resolute.20260811.202645_amd64.deb Size: 234220 SHA256: 2612ef7966f5fed9b8aa707423c97ee4c45502351a74a79c4849d2de378c55a3 SHA1: d325d51e002e1315424476621b51affaccc6cf20 MD5sum: cf5302fd9686e892e9bacca36f6abe99 Description: ROS2 Messages package for GRBL devices Package: ros-rolling-grbl-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-grbl-msgs Version: 0.0.2-9resolute.20260811.202645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 2175 Depends: ros-rolling-grbl-msgs (= 0.0.2-9resolute.20260811.202645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grbl-msgs/ros-rolling-grbl-msgs-dbgsym_0.0.2-9resolute.20260811.202645_amd64.deb Size: 1413484 SHA256: 16bbd869320d4f5a346bdf16c583a63b63331e4ed6472c9ab35b05637b19d25b SHA1: b7371c05bfbb410ea2103a557c2265359937b0df MD5sum: 9ab161d3011aec1e0c7848b4fa2efb6c Description: debug symbols for ros-rolling-grbl-msgs Build-Ids: 14bfed2a2b64247dbbfcefa6ae6d20387c69f460 15c875bacab1bb5667437b86cf3b6a6d3819ca62 2031355385772e0a0c3ad6b2d313a0b4a33c7803 3f19ace9837400b1373b1b42faf3e6149679055d 58f814d63084144c28822123b123a5b52a1d6119 7b68510744e5e7036854137a01e8c066ce177300 7be046e1e45a02b61c17c6aec34c643c08e006fe aeef2d204a2cafe2a8514d488a3ea2e97055d19f ce125ed1713727de90c2350f9c1a9313e418eb49 f941eef3a428bab805dd999e02b9abb5b50c3f33 fe24785e09a3afd855799e22964c3ea0dc7dd7a0 Package: ros-rolling-grbl-ros Version: 0.0.16-7resolute.20260821.163701 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 126 Depends: ros-rolling-grbl-msgs, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/grbl_ros/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-grbl-ros/ros-rolling-grbl-ros_0.0.16-7resolute.20260821.163701_amd64.deb Size: 26108 SHA256: a5b85ece80840a919b55d8efcd28165b1cf6acd3a867e059dd96512c762d2093 SHA1: 62af3fc999a08fc89077a0fde2502df75c9017b4 MD5sum: c6b6e854a4115106b42d58f76fd1053b Description: ROS2 package to interface with a GRBL serial device Package: ros-rolling-greenwave-monitor Version: 1.0.0-3resolute.20260821.165639 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1998 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-diagnostic-msgs, ros-rolling-greenwave-monitor-interfaces, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/greenwave_monitor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor/ros-rolling-greenwave-monitor_1.0.0-3resolute.20260821.165639_amd64.deb Size: 368480 SHA256: 176e86297a18efee2b81ff917cc168412931034a24b98e46492d1fe83a31c6d1 SHA1: dc7072a8be723ad3a0f8028cb716baa1fad929ad MD5sum: d71ed1d7e9d259d0b7e86fab4c27a08a Description: A ROS 2 diagnostic tool for monitoring topic frame rates and latency metrics. Package: ros-rolling-greenwave-monitor-dbgsym Package-Type: ddeb Source: ros-rolling-greenwave-monitor Version: 1.0.0-3resolute.20260821.165639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 9947 Depends: ros-rolling-greenwave-monitor (= 1.0.0-3resolute.20260821.165639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor/ros-rolling-greenwave-monitor-dbgsym_1.0.0-3resolute.20260821.165639_amd64.deb Size: 8342500 SHA256: be02481a62debd92cd7ef8ae75cc7a3931baa9d31c3f88f4545b76aab31bf29d SHA1: 1a835945dbe0c6143ef7ef7af6a6aa3048365427 MD5sum: ff14117bf7ad4062968b85f24d87a95d Description: debug symbols for ros-rolling-greenwave-monitor Build-Ids: 0454090749650329f1d701b9385fdde82813d716 184be4d5324163584f7311fc81a9a17dc4508b5a 318df9c69fa16845f20977f61e2949351cee43ef Package: ros-rolling-greenwave-monitor-interfaces Version: 1.0.0-3resolute.20260811.203042 Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1276 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/greenwave_monitor_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor-interfaces/ros-rolling-greenwave-monitor-interfaces_1.0.0-3resolute.20260811.203042_amd64.deb Size: 109794 SHA256: 52c72d27fd414c7d3b83f10e6cf86b439d0313a8a31b76db2c189497c8c87c74 SHA1: ba8828b33c968aa944a19580e8a3976a60e0cf91 MD5sum: 9090f17c82d1d0ce7747159c7b594479 Description: Interfaces for the greenwave_monitor package Package: ros-rolling-greenwave-monitor-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-greenwave-monitor-interfaces Version: 1.0.0-3resolute.20260811.203042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sean Gillen Installed-Size: 1004 Depends: ros-rolling-greenwave-monitor-interfaces (= 1.0.0-3resolute.20260811.203042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-greenwave-monitor-interfaces/ros-rolling-greenwave-monitor-interfaces-dbgsym_1.0.0-3resolute.20260811.203042_amd64.deb Size: 689828 SHA256: ecf81c90281c3c442c2b7b993d9413231c0855411f69536b812fc4ec75cba6c7 SHA1: c80fa08617bde63a84ea2e37d1e2b18f5b91ec0f MD5sum: c7cf527ffdeb452999ae2835674a8ebb Description: debug symbols for ros-rolling-greenwave-monitor-interfaces Build-Ids: 158426977aee809babe0b69d629966e852473141 1d8f9cba418b428afd1b3681c5e722539380329e 2ac9c3240101b7b18b6b95924e94babbef73d0fe 4416437ca62e24b9f41fa7e7456f50ffcf579cae 4fb019919970619d481e53de902ce7f73ddca669 8db2507f01c6f33a91dffb1c5154c99ec6ac7d78 9d7f9457dba6c75b7e8891aec008f08cd4fa31a4 a834b4174d39c0cc821ecfb2ed1bd0bbed48c8aa c745f607877937806d52ea1898d1db94925e0203 c89747bd506b04c38cc09f65ff46cf57f772779b e78e3512028bddf595f757aadf38c92d85cd983c Package: ros-rolling-gstreamer-ros-babel-fish Version: 1.26.40-2resolute.20260821.165157 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2371 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglib2.0-0t64 (>= 2.80.0), libgstreamer-plugins-base1.0-0 (>= 1.0.0), libgstreamer1.0-0 (>= 1.14.0), libstdc++6 (>= 14), gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-tools, libgstreamer-plugins-good1.0-0, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/gstreamer_ros_babel_fish/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gstreamer-ros-babel-fish/ros-rolling-gstreamer-ros-babel-fish_1.26.40-2resolute.20260821.165157_amd64.deb Size: 428548 SHA256: 08dd78f1c04be1012f476cd2d939bad28b1342615f5bd3a136c9bc345da0fbd8 SHA1: 594e2d18ce059db48a4424c85070ce2298e33236 MD5sum: 1df92ab92ba0db3edf0999411154ccb4 Description: GStreamer elements for bidirectional ROS 2 image streaming Package: ros-rolling-gstreamer-ros-babel-fish-dbgsym Package-Type: ddeb Source: ros-rolling-gstreamer-ros-babel-fish Version: 1.26.40-2resolute.20260821.165157 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 11962 Depends: ros-rolling-gstreamer-ros-babel-fish (= 1.26.40-2resolute.20260821.165157) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gstreamer-ros-babel-fish/ros-rolling-gstreamer-ros-babel-fish-dbgsym_1.26.40-2resolute.20260821.165157_amd64.deb Size: 10231548 SHA256: dc0a827eaa41b87d50c4b2a0059b7eb3c55534ce5d5ee920e797d5070cb42621 SHA1: 77ab7209294d608a9c5ad58a627e4d44f6b236c0 MD5sum: 5280c8f2ffc0e3b5e5ab405aaf2fdbfc Description: debug symbols for ros-rolling-gstreamer-ros-babel-fish Build-Ids: 0a20945af2b91aa057d1f9ac2fa9b902a9232dba 37b879ec0f49e07035ff5d7d7f62ec4b03972f66 b53bbdfe3a9736b0714d3f8d04959275538ff5a2 d363f7b293eb5758243c23fb49e5a161892c275f Package: ros-rolling-gtest-vendor Version: 1.17.0-2resolute.20260714.173810 Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 1008 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/gtest_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gtest-vendor/ros-rolling-gtest-vendor_1.17.0-2resolute.20260714.173810_amd64.deb Size: 183060 SHA256: 72540cd2c4fdf4265b1a7497f7d245ca306c3060c87da44708cea277325a9958 SHA1: a8e9e8bafd1b62e8bccf7f3144c3087c0983f257 MD5sum: 8c6f5374a088e9e5dea4e57dad98f9df Description: The package provides GoogleTest. Package: ros-rolling-gz-cmake-vendor Version: 0.5.2-1resolute.20260826.114120 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 1931 Depends: ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-cmake Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-cmake-vendor/ros-rolling-gz-cmake-vendor_0.5.2-1resolute.20260826.114120_amd64.deb Size: 196250 SHA256: a017b314d1d43f54e964793e94319a0f9826b234dfe7ce554376979d722a5c8e SHA1: 0e03a1d62095397ae3c9ae614ac87a47bd7b6c5e MD5sum: 20ed90b32943a47f5f65955e55b84c98 Description: Vendor package for: gz-cmake 6.0.0 Gazebo CMake : CMake Modules for Gazebo Projects Package: ros-rolling-gz-common-vendor Version: 0.4.3-1resolute.20260826.121343 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 3169 Depends: libassimp6 (>= 6.0.4+ds), libavcodec62 (>= 7:8.0.1), libavdevice62 (>= 7:8.0.1), libavformat62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgdal38 (>= 3.12.0), libspdlog1.15-fmt10, libstdc++6 (>= 14), libswscale9 (>= 7:8.0.1), libtinyxml2-11 (>= 11.0.0), libuuid1 (>= 2.16), ros-rolling-gz-math-vendor, ros-rolling-gz-utils-vendor, libassimp-dev, libavcodec-dev, libavdevice-dev, libavfilter-dev, libavformat-dev, libavutil-dev, libbenchmark-dev, libgdal-dev, libswresample-dev, libswscale-dev, libtinyxml2-dev, ros-rolling-gz-cmake-vendor, ros-rolling-spdlog-vendor, uuid-dev, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-common-vendor/ros-rolling-gz-common-vendor_0.4.3-1resolute.20260826.121343_amd64.deb Size: 927370 SHA256: 06aacca2d060d344ebd6ef2884c307cd1b31607f4f18a00c5fe38429247e5515 SHA1: b79fa224345aac49c0c0fa5b00d0e4c9f57966cd MD5sum: 288b07210bf08a7e0a89ac6393643132 Description: Vendor package for: gz-common 8.0.0 Gazebo Common : AV, Graphics, Events, and much more. Package: ros-rolling-gz-common-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-common-vendor Version: 0.4.3-1resolute.20260826.121343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9532 Depends: ros-rolling-gz-common-vendor (= 0.4.3-1resolute.20260826.121343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-common-vendor/ros-rolling-gz-common-vendor-dbgsym_0.4.3-1resolute.20260826.121343_amd64.deb Size: 8877288 SHA256: 70c549d775bcf051ba7f90d79605427188b4a7f52bfeb8c0eb446bed70141fe6 SHA1: fac2f9c9663a92dee2317b1f653e9a2ca76a13a7 MD5sum: 9d61fc7bf87600dcabdde438ec9533f4 Description: debug symbols for ros-rolling-gz-common-vendor Build-Ids: 0849da2e43c9fb725b4bbbdd03146deb11945679 085fb9cdd688db99f179f9ccb185a7511edbbd1a 506fcaaea554dd19277595cbf67fc8e9f3a901ca 8cb09b488e75cb6dd8c8d0257ecbe8d645b8adc4 8e15d3e3425b0d7e342626631266a33351c998ed d19714663322d16737b61a7826bf16b2e87475b0 e02f4745749ee396124ecad5b826c94867e3c2b5 ef5e4e95be6466098aa6b735ab506765c95b7903 Package: ros-rolling-gz-dartsim-vendor Version: 0.1.3-2resolute.20260714.183924 Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 45475 Depends: libassimp6 (>= 6.0.4+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.43), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), liboctomap1.10 (>= 1.10.0+dfsg), libode8t64 (>= 2:0.16.6), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), liburdfdom-model5 (>= 5.1.0), libassimp-dev, libboost-dev, libboost-regex-dev, libboost-system-dev, libbullet-dev, libccd-dev, libeigen3-dev, libfcl-dev, libfmt-dev, liblz4-dev, liboctomap-dev, libode-dev, libtinyxml2-dev, liburdfdom-dev, lz4, ros-rolling-ros-workspace Homepage: https://dartsim.github.io/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-dartsim-vendor/ros-rolling-gz-dartsim-vendor_0.1.3-2resolute.20260714.183924_amd64.deb Size: 12419618 SHA256: 804d4ee85f60ca07d5ebc8eed1f70caf3abac5dbaf9f639db34019a175ebfb90 SHA1: 2a6a4df9a6ba35c78d603da741063d3a1e749e80 MD5sum: adb09d1074ce0c4e28736f40dda31abd Description: Vendor package for the DART physics engine v6.16.6 Package: ros-rolling-gz-dartsim-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-dartsim-vendor Version: 0.1.3-2resolute.20260714.183924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Addisu Taddese Installed-Size: 102963 Depends: ros-rolling-gz-dartsim-vendor (= 0.1.3-2resolute.20260714.183924) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-dartsim-vendor/ros-rolling-gz-dartsim-vendor-dbgsym_0.1.3-2resolute.20260714.183924_amd64.deb Size: 101046846 SHA256: 55c489a2586c15da8e07bba909eae0f19b664d7383df4ca903677875ca4d3664 SHA1: 59bec20e185ad376f83a9e30ffd9220a666c4a64 MD5sum: 57048c99705a070ad56d87dbd37d3dd6 Description: debug symbols for ros-rolling-gz-dartsim-vendor Build-Ids: 109645a2b19674ee878d6c8f068edbfccf4487db 505a1a672bbe91afc0b7b8124bd873ec4561a288 5dae9bd9bad59e96d93f655777c6e0b5427fcdbf 5fc03a91839544c2bdf802c2f683250364f0c6b0 9d268f4a8fca8a217bbf2e27003c763baf7d6a8c d424bd8ad2725dc8cf7307c43b225a813f9fcac3 e2f30af8b555c736a536aacb14e0527dc41770b7 Package: ros-rolling-gz-fuel-tools-vendor Version: 0.4.1-1resolute.20260826.123511 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 833 Depends: libc6 (>= 2.38), libcurl4t64 (>= 7.56.1), libgcc-s1 (>= 3.3.1), libjsoncpp26 (>= 1.9.6), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-0-2, libzip5 (>= 0.11.2), ros-rolling-gz-common-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-msgs-vendor, libcurl4-openssl-dev, libgflags-dev, libjsoncpp-dev, libtinyxml2-dev, libyaml-dev, libzip-dev, ros-rolling-gz-cmake-vendor, ros-rolling-gz-tools-vendor, ros-rolling-gz-utils-vendor, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-fuel-tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-fuel-tools-vendor/ros-rolling-gz-fuel-tools-vendor_0.4.1-1resolute.20260826.123511_amd64.deb Size: 237516 SHA256: f994afa21068d0ee34a446377b05b49a92a8c9b8022553925228a1cca070dfd6 SHA1: b8b18b8235f765f404cea90aea6f03d49b533462 MD5sum: 80fec5be95c54dc1e4e5c52dc4aa0c34 Description: Vendor package for: gz-fuel_tools 12.0.0 Gazebo Fuel Tools: Classes and tools for interacting with Gazebo Fuel Package: ros-rolling-gz-fuel-tools-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-fuel-tools-vendor Version: 0.4.1-1resolute.20260826.123511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 3653 Depends: ros-rolling-gz-fuel-tools-vendor (= 0.4.1-1resolute.20260826.123511) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-fuel-tools-vendor/ros-rolling-gz-fuel-tools-vendor-dbgsym_0.4.1-1resolute.20260826.123511_amd64.deb Size: 3456630 SHA256: 29369bf3067645a76d56ab9cf9be1ddf4964f1e97a003531a2ab8d598f699050 SHA1: 6f4e54265ad5f24b6ed978a5d5837a4e6ce73be9 MD5sum: f77b251473248d674d3056868b989e50 Description: debug symbols for ros-rolling-gz-fuel-tools-vendor Build-Ids: 89dc39273bae57bd7bb1b26bae94ac249f68ef20 Package: ros-rolling-gz-gui-vendor Version: 0.4.1-1resolute.20260826.132111 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 3013 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.7.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-gz-common-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-msgs-vendor, ros-rolling-gz-plugin-vendor, ros-rolling-gz-rendering-vendor, ros-rolling-gz-transport-vendor, libprotobuf-dev, libprotoc-dev, libqt6svg6, libtinyxml2-dev, protobuf-compiler, qml6-module-qt-labs-folderlistmodel, qml6-module-qt-labs-platform, qml6-module-qt-labs-settings, qml6-module-qt5compat-graphicaleffects, qml6-module-qtcharts, qml6-module-qtcore, qml6-module-qtpositioning, qml6-module-qtqml, qml6-module-qtqml-models, qml6-module-qtqml-workerscript, qml6-module-qtquick, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-layouts, qml6-module-qtquick-templates, qml6-module-qtquick-window, qt6-5compat-dev, qt6-base-dev, qt6-base-private-dev, qt6-declarative-dev, qt6-declarative-private-dev, ros-rolling-gz-cmake-vendor, ros-rolling-gz-tools-vendor, ros-rolling-gz-utils-vendor, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-rendering Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-gui-vendor/ros-rolling-gz-gui-vendor_0.4.1-1resolute.20260826.132111_amd64.deb Size: 674006 SHA256: 46a2b0e152c08aff34a00cdfa45de76977d13be5f3bfc79fb32f7e09ba981937 SHA1: 2273d2e11f4503dc6449fe879bb6d436f5e36007 MD5sum: abc09926f872bfde29eed6f9ac8e04a7 Description: Vendor package for: gz-gui 11.0.0 Gazebo GUI : Graphical interfaces for robotics applications Package: ros-rolling-gz-gui-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-gui-vendor Version: 0.4.1-1resolute.20260826.132111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 27601 Depends: ros-rolling-gz-gui-vendor (= 0.4.1-1resolute.20260826.132111) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-gui-vendor/ros-rolling-gz-gui-vendor-dbgsym_0.4.1-1resolute.20260826.132111_amd64.deb Size: 26473438 SHA256: e5b9efa1491c268b33ff990bed00d2e6ab74d09ed1ed321238a077d91ebd33e9 SHA1: f74d6e110ed83a2f6a4391916fb4cf5d565417f3 MD5sum: e4c2fb1f3d0d77c2ef75212693c69028 Description: debug symbols for ros-rolling-gz-gui-vendor Build-Ids: 0847663ebd564efffc526acbe20813fe60df7118 104cecafad1ee24db86d475bcf6df00a9d89f006 10ad6d3af72b34cb39302960eac7d83d21c37cd8 1418fbffaf9204519b0269028ebb62dd58fdbac6 1ec69f0a163113ea93354c51f33cd8675f90d844 3ced6cb169b4b5962f8b6bc6e1a2a2c1ae17a782 4702977f84dfcb0ae230b1aced6bced6b1d8850d 5a9ce4b6e94c22fce0dc2562393b3bae51c23fac 68694ebe7a354da017fa78478884a85a3f619dfd 6d7744ef2b6aeb69000362805020552cbd1ac7e0 6fb3c4e748876da5124469ec7b71f57b0675e34a 7317b9a549c07b1f21016255c068d274f7824c2c 778598a93b1c303d13d1305072a9ad566886f658 83f307a281a0f43a6b69d025acf6c0aef1b178c9 860889befd70cb1590842c5fbe2439f7fae234b4 86aade03209507b4e187adf0e857773fb95d307b 88982ec3e9c8a7179db95618adee4594512399f5 8d5fb475acac37875ff0161963cbaa6f9dc631c5 8dbe6dee0d02d8ea093b9c2ff8519d4aadce21c5 aa64e311f7539dc6035355496f6b438db24c1178 ec56b8fd351824d0479a4d3eccd5c72ac69428ad f6ee65e30d345b78f51ef46b04572d281923fc71 fc7c672028acf83c3f3d7d48c1d34d5e285f3ca3 Package: ros-rolling-gz-math-vendor Version: 0.5.2-1resolute.20260826.115305 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 5292 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-rolling-gz-cmake-vendor, ros-rolling-gz-utils-vendor, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-math Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-math-vendor/ros-rolling-gz-math-vendor_0.5.2-1resolute.20260826.115305_amd64.deb Size: 1226916 SHA256: bd2bb5d9f40c367ddeaae1a4b498d659a480d72d6b2299de35497117991ee86a SHA1: 7f97b0a0c03c394e3cbdf8f01a1bd918078cce0b MD5sum: 9715318cbe7bf627411eb4389f5e2454 Description: Vendor package for: gz-math 10.0.0 Gazebo Math : Math classes and functions for robot applications Package: ros-rolling-gz-math-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-math-vendor Version: 0.5.2-1resolute.20260826.115305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 34994 Depends: ros-rolling-gz-math-vendor (= 0.5.2-1resolute.20260826.115305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-math-vendor/ros-rolling-gz-math-vendor-dbgsym_0.5.2-1resolute.20260826.115305_amd64.deb Size: 32109124 SHA256: 2846732740552e36c4750c87327f17b22e297bd25ed79bbedf954f8a25f796e5 SHA1: 9c40f2199687d88ece1238b98729256274191ac6 MD5sum: 089c19828b19927ad414e36a5e120dee Description: debug symbols for ros-rolling-gz-math-vendor Build-Ids: 6280f0ce61481c6521682b5b77e2a729b50c2fc3 be1f65a9f6a919a8c09c30b3ea86feb4497c84f9 Package: ros-rolling-gz-msgs-vendor Version: 0.4.2-1resolute.20260826.121339 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 9881 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libprotoc32t64 (>= 3.21.12), libstdc++6 (>= 14), ros-rolling-gz-utils-vendor, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, protobuf-compiler, python3-dev, python3-protobuf, ros-rolling-gz-cmake-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-tools-vendor, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-msgs-vendor/ros-rolling-gz-msgs-vendor_0.4.2-1resolute.20260826.121339_amd64.deb Size: 1076452 SHA256: 85eca631d451a211847c309d38f33b51cea15f5442c68f7856a7a378502d0403 SHA1: 27ad4f57ed50bd05db93e4f9d6f0a3155ed03297 MD5sum: 40bab0c2bf4f0fac9b189d90d64a3446 Description: Vendor package for: gz-msgs 13.0.0 Gazebo Messages: Protobuf messages and functions for robot applications Package: ros-rolling-gz-msgs-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-msgs-vendor Version: 0.4.2-1resolute.20260826.121339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 28475 Depends: ros-rolling-gz-msgs-vendor (= 0.4.2-1resolute.20260826.121339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-msgs-vendor/ros-rolling-gz-msgs-vendor-dbgsym_0.4.2-1resolute.20260826.121339_amd64.deb Size: 26501510 SHA256: 1a04648937557c5244d5d832c12573d2ed73523af68c074556971d866b3cfa08 SHA1: 9bbb116d76db88914f220a101657b77e093ec5c8 MD5sum: 501ce5b521c8e0d62d6266e34d39b4d5 Description: debug symbols for ros-rolling-gz-msgs-vendor Build-Ids: 05f74da5e364397fea34ddb9842a6ec98bc67e05 977f6e07c9cc5b6615d8f1af1101d1f98f52419e f9fbab3affbe1fade6311ae8dff1836dd0dd3a0d Package: ros-rolling-gz-ogre-next-vendor Version: 0.2.1-1resolute.20260826.114932 Architecture: amd64 Maintainer: "Michael Carroll" Installed-Size: 18801 Depends: libc6 (>= 2.43), libegl1, libfreeimage3 (>= 3.18.0+ds2), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 14), libvulkan1 (>= 1.2.131.2), libx11-6, libx11-xcb1, libxaw7 (>= 2:1.0.16), libxcb-randr0 (>= 1.1), libxrandr2 (>= 2:1.2.0), libxt6t64, libzzip-0-13t64 (>= 0.13.56), zlib1g (>= 1:1.1.4), glslang-dev, glslc, libatomic1, libboost-date-time-dev, libboost-dev, libboost-thread-dev, libfreeimage-dev, libfreetype-dev, libgl1-mesa-dev, libglu1-mesa-dev, libpoco-dev, libsdl2-dev, libshaderc-dev, libtbb-dev, libtinyxml2-dev, libvulkan-dev, libx11-dev, libx11-xcb-dev, libxaw7-dev, libxcb-randr0-dev, libxrandr-dev, libzzip-dev, rapidjson-dev, ros-rolling-ros-workspace Homepage: https://www.ogre3d.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ogre-next-vendor/ros-rolling-gz-ogre-next-vendor_0.2.1-1resolute.20260826.114932_amd64.deb Size: 3936924 SHA256: e9d6565adf9a109d3ef3c2a97046d12af6af4a654a350dc944f760eb9e9364ae SHA1: deee9fdc04d71febe4e7acba6fd9e9793cc2a000 MD5sum: 44aff2f2ea13397d579b778bbe131a21 Description: Vendor package for Ogre-next v2.3.3 Package: ros-rolling-gz-ogre-next-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-ogre-next-vendor Version: 0.2.1-1resolute.20260826.114932 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Carroll" Installed-Size: 62677 Depends: ros-rolling-gz-ogre-next-vendor (= 0.2.1-1resolute.20260826.114932) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ogre-next-vendor/ros-rolling-gz-ogre-next-vendor-dbgsym_0.2.1-1resolute.20260826.114932_amd64.deb Size: 59477824 SHA256: 65a0dfa4f6aca6f8ca4131fad953520257a6a6ebccfc9b5104da3753bb2b1535 SHA1: 74b6245db7706136a1ab50419e77926a5851b50c MD5sum: 92e0262044815e30d561ed4974ce4ab5 Description: debug symbols for ros-rolling-gz-ogre-next-vendor Build-Ids: 0820ed2164348a8c9a809e6a971157d29f06ec37 0bcb46235180cee8149511db79986e98d58012f2 0e8d902674118ed535e130f3eb5202f46e05c28b 1fdbdaf6152e7f8c7d1b99bba215053817b59f50 2e3571ea17e0a2d05287142e35871432f9fe6e41 474c1795d86a4456cce2f3953e7c773d3a846a11 5cae6b5d0243bcf55ec24b22fb59dd4eae580743 817539f183452d7ef3e0d13f4b438d53245cebc5 9ce8e841167314a16b31c3f4431d50cc03243819 ad5845ddc7a591864e7553729a4c618e1b378a03 b9bda514b96d5c60fca5c3df4decbcc9ceee9bce e6ad6e413a66215551d22947b0c53ce33863b5e2 f30061c1d073949cea97bdcb0d604327bc64fe20 Package: ros-rolling-gz-physics-vendor Version: 0.5.3-1resolute.20260826.123039 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 13529 Depends: libassimp6 (>= 6.0.4+ds), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libode8t64 (>= 2:0.16.6), libstdc++6 (>= 14), ros-rolling-gz-common-vendor, ros-rolling-gz-dartsim-vendor, ros-rolling-gz-math-vendor, ros-rolling-sdformat-vendor, ros-rolling-urdfdom, libbenchmark-dev, libbullet-dev, libeigen3-dev, ros-rolling-gz-cmake-vendor, ros-rolling-gz-plugin-vendor, ros-rolling-gz-utils-vendor, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-physics Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-physics-vendor/ros-rolling-gz-physics-vendor_0.5.3-1resolute.20260826.123039_amd64.deb Size: 2077416 SHA256: 699a81835033b1197021052736a25b6ec077aa314786d9843ae29df11302c488 SHA1: e48f09a5d85a461e9f5cf0164024bb27f9dac9b4 MD5sum: 8564a6618ce36d2d24f55037eba7faa9 Description: Vendor package for: gz-physics 10.0.0 Gazebo Physics : Physics classes and functions for robot applications Package: ros-rolling-gz-physics-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-physics-vendor Version: 0.5.3-1resolute.20260826.123039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 40957 Depends: ros-rolling-gz-physics-vendor (= 0.5.3-1resolute.20260826.123039) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-physics-vendor/ros-rolling-gz-physics-vendor-dbgsym_0.5.3-1resolute.20260826.123039_amd64.deb Size: 33927586 SHA256: f8958cfaadc73ba6ea8818621476b4bf91c762e5f12b095b77b6d6943538e66a SHA1: 80b976ab56e9ca6f1b8f42e6c23318655119929c MD5sum: ff6f8662202094093df98d1c5dc1cfbb Description: debug symbols for ros-rolling-gz-physics-vendor Build-Ids: 0c7836b15ecf7ce491a40545a7d8dc2e405dc713 414348947937f4da06a64b74e68e6ac69295d8c1 5193f60d36f0add971ad1bbaa2fff6dc546697e3 5be12b8e37bc72b3998caf15890bbf5727de1865 7f012feb81cefdeb4ca2e1eed0632e2ee6089ac1 a441f1a71b918d710ab3f265036498d49ee9c922 c4d23e1da6e1406d38ca857a578ddd3e1fea6c56 d9bd32fa26295f8610fbdb9fc4feacc1f6c78f7a Package: ros-rolling-gz-plugin-vendor Version: 0.4.1-1resolute.20260826.115259 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 729 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-gz-cmake-vendor, ros-rolling-gz-tools-vendor, ros-rolling-gz-utils-vendor, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-plugin Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-plugin-vendor/ros-rolling-gz-plugin-vendor_0.4.1-1resolute.20260826.115259_amd64.deb Size: 187864 SHA256: caf5d4d5e4b8bf65a9c1de88915c24436ec1b1e6e9c913da269d7ca3fdff1048 SHA1: 4b62c103ace66f76f1ef0e6207fcce52b3e55c60 MD5sum: be2354e56e6d8294d95faaf52c2cab8c Description: Vendor package for: gz-plugin 5.0.0 Gazebo Plugin : Cross-platform C++ library for dynamically loading plugins. Package: ros-rolling-gz-plugin-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-plugin-vendor Version: 0.4.1-1resolute.20260826.115259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2281 Depends: ros-rolling-gz-plugin-vendor (= 0.4.1-1resolute.20260826.115259) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-plugin-vendor/ros-rolling-gz-plugin-vendor-dbgsym_0.4.1-1resolute.20260826.115259_amd64.deb Size: 2106044 SHA256: a692480aa85177e551faf06edee4e8189c3934c4d0f3841f1907cdcec65a3553 SHA1: 4494c3c34af1fc4fff3ad0f4ce8166f0cec1d764 MD5sum: e60fd899261f04da0290d3bf29eb8a78 Description: debug symbols for ros-rolling-gz-plugin-vendor Build-Ids: d77f9fe1bd75d2a415826997e28e465e8e82c64b dea3fe3c27a0bb1993a4d24421de1a9dce7aa9d3 f109aae9764a7500ba8c5e3dd276d26935db0794 Package: ros-rolling-gz-rendering-vendor Version: 0.5.2-1resolute.20260826.124256 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 22261 Depends: libc6 (>= 2.43), libegl1, libgcc-s1 (>= 3.3.1), libglx0, libogre-1.9.0t64 (>= 1.9.0+dfsg1-9~), libopengl0, libstdc++6 (>= 13.1), ros-rolling-gz-common-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-ogre-next-vendor, ros-rolling-gz-plugin-vendor, freeglut3-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libogre-1.9-dev, libvulkan-dev, libxi-dev, libxmu-dev, ros-rolling-gz-cmake-vendor, ros-rolling-gz-utils-vendor, uuid-dev, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-rendering Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-rendering-vendor/ros-rolling-gz-rendering-vendor_0.5.2-1resolute.20260826.124256_amd64.deb Size: 3986140 SHA256: 4158307a1393ed19070571c035801272bf79606728059050d2b34f0af573077a SHA1: 608d5ea6556b6a646233612071c2ab194367ef02 MD5sum: b627f09982007e383b5cb60076625791 Description: Vendor package for: gz-rendering 11.0.0 Gazebo Rendering: Rendering library for robot applications Package: ros-rolling-gz-rendering-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-rendering-vendor Version: 0.5.2-1resolute.20260826.124256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 30413 Depends: ros-rolling-gz-rendering-vendor (= 0.5.2-1resolute.20260826.124256) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-rendering-vendor/ros-rolling-gz-rendering-vendor-dbgsym_0.5.2-1resolute.20260826.124256_amd64.deb Size: 28287574 SHA256: 0a5758d71a0be8af05c66c69696f109b99d03469b2b1904503cc3bb0056851aa SHA1: bfac32dc50a79f5d400025a5f71a238061a9a9ec MD5sum: 9b25da293824b76c0b320c3e9629a819 Description: debug symbols for ros-rolling-gz-rendering-vendor Build-Ids: 55ac2c92a382a303871fc7009e6b7bb4d999bf91 62fd9bdda4d3c513514a3cee2b96d27221676f46 6ec4c2a899e5adce23ce11b25ef2e4b1b425245b Package: ros-rolling-gz-ros2-control Version: 4.0.0-1resolute.20260826.151710 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 720 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-gz-common-vendor, ros-rolling-gz-msgs-vendor, ros-rolling-gz-sim-vendor, ros-rolling-gz-transport-vendor, ros-rolling-sdformat-vendor, ros-rolling-controller-manager, ros-rolling-gz-plugin-vendor, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros2-control-cmake, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/gz_ros2_control/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control/ros-rolling-gz-ros2-control_4.0.0-1resolute.20260826.151710_amd64.deb Size: 195014 SHA256: 7bcb2501c245dc32b892c5d2b1f5407350a300e96c69fc31a865d5423b4336a9 SHA1: 288fbafbde13c25d35695de5bddd1c8cef695187 MD5sum: 66e7084506201008a75255e322560f73 Description: Gazebo ros2_control package allows to control simulated robots using ros2_control framework. Package: ros-rolling-gz-ros2-control-dbgsym Package-Type: ddeb Source: ros-rolling-gz-ros2-control Version: 4.0.0-1resolute.20260826.151710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 4431 Depends: ros-rolling-gz-ros2-control (= 4.0.0-1resolute.20260826.151710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control/ros-rolling-gz-ros2-control-dbgsym_4.0.0-1resolute.20260826.151710_amd64.deb Size: 4079334 SHA256: 7b8d88d1ea32f69d4c5f7e7b23cb1b75e8b7a6ddd6858e31a21f075fa4858651 SHA1: b6ca05a09d65d97d4ffbd243dbe1546168e91398 MD5sum: 5ea8d2821a5e75d2d95c2bd765d106c8 Description: debug symbols for ros-rolling-gz-ros2-control Build-Ids: 391fe9f669f893bfb0dd6faeeeb036205c694516 ecfbe6d67112194acc34940579cca0b27e1363cd Package: ros-rolling-gz-ros2-control-demos Version: 4.0.0-1resolute.20260827.064909 Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 1119 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-rolling-gz-common-vendor, ros-rolling-gz-msgs-vendor, ros-rolling-gz-sim-vendor, ros-rolling-sdformat-vendor, ros-rolling-ackermann-steering-controller, ros-rolling-ament-index-python, ros-rolling-control-msgs, ros-rolling-control-toolbox, ros-rolling-diff-drive-controller, ros-rolling-force-torque-sensor-broadcaster, ros-rolling-forward-command-controller, ros-rolling-geometry-msgs, ros-rolling-gz-ros2-control, ros-rolling-hardware-interface, ros-rolling-imu-sensor-broadcaster, ros-rolling-joint-state-broadcaster, ros-rolling-joint-trajectory-controller, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-mecanum-drive-controller, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-sim, ros-rolling-ros2-control-cmake, ros-rolling-ros2controlcli, ros-rolling-ros2launch, ros-rolling-std-msgs, ros-rolling-tricycle-steering-controller, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://github.com/ros-controls/gz_ros2_control/blob/master/README.md Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control-demos/ros-rolling-gz-ros2-control-demos_4.0.0-1resolute.20260827.064909_amd64.deb Size: 177090 SHA256: 0f801b000a2cb6fec57df1b45e3bebdf2b8d09d0ffacbc1b6d80f575d231116c SHA1: 2a009fde8a6527e9b4c72b20d252e31619cbecc4 MD5sum: 0edcb2adf3a67377adde529d0312a860 Description: gz_ros2_control_demos Package: ros-rolling-gz-ros2-control-demos-dbgsym Package-Type: ddeb Source: ros-rolling-gz-ros2-control-demos Version: 4.0.0-1resolute.20260827.064909 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 3843 Depends: ros-rolling-gz-ros2-control-demos (= 4.0.0-1resolute.20260827.064909) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-ros2-control-demos/ros-rolling-gz-ros2-control-demos-dbgsym_4.0.0-1resolute.20260827.064909_amd64.deb Size: 3490198 SHA256: d8cf020be57045fb8b4f9ffc9b44159dbc2f0441fd082ac196a8e6525cc32336 SHA1: 14409a1eb16c1d5a7b95e108a43672612614a134 MD5sum: eed0c82c2bbee70f9bc663c71cb2b46f Description: debug symbols for ros-rolling-gz-ros2-control-demos Build-Ids: 2df063049b888d2a5b83a72122c9bb5310f03b7a 467052483cd65fd80cfd6a35aba858cc5fd43df3 a2dff0bf5c853d59d537abf291b34236fbdf8450 ef506d5d36279a58ce50781a60a1ebf0e1c49239 Package: ros-rolling-gz-sensors-vendor Version: 0.4.2-1resolute.20260826.132110 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2438 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), ros-rolling-gz-common-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-msgs-vendor, ros-rolling-gz-rendering-vendor, ros-rolling-gz-transport-vendor, ros-rolling-sdformat-vendor, ros-rolling-gz-cmake-vendor, ros-rolling-gz-tools-vendor, ros-rolling-gz-utils-vendor, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-sensors Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sensors-vendor/ros-rolling-gz-sensors-vendor_0.4.2-1resolute.20260826.132110_amd64.deb Size: 403074 SHA256: 74b021c7437d24f076559f54d7c6c7a26fd6bb3e47de85a9d7e3b8ade8a0376a SHA1: 11a0b284d1c22ea20e4d82c869eaed58dff5f12a MD5sum: d69514c6a1442e36e72d9257e245c91e Description: Vendor package for: gz-sensors 11.0.0 Gazebo Sensors : Sensor models for simulation Package: ros-rolling-gz-sensors-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-sensors-vendor Version: 0.4.2-1resolute.20260826.132110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 12482 Depends: ros-rolling-gz-sensors-vendor (= 0.4.2-1resolute.20260826.132110) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sensors-vendor/ros-rolling-gz-sensors-vendor-dbgsym_0.4.2-1resolute.20260826.132110_amd64.deb Size: 11920462 SHA256: 06d74943b27776c633ddfbb9853dad7e18919b21b17c1011ee5b8437597b9d7b SHA1: bf6ef1c952d14ea055be90e0453c80400d5f2ecd MD5sum: 6f77c4f2f7a1fe98bf968e2f33b66cbc Description: debug symbols for ros-rolling-gz-sensors-vendor Build-Ids: 04cfbc936783ee79567d9ea057f5fe3f1a53c7c0 0905e764438b04399da9757de7736a89400e5a63 10afe1dcd84dde0f6d20d23e2e99c815dab898e8 3b3aba7763101e40737a4cacd51a3f123e3ea52a 4fcb3d412db8b3139c3e8a3ad3346d4a208d0f93 5646ae8e9919e873f0726dbd63e98b72fdc927a6 5669b62a435639848440d0f542cb46ae44c3cd3d 6cc7ccb006154bb8c2ff1c3bb2119a77d8870d46 6cdebf7447ab1a3572289588f5edf90af50714a4 7d84ea7af94c0c42da3bb694c668c0f04838d505 8c67f4e51b5f506d87f9893b3a39c761b2fa1250 b098e9b89449355953f3ef7d49e23e58848e895d b89837befabb3709f706b339789b8f31b936936a bec46f30727e8ca4125cbde2ff44d5535f0ced1d c97513953865f3862c66463847f8f3aedc95bd11 c990543786ad32b9f1e7f0cfe9d849906b98bcf2 d83cabbcd7688e6299fbd703684255d578bd3325 e978f04296d16912ccf691e8ebb32f8baae9fdfe efe92ea91c6bca7792ba4ba0a2d628c89c178454 f614fb1c66d3233b3253252b85bd40197134ce5e f7599e1cbf5f22bf63171e343911c1a2a887ca9f Package: ros-rolling-gz-sim-vendor Version: 0.5.3-1resolute.20260826.135142 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 51971 Depends: libc6 (>= 2.38), libdw1t64 (>= 0.126), libgcc-s1 (>= 4.2), libprotobuf32t64 (>= 3.21.12), libpython3.14 (>= 3.14.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.6.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libwebsockets19t64 (>= 1.7.0), ros-rolling-gz-common-vendor, ros-rolling-gz-fuel-tools-vendor, ros-rolling-gz-gui-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-msgs-vendor, ros-rolling-gz-physics-vendor, ros-rolling-gz-plugin-vendor, ros-rolling-gz-rendering-vendor, ros-rolling-gz-sensors-vendor, ros-rolling-gz-transport-vendor, ros-rolling-gz-utils-vendor, ros-rolling-sdformat-vendor, binutils-dev, freeglut3-dev, libbenchmark-dev, libdw-dev, libdwarf-dev, libfreeimage-dev, libglew-dev, libprotobuf-dev, libprotoc-dev, libtinyxml2-dev, libwebsockets-dev, libxi-dev, libxmu-dev, protobuf-compiler, pybind11-dev, qml6-module-qt-labs-folderlistmodel, qml6-module-qt-labs-settings, qml6-module-qt5compat-graphicaleffects, qml6-module-qtquick, qml6-module-qtquick-controls, qml6-module-qtquick-dialogs, qml6-module-qtquick-layouts, qt6-5compat-dev, qt6-base-dev, qt6-base-private-dev, qt6-declarative-dev, ros-rolling-gz-cmake-vendor, ros-rolling-gz-tools-vendor, uuid-dev, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-sim Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sim-vendor/ros-rolling-gz-sim-vendor_0.5.3-1resolute.20260826.135142_amd64.deb Size: 11456520 SHA256: 29e9020ef471588f574dde3a8f8a70ecf536c8d87ceec8472e7973a76fa0b734 SHA1: 38f3385f3b56713c37e3c59850c10171479a3e74 MD5sum: 65c301d133f8227f81563332010f48be Description: Vendor package for: gz-sim 11.0.0 Gazebo Sim : A Robotic Simulator Package: ros-rolling-gz-sim-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-sim-vendor Version: 0.5.3-1resolute.20260826.135142 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 227406 Depends: ros-rolling-gz-sim-vendor (= 0.5.3-1resolute.20260826.135142) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-sim-vendor/ros-rolling-gz-sim-vendor-dbgsym_0.5.3-1resolute.20260826.135142_amd64.deb Size: 207555954 SHA256: 324d7270f51e17e7afc4c9e8d2e8c7376209c7995d0c36fa2951cc4d840d172c SHA1: 4c5ab49ae3a166d46d1e37ca29368ccab9a97976 MD5sum: 4062ce9f5dea7d2f4532357bec518cb1 Description: debug symbols for ros-rolling-gz-sim-vendor Build-Ids: 0053821048d755d26ef59b9ca696d0e79b2ca35e 03869c9841e78f08641114cce96b97933434aa14 05abb7537c38b539291cc008e72740b0f5e518cb 0684b0cefcfd47903e47904166904c9af952eb64 09776073d0cafaab0e46e2aee06ba09c995ffdeb 0b947336a7b13a649ef3682601acd65735c8fadd 0be047d2244fdad05e57b32df115f117a6a3cc67 0d3e9ee1e955326d4cce7c98264b7e650da772a8 0f906e694a9c43e00438f3d517ae30ce21b5de0f 0f9529505285da00e126343cb98a60fb9c740868 10795880abc61570a30b1dab777ca01e6dec43a1 1b70c1b942a010b30c5d82aa53934dce20e0ad79 1d38e188a033c074f652d5d3c78a290f66282754 1e1222b5dc6119ee3cf2082603880447a740b954 2220d0c25319834991b7ba9d4012fe77fd96f72b 2361c5e226f047d12e7b92ebef505c759b77f79d 24f04bc43edfc6bcc0fa38924fb805eaac52e755 2532b51c2478db14e41d157833b712158a0703fe 2594ef0d627abffb17cbd963b7c5195fc1618e0e 2ccb3f3cb8513be8930ba5b1d35273bb59dfcc3f 2d0c64c1ab30dbed4805f19ca248820a8034cb69 309e8e4204ddc9004366e2673d922d5e3e25e7fc 33e6c1085305f91e895ebaf9bacff803514e8157 351ce45c59237ce6283e079ab4d3d6ddd68474f0 38adf40d0b68d4d7f7e2f635c39b2b3248ac236f 3c28f68353c54c498409cfc9bb7e51748462a725 40c3141998b34ade7d0903b27def929b3271b13c 41298a1379ed0ec4713f12146bdf3dd68a2eaf7d 416dbc44c407ce01362668145b975e72d3897ade 430e85dd50f53527a9754450b965db3a7485a54b 44ffb241ca8afcb8a3ce09abafc270b27f32b311 4604cf79fc675db8fe8964dc21d8b4f8de535961 47d8cdc2b178dfbaf896cc343639129a2d3842e0 47e4537982da5e1fa0ba7d5d2708c7c5fbb6e15b 4a1c80fb91fb5a36e528d78a56dd8872b80ed588 4a7730d9bb9059443a17d9d3e9086ec8938c5578 4f991333794b7cb2ce218b9f1ee976531d3f1fae 54f229df84830eb3092a01137f4b1118e7649009 56cc00f12c8cec49f4533d370efcd56d31ff1201 57a691048875adb921cb1ac7d8b6bfcc17750d88 582772ccf9a383ec2396a00d73b80d6c507dba2d 5a88077a4a3a3b80b456a33990df0617f483ae23 5d168923361a705ec0cac7e4eda9017333a53266 5d1cbf2fea7dc367e3e3ab29f62a827ad1bc8d8f 60f2f1e4c489682751a2190e42b9cc0a9676dba7 629f37592e58bf560d62455e0e290941fbe38166 68ffd23f122345400fcce07dbb7a48e86f8fd607 6b053c76bff6467a9386292c62207617ff96bf25 6b84984960fa6b6655e75a19f2a8ef6bb3d1d9f5 722e5a94e49efa4fe84ab6a95cd0fc387ed4cce9 736df7766fc7922cae8bda55c6de136d3a4db977 77a2d449bda528aaea23f046da7faebbd40e14b6 7992e3230432941e38a851232639b67fcaf425eb 7be00766eb9c8c6a86272768483fc97ebb33023f 80614ba19c25b263dedbe061e05611891371488d 82ddf6c6debc78803d2db37a71474c14bbbf40ba 89a910da3d88cad0de75c03d8e4cd3f9ad240ee8 8d5654027242cd1a0b887d3c3b39e9b848f4990e 8ecdf7d3b2a539c93a6ec315e7fc67e6645c2457 9076a11ca7cad1e898bd2b9235f40a6a8c1f9594 9095b44a70a41e95915abf3eb1d9b78846d9557a 91242bed6423600a07ff052bb139ee3e1b53e3f5 917bf7d606aec74d990ade8ad82ff5782072a11c 94239fedc6adb20cd92b62c0c3da9d4dcabb01a9 95a7a61daa78c56cbbcf89af333386c5b15da322 96f2aa4bc779c81140c682d34fceaba4bf631b51 972f7fe2f2b06c61030c945acaa8a2e44bb4cefc 9747ad42d825a547306d944628c7ab8100a713f0 98ee354b6402db402fafe5697cc982ebd52a3ef1 9d851f379ba93d0dc8caea40342362cb3bd5feaa a2d47bac2e2a187020fd539292246f6e0b9b2ac1 a595ba1ae1d0e8feba2619a6c820d9709aa4f208 a789554972ff064ee4ba56afc0e15a851610b28d aa3380d705f225e09b3fb49cfc6fbb4993257864 aa988ba1582e3377b4003ea7276b9c7489d71101 ab280895d1852129616ea738eb78b39d3707300a acd5ce7ce864c8de0301ce2f9c40cc890f9bbefc ae4d240b66b2136f7bc83a5ac99bf98b07b229af b80632ea87cb42b6f3d7d644f1b174222e402311 b9c2c5b8d936b77f00fd7b36c52be12cf68f8544 ba508b56b42c8b3c626e8f36473a7f0c6a7bb50e bc61b1fb1970e1c2a4100dd132b62cdb72888001 bc8740fdcc1686d207538b38c7c5bd2e0904c6b8 bf5874e3cde286a8db94c607982eba2e0da8f740 bfa6434923d3ae8845ffc2961449c89f72592111 c3281ce8540cc4e54eef9d886e6a9284d4499a9c c508e1f24c4cfe8f87b7c477f345f5fdf51e1200 c571fb76e00baeb13a5765010045b1718eb1cfb9 c623944db69901e921d776e4a5d9ec9964e37003 c6f31b4148b3df4d4f39d84641b604fd8993ed90 c8d94ef00605171d78e20eaf57c39d8f567c1eaa c8d95b44ad6d874ad954b2e667148a1e2f100075 c94df152374bb59735c3aac821ea6e40078f966e cc92da6aa5b767426defb2f44d166409089213e0 cd0d4200c75c5c9baf553f9dac262987d28a36c8 cdbef6c77dd30d0e4a9dee8744db1732bca7b2c5 ce156cdf0085af7a66f52e4afe178fa55e1f06c3 ce49ac62b519f6a2e6210d4d5aeaa7ffd4449852 dd198ffd39756a30d03ed51dbd0dde54c17e8510 e1d4361e693bc2425ad674e40c244c0eee6f751a e44c7f0e597998df0bd32553fec76c19b86edcb0 e536bb25df88f66688b9df689697fa0c6ada5bc4 e6f15da312a4df48c536e163ca19f6a02b62641c e72989938ba177497b861764ab88c5d3f047b8f1 e878b1453a19954845ab5ceff22f7401691c4302 eab1bf13d616fc7283a70ed0c7d0f564dcd58122 ec5399a05fa05dc1e616204b86b29261e842e468 ec8480c09635a734a44a26fb874b569c8544f451 ecd0f2a0a517092221f12b4a7b3c208d1b5bfcec ed9abc1e8b145e9605039fda275febce0d893b63 efa84178bc1c80eaebed4d5f1f79d640c90922e0 f11a1427eeba0e1714acfbf935fa7aa80684b2bd f1da190349f19f0067574c7f4aac3f320b9a101f f2b498d0cbb07d77396fbc7281ab6b566f7ad478 f477e562ec1693f78c20aa4e40fe70117fe95627 f86a37cc814e41af45b1ef02f3d74a398208fd7c f892f08005ab4a8a09d03c41aaabe7fc45306fd7 f8e18aba5d5af6679c71c3ce42666ee76464c50a Package: ros-rolling-gz-tools-vendor Version: 0.3.2-1resolute.20260826.114827 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 149 Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-rolling-gz-cmake-vendor, ruby, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-tools-vendor/ros-rolling-gz-tools-vendor_0.3.2-1resolute.20260826.114827_amd64.deb Size: 32678 SHA256: 92ba4bbfedadabaedaffd0f26ce4cd3fc93ab7c530ebbe4aedcfbf0d8301515e SHA1: 3380b971e1566f6ce6237ab735ccac3274a4fefb MD5sum: 232dbd244830c1dc93db1d1f078eebdb Description: Vendor package for: gz-tools 3.0.0 Gazebo Tools: Entrypoint to Gazebo's command line interface Package: ros-rolling-gz-tools-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-tools-vendor Version: 0.3.2-1resolute.20260826.114827 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 232 Depends: ros-rolling-gz-tools-vendor (= 0.3.2-1resolute.20260826.114827) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-tools-vendor/ros-rolling-gz-tools-vendor-dbgsym_0.3.2-1resolute.20260826.114827_amd64.deb Size: 203666 SHA256: 4473ae97d5298bff60da27e87834f9f809a3c404379de36407d69f750c63f71b SHA1: bf9c6e8ef50b74abab19034ad468fed648852e50 MD5sum: e257356476acebeec12af12b5152aff8 Description: debug symbols for ros-rolling-gz-tools-vendor Build-Ids: 8a07dd3d117afe670815888ed13f6f4ed9452223 Package: ros-rolling-gz-transport-vendor Version: 0.4.2-1resolute.20260826.123450 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 2802 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 14), libuuid1 (>= 2.16), libzmq5 (>= 4.0.1+dfsg), ros-rolling-gz-msgs-vendor, cppzmq-dev, libprotobuf-dev, libprotoc-dev, libsqlite3-dev, libzmq3-dev, pkg-config, protobuf-compiler, pybind11-dev, python3-dev, python3-psutil, python3-pytest, ros-rolling-gz-cmake-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-tools-vendor, ros-rolling-gz-utils-vendor, ros-rolling-zenoh-cpp-vendor, uuid-dev, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-transport Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-transport-vendor/ros-rolling-gz-transport-vendor_0.4.2-1resolute.20260826.123450_amd64.deb Size: 687224 SHA256: f6661ed0b2b3980e1131f74ceef5df2f6fa7b3ec795ee03d4c2d9ce34f97dc38 SHA1: c87ca61ae50147cc141710646168dfaeee874181 MD5sum: 44e33b59ece9d5771bf86637ff8b347f Description: Vendor package for: gz-transport 16.0.0 Gazebo Transport: Provides fast and efficient asynchronous message passing, services, and data logging. Package: ros-rolling-gz-transport-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-transport-vendor Version: 0.4.2-1resolute.20260826.123450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 12795 Depends: ros-rolling-gz-transport-vendor (= 0.4.2-1resolute.20260826.123450) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-transport-vendor/ros-rolling-gz-transport-vendor-dbgsym_0.4.2-1resolute.20260826.123450_amd64.deb Size: 11806366 SHA256: d127106cf839457df53d4602d33e7442957cf7f4323c82c2b8ed814ba45c17c3 SHA1: 982ed7c524dccd98e06ad391ca42337eef0bbb14 MD5sum: e60bff287995805e5f582fedce996676 Description: debug symbols for ros-rolling-gz-transport-vendor Build-Ids: 04d5aa6e79e2352d418e2962eba9d8d1df99cd24 13bc52f9be934b2611662437754c748d43b5978b 33c0ee2efc0a9062f1da29d1ce537f56b464f488 51643f55dd0685448de15255aa6c297b85f5dc6f a586cfdc2a90dd59047e183d3b1dc73d51447001 a8bb9abd413c5b5ba38ef95e4ef68486e3da1a08 be6f05addd05772c0b3e5ceea92b01a9fbee0e0d Package: ros-rolling-gz-utils-vendor Version: 0.5.1-1resolute.20260826.114835 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 675 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libspdlog1.15-fmt10, libstdc++6 (>= 13.1), libcli11-dev, ros-rolling-gz-cmake-vendor, ros-rolling-spdlog-vendor, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/gz-utils Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-utils-vendor/ros-rolling-gz-utils-vendor_0.5.1-1resolute.20260826.114835_amd64.deb Size: 114524 SHA256: debcfbfcddd5e6057a3bd7bfd33158dcb18ffc5e5e68f40106e0f06ede95f3d0 SHA1: 25bcf69a8fb1597dae28034fb81dc9dcc2be794d MD5sum: 25e6f12a68a773b19413e49cf3677f45 Description: Vendor package for: gz-utils 5.0.0 Gazebo Utils : Classes and functions for robot applications Package: ros-rolling-gz-utils-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-gz-utils-vendor Version: 0.5.1-1resolute.20260826.114835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 397 Depends: ros-rolling-gz-utils-vendor (= 0.5.1-1resolute.20260826.114835) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-gz-utils-vendor/ros-rolling-gz-utils-vendor-dbgsym_0.5.1-1resolute.20260826.114835_amd64.deb Size: 352708 SHA256: 13f0d5acb6f9f5b7d23c3685a58da960c2ce2fcbf3280b49a32303b8507575ed SHA1: dba9122106c38f3b61c6d227a72791fad9561a62 MD5sum: 1e2c165331a50503f7d42f07fade0e44 Description: debug symbols for ros-rolling-gz-utils-vendor Build-Ids: 27546dd7e73106c2041cb7e08087c73a3276f96f 52d878c3a2cbf24e04cacad8ba926c74b9f97404 Package: ros-rolling-hardware-interface Version: 6.9.0-1resolute.20260826.123428 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1437 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libfmt-dev, libtinyxml2-dev, ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-joint-limits, ros-rolling-lifecycle-msgs, ros-rolling-pal-statistics, ros-rolling-pluginlib, ros-rolling-rclcpp-lifecycle, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-realtime-tools, ros-rolling-sdformat-urdf, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/hardware_interface/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface/ros-rolling-hardware-interface_6.9.0-1resolute.20260826.123428_amd64.deb Size: 401844 SHA256: ab581352473a66c6b30910a60385643753cb79140d084a9525011b14b2a23183 SHA1: f2a8bc3eb1648f8dee6b14034efef2be7faa6709 MD5sum: ec9c9ad042202b4a255f2f564e39add9 Description: Base classes for hardware abstraction and tooling for them Package: ros-rolling-hardware-interface-dbgsym Package-Type: ddeb Source: ros-rolling-hardware-interface Version: 6.9.0-1resolute.20260826.123428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6302 Depends: ros-rolling-hardware-interface (= 6.9.0-1resolute.20260826.123428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface/ros-rolling-hardware-interface-dbgsym_6.9.0-1resolute.20260826.123428_amd64.deb Size: 5855268 SHA256: 53818726bbef56291475ad0678fc3a1e5cb991af0f55fbeb7ab110b561a0261d SHA1: ccb3c991dcc60a5cd92e17232b46b73fa325551e MD5sum: 23613c7cd4e7f78a84522d72a8c47778 Description: debug symbols for ros-rolling-hardware-interface Build-Ids: 25adbf93f049b00250df1947f8be36f71737764e 6ec6085921f82c55d0a18b4d498c89c935b30040 Package: ros-rolling-hardware-interface-testing Version: 6.9.0-1resolute.20260826.131119 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 238 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-rolling-control-msgs, ros-rolling-hardware-interface, ros-rolling-lifecycle-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp-lifecycle, ros-rolling-ros2-control-test-assets, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/hardware_interface_testing/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface-testing/ros-rolling-hardware-interface-testing_6.9.0-1resolute.20260826.131119_amd64.deb Size: 63386 SHA256: 08c8405f88a3e204d586c82b20ed9d0ddf5193ea11d99b72a257c7b53b00e220 SHA1: a8e18ca206c91ce5cf99a7ab62f3a26e83990c3e MD5sum: 5ef3a08816d64944c10319f04aef9b53 Description: Commonly used test fixtures for the ros2_control framework Package: ros-rolling-hardware-interface-testing-dbgsym Package-Type: ddeb Source: ros-rolling-hardware-interface-testing Version: 6.9.0-1resolute.20260826.131119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1741 Depends: ros-rolling-hardware-interface-testing (= 6.9.0-1resolute.20260826.131119) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hardware-interface-testing/ros-rolling-hardware-interface-testing-dbgsym_6.9.0-1resolute.20260826.131119_amd64.deb Size: 1646328 SHA256: 22401eafd506f73b66a7a11fe3bc0d77f4016217ba24c6868f9d3ae357361d24 SHA1: a52a395fedc9013c3cfbf053789b395759afc92a MD5sum: 3ce2aaebedee904bf586bf5c0799de88 Description: debug symbols for ros-rolling-hardware-interface-testing Build-Ids: 84526a868ae897b912ad62a972ebd093c2d111df Package: ros-rolling-hash-library-vendor Version: 0.1.1-7resolute.20260714.191801 Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 134 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: https://github.com/stbrumme/hash-library Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hash-library-vendor/ros-rolling-hash-library-vendor_0.1.1-7resolute.20260714.191801_amd64.deb Size: 34642 SHA256: af15327b4ecb93adb71ff3611bdbd038dde27da91296369c89b28c34e0a18f05 SHA1: b2720f3fffaea2dd232d5ed148697479b5e1b2ec MD5sum: a5db5ef870846fbdec96931141ee23af Description: ROS2 vendor package for stbrumme/hash-library Package: ros-rolling-hash-library-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-hash-library-vendor Version: 0.1.1-7resolute.20260714.191801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Miyake Installed-Size: 187 Depends: ros-rolling-hash-library-vendor (= 0.1.1-7resolute.20260714.191801) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hash-library-vendor/ros-rolling-hash-library-vendor-dbgsym_0.1.1-7resolute.20260714.191801_amd64.deb Size: 151448 SHA256: 83ca4ee90541d033bf6a64c38a5c86ac31f7bc380cf5be79bd1e0107169d65f9 SHA1: 18647c88de969dd18f770e0a8085e4ace2850238 MD5sum: 45289d56437de07c576bd18d1cbe10f0 Description: debug symbols for ros-rolling-hash-library-vendor Build-Ids: b61a2984b5b5e26238a540bc64c9b5d82b6c7417 Package: ros-rolling-hatchbed-common Version: 0.1.8-1resolute.20260821.172159 Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 5250 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, libfmt-dev, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/hatchbed_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hatchbed-common/ros-rolling-hatchbed-common_0.1.8-1resolute.20260821.172159_amd64.deb Size: 802782 SHA256: 216f1c358fce2c9ffe251e5f3825b9645ccbca23cd9aa8e2fd4a951e7a8a79cc SHA1: 0c6063f638fe9c15675b51542c49c640f55a2d1b MD5sum: 634cbc5752b5eeb862df0ca6d74e1905 Description: Common Hatchbed C++ utility code for ROS, such registering and handling updates to ros parameters. Package: ros-rolling-hatchbed-common-dbgsym Package-Type: ddeb Source: ros-rolling-hatchbed-common Version: 0.1.8-1resolute.20260821.172159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 29847 Depends: ros-rolling-hatchbed-common (= 0.1.8-1resolute.20260821.172159) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hatchbed-common/ros-rolling-hatchbed-common-dbgsym_0.1.8-1resolute.20260821.172159_amd64.deb Size: 24685074 SHA256: 68611e487101abf94b837abbfa798b2bfda1e5dc459528b6afd3660c5ecfb6df SHA1: 1c80f2718f7a61e69375b52a04aa67bebc87e85b MD5sum: d45ae3123d9fc0560c8f0536d3a1c43f Description: debug symbols for ros-rolling-hatchbed-common Build-Ids: 175ad821b84aee6ea655aa4b03aa6f24b446c88e 40d496d1b4b7389602e15f44f48c926d9501bbf0 5228464514c29356865144de0e34ded917870db1 605f67280144e6979224a8584b0a58b4c2111a32 69566b4e250f9fa5ddbfc8e9a718baf02beb9bf8 959c1ea6adcd72336fcd06d9b08036b81a3b7512 9a41147b09b1151a4ed45a6faf85cfbb28faa831 9afe642f66bb82054991e4b0deabda042e306ed2 a4d4c653d328ec078b2363a1b6f844a1da485882 c370992c528a2f535b95be997fbe13192537ae6c d272892d22ea727c22b422f10c3014a809dbc0c0 ed9ca41ce4da5651e06e54b28956da86b28aa284 fcc3617be852b7a6210aa5a2276b22161b0e54d4 Package: ros-rolling-heaphook Version: 0.1.1-3resolute.20260714.191211 Architecture: amd64 Maintainer: sykwer Installed-Size: 119 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-tlsf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/heaphook/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-heaphook/ros-rolling-heaphook_0.1.1-3resolute.20260714.191211_amd64.deb Size: 24684 SHA256: 007df73c59b3f08e4b0f42ffc97633051175fa55bbb31184bb76a5fad8082713 SHA1: 2cc0a214233714bab21aab466c864c3c845eb0a3 MD5sum: 3f6560ff4d5327cfc68c4742ed07ad1c Description: Replace all the dynamic heap allocation functions by LD_PRELOAD Package: ros-rolling-heaphook-dbgsym Package-Type: ddeb Source: ros-rolling-heaphook Version: 0.1.1-3resolute.20260714.191211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: sykwer Installed-Size: 202 Depends: ros-rolling-heaphook (= 0.1.1-3resolute.20260714.191211) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-heaphook/ros-rolling-heaphook-dbgsym_0.1.1-3resolute.20260714.191211_amd64.deb Size: 146286 SHA256: e76f26a36e124e139ddb5a68c96c418a578fd0de2f5396895b17a91093550ca3 SHA1: 0afda6c151625705367815c63966ed46f7e5c616 MD5sum: 412042b4e2f2e63bbe4c8bdc71b2a599 Description: debug symbols for ros-rolling-heaphook Build-Ids: 66738ff02bd8e98e1901ed32edbc10a6991f683f df530c1f02cdfda9af153d40c15e6900040d000c e95b726f6a264487b64da8e7ef629d8088e55fc2 Package: ros-rolling-hebi-cpp-api Version: 3.16.0-2resolute.20260714.183939 Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 22839 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: http://docs.hebi.us/tools.html#cpp-api Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hebi-cpp-api/ros-rolling-hebi-cpp-api_3.16.0-2resolute.20260714.183939_amd64.deb Size: 6750414 SHA256: 442f0193d4b694b8275dc8def123562a8ca7a2453997e8fd5028f771a2897906 SHA1: 6b06394897663d13e9bfca13ee9efa6ffb520da2 MD5sum: 2a91828b2b91a99664355b0a8d0668b8 Description: A ROS 2 package providing access to the HEBI C++ API. Package: ros-rolling-hebi-cpp-api-dbgsym Package-Type: ddeb Source: ros-rolling-hebi-cpp-api Version: 3.16.0-2resolute.20260714.183939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Bollinger Installed-Size: 4086 Depends: ros-rolling-hebi-cpp-api (= 3.16.0-2resolute.20260714.183939) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hebi-cpp-api/ros-rolling-hebi-cpp-api-dbgsym_3.16.0-2resolute.20260714.183939_amd64.deb Size: 3874688 SHA256: ce5f3065487d298096543d2408b1935183d1adffae02bf0ef4ed6509aebc60fc SHA1: c5010622f47d3acc38fcd06b1adca2e13e79f809 MD5sum: 0d15fd89506888617d42a6f9bb4701d5 Description: debug symbols for ros-rolling-hebi-cpp-api Build-Ids: 9a2040e1bf8c3c8741ffd8917f5b7f68008b55fb Package: ros-rolling-hri-actions-msgs Version: 2.5.0-2resolute.20260811.205131 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 8276 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/hri_actions_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-actions-msgs/ros-rolling-hri-actions-msgs_2.5.0-2resolute.20260811.205131_amd64.deb Size: 487862 SHA256: 20824e8abfef7a50177b64ad0c1de8933c85d50dd1194a2fe8352254c11e6716 SHA1: 0aad07108347bfc96c576ee1a847452e00b7250b MD5sum: 74a0b957745c9011dbe79c712992a7e1 Description: Action definitions useful for Human-Robot Interaction Package: ros-rolling-hri-actions-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-hri-actions-msgs Version: 2.5.0-2resolute.20260811.205131 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 4916 Depends: ros-rolling-hri-actions-msgs (= 2.5.0-2resolute.20260811.205131) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-actions-msgs/ros-rolling-hri-actions-msgs-dbgsym_2.5.0-2resolute.20260811.205131_amd64.deb Size: 3200668 SHA256: 25a79ec7ada53d193e3e2abdf10694519a5533187c6f14e0aa1e49c0786969a3 SHA1: 74f7b4334acad1d7e0ca6184aa2abde2632e2050 MD5sum: 1d7a2fd430a93acb158e3c144db50397 Description: debug symbols for ros-rolling-hri-actions-msgs Build-Ids: 0ec79052b0444138521793ffde8e457655fcd0da 2b6fefb89f24d5f2713aeea194c25c0a9a2dcd56 2f956fc469f7b1f99763c525ef14a3293a5733cd 73b7a2a4c0e9f96e797ccbeafce013c0b4a05e49 765642e918587344d10e77b4d59e34647a398d4b 9452f4233ee1b899ff86ca0dcc0e5aa2104e6fbc 9705993b63f40c207a625e5d6af1ea7029247daf 98d2318d4bd50174707cbdd6539b779766ccc36b 9903657e06ca03ea2d6810b083b7ccde0661c1f2 b7a8cdf9a970c1e70dc7fec73e3aba619077de53 dbb5f9aa698e759967121e4d4344b80ad1bea15c Package: ros-rolling-hri-msgs Version: 2.3.2-2resolute.20260811.204731 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2974 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/hri_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-msgs/ros-rolling-hri-msgs_2.3.2-2resolute.20260811.204731_amd64.deb Size: 234268 SHA256: 350378c0547ab82da58344ce2744f2b8e3cdd782cb42dfb9a473af76a4db008d SHA1: 4309bfb646d29a7f2b516bbab3eedabac428cfe9 MD5sum: 59b39f39f9637a63a20897223b7ec0a0 Description: Messages, services and action definitions useful for Human-Robot Interaction Package: ros-rolling-hri-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-hri-msgs Version: 2.3.2-2resolute.20260811.204731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 2343 Depends: ros-rolling-hri-msgs (= 2.3.2-2resolute.20260811.204731) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-hri-msgs/ros-rolling-hri-msgs-dbgsym_2.3.2-2resolute.20260811.204731_amd64.deb Size: 1793058 SHA256: e2ee6bcfd7dff59c96c6fe769023d78782366f40f3e98b360fedbb34c0899a51 SHA1: abd4aa40db8b8de2fcab489cec1c016cf3a14253 MD5sum: b435dc598199799486739688ad08ac5c Description: debug symbols for ros-rolling-hri-msgs Build-Ids: 110dd7644ef1fa4bca585130311a91bfbf9f5af5 29af5b36dc9cde9d3af47962abe8cb534857083e 38776d4ee2d4672c6a5b0e93e1e882964ab1f369 515f20ea068cd9da68fbd386553e541cae18b92a 7d33e96325bbc95bf8a944fac78c2b32b979f9b4 7dd3a29e52a6ffd9d3c91a1716dd873951c1c925 94ed8fa91c95d4bac359822252afdce23ea7ab7a abaae690d80f4dc07e1fe1d9ec59ee3702bca8f3 c62958e7ef2a527bd9eb3bcc67eff1a924453313 d63a42016bba27d807c8259608ad8604e00623d8 f168404b649c08ce09953b23a98c16abb1cbfa2b Package: ros-rolling-human-description Version: 2.0.2-2resolute.20260821.173123 Architecture: amd64 Maintainer: Séverin Lemaignan Installed-Size: 76 Depends: ros-rolling-launch, ros-rolling-launch-pal, ros-rolling-launch-param-builder, ros-rolling-launch-ros, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/human_description/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-human-description/ros-rolling-human-description_2.0.2-2resolute.20260821.173123_amd64.deb Size: 10886 SHA256: 6813421611ed9d2df08831847b80cb593e7915f444c6ccf2051d06522cf29877 SHA1: 28b5473ddcd23054038023246a48ab11a0e34013 MD5sum: 44cdc3367efa6a6ddd2d15f61b0f7155 Description: This package contains a parametric kinematic description of humans. The files in this package are parsed and used by a variety of other components, notably in the context of human-robot interaction. Most users will not interact directly with this package. Package: ros-rolling-ibeo-msgs Version: 4.0.0-4resolute.20260811.202251 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 8114 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/kartech_linear_actuator_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ibeo-msgs/ros-rolling-ibeo-msgs_4.0.0-4resolute.20260811.202251_amd64.deb Size: 496944 SHA256: 6d76f59395719ac8341d043817094f3cfc9f18be8fddddf84381208bc94a548c SHA1: 46e2374297f1d593cf95e6c7dda9122ce9503cdd MD5sum: 76b1763ca4e9c22d48244b213767cc09 Description: The ibeo_msgs package Package: ros-rolling-ibeo-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ibeo-msgs Version: 4.0.0-4resolute.20260811.202251 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 5678 Depends: ros-rolling-ibeo-msgs (= 4.0.0-4resolute.20260811.202251) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ibeo-msgs/ros-rolling-ibeo-msgs-dbgsym_4.0.0-4resolute.20260811.202251_amd64.deb Size: 4511154 SHA256: 21569506616e6249c2da82344f7890c22403487b5b10515c834f0b07452f4da8 SHA1: 1f8162cbf7b23cb88202d5a7a05a3ee9c382af78 MD5sum: 1485c567a98a4dec23c6b617f9040bc1 Description: debug symbols for ros-rolling-ibeo-msgs Build-Ids: 0a2662ad1a3244cfcde8967de77274620e47161f 209ca33d645d148c7bd370f04b0de68a59b0df3f 2272e4d27fb825e31b2f44509e79790881e74aa9 3d919b663aeed7c495450c9991fe4dcc5f55b944 48cd513eb0ca7ef9a170eddac703afe097c0fa35 523561fe1f375583957e153adb34f0ebec9824a7 5b310dc3a0d5255f28d810ee0e3d1eb241d86e63 7667d14d3825df8759b7103de4faa8680cbe5255 86e72f1b6328ab593e517b3f0814393f385d18bf d8c9c2972c153b1ede301f0d8effcb0ede05eaf3 eb9ca420c028282bd719b56b2cde6c054aff0d46 Package: ros-rolling-iceoryx-binding-c Version: 2.0.6-1resolute.20260714.180925 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 360 Depends: libc6 (>= 2.4), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-binding-c/ros-rolling-iceoryx-binding-c_2.0.6-1resolute.20260714.180925_amd64.deb Size: 62148 SHA256: 1856ff6362a5d67e4dfabc9cb482f87640289fa8d1fc43076ae5188cba7a3fbe SHA1: f70d097c833396148f64f3823d10965ff2abfb58 MD5sum: 560abce0a961d2f90036aba94603ef63 Description: Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding Package: ros-rolling-iceoryx-binding-c-dbgsym Package-Type: ddeb Source: ros-rolling-iceoryx-binding-c Version: 2.0.6-1resolute.20260714.180925 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 1118 Depends: ros-rolling-iceoryx-binding-c (= 2.0.6-1resolute.20260714.180925) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-binding-c/ros-rolling-iceoryx-binding-c-dbgsym_2.0.6-1resolute.20260714.180925_amd64.deb Size: 1027304 SHA256: f84b7fa116f8c0e9ac94ad86744264d39fe49c2fe36d2079f72af935ff7f588f SHA1: d8b37a3c10901773d2a9a4a4075e41b5b2633cd7 MD5sum: 2171845a6bdc67d21ee730fc8e0c8cfa Description: debug symbols for ros-rolling-iceoryx-binding-c Build-Ids: 315914ff070d73ebd81f9b41337ab52c99c26b1e Package: ros-rolling-iceoryx-hoofs Version: 2.0.6-1resolute.20260714.174817 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 1279 Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), acl, libacl1-dev, libatomic1, ros-rolling-ros-workspace Conflicts: ros-rolling-iceoryx-utils Replaces: ros-rolling-iceoryx-utils Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-hoofs/ros-rolling-iceoryx-hoofs_2.0.6-1resolute.20260714.174817_amd64.deb Size: 213348 SHA256: eb131de5f51b882aaed414e063fb5a0fdd65d8d4e8f8e3960b85f54064b3f408 SHA1: ce13743d9191e909124b2d2e886ae78e3774c5c2 MD5sum: 3bd194790b98d271a71f8d342ba75639 Description: Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks Package: ros-rolling-iceoryx-hoofs-dbgsym Package-Type: ddeb Source: ros-rolling-iceoryx-hoofs Version: 2.0.6-1resolute.20260714.174817 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 1281 Depends: ros-rolling-iceoryx-hoofs (= 2.0.6-1resolute.20260714.174817) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-hoofs/ros-rolling-iceoryx-hoofs-dbgsym_2.0.6-1resolute.20260714.174817_amd64.deb Size: 1127088 SHA256: fddda5b4ea2551ca8d2a537870498fc904fd178c452808c34072a3a5a24b0b69 SHA1: 013fd54211842291ec80054d1b8dcf025fbc11fc MD5sum: c8fc31cce000a45ede659816e4e72eb1 Description: debug symbols for ros-rolling-iceoryx-hoofs Build-Ids: 3d8e782a41adb90ecbc69edcfe1f8363526b4839 425847c88559d2a0b01c96fca5bd714407599431 Package: ros-rolling-iceoryx-introspection Version: 2.0.6-1resolute.20260714.180903 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 154 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, ros-rolling-iceoryx-hoofs, ros-rolling-iceoryx-posh, ros-rolling-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-introspection/ros-rolling-iceoryx-introspection_2.0.6-1resolute.20260714.180903_amd64.deb Size: 36088 SHA256: 2c63c2f9a75ddfae7661eb8f74f791bbc3bcf673a8e0565c59975b81ea6ac23f SHA1: 1a250ac2a79c7a9c4dec42e9591def164edac64a MD5sum: 29faaed79bd2971d4da3e07cb45cdc7b Description: Eclipse iceoryx inter-process-communication (IPC) middleware introspection client Package: ros-rolling-iceoryx-introspection-dbgsym Package-Type: ddeb Source: ros-rolling-iceoryx-introspection Version: 2.0.6-1resolute.20260714.180903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 500 Depends: ros-rolling-iceoryx-introspection (= 2.0.6-1resolute.20260714.180903) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-introspection/ros-rolling-iceoryx-introspection-dbgsym_2.0.6-1resolute.20260714.180903_amd64.deb Size: 428164 SHA256: 6f8076cb7bef982a0b4f756ab4c0d9634cf313ae147ad034123e5555bb19cd26 SHA1: 4e3aae18af3e5faba9076e39effd2c5a1b3282b0 MD5sum: da000c8a600ddfd940c9aae5358c9ee8 Description: debug symbols for ros-rolling-iceoryx-introspection Build-Ids: 5a3b163a7e7a3721916a4f05567d9345648c379b ee736bfa071e8d609f24f993e42b576c58ba3e63 Package: ros-rolling-iceoryx-posh Version: 2.0.6-1resolute.20260714.175137 Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 2004 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-iceoryx-hoofs, ros-rolling-ros-workspace Homepage: https://iceoryx.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-posh/ros-rolling-iceoryx-posh_2.0.6-1resolute.20260714.175137_amd64.deb Size: 405618 SHA256: c3ca37850c49bdd0837c20ceb13db2c54c0e4d588a0df94be52425afabd9733f SHA1: 641cffc02f4e4833fdb25ac5cef124e8190abc97 MD5sum: 70eb5db51bbb0b65512c3ccbf9e28568 Description: Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi) Package: ros-rolling-iceoryx-posh-dbgsym Package-Type: ddeb Source: ros-rolling-iceoryx-posh Version: 2.0.6-1resolute.20260714.175137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Eclipse Foundation Inc Installed-Size: 6454 Depends: ros-rolling-iceoryx-posh (= 2.0.6-1resolute.20260714.175137) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-iceoryx-posh/ros-rolling-iceoryx-posh-dbgsym_2.0.6-1resolute.20260714.175137_amd64.deb Size: 6007882 SHA256: 50dca5a9813fe9dae5d53e75b94aaf88c9aff41301f4ebd204d78d1ae158ff78 SHA1: aa57b519e5ee5e3a30e4285ab0ba4054a956a0b3 MD5sum: 17b62df01528c4aa1446554a4737da2b Description: debug symbols for ros-rolling-iceoryx-posh Build-Ids: accfde2a47bba38cd6512031433e534d6a9c2314 ae8f611f69141966d7ab87f419da0cf9a2e8ab57 c84f9be1962d8d9445f4db7018000ba5b1d9c613 d0b15b1b871ece005c88fe0d695c427db2d0c1d4 f033ea5613cefb0b9b5f7d7a61804b1bbb48a4f3 Package: ros-rolling-image-common Version: 7.0.3-1resolute.20260821.171342 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 45 Depends: ros-rolling-camera-calibration-parsers, ros-rolling-camera-info-manager, ros-rolling-image-transport, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-common/ros-rolling-image-common_7.0.3-1resolute.20260821.171342_amd64.deb Size: 6364 SHA256: bd0d6866711818f507f3ff91ba68094037aa80457ea569d9513622eba5d0dbdb SHA1: 0fb241fef05d9661128f026e9b33f3204b81e006 MD5sum: 698dc3eebd1f8108bff1f3fdbf01e04b Description: Common code for working with images in ROS. Package: ros-rolling-image-geometry Version: 4.1.0-2resolute.20260821.160242 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 176 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, python3-deprecated, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_geometry Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-geometry/ros-rolling-image-geometry_4.1.0-2resolute.20260821.160242_amd64.deb Size: 33064 SHA256: 913939abecfe188937595d29d51e962afa3af731b184eb868570b04c5f2cfeed SHA1: 9fc60373acfa5efee3c6a56f69d71ca61aaab803 MD5sum: 94119db96c477d6d24327f1881aabdc5 Description: `image_geometry` contains C++ and Python libraries for interpreting images geometrically. It interfaces the calibration parameters in sensor_msgs/CameraInfo messages with OpenCV functions such as image rectification, much as cv_bridge interfaces ROS sensor_msgs/Image with OpenCV data types. Package: ros-rolling-image-geometry-dbgsym Package-Type: ddeb Source: ros-rolling-image-geometry Version: 4.1.0-2resolute.20260821.160242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 276 Depends: ros-rolling-image-geometry (= 4.1.0-2resolute.20260821.160242) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-geometry/ros-rolling-image-geometry-dbgsym_4.1.0-2resolute.20260821.160242_amd64.deb Size: 250762 SHA256: c15ad309924bf7318e67f0cc36408c902ee8d2d3cdc421a3b9b80601837de7a9 SHA1: 9e1233d5b11288079269fb19abe4ffc3c164d273 MD5sum: a4c36999c0dd08e5e2a85837a824a9ce Description: debug symbols for ros-rolling-image-geometry Build-Ids: 983d6db6cb5b844a7f0eb987c5dec8a117747737 Package: ros-rolling-image-pipeline Version: 8.0.1-1resolute.20260821.181237 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 46 Depends: ros-rolling-camera-calibration, ros-rolling-depth-image-proc, ros-rolling-image-proc, ros-rolling-image-publisher, ros-rolling-image-rotate, ros-rolling-image-view, ros-rolling-stereo-image-proc, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/image_pipeline/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-pipeline/ros-rolling-image-pipeline_8.0.1-1resolute.20260821.181237_amd64.deb Size: 7210 SHA256: 406403ab757912ece967e35d1df123523aeb0a0d3de98fe8e3294a113627ede0 SHA1: 1aff69db8a74cccd87269f801d10d4502daec660 MD5sum: b5c6318fd7a08fe2170ee0a4fdfd9e7c Description: image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing. Package: ros-rolling-image-proc Version: 8.0.1-1resolute.20260821.174032 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1608 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-contrib410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-objdetect410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), libopencv-dev, ros-rolling-camera-calibration-parsers, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-image-geometry, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tracetools-image-pipeline, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-proc/ros-rolling-image-proc_8.0.1-1resolute.20260821.174032_amd64.deb Size: 259316 SHA256: 2c1c69eac8902cbf0f37241a3f4cdcce1824337a1ea8be976c0325bfae8ef634 SHA1: 3ba6b0354e8eb97263e4a5f54241c736b5fccb55 MD5sum: 0316545716e7006b97ee3a41ce86b983 Description: Single image rectification and color processing. Package: ros-rolling-image-proc-dbgsym Package-Type: ddeb Source: ros-rolling-image-proc Version: 8.0.1-1resolute.20260821.174032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 9475 Depends: ros-rolling-image-proc (= 8.0.1-1resolute.20260821.174032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-proc/ros-rolling-image-proc-dbgsym_8.0.1-1resolute.20260821.174032_amd64.deb Size: 7976616 SHA256: e2b2986b3e7ecc65dc5f4dfc224dcab03219267810826bdddc66be12cbfab104 SHA1: 5199fcd2f330cdf275486ce3d163739989387c89 MD5sum: 7bc9cc180b107c58569ee018fc86a831 Description: debug symbols for ros-rolling-image-proc Build-Ids: 0c9675661525a86d4e26c24ee0568abc3b7ca632 0ec8ab0fa54aa1596660320d4b1fd4cf5b3fae00 11c3d25c9d04540b39d317106ba68369e2aeb02f 1458743e8dc22ed66fdf699cbdb85cbc7c6d0dc7 1701bae2830642abfb5e54c5a160d2f6b9c52a41 1f60e33d55504261651140b9274d61915c0d5515 6ddc27152f3fb19c34cb4e318db81209600a1620 74850653797aeaa4a1ef0d9944f6e787c47ddc07 7fe7c16364155879505fe66371897c9f2352455e 8975de729388929d9aa9c06c696e344c73589072 a95d9eef1135a4a9de228c086b2495987f7129e9 abd5a939ccff99d5ab82bf686ed73710741b6031 f4c19d542b5b4caf957dc874b7e822d0b971076e Package: ros-rolling-image-publisher Version: 8.0.1-1resolute.20260821.171153 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 364 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), ros-rolling-camera-info-manager, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/image_publisher/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-publisher/ros-rolling-image-publisher_8.0.1-1resolute.20260821.171153_amd64.deb Size: 133172 SHA256: e25924df176c2b86f34abb6133b38eb57835a44598396ddc156157b8efbbff47 SHA1: 9576e87ded19c26106fe3af3356c6e45566cb1ed MD5sum: 171db1539ff457ceeef7953f336f49ba Description: Contains a node publish an image stream from single image file or avi motion file. Package: ros-rolling-image-publisher-dbgsym Package-Type: ddeb Source: ros-rolling-image-publisher Version: 8.0.1-1resolute.20260821.171153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1490 Depends: ros-rolling-image-publisher (= 8.0.1-1resolute.20260821.171153) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-publisher/ros-rolling-image-publisher-dbgsym_8.0.1-1resolute.20260821.171153_amd64.deb Size: 1391472 SHA256: 9088f2cd733bda327325ffd30052cb5d48ec645512b815812f980e9e6df5ddc1 SHA1: cabde4024ed3612c1c528df5f5abaea33b598266 MD5sum: cfe81725ec933ca486b65fa20a9933e9 Description: debug symbols for ros-rolling-image-publisher Build-Ids: 2b87ab897caacee5c6401bd5b89dec98ef67bf58 b9083aa886abfd77b65be03aab896bdd2681d0dd Package: ros-rolling-image-rotate Version: 8.0.1-1resolute.20260821.174056 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 662 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libopencv-dev, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-image-transport, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/image_rotate/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-rotate/ros-rolling-image-rotate_8.0.1-1resolute.20260821.174056_amd64.deb Size: 152554 SHA256: 585a97f60a983cfe57f2e26fc8f9987d56279cdc118fa7844046ed92b9a1475d SHA1: 032a5ddaa9c92be22a7728391e8ac59a31eeaab4 MD5sum: 097d1cbd9ee8f29c2024e670bbd9c67f Description: Contains a node that rotates an image stream in a way that minimizes the angle between a vector in some arbitrary frame and a vector in the camera frame. The frame of the outgoing image is published by the node. This node is intended to allow camera images to be visualized in an orientation that is more intuitive than the hardware-constrained orientation of the physical camera. This is particularly helpful, for example, to show images from the PR2's forearm cameras with a consistent up direction, despite the fact that the forearms need to rotate in arbitrary ways during manipulation. It is not recommended to use the output from this node for further computation, as it interpolates the source image, introduces black borders, and does not output a camera_info. Package: ros-rolling-image-rotate-dbgsym Package-Type: ddeb Source: ros-rolling-image-rotate Version: 8.0.1-1resolute.20260821.174056 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 3668 Depends: ros-rolling-image-rotate (= 8.0.1-1resolute.20260821.174056) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-rotate/ros-rolling-image-rotate-dbgsym_8.0.1-1resolute.20260821.174056_amd64.deb Size: 3382702 SHA256: cf251fbd5b7cfd137da85dcfde0ccf003a896e2e3323986c4f83896ef19a37f7 SHA1: 0d9f673a9f89d98749abfdd30e5bbb7facdd81ee MD5sum: 64cfb159e3f5ed907c0342a38e794c35 Description: debug symbols for ros-rolling-image-rotate Build-Ids: 47876caa6655ecfd9d26061996a2bb7f742af06d 4e4206e959e4a72f7e42573b3fa9faa542931471 7a4ab25d2d4833536384eaf339887ed416efa7b3 b52cd550487dadf2ae2a1a11ba13636d5775b756 Package: ros-rolling-image-tools Version: 0.38.0-1resolute.20260821.171619 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1081 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/image_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-tools/ros-rolling-image-tools_0.38.0-1resolute.20260821.171619_amd64.deb Size: 198904 SHA256: 80423dcb8e43cd544f523bbe6d57a226533b4650cb95dbb7574be5ab0a00697e SHA1: f4e89dbe698619bddafc960bb7e98d651262e10f MD5sum: d0c2595dc5f5a142f5966b726e8c26c5 Description: Tools to capture and play back images to and from DDS subscriptions and publications. Package: ros-rolling-image-tools-dbgsym Package-Type: ddeb Source: ros-rolling-image-tools Version: 0.38.0-1resolute.20260821.171619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5532 Depends: ros-rolling-image-tools (= 0.38.0-1resolute.20260821.171619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-tools/ros-rolling-image-tools-dbgsym_0.38.0-1resolute.20260821.171619_amd64.deb Size: 4367476 SHA256: e338a4802107c08c4570b851000046daf44b24d2dbb0df5f259dab66d0f027de SHA1: 458d619c0fddb82808407e6fe24f584866f90817 MD5sum: cce3309dcb282ffb359d0d5527e6bb54 Description: debug symbols for ros-rolling-image-tools Build-Ids: 6206495b822fcbf1e19a663fb8fd09b0b4a256b2 b06348d54afa74acfced5c4f54645be36753715b d3b5e3ae28b6cc9f95400b75d014fe3a8932219e Package: ros-rolling-image-transport Version: 7.0.3-1resolute.20260821.165853 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2614 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-rolling-ament-cmake-ros-core, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/image_transport Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport/ros-rolling-image-transport_7.0.3-1resolute.20260821.165853_amd64.deb Size: 382776 SHA256: ed65af36e8074be832783270e7a140c5abb5d8cab02439426a0b50d67dfabc88 SHA1: dc484c78f45537eed8cde51fb02805aaed5d0222 MD5sum: ce7a3e44e69f9cee4ee97ea2c4b20603 Description: image_transport should always be used to subscribe to and publish images. It provides transparent support for transporting images in low-bandwidth compressed formats. Examples (provided by separate plugin packages) include JPEG/PNG compression and Theora streaming video. Package: ros-rolling-image-transport-dbgsym Package-Type: ddeb Source: ros-rolling-image-transport Version: 7.0.3-1resolute.20260821.165853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 9150 Depends: ros-rolling-image-transport (= 7.0.3-1resolute.20260821.165853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport/ros-rolling-image-transport-dbgsym_7.0.3-1resolute.20260821.165853_amd64.deb Size: 7987700 SHA256: bf12c02bad99bffc4fb3bef39469a949e0b6140f399dedccc9d6953a5eb5488f SHA1: 34e187fbb62622608e2709b3a811bc7d8227193d MD5sum: 11baf54ae868f78391ab59cf5113eb34 Description: debug symbols for ros-rolling-image-transport Build-Ids: 4b4c29d1a74610c72845ae3a83bcb5791abde686 c10dc0026aa6294c51a84fbfbb74df7c236a78ba d60cfd829fd629e6ae9a8ea74cb54d9decdc1ff9 f5a2ef9e74139aa0a6ca69454f3bcd5e899e5e56 fb2b378f067bbe0926006db290b0db5d9547fce6 Package: ros-rolling-image-transport-plugins Version: 7.0.1-1resolute.20260821.181808 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 45 Depends: ros-rolling-compressed-depth-image-transport, ros-rolling-compressed-image-transport, ros-rolling-theora-image-transport, ros-rolling-zstd-image-transport, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport-plugins/ros-rolling-image-transport-plugins_7.0.1-1resolute.20260821.181808_amd64.deb Size: 6440 SHA256: ecce2a3ddd952454b366ce14f735467e4c2e9d3c2816e5adec272e3b9a7aaa6e SHA1: f6167235cc75643ca8254c6ef592f5ade7dd5536 MD5sum: 8220f7645a6878ae53a750526f67ba3b Description: A set of plugins for publishing and subscribing to sensor_msgs/Image topics in representations other than raw pixel data. For example, for viewing a stream of images off-robot, a video codec will give much lower bandwidth and latency. For low frame rate tranport of high-definition images, you might prefer sending them as JPEG or PNG-compressed form. Package: ros-rolling-image-transport-py Version: 7.0.3-1resolute.20260821.170708 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 355 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rpyutils, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/image_transport_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport-py/ros-rolling-image-transport-py_7.0.3-1resolute.20260821.170708_amd64.deb Size: 122618 SHA256: 5bd809e8a8042a9616093fb105496b3cade3a04b35b2d26923fa90ead632f08c SHA1: 37a09eb873d08d4809208d32c8f0ab64aec327ca MD5sum: 9520a1e2641a0a8d7aa37a48510fd496 Description: Python API for image_transport Package: ros-rolling-image-transport-py-dbgsym Package-Type: ddeb Source: ros-rolling-image-transport-py Version: 7.0.3-1resolute.20260821.170708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 1828 Depends: ros-rolling-image-transport-py (= 7.0.3-1resolute.20260821.170708) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-transport-py/ros-rolling-image-transport-py-dbgsym_7.0.3-1resolute.20260821.170708_amd64.deb Size: 1706268 SHA256: 00e87893bb01c376441f275538b2607c39f17b0a472d5ec6f92f8b6a7f4786b3 SHA1: 2b8e243d510bbe2f657f1ab357c0cec2ae4e478e MD5sum: e618fc7884a69f7a53226753eff7d216 Description: debug symbols for ros-rolling-image-transport-py Build-Ids: 6046eaaf5e4519edb43c1a41d3665fe3cc8de03b Package: ros-rolling-image-view Version: 8.0.1-1resolute.20260821.171153 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1398 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-camera-calibration-parsers, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-message-filters, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-stereo-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/image_view/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-view/ros-rolling-image-view_8.0.1-1resolute.20260821.171153_amd64.deb Size: 336890 SHA256: 54454e27aa48435576b4aae54b19d641a5cb4806c784dcaa1c37e617a70fcc4c SHA1: f94ed95db18117f0c66c16575b123bea79d85cf9 MD5sum: fd3fb008961a77f5a44c2b3dd1fdba1f Description: A simple viewer for ROS image topics. Includes a specialized viewer for stereo + disparity images. Package: ros-rolling-image-view-dbgsym Package-Type: ddeb Source: ros-rolling-image-view Version: 8.0.1-1resolute.20260821.171153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 9322 Depends: ros-rolling-image-view (= 8.0.1-1resolute.20260821.171153) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-image-view/ros-rolling-image-view-dbgsym_8.0.1-1resolute.20260821.171153_amd64.deb Size: 8444250 SHA256: e21ac7013b5d0d23b1d985fe1a66f1382397a538bdb0948059890e84adbef76b SHA1: caae5754b050a4d2e58005a8568856c92a194be3 MD5sum: 2b8af7c5de8c49ec8359bd85aa42e67f Description: debug symbols for ros-rolling-image-view Build-Ids: 2df5e479977bbb4f52cba7c8985099763e17d55c 37c4d3e5d3049dacb66aa979090d55ed50357646 3e9282abec039f9665a80abf085fbc9d3682c410 54c65bbb1485425be9eadf25e68274b5c48cc5a0 a139bcb8979deb3d7ee3aa8ab6847797279a0ec1 a97cdb1a8c78ffdd4ae736a478a8b6e507425845 f40e18538e81096eccb8f758a37e77dbe9270d86 Package: ros-rolling-imu-complementary-filter Version: 2.2.4-2resolute.20260821.172154 Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 1083 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ros-workspace Homepage: http://www.mdpi.com/1424-8220/15/8/19302 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-complementary-filter/ros-rolling-imu-complementary-filter_2.2.4-2resolute.20260821.172154_amd64.deb Size: 212040 SHA256: 41edd647ec5e2ec148c34c4b8adcf17530d4d9a91a2d34a5b08772889c95c5a0 SHA1: cdaf6b4267149dde761d2156484bb07d6f46b103 MD5sum: 62833f0b5f47ad0f1743f2695a14a36b Description: Filter which fuses angular velocities, accelerations, and (optionally) magnetic readings from a generic IMU device into a quaternion to represent the orientation of the device wrt the global frame. Based on the algorithm by Roberto G. Valenti etal. described in the paper "Keeping a Good Attitude: A Quaternion-Based Orientation Filter for IMUs and MARGs" available at http://www.mdpi.com/1424-8220/15/8/19302 . Package: ros-rolling-imu-complementary-filter-dbgsym Package-Type: ddeb Source: ros-rolling-imu-complementary-filter Version: 2.2.4-2resolute.20260821.172154 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 4917 Depends: ros-rolling-imu-complementary-filter (= 2.2.4-2resolute.20260821.172154) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-complementary-filter/ros-rolling-imu-complementary-filter-dbgsym_2.2.4-2resolute.20260821.172154_amd64.deb Size: 4053396 SHA256: eb59776ea74ccccc18e537fe244fdb850f10731588de6d33a0c2c89d48a24e92 SHA1: 44fcace6b79c80531618aecf05474b2d85bb79fe MD5sum: 7dc3e00d7d9eb2968b926648d98fdfc9 Description: debug symbols for ros-rolling-imu-complementary-filter Build-Ids: 377805c11b47d7894232228baa0d70a4a41c4966 d56ac15a8017f76de7d360f7a7a5aaf6f8f6c2b3 Package: ros-rolling-imu-filter-madgwick Version: 2.2.4-2resolute.20260821.174937 Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 1149 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/imu_filter_madgwick Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-filter-madgwick/ros-rolling-imu-filter-madgwick_2.2.4-2resolute.20260821.174937_amd64.deb Size: 233696 SHA256: b6e56525d54db1f10f32dff301327d3fb82a893922cd816ea386c9de4578ecee SHA1: 7e1ff4bcaf7942f450380a0be05ab5d6da8523a7 MD5sum: 2e3373b8ae6429b18ff2aeb8b29336aa Description: Filter which fuses angular velocities, accelerations, and (optionally) magnetic readings from a generic IMU device into an orientation. Based on code by Sebastian Madgwick, http://www.x-io.co.uk/node/8#open_source_ahrs_and_imu_algorithms. Package: ros-rolling-imu-filter-madgwick-dbgsym Package-Type: ddeb Source: ros-rolling-imu-filter-madgwick Version: 2.2.4-2resolute.20260821.174937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 5329 Depends: ros-rolling-imu-filter-madgwick (= 2.2.4-2resolute.20260821.174937) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-filter-madgwick/ros-rolling-imu-filter-madgwick-dbgsym_2.2.4-2resolute.20260821.174937_amd64.deb Size: 4437706 SHA256: 944aab831dcbfa524ef50a31e2422182eacf4b422839ed873e1ea43985123eac SHA1: afd67dfc80d3e54fae30bddf930ba7098c02c7b4 MD5sum: 79b0df45c4fe761ad0d69c15c059a45b Description: debug symbols for ros-rolling-imu-filter-madgwick Build-Ids: 627d068347a0e8a25c985b49fdf2395fa0191af6 ea676c517ef88bfb2ad30fa17f2013d2efe3c1b7 Package: ros-rolling-imu-processors Version: 0.6.1-2resolute.20260821.172438 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1840 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/imu_processors Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-processors/ros-rolling-imu-processors_0.6.1-2resolute.20260821.172438_amd64.deb Size: 278512 SHA256: 7d4b29d97e2b14c8a562c7f71f4c08f0e874dcd61553e188c0c7e83364548cb8 SHA1: 33953956d586ae2a9966b4b13268128c3adfa722 MD5sum: 83e100acd1cd11785da4c4781aa9e872 Description: Processors for sensor_msgs::Imu data Package: ros-rolling-imu-processors-dbgsym Package-Type: ddeb Source: ros-rolling-imu-processors Version: 0.6.1-2resolute.20260821.172438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 8528 Depends: ros-rolling-imu-processors (= 0.6.1-2resolute.20260821.172438) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-processors/ros-rolling-imu-processors-dbgsym_0.6.1-2resolute.20260821.172438_amd64.deb Size: 6825348 SHA256: dc63998eb11dec5ba84c9978e3c1d7943a78f12ff8f933eeb536c1d45f2bb461 SHA1: 62dbc942545d97efc932d8948aebec5c705a9184 MD5sum: 010251ffb5fa48fe5837afeef9ef76a6 Description: debug symbols for ros-rolling-imu-processors Build-Ids: 11395314c5713ad96013cc7cd9b4ca0abf92b3c9 bdbc700622a7674f5aaa3695f32ca389aa8e9564 d5c5973ef17222a773e46477a541411656bab94d f0ba30e48b1ce4fdfff72dc06896ab79a32d85c8 Package: ros-rolling-imu-sensor-broadcaster Version: 6.9.0-1resolute.20260826.130048 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 354 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-backward-ros, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-sensor-broadcaster/ros-rolling-imu-sensor-broadcaster_6.9.0-1resolute.20260826.130048_amd64.deb Size: 100444 SHA256: b1bfdaf2b9d16a11cef6ead3fe349b091fb452adc77d24ae05e1a568b91b7f7f SHA1: f094dd6991350c2e718f3bfaf273c067c0522929 MD5sum: df2e0ebf28a5508d2103b282d3c1080a Description: Controller to publish readings of IMU sensors. Package: ros-rolling-imu-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-imu-sensor-broadcaster Version: 6.9.0-1resolute.20260826.130048 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1858 Depends: ros-rolling-imu-sensor-broadcaster (= 6.9.0-1resolute.20260826.130048) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-sensor-broadcaster/ros-rolling-imu-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260826.130048_amd64.deb Size: 1746282 SHA256: efc253fa6eb1832cd4ca9dfce3c12f971bc501ddd828b3d786b1f2aacfad72dc SHA1: 63e4a209efeda91f186bdc0eb2c9c033a164f6c1 MD5sum: 71eea314b99ba64f899b9dbea5a0e403 Description: debug symbols for ros-rolling-imu-sensor-broadcaster Build-Ids: 5784389354225a42fd2461fbd9e67928812a04c9 Package: ros-rolling-imu-tools Version: 2.2.4-2resolute.20260821.181314 Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 44 Depends: ros-rolling-imu-complementary-filter, ros-rolling-imu-filter-madgwick, ros-rolling-rviz-imu-plugin, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/imu_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-imu-tools/ros-rolling-imu-tools_2.2.4-2resolute.20260821.181314_amd64.deb Size: 5540 SHA256: ee271a43d96792fa2f6e8d6c9a0d14d97e893b97979d42eb79d79a4b00c93003 SHA1: e686ba70fc58abc23f69d65f452e952687440f38 MD5sum: 66f76273926a1267317149ce01541d2d Description: Various tools for IMU devices Package: ros-rolling-int2dds-ffi-vendor Version: 0.1.1-1resolute.20260828.183811 Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 12775 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-rolling-ros-workspace Homepage: https://github.com/IntellectusCorp/int2DDS Priority: optional Section: misc Filename: pool/main/r/ros-rolling-int2dds-ffi-vendor/ros-rolling-int2dds-ffi-vendor_0.1.1-1resolute.20260828.183811_amd64.deb Size: 3770244 SHA256: 8e40be662c410823655f0dfb9cb2c66ef358c51d41592701ee8eb93889a9ec41 SHA1: bcdf468c1d08e3e7d8b339b20dc57fe07d464843 MD5sum: 2c4db557a218c282d2aadabc07c88dac Description: Vendor package that fetches the prebuilt int2DDS FFI library (shared library + C header) for the host platform and exposes it to the ROS 2 build as an imported CMake target. Used by rmw_int2dds_cpp. Package: ros-rolling-int2dds-ffi-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-int2dds-ffi-vendor Version: 0.1.1-1resolute.20260828.183811 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 2866 Depends: ros-rolling-int2dds-ffi-vendor (= 0.1.1-1resolute.20260828.183811) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-int2dds-ffi-vendor/ros-rolling-int2dds-ffi-vendor-dbgsym_0.1.1-1resolute.20260828.183811_amd64.deb Size: 483018 SHA256: 7ee9639f10c798e574174a9fe66ea6effa56ed5c79ce84dc2c6caa5b98af5bcd SHA1: 6c44a56b040e6861c7904f410d477e9646907c73 MD5sum: 7fc7421c7af798db20bb7a2b320c1e7f Description: debug symbols for ros-rolling-int2dds-ffi-vendor Build-Ids: 7bd9370099344e2ebf2a1639de64dba7149b1bfd Package: ros-rolling-interactive-markers Version: 2.9.1-1resolute.20260821.173946 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 1160 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.3), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-rolling-ament-cmake-ros-core, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/interactive_markers Priority: optional Section: misc Filename: pool/main/r/ros-rolling-interactive-markers/ros-rolling-interactive-markers_2.9.1-1resolute.20260821.173946_amd64.deb Size: 254818 SHA256: 03506e4a22d0827013e822e79962ad3f93c819768a21101aae2252a8096e8dd1 SHA1: acd48cfd144c5836e1c730af2079eb8474bf8f20 MD5sum: 04b41b320770f726bae372dbf265c467 Description: 3D interactive marker communication library for RViz and similar tools. Package: ros-rolling-interactive-markers-dbgsym Package-Type: ddeb Source: ros-rolling-interactive-markers Version: 2.9.1-1resolute.20260821.173946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 5708 Depends: ros-rolling-interactive-markers (= 2.9.1-1resolute.20260821.173946) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-interactive-markers/ros-rolling-interactive-markers-dbgsym_2.9.1-1resolute.20260821.173946_amd64.deb Size: 4865016 SHA256: f6b7b25057cdc97d0fc1160e90f3e2c986473ef2d4c4d30ab158ac6f0e1334f7 SHA1: 15259ba455c36ed06b82567fd472d5f3b25fc422 MD5sum: ca09c1b73f840b122a3cc7b1129df430 Description: debug symbols for ros-rolling-interactive-markers Build-Ids: 8aff07c071f919bdbbaf4753097e2c8e28a7e7d5 Package: ros-rolling-intra-process-demo Version: 0.38.0-1resolute.20260821.165113 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2942 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/intra_process_demo/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-intra-process-demo/ros-rolling-intra-process-demo_0.38.0-1resolute.20260821.165113_amd64.deb Size: 408044 SHA256: 5fcf7965ddc718ccf05e8bf5d1400922992d5516d0430971698ab3bf58770890 SHA1: 26c33eac8279c12a01197ab580366791e4ed690a MD5sum: f46ef732777aecdc09b0b96d12dca09d Description: Demonstrations of intra process communication. Package: ros-rolling-intra-process-demo-dbgsym Package-Type: ddeb Source: ros-rolling-intra-process-demo Version: 0.38.0-1resolute.20260821.165113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 15286 Depends: ros-rolling-intra-process-demo (= 0.38.0-1resolute.20260821.165113) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-intra-process-demo/ros-rolling-intra-process-demo-dbgsym_0.38.0-1resolute.20260821.165113_amd64.deb Size: 12777132 SHA256: fe29c695b2dcbe3f69cf2d95f706abc8731a2f65ce56148c7ec5359e531566c6 SHA1: 5cc09fff0ac101aa64b84ca4c1ada4dacf613735 MD5sum: 74700d95a64103c812753a501edc3f9e Description: debug symbols for ros-rolling-intra-process-demo Build-Ids: 11fd09ea2eb22818cc2de4f7ff451108cfae792c 12b3082a91b1d33979c786ec56288c338c54fc37 2225797d45349fed9479ed12acfe67a522e0b8f2 33efd83fe5a9c378b3da6924f0d42f838891cc1e 70dc94d7c14dab405fbefc447c98ec71e356290c c01108db3014987b1e68ad06e8444fc22b023323 cee26cc8a1bea7309f967b64eca33ec9ae2c1cdc Package: ros-rolling-inverse-dynamics-solver Version: 6.0.1-4resolute.20260821.182342 Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 243 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libeigen3-dev, python3-matplotlib, python3-numpy, python3-tabulate, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-rosbag2-storage-default-plugins, ros-rolling-sensor-msgs, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://github.com/unisa-acg/inverse-dynamics-solver.git Priority: optional Section: misc Filename: pool/main/r/ros-rolling-inverse-dynamics-solver/ros-rolling-inverse-dynamics-solver_6.0.1-4resolute.20260821.182342_amd64.deb Size: 70796 SHA256: 5183fb6ecae5dc969d4821a56da8b88b3020a2f67674449fb0cef016faed2a7c SHA1: 8cd2a32d9469e65fcdb57e1a4ea41be468a46ff3 MD5sum: ea76eb30f9c774dbccce6a9d1981b0bd Description: A library implementing an inverse dynamics solver for serial manipulators. Package: ros-rolling-inverse-dynamics-solver-dbgsym Package-Type: ddeb Source: ros-rolling-inverse-dynamics-solver Version: 6.0.1-4resolute.20260821.182342 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 1349 Depends: ros-rolling-inverse-dynamics-solver (= 6.0.1-4resolute.20260821.182342) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-inverse-dynamics-solver/ros-rolling-inverse-dynamics-solver-dbgsym_6.0.1-4resolute.20260821.182342_amd64.deb Size: 1279294 SHA256: 445602564fcd6a180d61943d41d2389c470a5f32890323d64f6838bc2ac5042a SHA1: 52afaeed8b9ef81af185f6246ed0a8dcc2bd80ae MD5sum: 7235d27b76d133d34a47f801b2ebefb5 Description: debug symbols for ros-rolling-inverse-dynamics-solver Build-Ids: b39be38b26b6ef6236c2b19dc958a153a0ab7335 Package: ros-rolling-irobot-create-msgs Version: 2.1.0-4resolute.20260811.205133 Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 16568 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/irobot_create_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-irobot-create-msgs/ros-rolling-irobot-create-msgs_2.1.0-4resolute.20260811.205133_amd64.deb Size: 907754 SHA256: 3530a1b25b85bb2adab1e1bfbab8f1b6be79ab24f542fc8bb58fd20a192bc38a SHA1: d4bfefaf8afd6d3d48e2485fba03fd74b92b1598 MD5sum: f95ce287ffede20e28376d7b8d1c5aae Description: Package containing action, message, and service definitions used by the iRobot(R) Create(R) platform Package: ros-rolling-irobot-create-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-irobot-create-msgs Version: 2.1.0-4resolute.20260811.205133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Soragna Installed-Size: 10053 Depends: ros-rolling-irobot-create-msgs (= 2.1.0-4resolute.20260811.205133) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-irobot-create-msgs/ros-rolling-irobot-create-msgs-dbgsym_2.1.0-4resolute.20260811.205133_amd64.deb Size: 6608592 SHA256: 1ce63a0de6aa5463aaa4c48f33786c347f9c4e28c85304cb35591071ab605795 SHA1: c78a11b692c7fa9c27e7cb9ca0d01a7aa510bc73 MD5sum: eb31a8b2d395424aa3bf41363f7e5826 Description: debug symbols for ros-rolling-irobot-create-msgs Build-Ids: 027fb1bc930ceef2d20a3c6f75aec7ecea68d159 06b7cf445198b8fa42fa1fa94795f4c6ab61dbcf 3c1774257d196c41af7a3f900f191891b512aec0 497924f96ee5800233b36a458d63e0872d0a3b66 5961ed64bbf334aac71604aeaae5346b23fd808d 841cd6cbf64471bab9a94bd5dd1c04bccf2765d4 880070899e0d6ade926fa8bf50b8968f276aef7d c7e9344d8e2d53c3ff00345a2ccd30d2a4309330 c7fd8b8c9954b44e52754e2bfa14f8032a0a0cfd ed115d5fec11fbb2da05228f8c0a24de86cda1a2 ee4f215da6613cf9e13f863f303b588393418c89 Package: ros-rolling-jacro Version: 0.2.0-3resolute.20260717.153643 Architecture: amd64 Maintainer: Jafar Uruc Installed-Size: 67 Depends: python3-jinja2, python3-rich, ros-rolling-ament-index-python, ros-rolling-ros-workspace Homepage: https://github.com/JafarAbdi/jacro Priority: optional Section: misc Filename: pool/main/r/ros-rolling-jacro/ros-rolling-jacro_0.2.0-3resolute.20260717.153643_amd64.deb Size: 8628 SHA256: ff56fc06122aaa20393db2353fb72065bf192c25dd41d62ec71582a72af554f9 SHA1: d02dad54caff6bbb35c50d966581f372a658e1b8 MD5sum: 5d1c6c1b08f19d2f2aeaf177e2b93b23 Description: TODO: Project Short Description Package: ros-rolling-joint-limits Version: 6.9.0-1resolute.20260821.172419 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 364 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, ros-rolling-backward-ros, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-trajectory-msgs, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://github.com/ros-controls/ros2_control/wiki Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-limits/ros-rolling-joint-limits_6.9.0-1resolute.20260821.172419_amd64.deb Size: 83006 SHA256: f373c39b67227e273ca536cd6cabbca6eb676d564371095131ac7ec0aac21f60 SHA1: 50ea8aa2c9e3bfe564f0543c9d5ba56166443a3f MD5sum: f415f011dbed4346220f3564909c89de Description: Package with interfaces for handling of joint limits in controllers or in hardware. The package also implements Saturation Joint Limiter for position-velocity-acceleration set and other individual interfaces. Package: ros-rolling-joint-limits-dbgsym Package-Type: ddeb Source: ros-rolling-joint-limits Version: 6.9.0-1resolute.20260821.172419 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1147 Depends: ros-rolling-joint-limits (= 6.9.0-1resolute.20260821.172419) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-limits/ros-rolling-joint-limits-dbgsym_6.9.0-1resolute.20260821.172419_amd64.deb Size: 1033244 SHA256: b6e0b3283756d2f6728c54968b56e5611afde721987c7fed62a2b3221445b872 SHA1: 6506f32a92511f723d8355e4b0ccf61686a46f08 MD5sum: 8eb1c58f10b1d5d650989002915f852d Description: debug symbols for ros-rolling-joint-limits Build-Ids: 4d34a6e5eef37e7ff1939a652f5217b436f15d1b 533519661ad13c1624faf796cd7003a196aea111 84a6cfb804b552a7007969c389a7864a70e72a40 Package: ros-rolling-joint-state-broadcaster Version: 6.9.0-1resolute.20260826.131001 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 348 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-builtin-interfaces, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-sensor-msgs, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-broadcaster/ros-rolling-joint-state-broadcaster_6.9.0-1resolute.20260826.131001_amd64.deb Size: 100590 SHA256: 6302965e1c3b6013f83d58c06215d2591ac2b12be46338c4865066bb9c1addf4 SHA1: 6208146cc6dbb6230d5c6b45cbeb20117b59e906 MD5sum: 62541287b41a6fdaf95b645b84bd4e18 Description: Broadcaster to publish joint state Package: ros-rolling-joint-state-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-joint-state-broadcaster Version: 6.9.0-1resolute.20260826.131001 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1482 Depends: ros-rolling-joint-state-broadcaster (= 6.9.0-1resolute.20260826.131001) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-broadcaster/ros-rolling-joint-state-broadcaster-dbgsym_6.9.0-1resolute.20260826.131001_amd64.deb Size: 1356654 SHA256: 419b00571b8d001295b4834c1224f96eb31bac0cbd9d96c1ae040ecfb9155b89 SHA1: e65194169b12032065c8b399caf897a6b1dc9952 MD5sum: 58b57d1c6de90b4824990ded0afa5a00 Description: debug symbols for ros-rolling-joint-state-broadcaster Build-Ids: 7200d201d7ff712b8996606747ad7a23b5388186 Package: ros-rolling-joint-state-publisher Version: 2.4.3-1resolute.20260821.163659 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 83 Depends: python3-packaging, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-publisher/ros-rolling-joint-state-publisher_2.4.3-1resolute.20260821.163659_amd64.deb Size: 19468 SHA256: b87549c5b7cf972be97a65bbcaa5ea9b11084092aa9ee93ffc5fff376e672d8e SHA1: b8b6ac9e55571033174120f8a8f0255e733362a1 MD5sum: 1e83df1786794cf4e897c3f4075d3d79 Description: This package contains a tool for setting and publishing joint state values for a given URDF. Package: ros-rolling-joint-state-publisher-gui Version: 2.4.3-1resolute.20260821.165557 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 75 Depends: ros-rolling-joint-state-publisher, ros-rolling-python-qt-binding, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/joint_state_publisher Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-publisher-gui/ros-rolling-joint-state-publisher-gui_2.4.3-1resolute.20260821.165557_amd64.deb Size: 17362 SHA256: fe5f376b4acdbdc77a1794187ab705fc79296bfd4b2074d9dbd7c0d9fb3a4158 SHA1: b5dc19a6cb4d690cc82f4a0a8bc043581d4a3883 MD5sum: 7b628ac96c700b226364864bfb75c6d8 Description: This package contains a GUI tool for setting and publishing joint state values for a given URDF. Package: ros-rolling-joint-state-topic-hardware-interface Version: 1.1.0-1resolute.20260826.131412 Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 555 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-angles, ros-rolling-hardware-interface, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://github.com/ros-controls/topic_based_hardware_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-topic-hardware-interface/ros-rolling-joint-state-topic-hardware-interface_1.1.0-1resolute.20260826.131412_amd64.deb Size: 127536 SHA256: 9b4b9b36e89fe338c3b44c5ee09590a97f1bd80e59fee36eaa8e13d085d8b171 SHA1: d09db53a3265ec1a24ca34de708bee99203e4d2a MD5sum: aa6fa111fa60b9bc4bdda5d68b9db821 Description: ros2_control hardware interface for JointState topic based control Package: ros-rolling-joint-state-topic-hardware-interface-dbgsym Package-Type: ddeb Source: ros-rolling-joint-state-topic-hardware-interface Version: 1.1.0-1resolute.20260826.131412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marq Rasmussen" Installed-Size: 2626 Depends: ros-rolling-joint-state-topic-hardware-interface (= 1.1.0-1resolute.20260826.131412) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-state-topic-hardware-interface/ros-rolling-joint-state-topic-hardware-interface-dbgsym_1.1.0-1resolute.20260826.131412_amd64.deb Size: 2220290 SHA256: ad5670237e013024f014813d042cd08eddeadeee24098abf4e20b2a70131b827 SHA1: 397424aa2b5a2fa512f077281005c2d7c3e0e3f2 MD5sum: c18c687e70a0d3c552659e4447807ba7 Description: debug symbols for ros-rolling-joint-state-topic-hardware-interface Build-Ids: 8d17fe093d9927bdd608751558a98e83dabf5c37 Package: ros-rolling-joint-trajectory-controller Version: 6.9.0-1resolute.20260826.130057 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1550 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libexpected-dev, ros-rolling-angles, ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-control-toolbox, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-rsl, ros-rolling-trajectory-msgs, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-trajectory-controller/ros-rolling-joint-trajectory-controller_6.9.0-1resolute.20260826.130057_amd64.deb Size: 349242 SHA256: 4938283654d4768c01b13cbd54234cb381c34ceb54bafee5d425eecb8adde835 SHA1: 45228d5b63aa0020419b5bc3400eed0602d2c787 MD5sum: 4bcf519568effe300df16a7dab0402dc Description: Controller for executing joint-space trajectories on a group of joints Package: ros-rolling-joint-trajectory-controller-dbgsym Package-Type: ddeb Source: ros-rolling-joint-trajectory-controller Version: 6.9.0-1resolute.20260826.130057 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 6249 Depends: ros-rolling-joint-trajectory-controller (= 6.9.0-1resolute.20260826.130057) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joint-trajectory-controller/ros-rolling-joint-trajectory-controller-dbgsym_6.9.0-1resolute.20260826.130057_amd64.deb Size: 5299528 SHA256: a248cb5e45882c151977d5fe6c63d24e443742405ebab081957807ec39e7d310 SHA1: ea8b8b36f770ee1019ff75bf79401974aadd443e MD5sum: 363a2c28d779f37e09fe25e7d886914f Description: debug symbols for ros-rolling-joint-trajectory-controller Build-Ids: 1351c517c31e788c6ddc1ba1944b0f56cbad4232 Package: ros-rolling-joy Version: 3.3.0-3resolute.20260821.165922 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 1246 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libsdl2-2.0-0 (>= 2.0.18), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sdl2-vendor, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/joy/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy/ros-rolling-joy_3.3.0-3resolute.20260821.165922_amd64.deb Size: 200688 SHA256: ca692d8377636fc46ab9ae3e156a96de512a4480c90b03890da171b42b00aba3 SHA1: e2065ffa89a36cf3c5921e290beee17d1809c811 MD5sum: d0051e5ee8449cbaf16f775e59d701a7 Description: The joy package contains joy_node, a node that interfaces a generic joystick to ROS 2. This node publishes a "Joy" message, which contains the current state of each one of the joystick's buttons and axes. Package: ros-rolling-joy-dbgsym Package-Type: ddeb Source: ros-rolling-joy Version: 3.3.0-3resolute.20260821.165922 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 6066 Depends: ros-rolling-joy (= 3.3.0-3resolute.20260821.165922) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy/ros-rolling-joy-dbgsym_3.3.0-3resolute.20260821.165922_amd64.deb Size: 5002318 SHA256: d583fa075a1556c36df55b2e742bece37b51e2d7af528fd93ff0d6124d99493a SHA1: fa07c90530656d720c826bf076ed526c1953a280 MD5sum: 595fd22361855cda60331a2c489e947f Description: debug symbols for ros-rolling-joy Build-Ids: 05f684af7d19979ea055b1d168aeacd376a9a27e 3bcba6d4aba08b5ec4d454bee8815857843ea89e 9aec63d41852e9f54c13888c62082fb4fbf33b49 d49facd9bb4749de9b611d440cf76d561a6d4089 e4e186c4006db22dba7f91ce9ae57072be1b68d2 Package: ros-rolling-joy-linux Version: 3.3.0-3resolute.20260821.164928 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 579 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/joy_linux/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-linux/ros-rolling-joy-linux_3.3.0-3resolute.20260821.164928_amd64.deb Size: 131648 SHA256: eeb3cce7afe103670007f7c6214de97815af920146d31af1537c43973c2c1917 SHA1: 1b7919af20627e5671e34311774a82da8be4c4bd MD5sum: 2964a9e68e6ea7377f3fda0002768b44 Description: ROS2 driver for a generic Linux joystick. Will contain a MacOS and Windows version later. The joy package contains joy_node, a node that interfaces a generic Linux joystick to ROS2. This node publishes a "Joy" message, which contains the current state of each one of the joystick's buttons and axes. Package: ros-rolling-joy-linux-dbgsym Package-Type: ddeb Source: ros-rolling-joy-linux Version: 3.3.0-3resolute.20260821.164928 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 2691 Depends: ros-rolling-joy-linux (= 3.3.0-3resolute.20260821.164928) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-linux/ros-rolling-joy-linux-dbgsym_3.3.0-3resolute.20260821.164928_amd64.deb Size: 2252410 SHA256: e238164ad146ea6e9e8066cab67bd1c2ec4a7574fa4e7491ce58f4cc5154681b SHA1: 135750b18a3ae64ede7673a95d67648aa39216d9 MD5sum: 7c70cd275d96d1ce3fd87ac5d8662599 Description: debug symbols for ros-rolling-joy-linux Build-Ids: 84c8b031b5e4739d96c601ab6b5e2040535a94a9 Package: ros-rolling-joy-teleop Version: 2.0.0-2resolute.20260821.163736 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 92 Depends: ros-rolling-control-msgs, ros-rolling-rclpy, ros-rolling-rosidl-runtime-py, ros-rolling-sensor-msgs, ros-rolling-teleop-tools-msgs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/joy_teleop/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-teleop/ros-rolling-joy-teleop_2.0.0-2resolute.20260821.163736_amd64.deb Size: 20690 SHA256: 74a7932f0171c3c6ecc68302425d710f8f9bbe89b5c4a1ad218f032bd5467727 SHA1: c48daa6efc26a30a26b93bf732a6cfc56e52b33e MD5sum: 592d8c7ceeb0a2bb82e0456ee4475112 Description: A (to be) generic joystick interface to control a robot Package: ros-rolling-joy-tester Version: 0.0.2-4resolute.20260821.163712 Architecture: amd64 Maintainer: Josh Newans Installed-Size: 44 Depends: python3-tk, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/joy_tester/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-joy-tester/ros-rolling-joy-tester_0.0.2-4resolute.20260821.163712_amd64.deb Size: 7684 SHA256: f4c65a28abcaeef045a7d6d567dbbb0147a0dcd4b0d4bc7bcb17204d51705731 SHA1: a535900ef065783d67a9ffec8f07f8d2347bb6d7 MD5sum: 071ede9deb7a179267af72227967ddcc Description: Simple GUI tool for testing joysticks/gamepads Package: ros-rolling-jrl-cmakemodules Version: 2.3.0-1resolute.20260824.235104 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 25048 Depends: doxygen, pkg-config, ros-rolling-ros-workspace Homepage: https://github.com/jrl-umi3218/jrl-cmakemodules Priority: optional Section: misc Filename: pool/main/r/ros-rolling-jrl-cmakemodules/ros-rolling-jrl-cmakemodules_2.3.0-1resolute.20260824.235104_amd64.deb Size: 2286434 SHA256: 6e7a7242c8f1f9272dca0626a10780d44cf822310cc8f3c1180e9d1e3bbc6c28 SHA1: 1daf9a0ee79936a026d37b3ff6b3fee586f57875 MD5sum: 2fb5bfc46db67d1ccd1219c489556813 Description: CMake utility toolbox Package: ros-rolling-kartech-linear-actuator-msgs Version: 4.0.0-4resolute.20260811.202243 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 3742 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/kartech_linear_actuator_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kartech-linear-actuator-msgs/ros-rolling-kartech-linear-actuator-msgs_4.0.0-4resolute.20260811.202243_amd64.deb Size: 230196 SHA256: 4c92d9fb06b72dccc1b96b7b87ad4ead3c121a13e92f62869b2b3716deb4b8a0 SHA1: fd6c0e53edea2a37377f9aeacd85b87d8eb22b33 MD5sum: 49327c0c3604532fcc7d1301f7f35ede Description: The kartech_linear_actuator_msgs package Package: ros-rolling-kartech-linear-actuator-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-kartech-linear-actuator-msgs Version: 4.0.0-4resolute.20260811.202243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2721 Depends: ros-rolling-kartech-linear-actuator-msgs (= 4.0.0-4resolute.20260811.202243) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kartech-linear-actuator-msgs/ros-rolling-kartech-linear-actuator-msgs-dbgsym_4.0.0-4resolute.20260811.202243_amd64.deb Size: 1978362 SHA256: 842a4869362cc1cbcf7c3feb7e3a2ec05f774efa109c02215faf93abcef516a0 SHA1: d425caddb8cc5a15ce6032cc7ba1c3503e174085 MD5sum: 5611d1b4081a885e8d733692f97fd75d Description: debug symbols for ros-rolling-kartech-linear-actuator-msgs Build-Ids: 04206634a53c371b45ff64b9722842b398588da6 1f91d79a77ca150932678a7988a89b3eb2e93eff 2cc3c00dab37bd2ca7e407e3ea6cbfda5b08cdaf 4516c07c3b0a220c788ea1a19164e5d480c1aa7d 5d2f2c5e6b727ec6a6c0cc4700c7c6b77041498b 6abcd1ff3c72be606c98a6252d15a143e7cc6fda a940a0fb3e579eb190a4c84d00bfeec3902cd8c5 c4dac57a53f0113c6338ccd1c90a570bf4904994 d04dd09446e74348f23cc05c4d81de82380f6a2f e01c9ad529dd876be5e57397919870ec62ae08b5 f57385b3ca8560c06a661413c67d9b06e8d4916a Package: ros-rolling-kdl-inverse-dynamics-solver Version: 6.0.1-4resolute.20260826.134245 Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 14460 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-rolling-inverse-dynamics-solver, ros-rolling-kdl-parser, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ur-description, ros-rolling-ros-workspace Homepage: https://github.com/unisa-acg/inverse-dynamics-solver.git Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-inverse-dynamics-solver/ros-rolling-kdl-inverse-dynamics-solver_6.0.1-4resolute.20260826.134245_amd64.deb Size: 6475434 SHA256: 7bf80e349e97dc933a9c490d7e201535d1ba613f1e6035f33bf5b4e162955631 SHA1: 2aa39d6871432c790ac1708423c16a4716ae3b85 MD5sum: b9d32184ea2ee1857ec7dc85a39ab56d Description: A KDL-based library implementing an inverse dynamics solver for simulated robots. Package: ros-rolling-kdl-inverse-dynamics-solver-dbgsym Package-Type: ddeb Source: ros-rolling-kdl-inverse-dynamics-solver Version: 6.0.1-4resolute.20260826.134245 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 473 Depends: ros-rolling-kdl-inverse-dynamics-solver (= 6.0.1-4resolute.20260826.134245) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-inverse-dynamics-solver/ros-rolling-kdl-inverse-dynamics-solver-dbgsym_6.0.1-4resolute.20260826.134245_amd64.deb Size: 440296 SHA256: 76755319cfe2eb0595a1c0b302dec96d0e8378e5d53dc68115d43fc5cf729f42 SHA1: 05300efda4c06d975bb6c73b83fbf74e9d9a01da MD5sum: 8752ae3295e65eaa869cd1119e2ca12b Description: debug symbols for ros-rolling-kdl-inverse-dynamics-solver Build-Ids: 0acd359619bc1736f9a8eb256e1f4d6e09a4a4a6 Package: ros-rolling-kdl-parser Version: 3.1.0-1resolute.20260821.161652 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 102 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), liborocos-kdl-dev, ros-rolling-rcutils, ros-rolling-urdf, ros-rolling-urdfdom-headers, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/kdl_parser/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-parser/ros-rolling-kdl-parser_3.1.0-1resolute.20260821.161652_amd64.deb Size: 21150 SHA256: b56c87144ca89d3ff6222c4c650313c854315ce17e1f9444fd24f2dc2ac1ccb8 SHA1: 37302da3770f8645a9553c57eb4c0abe7200d2cc MD5sum: 27a7881ef7b4793679060e33bbd6598f Description: The Kinematics and Dynamics Library (KDL) defines a tree structure to represent the kinematic and dynamic parameters of a robot mechanism. kdl_parser provides tools to construct a KDL tree from an XML robot representation in URDF. Package: ros-rolling-kdl-parser-dbgsym Package-Type: ddeb Source: ros-rolling-kdl-parser Version: 3.1.0-1resolute.20260821.161652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 193 Depends: ros-rolling-kdl-parser (= 3.1.0-1resolute.20260821.161652) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-parser/ros-rolling-kdl-parser-dbgsym_3.1.0-1resolute.20260821.161652_amd64.deb Size: 171244 SHA256: e92110636976097cd49c681114f874853c033ffa8d7db9c9e492f8a3008c2d71 SHA1: 1ad4abc760ff3ecfe899990c6470620dfe0f2b09 MD5sum: 889198a24947b263fc5af495b8ca6335 Description: debug symbols for ros-rolling-kdl-parser Build-Ids: c853912f7ae9f96d5d97a336b839259e0c5540a2 Package: ros-rolling-kdl-parser-py Version: 3.0.0-2resolute.20260821.173433 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 43 Depends: ros-rolling-python-orocos-kdl-vendor, ros-rolling-urdfdom-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/kdl_parser_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kdl-parser-py/ros-rolling-kdl-parser-py_3.0.0-2resolute.20260821.173433_amd64.deb Size: 8210 SHA256: 83c72ea719a7afcd97ee99a2a0f973b92bda7996886ff90eebe17bb7fd831af3 SHA1: 95c510e1c649a07853891d0e1b1ccf78498855d0 MD5sum: 01bb6a88603b247a633243aac7c7d11c Description: kdl_parser_py provides Python tools to construct a KDL tree from an XML robot representation in URDF. Package: ros-rolling-key-teleop Version: 2.0.0-2resolute.20260821.163731 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 53 Depends: ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/key_teleop/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-key-teleop/ros-rolling-key-teleop_2.0.0-2resolute.20260821.163731_amd64.deb Size: 11202 SHA256: 4de2d515a84741aeadfb82b28a31e38f4eb175e238a280d1b00e62341866f264 SHA1: 3c3a760fd6c39065121edd73f5325fb4771ddd3e MD5sum: 82dd21aada6317029d5938d9f3055677 Description: A text-based interface to send a robot movement commands. Package: ros-rolling-keyboard-handler Version: 0.6.0-1resolute.20260714.183945 Architecture: amd64 Maintainer: "michael" Installed-Size: 146 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/keyboard_handler/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-keyboard-handler/ros-rolling-keyboard-handler_0.6.0-1resolute.20260714.183945_amd64.deb Size: 33172 SHA256: e1ddc9251c2248842f566393eb3daabf1366139a4a28a2ea642bb5ffbf1105e3 SHA1: 92cb091ff0736e75a86fda9c964d1260ff683e52 MD5sum: 616cc23df7288bad37ced75cec6bd971 Description: Handler for input from keyboard Package: ros-rolling-keyboard-handler-dbgsym Package-Type: ddeb Source: ros-rolling-keyboard-handler Version: 0.6.0-1resolute.20260714.183945 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "michael" Installed-Size: 245 Depends: ros-rolling-keyboard-handler (= 0.6.0-1resolute.20260714.183945) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-keyboard-handler/ros-rolling-keyboard-handler-dbgsym_0.6.0-1resolute.20260714.183945_amd64.deb Size: 211486 SHA256: 9c931bec57c95f34243ea323846535c7d49ef7a3a96d04392acd5791ec257376 SHA1: a7f648245bdd7fb9d235b7e40d34131b52d17593 MD5sum: 4e024964c4c46bf5368cced49ba57e4d Description: debug symbols for ros-rolling-keyboard-handler Build-Ids: 8ad0718c7cf46a761c0fb6eb58cfd9e7e7454e24 Package: ros-rolling-kinematics-interface Version: 2.4.2-1resolute.20260821.164901 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 94 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-backward-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface/ros-rolling-kinematics-interface_2.4.2-1resolute.20260821.164901_amd64.deb Size: 16928 SHA256: 3624004be21e799e0a28ef2fdb9177f558188255f122eef0311bfe4fc7a824a0 SHA1: 61f8356a17c6d34e5c4b9aea75927b580b431ef6 MD5sum: 19e26cc3a0e5327e9fe3c11ac9337489 Description: Kinematics interface for ROS 2 control Package: ros-rolling-kinematics-interface-dbgsym Package-Type: ddeb Source: ros-rolling-kinematics-interface Version: 2.4.2-1resolute.20260821.164901 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 182 Depends: ros-rolling-kinematics-interface (= 2.4.2-1resolute.20260821.164901) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface/ros-rolling-kinematics-interface-dbgsym_2.4.2-1resolute.20260821.164901_amd64.deb Size: 162574 SHA256: 4582e04e3f2a8615abcf3eb4965e46da8940729c6cab3df214694507d3a03c79 SHA1: e7ac043c6dec5e77f8081668e79e02f071290d1f MD5sum: 0f6a4a1b04d930ec4a02f9d39a5415fe Description: debug symbols for ros-rolling-kinematics-interface Build-Ids: a58a502639a2b2acc192c857db3106a9b57b5dcb Package: ros-rolling-kinematics-interface-kdl Version: 2.4.2-1resolute.20260821.165350 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 193 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-backward-ros, ros-rolling-kdl-parser, ros-rolling-kinematics-interface, ros-rolling-pluginlib, ros-rolling-tf2-eigen-kdl, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-kdl/ros-rolling-kinematics-interface-kdl_2.4.2-1resolute.20260821.165350_amd64.deb Size: 57612 SHA256: b87f7348f5f39a17f9e3c312fbe932eb3c31f959e4a7064c8daf8ff825a64cc4 SHA1: dfa2a1e3e0bb8dd096a50e782439965a476f9b4f MD5sum: 469dfe875e09145e1c24988057646051 Description: KDL implementation of ros2_control kinematics interface Package: ros-rolling-kinematics-interface-kdl-dbgsym Package-Type: ddeb Source: ros-rolling-kinematics-interface-kdl Version: 2.4.2-1resolute.20260821.165350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1970 Depends: ros-rolling-kinematics-interface-kdl (= 2.4.2-1resolute.20260821.165350) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-kdl/ros-rolling-kinematics-interface-kdl-dbgsym_2.4.2-1resolute.20260821.165350_amd64.deb Size: 1943628 SHA256: f7da0119de691fc4a1b1cab2cf81ee255f58655079de89398828267ed7968631 SHA1: c0c452d16b3c880f4d56fdb3981aacf6c5d0b65c MD5sum: c854f1a2941c448e3a30382dabec4ef6 Description: debug symbols for ros-rolling-kinematics-interface-kdl Build-Ids: c886f081d25acac60eee56d771ad8dd3de498d4e Package: ros-rolling-kinematics-interface-pinocchio Version: 2.4.2-1resolute.20260825.034539 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 373 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-pinocchio, ros-rolling-urdfdom, libeigen3-dev, ros-rolling-eigen3-cmake-module, ros-rolling-kinematics-interface, ros-rolling-pluginlib, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-pinocchio/ros-rolling-kinematics-interface-pinocchio_2.4.2-1resolute.20260825.034539_amd64.deb Size: 105646 SHA256: e846a6c1694454756ea7c4e4bd6f923f6efc7209ff5fef162488a433f3cf5f85 SHA1: 9f6cd5ff7446431036b13c46589a75ed9bf6abfd MD5sum: 2e262f5b1792bff501b6b7cd0f6f1a99 Description: Pinocchio-based implementation of ros2_control kinematics interface Package: ros-rolling-kinematics-interface-pinocchio-dbgsym Package-Type: ddeb Source: ros-rolling-kinematics-interface-pinocchio Version: 2.4.2-1resolute.20260825.034539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 9602 Depends: ros-rolling-kinematics-interface-pinocchio (= 2.4.2-1resolute.20260825.034539) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kinematics-interface-pinocchio/ros-rolling-kinematics-interface-pinocchio-dbgsym_2.4.2-1resolute.20260825.034539_amd64.deb Size: 9513746 SHA256: 98a5f8844a0b73945e357db9259e1327924b57278dc63cfe32b95ef9b285d594 SHA1: abe7bb75c959f8f871de0cfb34ae8f323c4a6201 MD5sum: f0900d98f1c54b1056958d09b759e93c Description: debug symbols for ros-rolling-kinematics-interface-pinocchio Build-Ids: 368bff36fa51cc183f2312764bc0f8bd26ca3e16 Package: ros-rolling-kitti-metrics-eval Version: 3.0.0-2resolute.20260813.203531 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 157 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-mrpt-libtclap, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/kitti_metrics_eval Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kitti-metrics-eval/ros-rolling-kitti-metrics-eval_3.0.0-2resolute.20260813.203531_amd64.deb Size: 57224 SHA256: 8ae23c69c86677c130b94f82681664991fa0039c600e4028ed3411e0969ef16b SHA1: 374ce091ee839b5c4d01e74a8c163fa7cc20c3f3 MD5sum: 40e4f1cc82f5252e69226cfa0605d385 Description: CLI tool to evaluate the KITTI odometry bechmark metrics to trajectory files Package: ros-rolling-kitti-metrics-eval-dbgsym Package-Type: ddeb Source: ros-rolling-kitti-metrics-eval Version: 3.0.0-2resolute.20260813.203531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 714 Depends: ros-rolling-kitti-metrics-eval (= 3.0.0-2resolute.20260813.203531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kitti-metrics-eval/ros-rolling-kitti-metrics-eval-dbgsym_3.0.0-2resolute.20260813.203531_amd64.deb Size: 656922 SHA256: 3caff98d9e166ec83e13f0431729d4baf6455a08b7e341a3bf47682ad1225ff5 SHA1: 9db22bcf3225d9b14531e49dd0335f73a633c384 MD5sum: ae93b51b183ffb2801f38da60e2c3b7c Description: debug symbols for ros-rolling-kitti-metrics-eval Build-Ids: ee98024df37a7e3c948db2018a6d8142b29de87a Package: ros-rolling-kobuki-ros-interfaces Version: 1.0.0-5resolute.20260811.202651 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 4279 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/k/kobuki_ros_interfaces/github-kobuki-base-kobuki_ros_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-ros-interfaces/ros-rolling-kobuki-ros-interfaces_1.0.0-5resolute.20260811.202651_amd64.deb Size: 314970 SHA256: c8e552736b3474294fcac627d99d1095b69199eee50bda6fc6222bf9bdef8312 SHA1: 4df1b736d942f2a13b01bd193524d766bc276f0b MD5sum: e3fc2e0e25e5de64d49f9b87b3aedee8 Description: ROS2 message, service and action interfaces for the Kobuki. Package: ros-rolling-kobuki-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-kobuki-ros-interfaces Version: 1.0.0-5resolute.20260811.202651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 3444 Depends: ros-rolling-kobuki-ros-interfaces (= 1.0.0-5resolute.20260811.202651) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kobuki-ros-interfaces/ros-rolling-kobuki-ros-interfaces-dbgsym_1.0.0-5resolute.20260811.202651_amd64.deb Size: 2543858 SHA256: 939f14c295ffb7d53421613aeecff4dcb90ad35c907f305e8a1985559a348fe2 SHA1: a1918ca3f7d44792c49f66d2cdc50d3c4685c0d1 MD5sum: c55e57ae9d50a004db4ea92a59a1035b Description: debug symbols for ros-rolling-kobuki-ros-interfaces Build-Ids: 0a6cacb1e59dcbf44db95e8dfb4a9b4614f5d6c1 1ac88cec8c67c82c5cbca3b47250e1ea6385b588 206180e89859c9b8101ce65ed905d8156ad24a45 2e47126b4bffb4d4aa7c28bfe0eb28392dae82d4 388e0d886d7f1625b77ee1ff70532b67c3309294 4389bdb9e66db0e16b5d356af077c4c1d9f1bb04 64e87e80eccfa98c07000eecb917fd41049b9a7a 6571655e2e18c05d79941c3003198962658735d8 7fa5d2dd1224b9be98cdadf00d9daaab6e6faad2 8d18d9913a3a0bbe6c3ae44a4066b697ca1a12fc ddc973a74a079e952b077b9cc06adffd8d8b7c97 Package: ros-rolling-kompass Version: 0.6.0-1resolute.20260821.181600 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 854 Depends: python3-pykdl, ros-rolling-automatika-ros-sugar, ros-rolling-kompass-interfaces, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/kompass/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kompass/ros-rolling-kompass_0.6.0-1resolute.20260821.181600_amd64.deb Size: 184100 SHA256: 6753b7ed350c0e61b6ac45a0d964577ba2dd27deda1f44369003b99d3abbc920 SHA1: 97cb367ff30ce4929e9bf8405dce7154af9cacf6 MD5sum: a4e9e52adf4f4d65615c0b2735f7c5a2 Description: Kompass: Event-driven navigation system Package: ros-rolling-kompass-interfaces Version: 0.6.0-1resolute.20260811.210125 Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 15939 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/kompass_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kompass-interfaces/ros-rolling-kompass-interfaces_0.6.0-1resolute.20260811.210125_amd64.deb Size: 920082 SHA256: 1fa59e351678b6553b0cab6fffcc18bb1a7dddb64243ce294a047d53d66ecc6f SHA1: 96a4dc9ad274ce8e4db2c6b0688e943898dfb23a MD5sum: a06f533977c133d0e12ea6be8f520780 Description: ROS2 Interfaces for Kompass Package: ros-rolling-kompass-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-kompass-interfaces Version: 0.6.0-1resolute.20260811.210125 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Automatika Robotics" Installed-Size: 10368 Depends: ros-rolling-kompass-interfaces (= 0.6.0-1resolute.20260811.210125) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-kompass-interfaces/ros-rolling-kompass-interfaces-dbgsym_0.6.0-1resolute.20260811.210125_amd64.deb Size: 7104396 SHA256: d07aa889cb7c7a211d3bb0a9dcf289b4f75d7f42cde096e02378fd55f5af1b6f SHA1: 9e3effeda7cf7ece2413177121bf491e932c7e22 MD5sum: 712a1e9ad43094c4c2be878c90c986be Description: debug symbols for ros-rolling-kompass-interfaces Build-Ids: 05a35a3668e871562aa3937e1dfb8a8cfd1a516a 05d252061d8abcc9a1dff4469871feb476a539d0 206ce529efec9b927fcd78b161ae19c77d9d5252 23958140add44f18a273ecdddf33152558d10e84 28de4c530341bde487aee13d2e58151cff546b57 3d0b19d45b104263ecf9ed7c752e898d6f38d63c 79e9323d480df884cc83ba036724d40dc40ae26a 87f9efd562bca4c3129b5008de2e83536a91d408 be2bb856580cd6df78cefb3a323c509c6f75c43a c158db31bf2071dbf622ff25f3fdb2b5ca5dd913 df090870fae001464a771d8d42aa02d0001f02db Package: ros-rolling-laser-geometry Version: 3.0.1-1resolute.20260821.173957 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 134 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libeigen3-dev, python3-numpy, ros-rolling-eigen3-cmake-module, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-sensor-msgs-py, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: http://github.com/ros-perception/laser_geometry Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-geometry/ros-rolling-laser-geometry_3.0.1-1resolute.20260821.173957_amd64.deb Size: 27362 SHA256: ae5c04b75d183ebfdcb1e1b1acc0a9bcbe5be6278963c6d645c8ecf4766f4028 SHA1: 4da92b3955780debf72bdef8e21fa87dba7430b9 MD5sum: e7a5bd0027f181a553032b9a0cac80b2 Description: This package contains a class for converting from a 2D laser scan as defined by sensor_msgs/LaserScan into a point cloud as defined by sensor_msgs/PointCloud or sensor_msgs/PointCloud2. In particular, it contains functionality to account for the skew resulting from moving robots or tilting laser scanners. Package: ros-rolling-laser-geometry-dbgsym Package-Type: ddeb Source: ros-rolling-laser-geometry Version: 3.0.1-1resolute.20260821.173957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 218 Depends: ros-rolling-laser-geometry (= 3.0.1-1resolute.20260821.173957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-geometry/ros-rolling-laser-geometry-dbgsym_3.0.1-1resolute.20260821.173957_amd64.deb Size: 201110 SHA256: 6756d5862527177f201fac659bf8e2c03d83f6314e926e29f901aaf334621b2c SHA1: 700a65fa7cd35fe9ac58a40db9da1c27a33242af MD5sum: 0c8aef89793d81df5043d032d0b9321a Description: debug symbols for ros-rolling-laser-geometry Build-Ids: ac9c0adcd082b0b891259d098d6a4daaaeee6e1f Package: ros-rolling-laser-proc Version: 1.0.3-2resolute.20260821.171627 Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 716 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-class-loader, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/laser_proc Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-proc/ros-rolling-laser-proc_1.0.3-2resolute.20260821.171627_amd64.deb Size: 154928 SHA256: 8f6d06af179264755f6637278213c72dd121ee0da45dbed21c4ce9b8c6d27429 SHA1: 794ddb0bf25fb5de6cdb083185dc1b8b388445e8 MD5sum: c8074c4bc6e190aaa44089c1ab37036d Description: laser_proc Package: ros-rolling-laser-proc-dbgsym Package-Type: ddeb Source: ros-rolling-laser-proc Version: 1.0.3-2resolute.20260821.171627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Chad Rockey Installed-Size: 3501 Depends: ros-rolling-laser-proc (= 1.0.3-2resolute.20260821.171627) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-proc/ros-rolling-laser-proc-dbgsym_1.0.3-2resolute.20260821.171627_amd64.deb Size: 2979668 SHA256: 57aaf3226e59f3ecb8259e3ca5003d938781f0f6f8efee9465904c480d43eab2 SHA1: eb9a2eb31432ff1423949752d305db1a154e499e MD5sum: f0ef345441f3ffea1f4c1236f7c7c6c1 Description: debug symbols for ros-rolling-laser-proc Build-Ids: 700002532341425dc0b72122e69d92ebc95a07eb a31a605c10b351ba00f137d5803f4924e7fc1361 f4e3a1796b6d7ca52cc4e1fa1e2aafd09079376e Package: ros-rolling-laser-segmentation Version: 3.0.2-2resolute.20260821.170654 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 791 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-slg-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/laser_segmentation/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-segmentation/ros-rolling-laser-segmentation_3.0.2-2resolute.20260821.170654_amd64.deb Size: 178560 SHA256: 81af41bf364d27625f13a0a318f7baa2032101518e578313fdb6842eed305968 SHA1: a003ed9f0875acbfb74a51def951e090c54c642e MD5sum: 08679fb060f6caf14ff988e025c140c5 Description: Implementation of algorithms for segmentation of laserscans. Package: ros-rolling-laser-segmentation-dbgsym Package-Type: ddeb Source: ros-rolling-laser-segmentation Version: 3.0.2-2resolute.20260821.170654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 3756 Depends: ros-rolling-laser-segmentation (= 3.0.2-2resolute.20260821.170654) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-laser-segmentation/ros-rolling-laser-segmentation-dbgsym_3.0.2-2resolute.20260821.170654_amd64.deb Size: 3235270 SHA256: 13899303347af56292ca068d54fcc72c8af7b077b8cdadf19c42a6024bb6be6e SHA1: 0e77434fc3b0b6935452bc607ae41ae5f79a963f MD5sum: ed881b3bc26fedfa6808d46f8b5e48c1 Description: debug symbols for ros-rolling-laser-segmentation Build-Ids: 3d4fda7ea2153b2136f1eaaca789ee634e0ced40 b13a7bab5fd4fc634ee65fed820c13c2db4b4406 Package: ros-rolling-launch Version: 3.10.0-1resolute.20260717.153724 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1320 Depends: python3-lark, python3-osrf-pycommon, python3-typing-extensions, python3-yaml, ros-rolling-ament-index-python, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch/ros-rolling-launch_3.10.0-1resolute.20260717.153724_amd64.deb Size: 241258 SHA256: e959c68489acb629ac94dcdab416513edf6fffb8aa993a440aa8bf69899db91b SHA1: e4153ea504da785a299b7393bec3f263abeee94d MD5sum: f0d5c3d7ca54ea08e3f06eeda3bac7bc Description: The ROS launch tool. Package: ros-rolling-launch-frontend-py Version: 0.1.0-3resolute.20260717.154440 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 66 Depends: ros-rolling-launch, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_frontend_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-frontend-py/ros-rolling-launch-frontend-py_0.1.0-3resolute.20260717.154440_amd64.deb Size: 9422 SHA256: 88e2dcb8ccf6762ead67f28de4e293226132a12aad9a2e9d417b27af49aeb045 SHA1: 4deeb1d7c0bd9ad342f034f4ca89c845f459ec78 MD5sum: 31ef16996db7ec08bfb08a4181a5b08d Description: Python frontend for writing ROS 2 launch files Package: ros-rolling-launch-pal Version: 0.20.3-2resolute.20260821.165615 Architecture: amd64 Maintainer: Jordan Palacios Installed-Size: 239 Depends: python3-jinja2, python3-yaml, ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/launch_pal Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-pal/ros-rolling-launch-pal_0.20.3-2resolute.20260821.165615_amd64.deb Size: 56808 SHA256: 43c73bb70ee90f1d017567caf72b1d89ec8d96e22254767bd12c6cc5e67c7fa2 SHA1: f855f26c9f86224f2aabcb2cf1abc835c8941c8d MD5sum: b7bdc154371b776a6b17db60fcb46020 Description: Utilities for launch files Package: ros-rolling-launch-param-builder Version: 0.1.1-4resolute.20260821.163750 Architecture: amd64 Maintainer: Jafar Abdi Installed-Size: 65 Depends: python3-yaml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_param_builder/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-param-builder/ros-rolling-launch-param-builder_0.1.1-4resolute.20260821.163750_amd64.deb Size: 9546 SHA256: ab74a063af74255526847f6bd8d129ce156f212448d9655b63eca264febfc257 SHA1: 35fac933e1d72c8be9c72cf57e72499de1df44d1 MD5sum: 4033e067e6f8baafd907349277bd7f6e Description: Python library for loading parameters in launch files Package: ros-rolling-launch-pytest Version: 3.10.0-1resolute.20260717.154720 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 131 Depends: python3-osrf-pycommon, python3-pytest, ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-testing, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_pytest/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-pytest/ros-rolling-launch-pytest_3.10.0-1resolute.20260717.154720_amd64.deb Size: 28066 SHA256: bd894f4eb73f18229ebb5382388177af2b3d5841b260dd3f4bbb28b0f6404517 SHA1: 1e45e9c405d24589945ed66e885d109ad5f8657b MD5sum: 9d53e3c90900ea982a9e7c939eed86ea Description: A package to create tests which involve launch files and multiple processes. Package: ros-rolling-launch-ros Version: 0.30.1-1resolute.20260821.163807 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 489 Depends: python3-osrf-pycommon, python3-yaml, ros-rolling-ament-index-python, ros-rolling-composition-interfaces, ros-rolling-launch, ros-rolling-lifecycle-msgs, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_ros/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-ros/ros-rolling-launch-ros_0.30.1-1resolute.20260821.163807_amd64.deb Size: 97322 SHA256: 931fe239a52b806c1041401f0df30b257af5b12dd041c34a1ea74253d40ca4d9 SHA1: bdc61200dc739d8625b6b01dc7de0778542c6e72 MD5sum: 00dda6a5d87a2a68680a8ea67560bc79 Description: ROS specific extensions to the launch tool. Package: ros-rolling-launch-system-modes Version: 0.9.0-6resolute.20260821.163750 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 128 Depends: python3-importlib-metadata, python3-yaml, ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-osrf-pycommon, ros-rolling-rclpy, ros-rolling-system-modes-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_system_modes/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-system-modes/ros-rolling-launch-system-modes_0.9.0-6resolute.20260821.163750_amd64.deb Size: 19664 SHA256: fdb6467dcd257f6b9df8508a3104ef7e458dd3cdd198360613f6689396c85058 SHA1: 75e179e5deeca963be13dc7c4dd6429a0d22c286 MD5sum: b4fc890d1debe0e40de24978472f5327 Description: System modes specific extensions to the launch tool, i.e. launch actions, events, and event handlers for system modes. Package: ros-rolling-launch-testing Version: 3.10.0-1resolute.20260717.154608 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 411 Depends: python3-osrf-pycommon, python3-pytest, ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-xml, ros-rolling-launch-yaml, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_testing/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing/ros-rolling-launch-testing_3.10.0-1resolute.20260717.154608_amd64.deb Size: 89202 SHA256: ad96abeb600183f91d67da129aa1d1b48337fa3c63d539f281a3c5bbf19a75d4 SHA1: 4d780dbffd64317adcb41304380e62f1ac3cdbef MD5sum: 3ff669f858fafb18c8804b5f0641cba9 Description: A package to create tests which involve launch files and multiple processes. Package: ros-rolling-launch-testing-ament-cmake Version: 3.10.0-1resolute.20260717.154811 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 52 Depends: ros-rolling-ament-cmake-test, ros-rolling-launch-testing, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_testing_ament_cmake/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing-ament-cmake/ros-rolling-launch-testing-ament-cmake_3.10.0-1resolute.20260717.154811_amd64.deb Size: 8796 SHA256: 12930ba93446aacb2db72c4f8669f071700bb49e6a8e491700190e5363b5a2bf SHA1: e422f9b31401b3acf4852322a7f1b1ce5f68348f MD5sum: de8da7eda23c90c11e61bb50468fe62b Description: A package providing cmake functions for running launch tests from the build. Package: ros-rolling-launch-testing-examples Version: 0.22.0-1resolute.20260821.184017 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 72 Depends: python3-pytest, ros-rolling-demo-nodes-cpp, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-launch-testing, ros-rolling-launch-testing-ros, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2bag, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_testing_examples/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing-examples/ros-rolling-launch-testing-examples_0.22.0-1resolute.20260821.184017_amd64.deb Size: 14408 SHA256: 8bc39f36cf75d8f8baca8c0951c8292a3d6cad33d73fc8809eaed4431f3e40e7 SHA1: f4dd6c86e1543ceaa78c14297585bb228c9b5e3c MD5sum: 575924fbdc93d7288225886d70df5e6f Description: Examples of simple launch tests Package: ros-rolling-launch-testing-ros Version: 0.30.1-1resolute.20260821.165628 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 135 Depends: ros-rolling-ament-index-python, ros-rolling-launch-ros, ros-rolling-launch-testing, ros-rolling-rclpy, ros-rolling-rmw-test-fixture-implementation, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_testing_ros/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-testing-ros/ros-rolling-launch-testing-ros_0.30.1-1resolute.20260821.165628_amd64.deb Size: 24016 SHA256: 026abdad7e15b61684168c8280406786793e6c06d94da699563f755726d7122d SHA1: 647d3294f22f5a31e8193ef75d8453d13b995b83 MD5sum: dbc53798ca635513c01246986110090f Description: A package providing utilities for writing ROS2 enabled launch tests. Package: ros-rolling-launch-xml Version: 3.10.0-1resolute.20260717.154448 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 57 Depends: ros-rolling-launch, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_xml/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-xml/ros-rolling-launch-xml_3.10.0-1resolute.20260717.154448_amd64.deb Size: 11476 SHA256: 9c5deeb7dc2e984bf47477d1454288b9fb56ef380cd0defe30c1b66813bdeca3 SHA1: 4f049b5f8fdb2368ecfbf7b5e0e67ba52ab4456f MD5sum: f382f1d5b5097dd3e18688c10692e1ce Description: XML frontend for the launch package. Package: ros-rolling-launch-yaml Version: 3.10.0-1resolute.20260717.154435 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 58 Depends: ros-rolling-launch, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/launch_yaml/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-launch-yaml/ros-rolling-launch-yaml_3.10.0-1resolute.20260717.154435_amd64.deb Size: 11968 SHA256: f7f4022d04c3dff2bb863d367200be5eacfc9061dac4fafbfd9953f678406ce3 SHA1: 9711358fe1ef0d5f0b0536ac38d457c72ededa3a MD5sum: 68a2dd8b22d09907bf2fc6d3b479d057 Description: YAML frontend for the launch package. Package: ros-rolling-lely-core-libraries Version: 0.3.4-1resolute.20260714.184047 Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3832 Depends: libc6 (>= 2.42), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), python3-empy, python3-yaml, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/lely_core_libraries/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lely-core-libraries/ros-rolling-lely-core-libraries_0.3.4-1resolute.20260714.184047_amd64.deb Size: 687690 SHA256: 92c2af0eedf21b9a4ecd4fa9dd7002917c3fc7b18fbed3b1d5397afa78af1638 SHA1: 98067e5397fa0a9abca6cf68588c8284b30d969d MD5sum: d833f1726fc2ce7263464bbef08ab1ac Description: ROS wrapper for lely-core-libraries Package: ros-rolling-lely-core-libraries-dbgsym Package-Type: ddeb Source: ros-rolling-lely-core-libraries Version: 0.3.4-1resolute.20260714.184047 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christoph Hellmann Santos" Installed-Size: 3783 Depends: ros-rolling-lely-core-libraries (= 0.3.4-1resolute.20260714.184047) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lely-core-libraries/ros-rolling-lely-core-libraries-dbgsym_0.3.4-1resolute.20260714.184047_amd64.deb Size: 2659638 SHA256: 5b0102f6e3a59db42b0c053d2c2986c27f18a70cd26e6cfbf0d3acb04a475cec SHA1: 588cfdd9a728a02e6ba3622d4cfaf49a8db17007 MD5sum: 66a1aa66015f981ad05ca64e4fcf14ed Description: debug symbols for ros-rolling-lely-core-libraries Build-Ids: 3adbaee34c107eb8602746e153cb1864f2b6bfdf 4ac6eb2723be94616eb609801956f9bac091e9ca 4d0b559342cce8c0bd0c460fac6c79916b090d6b 54ed56735aa108575ac09b23235ce5b62b8a6288 788cf4f8f761f93bd394e6798a46e235bbde1af2 929cfd12a685572122c18cd892721e9f2dd72160 92a3345df4d99d30faa038dd46a76bae01202c65 cee276ed34e6b6d3fbb094e33bf86c155661a666 d71d7e56a4857e787b59467f1398225acf88bf93 Package: ros-rolling-leo Version: 3.2.0-2resolute.20260821.181755 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-rolling-leo-description, ros-rolling-leo-msgs, ros-rolling-leo-teleop, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo/ros-rolling-leo_3.2.0-2resolute.20260821.181755_amd64.deb Size: 5654 SHA256: 89dd34fe9699be8d395cf1ade2bb5b55af61550edbd6c2e9f40ce0ee800c3292 SHA1: 6550dc811d4e8849005de58a3b2f961f8f3a5cc4 MD5sum: 81274744d74c1e2f7ba7a258cc8350f6 Description: Metapackage of software for Leo Rover common to the robot and ROS desktop Package: ros-rolling-leo-description Version: 3.2.0-2resolute.20260821.181445 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 33016 Depends: ros-rolling-robot-state-publisher, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_description Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-description/ros-rolling-leo-description_3.2.0-2resolute.20260821.181445_amd64.deb Size: 5703076 SHA256: 743d442115aa27790eee17eac7f8a9e82e86d8a33890bd0363862982b1f559dd SHA1: 48fa202c50ac1e6f6d930b63361ec89f959a341c MD5sum: 04ee19e4b7663e3b993bcda2cc032ce9 Description: URDF Description package for Leo Rover Package: ros-rolling-leo-desktop Version: 3.0.0-3resolute.20260826.133621 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-rolling-leo, ros-rolling-leo-viz, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_desktop Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-desktop/ros-rolling-leo-desktop_3.0.0-3resolute.20260826.133621_amd64.deb Size: 5536 SHA256: edd9d751303f0583a65912b6327ea176cb26aa24082877ec46ededb9f85a6b72 SHA1: 15fb4124ce87e18364009d31d71595a3c5aef9f3 MD5sum: 80af789e8980974ca193ec8515b0b297 Description: Metapackage of software for operating Leo Rover from ROS desktop Package: ros-rolling-leo-filters Version: 2.6.1-1resolute.20260821.172020 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1254 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/leo_filters/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-filters/ros-rolling-leo-filters_2.6.1-1resolute.20260821.172020_amd64.deb Size: 254598 SHA256: 065901ae301601f82471e27a0be53b53ee2a5c2548e13a5528911a1b11c9dabd SHA1: 293ba079e6db01257478d0dee6a88bc6fe74c70b MD5sum: 5c42850591be32a8fbe9a96f4777d9e7 Description: Nodes for filtering and processing imu and wheel odom messages. Package: ros-rolling-leo-filters-dbgsym Package-Type: ddeb Source: ros-rolling-leo-filters Version: 2.6.1-1resolute.20260821.172020 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 6541 Depends: ros-rolling-leo-filters (= 2.6.1-1resolute.20260821.172020) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-filters/ros-rolling-leo-filters-dbgsym_2.6.1-1resolute.20260821.172020_amd64.deb Size: 5440820 SHA256: 2e1982f0be253277b80fd681234cdd7dddfc9ab2608de0cb9abb380d40c22a26 SHA1: ee8a1948e4047d1ef6fdf291bbb13d9ff26fa8d5 MD5sum: c6e10326800b36da1b75aab9be4b5202 Description: debug symbols for ros-rolling-leo-filters Build-Ids: 3e15856747e8539c791ea4084741ade5e0ca1089 529d83d46d0d73a37b16034c905e54db54d8cd71 5fc938009dc736889f80a387144366896cf48465 Package: ros-rolling-leo-fw Version: 2.6.1-1resolute.20260821.170215 Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 1812 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), python3-dbus, python3-whichcraft, python3-yaml, ros-rolling-ament-index-python, ros-rolling-geometry-msgs, ros-rolling-leo-msgs, ros-rolling-nav-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_fw Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-fw/ros-rolling-leo-fw_2.6.1-1resolute.20260821.170215_amd64.deb Size: 402232 SHA256: 90ad78972d938e99e637f74dd219e47143b2e6c502184f20445cd081a2fde884 SHA1: 6fab0fc3e55b09cb137fec9d2f0e9487f5a04187 MD5sum: c43852de432f2c4ff90c3f7e1589aa73 Description: Binary releases of Leo Rover firmware and related utilities Package: ros-rolling-leo-fw-dbgsym Package-Type: ddeb Source: ros-rolling-leo-fw Version: 2.6.1-1resolute.20260821.170215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fictionlab" Installed-Size: 6379 Depends: ros-rolling-leo-fw (= 2.6.1-1resolute.20260821.170215) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-fw/ros-rolling-leo-fw-dbgsym_2.6.1-1resolute.20260821.170215_amd64.deb Size: 5020598 SHA256: 83ab0a17c41eb7c2d56a4ff6952dcec7a854f300a118e5a4afdb7fdcc18a438d SHA1: 3f060d8bb3b67977cc4694cc0e65b2c1da0f2c03 MD5sum: 7ada8a109327f6259409f238d633b353 Description: debug symbols for ros-rolling-leo-fw Build-Ids: afd6317c6d604bab64462a0591957eea6282847b b2be6354cbfe4e9df47a6f2ecfa1905cf4cdbb7a Package: ros-rolling-leo-gz-bringup Version: 2.0.2-2resolute.20260826.155155 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 55 Depends: ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-leo-description, ros-rolling-leo-gz-plugins, ros-rolling-leo-gz-worlds, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-sim, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/leo_gz_bringup/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-bringup/ros-rolling-leo-gz-bringup_2.0.2-2resolute.20260826.155155_amd64.deb Size: 8434 SHA256: d7fbfd099a378cd8e4fc73b0bc60d95f5c9949b40dfdea9a747bd9ca954fd567 SHA1: e3c3e14205ea052f1163d7308dcb25c2f0fbeeb0 MD5sum: 591a85e38b5e73d821e4eb5cac9aaae8 Description: Bringup package for Leo Rover Gazebo simulation in ROS 2 Package: ros-rolling-leo-gz-plugins Version: 2.0.2-2resolute.20260826.151647 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 848 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-rolling-gz-common-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-msgs-vendor, ros-rolling-gz-sim-vendor, ros-rolling-sdformat-vendor, ros-rolling-gz-plugin-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/leo_gz_plugins/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-plugins/ros-rolling-leo-gz-plugins_2.0.2-2resolute.20260826.151647_amd64.deb Size: 141634 SHA256: 71f3af71788d69359bb9a986258a4154d7239c96443eface9ab92bf8882a4847 SHA1: 565f1281b1174423b8d6a4c44fe0af573684b7ce MD5sum: 88286851b0514c38150172b6288f15f2 Description: Plugins for Leo Rover Gazebo simulation in ROS 2 Package: ros-rolling-leo-gz-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-leo-gz-plugins Version: 2.0.2-2resolute.20260826.151647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 4206 Depends: ros-rolling-leo-gz-plugins (= 2.0.2-2resolute.20260826.151647) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-plugins/ros-rolling-leo-gz-plugins-dbgsym_2.0.2-2resolute.20260826.151647_amd64.deb Size: 3166442 SHA256: b68d35e4d28ca3c8c452c4d7b5733a942943b1c5097338b01d303e8672a5cd1b SHA1: 59721f280dfb887a6f11e704de591faed2bd52ea MD5sum: 472204e47a00ce690e80f8c2b6829bf2 Description: debug symbols for ros-rolling-leo-gz-plugins Build-Ids: c57377b0c96bc1b58bbf38b3c7e84a72a7265947 Package: ros-rolling-leo-gz-worlds Version: 2.0.2-2resolute.20260714.184137 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 169269 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/leo_gz_worlds/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-gz-worlds/ros-rolling-leo-gz-worlds_2.0.2-2resolute.20260714.184137_amd64.deb Size: 143385838 SHA256: 20b8f0e05ea8dc508593ac28db540091ac57d544e592ff8cb9a5cba2d3c6a66d SHA1: 1e9de7fa38c99fff8fac0740310e394170dae43f MD5sum: d59109ad7ddcb1c93ef5835617bdf8bc Description: Gazebo worlds for Leo Rover simulation in ROS 2 Package: ros-rolling-leo-msgs Version: 3.2.0-2resolute.20260811.202249 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 1095 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-msgs/ros-rolling-leo-msgs_3.2.0-2resolute.20260811.202249_amd64.deb Size: 91560 SHA256: 4b0ae81ff4ad8971e5f0d50b169cca2237db4003b326143d01f6607db09a8572 SHA1: 1c6c99e23ca3ff9624f1591e1ec81386faa75715 MD5sum: 5459479a20bc97dfadac8d470e050fba Description: Message and Service definitions for Leo Rover Package: ros-rolling-leo-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-leo-msgs Version: 3.2.0-2resolute.20260811.202249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Fictionlab Installed-Size: 799 Depends: ros-rolling-leo-msgs (= 3.2.0-2resolute.20260811.202249) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-msgs/ros-rolling-leo-msgs-dbgsym_3.2.0-2resolute.20260811.202249_amd64.deb Size: 559244 SHA256: 0d7bce85b55ad4e04c051ef8eb0f7b73b8f91fc72e30ec25dc642596823754a9 SHA1: f8b7cefe1f40fb806a43b5e53914944069400a9f MD5sum: 0095c235e83ce012e4d1dc7162b68cd6 Description: debug symbols for ros-rolling-leo-msgs Build-Ids: 014cf2f5a31426766f0962daac291237735df0a4 2b75d0bc0e52635f8ead60f18b2daa763d555978 2f05061a24fbf44e1212b5620c1a7a5a430fbf4c 5989dd0167b0305c4110723ce0ae9eddbe6b849e 672d55a206c3478327debd6506f263eb7a345ea2 7e79fdebe0da335ce41768c842726f1c52e10968 a06c3b00fef3752475fc65412fc180ae3661fda5 b883c17d96a98848a67f5a0eb9dddd14c5764ca5 bdcd4e0f8a84d7a66f9cba24e4083ced84053c07 cfdfc56bd04c0af7ee0a935376c727b0da5a40a7 e4cbb381c6409a5920a50c4aad0109f8bb9288e1 Package: ros-rolling-leo-simulator Version: 2.0.2-2resolute.20260826.155848 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 44 Depends: ros-rolling-leo-gz-bringup, ros-rolling-leo-gz-plugins, ros-rolling-leo-gz-worlds, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/leo_simulator/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-simulator/ros-rolling-leo-simulator_2.0.2-2resolute.20260826.155848_amd64.deb Size: 5716 SHA256: cc3b134016137958bc937a0f9a4d727fbf91e007b4e719cd2c86cddb7a461dcf SHA1: 1d649ab72182f94767421ed6827e016e5ae852ca MD5sum: ceb09fb0d1a41ea7420f2885a30e097b Description: Metapackage for Leo Rover Gazebo simulation in ROS2 Package: ros-rolling-leo-teleop Version: 3.2.0-2resolute.20260821.173415 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 50 Depends: ros-rolling-joy-linux, ros-rolling-teleop-twist-joy, ros-rolling-teleop-twist-keyboard, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_teleop Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-teleop/ros-rolling-leo-teleop_3.2.0-2resolute.20260821.173415_amd64.deb Size: 6650 SHA256: 7879ef361ba1d4d2bad1d40b5300a0ed7e6f507a5564dd1363c56227daff41b2 SHA1: aecad8df72362f8dc48a0756b953f4ba1a52bd56 MD5sum: 2690c9e8d4a3b102ba0640bafa778c33 Description: Scripts and launch files for Leo Rover teleoperation Package: ros-rolling-leo-viz Version: 3.0.0-3resolute.20260826.133328 Architecture: amd64 Maintainer: Fictionlab Installed-Size: 57 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-leo-description, ros-rolling-rviz2, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/leo_viz Priority: optional Section: misc Filename: pool/main/r/ros-rolling-leo-viz/ros-rolling-leo-viz_3.0.0-3resolute.20260826.133328_amd64.deb Size: 7976 SHA256: 61e9998d703f9a615a91d1a3a1b8faaa4f75a030cb58caedc6c112ae883531b8 SHA1: e18c31d4d2d7438524c826f42d11b59dad583ecd MD5sum: 35782d75164d8d5bb3b7f96a0c46c67e Description: Visualization launch files and RViz configurations for Leo Rover Package: ros-rolling-lgsvl-msgs Version: 0.0.4-5resolute.20260811.204621 Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2826 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/lgsvl_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lgsvl-msgs/ros-rolling-lgsvl-msgs_0.0.4-5resolute.20260811.204621_amd64.deb Size: 206702 SHA256: 6fd1164a3b5de54d1a8df97afb3dab8246ca8cd84efbd62e44bcd0d010115de3 SHA1: 2b0d6696e42346c6501d76bc1c130cafaf420d3e MD5sum: 7c2e2943b7d2cd8c4da2803152657450 Description: Message definitions for interfacing with the LGSVL Simulator for ROS and ROS 2. Package: ros-rolling-lgsvl-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-lgsvl-msgs Version: 0.0.4-5resolute.20260811.204621 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Hadi Tabatabaee Installed-Size: 2246 Depends: ros-rolling-lgsvl-msgs (= 0.0.4-5resolute.20260811.204621) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lgsvl-msgs/ros-rolling-lgsvl-msgs-dbgsym_0.0.4-5resolute.20260811.204621_amd64.deb Size: 1714768 SHA256: 0e0fb2d05ae9384a5a8d4f57138e0455cad8777398798da930f6bb219c1c9fc2 SHA1: 3331ad582135382e79523086236e59243a511695 MD5sum: 7cb3711a7a2d2dd789aa5e755439ca78 Description: debug symbols for ros-rolling-lgsvl-msgs Build-Ids: 0aaea72c8f527df7ef6005770efb51d1cb0eec94 25d91e50899748cd64014d560566afa0cd1a9f46 26de5d42911a002e85e967840091ef76ebdec281 5b80d697aac1ebfb4af808f12ebdaf5b7936cee2 698aa5c9167f3abb400c63d8a54cebe5ba191fa2 7558a67ab9443af285b15b13e3661a76bd31f9ae 7f29b4c5027acdd8197a3b8a3994d56aee1be909 94d65b8b6c35924791a7f76a08e13f447a5556a2 ab04e0cc04380db85b0238b106bceef40d1aea99 cd2cd3265ecae37f9899cba16aabbab98e026d88 d0c191cd4fc19ba7a250036b86b58ee31275facc Package: ros-rolling-libcaer-driver Version: 1.5.6-1resolute.20260821.170701 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 1181 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-libcaer-vendor, ros-rolling-camera-info-manager, ros-rolling-event-camera-msgs, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/libcaer_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-driver/ros-rolling-libcaer-driver_1.5.6-1resolute.20260821.170701_amd64.deb Size: 259412 SHA256: 308ab3a44cbf9153f56e471c8812d2ff23f5e60653a5cfa531813608249051ed SHA1: ffa760ec8820bdb5398a3bdf1d2a171f21eea753 MD5sum: be6190a9a559df66dd6e4255cf94e13f Description: ROS2 driver for event base sensors using libcaer Package: ros-rolling-libcaer-driver-dbgsym Package-Type: ddeb Source: ros-rolling-libcaer-driver Version: 1.5.6-1resolute.20260821.170701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 6465 Depends: ros-rolling-libcaer-driver (= 1.5.6-1resolute.20260821.170701) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-driver/ros-rolling-libcaer-driver-dbgsym_1.5.6-1resolute.20260821.170701_amd64.deb Size: 5585312 SHA256: 4b6e5dcaa315ade78bc585e367b2ec94b1ed9830409e2a7f9eb21e73b5b8c73d SHA1: 108cf1a2e648ed4857e977c5804d9eba4814947e MD5sum: f92a6ba90b0456e1ccf933354744deec Description: debug symbols for ros-rolling-libcaer-driver Build-Ids: 03837902716bc14544c4e533611ebb82017723d8 5b687a9fba49728e608075f21b194b665ef0697d Package: ros-rolling-libcaer-vendor Version: 2.0.0-2resolute.20260714.184129 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 1163 Depends: libc6 (>= 2.34), libusb-1.0-0 (>= 2:1.0.23~), libusb-1.0-0-dev, ros-rolling-ros-workspace Homepage: https://gitlab.com/inivation/dv/libcaer Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-vendor/ros-rolling-libcaer-vendor_2.0.0-2resolute.20260714.184129_amd64.deb Size: 162764 SHA256: a4fb42af336f62805e9c5071178c29c5b2fb6947bf9ef1cc9b7c6acc9e8515c7 SHA1: 6344d6da9d92e89de46491d40e14f5d7cf0650a1 MD5sum: 53ffed8496e4bda7bfcbe6ae82e53ca4 Description: Wrapper around libcaer library Package: ros-rolling-libcaer-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-libcaer-vendor Version: 2.0.0-2resolute.20260714.184129 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 150 Depends: ros-rolling-libcaer-vendor (= 2.0.0-2resolute.20260714.184129) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcaer-vendor/ros-rolling-libcaer-vendor-dbgsym_2.0.0-2resolute.20260714.184129_amd64.deb Size: 10984 SHA256: e4357733ee94048808144e900a99bcef0b089d22e9cc34f41b70777934ca2192 SHA1: 2ca37e8a2caca554258bdabbe3650e97bf2d9927 MD5sum: 3949dc3d1419d6e1046d4f2451c66c8b Description: debug symbols for ros-rolling-libcaer-vendor Build-Ids: c89bdb0cb0c72cc8891f51ae8bd711b342022f0f Package: ros-rolling-libcamera Version: 0.7.2-1resolute.20260714.174907 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 3718 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libudev1 (>= 183), libyaml-0-2, libyuv0 (>= 0.0.1922), libatomic1, libssl-dev, libudev-dev, libyaml-dev, libyuv-dev, python3-dev, ros-rolling-ros-workspace Homepage: https://libcamera.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcamera/ros-rolling-libcamera_0.7.2-1resolute.20260714.174907_amd64.deb Size: 1061806 SHA256: fd89e59cbbbb3a4ea0279b42208a1e588d7abdedc87e2e6efee306e7af1e4009 SHA1: 95df6fab9f52653b06a8be64dfac6db0d9415956 MD5sum: 6f4968cdd8ad5c317bfe0b0dbb665cc9 Description: An open source camera stack and framework for Linux, Android, and ChromeOS Package: ros-rolling-libcamera-dbgsym Package-Type: ddeb Source: ros-rolling-libcamera Version: 0.7.2-1resolute.20260714.174907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 26333 Depends: ros-rolling-libcamera (= 0.7.2-1resolute.20260714.174907) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libcamera/ros-rolling-libcamera-dbgsym_0.7.2-1resolute.20260714.174907_amd64.deb Size: 24269908 SHA256: feda76a97fe0aafd89fa1af55028a477ef648c6245b5935668daa0c366ce3f5c SHA1: 7483f612c25d16fe67a0e6cc6fb28c7e85befa12 MD5sum: 3bb3f99be34dffe582680845d23eeda4 Description: debug symbols for ros-rolling-libcamera Build-Ids: 045ee48a3104d242d3b25b8979c6881d7331092f 1542aa327fcb4b38f1a1178a4c8c00351d716a6d 20973df0394f26d4de23dc817b21b206696308c8 4a0f17e58ad69057e5325f41954f1bb9ce9920e6 4a5aa7d9cc3993a5a2e3f308279c02432e1b3f6e bbce8ebbe69e3cfa26116e48e806e7e9022faa53 dad3566d01b536a9b150495ac6120e494ef6f808 f8609ab14f67ee9696e44e895df722c53a63cc11 Package: ros-rolling-libg2o Version: 2020.5.29-6resolute.20260714.191029 Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 6132 Depends: libc6 (>= 2.43), libcamd3 (>= 1:7.0.1), libcholmod5 (>= 1:7.3.1), libcxsparse4 (>= 1:7.0.1), libgcc-s1 (>= 4.0), libglu1-mesa | libglu1, libopengl0, libstdc++6 (>= 14), libeigen3-dev, libgl1-mesa-dev, libglu1-mesa-dev, libsuitesparse-dev, ros-rolling-ros-workspace Homepage: https://github.com/RainerKuemmerle/g2o Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libg2o/ros-rolling-libg2o_2020.5.29-6resolute.20260714.191029_amd64.deb Size: 1159418 SHA256: d5ab81b9ecf5ffd0678116cd37a4fa6de6b149a1fc188cc7e2f52e51c54d2786 SHA1: 74cff70beca70736b4b1a19de9935236c97f584d MD5sum: fa369e97322fbee4f1bd5a376c392ef2 Description: The libg2o library from http://openslam.org/g2o.html Package: ros-rolling-libg2o-dbgsym Package-Type: ddeb Source: ros-rolling-libg2o Version: 2020.5.29-6resolute.20260714.191029 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Christoph Rösmann Installed-Size: 166186 Depends: ros-rolling-libg2o (= 2020.5.29-6resolute.20260714.191029) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libg2o/ros-rolling-libg2o-dbgsym_2020.5.29-6resolute.20260714.191029_amd64.deb Size: 165968978 SHA256: 4073047ee011a65040e0844d4a5b98dec8638711341c81ed31e1a174762ff21e SHA1: 1fa6e5bcef23bbd56fe575c234bdafac0b4e3d64 MD5sum: 5eb62220d8cd9131f8205a8a54ce5115 Description: debug symbols for ros-rolling-libg2o Build-Ids: 101477322cb96b2155531edd9e483a0f30964793 13fbd0412d7b439fc20c5fe0ec5a65e9b17ab0ac 2321c6ad6546d24e3678839a07801ff1fd884021 2b7a9af9082a23090d3cbca69affeab18704a51c 470b422fc5afeabd1f1748b57baac7d85a705a9d 4aef7accba516ca7f5bc843c54f9a8e246925037 4b5520f1ad27286639568dab351c5de1f1a1ff94 4c55bd317ed67e86878152a0b93ac85e75979ac9 4d1e4e43302ebebe219e5d04244245086c7440b1 6b26f0a05bcf4a97bec2e15ffe84d407c3d3395b 6bf61bfab5b7b2612165c5a5c894b489db66a2d9 6f335580579cab2bc17080286e0b410dc7815333 730cd837994c83e49f8ef08a94edf734a389b3b8 7def4979c841ae979aae2e8fa3cfe49e33a09e86 8eed2cef66915901fb1c39927560d3dcb5666216 971cf81b3865445009461292f221fe94a9b9d164 9f9ce2af8ee6a11247726998b3bb11ae8828444f 9ff7a3348fff53f03e1a6a98d16e7b2346f90ed5 a133299a7bc9d9359dcf520c4a7f3d279477f8e5 a462123412f1e68cbea69b9b8a38eade1f7a04a3 a50ce8fdc8ce0015c23c5dce19dfe3675bfa6a34 a5f0dd05ef090356e7346bcc67ece836bf78ca46 a6c32ef1c21dc7bb39fa7a794a83f65350b60f4e ac9245966b42f4289eb194d208c5c7163c5689fb ad57460ec44b55d389bd9e5dc86b640e06abb03d bb42db60ed9165a8dc1f7bef23aba3be307e2d48 bdc62cc4c3d35d3d4c496f68cb2475f2050cf8d5 c1419097c6fbe7b2212c21c60d9a757e4dc8db5e e1a36b127630b6dab341055f32386551fe1e3cdb e1b6b5817b3d1eee450a6375b9fbb0f65811294f e83c390eb3e97da822b2a650d1af98424c4483f8 ee921ef28e9d89312f08d6762f2c740eee076308 f44299b05c120b76357e2c167ac5378d71ce2066 Package: ros-rolling-libmavconn Version: 2.15.1-1resolute.20260824.235120 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 460 Depends: libc6 (>= 2.42), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libasio-dev, libconsole-bridge-dev, ros-rolling-mavlink, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libmavconn/ros-rolling-libmavconn_2.15.1-1resolute.20260824.235120_amd64.deb Size: 123384 SHA256: 4e65a68d5a03bd07993b26cb68e2a80caf377f50ffeff9bf8ee58c3e5f7f6d01 SHA1: cdd453b546a7793b68c266bf5011a214f779774b MD5sum: 9e6764c28ecc6580aef0bd6037681acf Description: MAVLink communication library. This library provide unified connection handling classes and URL to connection object mapper. This library can be used in standalone programs. Package: ros-rolling-libmavconn-dbgsym Package-Type: ddeb Source: ros-rolling-libmavconn Version: 2.15.1-1resolute.20260824.235120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 2110 Depends: ros-rolling-libmavconn (= 2.15.1-1resolute.20260824.235120) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libmavconn/ros-rolling-libmavconn-dbgsym_2.15.1-1resolute.20260824.235120_amd64.deb Size: 1881356 SHA256: 0f34ff87ff9c38a5215474cf7266e680248669f8289aaf2f58ea81e0056d4f7f SHA1: 3f040492f3e880ee525773a2c5dd7213c89a8f7c MD5sum: 85aae786cf5a1e10ba3b7b18686aa08f Description: debug symbols for ros-rolling-libmavconn Build-Ids: ad1bac7fa8aa2ba0516f35d6b393bdfc50c27fcc Package: ros-rolling-libphidget22 Version: 2.4.0-2resolute.20260714.184159 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 5788 Depends: libc6 (>= 2.38), libusb-1.0-0 (>= 2:1.0.16), ros-rolling-ros-workspace Homepage: http://ros.org/wiki/libphidget22 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libphidget22/ros-rolling-libphidget22_2.4.0-2resolute.20260714.184159_amd64.deb Size: 931266 SHA256: df270e6a7232179104ea3e42a80ef14d37c7ac1102b18a204d652ac671e0c499 SHA1: 41016606b7c50208e2f4e12de1d8896c380dae14 MD5sum: 1df4997d4e5609fefb9f39f8157be0f7 Description: This package wraps the libphidget22 to use it as a ROS dependency Package: ros-rolling-libphidget22-dbgsym Package-Type: ddeb Source: ros-rolling-libphidget22 Version: 2.4.0-2resolute.20260714.184159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2608 Depends: ros-rolling-libphidget22 (= 2.4.0-2resolute.20260714.184159) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libphidget22/ros-rolling-libphidget22-dbgsym_2.4.0-2resolute.20260714.184159_amd64.deb Size: 2004714 SHA256: 2dfb291a3e882e4b3c561970ec42011e7483cd1b11775241b5c861b1af6f7533 SHA1: 85afb7cf7e285cbb81382ef4da241b9f35e47130 MD5sum: 32f79db5bbd26b58686c2f974c2ed807 Description: debug symbols for ros-rolling-libphidget22 Build-Ids: ba8320b4a3e70d8fb254808912b8d6514d7f1fe2 Package: ros-rolling-librealsense2 Version: 2.58.4-1resolute.20260830.174506 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 36901 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libglu1-mesa | libglu1, libopengl0, libssl3t64 (>= 3.2.0), libstdc++6 (>= 14), libudev1 (>= 183), libusb-1.0-0 (>= 2:1.0.16), libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, libx11-dev, ros-rolling-ros-workspace Homepage: https://github.com/realsenseai/librealsense/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-librealsense2/ros-rolling-librealsense2_2.58.4-1resolute.20260830.174506_amd64.deb Size: 9269710 SHA256: 5e7ac818faef82fcfc406efe3acadb9cb8fce03b5d7000a39b6edb6d8183ab81 SHA1: 3fecc91ab4d86bc3cc0dbcd6684dfe88c9391206 MD5sum: 15838aa1e158f1461164af121e591ed3 Description: Library for controlling and capturing data from the RealSense depth streaming devices. Package: ros-rolling-librealsense2-dbgsym Package-Type: ddeb Source: ros-rolling-librealsense2 Version: 2.58.4-1resolute.20260830.174506 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 176239 Depends: ros-rolling-librealsense2 (= 2.58.4-1resolute.20260830.174506) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-librealsense2/ros-rolling-librealsense2-dbgsym_2.58.4-1resolute.20260830.174506_amd64.deb Size: 164931544 SHA256: 170891bb7b053553f14a94adb176d1daa7ee4b383938d4a639c0356d6b066a58 SHA1: f2a37e790065172dbc6d772bf0b32b836c712254 MD5sum: cff0dabea01678e2d8027e60877f1f0a Description: debug symbols for ros-rolling-librealsense2 Build-Ids: 0360c5133d3b851267be3146e21eeba5a144d631 0990dfcefc83656540faf6bc9ea9d86fefa889f7 1e034f5228a00ee4d90d990329081f7d68077bea 23bc88dd425ba7785b593dcf48e419046cab67a2 29bf8d547c9e5a1c5c0e0684c436842a977f6c43 2e0fc5491091c333eb4a36a4c8ccd0be190b265d 39e5952430ed7d8e8c5fba39d78737664d68b76c 3e48eca0b0a8133d65e0a5f2c49760dcb579625a 4e73e9872f2bd5740fc90cf1d1b2676ea554732f 572b236a86a793f47e3dd4b85ac4cd16d37c9de4 596ed21460b11dbc10a62a3a89ac23e7c471cf0a 5f2d9f652483802d62f7345da2a65834a6d5a668 60bf27be6ce582df8d1273fc032ccbed3081e0fd 6a4b2df3a798f9a338d66c5785f204d25874782e 6bd310016b38d69ead98eb96784e497d15ec7565 6d5a71a728ae074ee761bc9c9adf8526db718eb2 7aa5842e6ab693ccd5d5764efc5fee87eeb5de52 7c592ed1678eccc0ebe98042f389d8a3e87a12bd 805a81b00c6a30156bb664cd08361f4448c00a74 808b4d95404973157dd4e4258b86a01d9759c11d 85bb5229d0cd82cfa3042716f3e92bec2d098b7a 8dcfe22b6db1b6ba8a403b8a88dd1c624dce09ac 8f7a91734ac01a1cfe86db55a491281d422aa986 9191d43c9308425463a9392c7eaf539e03b279e5 a5fc57c602eedcaff89b0555a780b37e2e784667 a60b54930c07d71805db0bd8b07da6d5fa970662 a713bfd441532e21b38bbd0c119f7fad0d6184a4 ace31516d1d5c9f2629d7cd6f772b63eaa93f1ec addbe019fae2dad01b0e64e224755b20284e0b3a b1e2b5d9935f9a9ee617db9b26c3cbe7e0ef7189 bdcaec70475db836cf910bc37e9a22a941f3c50b bf5f4f33397f6d84cc0e60719d9ef3755f7cbe63 c8ce2449a78bf121a32a9808e131dd40c8b03a77 ccf2f8597eee1840bb13634e18a59275ab02bd50 cf3ef7a2f80f157ff805e62a1f0f9b1e72c284cb d84286d4c9c3aff9af549781d56ad29064e3a51e e4111fce250340411109408796955dde4250f47b e468037e3b7430955eb81e1df8ca745277418f0e f2100c46773dea06df5ae5cd53a0b27f893be904 f95680722f11e474b63a964888ac58b11bc83b45 fca5617f4d76ef2f6e79d7ff5fb6fc308b8e77a4 Package: ros-rolling-libstatistics-collector Version: 3.0.0-1resolute.20260821.161546 Architecture: amd64 Maintainer: "ROS Tooling Working Group" Installed-Size: 137 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-builtin-interfaces, ros-rolling-rcl, ros-rolling-rcpputils, ros-rolling-rmw, ros-rolling-statistics-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/libstatistics_collector/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libstatistics-collector/ros-rolling-libstatistics-collector_3.0.0-1resolute.20260821.161546_amd64.deb Size: 26338 SHA256: f203298f931b754274b80e7141ae66e0299d7a7c86d32f0b16a79f34e5e00680 SHA1: 7ac696e7f647f7a6f176f5fc9e6dc8a758f18b49 MD5sum: 0474650da0f184ced019ff57030989a1 Description: Lightweight aggregation utilities to collect statistics and measure message metrics. Package: ros-rolling-libstatistics-collector-dbgsym Package-Type: ddeb Source: ros-rolling-libstatistics-collector Version: 3.0.0-1resolute.20260821.161546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROS Tooling Working Group" Installed-Size: 143 Depends: ros-rolling-libstatistics-collector (= 3.0.0-1resolute.20260821.161546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libstatistics-collector/ros-rolling-libstatistics-collector-dbgsym_3.0.0-1resolute.20260821.161546_amd64.deb Size: 118918 SHA256: 2630e9198d158e476a6afe6c57490a9bc01876954f8f7f2fc5ac1ad8b745fb8e SHA1: 8d3f5ac1df1b7dda03a04845ef3d9098ccafa98a MD5sum: 436138169100bbc11a85a2466c669949 Description: debug symbols for ros-rolling-libstatistics-collector Build-Ids: f804cbe0324f6a4b97290083c4f35118efec8900 Package: ros-rolling-libtorch-vendor Version: 0.1.2-1resolute.20260714.184209 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 694262 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.4), libstdc++6 (>= 10.2), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/libtorch_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libtorch-vendor/ros-rolling-libtorch-vendor_0.1.2-1resolute.20260714.184209_amd64.deb Size: 107113620 SHA256: 7cb7b028673178fd997720eb42525ff6ccb8b2155e20e88bdc6bdaf955713b18 SHA1: 458cb3e9d3e279d73ab3b696134496982d75f38c MD5sum: 95c3f42d802934bb3b67b290bfbc038e Description: Vendor package that downloads and installs the pre-built LibTorch C++ distribution for torch_conversions and other packages. Package: ros-rolling-libtorch-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-libtorch-vendor Version: 0.1.2-1resolute.20260714.184209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 9883 Depends: ros-rolling-libtorch-vendor (= 0.1.2-1resolute.20260714.184209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libtorch-vendor/ros-rolling-libtorch-vendor-dbgsym_0.1.2-1resolute.20260714.184209_amd64.deb Size: 740958 SHA256: aaf14c50c4962b1e78700bc54ea51abcf09bcc224f465903838092f0a1657a68 SHA1: 8435e43011128f2bb0abdf9ad9afea1beeeb4a65 MD5sum: 84ac26825728bf7036fabb7e0c415734 Description: debug symbols for ros-rolling-libtorch-vendor Build-Ids: 087386593134cd1e2696674dc94183d57921cc8e 1333aac94fb0d01568862bfb21c7407449c28a77 21ca39eb8122ed3d47fdb0fe03c964852937c2e0 395b93d055b52d316f98a9a9477eea649e681a73 5f35c8b2fb02b5de73fa87f41f3f880d2ff0141d 82844ecf3185e362f674fd6af5e010d6459916e1 8e989c9fd034d0253e305d340d170a80959d4019 9f71fa9118f9528586d298ed613dc57d29c45cbe aa3dde0f4ef42799a70d44f362cf09bf57d19146 bc5aadb04f6a14ffcf19732f7a4717447ad2056f Package: ros-rolling-libyaml-vendor Version: 1.9.0-1resolute.20260714.184220 Architecture: amd64 Maintainer: "Alejandro Hernandez" Installed-Size: 49 Depends: libyaml-dev, pkg-config, ros-rolling-ros-workspace Homepage: https://github.com/yaml/libyaml Priority: optional Section: misc Filename: pool/main/r/ros-rolling-libyaml-vendor/ros-rolling-libyaml-vendor_1.9.0-1resolute.20260714.184220_amd64.deb Size: 7034 SHA256: c3f4ede64d691964e01e5e9d9cd72ef23b7f163537113c137b46056c06562f8c SHA1: 078be33de6e207c26ac566b742d139290321c550 MD5sum: 557f126be8ae87b04856a4bacb8f40d8 Description: Exports a custom CMake module to find libyaml. Package: ros-rolling-lifecycle Version: 0.38.0-1resolute.20260821.164915 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 986 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/lifecycle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle/ros-rolling-lifecycle_0.38.0-1resolute.20260821.164915_amd64.deb Size: 190962 SHA256: 5f05c6213c236759c73e1a6e5619bc74998b76b5185d5e9505dbe0f5f3806191 SHA1: 797a4667dc7beed32c0c3d3cb05ceb3c3bb0b3ef MD5sum: 985a8fd6b0b85d2f35fccfd193f3251d Description: Package containing demos for lifecycle implementation Package: ros-rolling-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-lifecycle Version: 0.38.0-1resolute.20260821.164915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4836 Depends: ros-rolling-lifecycle (= 0.38.0-1resolute.20260821.164915) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle/ros-rolling-lifecycle-dbgsym_0.38.0-1resolute.20260821.164915_amd64.deb Size: 4017020 SHA256: 5fb364272002d6777f5478830f1ef5e74b2e444aff1492284f666151f47e4dd4 SHA1: cc4a9bb1b64e7e406f1b684197c18d487272cd8c MD5sum: 25390fff8073a18f726a4cc8b44e013c Description: debug symbols for ros-rolling-lifecycle Build-Ids: 32465920a2fb94b24c7e9bbe224e7793283e7d04 731b1b1f9025acbf87852faa3d70d202b714c9d1 ff3a930c56038a6716991a3961c1ccf02a65fdb9 Package: ros-rolling-lifecycle-msgs Version: 2.5.1-1resolute.20260811.203433 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2664 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/lifecycle_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle-msgs/ros-rolling-lifecycle-msgs_2.5.1-1resolute.20260811.203433_amd64.deb Size: 201836 SHA256: 34b784b36590ffacf386018c7382edf544ec0a055c212ead197c30afe51ba58d SHA1: e3370a78b9c2c8e8bf39a5efde7417c054cfb912 MD5sum: eb09364fe76fbbe4a812a4fba960b99a Description: A package containing some lifecycle related message and service definitions. Package: ros-rolling-lifecycle-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-lifecycle-msgs Version: 2.5.1-1resolute.20260811.203433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2146 Depends: ros-rolling-lifecycle-msgs (= 2.5.1-1resolute.20260811.203433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle-msgs/ros-rolling-lifecycle-msgs-dbgsym_2.5.1-1resolute.20260811.203433_amd64.deb Size: 1571646 SHA256: d1cfb347b0f714cb0df359ba488b04e2ce6e8c938d6098d737dce15712a2e907 SHA1: 4309f201fb16a8cbe4095c53e5ef01b7268f797e MD5sum: 378d9b9da4ca835deb085a8f62d6ba31 Description: debug symbols for ros-rolling-lifecycle-msgs Build-Ids: 4062621769c3935ee4dd414cfc88c7f043fb1bc2 63a08cd94562ecdf0e2b191e1ef01257c8bb8e98 661a61fae2cfced41dddaf8ab67bde0a13311a3a 6a35f2e865c593f398ad0382693a510da047fa70 75f46d0475a0fc75d35d1a45265ff246ed1d5af7 7b5a3847704aacf63a1aebf600e0b10453368351 a5a88d850b06041fc378d37b9e8d45c5ffe2696c a99470c51d32616aa6d574167873c949503f0ae1 c73c9ebdd9fb480206c8b52f763ce20099947c51 cfe802f23ed784d7d70588ddea9fe92b3e2f97f5 ec7e74edb0a6ff7d6b6884ec614c79bda601e139 Package: ros-rolling-lifecycle-py Version: 0.38.0-1resolute.20260821.163752 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 52 Depends: ros-rolling-example-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/lifecycle_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lifecycle-py/ros-rolling-lifecycle-py_0.38.0-1resolute.20260821.163752_amd64.deb Size: 9332 SHA256: 598562c414101afe2b996c3b397ce19957edd3c6bc7d0119dcf5529859ec6c16 SHA1: dd449f4335f8bbbb47029b74ae5af9180eded076 MD5sum: d637298eef75fe8c717cb825dac2dd1c Description: Package containing demos for rclpy lifecycle implementation Package: ros-rolling-linear-feedback-controller Version: 4.0.4-1resolute.20260826.130113 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 987 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-pinocchio, ros-rolling-urdfdom, libeigen3-dev, ros-rolling-control-toolbox, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-linear-feedback-controller-msgs, ros-rolling-message-filters, ros-rolling-nav-msgs, ros-rolling-pal-statistics, ros-rolling-pluginlib, ros-rolling-rcl, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-rosidl-dynamic-typesupport, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://github.com/loco-3d/linear-feedback-controller Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller/ros-rolling-linear-feedback-controller_4.0.4-1resolute.20260826.130113_amd64.deb Size: 278114 SHA256: 9290a3e709d3c949455ff548847962a4d2067525367adaa2bf9b77f459d74548 SHA1: 97d8294c2791a25fe2ce24eb6e2d10eb8dd6dfa3 MD5sum: bd5c05c3425a256e4c5f6f42d0bee228 Description: roscontrol controller package conputing a linear feedback. The user needs to provide a model of the robot and a list of controlled joint and the controller computes a linear feedback on the user defined state. Package: ros-rolling-linear-feedback-controller-dbgsym Package-Type: ddeb Source: ros-rolling-linear-feedback-controller Version: 4.0.4-1resolute.20260826.130113 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 9888 Depends: ros-rolling-linear-feedback-controller (= 4.0.4-1resolute.20260826.130113) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller/ros-rolling-linear-feedback-controller-dbgsym_4.0.4-1resolute.20260826.130113_amd64.deb Size: 9344952 SHA256: 24e040d48bc0a5560765af51fbf392c30d28cef33c4819b647ac9179512bbe41 SHA1: a752ed98e924157b7bebdcd69b612fa8e0639d1e MD5sum: 5d82dfee285745c156a6fe6ce7bd513e Description: debug symbols for ros-rolling-linear-feedback-controller Build-Ids: d2b91bfffb38d20498ae1c6aa9b32a698a986631 Package: ros-rolling-linear-feedback-controller-msgs Version: 1.2.2-2resolute.20260824.235446 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 956 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, libeigen3-dev, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2-eigen, ros-rolling-ros-workspace Homepage: https://github.com/loco-3d/linear-feedback-controller-msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller-msgs/ros-rolling-linear-feedback-controller-msgs_1.2.2-2resolute.20260824.235446_amd64.deb Size: 93356 SHA256: 00da80388e98925f6592cde93b2560f0c73aa6c2973571967ac7c0f64a02f4a2 SHA1: b5f215f417b724ffde859e0c90df16174f578613 MD5sum: 3ae2a02d0aecf02d31800ef3237a0271 Description: ROS msgs that interface the linear_feedback_controller package. Package: ros-rolling-linear-feedback-controller-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-linear-feedback-controller-msgs Version: 1.2.2-2resolute.20260824.235446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 746 Depends: ros-rolling-linear-feedback-controller-msgs (= 1.2.2-2resolute.20260824.235446) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linear-feedback-controller-msgs/ros-rolling-linear-feedback-controller-msgs-dbgsym_1.2.2-2resolute.20260824.235446_amd64.deb Size: 521996 SHA256: d30b86d9560c3a4947a0dbfb0e0dcd3f4d0e1c7bb0acc0567f669ae1d9fd8eb4 SHA1: b3f685a69bbb7878bf7f883543a33adf6f8c38a9 MD5sum: 2a38e955673ed39027384d9abd4e1c8a Description: debug symbols for ros-rolling-linear-feedback-controller-msgs Build-Ids: 02bec78c34b09da3c7d21cfd8f50266dd9f51a89 2d0e8dc50ce3e291805990f8005eafde57af6636 3b7489135fa2ab691b68f9295ac95daa9c2ac968 6c3e5f9a272b85f7c2f9e0d8d3e18fdeda9d2e71 7cd9b6666b4e1bb97bd12b6734d75c2183738e1d a53a9b24759e31a9cf427011626856a61b7ca5f3 bcea25e2608c72afd4bc7c274ce89eb343799a96 ec8f0af03516a685276c692e901c27ed540f485c efbfbafc2e45d93c65cff3ac1beecd7ec45c6174 f335d0144cd7ae6736739684e5e0965826f5af85 f91add22eac2b0f2bdecfb5ecc725be99acbb232 Package: ros-rolling-linux-isolate-process Version: 0.0.2-3resolute.20260714.174945 Architecture: amd64 Maintainer: adityapande Installed-Size: 42 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/linux_isolate_process/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-linux-isolate-process/ros-rolling-linux-isolate-process_0.0.2-3resolute.20260714.174945_amd64.deb Size: 6546 SHA256: f9ffe94c2b2da2b976ff2cceaf625335b9529c227bfd99d08b1a0402e03f7167 SHA1: 29603db3436e6ed5c7b6bc170cb8501879e5d2a1 MD5sum: fb6058fa58d8e7af838957dcbb69ec3a Description: A tool to isolate ros2 nodes Package: ros-rolling-live555-vendor Version: 0.20251106.0-2resolute.20260714.174954 Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2203 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 5), ros-rolling-ros-workspace Homepage: http://www.live555.com/liveMedia/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-live555-vendor/ros-rolling-live555-vendor_0.20251106.0-2resolute.20260714.174954_amd64.deb Size: 510154 SHA256: f230431dfeed9022a976db5e2bd4a0e118e54109d96ce884da3fb0b8888e3d96 SHA1: 49b1aef41897f1ceaeaff5fdb68819b7149edbd6 MD5sum: 3cf74baa5a1d7bbb56cdad8bf21ccb87 Description: multimedia RTSP streaming library Package: ros-rolling-live555-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-live555-vendor Version: 0.20251106.0-2resolute.20260714.174954 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Timo Röhling Installed-Size: 2318 Depends: ros-rolling-live555-vendor (= 0.20251106.0-2resolute.20260714.174954) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-live555-vendor/ros-rolling-live555-vendor-dbgsym_0.20251106.0-2resolute.20260714.174954_amd64.deb Size: 1652926 SHA256: 4d6963cbb9722893a983d2c53996fed5fe61cf1bed5f7726c50a86ce74918e2e SHA1: 48616ecf91494c64e0149caf25573bf1c9475db0 MD5sum: a3e73375160fe4c4735de2050fa49062 Description: debug symbols for ros-rolling-live555-vendor Build-Ids: 1ec7c72144a352af91b3b9bbad4184232a13a3df 39f3239aba18490b56846a7df593b2a779a55b41 49ce8f52848cec21b5ce01542d326cc7b0faa66c 4b1aec1f7793692b15a9bf34502230a683fb0b79 b2dab88c3f876b8b6081b6c29449b66709585242 c8db61251094101920640b1c650d74ae084b668b cd3a06a28617ea4e1e7c2eb2825829abfa4a3375 Package: ros-rolling-log-view Version: 0.5.0-1resolute.20260821.175941 Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 1092 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncursesw6 (>= 6), libstdc++6 (>= 14), libtinfo6 (>= 6), libyaml-cpp0.8 (>= 0.7.0), libncurses-dev, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rosbag2-cpp, ros-rolling-rosgraph-msgs, ros-rolling-yaml-cpp-vendor, xclip, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/log_view/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-log-view/ros-rolling-log-view_0.5.0-1resolute.20260821.175941_amd64.deb Size: 260410 SHA256: 5b7871553e070c5c7d9f57f50158f3a29ef34ccdcf3b1347c8ab520e09b5e154 SHA1: f8053b84db69d0a06e6a8b8cad38c9e57fb72cb3 MD5sum: aa7139520f6566cb93e44d9f98c6ef22 Description: The log_view package provides a ncurses based terminal GUI for viewing and filtering published ROS log messages. This is an alternative to rqt_console and swri_console that doesn't depend on qt and can be run directly in a terminal. Package: ros-rolling-log-view-dbgsym Package-Type: ddeb Source: ros-rolling-log-view Version: 0.5.0-1resolute.20260821.175941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Marc Alban" Installed-Size: 6140 Depends: ros-rolling-log-view (= 0.5.0-1resolute.20260821.175941) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-log-view/ros-rolling-log-view-dbgsym_0.5.0-1resolute.20260821.175941_amd64.deb Size: 5395222 SHA256: f0dc72779353fc2a24233d41c2f45ab159352d89d7ae840f3cf63e09f3a2d332 SHA1: 187bfb6d31041ef161029f1cd6b9fb328f26df4a MD5sum: 93b8f0b2a6b2b61688009258d9e93698 Description: debug symbols for ros-rolling-log-view Build-Ids: 6a2fd982956d90b7066d3024b2e55355b5982a8f db0ac29ce8458cc13fca7a1c1ab12ba11318e37e Package: ros-rolling-logging-demo Version: 0.38.0-1resolute.20260821.171619 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1015 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-rolling-fastcdr, ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/logging_demo/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-logging-demo/ros-rolling-logging-demo_0.38.0-1resolute.20260821.171619_amd64.deb Size: 151866 SHA256: f48483618816576b2750c3ed9374424eb4ac7672ced685035093164775ca2fe8 SHA1: 76e5a46fb6b1fbff3c9931b6c4fc0c0eef160f2a MD5sum: 1a3144e818c4e44e40e37635fa273135 Description: Examples for using and configuring loggers. Package: ros-rolling-logging-demo-dbgsym Package-Type: ddeb Source: ros-rolling-logging-demo Version: 0.38.0-1resolute.20260821.171619 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 2382 Depends: ros-rolling-logging-demo (= 0.38.0-1resolute.20260821.171619) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-logging-demo/ros-rolling-logging-demo-dbgsym_0.38.0-1resolute.20260821.171619_amd64.deb Size: 2030532 SHA256: af7c5c107a96b07ab92835cd891868adda2236963ac46be5da6667953c95d71d SHA1: 62db113d2b6a2cd555b1a085a05b626cf729d474 MD5sum: 73e12d950736aea88ee483500b17a4d3 Description: debug symbols for ros-rolling-logging-demo Build-Ids: 252397734116890b0db5cf1e4525eddcb05b1ab8 3eb0283290e8308133b68e58b220d685d0dc0264 4ab4e17be926e0dacbbb8a0e75c2752d938bf263 4c084f4d0e8fd97beb42f51c97f2935f00f548d6 4e5027b776ee52c5d63a95c2f36071a99f095c00 6cc3f4705854f20bd540603bb9b6bdea18b6bbd6 7ba188df774a6babd374097f20da316384f971c5 9bb7871e8efdf11f5443ee644dcbeba061706241 9ff1a06dbe875c30f178dc9cbe576ed35c5083fc a64be318d643ad9e34915bc0e97d82dd6cc1fcda a8e90782d42d6d6afeb757bc208a20c204f54a63 ab51192087d4726b9c45e09bb9c84081e9508fa2 b6de7f9283a9bb977992e3d720466e8b69a31d2a f692f4b04d49381e3971cad72c10efe6e33d7d2b Package: ros-rolling-lttngpy Version: 9.0.0-1resolute.20260714.184225 Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 408 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblttng-ctl0t64 (>= 2.12.0), libstdc++6 (>= 14), liblttng-ctl-dev, ros-rolling-rpyutils, ros-rolling-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/lttngpy/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lttngpy/ros-rolling-lttngpy_9.0.0-1resolute.20260714.184225_amd64.deb Size: 134438 SHA256: be2130aa8e46e1aed6cbda7711094b0e7e64f884a2991b307488647280a15cae SHA1: 87355fc8f7c430df656c0d1f6be2df3749ad6783 MD5sum: a6dcdc6d83692c52feadae1ccfaabf17 Description: liblttng-ctl Python bindings Package: ros-rolling-lttngpy-dbgsym Package-Type: ddeb Source: ros-rolling-lttngpy Version: 9.0.0-1resolute.20260714.184225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 1819 Depends: ros-rolling-lttngpy (= 9.0.0-1resolute.20260714.184225) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lttngpy/ros-rolling-lttngpy-dbgsym_9.0.0-1resolute.20260714.184225_amd64.deb Size: 1669340 SHA256: bee237a913ec58d23699085353688a43b299c7b5a564934d81d09798a0cd7368 SHA1: 35f5c7e78d1ebd51a10e09f86e7c9faa227b8dd6 MD5sum: f3cf134d73cab132eb20e10dc09c1df8 Description: debug symbols for ros-rolling-lttngpy Build-Ids: 192d68e2c0d0036379adccd2432cc0033d056f75 Package: ros-rolling-lz4-cmake-module Version: 0.34.0-1resolute.20260714.184227 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 50 Depends: liblz4-dev, ros-rolling-ros-workspace Homepage: https://github.com/lz4/lz4/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-lz4-cmake-module/ros-rolling-lz4-cmake-module_0.34.0-1resolute.20260714.184227_amd64.deb Size: 6882 SHA256: 4b3493a69f7f5efce86ccadba95092bb1ac4fae89aa7e95ff6aff957f3bedede SHA1: 59c721dbb3de51862df5255215b6a0a6fa3a6d55 MD5sum: 2c01991ee1a21ff622c4095aa7693ccb Description: LZ4 compression cmake module package Package: ros-rolling-magic-enum Version: 0.9.8-1resolute.20260811.120200 Architecture: amd64 Maintainer: "Neargye" Installed-Size: 185 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/magic_enum/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magic-enum/ros-rolling-magic-enum_0.9.8-1resolute.20260811.120200_amd64.deb Size: 28342 SHA256: b516108d39ab4b51b965fd2ed35b6377b66a88346518da4cdd1aab37f1513fed SHA1: bd6937bf2a52d981a039aa98d818724d191ecfc4 MD5sum: a32b5f54a231e4e098808b8a1f7b5405 Description: Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code Package: ros-rolling-magnetic-model Version: 4.0.1-1resolute.20260824.235841 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 290 Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.3), libgeographiclib26 (>= 1.50), libstdc++6 (>= 13.1), libgeographiclib-dev, ros-rolling-angles, ros-rolling-cras-cpp-common, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/magnetic_model Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetic-model/ros-rolling-magnetic-model_4.0.1-1resolute.20260824.235841_amd64.deb Size: 85898 SHA256: 334334af8f61165cfd0305d8d6ebd121fee393116e61c3eb60a882e38505bd9a SHA1: a29dcf01adc9eb46bde7856cf016e99b6bbf70c5 MD5sum: c8bf96dd073196d0895210abd838e01d Description: World Magnetic Model ROS API. Package: ros-rolling-magnetic-model-dbgsym Package-Type: ddeb Source: ros-rolling-magnetic-model Version: 4.0.1-1resolute.20260824.235841 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 801 Depends: ros-rolling-magnetic-model (= 4.0.1-1resolute.20260824.235841) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetic-model/ros-rolling-magnetic-model-dbgsym_4.0.1-1resolute.20260824.235841_amd64.deb Size: 735312 SHA256: 95dc8502628cc2c28ba86e4991d960042acaf8220e82eb0a7d4221a4a2ef3b29 SHA1: f033f5aedda42e964ac5713fa46926150e9caebe MD5sum: e6510576d329e0adbbc24fb072336704 Description: debug symbols for ros-rolling-magnetic-model Build-Ids: c79904db10451315f9bffa4bb366d53c71447df7 Package: ros-rolling-magnetometer-broadcaster Version: 6.9.0-1resolute.20260826.130118 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 293 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, ros-rolling-backward-ros, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-broadcaster/ros-rolling-magnetometer-broadcaster_6.9.0-1resolute.20260826.130118_amd64.deb Size: 84524 SHA256: 5e01fc16037d54ec04043026877930fd4431dc686a7b51ec4cb8424f8322e549 SHA1: d302129c35fe5ea72bf9418f06269ed54da5051c MD5sum: fd579dfcbddf69913d3d8c8f6408c0d2 Description: Controller to publish readings of a magnetometer. Package: ros-rolling-magnetometer-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-magnetometer-broadcaster Version: 6.9.0-1resolute.20260826.130118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1214 Depends: ros-rolling-magnetometer-broadcaster (= 6.9.0-1resolute.20260826.130118) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-broadcaster/ros-rolling-magnetometer-broadcaster-dbgsym_6.9.0-1resolute.20260826.130118_amd64.deb Size: 1103678 SHA256: f4915910049704b3157a4109f1b050ee50298fc78ab7ecafe7c6146e266d297b SHA1: eeee15db40f8186dfb5202e7e89b1568c1a68289 MD5sum: 1580fd6bad9b78090fab543da96540cb Description: debug symbols for ros-rolling-magnetometer-broadcaster Build-Ids: 1cf6a9a27a01ca12ef9b5c0111601f85d0ffd58d Package: ros-rolling-magnetometer-compass Version: 4.0.1-1resolute.20260825.001646 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 2444 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libstdc++6 (>= 14), libeigen3-dev, ros-rolling-angles, ros-rolling-compass-conversions, ros-rolling-compass-interfaces, ros-rolling-cras-cpp-common, ros-rolling-geometry-msgs, ros-rolling-magnetometer-pipeline, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-tf2-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/magnetometer_compass Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-compass/ros-rolling-magnetometer-compass_4.0.1-1resolute.20260825.001646_amd64.deb Size: 420724 SHA256: bd61bc7541fcf3d5eaef819d70a47d1b866b1589c55a56ff517a1c37c8df744a SHA1: 45663bf0788877ea0d121396b88f74dd163b7356 MD5sum: 2efcba8b73b3a1cc4e5f1eec6a6409dc Description: Compass based on a 3-axis magnetometer, attitude readings and possibly also GNSS. Package: ros-rolling-magnetometer-compass-dbgsym Package-Type: ddeb Source: ros-rolling-magnetometer-compass Version: 4.0.1-1resolute.20260825.001646 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 12567 Depends: ros-rolling-magnetometer-compass (= 4.0.1-1resolute.20260825.001646) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-compass/ros-rolling-magnetometer-compass-dbgsym_4.0.1-1resolute.20260825.001646_amd64.deb Size: 10449654 SHA256: c14af7d3dc369348abc44af909a25ea9b7140c61489fb064353a99c72d992f06 SHA1: c9aa7a1e9db5435c276eb727e97123dbf1b83a44 MD5sum: 5fd1ec215efa0d3c72aae54a6f2ea16b Description: debug symbols for ros-rolling-magnetometer-compass Build-Ids: 31b568c08baedd0e6b55fb138da87b279eafdda5 9c60e599c70b3649554beb4243b920d43111b49d cb8a1b4132d05ca97238e179fecd7d3d423844bd e85ffa9a120801b6254741bb888adb9903bf78c1 e9668fbcfa13e0842d1d01c21ff4da60b4f139e5 Package: ros-rolling-magnetometer-pipeline Version: 4.0.1-1resolute.20260824.235949 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 710 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), python3-numpy, ros-rolling-cras-cpp-common, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-eigen, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/magnetometer_pipeline Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-pipeline/ros-rolling-magnetometer-pipeline_4.0.1-1resolute.20260824.235949_amd64.deb Size: 158714 SHA256: 9e85418120e7c21dd41427fc1fb56ad9f05004ed111e3195c84635df64ddf6f8 SHA1: a0543e6748bbd2c6d8eef5e7d2d49a01cb464f75 MD5sum: e3f57d6849dee30a514d6043507fbc8f Description: Calibration and removing of magnetometer bias. Package: ros-rolling-magnetometer-pipeline-dbgsym Package-Type: ddeb Source: ros-rolling-magnetometer-pipeline Version: 4.0.1-1resolute.20260824.235949 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 3802 Depends: ros-rolling-magnetometer-pipeline (= 4.0.1-1resolute.20260824.235949) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-magnetometer-pipeline/ros-rolling-magnetometer-pipeline-dbgsym_4.0.1-1resolute.20260824.235949_amd64.deb Size: 3338192 SHA256: 12d09986f36a0265f7c1270b25680134ef094c50f92d333206da1fd2eec59e88 SHA1: 691a30d1ff7030840ecfae39ca8e6b7464f7bb0f MD5sum: 60fe5b7c28bae2b3ba5e356604a2e147 Description: debug symbols for ros-rolling-magnetometer-pipeline Build-Ids: 0aedd5f0a1892165896f1ddf347e87b244091abd d99572d46ffb332910cab81bf3f362f578bf58fb daa2fbf5d49e11bdabb2404c820cc4b96843e86f fbb18dfce9227bb175222cdad6c4c4484dae1551 Package: ros-rolling-map-msgs Version: 2.6.1-1resolute.20260811.204654 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3534 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-nav-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/map_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-map-msgs/ros-rolling-map-msgs_2.6.1-1resolute.20260811.204654_amd64.deb Size: 262722 SHA256: ef7afc4d606f9f04b72ce6e419d9ff48efb7736b60a9361c34b6c92f84a87b08 SHA1: 5611e845577d2f94c1d0c720f46d1ffe8a28b567 MD5sum: 25f2945c3c5ab936292d08bf35a3bd48 Description: This package defines messages commonly used in mapping packages. Package: ros-rolling-map-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-map-msgs Version: 2.6.1-1resolute.20260811.204654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 3110 Depends: ros-rolling-map-msgs (= 2.6.1-1resolute.20260811.204654) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-map-msgs/ros-rolling-map-msgs-dbgsym_2.6.1-1resolute.20260811.204654_amd64.deb Size: 2374266 SHA256: 41fb0ad9d16cfbd652f46267167469316473770f6574472c46b6e12cd5b3eb67 SHA1: 5c17a82767b06a46beb7ed170c37c36e56228fea MD5sum: a418fb1a3849299b0332ab7f69172725 Description: debug symbols for ros-rolling-map-msgs Build-Ids: 02435075ff14d7d6d2b89cfd8047b7cf22f75728 0b575a12f6476966d1bfa5677b453d9ec7709b23 25beb554c35726a78ba527cd108fda872d68bca4 355b3d385211de815536e53c5e71ccf674c19746 3a23d70f5a7243a847f87d8ab158fdbdf9e117f7 6f596b6a241a4c480f0f5511a2cf38d8a10c2998 6fb0cef7ed77734a0ad2ba0b09ae488e3d1cd580 8c2cf3bc6600836b2dfed7e30abdfdf624b6c666 c3d5fad6ba4d845007756a2e58cd719030c7dea6 e5222317dd316c7349afbc9134c4def87d306ce1 ea6a87f885352256f75e389365d2d7509946e105 Package: ros-rolling-mapviz Version: 4.0.3-1resolute.20260824.235535 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1350 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.8.2), libqt6opengl6 (>= 6.1.2), libqt6openglwidgets6 (>= 6.1.2), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), libopencv-dev, libxi-dev, libxmu-dev, libyaml-cpp-dev, pkg-config, qt6-base-dev, ros-rolling-geometry-msgs, ros-rolling-image-transport, ros-rolling-mapviz-interfaces, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rqt-gui, ros-rolling-rqt-gui-cpp, ros-rolling-std-srvs, ros-rolling-swri-math-util, ros-rolling-swri-transform-util, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz/ros-rolling-mapviz_4.0.3-1resolute.20260824.235535_amd64.deb Size: 341570 SHA256: 995b6d000f45572911a08de68cf78c0082fdeb7cc3cf1a5ed991ccc4d5956f4b SHA1: 8ed7f0b4c925c49b4e8fe9abd04960616066bd12 MD5sum: b27470bc6b3c325042492865f8548c10 Description: 2D mapping display with extensible data overlays Package: ros-rolling-mapviz-dbgsym Package-Type: ddeb Source: ros-rolling-mapviz Version: 4.0.3-1resolute.20260824.235535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8563 Depends: ros-rolling-mapviz (= 4.0.3-1resolute.20260824.235535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz/ros-rolling-mapviz-dbgsym_4.0.3-1resolute.20260824.235535_amd64.deb Size: 7976998 SHA256: 9340a01d42a8ef387abcc0bc6f70a9c0a3bbfadfc6abf5ce4ee3d56c2b2c4953 SHA1: 015db1a6e9d874859943767715a4e14979ad4a64 MD5sum: 3b7d2ce1e95aa808209a4a10da50dd39 Description: debug symbols for ros-rolling-mapviz Build-Ids: 3718859b005bfb3a801658e21dace579de1efc23 3c53a5c3cf5e9526d2daeca30663b4566ecc0706 d7e2ecf0a6c6df3d36b03cfdb17d4111345f63fd Package: ros-rolling-mapviz-interfaces Version: 4.0.3-1resolute.20260824.235133 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 850 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz-interfaces/ros-rolling-mapviz-interfaces_4.0.3-1resolute.20260824.235133_amd64.deb Size: 93282 SHA256: 7d45d0111d5aec210acb66be1650f2b2cdec7b1501a1c5f880e2a87f493f1ed5 SHA1: c55176d93dbf140b8bb985d42e6869b8bb95d6ce MD5sum: 32b16c026efa4b52808825172774b3a4 Description: ROS interfaces used by Mapviz Package: ros-rolling-mapviz-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-mapviz-interfaces Version: 4.0.3-1resolute.20260824.235133 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 763 Depends: ros-rolling-mapviz-interfaces (= 4.0.3-1resolute.20260824.235133) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz-interfaces/ros-rolling-mapviz-interfaces-dbgsym_4.0.3-1resolute.20260824.235133_amd64.deb Size: 544102 SHA256: 830a5d1fb5e470eaf8457d41a67968049f1f4152d7e676bd3c4e6b1d840863ca SHA1: ce6d8c2b04e3ad58c49311fe055cc2d1bddf293f MD5sum: 8003a81de2ccfc61b78dd029001ae0bf Description: debug symbols for ros-rolling-mapviz-interfaces Build-Ids: 08c1cc1db009e72ba14cd222777a7b9cbc1522da 49a2dceedc254fa0574e1e11b3c8b9c6f8c4b466 4ef00af42c4eae3ae01096168ee44a876f1407c8 74cd265ce00ca50b5da8cf1a5034cb65993430c4 a78c6dd3c953689f11241a83c5dc8ab91a7dba87 b55d58a9135925e6c68afd880cafd179bcd9e145 cf6d2fe2fcab9c24d6f9d55e13301f89e4b9df82 e117c245c82b329af9504f9c757e35bf6de088f2 e992f0b2254bbbeccffdf585af340f8a2aba2b10 ee5bf86c03b856ae9c4f322768149b7e3493b60b f530ebc3aa82bc49618d3d6926b433fcb089ebf5 Package: ros-rolling-mapviz-plugins Version: 4.0.3-1resolute.20260825.001122 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 8234 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopengl0, libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.9.1), libqt6opengl6 (>= 6.1.2), libqt6openglwidgets6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libassimp-dev, libopencv-dev, qt6-base-dev, ros-rolling-ament-index-cpp, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-image-transport, ros-rolling-map-msgs, ros-rolling-mapviz, ros-rolling-marti-common-msgs, ros-rolling-marti-nav-msgs, ros-rolling-marti-sensor-msgs, ros-rolling-marti-visualization-msgs, ros-rolling-pluginlib, ros-rolling-qt-gui-cpp, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-stereo-msgs, ros-rolling-swri-image-util, ros-rolling-swri-math-util, ros-rolling-swri-route-util, ros-rolling-swri-transform-util, ros-rolling-tf2, ros-rolling-urdf, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz-plugins/ros-rolling-mapviz-plugins_4.0.3-1resolute.20260825.001122_amd64.deb Size: 1153406 SHA256: b15c6025ae27d6556d14033bcd7a03e370ab765c7b8aa39d18ed2560e67d0a05 SHA1: 660f5f81257b5aba9f34b7da7da6a0644db7eb8b MD5sum: fe02b432e71b4d1038b3e0bc784bb560 Description: Common plugins for the Mapviz visualization tool Package: ros-rolling-mapviz-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-mapviz-plugins Version: 4.0.3-1resolute.20260825.001122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 47681 Depends: ros-rolling-mapviz-plugins (= 4.0.3-1resolute.20260825.001122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mapviz-plugins/ros-rolling-mapviz-plugins-dbgsym_4.0.3-1resolute.20260825.001122_amd64.deb Size: 39923666 SHA256: d12657632aae222b3c9e4f38b68803d4f0ebb69f805aee03af41989842e8123f SHA1: 8bbb8ab5d1619255b0c63464e88200b3b3631d7e MD5sum: f5661f17419509937719f948157cb34d Description: debug symbols for ros-rolling-mapviz-plugins Build-Ids: 923db5c43d9c6162faa27396d9d329fd229e296c Package: ros-rolling-marine-acoustic-msgs Version: 2.1.0-2resolute.20260811.204246 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 2168 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/marine_acoustic_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-acoustic-msgs/ros-rolling-marine-acoustic-msgs_2.1.0-2resolute.20260811.204246_amd64.deb Size: 195884 SHA256: 54bbfb4c7c7d452e6bd9d7dec47feb0bc3023a905dcb49e2728bf9b85aee0967 SHA1: 4a5c2c1ed2e8058afe02ef38e4bbbb645e3c6131 MD5sum: 7371ca5dc0854c17601a11c9ab01ddef Description: The marine_acoustic_msgs package, including messages for common underwater sensors (DVL, multibeam sonar, imaging sonar) Package: ros-rolling-marine-acoustic-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marine-acoustic-msgs Version: 2.1.0-2resolute.20260811.204246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 1950 Depends: ros-rolling-marine-acoustic-msgs (= 2.1.0-2resolute.20260811.204246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-acoustic-msgs/ros-rolling-marine-acoustic-msgs-dbgsym_2.1.0-2resolute.20260811.204246_amd64.deb Size: 1546740 SHA256: b53303f500c022de1c50d8d17eb3ea380152dc27dcdd81a4e5344b66e094af9c SHA1: 391eb85be807549b43fe05ce6cc58ac5e8302d73 MD5sum: 1f2b533af5c253aa90df91dec5b69d76 Description: debug symbols for ros-rolling-marine-acoustic-msgs Build-Ids: 03ec8e80eeaa89bcbe232b5704e730599321f91a 22de53bacf31645654ec507c9d1ff970c4562349 3a945f5de8f29978f2fb8f16a676f46fbd0e1f23 3b3b940c711d1788fd739649c65109f1106bf3b3 3babd28135d2330672b5b7bdf0dec32f8da22f9f 8e7cc01213f91d79a143f6d05c67a93fbb5ebc31 a02fffe615ed97c317cabefa2604eaf1195dbbe9 a8d5f16dc300d9a064221199b093fe51b4a02737 b4f6868af0ed89c3c7ccfc92ad045dc54026961d f3e1d8bc30a0c6e20ba677b60ad8672bf4c43537 f63a2ae8ecafa3167436be538035256a4289035c Package: ros-rolling-marine-sensor-msgs Version: 2.1.0-2resolute.20260811.203650 Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 791 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/marine_sensor_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-sensor-msgs/ros-rolling-marine-sensor-msgs_2.1.0-2resolute.20260811.203650_amd64.deb Size: 79352 SHA256: 93209ae5253c79638eed2d0fe8f953a59d28b38bff8158cdd05dd1089b99e48c SHA1: 78cf8e32c96258460258c1405dd1b6b6f0f39d02 MD5sum: ae8156615964b36d1e69de1aebd8de73 Description: The marine_sensor_msgs package, meant to contain messages for common underwater sensors (e.g., conductivity, turbidity, dissolved oxygen) Package: ros-rolling-marine-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marine-sensor-msgs Version: 2.1.0-2resolute.20260811.203650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Laura Lindzey Installed-Size: 654 Depends: ros-rolling-marine-sensor-msgs (= 2.1.0-2resolute.20260811.203650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marine-sensor-msgs/ros-rolling-marine-sensor-msgs-dbgsym_2.1.0-2resolute.20260811.203650_amd64.deb Size: 456072 SHA256: 9e7b8a9913b52a1da7873d09ab1922b525ae179f4b69cb65bf0df780939d3857 SHA1: 34f71aef67ee163ff60d20f7d5a2ae6966c4a34b MD5sum: dabdd9ba71410af90b19de15b470a695 Description: debug symbols for ros-rolling-marine-sensor-msgs Build-Ids: 5e1d280cd91681686889730cc20677bb88e47b89 68245f0fd1bb4595e2cea508a5b2b50d18795bb2 6a5789b32f9a290f5791b14edf8a6e5e454ae831 85c44cc1cb0308dc6cf751ce15794be69c746e05 97022794820baf84607b497a5f12ab4ce10fe163 a18360c8726c849664167511ac16caddb373e51e a872a74bfc1dd7a10ad33bd35438e60c3b54cb1e b5354224d40f1e36d32eaad422645de6290c53a7 d5ccd51f746377379933610722715e305e06e399 de4bae03742a2b5f0b4cb3171b2aa7e6be8373d3 f6b900abf1e86bbedb572d30d6280c2a6a41a295 Package: ros-rolling-marker-msgs Version: 0.0.8-2resolute.20260811.203649 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1718 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/marker_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marker-msgs/ros-rolling-marker-msgs_0.0.8-2resolute.20260811.203649_amd64.deb Size: 150446 SHA256: 6e011ea66950c0ccfeddccdc17aba34ab16e42219e6a0d66a02254d78650b5df SHA1: ad20bf6f6b4cdd735f108edc2738e79bb2b77f2e MD5sum: c87a9f86f1440f25b681bafccaf9b471 Description: The marker_msgs package contains messages usable to setup a marker/fiducial system. The package distinguishes between two types of messages. First messages to describe the properties of a marker/fiducial detection system and the detected markers. Secondly messages used to represent a map of markers/features with covariances as it would be produced by a SLAM system or published by a map server for self-localization. Package: ros-rolling-marker-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marker-msgs Version: 0.0.8-2resolute.20260811.203649 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1594 Depends: ros-rolling-marker-msgs (= 0.0.8-2resolute.20260811.203649) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marker-msgs/ros-rolling-marker-msgs-dbgsym_0.0.8-2resolute.20260811.203649_amd64.deb Size: 1234124 SHA256: 766c08bd3e70611a7c3336fb5959aa6d70ed81e7af20bcc5afa73731351215cd SHA1: 16e18e67f9334510e9c9e6480122796dd370f099 MD5sum: 2ea0e2742729eb618c2395a5a9852dcc Description: debug symbols for ros-rolling-marker-msgs Build-Ids: 16350e02ccd17b7fa1207cf18ad4a5e8464c1dc8 1a7ccb1f236938d0b081c9dd87f72b4cc0fa6756 1f01c9e21e59ea8f40a3f8c2f12a3adfc1745180 566759c9160c5f788c5b2f24563ea49412e37edb 78e30bebde1374e65f1fee3cb8bb2d4c114889b5 79e132aa9ba6612a8a3c281019993d87cd807633 7ea97016a9e04f485f8ea2f3c4f6bf77a414ed13 d91d98f0909788038ec0816dc70361993e286494 dc8642d1fc8c646cbda205d7d86a17a1cfeae6fe df40ebb7ff5f2ce98b42810801026e0a3cf8d206 f0ff85465e0c04029ba9dbe5024f8d22d5e2e126 Package: ros-rolling-marti-can-msgs Version: 1.6.1-2resolute.20260811.203122 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 482 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-can-msgs/ros-rolling-marti-can-msgs_1.6.1-2resolute.20260811.203122_amd64.deb Size: 49636 SHA256: b7478c55d5275ca7061f999f468c5416a01f2c4391873b448c92cfb053a39cf9 SHA1: 97f4914c2734f238a872a603deec7cca2b83d881 MD5sum: 15c89acfb35130ed331201bdef3a9d27 Description: marti_can_msgs Package: ros-rolling-marti-can-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-can-msgs Version: 1.6.1-2resolute.20260811.203122 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 342 Depends: ros-rolling-marti-can-msgs (= 1.6.1-2resolute.20260811.203122) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-can-msgs/ros-rolling-marti-can-msgs-dbgsym_1.6.1-2resolute.20260811.203122_amd64.deb Size: 204454 SHA256: 42077b1191995b77240162d82489aff1d89cf4e86ae710f56d28cd30de15aec0 SHA1: a7d202cf9a88a14e5181c6e99a7c62525a2b609c MD5sum: e41a4202acb838b4cc8ae95ea4503446 Description: debug symbols for ros-rolling-marti-can-msgs Build-Ids: 35e537d81d26617f1708b3b92db28c97620b0442 4c7efbd42ea28261d239b48ed43bb82264456d25 567d7906512ce4121eca575552a4c295747fd41e 6d0c31fcdeee30b0a8634d198ebd6ceb9e854ef4 6de4c362966f2e02fc5d32056dfb4bafc6ae121d 9f78cc2feb467174cb041f71b1f2d73ffb3cc4b7 a20194323f7b6d8ec5efc6ea25703fd676bc82af b5b7880a0e9440389765f77ec4dac18683d6d28a cddc527600245cca24a82f8ee2e3b0206dea936c d2bfa4e30f5b3d1565cf6b38d7d320d6e0920955 db4aa75cfbb88eea5e6647d6d619239c67eb968a Package: ros-rolling-marti-common-msgs Version: 1.6.1-2resolute.20260811.204804 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 3088 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-common-msgs/ros-rolling-marti-common-msgs_1.6.1-2resolute.20260811.204804_amd64.deb Size: 209566 SHA256: 225d785da770eb4ced9e220c502385860136efa941a9e0d84f6f8a4f20410009 SHA1: ef809ea2a04408288e25806c5f7ef77697eb631b MD5sum: ebd2ea5b7eef08b1b53ea8a0b10ee09c Description: marti_common_msgs Package: ros-rolling-marti-common-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-common-msgs Version: 1.6.1-2resolute.20260811.204804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2632 Depends: ros-rolling-marti-common-msgs (= 1.6.1-2resolute.20260811.204804) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-common-msgs/ros-rolling-marti-common-msgs-dbgsym_1.6.1-2resolute.20260811.204804_amd64.deb Size: 1959918 SHA256: 91bb79cda97693b00d3caa7ae197c44cfd3321d1efb8840ed51c6d0b0923db4a SHA1: 855abbcb0816f9e23d535801027b3c15688c32b4 MD5sum: a9964e193fc365ea2349f5b80586b986 Description: debug symbols for ros-rolling-marti-common-msgs Build-Ids: 281d66a67f76224fad790ea7478cf38b60545ee1 329d37d2c32611354e136b66c2cb0448e277d9d2 390d83fd8d2515b18af4c59ea2660fe2480e6877 48ded33cbc4f02553fdd315f5b2e97e8d8313b43 7bb07052264a1d33bfeef1266322a6ffc8a0c660 bcf127793456aad37f4e702dceae733f08ffc0dc be3d5faee73edb4c2593972a14f43028ed74187f cac9677d0f4a6a2f662a77db901663c85c51a1ba cbf5759a5ebf75c8a55f610152e317d695b2deba e98e0125ce8c3b292ff9a0ea58ae2c816c569432 eea55f94bc986e248e9ee14e037958eaaf068d4e Package: ros-rolling-marti-dbw-msgs Version: 1.6.1-2resolute.20260811.202253 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 859 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/marti_dbw_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-dbw-msgs/ros-rolling-marti-dbw-msgs_1.6.1-2resolute.20260811.202253_amd64.deb Size: 76554 SHA256: 09ed45ab94078a33bb81cad3f01a9ac9ff7e25cf8c36bf9da2cf0916c2422af0 SHA1: 14ccd9331560bb0cbd3aadfa52ed465e1d836d02 MD5sum: c36b22529324e9e292d967c7eceba4db Description: marti_dbw_msgs Package: ros-rolling-marti-dbw-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-dbw-msgs Version: 1.6.1-2resolute.20260811.202253 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 624 Depends: ros-rolling-marti-dbw-msgs (= 1.6.1-2resolute.20260811.202253) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-dbw-msgs/ros-rolling-marti-dbw-msgs-dbgsym_1.6.1-2resolute.20260811.202253_amd64.deb Size: 428104 SHA256: 2ffcbbc7a304244dd485381a7d2bf6aa4a41720f505c4f0a5bf961b8406591a7 SHA1: 79b6019c99687510e52be7f3abdb78f499befd46 MD5sum: 50381d1f1f4b349deb9ad80ccf52729f Description: debug symbols for ros-rolling-marti-dbw-msgs Build-Ids: 04f72b31fa3dd9164c495d1d38e3813d82a26344 0f4ecbc0c215f3ee0ccce0166e8901b207f8bfc5 261f25172cb2c29aa50a46959f84bf691845e04d 2f80fbd79551aa1725d800eaf7e1b30598893296 5808a37b5c15dfbc98ea2e897aa7e48adc900608 7374b26b3eae313ffdc3cb67a8456355853c8b6b b6ac2d44bb4193bfd30ebcf398a0c8f4545319c8 c4c18c1a54c15a2336172096ed63ab3cae110f42 d36603a0d02dae1d45fba561459e867b33c03b63 d9472fc0b49b7c683a2318d73de33445fada7524 e8d840926a4a390bf924f78234801d6ae87a1d87 Package: ros-rolling-marti-introspection-msgs Version: 1.6.1-2resolute.20260811.203105 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1148 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-introspection-msgs/ros-rolling-marti-introspection-msgs_1.6.1-2resolute.20260811.203105_amd64.deb Size: 108018 SHA256: d384e109241d22d89c5e54fa6c6cf7672ef8fb40a5d990520c2179bfc5d951c7 SHA1: 6a01e2ca0ad831d3df352dbd8c80710fb513ee12 MD5sum: 1255de5a7682588e5835ff3b927549e4 Description: marti_introspection_msgs Package: ros-rolling-marti-introspection-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-introspection-msgs Version: 1.6.1-2resolute.20260811.203105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1003 Depends: ros-rolling-marti-introspection-msgs (= 1.6.1-2resolute.20260811.203105) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-introspection-msgs/ros-rolling-marti-introspection-msgs-dbgsym_1.6.1-2resolute.20260811.203105_amd64.deb Size: 766008 SHA256: 1197b0f68582d9d0b85e3ded8ebce3507202095889fbc6868060ea1b1d7add6f SHA1: f2c73f94ae599916f5e33024261df290b96df0ec MD5sum: 340c71e1a960fda21fc71ce251baf4c0 Description: debug symbols for ros-rolling-marti-introspection-msgs Build-Ids: 07932d4204bd8379795f35826fdd22957bc2b146 0bd1b0c0277af3a401bb35a8be420b93a5612f0a 109b7883f916741e839e83b66b413866630bcb44 a3a56103d5853bcd23a0077e1cf744b22f83b6f9 a73d66563f3007d6c7cef8c53b00258e4c28e434 c06eca512b124e048e94c2f847683279593cb16c f2cc16ee9fb25e90f3c90220d63f663b45a130dc f3a82fdd0943d8ed33230046140649c68fa25777 f44706837a11bbf91d5440ea2a00346a91ee7a02 f79a634bb73ecd506f3d78bfb86ab8f39c28cf98 fe98fa58499baf38ca621a871f9813fee4389d8a Package: ros-rolling-marti-nav-msgs Version: 1.6.1-2resolute.20260811.210019 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 7425 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-marti-common-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-nav-msgs/ros-rolling-marti-nav-msgs_1.6.1-2resolute.20260811.210019_amd64.deb Size: 527906 SHA256: 280ffaf6f7c8f36770884669e666f51a3017b35f80cbae84b4a74de22b8c68da SHA1: cdfc7bfda840f818bcadff4dd2fa8406d88aada7 MD5sum: 050ee4bb401cf09721ecd118ca88a3d9 Description: marti_nav_msgs Package: ros-rolling-marti-nav-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-nav-msgs Version: 1.6.1-2resolute.20260811.210019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 6649 Depends: ros-rolling-marti-nav-msgs (= 1.6.1-2resolute.20260811.210019) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-nav-msgs/ros-rolling-marti-nav-msgs-dbgsym_1.6.1-2resolute.20260811.210019_amd64.deb Size: 5236114 SHA256: 3b8c1e3c79ff6b873c17479a34ed3cfbb83619ca6cfd0d2bcbf3cf8827edfa14 SHA1: 999be2b73a1f6a60e265bee8ef7b274c51430ffa MD5sum: 85f744c15842c5780b5c64841f8bb41d Description: debug symbols for ros-rolling-marti-nav-msgs Build-Ids: 371174673db1bf90347b87656798ff0978c659e7 3e07be38cd83a4b150e74a65d4e90fd51fc1ff04 4595cb29a9c1e3a994047fd105546d2ccb7ab22a 529253d30af1637a6aa287de0f21cae379a5c5cc 585c281b59561aa23c1f88582906f500a589085e 5fd5ef7a43c4fc7803a67c518a6ae4e540fb72ed 60819624d158c339b9ebd967b73834fe333b1924 60d8d1301fd7d81733801d1d0f35632e3bd01e6e 60db407287a9c00481021af479e7ce961cfb01da cb2e44b707e46ed358bb2fa6d201b07a6a0c1cd1 f901fe2e4943815cae92554d48565738ad33b6fb Package: ros-rolling-marti-perception-msgs Version: 1.6.1-2resolute.20260811.204701 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 480 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-perception-msgs/ros-rolling-marti-perception-msgs_1.6.1-2resolute.20260811.204701_amd64.deb Size: 47220 SHA256: 9dec311080520f87d00bf131dca8fb597f8293be3c9caf409cc8048f9420fff4 SHA1: a1c5158b431e7311c14e32e1e8d835278ac35f74 MD5sum: d4ea4088ce0f372d83eb9d233e7b5650 Description: marti_perception_msgs Package: ros-rolling-marti-perception-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-perception-msgs Version: 1.6.1-2resolute.20260811.204701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 336 Depends: ros-rolling-marti-perception-msgs (= 1.6.1-2resolute.20260811.204701) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-perception-msgs/ros-rolling-marti-perception-msgs-dbgsym_1.6.1-2resolute.20260811.204701_amd64.deb Size: 195682 SHA256: 8631649b033c3502618eeebffde1d4ad8e7e1ee32ff1b427bfa592c54ea34609 SHA1: 176772c143afb6aa1a5b6092ca5521e3ff41f5b1 MD5sum: 8064ffe9eae332ccc62ebf8f5a2aa873 Description: debug symbols for ros-rolling-marti-perception-msgs Build-Ids: 047021af1b537714eee963fa291df58d543d9537 0a490a33a49f7f576ded2a7b7ea9bc6d31d124d6 6587b61b3d9bd44d4c2d15b12e24813cce48afbe 8ed981e0a96871682b92a8a9ceadcff2163df985 a174b4d8961e532367c1861fdb08d2eda1f82cd1 ba2d96d59113dfe3cb9d89e505862c75fe507fb2 bdabac4111c4882372cca9af93875c2ce7d1406d cc300bf4d4b2ce6e28ac1a22498987ee9f6e2f42 dce27b7a8c5895c8d7653982319e1b0cb73e9617 dde44531dc89d817f0ee94ea7506fabfc4cebe2c deced8238960209df7a8213970d6857945e9951f Package: ros-rolling-marti-sensor-msgs Version: 1.6.1-2resolute.20260811.204315 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 2230 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-sensor-msgs/ros-rolling-marti-sensor-msgs_1.6.1-2resolute.20260811.204315_amd64.deb Size: 177282 SHA256: 774540c0b8c2b32f6858b9d08e551c4210ed07f136fff7b6b010c76ec41e3990 SHA1: faeca2550a60785aaf093b06c2d7995503317b0c MD5sum: 3fcb6662b19e6a74bd241b19e5ab190a Description: marti_sensor_msgs Package: ros-rolling-marti-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-sensor-msgs Version: 1.6.1-2resolute.20260811.204315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 1802 Depends: ros-rolling-marti-sensor-msgs (= 1.6.1-2resolute.20260811.204315) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-sensor-msgs/ros-rolling-marti-sensor-msgs-dbgsym_1.6.1-2resolute.20260811.204315_amd64.deb Size: 1329300 SHA256: 16fdfe3a2bc8516d62d5aa8c5506cba69d91d1b6188e1ba9fe50f29c8cbd457e SHA1: 807b5fa9a8bb7034e90d2663a96c017508c65878 MD5sum: 014e3f116564763814b76bea69af5b49 Description: debug symbols for ros-rolling-marti-sensor-msgs Build-Ids: 0816182021c0f46a37902bf2305bf5a79e8ecc98 10caaa4dd6cbce44dc7be74362b64f061e1b423e 19b3fb9dd189f3deb252373f68f16786639255e9 464ea78086d55fadda463bce1fd94df3f7dafce2 506cbe1be3147028b847dbd00eb5752ba59b2533 6ef23bc6556c40fca70aba47207aae30a6a89fdd 954b4bf03ed1359e3dbbba5d70b7b9ac532eeb9f a2272984282ce32f723ace6e8f019f292abbd34d ace9cab0278fc0fd91df919e0abc1cfafc3dd69b c6d9596c1318f779d517318e38dcf1b59456e8ee fccf83a04ebfb8cf350dad4736381925b47ae751 Package: ros-rolling-marti-status-msgs Version: 1.6.1-2resolute.20260811.203105 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 542 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-status-msgs/ros-rolling-marti-status-msgs_1.6.1-2resolute.20260811.203105_amd64.deb Size: 55368 SHA256: edb04e3172a1daf05f638dde22d96ad179df77fc9ba0b4fd684fa24db204bc8f SHA1: fa2360bab1afe310169ea399b2c3865df0e8a94a MD5sum: fe40e73d34b274c0744cc7ace1edf32d Description: marti_status_msgs Package: ros-rolling-marti-status-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-status-msgs Version: 1.6.1-2resolute.20260811.203105 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 387 Depends: ros-rolling-marti-status-msgs (= 1.6.1-2resolute.20260811.203105) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-status-msgs/ros-rolling-marti-status-msgs-dbgsym_1.6.1-2resolute.20260811.203105_amd64.deb Size: 238988 SHA256: 14ace5bd9a70161870100a85be2ff37e28ed84d7ea28668a8149461b3ec8f11d SHA1: 848d659033f649afad04ad35bfe8237f2288ea67 MD5sum: 1d2b42b46427c361d6ce3904d1c0debd Description: debug symbols for ros-rolling-marti-status-msgs Build-Ids: 0ba92c26c78558c3b3118ae6844cbe06c0c1470e 1ae580d7363b23482898cb6c6fc3ba137fa40377 3ff75b4fbee8cd5bdc67c517dc8cd9ead35bd173 450603c3a25030d7c44454e60867cb1f3e27b1f5 56217ecde9db2633b2429e452683efe51278479c 7b2d2917aa154c5508279ba5d59611eea9bee425 d8409922230c7e08ef06963aac974eb00edbd9ca de0ea0e920d4fd8732611055f10a7246c013daeb e28eb5fdea6846173ab8e180fa59d74cd322b2fc f62aaac1c0f296ff4dbc55c909f179b05cf9364a fa3a4ad0dddbc3f6ef381b3aef131221f7816358 Package: ros-rolling-marti-visualization-msgs Version: 1.6.1-2resolute.20260811.204638 Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 730 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_messages Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-visualization-msgs/ros-rolling-marti-visualization-msgs_1.6.1-2resolute.20260811.204638_amd64.deb Size: 77842 SHA256: a87651c544d83db7391a0daa22ff034abf3df8afa4a4a76c57f6d6507c2b3ec6 SHA1: 4b7a1f7102c989666772b6fc8d437428809a523d MD5sum: d0fa99af9df505d28db7915eef60bae5 Description: marti_visualization_msgs Package: ros-rolling-marti-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-marti-visualization-msgs Version: 1.6.1-2resolute.20260811.204638 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Southwest Research Institute Installed-Size: 675 Depends: ros-rolling-marti-visualization-msgs (= 1.6.1-2resolute.20260811.204638) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-marti-visualization-msgs/ros-rolling-marti-visualization-msgs-dbgsym_1.6.1-2resolute.20260811.204638_amd64.deb Size: 482672 SHA256: 2b3bca0a0e317e7ce22cb2533e926629bfb2c96bb2887c6b9423337874d9ba96 SHA1: 118f9e04817838429ab816d0c8380cd2df8dfc60 MD5sum: de9f3feb08f42368ba07870dfeae8442 Description: debug symbols for ros-rolling-marti-visualization-msgs Build-Ids: 20264e0a660d32e641d9243e3ae445da2ccb9163 2bf6b7d93865de8aa921035b8a0d0e6541f9ab8c 3a1022bea2eed7340f9bb6d91c1a1d97291e96de 5abd2f3afdbba96f0dd356e27468478d2137b14d 61bcf3868513b80fe460da9c1772cade6f995e68 6dd9f4e2126e34646077c6422da780654997c672 733adba2f4f771a6efc1b7ee840274c18ba22f41 8ff921550f3e76d68fa4cb9539ec9951e78038b4 c584032410c371b5cb269f59578b72baead6c549 d2230ea3dbac7823bcbd3ca2ab2e8e30b808fa34 d93cc1190824cd343d6061ad7dbb818fad249b8d Package: ros-rolling-mavlink Version: 2026.8.8-1resolute.20260810.121715 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 20230 Depends: ros-rolling-ros-workspace Homepage: https://mavlink.io/en/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavlink/ros-rolling-mavlink_2026.8.8-1resolute.20260810.121715_amd64.deb Size: 957586 SHA256: 8f9b5735d166a52f5e7acc5094ae2e220b9c4c127988c659039a36ee17f940be SHA1: 85cbc3535b3d7cb5b717a0024afae2025be55114 MD5sum: 72bad66e65743123eb8ef3b8a611f2cd Description: MAVLink message marshaling library. This package provides C-headers and C++11 library for both 1.0 and 2.0 versions of protocol. For pymavlink use separate install via rosdep (python-pymavlink). Package: ros-rolling-mavros Version: 2.15.1-1resolute.20260825.002019 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 10126 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.46), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), geographiclib-tools, libconsole-bridge-dev, libeigen3-dev, libgeographiclib-dev, python3-click, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-eigen-stl-containers, ros-rolling-eigen3-cmake-module, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-libmavconn, ros-rolling-mavlink, ros-rolling-mavros-msgs, ros-rolling-message-filters, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-rcpputils, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros/ros-rolling-mavros_2.15.1-1resolute.20260825.002019_amd64.deb Size: 1653464 SHA256: ab98528d2a308f49580c978f2e191e4744d60591b1d1a6ce9dd1403f5d762595 SHA1: 5448b1e77f5b16aabb0a23a9283f3a2feba4022f MD5sum: 5d8c16b33a0752f589e743254f3da9ae Description: MAVROS -- MAVLink extendable communication node for ROS with proxy for Ground Control Station. Package: ros-rolling-mavros-dbgsym Package-Type: ddeb Source: ros-rolling-mavros Version: 2.15.1-1resolute.20260825.002019 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 62937 Depends: ros-rolling-mavros (= 2.15.1-1resolute.20260825.002019) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros/ros-rolling-mavros-dbgsym_2.15.1-1resolute.20260825.002019_amd64.deb Size: 54465002 SHA256: 64188ab598f695bb5ac116adc457cf8ab551e8281a05a240fa159ced92bb922f SHA1: e7c75dd6eeff2b9c21ca42cbce4204ab3aa1d2f0 MD5sum: 48a44814b6382f32da2e4671b1ba3f5c Description: debug symbols for ros-rolling-mavros Build-Ids: 8c3be2b4565eea3b94a20b76c7f814780aa4681d b45e9d50bc971ef14e3d59ef9a729fb6218a005f df09bc27c8f07dc6c3e5573b82c7ecdaba1beb8e Package: ros-rolling-mavros-examples Version: 2.15.1-1resolute.20260825.004751 Architecture: amd64 Maintainer: "Haroon Rasheed" Installed-Size: 116 Depends: ros-rolling-eigen3-cmake-module, ros-rolling-geometry-msgs, ros-rolling-mavros, ros-rolling-mavros-msgs, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/mavros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-examples/ros-rolling-mavros-examples_2.15.1-1resolute.20260825.004751_amd64.deb Size: 13716 SHA256: 606d3adf13258ed639249ad7e65f1cf55ed5b8e7d95dd2d85524abc52e91c5b7 SHA1: a1c81e504bb8c06d0bd37e69449479b163308c6e MD5sum: 96661a80a18da8a7b82bd22a795b27ac Description: Example scripts demonstrating MAVROS usage Package: ros-rolling-mavros-extras Version: 2.15.1-1resolute.20260825.010120 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 13828 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), geographiclib-tools, libeigen3-dev, libgeographiclib-dev, libyaml-cpp-dev, python3-click, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-eigen-stl-containers, ros-rolling-eigen3-cmake-module, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-libmavconn, ros-rolling-mavlink, ros-rolling-mavros, ros-rolling-mavros-msgs, ros-rolling-message-filters, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-rcpputils, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-urdf, ros-rolling-visualization-msgs, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/mavros_extras Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-extras/ros-rolling-mavros-extras_2.15.1-1resolute.20260825.010120_amd64.deb Size: 1773256 SHA256: 9114c2155f5d09bb7a08a151c2fa66ce094bb992ea99352d497d6b92e29c9561 SHA1: 3dab20cb41813201958473b279879f0f98490e8b MD5sum: fe8bf739077f6e8ff9c5721d7e7dd2c5 Description: Extra nodes and plugins for MAVROS. Package: ros-rolling-mavros-extras-dbgsym Package-Type: ddeb Source: ros-rolling-mavros-extras Version: 2.15.1-1resolute.20260825.010120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 82297 Depends: ros-rolling-mavros-extras (= 2.15.1-1resolute.20260825.010120) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-extras/ros-rolling-mavros-extras-dbgsym_2.15.1-1resolute.20260825.010120_amd64.deb Size: 68340572 SHA256: f9ffd4ddb22dff099b9fd71f51f476b65d9b9b2cf43245cc91a1b5f97608cb4b SHA1: 873f34056d2a73e29ec655963a4282fe4814cb26 MD5sum: 56a04814eaf894d1980b755f6c24122f Description: debug symbols for ros-rolling-mavros-extras Build-Ids: 8961795deaaa7ac4347b50cd4250a527956879af c223d5555e5ded5877a5b5be3b307fa7dabc0b8f f9de0293dedc4f312d5662168731fb301a8bc2a2 Package: ros-rolling-mavros-msgs Version: 2.15.1-1resolute.20260824.235103 Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 34755 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-rcl-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/mavros_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-msgs/ros-rolling-mavros-msgs_2.15.1-1resolute.20260824.235103_amd64.deb Size: 2125134 SHA256: 2cefe22279167e051b9c946c2d9901a236e582c89203e0a8318b91556f1b98e9 SHA1: 00beb39ec6bdc5e89299fc2e4e1d33dd5201a863 MD5sum: c5725ba06636e96c4990bf22d52846ff Description: Messages for MAVROS. Package: ros-rolling-mavros-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mavros-msgs Version: 2.15.1-1resolute.20260824.235103 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vladimir Ermakov" Installed-Size: 26097 Depends: ros-rolling-mavros-msgs (= 2.15.1-1resolute.20260824.235103) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mavros-msgs/ros-rolling-mavros-msgs-dbgsym_2.15.1-1resolute.20260824.235103_amd64.deb Size: 19652542 SHA256: b2824c79b63c54575751235fe1fe459b19145dfd3d035663252a78ab27790a3e SHA1: ca7db063eea7ed502ed040bb55963c5154ecda01 MD5sum: 8ab3e8437df66489956544a9ce172d98 Description: debug symbols for ros-rolling-mavros-msgs Build-Ids: 310a56ff41f82ed2f3318492af67253b5d36f91e 419118ebaed4dd7c7fe4bf4a10764a45faab1fcf 5f7f4305eefb6160c238af9804b33cc06a6e0d3f 64ce342dd3ac8e8783e9fa9d1160b1651aa297b2 78a0c202b240eb3592054dafac42f7e5725892d9 a80c6c478ab8daf0b84cdaa1446157065371bc8b bdfefb34447df1c26287a668809488427febe77e c0f6e2eafa0b6e9afccfd76368965d4b58b96f26 d08adf336bc2f72a3902e3d934b86c28443fac29 d4f8e0d6f9a58a7247e53f0c20c28770be6a9b00 d9590b03e55f34b4fbd53968baeba3a492ae80d8 Package: ros-rolling-mcap-vendor Version: 0.34.0-1resolute.20260714.191719 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 416 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 1.8.0), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), ros-rolling-lz4-cmake-module, ros-rolling-zstd-cmake-module, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mcap_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mcap-vendor/ros-rolling-mcap-vendor_0.34.0-1resolute.20260714.191719_amd64.deb Size: 131900 SHA256: 9a2a1acb051b6efe6e45e9e0a4a96e032a16df6dcf361c832a869b3dd433a1b8 SHA1: 8a20e24b8c401b5297ed00ad286a4d385af9cfa8 MD5sum: 191f4abb7dc07b4a2386e8fb1e3ddff8 Description: mcap vendor package Package: ros-rolling-mcap-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-mcap-vendor Version: 0.34.0-1resolute.20260714.191719 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 1298 Depends: ros-rolling-mcap-vendor (= 0.34.0-1resolute.20260714.191719) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mcap-vendor/ros-rolling-mcap-vendor-dbgsym_0.34.0-1resolute.20260714.191719_amd64.deb Size: 1186626 SHA256: f316a569ed2920e08b3e2731ea15bb12f05434f6defcd68167af449941f7f05e SHA1: fbbc58d33859b0106f5af6c30b33d6c8f5bb62c7 MD5sum: ce184bda3ab6ae2056ee2cbf32d81045 Description: debug symbols for ros-rolling-mcap-vendor Build-Ids: 4ebae873978d8c7732a649f5ed1616c1d2282155 Package: ros-rolling-mecanum-drive-controller Version: 6.9.0-1resolute.20260826.130347 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1134 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-control-toolbox, ros-rolling-controller-interface, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rcpputils, ros-rolling-realtime-tools, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mecanum-drive-controller/ros-rolling-mecanum-drive-controller_6.9.0-1resolute.20260826.130347_amd64.deb Size: 251712 SHA256: a5badd665c0ee4ff372fe11886ca169c8e313f2f97ddfdd4df2ce4bc6784ec5a SHA1: 03634417c1213f9bff39d6ff6fb82dacbbf3352c MD5sum: 9fc262bb9a6cafbbbaf82be535989553 Description: Implementation of mecanum drive controller for 4 wheel drive. Package: ros-rolling-mecanum-drive-controller-dbgsym Package-Type: ddeb Source: ros-rolling-mecanum-drive-controller Version: 6.9.0-1resolute.20260826.130347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4563 Depends: ros-rolling-mecanum-drive-controller (= 6.9.0-1resolute.20260826.130347) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mecanum-drive-controller/ros-rolling-mecanum-drive-controller-dbgsym_6.9.0-1resolute.20260826.130347_amd64.deb Size: 3922588 SHA256: 6c1dca52bf878ed0ce93bfc20a8d529c75400a90e0aa3d81b3194f3833273bfd SHA1: d1fbc5460d3056b4995f8553f2a9c3ad3bb67f6a MD5sum: 0650c42e9a982d5f24bc6fc49ea1a50c Description: debug symbols for ros-rolling-mecanum-drive-controller Build-Ids: 1df1ae33d452d1a5b4b41e15722207d00fcd4484 Package: ros-rolling-menge-vendor Version: 1.3.0-2resolute.20260714.184304 Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 2224 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2.6.2v5 (>= 2.6.2), libtinyxml-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/menge_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-menge-vendor/ros-rolling-menge-vendor_1.3.0-2resolute.20260714.184304_amd64.deb Size: 430886 SHA256: 24aba0338d4767e16ec5834ea104f68dd57ecb93ecea69e6ffa6dff76df141c3 SHA1: 5b56c207d5a312605bb8cdaf674cf8eca28b9da2 MD5sum: 3ee181b7b1de6b085e4b7758fd3aeddf Description: Menge is a powerful, cross-platform, modular framework for crowd simulation developed at the University of North Carolina - Chapel Hill. This package includes the core simulation part of origin menge package, with a bit modification for crowd simulation in gazebo and ignition gazebo. Package: ros-rolling-menge-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-menge-vendor Version: 1.3.0-2resolute.20260714.184304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Shao Guoliang Installed-Size: 7687 Depends: ros-rolling-menge-vendor (= 1.3.0-2resolute.20260714.184304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-menge-vendor/ros-rolling-menge-vendor-dbgsym_1.3.0-2resolute.20260714.184304_amd64.deb Size: 6871900 SHA256: 445d6f502d79b38a7b5eb677175ada09a855c3305905d50f1ef19b31f84cb441 SHA1: 56d9a61c9bd47b9021237001251c1cdc55d37e2d MD5sum: c48deba2f74451b957e48ec4ff0eff03 Description: debug symbols for ros-rolling-menge-vendor Build-Ids: 6c24c5795b305324913a163cea7f5e27d8835921 Package: ros-rolling-message-filters Version: 8.0.2-1resolute.20260821.163758 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 309 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 4.1.1), ros-rolling-builtin-interfaces, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rcutils, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/ros2/message_filters Priority: optional Section: misc Filename: pool/main/r/ros-rolling-message-filters/ros-rolling-message-filters_8.0.2-1resolute.20260821.163758_amd64.deb Size: 48926 SHA256: cd907883e80a2342fa2ef06719956a5755f6ee2396bbf3939a6c821de5e52ba1 SHA1: 7d242d0d8bc599e623627a6fa25891b7c5544791 MD5sum: e4181ddc837292b49a0376734953cf10 Description: A set of ROS 2 message filters which take in messages and may output those messages at a later time, based on the conditions that filter needs met. Package: ros-rolling-message-filters-dbgsym Package-Type: ddeb Source: ros-rolling-message-filters Version: 8.0.2-1resolute.20260821.163758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 45 Depends: ros-rolling-message-filters (= 8.0.2-1resolute.20260821.163758) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-message-filters/ros-rolling-message-filters-dbgsym_8.0.2-1resolute.20260821.163758_amd64.deb Size: 27934 SHA256: 684fcab182ddaa708985e9ad4f5cccbf196895d68df47642bf0d46322a32a069 SHA1: fa9b7bcd8f78c8e0e7783c23765f039d6b2f487a MD5sum: 14687f7288b7d677b30d55e9c61dc1ef Description: debug symbols for ros-rolling-message-filters Build-Ids: 93393a812bf89835ed1f07ed7c45ae642ea4fb89 Package: ros-rolling-metavision-driver Version: 3.0.0-2resolute.20260821.165923 Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 904 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-openeb-vendor, ros-rolling-event-camera-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/metavision_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-metavision-driver/ros-rolling-metavision-driver_3.0.0-2resolute.20260821.165923_amd64.deb Size: 217340 SHA256: 1f236da3f8174962ae3bbd2261e3d262a311067e10a476e3ac4fa22c8de8c7dd SHA1: ac721cec20e386113d5832824db665e7c224f283 MD5sum: 8f842eacab282eaecb97514b9a5951ac Description: ROS1 and ROS2 drivers for metavision based event cameras Package: ros-rolling-metavision-driver-dbgsym Package-Type: ddeb Source: ros-rolling-metavision-driver Version: 3.0.0-2resolute.20260821.165923 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bernd Pfrommer Installed-Size: 4418 Depends: ros-rolling-metavision-driver (= 3.0.0-2resolute.20260821.165923) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-metavision-driver/ros-rolling-metavision-driver-dbgsym_3.0.0-2resolute.20260821.165923_amd64.deb Size: 3861310 SHA256: 20b26c72786b77d7d2e832f6084fd6fdb8d0a73e5a5e5c65ef7d5cd99caaffb9 SHA1: 642e60469d76031e1f411f405618c8d48a40936b MD5sum: 8ea722972e8065d68d7e3919d5d30791 Description: debug symbols for ros-rolling-metavision-driver Build-Ids: 5e45fbd1f84c62995b4506d9c680adcb583a2ac7 7537864723e715ddaf7769e53fb1907cd7e5e8fa Package: ros-rolling-micro-ros-diagnostic-msgs Version: 0.3.0-6resolute.20260811.202255 Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 1001 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/micro_ros_diagnostic_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-diagnostic-msgs/ros-rolling-micro-ros-diagnostic-msgs_0.3.0-6resolute.20260811.202255_amd64.deb Size: 94224 SHA256: 47bdfab6b00e0b24f06a1afbabc02571061002a7a40bd1d615566878a3eeb40c SHA1: d5c9e1b3b97312add9f833b42795f2ab3212cfe1 MD5sum: 654686016daeb86feca4452b640c2a39 Description: Ccontains messages and service definitions for micro-ROS diagnostics. Package: ros-rolling-micro-ros-diagnostic-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-micro-ros-diagnostic-msgs Version: 0.3.0-6resolute.20260811.202255 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bartolome Jimenez Vera Installed-Size: 746 Depends: ros-rolling-micro-ros-diagnostic-msgs (= 0.3.0-6resolute.20260811.202255) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-diagnostic-msgs/ros-rolling-micro-ros-diagnostic-msgs-dbgsym_0.3.0-6resolute.20260811.202255_amd64.deb Size: 502916 SHA256: f4af266c720dc1e5abcfc9d27a3e46d6e567000de5e5579fb4a1572b0da34bcb SHA1: f6b5eb89a015361be92a6e85a9ab7d76d956e6e7 MD5sum: 907db54147ecb8e5f291deaf07a8442e Description: debug symbols for ros-rolling-micro-ros-diagnostic-msgs Build-Ids: 06538fc59f067e06224c97e245eb31c3c757a1d5 0dd1765cb333198f998ad2a859f9dc9359f76afb 1198ef1645a0dc614be487651c8d6822978403b8 122a2c55c1d8cdadbbfa2018254159f2af2fc941 35ab0e984d87e27f81304b6c4afbae7a93428173 52713143408de66692658558580629a0eca0280c 79b939ddbe773e50b9e765451ff05209678e87ab 7e307984bc9584d01cd27d433611ecbc5419231a 9b1dae5bdb86691add02477cfd46338b347deeb2 a01815e743fad9e96c31b29e0f2c4bfa96e7fc13 b4fadc02777dfd8056983ada08c24b5e47aee373 Package: ros-rolling-micro-ros-msgs Version: 1.0.0-5resolute.20260811.203108 Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 759 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/micro_ros_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-msgs/ros-rolling-micro-ros-msgs_1.0.0-5resolute.20260811.203108_amd64.deb Size: 83466 SHA256: 76854caf37ad7e61dd469bb7dbee83a1d3d81405418e99de087985564bae37f3 SHA1: cc54e393c0e3810a83d515c7a09fa23f8f236647 MD5sum: 3000c7de5a4bf4d4b3b612f0b8d417e0 Description: Definitions for the ROS 2 msgs entities information used by micro-ROS to leverage its functionality to the same level as ROS 2, by means of a dedicated graph manager Package: ros-rolling-micro-ros-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-micro-ros-msgs Version: 1.0.0-5resolute.20260811.203108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose Antonio Moral Installed-Size: 776 Depends: ros-rolling-micro-ros-msgs (= 1.0.0-5resolute.20260811.203108) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-micro-ros-msgs/ros-rolling-micro-ros-msgs-dbgsym_1.0.0-5resolute.20260811.203108_amd64.deb Size: 583406 SHA256: c7ff0a2136cfd4db256b13ce289f4755e3f40e444bf5aa0953a9641afcde5e20 SHA1: 101f5786373c3af1b0064daf4c1a8f5f2600df4c MD5sum: 92216f8df605d1af6bdd1e45a93078d7 Description: debug symbols for ros-rolling-micro-ros-msgs Build-Ids: 0b7cd41868797c93b96c86626feff24109e82693 1b625067332b7bda25c8dae9f98cc16861a5be4f 4441d9546f95c81d207edbc7f5aa940a5611dfa3 527cd41696cfb2640ec65650348869d4c882fbfd 575c7282acc813fbfd97124067d25cbfc51fd850 5c5d7e960ed55dbab8a3425c88a89999207807b9 5dc0a8b668682d3a103627355d2b5f7125e66007 5df54396cdb0d9a593b9c19bcb5260b535dfae54 6f713a1a6822b88ba107bd20911e9dd8db0b2e12 7ed21614fc7cd55a1a21893ef646043d0a5db98f d9cf0581f5d646841179e8a86a5b65d97d609694 Package: ros-rolling-microstrain-inertial-description Version: 4.9.0-1resolute.20260717.154315 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 16437 Depends: ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-rolling-microstrain-inertial-description/ros-rolling-microstrain-inertial-description_4.9.0-1resolute.20260717.154315_amd64.deb Size: 2750648 SHA256: 0b71d8b8a554efbd718ead941a3394449ce7e72d665570b5412213fc89c8a874 SHA1: 4921a825fd41430c2ce11c58407cd28fb9a9c27f MD5sum: 6ab602f53c547fade2cad82bd628b623 Description: URDF and stl files for MicroStrain sensors. Package: ros-rolling-microstrain-inertial-msgs Version: 4.9.0-1resolute.20260811.204248 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 8904 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-rolling-microstrain-inertial-msgs/ros-rolling-microstrain-inertial-msgs_4.9.0-1resolute.20260811.204248_amd64.deb Size: 524986 SHA256: 35cb7a59165179f33a3ae7ba3bb3a7b59655370fac1de33284fc50a362d9f85d SHA1: 6ecd26f1078cdb4cef574cd24f7ff4b8e4c515bf MD5sum: f893918c88e500ecd0024ba5bc8aa4c6 Description: A package that contains ROS message corresponding to microstrain message types. Package: ros-rolling-microstrain-inertial-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-microstrain-inertial-msgs Version: 4.9.0-1resolute.20260811.204248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 6026 Depends: ros-rolling-microstrain-inertial-msgs (= 4.9.0-1resolute.20260811.204248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-microstrain-inertial-msgs/ros-rolling-microstrain-inertial-msgs-dbgsym_4.9.0-1resolute.20260811.204248_amd64.deb Size: 4342370 SHA256: e030c62e6b7447f0f23c270652c91e4cf0b5605073e4391616dac835e86df26a SHA1: 8ba977f2ef5b847e3e181423b90b927ec54bb47a MD5sum: 899904166ce533326795b720523bea8c Description: debug symbols for ros-rolling-microstrain-inertial-msgs Build-Ids: 3ba56e14421683444233a5452e6b245ee2ce199f 4e96968108a0d503887287e295a96bac57aedff2 5490c0cca35088657e44f283f259b7aea49ab850 77543f6ea61eb5ce9209abe8fd4ba5e78937a396 7aab4c71405c2d81f10cf15fe66247d74e26125d a0901518dba9d533d82fdefb65561fc4d8fd2d72 a230ede3755965d6e24ede796caae365f67b6be6 b6ea77b11e5ff1607c65550103cb9b1510f97fb0 d0d1c69c34b51e6b6291533dd0a934c5080c0a4d e4653b5e7c9db836b8b2c5d4c6ce90d14f28ed8a f479a3d2f64e4d91a7b9d057612ba6112ec60e5b Package: ros-rolling-microstrain-inertial-rqt Version: 4.9.0-1resolute.20260821.173617 Architecture: amd64 Maintainer: "Rob Fisher" Installed-Size: 422 Depends: ros-rolling-geometry-msgs, ros-rolling-microstrain-inertial-msgs, ros-rolling-nav-msgs, ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/LORD-MicroStrain/microstrain_inertial Priority: optional Section: misc Filename: pool/main/r/ros-rolling-microstrain-inertial-rqt/ros-rolling-microstrain-inertial-rqt_4.9.0-1resolute.20260821.173617_amd64.deb Size: 70330 SHA256: 25562e82df990cefb6c5208e58a864130cc14f8c1354c813ec75b4d236754d4b SHA1: 15768445ab79770e06f135a7a04470a8c0fa49ab MD5sum: 7ea63fe45a743a3ed7b7e6ba2373f64a Description: The microstrain_inertial_rqt package provides several RQT widgets to view the status of Microstrain devices Package: ros-rolling-mimick-vendor Version: 0.10.0-1resolute.20260714.184314 Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 218 Depends: ros-rolling-ros-workspace Homepage: https://github.com/Snaipe/Mimick Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mimick-vendor/ros-rolling-mimick-vendor_0.10.0-1resolute.20260714.184314_amd64.deb Size: 32024 SHA256: 1c7dbbac17ed8af83931f97b4c874d770a1f1dd9c88ec8e5b399c8f333af9824 SHA1: 5d613a90ca21637d8625b1bd48a8a9bf63c32301 MD5sum: dbc62d1f1f6f375cae2beb65e1845909 Description: Wrapper around mimick, it provides an ExternalProject build of mimick. Package: ros-rolling-mobileye-560-660-msgs Version: 4.0.0-4resolute.20260811.202257 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 2906 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/mobileye_560_660_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mobileye-560-660-msgs/ros-rolling-mobileye-560-660-msgs_4.0.0-4resolute.20260811.202257_amd64.deb Size: 198884 SHA256: 6836b1d62a365a84cf88304c7e097092b6c6dd7bddb55166b33ff4d6e696c730 SHA1: c1f08575b60658db5f876c7730f96f7e897abc98 MD5sum: 23255e1e29d0359167bc390fbf6f9e59 Description: Message definitions for the Mobileye 560/660 Package: ros-rolling-mobileye-560-660-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mobileye-560-660-msgs Version: 4.0.0-4resolute.20260811.202257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1806 Depends: ros-rolling-mobileye-560-660-msgs (= 4.0.0-4resolute.20260811.202257) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mobileye-560-660-msgs/ros-rolling-mobileye-560-660-msgs-dbgsym_4.0.0-4resolute.20260811.202257_amd64.deb Size: 1345088 SHA256: 0dfb750f6ee0637a20af6adaa07a220669ae21a78ea9643e95e169bc7e2c6d0c SHA1: a94423b3cffa672a91e7fd71ae0dbe2a086e43a1 MD5sum: e3a19a00d100c605b124335446adcf26 Description: debug symbols for ros-rolling-mobileye-560-660-msgs Build-Ids: 165d5c810116ff6f1fa6dc8ba23603f363577a84 17e0219ef970d2d3748d41c2f732508aac779141 46cbdcefa83ba26b8f28c1ce8e361e9a79cf3071 64645d6ecce7e3b68f5ff4d9b7a3cfe69512142e 64abb7576bb78d0c86cfb74efcae08ab6304e094 65cb4ebb960d35b79a7f28206270d4b678b9da4a 6c36517164e779653594b8182c64719b9c4bfccd ac48ea5acd67a483bf7343f3b423d06f48719393 b2e6c9b835c0f4576ddfefa82dac6f9ff7f306e5 bbac333602c0f4d6fd7427f2a4dbc9e7e0f6f457 de3bce0588c55176378d6ecfc27c47d5807cbd6c Package: ros-rolling-mola Version: 3.2.0-1resolute.20260826.124218 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15 Depends: ros-rolling-mola-bridge-ros2, ros-rolling-mola-demos, ros-rolling-mola-input-rawlog, ros-rolling-mola-input-rosbag2, ros-rolling-mola-input-video, ros-rolling-mola-kernel, ros-rolling-mola-launcher, ros-rolling-mola-metric-maps, ros-rolling-mola-pose-list, ros-rolling-mola-relocalization, ros-rolling-mola-traj-tools, ros-rolling-mola-viz, ros-rolling-mola-yaml, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mola/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola/ros-rolling-mola_3.2.0-1resolute.20260826.124218_amd64.deb Size: 3634 SHA256: 61eb90424bb5866c5cb8f84210e2bb7b7fd2a44f6b843dfa11cc3372e33e3fb5 SHA1: 3df4671b633ae6902a6ce0a1f2b706199c695aa2 MD5sum: 3689db4fd50140fabb1abe1cbe4c48c8 Description: Metapackage with all core open-sourced MOLA packages. Package: ros-rolling-mola-academic-datasets Version: 3.0.0-2resolute.20260821.155047 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14 Depends: ros-rolling-kitti-metrics-eval, ros-rolling-mola-input-euroc-dataset, ros-rolling-mola-input-kitti-dataset, ros-rolling-mola-input-kitti360-dataset, ros-rolling-mola-input-mulran-dataset, ros-rolling-mola-input-paris-luco-dataset, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mola_academic_datasets/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-academic-datasets/ros-rolling-mola-academic-datasets_3.0.0-2resolute.20260821.155047_amd64.deb Size: 2368 SHA256: 9cc464e1564f978f12772af5287f7134ae253d797503bcdb5ea820ccbcc81a2f SHA1: 05e41a3f440a0e5401c3dca8b1d0d1e1dfb009e8 MD5sum: 274670b0d6b2e2e6e6dbc7f8fca4e7e4 Description: Metapackage with all packages supporting reading academic datasets. Package: ros-rolling-mola-bridge-ros2 Version: 3.2.0-1resolute.20260821.175119 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3269 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-diagnostic-msgs, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-mola-common, ros-rolling-mola-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-nav-interfaces, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_bridge_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-bridge-ros2/ros-rolling-mola-bridge-ros2_3.2.0-1resolute.20260821.175119_amd64.deb Size: 543364 SHA256: 7c42af8d3d067a4c4e84197a381eedef9721c465a5c1bf2835a07af049774e2e SHA1: f268a25bdca69ee28d462b9a22193a3fc9edc072 MD5sum: a80aa51868c657e0b9bcc2778133c2b5 Description: Bidirectional bridge ROS2-MOLA Package: ros-rolling-mola-bridge-ros2-dbgsym Package-Type: ddeb Source: ros-rolling-mola-bridge-ros2 Version: 3.2.0-1resolute.20260821.175119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15599 Depends: ros-rolling-mola-bridge-ros2 (= 3.2.0-1resolute.20260821.175119) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-bridge-ros2/ros-rolling-mola-bridge-ros2-dbgsym_3.2.0-1resolute.20260821.175119_amd64.deb Size: 12670992 SHA256: b1bc2acc94fd373f741e0712ab56c449c88e762ea211d13ffe4dae82231c5494 SHA1: 9f61102457bf347da2084cf38ed9815cb741b650 MD5sum: 578ce73085cb35d5ae24be14dff1d116 Description: debug symbols for ros-rolling-mola-bridge-ros2 Build-Ids: 71d55a2bf583d23dae4a83798e3e721b691767f8 Package: ros-rolling-mola-common Version: 0.6.1-1resolute.20260714.184319 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 66 Depends: ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-common/ros-rolling-mola-common_0.6.1-1resolute.20260714.184319_amd64.deb Size: 12096 SHA256: ae7984ffbbd71f5b844190de4abd5382110d2b14c14a18cd9fb503a77d5d7a71 SHA1: 6ed22b6901c5313cb25fbbe275fae25591e7b921 MD5sum: 49898b920629f4e139a60885452f0e62 Description: Common CMake scripts to all MOLA modules Package: ros-rolling-mola-demos Version: 3.2.0-1resolute.20260821.153620 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 166 Depends: ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-demos/ros-rolling-mola-demos_3.2.0-1resolute.20260821.153620_amd64.deb Size: 27780 SHA256: eb2eaea54390b6378b9b649fe24b32d9f1e28382ebe9db92c514fe3bbd3bf5d4 SHA1: 6aafaa017d9b329d09ed23ececb62d9a99021b16 MD5sum: 14de87ee58331ac9d341ca4595fcf91c Description: Demo and example launch files for MOLA Package: ros-rolling-mola-gnss-to-markers Version: 0.1.2-2resolute.20260821.165228 Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 797 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-libobs, ros-rolling-mrpt-nav-interfaces, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mola_gnss_to_markers/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-gnss-to-markers/ros-rolling-mola-gnss-to-markers_0.1.2-2resolute.20260821.165228_amd64.deb Size: 145856 SHA256: 4fc172224053fb2fb45770ace98c9097d633ec6ed62cd3281d5350662406f5f6 SHA1: 754235d4cdfd8e3b6622074cfcff4e737044d6ed MD5sum: e7906f4a1ad0811cdaee2e705f8497a8 Description: Takes GNSS (GPS) readings, a MOLA georeferenced map, and publishes markers to visualize the datums as ellipsoids on the map Package: ros-rolling-mola-gnss-to-markers-dbgsym Package-Type: ddeb Source: ros-rolling-mola-gnss-to-markers Version: 0.1.2-2resolute.20260821.165228 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: José Luis Blanco-Claraco Installed-Size: 3591 Depends: ros-rolling-mola-gnss-to-markers (= 0.1.2-2resolute.20260821.165228) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-gnss-to-markers/ros-rolling-mola-gnss-to-markers-dbgsym_0.1.2-2resolute.20260821.165228_amd64.deb Size: 2868448 SHA256: 615dc8f22ad3956899d698b519b5c5f133cb48a35b45f3ec5ac87bf168287f2e SHA1: d0e8876760355f981f9a67f629cc6de3e799b39e MD5sum: c440d054750b788d6229e2210def95cf Description: debug symbols for ros-rolling-mola-gnss-to-markers Build-Ids: 6b41b124323ff317ae76891b2e7f1046cc23d14f Package: ros-rolling-mola-imu-preintegration Version: 1.17.1-1resolute.20260813.211650 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 275 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 10.2), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola_imu_preintegration Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-imu-preintegration/ros-rolling-mola-imu-preintegration_1.17.1-1resolute.20260813.211650_amd64.deb Size: 88416 SHA256: 930c1ba9194050eabace42c7e2bb402261f4b345d9d8598c17856989b23fc3ce SHA1: 092bab610f5cc4a905ef802158f2c51782202b87 MD5sum: 45e088f87dc2dd79d2ea0e102f7fa2ea Description: Integrator of IMU angular velocity readings Package: ros-rolling-mola-imu-preintegration-dbgsym Package-Type: ddeb Source: ros-rolling-mola-imu-preintegration Version: 1.17.1-1resolute.20260813.211650 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1329 Depends: ros-rolling-mola-imu-preintegration (= 1.17.1-1resolute.20260813.211650) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-imu-preintegration/ros-rolling-mola-imu-preintegration-dbgsym_1.17.1-1resolute.20260813.211650_amd64.deb Size: 1267278 SHA256: 55a2e7a49e4664e166c53ad0a3bf8dff77840ba07db8c65beb4dd1d7c71af8d4 SHA1: 40a4907f37ab3008964f6aec36cd27ef23da8a6d MD5sum: 74abad50a0b3b2dc0852eb8d663e93f3 Description: debug symbols for ros-rolling-mola-imu-preintegration Build-Ids: 885f41bd451883fd260851734fa08596ecba8a47 Package: ros-rolling-mola-input-euroc-dataset Version: 3.0.0-2resolute.20260821.154254 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 212 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_euroc_dataset Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-euroc-dataset/ros-rolling-mola-input-euroc-dataset_3.0.0-2resolute.20260821.154254_amd64.deb Size: 68510 SHA256: 2b2b0e1c97639a53268785fee62f310affc121ddd8f58d9720d5b52236d29ba2 SHA1: 3bb150f08f462414dee02fac435cd6d694037cf8 MD5sum: b3ec0d4c3f4528f67c1f2b8bd237417e Description: Offline RawDataSource from EUROC SLAM datasets Package: ros-rolling-mola-input-euroc-dataset-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-euroc-dataset Version: 3.0.0-2resolute.20260821.154254 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 694 Depends: ros-rolling-mola-input-euroc-dataset (= 3.0.0-2resolute.20260821.154254) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-euroc-dataset/ros-rolling-mola-input-euroc-dataset-dbgsym_3.0.0-2resolute.20260821.154254_amd64.deb Size: 644136 SHA256: c93cd818db6ab7113b22e15fbdc2c0d6c620bdb465db5e8297da0c0895213922 SHA1: 5fbc73ed8d230bd56c0d8e2c4d012916bb9f6376 MD5sum: 38eaf9b2c82caa5504d237bbad6c344a Description: debug symbols for ros-rolling-mola-input-euroc-dataset Build-Ids: 72079c0fba059e72399357f6015fd2d4c7ebcd5c Package: ros-rolling-mola-input-kitti-dataset Version: 3.0.0-2resolute.20260821.154545 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 255 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_kitti_dataset Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-kitti-dataset/ros-rolling-mola-input-kitti-dataset_3.0.0-2resolute.20260821.154545_amd64.deb Size: 84602 SHA256: bb0d71309d0b8ff66668de705ba2bb45105b344e0b48e602eb8c986b0064b8b1 SHA1: 070dceeba2c91eb0c7d9f80babb4aa9ae0351461 MD5sum: 02df3b5fefd2e3583811facc068ec8f3 Description: Offline RawDataSource from Kitti odometry/SLAM datasets Package: ros-rolling-mola-input-kitti-dataset-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-kitti-dataset Version: 3.0.0-2resolute.20260821.154545 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1286 Depends: ros-rolling-mola-input-kitti-dataset (= 3.0.0-2resolute.20260821.154545) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-kitti-dataset/ros-rolling-mola-input-kitti-dataset-dbgsym_3.0.0-2resolute.20260821.154545_amd64.deb Size: 1228284 SHA256: a1d2825654a4d2cdeb0435ebd33c123e13ca83cedfa693cbfe4689c5a55e4a2a SHA1: ffcf12e27590263338e62eb5bdcad2d1a6f49dbb MD5sum: fc3cff1308f42b04ad26f1f68de52af9 Description: debug symbols for ros-rolling-mola-input-kitti-dataset Build-Ids: a480b687eaa378ba04b022f32cfaa4e47080c901 Package: ros-rolling-mola-input-kitti360-dataset Version: 3.0.0-2resolute.20260821.154305 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 386 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_kitti360_dataset Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-kitti360-dataset/ros-rolling-mola-input-kitti360-dataset_3.0.0-2resolute.20260821.154305_amd64.deb Size: 131984 SHA256: 55f40213cc87d8011ba24ef6b6e5e4dbb8bffd44005a2c571c0575f2d8c29bce SHA1: 74a1d35b535b852b10de76ed16eccd190ab23081 MD5sum: 6d1c88513eaca8c01e6db194a2df96ba Description: Offline RawDataSource from Kitti-360 datasets Package: ros-rolling-mola-input-kitti360-dataset-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-kitti360-dataset Version: 3.0.0-2resolute.20260821.154305 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1951 Depends: ros-rolling-mola-input-kitti360-dataset (= 3.0.0-2resolute.20260821.154305) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-kitti360-dataset/ros-rolling-mola-input-kitti360-dataset-dbgsym_3.0.0-2resolute.20260821.154305_amd64.deb Size: 1861748 SHA256: 0f603b2b04d6cdf5236f05d8a936a0f782444541e409bf178b9f63c30225f73d SHA1: f5fe19462599fc01fdae0fdc4c7b0a3b88e5f9e2 MD5sum: a1c7338cf0d69a82997e850198a44053 Description: debug symbols for ros-rolling-mola-input-kitti360-dataset Build-Ids: c890398e5060497e41e1a8a740ccc9b21dfe564b Package: ros-rolling-mola-input-lidar-bin-dataset Version: 3.2.0-1resolute.20260821.154558 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 196 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_lidar_bin_dataset Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-lidar-bin-dataset/ros-rolling-mola-input-lidar-bin-dataset_3.2.0-1resolute.20260821.154558_amd64.deb Size: 61540 SHA256: d843d621fe60cdad82da5aeaf3973ce7fd720026cbe84869da1340cb4f217fb2 SHA1: f596e0296a13261286d39add958a1846496a2147 MD5sum: 7fd478ecdc99add246d1a7921936ad82 Description: Offline RawDataSource from LiDAR datasets stored as `.bin` files in the Kitti binary format Package: ros-rolling-mola-input-lidar-bin-dataset-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-lidar-bin-dataset Version: 3.2.0-1resolute.20260821.154558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 572 Depends: ros-rolling-mola-input-lidar-bin-dataset (= 3.2.0-1resolute.20260821.154558) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-lidar-bin-dataset/ros-rolling-mola-input-lidar-bin-dataset-dbgsym_3.2.0-1resolute.20260821.154558_amd64.deb Size: 525516 SHA256: 29ec4c939c8568e1c9ef2629e54bf416d9929b7f51c683d83ff7b10b4e20cbff SHA1: 21a8e983de921fcbd507268ddbc1312c48696965 MD5sum: f0aae05bbb766c90692bce3b8b0967a4 Description: debug symbols for ros-rolling-mola-input-lidar-bin-dataset Build-Ids: aaf50e97439d930cc1b274fbe5714e110ec153a7 Package: ros-rolling-mola-input-mulran-dataset Version: 3.0.0-2resolute.20260821.154551 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 236 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_mulran_dataset Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-mulran-dataset/ros-rolling-mola-input-mulran-dataset_3.0.0-2resolute.20260821.154551_amd64.deb Size: 76816 SHA256: 6ef314f35a4c22811f8f48d73dd5e3bf2efab0ea6edd500f5e3d82cded334628 SHA1: 14ec417b4fa53261fa4981910e5bb15f461dc54b MD5sum: 50db5b84196f65480405cc1f9ab8bc81 Description: Offline RawDataSource from MulRan datasets Package: ros-rolling-mola-input-mulran-dataset-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-mulran-dataset Version: 3.0.0-2resolute.20260821.154551 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 951 Depends: ros-rolling-mola-input-mulran-dataset (= 3.0.0-2resolute.20260821.154551) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-mulran-dataset/ros-rolling-mola-input-mulran-dataset-dbgsym_3.0.0-2resolute.20260821.154551_amd64.deb Size: 886764 SHA256: c13f2b8aa3f835528f5df3425942f40e2d56b1d38d5573b07afcce142664a608 SHA1: 4338c0e8ae3d28c34d58be68787ae3e895383ca3 MD5sum: c9a17e86042e6e8955998f369214acba Description: debug symbols for ros-rolling-mola-input-mulran-dataset Build-Ids: 94bcebac4bad8dbe911931b64e93eb0c2a873d26 Package: ros-rolling-mola-input-ouster Version: 0.1.0-1resolute.20260821.160531 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3168 Depends: libc6 (>= 2.43), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 0.9.8), libpng16-16t64 (>= 1.6.46), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libtins4.5 (>= 4.5), libzip5 (>= 1.0), libzstd1 (>= 1.5.5), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, zlib1g (>= 1:1.2.11), curl, libcurl4-openssl-dev, ros-rolling-mola-yaml, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-ouster/ros-rolling-mola-input-ouster_0.1.0-1resolute.20260821.160531_amd64.deb Size: 1031308 SHA256: b477c232557ea24af748bdc105d5949606a2f92b6eabdfa4fb39c3bb905dd620 SHA1: ed5bacfdbf238871c1500b9455048e66efca7975 MD5sum: 868bba7bbe606bdb10ce695047245a05 Description: MOLA input module for Ouster LiDAR sensors using the native Ouster C++ SDK. Provides direct sensor connection and PCAP replay without ROS middleware. Package: ros-rolling-mola-input-ouster-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-ouster Version: 0.1.0-1resolute.20260821.160531 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 32039 Depends: ros-rolling-mola-input-ouster (= 0.1.0-1resolute.20260821.160531) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-ouster/ros-rolling-mola-input-ouster-dbgsym_0.1.0-1resolute.20260821.160531_amd64.deb Size: 30679126 SHA256: 207950c7fd9bb3fd14e1efaef255d167396103237a85c5ab50b73d29bb0de9ed SHA1: 0848d59d0e72726ff665a31d576854f0cf599256 MD5sum: ba805540aa90ad560bfdbbf48d3edc66 Description: debug symbols for ros-rolling-mola-input-ouster Build-Ids: 5a28cbef65f8a8d42b771627f4f0780602c3d5c3 Package: ros-rolling-mola-input-paris-luco-dataset Version: 3.0.0-2resolute.20260821.154559 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 213 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_paris_luco_dataset Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-paris-luco-dataset/ros-rolling-mola-input-paris-luco-dataset_3.0.0-2resolute.20260821.154559_amd64.deb Size: 70380 SHA256: dcd6c8b5d765c938ef4c164bc767fa847072e915c76b8c447555123d8b6a9f75 SHA1: dfbaec4931dd8e81cb8aa3af54eabc13af064fd8 MD5sum: 464601b2a07a4edf68a4a000247ce53f Description: Offline RawDataSource from Paris LUCO (CT-ICP) odometry/SLAM datasets Package: ros-rolling-mola-input-paris-luco-dataset-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-paris-luco-dataset Version: 3.0.0-2resolute.20260821.154559 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 867 Depends: ros-rolling-mola-input-paris-luco-dataset (= 3.0.0-2resolute.20260821.154559) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-paris-luco-dataset/ros-rolling-mola-input-paris-luco-dataset-dbgsym_3.0.0-2resolute.20260821.154559_amd64.deb Size: 815706 SHA256: c8a53d128c40950b627dad1bea973bee144da67e47fea54cd1d696486969140f SHA1: 34db43b166ec9b84914aac8e065ef2aa8009c4af MD5sum: 996859b10b6e6252570f43c68a9cc97a Description: debug symbols for ros-rolling-mola-input-paris-luco-dataset Build-Ids: d2c9a8ce761949b8d9a1a3def7176e38508c0adc Package: ros-rolling-mola-input-rawlog Version: 3.2.0-1resolute.20260821.154648 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 207 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_rawlog Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rawlog/ros-rolling-mola-input-rawlog_3.2.0-1resolute.20260821.154648_amd64.deb Size: 64626 SHA256: 5c35b1ecf2b53075f31c777b5738603b426b0a2a6f778a0bc7bbf42e2b4f8984 SHA1: 5809bb6e690319bbf55b8626ceb041c06e4239a9 MD5sum: 04d6e0cc405f792d48ed4c05f5ff89ef Description: Offline RawDataSource from MRPT rawlog datasets Package: ros-rolling-mola-input-rawlog-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-rawlog Version: 3.2.0-1resolute.20260821.154648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 609 Depends: ros-rolling-mola-input-rawlog (= 3.2.0-1resolute.20260821.154648) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rawlog/ros-rolling-mola-input-rawlog-dbgsym_3.2.0-1resolute.20260821.154648_amd64.deb Size: 562056 SHA256: 0a3ac566d857bfda6ed975f03283792df100d8b3da97bb1cbc3d82d083359d61 SHA1: 02d50e9e3fe2f3bc8105ac82afd4240ac185c3bb MD5sum: 084db2150b0eee687edde7fb9b509be2 Description: debug symbols for ros-rolling-mola-input-rawlog Build-Ids: bbc0e34b22b5784de79e6806e77b3f38442042ba Package: ros-rolling-mola-input-rosbag1 Version: 0.4.0-1resolute.20260821.173900 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 852 Depends: libbz2-1.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), liblz4-1 (>= 0.0~r113), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, libboost-date-time-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-regex-dev, libbz2-dev, liblz4-dev, libopencv-dev, ros-rolling-geometry-msgs, ros-rolling-mola-common, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola_input_ros1bag Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rosbag1/ros-rolling-mola-input-rosbag1_0.4.0-1resolute.20260821.173900_amd64.deb Size: 273696 SHA256: 14e48347b11466ecc1d6033ddc3e439095c84d00015fc6f0dc24d101349048ca SHA1: 1b16375900328a0635fd7fd05c9e9d1e44744c86 MD5sum: a555937b6e0fc7133d6e3062e95f0274 Description: MOLA DataSource from ROS1 bag files that does not need a ROS1 installation Package: ros-rolling-mola-input-rosbag1-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-rosbag1 Version: 0.4.0-1resolute.20260821.173900 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5663 Depends: ros-rolling-mola-input-rosbag1 (= 0.4.0-1resolute.20260821.173900) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rosbag1/ros-rolling-mola-input-rosbag1-dbgsym_0.4.0-1resolute.20260821.173900_amd64.deb Size: 5261462 SHA256: 798afa29b35d80a0646f0f585e523fc62c655dffcc896fff72e0fafc08d0e4b1 SHA1: 7acc11d541e14194b4120d8196e9270d841b1201 MD5sum: 8ee8805c1f455eaf7155edf9decedf34 Description: debug symbols for ros-rolling-mola-input-rosbag1 Build-Ids: 120f53bfa44bf927343859a1c790547de0bdd57d d158e086c42a047599a95f308b1abb0857a84f7e Package: ros-rolling-mola-input-rosbag2 Version: 3.2.0-1resolute.20260821.175201 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 450 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-cv-bridge, ros-rolling-gps-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_rosbag2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rosbag2/ros-rolling-mola-input-rosbag2_3.2.0-1resolute.20260821.175201_amd64.deb Size: 150876 SHA256: 992c23fe6102a36b1d341d75053931cc14ded1d5c35635a57c99c513f3815526 SHA1: f6b5f1ec5cd094f5ac90dabb99428fa4af203157 MD5sum: b1f14ff07f9192db604e8390d4c8933e Description: Offline RawDataSource from rosbag2 datasets Package: ros-rolling-mola-input-rosbag2-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-rosbag2 Version: 3.2.0-1resolute.20260821.175201 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2194 Depends: ros-rolling-mola-input-rosbag2 (= 3.2.0-1resolute.20260821.175201) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-rosbag2/ros-rolling-mola-input-rosbag2-dbgsym_3.2.0-1resolute.20260821.175201_amd64.deb Size: 2060564 SHA256: 7b32e5d115480fef06a6e8d3bef9c3b57024dfe386f896657c78595e96c82953 SHA1: b5c1eb027513633d1c007bbeece0a631e1b9995d MD5sum: cebacafbb0a4218a1aefd615da52a8b1 Description: debug symbols for ros-rolling-mola-input-rosbag2 Build-Ids: 015c2cea5322366b0261a7870cb8dffb79c1795b Package: ros-rolling-mola-input-video Version: 3.2.0-1resolute.20260821.154818 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 206 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_input_video Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-video/ros-rolling-mola-input-video_3.2.0-1resolute.20260821.154818_amd64.deb Size: 65806 SHA256: fd5fca86b180c9b78dd96efbc05b6f617fc20ffc7a8d0e020105bd718d282a75 SHA1: 8965936a832fe6da7a9ca637122670054a0db4b7 MD5sum: 2e1fc9f8bf84179aa62ac8ffcf85e9ef Description: RawDataSource from live or offline video sources Package: ros-rolling-mola-input-video-dbgsym Package-Type: ddeb Source: ros-rolling-mola-input-video Version: 3.2.0-1resolute.20260821.154818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 733 Depends: ros-rolling-mola-input-video (= 3.2.0-1resolute.20260821.154818) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-input-video/ros-rolling-mola-input-video-dbgsym_3.2.0-1resolute.20260821.154818_amd64.deb Size: 688038 SHA256: e159ddb771d7efa2f55792026f94e845baa0309330db272a0b5673a359bbffc5 SHA1: f938379f699b20d2f7ecaa1606164d7b613be7ae MD5sum: dd7b734fbcedde50ebaebe09db153347 Description: debug symbols for ros-rolling-mola-input-video Build-Ids: ecd7e85eb25953fd8641e99aa53bbe8ce651169d Package: ros-rolling-mola-kernel Version: 3.2.0-1resolute.20260821.153911 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 414 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-mola-yaml, ros-rolling-mrpt-libmaps, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_kernel Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-kernel/ros-rolling-mola-kernel_3.2.0-1resolute.20260821.153911_amd64.deb Size: 126860 SHA256: 12fa70dfed1a4803c7ea0e632c6c851e13f3a558c1924a18af08de37de93c0f5 SHA1: 29a831bfe32faabbde8f149c24d1a519ba2e30ac MD5sum: 613d7f66884c4d303ab5a80228bb2192 Description: Fundamental C++ virtual interfaces and data types for the rest of MOLA modules Package: ros-rolling-mola-kernel-dbgsym Package-Type: ddeb Source: ros-rolling-mola-kernel Version: 3.2.0-1resolute.20260821.153911 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1701 Depends: ros-rolling-mola-kernel (= 3.2.0-1resolute.20260821.153911) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-kernel/ros-rolling-mola-kernel-dbgsym_3.2.0-1resolute.20260821.153911_amd64.deb Size: 1605766 SHA256: 486c4f3ab2ee29274c85a2786a11df2c71261bdcbac42b390417932cc23ff549 SHA1: 6f51b1c18510de777c50de49665ba540fe90d901 MD5sum: da434f95778d8dcc391ba30fe99f3f99 Description: debug symbols for ros-rolling-mola-kernel Build-Ids: 3ff2a558893fa380f6a11f0009b7734b257676c2 Package: ros-rolling-mola-launcher Version: 3.2.0-1resolute.20260821.154816 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1369 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mola-yaml, ros-rolling-mrpt-libbase, libcli11-dev, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_launcher Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-launcher/ros-rolling-mola-launcher_3.2.0-1resolute.20260821.154816_amd64.deb Size: 268300 SHA256: d7cf22678600055e58d479aaf091f267a11deaad5194e447c53bd8f87a7c1355 SHA1: 265c4868a4e7bc9879750e3557b3728b5caadf80 MD5sum: 5980d4aa9b8dc2aa9aaca3a23ca121f8 Description: Launcher app for MOLA systems Package: ros-rolling-mola-launcher-dbgsym Package-Type: ddeb Source: ros-rolling-mola-launcher Version: 3.2.0-1resolute.20260821.154816 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4106 Depends: ros-rolling-mola-launcher (= 3.2.0-1resolute.20260821.154816) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-launcher/ros-rolling-mola-launcher-dbgsym_3.2.0-1resolute.20260821.154816_amd64.deb Size: 3797862 SHA256: 24c297e630def6817c5221c709a4a2bd42f31f048ec2e071f4b245d8698a0574 SHA1: d513f099e430260769d53f6b5c898c7313d169c3 MD5sum: 8d5841f016a338b876a2a9d102278795 Description: debug symbols for ros-rolling-mola-launcher Build-Ids: 3238f14e408722470ac21e7d8da5d78b8f19c704 5d7e884a2e5cd0a06d4a6a25b849898c81277ea6 a79fa6225aa502310498662eb7474e08e62aa58c fdea712f6ca9bf9fe664adc803db42699b7031c5 Package: ros-rolling-mola-metric-maps Version: 3.2.0-1resolute.20260826.123126 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3210 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), ros-rolling-mp2p-icp-core, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, libcli11-dev, libtbb-dev, ros-rolling-mola-common, ros-rolling-mola-kernel, ros-rolling-mp2p-icp, ros-rolling-nanoflann-vendor, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_metric_maps Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-metric-maps/ros-rolling-mola-metric-maps_3.2.0-1resolute.20260826.123126_amd64.deb Size: 701056 SHA256: 9ad869579406a34bed5b412e29a2140091a6c91c3db59b7c480db9e69f6aecc2 SHA1: b12000dd7de6b979f2118cb990a3e50d9fbb874d MD5sum: b980ed7460ae450935ba94d46d7f2b42 Description: Advanced metric map classes, using the generic `mrpt::maps::CMetricMap` interface, for use in other MOLA odometry and SLAM modules. Package: ros-rolling-mola-metric-maps-dbgsym Package-Type: ddeb Source: ros-rolling-mola-metric-maps Version: 3.2.0-1resolute.20260826.123126 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17272 Depends: ros-rolling-mola-metric-maps (= 3.2.0-1resolute.20260826.123126) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-metric-maps/ros-rolling-mola-metric-maps-dbgsym_3.2.0-1resolute.20260826.123126_amd64.deb Size: 16302690 SHA256: 18fe4dc28833a48cfa7132cf53ebaae94c9fe424d7b55bd184c8c7265a7cbae3 SHA1: 319892613742de8c3a61a53f8e8b054f605b1f5a MD5sum: 79e4cd6f2d19946a2fc5d0cfee532f0e Description: debug symbols for ros-rolling-mola-metric-maps Build-Ids: 018bc1cb5d4b92fe804a036481288569d6301246 722db9fa7fe92bdc4d995652fa1a12ce3b8e11c0 732b04b8c9ecca9d22cb04a46023fe1393b7811e 85b0f535fa3ae03598e9bc061c07e15f1eb3688a 9a0f5c0c3eeb8125a5fe7524c85b078610f90d7e d67696df2b22fb1eb734b1e4a29fb75d1f0fe1e5 Package: ros-rolling-mola-msgs Version: 3.2.0-1resolute.20260821.153858 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2890 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-mrpt-msgs, ros-rolling-nav-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-msgs/ros-rolling-mola-msgs_3.2.0-1resolute.20260821.153858_amd64.deb Size: 210638 SHA256: 67c842591b63e2ca2af50d9f6ecface5b8b2ec4c89ecb99734c231ecd535340b SHA1: 2d52b615b12e83280d820ef6b58a548d9d0f992f MD5sum: 4791dd87f534be4b7eae684e80e7b58f Description: ROS message, services, and actions used in other MOLA packages. Package: ros-rolling-mola-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mola-msgs Version: 3.2.0-1resolute.20260821.153858 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2252 Depends: ros-rolling-mola-msgs (= 3.2.0-1resolute.20260821.153858) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-msgs/ros-rolling-mola-msgs-dbgsym_3.2.0-1resolute.20260821.153858_amd64.deb Size: 1614316 SHA256: fcf0de73e50d00737e1482ef2889a866536bad6320ba5a2974a83cefeace15f5 SHA1: b19530da23013ff3178924d3e8c31f14f8f9a6e0 MD5sum: b098a80d73abd4f0e8ccf6fe0db1f060 Description: debug symbols for ros-rolling-mola-msgs Build-Ids: 162011176fa0c8f1f30c09f8a5f45bfb24a364f9 3be66578f713d492a82bbadae0ab3be753e211e5 57985aedcd5db4403e8323b199b7c8bfe7eb8bc6 5dfcf8fb937d5c55c018d544335e73e57056b6c3 65693ad2037a37f7eda18a3d28fd15feacd725f4 9b4a9557583972669e57a270b9bd296fde31b61b a898d01cd439241176cb104d2b532c55c82eaaf6 b17d0b74abaf0696e36907b83ce24033ec9a98b3 dfcbe3800eb5bebf4c75c079a32be14b0a3a36a4 ec3e262e78468a390608dfe9a8add53f77d7d323 f9e6281e82f4e05e497dd0d5130c74bb90d2630e Package: ros-rolling-mola-pose-list Version: 3.2.0-1resolute.20260821.153857 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 143 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_pose_list Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-pose-list/ros-rolling-mola-pose-list_3.2.0-1resolute.20260821.153857_amd64.deb Size: 45720 SHA256: 9d063ecbcf83891a44bf633e3f79843ededcdb32e74377fb1060c978017dbfd6 SHA1: 1449ef96cf1025ff7470e4765672774031d24ba6 MD5sum: b268be2a461618bf2a8c42290a14ee13 Description: C++ library for searchable pose lists Package: ros-rolling-mola-pose-list-dbgsym Package-Type: ddeb Source: ros-rolling-mola-pose-list Version: 3.2.0-1resolute.20260821.153857 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 454 Depends: ros-rolling-mola-pose-list (= 3.2.0-1resolute.20260821.153857) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-pose-list/ros-rolling-mola-pose-list-dbgsym_3.2.0-1resolute.20260821.153857_amd64.deb Size: 430310 SHA256: 67e8797b9aea6fffcc9d9c8e14e2e6bcdf055e5c82df96140ecfda616c49b245 SHA1: ee04d0e113855313716394a617f5fbe23df6e6d8 MD5sum: f9aa04e0a77e47bb3b2c3a609e9accc3 Description: debug symbols for ros-rolling-mola-pose-list Build-Ids: 012369981b8d32b622b21880737666895b053d0e Package: ros-rolling-mola-relocalization Version: 3.2.0-1resolute.20260826.123242 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 135 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-pose-list, ros-rolling-mp2p-icp-core, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-mp2p-icp, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libslam, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_relocalization Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-relocalization/ros-rolling-mola-relocalization_3.2.0-1resolute.20260826.123242_amd64.deb Size: 41934 SHA256: a954b68e7c519f32748b8c5e4085a5a453bd646e8709815a7432e560b2b02ff1 SHA1: e8c71e19dddc8561fee75c2930730998ba581cb5 MD5sum: baa3f992ba12794870ecddd58b9617e9 Description: C++ library with algorithms for relocalization, global localization, or pose estimation given a large initial uncertainty Package: ros-rolling-mola-relocalization-dbgsym Package-Type: ddeb Source: ros-rolling-mola-relocalization Version: 3.2.0-1resolute.20260826.123242 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 807 Depends: ros-rolling-mola-relocalization (= 3.2.0-1resolute.20260826.123242) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-relocalization/ros-rolling-mola-relocalization-dbgsym_3.2.0-1resolute.20260826.123242_amd64.deb Size: 776532 SHA256: 498417a1228245f98f6bc1dbe0d2099796d8960cb2e3830962084a29a62fa082 SHA1: 087c03dd683b92cb8d07428c0e976fb8fca682cd MD5sum: 52c6d693f2fe77a75e2daf196e585f71 Description: debug symbols for ros-rolling-mola-relocalization Build-Ids: 6004ac65e1b9388d841ec79961d1c57cbf779051 Package: ros-rolling-mola-state-estimation-simple Version: 2.4.2-1resolute.20260821.154257 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 339 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-imu-preintegration, ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola_state_estimation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-state-estimation-simple/ros-rolling-mola-state-estimation-simple_2.4.2-1resolute.20260821.154257_amd64.deb Size: 115272 SHA256: d6a455234ad4117a4f3378907dc918a0bff42a1a6e24b1f9da30c02ce6cca199 SHA1: a71f3f6f92179a008608a0b3f600fa6aa9728332 MD5sum: e1f663bd64bf3c862f91b86e1ef0b383 Description: SE(3) pose and twist path data fusion estimator Package: ros-rolling-mola-state-estimation-simple-dbgsym Package-Type: ddeb Source: ros-rolling-mola-state-estimation-simple Version: 2.4.2-1resolute.20260821.154257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1324 Depends: ros-rolling-mola-state-estimation-simple (= 2.4.2-1resolute.20260821.154257) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-state-estimation-simple/ros-rolling-mola-state-estimation-simple-dbgsym_2.4.2-1resolute.20260821.154257_amd64.deb Size: 1234564 SHA256: 9d53f9d76d6a633467ce0cc03717717f19c1f811603afbfa9657129406466fb1 SHA1: de90f4f13b014d52eb5ba3597bb1aa004bd2e065 MD5sum: fa8f47fb04ce2b3ae34e90464e52016d Description: debug symbols for ros-rolling-mola-state-estimation-simple Build-Ids: edb1c96b140acf38ba93e63579edd53387a1b158 Package: ros-rolling-mola-test-datasets Version: 0.5.0-1resolute.20260714.184404 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 151663 Depends: ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-test-datasets/ros-rolling-mola-test-datasets_0.5.0-1resolute.20260714.184404_amd64.deb Size: 152898512 SHA256: 01c96227dac0821cec50235e4b1baacf6d02eaac32d7406a4e20f24ace597378 SHA1: d2c4b932fece87462c646129115026a7c37276fa MD5sum: 9a2df6cc9c8cbfeefba4fa5e027a093a Description: Small SLAM dataset extracts used for demos or unit tests in the rest of MOLA packages Package: ros-rolling-mola-traj-tools Version: 3.2.0-1resolute.20260821.154101 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 115 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libposes, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_traj_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-traj-tools/ros-rolling-mola-traj-tools_3.2.0-1resolute.20260821.154101_amd64.deb Size: 16236 SHA256: 981eb61f8614e8e07257c93ede360260a8b60a403e1ed69c879a3af3f2d239aa SHA1: a339dbf8a483d6e44c4d92a2d6f17daf36c11414 MD5sum: fc2d64c9e2d3a02dbe6698b0bdf68d0c Description: CLI tools to manipulate trajectory files as a complement to the evo package Package: ros-rolling-mola-traj-tools-dbgsym Package-Type: ddeb Source: ros-rolling-mola-traj-tools Version: 3.2.0-1resolute.20260821.154101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 577 Depends: ros-rolling-mola-traj-tools (= 3.2.0-1resolute.20260821.154101) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-traj-tools/ros-rolling-mola-traj-tools-dbgsym_3.2.0-1resolute.20260821.154101_amd64.deb Size: 434354 SHA256: 68f5bc4369541b4606cb850dfeb28d6e4aca491f6290b1516e3ece902cadcc00 SHA1: 13abf0430520221e2e5602d2da05aee3c0a55801 MD5sum: ccf2ac1f4880542859c51bccaa7937cb Description: debug symbols for ros-rolling-mola-traj-tools Build-Ids: 68ab98910d4164ca318c3544fca091181d337de8 9a2d5f33433863fcbbed8389c5eed3e2b6a13d8d b5f1e1eb8d72e6f8cf0105cfb20848e0168ec868 cb9aa6fa9207bcc0f7aca60fff1ab36d25e4b867 d5fe8093037e2dfd5ccae22f6ac2f1e6c1079fbf Package: ros-rolling-mola-viz Version: 3.2.0-1resolute.20260821.155508 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 600 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_viz Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-viz/ros-rolling-mola-viz_3.2.0-1resolute.20260821.155508_amd64.deb Size: 198418 SHA256: 5e7ec74943afce84ece6a6abbabff77c525766ba0a82df3e2922a169be6c6643 SHA1: 2e208d4c392609bc97190ed2e653c4b10ffb7e7b MD5sum: 70dbef3f84c4dbe31efcce67aa5c6a20 Description: GUI for MOLA Package: ros-rolling-mola-viz-dbgsym Package-Type: ddeb Source: ros-rolling-mola-viz Version: 3.2.0-1resolute.20260821.155508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3311 Depends: ros-rolling-mola-viz (= 3.2.0-1resolute.20260821.155508) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-viz/ros-rolling-mola-viz-dbgsym_3.2.0-1resolute.20260821.155508_amd64.deb Size: 3007812 SHA256: c86b55b0428b96bf456cf71a07bc5ae2e4c11cd8f70c6f2d1534933856d67815 SHA1: a947c7eacefe29c5940fd865afd4eab9a6f85035 MD5sum: 21b4a19f3df70d9ae920f76c937cbf81 Description: debug symbols for ros-rolling-mola-viz Build-Ids: ef8be1003eea162da9910beefb75f98d165dde5e Package: ros-rolling-mola-viz-imgui Version: 3.2.0-1resolute.20260821.155519 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5777 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.4), libopengl0, libstdc++6 (>= 14), ros-rolling-mola-kernel, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, freeglut3-dev, libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_viz_imgui Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-viz-imgui/ros-rolling-mola-viz-imgui_3.2.0-1resolute.20260821.155519_amd64.deb Size: 1206580 SHA256: ae638c6cd683ce24d07360fd5650c9d74ca9786d34773fe005762c7e038289e2 SHA1: e03359b63f435efdc67bc2658f98f1e1ae33508a MD5sum: 9dc4c01f8995d7f1aa92d3b9f96959a9 Description: Dear ImGui (docking branch) GUI backend for MOLA Package: ros-rolling-mola-viz-imgui-dbgsym Package-Type: ddeb Source: ros-rolling-mola-viz-imgui Version: 3.2.0-1resolute.20260821.155519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13225 Depends: ros-rolling-mola-viz-imgui (= 3.2.0-1resolute.20260821.155519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-viz-imgui/ros-rolling-mola-viz-imgui-dbgsym_3.2.0-1resolute.20260821.155519_amd64.deb Size: 12365178 SHA256: 58b6ebdc68965dbbf8484f8841d6b36212adbc5ea5f77915344bee8b96f5bea5 SHA1: 07e2a01b5818a220109b7fa656ef58b14056ef02 MD5sum: 3e00e13c4cf8da4f682f8472ce7da655 Description: debug symbols for ros-rolling-mola-viz-imgui Build-Ids: 93d54f85b8250cf7a18207fe7e91858b3c2a47f6 Package: ros-rolling-mola-yaml Version: 3.2.0-1resolute.20260821.153620 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 187 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mola/tree/develop/mola_yaml Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-yaml/ros-rolling-mola-yaml_3.2.0-1resolute.20260821.153620_amd64.deb Size: 61038 SHA256: 1ec5f9ce56b0c9e5a0e4aa429054e7ff988ce09ef1d3add2b56d1215e7bfa9f8 SHA1: fc804116c5eec0cf607201e1746e8145654f2db3 MD5sum: 0c85a8b1c0b2063ac62eaf4fc5a1d64b Description: YAML helper library common to MOLA modules Package: ros-rolling-mola-yaml-dbgsym Package-Type: ddeb Source: ros-rolling-mola-yaml Version: 3.2.0-1resolute.20260821.153620 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 593 Depends: ros-rolling-mola-yaml (= 3.2.0-1resolute.20260821.153620) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mola-yaml/ros-rolling-mola-yaml-dbgsym_3.2.0-1resolute.20260821.153620_amd64.deb Size: 558580 SHA256: 5bd6684b47a9dd269a3f7e66b6b96b76357490c2c6092693bc2b97e4b10f66e7 SHA1: 488afb416ed0e5c7abbfd5c8e8a6aa128defa642 MD5sum: 1408f7fcbc64955b1f95cc80a93febb2 Description: debug symbols for ros-rolling-mola-yaml Build-Ids: 63a77fae0c44eed3b54dc232260fc0d7c16bb9a0 Package: ros-rolling-motion-capture-tracking-interfaces Version: 1.0.9-1resolute.20260811.203715 Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 647 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/motion_capture_tracking_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-capture-tracking-interfaces/ros-rolling-motion-capture-tracking-interfaces_1.0.9-1resolute.20260811.203715_amd64.deb Size: 66408 SHA256: 5eb5243157418e13bbdd73b0637476ff5965e61382c5cd84c64e44520af9ae1d SHA1: 522c39711604e880c35e19dd3ea2a7de499456f0 MD5sum: 026d1d1404ee31fb4a39593dfcdf5c13 Description: Interfaces for motion_capture_tracking package. Package: ros-rolling-motion-capture-tracking-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-motion-capture-tracking-interfaces Version: 1.0.9-1resolute.20260811.203715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Wolfgang Hönig" Installed-Size: 529 Depends: ros-rolling-motion-capture-tracking-interfaces (= 1.0.9-1resolute.20260811.203715) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-capture-tracking-interfaces/ros-rolling-motion-capture-tracking-interfaces-dbgsym_1.0.9-1resolute.20260811.203715_amd64.deb Size: 349014 SHA256: 37aa0432d57cf580f81fee9c779c8711efbcc2e78ec9e559bad92613df45f444 SHA1: 10aaac4251073b5a3bfb2742ecdbf2fc89bf5b2c MD5sum: 95eba6ee80947e60ea18d8634f4b9b6b Description: debug symbols for ros-rolling-motion-capture-tracking-interfaces Build-Ids: 23888d8fb35a234c6332388c4f8fe1a83e768dc1 4253d777ab344192b270e35a2d8bc9684e1374ad 707fff5d5884714b91b57d2197d6f4075877a54b 72c42f4d8457b92f6bb19a50ec614054912d7a09 abe87c6c65b0cfbc0b1e031000af0a4abf8aab6e b499e9435717ad50a6dbf6d56a37fa4c8a500c13 b5c742de8bda7aa3230e6971d256d048e2d8120d e4ff61c9a07851b2e9ebc8ea129636b249b788db ec609230585987e45dc01f17efe56b1ea6139068 f62a74b37313a99a6d1bf524bb81a8daf94d0639 fd58ae38044f1916cba5618ea213748435ca63c0 Package: ros-rolling-motion-primitives-controllers Version: 6.9.0-1resolute.20260826.130346 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 330 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-primitives-controllers/ros-rolling-motion-primitives-controllers_6.9.0-1resolute.20260826.130346_amd64.deb Size: 84988 SHA256: 09a7b31571d015c146768c01966b5c516b1a0faa630a8744839c4266e3c59a4f SHA1: 0dc20e756298ae2db61b5c2bb07aab5f87b2cfdd MD5sum: f28c0d0c5402b40a957b93e1e648f24d Description: Package to control robots using motion primitives like PTP, LIN and CIRC Package: ros-rolling-motion-primitives-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-motion-primitives-controllers Version: 6.9.0-1resolute.20260826.130346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1372 Depends: ros-rolling-motion-primitives-controllers (= 6.9.0-1resolute.20260826.130346) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-motion-primitives-controllers/ros-rolling-motion-primitives-controllers-dbgsym_6.9.0-1resolute.20260826.130346_amd64.deb Size: 1225174 SHA256: 3b81a1f9f6ea25a4cee68b436a2fd905a324b671b295a48f6b3bec06a1dd2c67 SHA1: cf9bae6830049a1e155f1e2d2ca5d965427a1825 MD5sum: 71e9f33f4e330d09e6c8c9cd19212c86 Description: debug symbols for ros-rolling-motion-primitives-controllers Build-Ids: 8fb100273182ad177bdf2f27b9b0398e8ade7975 Package: ros-rolling-mouse-teleop Version: 2.0.0-2resolute.20260821.163804 Architecture: amd64 Maintainer: Enrique Fernandez Installed-Size: 62 Depends: python3-numpy, python3-tk, ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mouse_teleop/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mouse-teleop/ros-rolling-mouse-teleop_2.0.0-2resolute.20260821.163804_amd64.deb Size: 12606 SHA256: bbabfe8a5aa861bef61e8723fe6f1fcc022861b659635ac51bbfacf2a3a5c8c3 SHA1: a60434239cec47ad0593bebc9caf06abc00a29f1 MD5sum: c2e1af1ed894ec4d338c34dacfa57721 Description: A mouse teleop tool for holonomic mobile robots. Package: ros-rolling-moveit Version: 2.15.1-1resolute.20260831.021700 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 45 Depends: ros-rolling-moveit-core, ros-rolling-moveit-planners, ros-rolling-moveit-plugins, ros-rolling-moveit-ros, ros-rolling-moveit-setup-assistant, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit/ros-rolling-moveit_2.15.1-1resolute.20260831.021700_amd64.deb Size: 6442 SHA256: 751b7de4ad51c6e38aafe6e001094cb53e352e4539b218db442e561dfa2f55b2 SHA1: 571eeea6fe032155d4434cdfe4d2bd236dc27c4c MD5sum: 09a2f7bd37fc06c257f7adc0ec11ee6f Description: Meta package that contains all essential packages of MoveIt 2 Package: ros-rolling-moveit-common Version: 2.15.1-1resolute.20260830.154217 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 50 Depends: ros-rolling-backward-ros, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-common/ros-rolling-moveit-common_2.15.1-1resolute.20260830.154217_amd64.deb Size: 7814 SHA256: c0fc6ab82d42df5d9fccc95541ae06534de6cf3b7ae1f8ec0101305feb239666 SHA1: 2336d99d215be04b97140cf811b46670cd90b97c MD5sum: 805ada35c33dbb38bad828d8d7848995 Description: Common support functionality used throughout MoveIt Package: ros-rolling-moveit-configs-utils Version: 2.15.1-1resolute.20260830.154232 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 137 Depends: ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-param-builder, ros-rolling-launch-ros, ros-rolling-srdfdom, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_configs_utils/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-configs-utils/ros-rolling-moveit-configs-utils_2.15.1-1resolute.20260830.154232_amd64.deb Size: 29326 SHA256: 69a22f12ec9bd7a7507a5950e88ddcaab185ca0f14c145f4bad1fd3156c0bf3d SHA1: 96121e851d2143b7fcba2168799f5e82d46dc737 MD5sum: b30b5290b14b174f28cc7ad7d501320d Description: Python library for loading moveit config parameters in launch files Package: ros-rolling-moveit-core Version: 2.15.1-1resolute.20260830.161607 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5596 Depends: libboost-iostreams1.90.0 (>= 1.90.0), libbullet3.24t64 (>= 3.24+dfsg), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfcl0.7 (>= 0.7.0), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 4.0), liboctomap1.10 (>= 1.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-geometric-shapes, ros-rolling-srdfdom, ros-rolling-urdfdom, libassimp-dev, libboost-all-dev, libbullet-dev, libeigen3-dev, libfcl-dev, liboctomap-dev, ros-rolling-angles, ros-rolling-common-interfaces, ros-rolling-eigen-stl-containers, ros-rolling-eigen3-cmake-module, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-google-benchmark-vendor, ros-rolling-kdl-parser, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-octomap-msgs, ros-rolling-osqp-vendor, ros-rolling-pluginlib, ros-rolling-random-numbers, ros-rolling-rclcpp, ros-rolling-rsl, ros-rolling-ruckig, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-trajectory-msgs, ros-rolling-urdf, ros-rolling-urdfdom-headers, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-core/ros-rolling-moveit-core_2.15.1-1resolute.20260830.161607_amd64.deb Size: 1368722 SHA256: 4c43e004573978a4385e6814094cd1758f7667117f7836b241156be9786c94e1 SHA1: e4ba719a779b1943aae8265f7915f785199ca353 MD5sum: b3f545584c926cdb592db8e51497f86f Description: Core libraries used by MoveIt Package: ros-rolling-moveit-core-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-core Version: 2.15.1-1resolute.20260830.161607 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 75213 Depends: ros-rolling-moveit-core (= 2.15.1-1resolute.20260830.161607) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-core/ros-rolling-moveit-core-dbgsym_2.15.1-1resolute.20260830.161607_amd64.deb Size: 74401482 SHA256: 511805d6a751cd34dbfebf728ad41efc33944f066c6e44a704ae3bce8cd083aa SHA1: c78b97d14a9dc3d07ada2a959bf79a4746189d0d MD5sum: 5e6d50a796510e758dc2ae5397220414 Description: debug symbols for ros-rolling-moveit-core Build-Ids: 1755aca979b96d0da0f5376ff4a6f356f8208d42 1fe034031e25d5f9a22f3ac75ee237a47a47c46a 2815743b89e26e97d8e759970efcc3f43386173e 2dc3c194a9509da243bf9fbba120baeb31d72fa3 3ad3532873752377c281a190774d505cf77e5cee 43f74f863e3f9788037c732e6430707b0ba97b0b 47f2f0d1981705fcbe4caa399d47bc3be5e6d0d6 494fa696a94fbf4c22fb677d88cef0057b666d2c 4aac047c314beeaf5fbd413f419950219f9d6b15 4cc625f3cb853ed42fd0d4042d9a0fdd90dfca21 6283eac5c10cf20155df76496cb4c26a3e5a74f0 72ba84b84f7b5d9f75fd77798c4700ed009e97e9 748d5a23d9641c262278d400de19ccc2be5273b6 768d6174e467cb418db06c0732f11deba48e1579 82bc324750e178115e67819fe7655bdfad766cb1 89a42a5472e6a9f3c6d0873e388436fd659063d2 8b37e94c078693fbae04157fc540fe5fa6ea83fb 935e1115a1192a27c0428ea7fbb634a9a98c4b01 96a4813acb67df9d380369b4f2ab1cb903c52634 aca9b7cfb6e45f84f38b378f097b86f6c15bf1aa b6a17bcb6daf0f9dbbecd8ccd18d6a02c52bece2 bd5c8e9dc88a62502e013aa0612adcfbd381e24e beb2d21b71e63d58f76954267a2032fd17eb148c c57d0f973fe99ff21b9b83fd5c0c8abcc8fc617b c642c59ec104d2e221344a6f762297b8ecd680dd d498a4decee2ef9d8c3804c43cce0b4819c9ee8c f45d98793eddea9a4cfb821e1abb2df94cbd15e3 Package: ros-rolling-moveit-hybrid-planning Version: 2.15.1-1resolute.20260830.173636 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 2654 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-ament-index-cpp, ros-rolling-controller-manager, ros-rolling-forward-command-controller, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-moveit-resources-panda-moveit-config, ros-rolling-moveit-ros-planning-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-hybrid-planning/ros-rolling-moveit-hybrid-planning_2.15.1-1resolute.20260830.173636_amd64.deb Size: 528854 SHA256: c7baec353860c0f3593262ee2503c02a9bdf88eb5177173ae432147b71cf3808 SHA1: 9819eda12dd2872e394fcbb920e31ba57986b930 MD5sum: ca2589ed7388aa874c4545f9af6821e3 Description: Hybrid planning components of MoveIt 2 Package: ros-rolling-moveit-hybrid-planning-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-hybrid-planning Version: 2.15.1-1resolute.20260830.173636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 20311 Depends: ros-rolling-moveit-hybrid-planning (= 2.15.1-1resolute.20260830.173636) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-hybrid-planning/ros-rolling-moveit-hybrid-planning-dbgsym_2.15.1-1resolute.20260830.173636_amd64.deb Size: 18791730 SHA256: d6173104b5edd93640e7b89bd64a7b2042627ff039e46874165b04141f5b507f SHA1: dcb23b591ba0717cb59ff923045905aad0d48093 MD5sum: 7b915bae442af5453155e69634d56fd8 Description: debug symbols for ros-rolling-moveit-hybrid-planning Build-Ids: 02e86877f5e063b18c57eb40a5df2b6fb041176a 4ddcfe93861d4511cbb14290de068365bee4914b 5409ceb9c1a3064d35d3fdd6511e4e00de3b9e7b 658144b341dc774759a69a1a43c5cf3dff623db8 8d3b371befc95696145c40a6fadc756e0d218fe2 9aa77f3e679661d793bde3f67570d805f52ac9fd a97589432ff9065ac3717dcb92f0e930d8de56d5 bc251c9ef154f5a45b7ed01efa5755b50461fe06 fac636d98ec530339226c23f88ea59de077677a9 Package: ros-rolling-moveit-kinematics Version: 2.15.1-1resolute.20260830.170424 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 998 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-rolling-moveit-core, libeigen3-dev, python3-lxml, ros-rolling-class-loader, ros-rolling-generate-parameter-library, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-moveit-ros-planning, ros-rolling-orocos-kdl-vendor, ros-rolling-pluginlib, ros-rolling-rsl, ros-rolling-tf2, ros-rolling-tf2-kdl, ros-rolling-urdfdom, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-kinematics/ros-rolling-moveit-kinematics_2.15.1-1resolute.20260830.170424_amd64.deb Size: 250772 SHA256: fd4cbde10b7b371a866f87e88f50575adbe49dd3bbdea025746a56d2f2903923 SHA1: f1e64d937e52bb3f82eb1b83f3cb38e6b1789c42 MD5sum: 19da7a19bcbebaed209667999f7a186d Description: Package for all inverse kinematics solvers in MoveIt Package: ros-rolling-moveit-kinematics-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-kinematics Version: 2.15.1-1resolute.20260830.170424 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 9389 Depends: ros-rolling-moveit-kinematics (= 2.15.1-1resolute.20260830.170424) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-kinematics/ros-rolling-moveit-kinematics-dbgsym_2.15.1-1resolute.20260830.170424_amd64.deb Size: 9240536 SHA256: 4b710faa2e3f65de7c231a0fabf04ebef43ef01f3810a38f1dab7754c1102382 SHA1: 9268815cad6816a046f27813395305627ab76967 MD5sum: aa7a0577e5ae9c21df2af8f035c77561 Description: debug symbols for ros-rolling-moveit-kinematics Build-Ids: 042d9506c6a2d4efeda920a142615798c994610e 154262e6aa95771265b91ba6bd0b2635106e6374 4df60ae22d8de7ab2ee5ccec95196cc1fa13cece d95d0e7ff54adeab6349759f077a539242ac51b3 Package: ros-rolling-moveit-msgs Version: 2.7.2-1resolute.20260814.174815 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 36696 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-geometry-msgs, ros-rolling-object-recognition-msgs, ros-rolling-octomap-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-msgs/ros-rolling-moveit-msgs_2.7.2-1resolute.20260814.174815_amd64.deb Size: 2193186 SHA256: 98d92f819e4eb6da4d22c056dcd59dba8123429ec0bea59b940c667efaa04d22 SHA1: 9613e4e55d6b4ee3eaa8a103413543696a2b43ef MD5sum: c4a86520411e9d7d9d6d08c7b87b50de Description: Messages, services and actions used by MoveIt Package: ros-rolling-moveit-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-msgs Version: 2.7.2-1resolute.20260814.174815 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 33828 Depends: ros-rolling-moveit-msgs (= 2.7.2-1resolute.20260814.174815) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-msgs/ros-rolling-moveit-msgs-dbgsym_2.7.2-1resolute.20260814.174815_amd64.deb Size: 27202896 SHA256: a155b04c13bb2818212c8fa37338ed76208b3673b2e8fcc315888f3060b9ce6c SHA1: cbac84266bb6235b3803c0882c9554d9c4f01f8a MD5sum: 38b5d563fee564c6376fcb64265be0fb Description: debug symbols for ros-rolling-moveit-msgs Build-Ids: 39ac06c3d05113ebc7a91cc4096a53260ae9ee19 3c804140d4c16291981f2c4be395bd6a665ef98b 4b373ed5f5a62d51326637babf19fc4d03d1c5d7 7cb1642eca04a43e0f1e5d7fa71fc4440045c4e0 9c88e6a90c5c9440b173f22d09e6503368935d6a a5edd91d9f23dea9fcd58f7b3975664adfa8415a b6b9752fa4616629ee83f9e0d2ab0ebdf0b08af9 cdcc21b68e47326c4e7bed46c0d46102cc433141 f03d73f1a01dace07c49b982ac2f0c31c2a8eea1 f72c68b2b8b5db29b3b1a990eb1a53399718a3f6 fa6a09d4ae77d187c0df3fa5852d60f9bd083f56 Package: ros-rolling-moveit-planners Version: 2.15.1-1resolute.20260830.173337 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 45 Depends: ros-rolling-moveit-planners-chomp, ros-rolling-moveit-planners-ompl, ros-rolling-moveit-planners-stomp, ros-rolling-pilz-industrial-motion-planner, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners/ros-rolling-moveit-planners_2.15.1-1resolute.20260830.173337_amd64.deb Size: 6388 SHA256: 2595596b090432126acc7a40fe7967a24e491da250f2cb7aca16bcff9eee6552 SHA1: 318e1d502cbecd4e14719b4bcca5886f17b97e50 MD5sum: 621f29fa4348bde55e9d0d6813a5b164 Description: Meta package that installs all available planners for MoveIt Package: ros-rolling-moveit-planners-chomp Version: 2.15.1-1resolute.20260830.164359 Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 161 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-chomp-motion-planner, ros-rolling-moveit-core, ros-rolling-moveit-common, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_planners_chomp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-chomp/ros-rolling-moveit-planners-chomp_2.15.1-1resolute.20260830.164359_amd64.deb Size: 36656 SHA256: aacd7ddaff42a6bda657773eeb40ab2a92046ecba606a694ae1e0505d95fb30b SHA1: 73dde62c1a10a7f1b6bb09effeb3c68d3aa91c51 MD5sum: 5651c2b1fa397eb1cff5f0e5e6387a4f Description: The interface for using CHOMP within MoveIt Package: ros-rolling-moveit-planners-chomp-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-planners-chomp Version: 2.15.1-1resolute.20260830.164359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chittaranjan Srinivas Swaminathan" Installed-Size: 4353 Depends: ros-rolling-moveit-planners-chomp (= 2.15.1-1resolute.20260830.164359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-chomp/ros-rolling-moveit-planners-chomp-dbgsym_2.15.1-1resolute.20260830.164359_amd64.deb Size: 4351820 SHA256: 02cd61c05df0e1295935f6612a7adee0dc822a2cfddda60f1455373a282af41a SHA1: b1fd101ad35ea14dcabded6a0069830803218342 MD5sum: a31000a790bbbb3ffc447513c76a9b6a Description: debug symbols for ros-rolling-moveit-planners-chomp Build-Ids: 0cc28b948a3f72adfb7cdeb7d6791de1cbd0e2b9 605e9d7b698f164ce1320584e50269a4636d8ff9 Package: ros-rolling-moveit-planners-ompl Version: 2.15.1-1resolute.20260830.170149 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 1620 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-ompl, libomp-dev, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-ompl/ros-rolling-moveit-planners-ompl_2.15.1-1resolute.20260830.170149_amd64.deb Size: 355094 SHA256: 71576212003bd42c6f0ab9f58fbb090857ff31ac0c7765b72c099cdace5e6f80 SHA1: 0f73ff0d0acfccf1993b586637629a660ed4eead MD5sum: 6a1c30dbe625fa090e76abe57a5ffa28 Description: MoveIt interface to OMPL Package: ros-rolling-moveit-planners-ompl-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-planners-ompl Version: 2.15.1-1resolute.20260830.170149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 22469 Depends: ros-rolling-moveit-planners-ompl (= 2.15.1-1resolute.20260830.170149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-ompl/ros-rolling-moveit-planners-ompl-dbgsym_2.15.1-1resolute.20260830.170149_amd64.deb Size: 21795386 SHA256: fd16e8b62cc9cedc37a638b6e51ecafe2a0d967e8936c62ddaff9b0685a83732 SHA1: 8b47b6d1585df8cc9fda7781404a05b824789e98 MD5sum: b1f1a53f20d7f757d8b68cb34d54aec1 Description: debug symbols for ros-rolling-moveit-planners-ompl Build-Ids: 4cf72c4b5f40387dcba2e32093b6af4f43fe3f33 9d11020496a03647efb3b3b80b4d6f134e8f9a24 f502ddea0f0c9019dda34cb9465dec1059bf8c80 Package: ros-rolling-moveit-planners-stomp Version: 2.15.1-1resolute.20260830.163651 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 467 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-generate-parameter-library, ros-rolling-moveit-common, ros-rolling-rsl, ros-rolling-std-msgs, ros-rolling-stomp, ros-rolling-tf2-eigen, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_planners_stomp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-stomp/ros-rolling-moveit-planners-stomp_2.15.1-1resolute.20260830.163651_amd64.deb Size: 147660 SHA256: 6de3d99dda78dde7b63cba2c8fc33536cce918ae34dc8241ebc798413f011eab SHA1: 4d4b8bbe6dd42f9a477d7f815c432aece2915c60 MD5sum: 170c7f624c6b10a3227ebe28300b1267 Description: STOMP Motion Planner for MoveIt Package: ros-rolling-moveit-planners-stomp-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-planners-stomp Version: 2.15.1-1resolute.20260830.163651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5545 Depends: ros-rolling-moveit-planners-stomp (= 2.15.1-1resolute.20260830.163651) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-planners-stomp/ros-rolling-moveit-planners-stomp-dbgsym_2.15.1-1resolute.20260830.163651_amd64.deb Size: 5415762 SHA256: b32881d8470d1f6090016b5502808b19aa69d18494597abee2c53d2c2bd8ea2f SHA1: a819aa77ec72219c79249c0c5bfc2d7fd9458d6c MD5sum: 3bf203ae37de4c18d74c4001490f4b07 Description: debug symbols for ros-rolling-moveit-planners-stomp Build-Ids: 327320f179ad02fb2b55439e862fe46a6b4e4665 Package: ros-rolling-moveit-plugins Version: 2.15.1-1resolute.20260830.163955 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 45 Depends: ros-rolling-moveit-simple-controller-manager, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-plugins/ros-rolling-moveit-plugins_2.15.1-1resolute.20260830.163955_amd64.deb Size: 6030 SHA256: ce9d061798beaa0e834ade1612f68ab45f0c7472d245ad9a5d667c29ac4b3c6f SHA1: e54f701672bc0ac5c1166804192b558935b09761 MD5sum: e23da1f9f9aa35d3164427f12ae49e12 Description: Metapackage for MoveIt plugins. Package: ros-rolling-moveit-py Version: 2.15.1-1resolute.20260830.173631 Architecture: amd64 Maintainer: "Peter David Fagan" Installed-Size: 1500 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-srdfdom, ros-rolling-urdfdom, ros-rolling-ament-index-python, ros-rolling-geometry-msgs, ros-rolling-moveit-ros-planning-interface, ros-rolling-octomap-msgs, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-py/ros-rolling-moveit-py_2.15.1-1resolute.20260830.173631_amd64.deb Size: 430286 SHA256: a08fea4cae777bb83787b557a7d9ac4195753e1baaa3df562a9d45a2af569aa2 SHA1: 59fd5aa99a70117e955afffbc0560b79fd9eb681 MD5sum: 62ee7d61daf315ea284eb9d64943bf62 Description: Python binding for MoveIt 2 Package: ros-rolling-moveit-py-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-py Version: 2.15.1-1resolute.20260830.173631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Peter David Fagan" Installed-Size: 23702 Depends: ros-rolling-moveit-py (= 2.15.1-1resolute.20260830.173631) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-py/ros-rolling-moveit-py-dbgsym_2.15.1-1resolute.20260830.173631_amd64.deb Size: 23169260 SHA256: 711336809d2ac246bf9531bf261c287224cfec2f5f8638c1c9523c1cc46e2d44 SHA1: fc864b101d3780d1ddb062db77becfb8a7a3cee4 MD5sum: e840c1cb6c44707cb8a2e52fbe519e49 Description: debug symbols for ros-rolling-moveit-py Build-Ids: 28165c02fc20e38713a0f7debebd2e53b32900b5 9501cab1bf5572cfc13ff228c0afa2154249a6c4 bef8def692299063d8ff2e2a4de33ef94d3ac946 Package: ros-rolling-moveit-resources Version: 3.2.0-1resolute.20260826.132823 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 45 Depends: ros-rolling-joint-state-publisher, ros-rolling-moveit-resources-fanuc-description, ros-rolling-moveit-resources-fanuc-moveit-config, ros-rolling-moveit-resources-panda-description, ros-rolling-moveit-resources-panda-moveit-config, ros-rolling-moveit-resources-pr2-description, ros-rolling-robot-state-publisher, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources/ros-rolling-moveit-resources_3.2.0-1resolute.20260826.132823_amd64.deb Size: 5714 SHA256: 1f68e13a7f9a32a3c84fb2251375831de886c3476f84d8e5d028d5447fd09c91 SHA1: 3f076b993504392e9b6c8b62c636c0090f488d33 MD5sum: 2e080c130c4d6d138a7061ee6e851e46 Description: Resources used for MoveIt testing Package: ros-rolling-moveit-resources-fanuc-description Version: 3.2.0-1resolute.20260714.184408 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 739 Depends: ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-fanuc-description/ros-rolling-moveit-resources-fanuc-description_3.2.0-1resolute.20260714.184408_amd64.deb Size: 127742 SHA256: 6f3e840225e5b998b8669e2447b69a0bf9b5a6c2f8465cd1b6a1a7638d4eaade SHA1: 614fa505db8174f93f840c7164d129f586caeb50 MD5sum: f2adb149935e5ef526888f0aef6f254d Description: Fanuc Resources used for MoveIt testing Package: ros-rolling-moveit-resources-fanuc-moveit-config Version: 3.2.0-1resolute.20260826.131707 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 93 Depends: ros-rolling-controller-manager, ros-rolling-joint-state-publisher, ros-rolling-moveit-resources-fanuc-description, ros-rolling-robot-state-publisher, ros-rolling-ros2cli-common-extensions, ros-rolling-tf2-ros, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-fanuc-moveit-config/ros-rolling-moveit-resources-fanuc-moveit-config_3.2.0-1resolute.20260826.131707_amd64.deb Size: 15670 SHA256: 86857bc6edeae98702e8ca70bc65dfe267afee50e596d6ff1bcfd454b6ca6fe0 SHA1: 71ada28de8283d2251cb56e76ed43d57c31424a8 MD5sum: b2b62486321c7080c442abaf6d0f5a21 Description: MoveIt Resources for testing: Fanuc M-10iA. A project-internal configuration for testing in MoveIt. Package: ros-rolling-moveit-resources-panda-description Version: 3.2.0-1resolute.20260714.184426 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 10461 Depends: ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-panda-description/ros-rolling-moveit-resources-panda-description_3.2.0-1resolute.20260714.184426_amd64.deb Size: 3065666 SHA256: 25346ac942fbf1affc388ce629b594dcd43ba3f29295f0f7675850a0d5f3beba SHA1: c20c21d67b68de80294a5f9edce55038be2fc8ee MD5sum: e7b5b46399b2100a57c1e37449c7dffc Description: panda Resources used for MoveIt testing Package: ros-rolling-moveit-resources-panda-moveit-config Version: 3.2.0-1resolute.20260826.131711 Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 145 Depends: ros-rolling-controller-manager, ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-moveit-resources-panda-description, ros-rolling-parallel-gripper-controller, ros-rolling-robot-state-publisher, ros-rolling-ros2cli-common-extensions, ros-rolling-topic-tools, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://moveit.ros.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-panda-moveit-config/ros-rolling-moveit-resources-panda-moveit-config_3.2.0-1resolute.20260826.131711_amd64.deb Size: 20158 SHA256: 6cfed2ea7f3fb034dc404c443f50721cc7df033e58a3116589469d8c16d12002 SHA1: 0526af94903ba5ad9fdd9c49af825eead9c66fb5 MD5sum: a7d1d07b43062bc1b65ca5b7850a9480 Description: MoveIt Resources for testing: Franka Emika Panda A project-internal configuration for testing in MoveIt. Package: ros-rolling-moveit-resources-pr2-description Version: 3.2.0-1resolute.20260714.184451 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 48627 Depends: ros-rolling-ros-workspace Homepage: http://moveit.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-pr2-description/ros-rolling-moveit-resources-pr2-description_3.2.0-1resolute.20260714.184451_amd64.deb Size: 24281182 SHA256: 4054147f07381b0c37d4d55f3b1792dd34fa7718e90e84d8b1990f9dc8bed2cc SHA1: 3f801a186376812266c72527880a394ab7e1597a MD5sum: 31f3f48bd033fb485d4c614be1566e6f Description: PR2 Resources used for MoveIt! testing Package: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.15.1-1resolute.20260830.163743 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 508 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.0), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin/ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin_2.15.1-1resolute.20260830.163743_amd64.deb Size: 137802 SHA256: b2ae8f5b38f6a5e68e012ae1c162d8a543497a58809acddbccd9c97b41826256 SHA1: 93417f0152567ecaf26813db1ceeea2fab4ea045 MD5sum: 03073652fdab14daf96119ee534b4f9b Description: The prbt_ikfast_manipulator_plugin package Package: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin Version: 2.15.1-1resolute.20260830.163743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 2837 Depends: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin (= 2.15.1-1resolute.20260830.163743) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin/ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin-dbgsym_2.15.1-1resolute.20260830.163743_amd64.deb Size: 2784476 SHA256: bd1e5a86c95c8b3cf6e297538d675a6d2b4973c462d8ab7edf8e27502f79f3bd SHA1: c3fc8d19922d440a5238bbece71368054ce0b03d MD5sum: 1a3f16170f778eb4a31a3e8205f73fdd Description: debug symbols for ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin Build-Ids: cf01e98a18a6bd16df3e157b8fbee3c17c307f20 Package: ros-rolling-moveit-resources-prbt-moveit-config Version: 2.15.1-1resolute.20260830.172350 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 86 Depends: ros-rolling-joint-state-publisher, ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin, ros-rolling-moveit-resources-prbt-support, ros-rolling-moveit-ros-move-group, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-moveit-config/ros-rolling-moveit-resources-prbt-moveit-config_2.15.1-1resolute.20260830.172350_amd64.deb Size: 14440 SHA256: 65505aa9864d6450e0b582fb546e65dcf852078b8985f87ab8158fb24550d87a SHA1: b23c6001e0f97c0059a07ef85c85643bc9b914a3 MD5sum: fa038ceb20643215b6ca2dba73156a74 Description: MoveIt Resources for testing: Pilz PRBT 6 A project-internal configuration for testing in MoveIt. Package: ros-rolling-moveit-resources-prbt-pg70-support Version: 2.15.1-1resolute.20260830.172533 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 937 Depends: ros-rolling-moveit-resources-prbt-ikfast-manipulator-plugin, ros-rolling-moveit-resources-prbt-moveit-config, ros-rolling-moveit-resources-prbt-support, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-pg70-support/ros-rolling-moveit-resources-prbt-pg70-support_2.15.1-1resolute.20260830.172533_amd64.deb Size: 160334 SHA256: 78ad30e1ab90c2ba1e9475b6d731ca83b76541268173d3a45e22ac9206e6e43f SHA1: 67918ee6132ac57eb90ca47dbcd7dc9667c7d878 MD5sum: db4aae48cb6be14827ca3e5e4d253cb5 Description: PRBT support for Schunk pg70 gripper. Package: ros-rolling-moveit-resources-prbt-support Version: 2.15.1-1resolute.20260830.154258 Architecture: amd64 Maintainer: "Alexander Gutenkunst" Installed-Size: 3864 Depends: ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-resources-prbt-support/ros-rolling-moveit-resources-prbt-support_2.15.1-1resolute.20260830.154258_amd64.deb Size: 757480 SHA256: 945c2452661d6e3a9ae129403482c0e298360d782aab98f444c3b62155fcac9f SHA1: e617f151b5e8e611030aa1dd40c87a205fee11ee MD5sum: cf4bb0c2c38f097fddced44010b35791 Description: Mechanical, kinematic and visual description of the Pilz light weight arm PRBT. Package: ros-rolling-moveit-ros Version: 2.15.1-1resolute.20260830.175521 Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 45 Depends: ros-rolling-moveit-ros-benchmarks, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-ros-robot-interaction, ros-rolling-moveit-ros-visualization, ros-rolling-moveit-ros-warehouse, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros/ros-rolling-moveit-ros_2.15.1-1resolute.20260830.175521_amd64.deb Size: 6432 SHA256: 771d35958a89af036defbccaaf1ec65bb42b6925554324bff083c169c06987d3 SHA1: 4feb5f80673500e6bf297f3c2762f99c6c726cfe MD5sum: ad05cb2fe5c2e91f40c28de852455039 Description: Components of MoveIt that use ROS Package: ros-rolling-moveit-ros-benchmarks Version: 2.15.1-1resolute.20260830.171223 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 649 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-warehouse, libboost-date-time1.83.0, libboost-filesystem1.83.0, ros-rolling-launch-param-builder, ros-rolling-moveit-common, ros-rolling-moveit-configs-utils, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-tf2-eigen, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-benchmarks/ros-rolling-moveit-ros-benchmarks_2.15.1-1resolute.20260830.171223_amd64.deb Size: 199032 SHA256: f3bbc22994b77f0d118403f29f2c06953cf245eb94d628bcfcad0fd78b714380 SHA1: ba3d012bb0b331b5f43cbf3ea1f35614a5b87159 MD5sum: e7f366d2d40ede3b5ea1f90f29ccc4b7 Description: Enhanced tools for benchmarks in MoveIt Package: ros-rolling-moveit-ros-benchmarks-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-benchmarks Version: 2.15.1-1resolute.20260830.171223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6885 Depends: ros-rolling-moveit-ros-benchmarks (= 2.15.1-1resolute.20260830.171223) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-benchmarks/ros-rolling-moveit-ros-benchmarks-dbgsym_2.15.1-1resolute.20260830.171223_amd64.deb Size: 6754424 SHA256: 3a7b645787625afc0ea0afc0f12628732e661a4b68974f7cf8a897de22d6acfd SHA1: 42bcf6d7029a3fc9d39c6ff08b9e4e97b058087f MD5sum: 68540bc8bac5a5817418133a5ceebeb5 Description: debug symbols for ros-rolling-moveit-ros-benchmarks Build-Ids: 808d0bfd461806fe842580f9d0a9fa48efbb3c38 840f064297f720ba0ffb67a96863d36c631ed92b Package: ros-rolling-moveit-ros-control-interface Version: 2.15.1-1resolute.20260830.163958 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 890 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-moveit-core, ros-rolling-moveit-simple-controller-manager, ros-rolling-controller-manager-msgs, ros-rolling-moveit-common, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp-action, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_ros_control_interface/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-control-interface/ros-rolling-moveit-ros-control-interface_2.15.1-1resolute.20260830.163958_amd64.deb Size: 198630 SHA256: b4c9eae37ada8deb26026eced783b9eb0cc1763939ead26e25c9b662e6a84baf SHA1: 40ff787bebcecc2e34db0d4aeed42dc7d1b473fd MD5sum: c6a1309359bfa0743ddad8ba69f095fb Description: ros_control controller manager interface for MoveIt Package: ros-rolling-moveit-ros-control-interface-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-control-interface Version: 2.15.1-1resolute.20260830.163958 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 4815 Depends: ros-rolling-moveit-ros-control-interface (= 2.15.1-1resolute.20260830.163958) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-control-interface/ros-rolling-moveit-ros-control-interface-dbgsym_2.15.1-1resolute.20260830.163958_amd64.deb Size: 4356428 SHA256: c4025aa0a77fb46c6bce947f65556c783a51c3a13994ec5f342050ad6ca6cd75 SHA1: ab341b7b3357d3f8e734da4d976a03183797b91c MD5sum: 106a0d6776f74b8597892639c0878942 Description: debug symbols for ros-rolling-moveit-ros-control-interface Build-Ids: 2a098e8568473ce548cad6237f5fa0c6c0e0b9f8 654b982184cb5f4a0b2125f78a7aec0681e64923 ab011958e0c13d43af8e7c186b0fa3e9ba4279bf cb95d1396907702d33fc1312f36c0e554fc10374 d1e4c2551301e32407bdcaa6371773c26b76c638 Package: ros-rolling-moveit-ros-move-group Version: 2.15.1-1resolute.20260830.171258 Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 1462 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-urdfdom, libfmt-dev, ros-rolling-moveit-common, ros-rolling-moveit-kinematics, ros-rolling-moveit-ros-occupancy-map-monitor, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-move-group/ros-rolling-moveit-ros-move-group_2.15.1-1resolute.20260830.171258_amd64.deb Size: 374154 SHA256: 5b023f0434113fc093a5a34c6ba087b9e30f90933b4df88d8b4722c2a22f4a48 SHA1: 85ad47c21072f4e3b61f770e1dd0fe5804e4efcd MD5sum: aade855c4f70a7f635c3ada47011296c Description: The move_group node for MoveIt Package: ros-rolling-moveit-ros-move-group-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-move-group Version: 2.15.1-1resolute.20260830.171258 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 28056 Depends: ros-rolling-moveit-ros-move-group (= 2.15.1-1resolute.20260830.171258) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-move-group/ros-rolling-moveit-ros-move-group-dbgsym_2.15.1-1resolute.20260830.171258_amd64.deb Size: 27520690 SHA256: f5288e091e1a24421c144ca8a4393282446f1a78ed845aa7bc5085922ab279af SHA1: 5377c59cccdfee8026ebe34aefc449faf8ca542d MD5sum: 2c135c4663ae047a29fc719b180cf46d Description: debug symbols for ros-rolling-moveit-ros-move-group Build-Ids: 2a60e3b2428a2e3a47caf9fcbc5f7ec9903dfc3a 37b0dd422158579c5f59c9194b14b8baa44e0dee 5a8182192ac2387d292d057a17c8159e80907c44 6ea6557270823f1a337629bcdac648952deb7041 Package: ros-rolling-moveit-ros-occupancy-map-monitor Version: 2.15.1-1resolute.20260830.163516 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 892 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-moveit-core, libeigen3-dev, liboctomap-dev, ros-rolling-eigen3-cmake-module, ros-rolling-geometric-shapes, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-occupancy-map-monitor/ros-rolling-moveit-ros-occupancy-map-monitor_2.15.1-1resolute.20260830.163516_amd64.deb Size: 221438 SHA256: 6c42c5db5ca3e6dc83489e7904963a6a787b02282d49993b0c1457344782753e SHA1: bfa7083a948f94e725af7a7d77cca5dc2481c09b MD5sum: 24236742085881899a80cfaa72acd92f Description: Components of MoveIt connecting to occupancy map Package: ros-rolling-moveit-ros-occupancy-map-monitor-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-occupancy-map-monitor Version: 2.15.1-1resolute.20260830.163516 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 4799 Depends: ros-rolling-moveit-ros-occupancy-map-monitor (= 2.15.1-1resolute.20260830.163516) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-occupancy-map-monitor/ros-rolling-moveit-ros-occupancy-map-monitor-dbgsym_2.15.1-1resolute.20260830.163516_amd64.deb Size: 4238840 SHA256: 7833000570d8ae7e4db2d510c90d818593474abe7b2cceb8c6bab18c46c44773 SHA1: 0a629ab28127d1ce0cf63734626fb66514f80f15 MD5sum: 51d8a19e2e1f08cd0d88a1b28eae2000 Description: debug symbols for ros-rolling-moveit-ros-occupancy-map-monitor Build-Ids: 79e1ac583f64e4fb944253f382bfe6ef342cb6c0 fd8e59227aed4bde62b86d91a07d7b88d8435870 Package: ros-rolling-moveit-ros-perception Version: 2.15.1-1resolute.20260830.170149 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 1883 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build2), libglu1-mesa | libglu1, libglut3.12 (>= 3.4.0), libglx0, libgomp1 (>= 4.2.1), liboctomap1.10 (>= 1.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopengl0, libstdc++6 (>= 14), ros-rolling-geometric-shapes, ros-rolling-moveit-core, ros-rolling-moveit-ros-occupancy-map-monitor, freeglut3-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libomp-dev, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-message-filters, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-moveit-ros-planning, ros-rolling-object-recognition-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-perception/ros-rolling-moveit-ros-perception_2.15.1-1resolute.20260830.170149_amd64.deb Size: 400854 SHA256: cac5d3f969e93b254014da74ddeeece8e7547dd752afdf48d096767a27a55660 SHA1: de3016ea3523268f8cf03b9ab3972b04782b9b16 MD5sum: 781f55ee1662fbf3e3db62fb864bc7f2 Description: Components of MoveIt connecting to perception Package: ros-rolling-moveit-ros-perception-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-perception Version: 2.15.1-1resolute.20260830.170149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 11399 Depends: ros-rolling-moveit-ros-perception (= 2.15.1-1resolute.20260830.170149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-perception/ros-rolling-moveit-ros-perception-dbgsym_2.15.1-1resolute.20260830.170149_amd64.deb Size: 10288016 SHA256: 314a579d6fff1afc606a3647b44d9c1e3ebca91651003652c6454a45e6138c37 SHA1: 81213322ae13ad32b180076362a1f12bf5d98d65 MD5sum: 128391f08266f1ffd6fa2f2bcd298e4f Description: debug symbols for ros-rolling-moveit-ros-perception Build-Ids: 3a2d88446251de4249ed97726f87cc3f89752a5f 593fe6400e64c8afe4f840bc89a9bb8124596bcb 7d1c7c81ee51cf8465078b849379fa6198cb4334 8b35befc113cfe569bff60edd7c9f6e131c2b0f7 ba5ab0a9370822e3910f7890bc7f9000d872b24b d26b746d1e05d783a26ac4aae3965b30834b3fcd d4ef98607d059456b5839977b5f1258fa3443a62 d9e115565314662e1836d0d073f570c9fe4b4f7c Package: ros-rolling-moveit-ros-planning Version: 2.15.1-1resolute.20260830.164107 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6255 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-geometric-shapes, ros-rolling-moveit-core, ros-rolling-moveit-ros-occupancy-map-monitor, ros-rolling-srdfdom, libeigen3-dev, libfmt-dev, ros-rolling-ament-index-cpp, ros-rolling-eigen3-cmake-module, ros-rolling-generate-parameter-library, ros-rolling-message-filters, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-urdf, ros-rolling-ros-workspace Conflicts: ros-rolling-moveit-ros-planning-interface (<< 2.1.5) Replaces: ros-rolling-moveit-ros-planning-interface (<< 2.1.5) Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning/ros-rolling-moveit-ros-planning_2.15.1-1resolute.20260830.164107_amd64.deb Size: 1196112 SHA256: ef7166c4b76e4d462a4b8bb42212492e51f601ab71da12f8ef87522b6affb0f2 SHA1: be7349c155d83870403096793d3407f4e379fd44 MD5sum: 67d705167d75fe4ecfa731eccf4c4a21 Description: Planning components of MoveIt that use ROS Package: ros-rolling-moveit-ros-planning-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-planning Version: 2.15.1-1resolute.20260830.164107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 67647 Depends: ros-rolling-moveit-ros-planning (= 2.15.1-1resolute.20260830.164107) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning/ros-rolling-moveit-ros-planning-dbgsym_2.15.1-1resolute.20260830.164107_amd64.deb Size: 64099636 SHA256: 437d88fef9f582f0c834f090b73aacd6c7f17b3ad6a69224bf173ffc36c7d31f SHA1: 95d3d5a8ff80407b13de499c487f4bc19cc472ee MD5sum: 7cb3a20bf352dd3b3d50866eaf6eaa31 Description: debug symbols for ros-rolling-moveit-ros-planning Build-Ids: 07d9abf0c439d4f439d3cde357fc26d9c2ac4f49 0d76a2cca21eff7bb9a2a0152bf24a3a8e42a2f8 11ded14ddab7e8eb8b9b2d9a8f0e14fddd35fa0b 1cfa017402447d4238fc139f9470fdb4e6e423d7 2a8f7014f79de6311f1066fd822bd2bb449ebc4f 3ebdb3f7271c82845ee17dd78f5dccfd74e7d09c 4dc51a05786516ab5818549dc75fa229e953dbb6 65c41b45eb934c4c46920a69d9aff75beb8f0f88 6a5a5c8efbb45fa18a214073c3ec5e389c68a714 7e446027fde3fb63fbc13d02a3aa7ed3eb6634be a06fe85e7c6050283d8051230dae899da8e610ad b32e6dc3bc73020e5d7c3b368c311ce51b386da6 bdef04fc251fc8f32e89c795df50d334e8f3b9c0 c69e7be8158774df307c9d53f4d235a215701a6e cdb7235bbc517ac7bb589ce7251b7d820648f723 d2d591abb5860ef55aa6452f1984c23303a8abf7 da7d7b7e21303dbd0c7141dfdf64942737ddbd1e e699fefb593651ac4b5148c836dbd9769262b0e5 ee7456fedfe335a4a1e8894fe03c8937189168b4 f31140b37839617a2939e9f5bc8a5edec2614be1 f3409fc8a1f02f6e9b19a74bf6efaff24d3bdf3a f6914a12738587d0e652413c8da5a1ef5ff93bd4 Package: ros-rolling-moveit-ros-planning-interface Version: 2.15.1-1resolute.20260830.172700 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 1063 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-warehouse, python3-dev, ros-rolling-geometry-msgs, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-moveit-ros-move-group, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclpy, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning-interface/ros-rolling-moveit-ros-planning-interface_2.15.1-1resolute.20260830.172700_amd64.deb Size: 269346 SHA256: aab9773a6b4e2f8b4b00dc03428f25d1551d7c12cd7b6c7daf141ef684800803 SHA1: b86e64ec21dba62015aae41e6181191fcf5c6ab1 MD5sum: 74490dda3c4295898aa66f8fc63cf7a0 Description: Components of MoveIt that offer simpler remote (as from another ROS 2 node) interfaces to planning and execution Package: ros-rolling-moveit-ros-planning-interface-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-planning-interface Version: 2.15.1-1resolute.20260830.172700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 9758 Depends: ros-rolling-moveit-ros-planning-interface (= 2.15.1-1resolute.20260830.172700) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-planning-interface/ros-rolling-moveit-ros-planning-interface-dbgsym_2.15.1-1resolute.20260830.172700_amd64.deb Size: 9317294 SHA256: 2137ac7098c21bd7d978603933cccd2a0d74bccf02257a8aff01dbac067a1825 SHA1: 6eba5991cf3192448ce696fb0d503d4e49a8e0d7 MD5sum: ca54e0406cce2e36687ef52411239592 Description: debug symbols for ros-rolling-moveit-ros-planning-interface Build-Ids: d32e504d627cc442bf8e2ca0a2976ac78cd03698 e9d2a8c1857001bb6e55cce25665d4d2836eeb89 ee2ecf373c10488636b234e581dff690f31aa9e6 Package: ros-rolling-moveit-ros-robot-interaction Version: 2.15.1-1resolute.20260830.170149 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 780 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-rolling-moveit-core, ros-rolling-interactive-markers, ros-rolling-moveit-common, ros-rolling-moveit-ros-planning, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-robot-interaction/ros-rolling-moveit-ros-robot-interaction_2.15.1-1resolute.20260830.170149_amd64.deb Size: 182414 SHA256: 16e5a6d1058d3e59fc3079e2f8f32839a728e5b5f568fd306c9d089983940025 SHA1: 0a3afe526bd887c4874053d09f5bd3303553c772 MD5sum: 46757483952aed4762e4225e912c59db Description: Components of MoveIt that offer interaction via interactive markers Package: ros-rolling-moveit-ros-robot-interaction-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-robot-interaction Version: 2.15.1-1resolute.20260830.170149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 6896 Depends: ros-rolling-moveit-ros-robot-interaction (= 2.15.1-1resolute.20260830.170149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-robot-interaction/ros-rolling-moveit-ros-robot-interaction-dbgsym_2.15.1-1resolute.20260830.170149_amd64.deb Size: 6500916 SHA256: 724b6f06572eed5a2681d8d191edce5744c8d241a0b8efea81e5a2694b699727 SHA1: 74a564af84d03e1956a04d54a9e0f6c01adea91f MD5sum: fd6c2aa9b8f24c1cfb0d8d48a17fa471 Description: debug symbols for ros-rolling-moveit-ros-robot-interaction Build-Ids: cc3a96fb838c8a034cbb43bc8619f60f89446988 Package: ros-rolling-moveit-ros-tests Version: 2.15.1-1resolute.20260830.155005 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 8 Depends: ros-rolling-moveit-common, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-tests/ros-rolling-moveit-ros-tests_2.15.1-1resolute.20260830.155005_amd64.deb Size: 2122 SHA256: a39aa2d650614b445f9b8dca274fa27b1ee95949bdeec50291e35aae4d0a4966 SHA1: 6c1b16e397702f4e717ea79276ed0e7f3bfa261c MD5sum: 525bbe00ed3e0609f13ac85a8dfb60eb Description: Integration tests for moveit_ros Package: ros-rolling-moveit-ros-trajectory-cache Version: 2.15.1-1resolute.20260830.175626 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 648 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-ros-warehouse, python3-yaml, ros-rolling-geometry-msgs, ros-rolling-moveit-common, ros-rolling-moveit-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_ros_trajectory_cache/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-trajectory-cache/ros-rolling-moveit-ros-trajectory-cache_2.15.1-1resolute.20260830.175626_amd64.deb Size: 143140 SHA256: 400001bb1c79e9fa214ffbf521c0ec960e5ddd325485aefec92c1706cec9025f SHA1: f87a9221eb23ccb8f9506dd2e35a538f39735a28 MD5sum: de426c1acab813cc7283708a5759ada2 Description: A trajectory cache for MoveIt 2 motion plans and cartesian plans. Package: ros-rolling-moveit-ros-trajectory-cache-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-trajectory-cache Version: 2.15.1-1resolute.20260830.175626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 7765 Depends: ros-rolling-moveit-ros-trajectory-cache (= 2.15.1-1resolute.20260830.175626) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-trajectory-cache/ros-rolling-moveit-ros-trajectory-cache-dbgsym_2.15.1-1resolute.20260830.175626_amd64.deb Size: 7648998 SHA256: 6f8c3bb2987a30c9dbe393f934dba1098015478dd638dbd70ba9c887cfb3ad02 SHA1: 7b845e929ddf19bf360ca04ef9f23ac9c00fca0f MD5sum: 02d35268351d56a133f2c1d47cf32067 Description: debug symbols for ros-rolling-moveit-ros-trajectory-cache Build-Ids: 131767fd0e7e179430fe4e55ab0f07a292ddcde2 1bd212ebbf6b8a72c083615a29cb35783ff9e469 636e7104f1c872c982a9751baead4f6ccdbb4723 891620a7fce59cb22d1aa3b53b1d76597a740bb5 Package: ros-rolling-moveit-ros-visualization Version: 2.15.1-1resolute.20260830.173632 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 3846 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.7.2), libstdc++6 (>= 14), ros-rolling-geometric-shapes, ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-ros-robot-interaction, ros-rolling-moveit-ros-warehouse, ros-rolling-rviz-ogre-vendor, ros-rolling-interactive-markers, ros-rolling-moveit-common, ros-rolling-object-recognition-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rviz2, ros-rolling-tf2-eigen, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-visualization/ros-rolling-moveit-ros-visualization_2.15.1-1resolute.20260830.173632_amd64.deb Size: 751528 SHA256: 9147a4002ad576755ff944499a1c876a2dbcd10ceb4e87b109f03b75daf403d7 SHA1: ebd90055ebc235223aba3cc8f6710b590e0451af MD5sum: f68ae70ad4b99399c8ddefdfbd5ca482 Description: Components of MoveIt that offer visualization Package: ros-rolling-moveit-ros-visualization-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-visualization Version: 2.15.1-1resolute.20260830.173632 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 42011 Depends: ros-rolling-moveit-ros-visualization (= 2.15.1-1resolute.20260830.173632) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-visualization/ros-rolling-moveit-ros-visualization-dbgsym_2.15.1-1resolute.20260830.173632_amd64.deb Size: 39482576 SHA256: ab7dae1e3175c9c5fed9330043d048f0557b7912fd9f8eea245b51b179222695 SHA1: 3b297ee30104e359f5e15f3f5fb004eff4665e7a MD5sum: 2f1f9aaf8850c6d8c25d9a525b2239f6 Description: debug symbols for ros-rolling-moveit-ros-visualization Build-Ids: 35c78f5a37adafb4c6ea0bd68e2832b36c0feb4b 41afeabc99a47b315c9ba47cd1d16cf685daaeae 4bbf7fad520e5ec0e2c319f3dca2956a1b3f5ce7 4cd41d475b519933f72743d5355c6db3118ea7f3 7e44ef9f7048199a8e5a295784886505f4374f51 9672d553a7e6b10f6efc0cbc1010a739aedbc6de ab68b0eeed6e977b65f8868c2c79b154fa70079d e3d06dddfc65d809ecf3132b29d1078b701d817c f3cd98dd351ba48977e44e5425aa4c87b2e07e80 Package: ros-rolling-moveit-ros-warehouse Version: 2.15.1-1resolute.20260830.170151 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 2560 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, libfmt-dev, ros-rolling-moveit-common, ros-rolling-rclcpp, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-warehouse-ros, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-warehouse/ros-rolling-moveit-ros-warehouse_2.15.1-1resolute.20260830.170151_amd64.deb Size: 519872 SHA256: 78422c378b282a1d24a5f4c1f76f5c55784b36605b33e66550c5f487e7fcad14 SHA1: ad5d301a7c7ccf1c0f96df1f32db11371d0a1542 MD5sum: 13671a1df1395c1e9f600b72e5dcbd49 Description: Components of MoveIt connecting to MongoDB Package: ros-rolling-moveit-ros-warehouse-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-ros-warehouse Version: 2.15.1-1resolute.20260830.170151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 20631 Depends: ros-rolling-moveit-ros-warehouse (= 2.15.1-1resolute.20260830.170151) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-ros-warehouse/ros-rolling-moveit-ros-warehouse-dbgsym_2.15.1-1resolute.20260830.170151_amd64.deb Size: 18937434 SHA256: 9c093417fe34bfb052bf6b77516afd6a9654be154a30417438f31e56911c8b62 SHA1: f3a996ded2233c43e8d85a248d4de5f1d83e852d MD5sum: aacad19bcc64257481ca1fc607a9928e Description: debug symbols for ros-rolling-moveit-ros-warehouse Build-Ids: 299bd4e5f33eea486e02d0497d8bfe0b1b13c70c 4bd1f88f918ffb742f74a32f69273cc25ed3dc27 78e43ec0609c279d6c2cab027404f11568ac54c9 806b718f1fbe0fc61232422abf793047bb238765 9b7a7eeed6bec82a915df0b257270a32711edc5d a7eaf5b170894ecd93d947a27df975e15afef44e ee6c99fd9763f939011cfa06be00fa35977b53b5 Package: ros-rolling-moveit-runtime Version: 2.15.1-1resolute.20260830.173629 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 45 Depends: ros-rolling-moveit-core, ros-rolling-moveit-planners, ros-rolling-moveit-plugins, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-ros-perception, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-ros-warehouse, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-runtime/ros-rolling-moveit-runtime_2.15.1-1resolute.20260830.173629_amd64.deb Size: 6166 SHA256: 8b3c5d49c0e7cb8e4015cc1974761b370d8ee8aed22f2ea24148d184db89ea24 SHA1: 78c29d261061029f7247169f5764b9527fbacc75 MD5sum: 5ec90685850c9d5859adf9d101c787c3 Description: moveit_runtime meta package contains MoveIt packages that are essential for its runtime (e.g. running MoveIt on robots). Package: ros-rolling-moveit-servo Version: 2.15.1-1resolute.20260830.175504 Architecture: amd64 Maintainer: "Blake Anderson" Installed-Size: 3371 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-control-msgs, ros-rolling-controller-manager, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-joint-state-broadcaster, ros-rolling-joint-trajectory-controller, ros-rolling-joy, ros-rolling-launch-param-builder, ros-rolling-moveit-common, ros-rolling-moveit-configs-utils, ros-rolling-moveit-msgs, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-ros-visualization, ros-rolling-pluginlib, ros-rolling-realtime-tools, ros-rolling-robot-state-publisher, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://moveit.github.io/moveit_tutorials Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-servo/ros-rolling-moveit-servo_2.15.1-1resolute.20260830.175504_amd64.deb Size: 671738 SHA256: f0d2c55c441b327d26a2e1c7f63a12a70bb6cf7d28a9c04b7dde7971f164035b SHA1: 217cb19765d960dedf11778c5a3a7b3fbb1c78ae MD5sum: a4365d9838e44f1eaaf07659e0ef99c5 Description: Provides real-time manipulator Cartesian and joint servoing. Package: ros-rolling-moveit-servo-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-servo Version: 2.15.1-1resolute.20260830.175504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Blake Anderson" Installed-Size: 31472 Depends: ros-rolling-moveit-servo (= 2.15.1-1resolute.20260830.175504) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-servo/ros-rolling-moveit-servo-dbgsym_2.15.1-1resolute.20260830.175504_amd64.deb Size: 29813684 SHA256: 884ec56ff12e04d4643771d3771e1752785e639f2bea017ccb7fc7115f56e1ef SHA1: 4d456c8ad49ab667ce03d0300d2658580686beb7 MD5sum: 942adb92f2f07412ec271475c8e1a625 Description: debug symbols for ros-rolling-moveit-servo Build-Ids: 1f4ff34525602babc0eb7f58ac5d39947bf48bc4 373e31bf40436fccf53229a881dc20a4cabb6164 734a210dce3a7d45f7eec18abf25b7dcace3bf5a b9e69455de3977cf149d76797b9799f2c633515a e0b7b700b5e7393fea1efb0aacf33a6d299fd755 e2a8e0618e3ad86c25a08c9e5c7279889dc84b14 f6a2bae6ec2ab7fa03ffca6a137355b35cf43e57 Package: ros-rolling-moveit-setup-app-plugins Version: 2.15.1-1resolute.20260830.181608 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 316 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-ament-index-cpp, ros-rolling-moveit-configs-utils, ros-rolling-moveit-ros-visualization, ros-rolling-moveit-setup-framework, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_app_plugins/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-app-plugins/ros-rolling-moveit-setup-app-plugins_2.15.1-1resolute.20260830.181608_amd64.deb Size: 78908 SHA256: 4bd1593f8b481db948541b6df95da5bbe5a03e556c44258ab4f037da87ae9905 SHA1: 1dd7870a62c1078fde7cbf794c885e4b654dcbd0 MD5sum: 3b889ed6208d4ae2cdf237699b414ecf Description: Various specialty plugins for MoveIt Setup Assistant Package: ros-rolling-moveit-setup-app-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-setup-app-plugins Version: 2.15.1-1resolute.20260830.181608 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 3268 Depends: ros-rolling-moveit-setup-app-plugins (= 2.15.1-1resolute.20260830.181608) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-app-plugins/ros-rolling-moveit-setup-app-plugins-dbgsym_2.15.1-1resolute.20260830.181608_amd64.deb Size: 3206064 SHA256: 73039105a7b2a045ade00929452e4604c3078f7993b5e808d97b817dc12b64c8 SHA1: 2faf5449f11a3deabb092857a9975ffdc7d68369 MD5sum: f3a92b7c7d4433b7dc4bbbe04cad2b33 Description: debug symbols for ros-rolling-moveit-setup-app-plugins Build-Ids: f84c945abdbb5338601d5bde245aed2986b5130c Package: ros-rolling-moveit-setup-assistant Version: 2.15.1-1resolute.20260831.020144 Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 651 Depends: libboost-program-options1.90.0 (>= 1.90.0), libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-moveit-ros-planning, ros-rolling-srdfdom, qt6-base-dev, ros-rolling-ament-index-cpp, ros-rolling-moveit-configs-utils, ros-rolling-moveit-setup-app-plugins, ros-rolling-moveit-setup-controllers, ros-rolling-moveit-setup-core-plugins, ros-rolling-moveit-setup-framework, ros-rolling-moveit-setup-srdf-plugins, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-assistant/ros-rolling-moveit-setup-assistant_2.15.1-1resolute.20260831.020144_amd64.deb Size: 240490 SHA256: 6452ee1d5abb0db1814831d92f1ef50864bc78131207156e2fcf2d2de924c5fc SHA1: 69a258e8b76ce7d8c1ccefd319566f3504a543cd MD5sum: 034ff2c1e13e4a92548fc1a8255db84e Description: Generates a configuration package that makes it easy to use MoveIt Package: ros-rolling-moveit-setup-assistant-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-setup-assistant Version: 2.15.1-1resolute.20260831.020144 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Henning Kayser" Installed-Size: 5804 Depends: ros-rolling-moveit-setup-assistant (= 2.15.1-1resolute.20260831.020144) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-assistant/ros-rolling-moveit-setup-assistant-dbgsym_2.15.1-1resolute.20260831.020144_amd64.deb Size: 5620774 SHA256: 43d1257303d9a5fea4e1a8ffb81eea45b886b45fa62a2c54b98afbb2d8d69d2f SHA1: c7963688d1589722c71b237b9aaadbd7eeb49bb5 MD5sum: f0c0290c8f05bd5798cb8b4e4debe6e5 Description: debug symbols for ros-rolling-moveit-setup-assistant Build-Ids: 8c450997dced5f69958a33ab5491f41001b80006 a37a4e8e65c92213f8155a9b6dbce3eedcb17674 Package: ros-rolling-moveit-setup-controllers Version: 2.15.1-1resolute.20260830.181757 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 667 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-moveit-core, ros-rolling-ament-index-cpp, ros-rolling-moveit-setup-framework, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_controllers/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-controllers/ros-rolling-moveit-setup-controllers_2.15.1-1resolute.20260830.181757_amd64.deb Size: 177326 SHA256: 0d2514dd325215e9acb23468a0039f7195462629665a9d628d14ec73e039508b SHA1: 4f22ac57d1b613c17d09d403e8abc5ec5d996072 MD5sum: 2b655bf77c04d600c5c831894004b536 Description: MoveIt Setup Steps for ROS 2 Control Package: ros-rolling-moveit-setup-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-setup-controllers Version: 2.15.1-1resolute.20260830.181757 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 10684 Depends: ros-rolling-moveit-setup-controllers (= 2.15.1-1resolute.20260830.181757) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-controllers/ros-rolling-moveit-setup-controllers-dbgsym_2.15.1-1resolute.20260830.181757_amd64.deb Size: 10555076 SHA256: 09756c9793b1d57ae2b70b91d73b22d912b642c5cf73a2459f46863c5ca5a764 SHA1: 45a0fd0d21a8b066a781204826263804edaa983a MD5sum: 323e6f75cc48ef06f5e299741c246c14 Description: debug symbols for ros-rolling-moveit-setup-controllers Build-Ids: b1817ded5b191697b0845259ce2b0d4e7f51d93f Package: ros-rolling-moveit-setup-core-plugins Version: 2.15.1-1resolute.20260830.181628 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 284 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-ament-index-cpp, ros-rolling-moveit-ros-visualization, ros-rolling-moveit-setup-framework, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-srdfdom, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_core_plugins/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-core-plugins/ros-rolling-moveit-setup-core-plugins_2.15.1-1resolute.20260830.181628_amd64.deb Size: 68136 SHA256: 885673ab9e209ded66433875a15513ff0edd052079dff57432e1cc0e07440cf8 SHA1: 3678d965e955ebd0c34daa69da3321854beaa8a4 MD5sum: 75e8351b13014f2b496347df0133f792 Description: Core (meta) plugins for MoveIt Setup Assistant Package: ros-rolling-moveit-setup-core-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-setup-core-plugins Version: 2.15.1-1resolute.20260830.181628 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 5449 Depends: ros-rolling-moveit-setup-core-plugins (= 2.15.1-1resolute.20260830.181628) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-core-plugins/ros-rolling-moveit-setup-core-plugins-dbgsym_2.15.1-1resolute.20260830.181628_amd64.deb Size: 5424108 SHA256: daf490543414c6f67e743ff0f330871784175326d7e3f5ae9642065725cd38cd SHA1: 2d4aca3f0f1f871eceec3efa5aaa4bdbbeafb2d1 MD5sum: e7d63a8893db734698d7e9e6770f4dc0 Description: debug symbols for ros-rolling-moveit-setup-core-plugins Build-Ids: e69da36e721a2e7fb97d09064f9a30efc4c0925a Package: ros-rolling-moveit-setup-framework Version: 2.15.1-1resolute.20260830.175512 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 759 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-visualization, ros-rolling-srdfdom, libfmt-dev, ros-rolling-ament-index-cpp, ros-rolling-moveit-common, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rviz-common, ros-rolling-rviz-rendering, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_framework/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-framework/ros-rolling-moveit-setup-framework_2.15.1-1resolute.20260830.175512_amd64.deb Size: 204818 SHA256: 9468935fdae94c71a55262735b52a6a66836d19ff6e4080222ba369da6409dba SHA1: 6a2b7c000e16fc134a0f6b2dc93bcfb7cf3a302e MD5sum: b908732bb61b19136d9b7df8dd714a0e Description: C++ Interface for defining setup steps for MoveIt Setup Assistant Package: ros-rolling-moveit-setup-framework-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-setup-framework Version: 2.15.1-1resolute.20260830.175512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 7062 Depends: ros-rolling-moveit-setup-framework (= 2.15.1-1resolute.20260830.175512) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-framework/ros-rolling-moveit-setup-framework-dbgsym_2.15.1-1resolute.20260830.175512_amd64.deb Size: 6887312 SHA256: 058e4f059081b0c227dfb5da53fd4d1dd0b68150675bf04844cb2945eecaddee SHA1: b6270482d8a7ba5ca940badc12876a268a01041f MD5sum: 933da45b4ffc8cd1cd14434cb8c750b0 Description: debug symbols for ros-rolling-moveit-setup-framework Build-Ids: 8056c3dcb3eca4db4ed56f5cf531bf286a7321b6 Package: ros-rolling-moveit-setup-srdf-plugins Version: 2.15.1-1resolute.20260830.181920 Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 1076 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.4.0), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-moveit-core, ros-rolling-moveit-setup-framework, ros-rolling-pluginlib, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_setup_srdf_plugins/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-srdf-plugins/ros-rolling-moveit-setup-srdf-plugins_2.15.1-1resolute.20260830.181920_amd64.deb Size: 289300 SHA256: ccd9c8712cb1d2a644feffb525292e73111f743b422de9db71dcfc46f5071a81 SHA1: 604880091c0f199871b5ab7d60250822aa5d57b6 MD5sum: 33c9b13e2e8f54e79bc6fc9909523885 Description: SRDF-based plugins for MoveIt Setup Assistant Package: ros-rolling-moveit-setup-srdf-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-setup-srdf-plugins Version: 2.15.1-1resolute.20260830.181920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "David V. Lu!!" Installed-Size: 16448 Depends: ros-rolling-moveit-setup-srdf-plugins (= 2.15.1-1resolute.20260830.181920) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-setup-srdf-plugins/ros-rolling-moveit-setup-srdf-plugins-dbgsym_2.15.1-1resolute.20260830.181920_amd64.deb Size: 16199910 SHA256: cfd04006b7002ceb79769cd57b7b2b81bd766996b052866bc8b3ca51cd34b376 SHA1: fdbea6a9843a3c804b36e207ff15c4703e3e67c3 MD5sum: c977c79cb23a9edb9e9ab3b711143ae8 Description: debug symbols for ros-rolling-moveit-setup-srdf-plugins Build-Ids: 7402a0f9594eef4e21a3551f03028690cc743868 Package: ros-rolling-moveit-simple-controller-manager Version: 2.15.1-1resolute.20260830.163512 Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 543 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-control-msgs, ros-rolling-moveit-common, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-simple-controller-manager/ros-rolling-moveit-simple-controller-manager_2.15.1-1resolute.20260830.163512_amd64.deb Size: 123886 SHA256: a7a0195d8f547f0ecf7d5ce26dd17ad464743f3dbe2b2194653bd53897e0594b SHA1: d75eecc60d67e1439b4a0b769570ee7151ec51ef MD5sum: 82c2fa9de1186f7d67c56a8fbc5c4e25 Description: A generic, simple controller manager plugin for MoveIt. Package: ros-rolling-moveit-simple-controller-manager-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-simple-controller-manager Version: 2.15.1-1resolute.20260830.163512 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Görner" Installed-Size: 2176 Depends: ros-rolling-moveit-simple-controller-manager (= 2.15.1-1resolute.20260830.163512) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-simple-controller-manager/ros-rolling-moveit-simple-controller-manager-dbgsym_2.15.1-1resolute.20260830.163512_amd64.deb Size: 1900424 SHA256: b760d1e8e90f3afae13d161d3f697bccb9c4518183f24276b4254e17b2a4b628 SHA1: f27148c03529fb6dd68fb9d003ff1f20ba99f11d MD5sum: 8c7bca9a2a14b9fbbecbf7728f3c521a Description: debug symbols for ros-rolling-moveit-simple-controller-manager Build-Ids: 43f1e68b763482c7983aede11056574f358d8c7a Package: ros-rolling-moveit-task-constructor-capabilities Version: 0.1.6-1resolute.20260830.180257 Architecture: amd64 Maintainer: "Michael v4hn Goerner" Installed-Size: 223 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, libfmt-dev, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-task-constructor-core, ros-rolling-moveit-task-constructor-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp-action, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_capabilities/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-capabilities/ros-rolling-moveit-task-constructor-capabilities_0.1.6-1resolute.20260830.180257_amd64.deb Size: 62386 SHA256: 1a52aae2888919c55c85c32a998eba8265d186dcd9e0f129aae5b2e01e7d47d1 SHA1: cc4f278ee6f431b9161d2e39a5b6953e95416c29 MD5sum: f6793e1822ea2807d1f68eb0274d6c39 Description: MoveGroupCapabilites to interact with MoveIt Package: ros-rolling-moveit-task-constructor-capabilities-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-task-constructor-capabilities Version: 0.1.6-1resolute.20260830.180257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael v4hn Goerner" Installed-Size: 2742 Depends: ros-rolling-moveit-task-constructor-capabilities (= 0.1.6-1resolute.20260830.180257) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-capabilities/ros-rolling-moveit-task-constructor-capabilities-dbgsym_0.1.6-1resolute.20260830.180257_amd64.deb Size: 2657918 SHA256: 2a6c4b452d22d1aeff23717776013a4562e33e6503a48e5f52cc2be8dc10feaa SHA1: 43d55e74059c6665ee61d163dbf46ee745626555 MD5sum: 17c86590dfe739858433964897b65309 Description: debug symbols for ros-rolling-moveit-task-constructor-capabilities Build-Ids: 74f3768e50b1ebeef6138b06783750538c36de88 Package: ros-rolling-moveit-task-constructor-core Version: 0.1.6-1resolute.20260830.174700 Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 3768 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, libfmt-dev, ros-rolling-geometry-msgs, ros-rolling-moveit-py, ros-rolling-moveit-ros-planning-interface, ros-rolling-moveit-task-constructor-msgs, ros-rolling-py-binding-tools, ros-rolling-rclcpp, ros-rolling-rviz-marker-tools, ros-rolling-tf2-eigen, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/moveit/moveit_task_constructor Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-core/ros-rolling-moveit-task-constructor-core_0.1.6-1resolute.20260830.174700_amd64.deb Size: 914154 SHA256: 187274b02aee0b60b70861a5ee2e90ac54a13159b709e6e1290beaf64b612a69 SHA1: cbf5590b2f05a1f5fcb0e5098e65403d54981e3d MD5sum: 3e0396a35a4a363383a7cd7a1e98d718 Description: MoveIt Task Pipeline Package: ros-rolling-moveit-task-constructor-core-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-task-constructor-core Version: 0.1.6-1resolute.20260830.174700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Goerner" Installed-Size: 43852 Depends: ros-rolling-moveit-task-constructor-core (= 0.1.6-1resolute.20260830.174700) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-core/ros-rolling-moveit-task-constructor-core-dbgsym_0.1.6-1resolute.20260830.174700_amd64.deb Size: 43288162 SHA256: 0b00916683258e01367731c94fbf3fdce4b5533346f2d1fb910d302080efd074 SHA1: 7ab09bff3764510ee1ed36cffe4da0e0165ba215 MD5sum: cd2d48c7ffec8f596258f1e8f72e00cc Description: debug symbols for ros-rolling-moveit-task-constructor-core Build-Ids: 07952b60de140a7119aa54d1b7cc540820385509 2ed025a1f1e1d951b00e54d01163bda156cff942 6b03926fce34230e0b1893612619fc59a66fc943 b372201feec59438cfb6d79e9782908f29bf01a8 Package: ros-rolling-moveit-task-constructor-demo Version: 0.1.6-1resolute.20260830.181345 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 705 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-planning-interface, ros-rolling-controller-manager, ros-rolling-generate-parameter-library, ros-rolling-moveit-configs-utils, ros-rolling-moveit-resources-panda-moveit-config, ros-rolling-moveit-task-constructor-capabilities, ros-rolling-moveit-task-constructor-core, ros-rolling-moveit-task-constructor-visualization, ros-rolling-py-binding-tools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_demo/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-demo/ros-rolling-moveit-task-constructor-demo_0.1.6-1resolute.20260830.181345_amd64.deb Size: 151656 SHA256: c6d3703f95eaa20ef8940078b3c462bd4ee19ec3c48dad319ad2d46dc26b01e4 SHA1: ad27497ff9d9eddbd0a9e6806340ecbf037d8554 MD5sum: 02e9fb06238a696ff3583afbfa0212bf Description: demo tasks illustrating various capabilities of MTC. Package: ros-rolling-moveit-task-constructor-demo-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-task-constructor-demo Version: 0.1.6-1resolute.20260830.181345 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 14595 Depends: ros-rolling-moveit-task-constructor-demo (= 0.1.6-1resolute.20260830.181345) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-demo/ros-rolling-moveit-task-constructor-demo-dbgsym_0.1.6-1resolute.20260830.181345_amd64.deb Size: 14513002 SHA256: 212b27af423c825ce9bac18c3a51e0d00cd2b0bea5e2d30eb8a01fd48bb00a90 SHA1: a37e4defb645776890c22e0793db8f512b714719 MD5sum: 5ae03e00095e19e52ca8b257b1828390 Description: debug symbols for ros-rolling-moveit-task-constructor-demo Build-Ids: 15b08c1099bd1fea43e71fb173435fd4a2a6b133 4450dd9f15b9658cede77e31999948d110c8528e 599963da794d32d717fc9001069c917c9b37d877 797423571d7380de895b5d731066caa4d2f98cfa 96d8f0aa7b006f2c5328b376fdce196bc934ca86 bc50f266fffd2b9a42ae3ae77a7dc75f371d1b16 fe0e5c2affbbf7b2b945fe6985a7eab0b3b33ee3 Package: ros-rolling-moveit-task-constructor-msgs Version: 0.1.6-1resolute.20260817.170303 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 4802 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-moveit-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-msgs/ros-rolling-moveit-task-constructor-msgs_0.1.6-1resolute.20260817.170303_amd64.deb Size: 360022 SHA256: d4cb23ee119a31fc2a22c55ada91e28286a72c5d9562c58d556795e4b4d25e70 SHA1: 19add9856e2519b3d6bdb984f8cc3854adcea029 MD5sum: 201088156d4f103d70a0fbe185d0b442 Description: Messages for MoveIt Task Pipeline Package: ros-rolling-moveit-task-constructor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-task-constructor-msgs Version: 0.1.6-1resolute.20260817.170303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 5435 Depends: ros-rolling-moveit-task-constructor-msgs (= 0.1.6-1resolute.20260817.170303) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-msgs/ros-rolling-moveit-task-constructor-msgs-dbgsym_0.1.6-1resolute.20260817.170303_amd64.deb Size: 4475602 SHA256: 7fad0fd1fc809f3911296ef73fa30c0a4aa6469c7842689d3de7d4f4df2094aa SHA1: b533e05f83cfa3f04a105aa2e7da2b40a6f6ca52 MD5sum: 82716cbc43cb7bd6831c24bbd2256cd4 Description: debug symbols for ros-rolling-moveit-task-constructor-msgs Build-Ids: 16b60392cb91ecc99f088d89c84388963965e044 1c42e12802321fa1d9e5fd29c3f3d5283aab65b7 25d3025fc4640ce758454575ec61bfded860bc7c 27664e933b2c4b7a364a77c298c16d6705ed395a 48ba923e7ffd67b0cbbc84f3f4f17c7022c48e1c 68000eb95c4a0706b0eb5024b05ae61846ee450d 7d9158d1ad6f77a4a9076405ea9e0e99766c1f07 82ad86d4e6212ffd65f13613c2bef86ee3ccddec 847de6333381aa2375e64578ea586ea2ac6879e6 bdbc1932af005c2eb7fe9f0f60cd0856d9dc6097 c5323378f0c3b933c8fd265df386e06312d435dc Package: ros-rolling-moveit-task-constructor-visualization Version: 0.1.6-1resolute.20260830.180252 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 2082 Depends: libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-0-2, ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-moveit-ros-visualization, ros-rolling-rviz-ogre-vendor, libfmt-dev, ros-rolling-libyaml-vendor, ros-rolling-moveit-task-constructor-core, ros-rolling-moveit-task-constructor-msgs, ros-rolling-rclcpp, ros-rolling-rviz2, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/moveit_task_constructor_visualization/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-visualization/ros-rolling-moveit-task-constructor-visualization_0.1.6-1resolute.20260830.180252_amd64.deb Size: 466826 SHA256: d2c94bc2b2bf68f02adf4e8d39e859cd3fe747e1532400343a0c6e45cc57a6c5 SHA1: cc99ab83141f3d5cb4165b0c14297430409f0f8f MD5sum: 270bd65b8c0e0b0b48d4a7888f95e491 Description: Visualization tools for MoveIt Task Pipeline Package: ros-rolling-moveit-task-constructor-visualization-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-task-constructor-visualization Version: 0.1.6-1resolute.20260830.180252 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 21075 Depends: ros-rolling-moveit-task-constructor-visualization (= 0.1.6-1resolute.20260830.180252) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-task-constructor-visualization/ros-rolling-moveit-task-constructor-visualization-dbgsym_0.1.6-1resolute.20260830.180252_amd64.deb Size: 19789552 SHA256: eb35a92998fda85081db383e093b7de8df67cd63da61e19b3e44c6d2d9c9a786 SHA1: af40321755a0f4ffc6a9e2bd3150463a2fac8a9e MD5sum: 00bfb74c0b3bcf85fe6a4da5fdae688a Description: debug symbols for ros-rolling-moveit-task-constructor-visualization Build-Ids: 0caaaab8dc175a82011eb41b502a7fdc3dc9a9ef 2d5f8877e1c539fa0fd068ddc1d687dc98a6eb68 2dee7616d84286ff0c3c57c42de3994a3cc47e4d a184c6a39aef2090c5ad692f4b52858af818548d Package: ros-rolling-moveit-visual-tools Version: 4.2.0-1resolute.20260830.170418 Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 811 Depends: libboost-filesystem1.90.0 (>= 1.90.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometric-shapes, ros-rolling-moveit-core, ros-rolling-moveit-ros-planning, ros-rolling-ament-index-cpp, ros-rolling-geometry-msgs, ros-rolling-graph-msgs, ros-rolling-interactive-markers, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-rclcpp, ros-rolling-rviz-visual-tools, ros-rolling-std-msgs, ros-rolling-tf2-eigen, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/ros-planning/moveit_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-visual-tools/ros-rolling-moveit-visual-tools_4.2.0-1resolute.20260830.170418_amd64.deb Size: 306558 SHA256: 182f1adc2b22d6642815baed58f8772d16d6562315088e37ca22623fb147986c SHA1: 04e2af12f8c7fe9fffa6957cad47432d2b4c5f78 MD5sum: 6eeb849d21e80aedebf96884b1f6cf4d Description: Helper functions for displaying and debugging MoveIt data in Rviz via published markers Package: ros-rolling-moveit-visual-tools-dbgsym Package-Type: ddeb Source: ros-rolling-moveit-visual-tools Version: 4.2.0-1resolute.20260830.170418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dave Coleman" Installed-Size: 9173 Depends: ros-rolling-moveit-visual-tools (= 4.2.0-1resolute.20260830.170418) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-moveit-visual-tools/ros-rolling-moveit-visual-tools-dbgsym_4.2.0-1resolute.20260830.170418_amd64.deb Size: 9014790 SHA256: 26434bc272cf4d0ad98075baff8df33841e3d1354cb85c70b778d1cabb7a18ac SHA1: e9fb651e2b268528d5583a2db3a4a9054bacfb12 MD5sum: 644eeacedc0347ccaeb5b7657f66f195 Description: debug symbols for ros-rolling-moveit-visual-tools Build-Ids: 21499d577c7dc23f0ef094ac02af7144f0e2ca10 5e3544c5098efc94622b068b8f63a66c980a3c1d Package: ros-rolling-mp-units-vendor Version: 2.5.0-3resolute.20260714.184523 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 795 Depends: libfmt-dev, libgsl-dev, ros-rolling-ros-workspace Homepage: https://github.com/mpusz/mp-units Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp-units-vendor/ros-rolling-mp-units-vendor_2.5.0-3resolute.20260714.184523_amd64.deb Size: 99612 SHA256: 0d746c4f180d35f6412216a716507d2fdb04a6c692859c60184c404222c057d9 SHA1: 0119bef6da66e30f6d360de35843f1b0626ca2a2 MD5sum: d2badbe8ab0bbd11fb776f06436cb111 Description: Vendor package for mp-units (quantities and units library for C++) Package: ros-rolling-mp2p-icp Version: 2.13.1-1resolute.20260826.122608 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 27 Depends: ros-rolling-mp2p-icp-core, ros-rolling-mp2p-icp-viz, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp/ros-rolling-mp2p-icp_2.13.1-1resolute.20260826.122608_amd64.deb Size: 16174 SHA256: af7d68a412e69af684ec8ad74c817ec759531fbe8c1cfd9a20974b700d146bda SHA1: 0e50629ffafa4f001a08cae7051be3ec86ae6731 MD5sum: 31ed4f01156bc51f886a4406e0b00b0b Description: Metapackage for mp2p_icp: depends on mp2p_icp_core (headless libraries and CLI applications) and mp2p_icp_viz (GUI applications). Package: ros-rolling-mp2p-icp-core Version: 2.13.1-1resolute.20260826.114032 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8264 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), ros-rolling-mola-imu-preintegration, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, libcli11-dev, libtbb-dev, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp-core/ros-rolling-mp2p-icp-core_2.13.1-1resolute.20260826.114032_amd64.deb Size: 1708456 SHA256: 5b5479232ca7976d697ba51852705ced6e84d279964c943742af21e0d41d8683 SHA1: 0abfb49175b1240254ac5d883612dfea39d0cff2 MD5sum: bbae0e80057c9cc8d9f06951588d9f11 Description: C++ libraries for multi primitive-to-primitive (MP2P) ICP algorithms and point cloud processing pipelines, plus headless CLI applications. No GUI/display dependencies; see mp2p_icp_viz for the GUI apps. Package: ros-rolling-mp2p-icp-core-dbgsym Package-Type: ddeb Source: ros-rolling-mp2p-icp-core Version: 2.13.1-1resolute.20260826.114032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 66797 Depends: ros-rolling-mp2p-icp-core (= 2.13.1-1resolute.20260826.114032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp-core/ros-rolling-mp2p-icp-core-dbgsym_2.13.1-1resolute.20260826.114032_amd64.deb Size: 64501934 SHA256: 9e69f823ec44c643d5a996ab7784bb31c6553552a59b469152c11117a83fed5e SHA1: 24c8ec400fd4aa3c6445d0319d65caedb526a1ee MD5sum: 9cdb1a5574c5ff2cbecfdf03786a1153 Description: debug symbols for ros-rolling-mp2p-icp-core Build-Ids: 0cd1d1bb58ec0d4887f3488b038f53915b1f8337 4995388a9ba711694fe1f23aba4378228bfaa601 4e2bf76e6c46b8bead7e2c8e092bc8d8c1541804 781d6df37563e9627d303ca153baf94f35a8f595 7cc6af084d830e889f85fe6d38ad209e49926aa9 95985f405ef9563fd701d2281eb9b15c85f5ccee 95d1e13690c84aa36a81c27035b97ff71678edf6 a8455f4c30336d726bba32522f03e5b69bc6ffb6 b39d555b53c0f91f7f8a4053ef0d965c2aad7412 c43f0c3a6183eba526c1c1abcdb15e3885e4b3d2 cbf7f5b841338a39a45ce9cd9ee9eddf39e2f77a cd42382a08753467b24d9fc33624926ea8c0b0b5 dadcc71d9d9e274cf5f9766cee33ba36fe036726 db6fcf44505696a1c3f4269737be0089a9d7ab55 e947a10b1040739e193d945574601fd0ccc10e0f f092300838128d2cd20dcb6136912ddccfc6badf f810352e6aa6d991d6e7d32d5f3bc78be72eeeac Package: ros-rolling-mp2p-icp-viz Version: 2.13.1-1resolute.20260826.121802 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1076 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 14), ros-rolling-mp2p-icp-core, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, libcli11-dev, ros-rolling-mola-common, ros-rolling-ros-workspace Homepage: https://github.com/MOLAorg/mp2p_icp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp-viz/ros-rolling-mp2p-icp-viz_2.13.1-1resolute.20260826.121802_amd64.deb Size: 317532 SHA256: f6ac489a4a2591975f8cb8018a1982110f8a24ee52479f8540bea3b16f695831 SHA1: f0b835baaec650888a66f5315739b86750721a38 MD5sum: a44d594e617a16e176f05b3a32b0b13b Description: GUI applications for mp2p_icp: mm-viewer (interactive *.mm map viewer) and icp-log-viewer (ICP log inspector). Kept in a separate package from mp2p_icp_core so headless consumers don't need to pull in mrpt_libgui. Package: ros-rolling-mp2p-icp-viz-dbgsym Package-Type: ddeb Source: ros-rolling-mp2p-icp-viz Version: 2.13.1-1resolute.20260826.121802 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5891 Depends: ros-rolling-mp2p-icp-viz (= 2.13.1-1resolute.20260826.121802) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mp2p-icp-viz/ros-rolling-mp2p-icp-viz-dbgsym_2.13.1-1resolute.20260826.121802_amd64.deb Size: 5526070 SHA256: 63e3cfc659f058430c2a745ed66198ed4ca8dc5f67f8569829eebaeebe3c343f SHA1: f8769e52318cee23883a40b26dd49ec9cb3037be MD5sum: e8ca856466f532f23261f2e551be2527 Description: debug symbols for ros-rolling-mp2p-icp-viz Build-Ids: 0430f9907b9f7ecdb6db25af902918d9b44d4d62 07ba9b94b1cf1bd1d773ae9ba503e129562a695e Package: ros-rolling-mqtt-client-interfaces Version: 2.5.0-1resolute.20260811.203116 Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1868 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/mqtt_client Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mqtt-client-interfaces/ros-rolling-mqtt-client-interfaces_2.5.0-1resolute.20260811.203116_amd64.deb Size: 142664 SHA256: 685d2bb4281d7f2082c377fb3d4f95889904dadee46bc4477fecbb63d26d8f91 SHA1: 761a0e9b00dad6db54c5da053e241f185daed646 MD5sum: 9074d4f3eade7a5434823875f8380fd2 Description: Message and service definitions for mqtt_client Package: ros-rolling-mqtt-client-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-mqtt-client-interfaces Version: 2.5.0-1resolute.20260811.203116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lennart Reiher" Installed-Size: 1426 Depends: ros-rolling-mqtt-client-interfaces (= 2.5.0-1resolute.20260811.203116) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mqtt-client-interfaces/ros-rolling-mqtt-client-interfaces-dbgsym_2.5.0-1resolute.20260811.203116_amd64.deb Size: 1004934 SHA256: f29b0896822befa0cf827298706c860f6adf94dde1daaf5b31b18c8cf85483c4 SHA1: 07d41357d9b88f664219049a6d6b44a34f73af22 MD5sum: 436f869cef8b64e3aedd09e44eaf10fc Description: debug symbols for ros-rolling-mqtt-client-interfaces Build-Ids: 01139739d752056cdb8dd37f72c565dba6066f5a 0cc62534d91980dd04aea965cfbce1db4d5cbda8 149a76010d39b299c3f1c86e56c644e22b28ecc3 1539307099f602273d20ba1c997ee8262558708a 51c28a9ec432f5f1b1aff0b2557bb2f5aa76bcd1 7511ee4dfb0abac1d3fa6ce05e09c9f3d106925e 944339ccceb24ab363b12ad0c2521c245fb77a46 b7753b2e75c306bf55001203a6a64061942e0de2 ea6d9ff446d4f6868104e0d1b1b32d4ef64a2e56 f0021590d3424c751ed0952b71444cdacfc262ac f5135c1b36a140c3e1dc909b223be9c4dfa857c5 Package: ros-rolling-mrpt-apps Version: 2.15.21-1resolute.20260813.230959 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13918 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libopengl0, libopenni2-0 (>= 2.2.0.33+dfsg), libstdc++6 (>= 14), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-rolling-mrpt-libapps, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libnav, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mrpt-libslam, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps/ros-rolling-mrpt-apps_2.15.21-1resolute.20260813.230959_amd64.deb Size: 2500228 SHA256: 1f4cc37b6d1b8faa2ed4a9f58f5fee85101acd8253d548ed4a98bba2a3405479 SHA1: 57b3b5ed48dae99c44ef60757a6c3971c3c786e6 MD5sum: 076c92a025a543bc78500b6884c529d2 Description: Mobile Robot Programming Toolkit (MRPT) applications Package: ros-rolling-mrpt-apps-cli Version: 3.1.3-1resolute.20260813.231050 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2429 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-bayes, ros-rolling-mrpt-config, ros-rolling-mrpt-core, ros-rolling-mrpt-hwdrivers, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-libapps-cli, ros-rolling-mrpt-maps, ros-rolling-mrpt-math, ros-rolling-mrpt-obs, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-viz, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps-cli/ros-rolling-mrpt-apps-cli_3.1.3-1resolute.20260813.231050_amd64.deb Size: 389124 SHA256: 2e2f2a701f9f4ba969ded383c083dda4db8dccdac3cba33d6be86cc1bfa97560 SHA1: 0d6b31037f6721c68c0add2f1f5292d09c57317a MD5sum: 8d25eedf8fdcfe40d8af5001a81dd37f Description: MRPT command line applications Package: ros-rolling-mrpt-apps-cli-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-apps-cli Version: 3.1.3-1resolute.20260813.231050 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11444 Depends: ros-rolling-mrpt-apps-cli (= 3.1.3-1resolute.20260813.231050) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps-cli/ros-rolling-mrpt-apps-cli-dbgsym_3.1.3-1resolute.20260813.231050_amd64.deb Size: 10523096 SHA256: 59351f2bc6fa8dddda7b9ddc2988ed10b207b0d8fed65d4f0e3b58079e2e191e SHA1: 1d4e654db1f3c5ef2e598e811134157838714619 MD5sum: ca040b02077b09c313aa3976975bd806 Description: debug symbols for ros-rolling-mrpt-apps-cli Build-Ids: 65d0727bb50c8288c59c93b09760058b81abb819 6bc28210aa7a4c856132adfa0b9b05668e0bf7ee 7a158ee2fe617f2fa0000efceec7b79e5d8114da 8717869e7ec741d5ed60a0b672ea28deb9420918 a4f087d67eebfc7cd91e64a48e3b3e552be41cbd a9ee45f5fa9288e1254791a24036ffc56bcea659 b06ddb02788ed1d6caefd7667c60541e194c0d10 b51f6fa9199128ee33cf9711c6ec5789e4ab71ff ca805016a4b30d0caf2480e9f2c54d2f3751db1d d68fbe19b1363dd18b04be41830c4d89ade55b3e f3b6ae28e876e6c9f736b3cc6b537a64587bee9e f7ec15e635c8d2ee4800169fc6f7df6d5106c5d2 Package: ros-rolling-mrpt-apps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-apps Version: 2.15.21-1resolute.20260813.230959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 60297 Depends: ros-rolling-mrpt-apps (= 2.15.21-1resolute.20260813.230959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps/ros-rolling-mrpt-apps-dbgsym_2.15.21-1resolute.20260813.230959_amd64.deb Size: 53750480 SHA256: 0bbab5e91c550bc3711c6da86a99291f09f55826628584740de7c5c6dfa2d8ac SHA1: d79e0bad1b992148a4fe0ccbd7fa67f8d50b80c2 MD5sum: 38f3186fa9289edf91a19f065eb3a08f Description: debug symbols for ros-rolling-mrpt-apps Build-Ids: 01a244362a8229b42e6b971e6bb89839015f9386 030e79e05b258580055e6a9ad2bfc677ec0ee4eb 0965dce39589d69ac533a377d97b4b03586f73c9 11aace7868477564f987e6862e035842fb74e67a 12edd64b3b51bba693434a01f9b99f2eeed364cb 161a8b45b3c6d92d1664ef0062f20920507ffe0e 168647e5ac13cb8156e9ae799aa351c32b2b1f9c 1a88ec201ec853107cd84a3310a34329792facd7 1b0933c8c8a77fa262775b77c99a00748819855e 1f512f81b5a5f7e1938d1f65d741b7926877d865 2c0f665e277ca8b01cd53de5ed718d88201fce94 2ddacf04dfe7e0c338459ef9b5d6c6b4d3d9d831 35f1ee8a609ace83f3a904682d19c64b72a8a9aa 36d1112c663dacae5a3a5cb404daa8c44cc23dcf 3a148dd8408151efed7d218c0d475e83f35ea519 435c1b860519928c7f60aee07599b16ac200987b 4bc3ff09f083b84ab948bc6c33b7cfc9cad79d28 5c36164cd737ad25a957548fccf852fa8e75daa9 5e3ac8eaa6fc3da43da5e1be037cd7fa91ce6712 61d4e027239eeac1dee96c1f2be1d98c32f5e776 6af5c33fcbd6ad2155b768130010d7b3c0e4e91a 6bf8103adf43541d54158b4fa957ac76efe3a321 78a3b17798c1eaa4e4613a1871b8c088fd87306a 7ac6c057aad3ae5ecdd4f99c98cf44f3483aef6d 8933d38dd1c7c87933d870058eb82484fe8bfa04 8d71f7fdebdd053c868d831bda5aade9e24cdfec 9d3f93d7eeac93f07ddf533d10bc103789195104 9ead40111df8a8c505153094483fa83e9630bc51 a464c540632d88fb470273660ca0c95b10b02f82 b395efc2216dd3a1c93f33b8ba5e449fb78b2958 c765482a69d4a07ce217b3a63efa06e2262b6ab0 c9a38e7cadcfa2d4466e32b6ba1294237c2d6ed7 c9db35527598900c85f5d5bdf9d1be64f96152b3 dbfdc92e354eaa8716da9cf6b8d4c7cae4a63408 dce3bc34945cd2c9b5d01e4d83333c43bfc64887 e85843ff6e521bb2bba674a2b06210c4bdad1ea8 eb5fc752d7686115c93126b4ad9d103346eb3aee ed3dea05a5219c850cf729b800b06ca3f7a9b4b3 f5682c2e5f173ff89f77283952e3682ddb38572d f9d7139e794f12098008d9602ecbb998fa5231b8 fadc356984ebb6b4d4f91a3b29ef78167297ea4e fc1826bd60b9240faaf7fc01108bcb2bdf287c63 fed009088d9e414a7da2f8aca369de3e213d0c67 Package: ros-rolling-mrpt-apps-gui Version: 3.1.3-1resolute.20260814.063821 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4523 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-bayes, ros-rolling-mrpt-config, ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-gui, ros-rolling-mrpt-hwdrivers, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-kinematics, ros-rolling-mrpt-libapps-gui, ros-rolling-mrpt-maps, ros-rolling-mrpt-math, ros-rolling-mrpt-nav, ros-rolling-mrpt-obs, ros-rolling-mrpt-opengl, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-slam, ros-rolling-mrpt-system, ros-rolling-mrpt-tfest, ros-rolling-mrpt-viz, ros-rolling-mrpt-common, ros-rolling-mrpt-graphslam, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps-gui/ros-rolling-mrpt-apps-gui_3.1.3-1resolute.20260814.063821_amd64.deb Size: 907416 SHA256: 14e17572f8f29fa7a22efead00330ca2d667402596d10a114b1d1f7e1372eab3 SHA1: 3030a064d85065f62dc3319d522643a44e0efa2d MD5sum: bb7f2cceb2483d72c47182b8e06e41f7 Description: MRPT graphical user interface applications Package: ros-rolling-mrpt-apps-gui-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-apps-gui Version: 3.1.3-1resolute.20260814.063821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 22974 Depends: ros-rolling-mrpt-apps-gui (= 3.1.3-1resolute.20260814.063821) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-apps-gui/ros-rolling-mrpt-apps-gui-dbgsym_3.1.3-1resolute.20260814.063821_amd64.deb Size: 20700470 SHA256: d2b1b31df8b0e984bdf8a87a56879ffca8344b4fa82b1d7e44b34bbb68156b67 SHA1: b792628cb0d833606fdd65352dc0d312f0ce0370 MD5sum: 1ffdd2e600de993ea5a24b35fb9dabed Description: debug symbols for ros-rolling-mrpt-apps-gui Build-Ids: 110bb0886547c1807281877c369e7d875812d304 155f18e2f5c8d45a190e22fe511432a2e2b8a4b7 1af5566ddcad945ce494637590aeea52b9a2d2c6 251d324b425cc663e394f310350168b2ab93a0a8 4eede5dae18751b03b0a7c4afce263360c3f19e0 69ba73975a96f1b56cdcc674c8391c364a6b7b61 6c5b613e6160c2421dd1fdc06309755b84028cf7 716571425e8b54c136de2eab812ab8420503b09f 795e4789bf49bcee9d9484b04917ace29b3a697d 927165529cc807912744e3024edb61323e11476a bf329397a82144f4d93fce10bf4c0288af34bce8 c92481476d3292cc65b64b9b4a8c82e29ce71dff cfeff38e7ea363f363e82e4f443f0b88430cf984 e486aef02273bb2b1781d8b7cbedb42cce19db57 Package: ros-rolling-mrpt-bayes Version: 3.1.3-1resolute.20260813.222436 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 552 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-config, ros-rolling-mrpt-core, ros-rolling-mrpt-random, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-mrpt-math, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-bayes/ros-rolling-mrpt-bayes_3.1.3-1resolute.20260813.222436_amd64.deb Size: 173456 SHA256: 81c40b1a506e459f4a646241a3f1335aa5ee505e82a1219065227dab0b60b7ac SHA1: 1a8f70ee0a8e5ecedf602ee411d8d7282a4e6650 MD5sum: 6459ab81ccd0681b201e57268e0ba6f2 Description: The MRPT C++ library mrpt_bayes Package: ros-rolling-mrpt-bayes-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-bayes Version: 3.1.3-1resolute.20260813.222436 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1944 Depends: ros-rolling-mrpt-bayes (= 3.1.3-1resolute.20260813.222436) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-bayes/ros-rolling-mrpt-bayes-dbgsym_3.1.3-1resolute.20260813.222436_amd64.deb Size: 1773992 SHA256: bdeec7239a62e851d08129c1429d618898933527792e446827f67d17f951fd3e SHA1: 871fac142380543b67177785094a316cd805c6c3 MD5sum: 45e5b20ebeeff77cbd62cdd2bb0a9ea7 Description: debug symbols for ros-rolling-mrpt-bayes Build-Ids: 15675aca76d458bc70b19299e248328d72646579 af7ea098a57d3116f2b4cdc274221a14be9107f9 Package: ros-rolling-mrpt-common Version: 3.1.3-1resolute.20260813.213920 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 70 Depends: ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-common/ros-rolling-mrpt-common_3.1.3-1resolute.20260813.213920_amd64.deb Size: 16620 SHA256: 6e5bbb64a9166b8ffa4a545f3ce5c78f10c397fafb51728d8a14345254ac463d SHA1: 8ba12a618675e7cc014337240effce96c390436d MD5sum: 17f1ca7829ea8cb6c8a0571309dc2302 Description: Common CMake scripts to all MRPT modules Package: ros-rolling-mrpt-comms Version: 3.1.3-1resolute.20260813.220747 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 466 Depends: libc6 (>= 2.42), libftdi1-2 (>= 1.5), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libusb-1.0-0 (>= 2:1.0.8), ros-rolling-mrpt-core, ros-rolling-mrpt-io, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-comms/ros-rolling-mrpt-comms_3.1.3-1resolute.20260813.220747_amd64.deb Size: 158812 SHA256: 1c7fb0f8c4bd0b02db3594ddb8e0879a07eefb88c2fdb3056311cbc53181e815 SHA1: 1a0037f8ff3c9e81aaccf11baa30b133fb3c1d06 MD5sum: b33c2e41e13782848c46cbda6cba0dd8 Description: The MRPT C++ library mrpt_comms Package: ros-rolling-mrpt-comms-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-comms Version: 3.1.3-1resolute.20260813.220747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1962 Depends: ros-rolling-mrpt-comms (= 3.1.3-1resolute.20260813.220747) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-comms/ros-rolling-mrpt-comms-dbgsym_3.1.3-1resolute.20260813.220747_amd64.deb Size: 1798412 SHA256: 7b1c6ee12b1d91155918a9699140e61cabc3b325b2311aad30aa0841c183872e SHA1: 9d5809d5fff1ab47653e34c5cc7a90be3b1756b9 MD5sum: 6cf27948095fc5ed3a45e81c11cbb0d0 Description: debug symbols for ros-rolling-mrpt-comms Build-Ids: 306219edb59f81d0f6558a1accdabfd859ba43dd 793be391cf8fc32462a7fea9d65f9685e814d4c1 Package: ros-rolling-mrpt-config Version: 3.1.3-1resolute.20260813.221205 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 483 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libsimpleini1t64 (>= 4.17), libstdc++6 (>= 14), ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-expr, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-config/ros-rolling-mrpt-config_3.1.3-1resolute.20260813.221205_amd64.deb Size: 152618 SHA256: 915930c72c3aa8e365ad7ec8cfb980274ff9103140dbf40266d6f398791263a1 SHA1: bd486d14fb5312a1aefbb1f30c9c81c0802ef547 MD5sum: 2eb3f2c0d285370cc4929975db13f964 Description: The MRPT C++ library mrpt_config Package: ros-rolling-mrpt-config-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-config Version: 3.1.3-1resolute.20260813.221205 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2122 Depends: ros-rolling-mrpt-config (= 3.1.3-1resolute.20260813.221205) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-config/ros-rolling-mrpt-config-dbgsym_3.1.3-1resolute.20260813.221205_amd64.deb Size: 1948854 SHA256: c1f2d6311bb6863c5537eb9ab932c90217e12932ff5348c01e232a92e335dcbb SHA1: 2e8285c68d8710564a0a5de479b8baa8dd7ac982 MD5sum: a545703ecab1f60b42d376fac80af114 Description: debug symbols for ros-rolling-mrpt-config Build-Ids: 722f68aea04301572a6cb4a34a7f73b679469e3a e1088f62746be3eb6cb7746c152ee801a97b2fd7 Package: ros-rolling-mrpt-containers Version: 3.1.3-1resolute.20260813.215553 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 695 Depends: libc6 (>= 2.38), libfyaml0 (>= 0.7.9), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-core, ros-rolling-mrpt-common, ros-rolling-mrpt-typemeta, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-containers/ros-rolling-mrpt-containers_3.1.3-1resolute.20260813.215553_amd64.deb Size: 205096 SHA256: 5790c23aaa69f4b322fdfa0de1c67ea3d6d057248af1b7dae970c34ec0585bdf SHA1: a7cfabfec3cdba879848a006b31f15f731de0eea MD5sum: f39a10b279991d780f58c99a366bd75b Description: The MRPT C++ library mrpt_containers Package: ros-rolling-mrpt-containers-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-containers Version: 3.1.3-1resolute.20260813.215553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2323 Depends: ros-rolling-mrpt-containers (= 3.1.3-1resolute.20260813.215553) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-containers/ros-rolling-mrpt-containers-dbgsym_3.1.3-1resolute.20260813.215553_amd64.deb Size: 2133892 SHA256: 44e1c51b07cd0a224422a70432ec8ef6548dc64420e7199e6faf68af243de2b9 SHA1: ceb9a81af78059e1ecce7cc2ca57fa70d51815e4 MD5sum: e4ece7c4feb8aacd37717d38c3aa3865 Description: debug symbols for ros-rolling-mrpt-containers Build-Ids: b0a787adae267506e610752c07c3443a5f8069d0 b1670b2b60383cc18c5c24b6135d2635503b8c8f Package: ros-rolling-mrpt-core Version: 3.1.3-1resolute.20260813.214543 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 510 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-core/ros-rolling-mrpt-core_3.1.3-1resolute.20260813.214543_amd64.deb Size: 154810 SHA256: 6c616808c9957c8d45e7620b4c12a72b04da811c798ba5c81be628802210b1ed SHA1: 8eb4b2a96a6ab744ae5cd2e39b36a35c0aaaeea9 MD5sum: 420285a1fcd8d38a1f6e449017908ab9 Description: The MRPT C++ library mrpt_core Package: ros-rolling-mrpt-core-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-core Version: 3.1.3-1resolute.20260813.214543 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1740 Depends: ros-rolling-mrpt-core (= 3.1.3-1resolute.20260813.214543) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-core/ros-rolling-mrpt-core-dbgsym_3.1.3-1resolute.20260813.214543_amd64.deb Size: 1595498 SHA256: 8d5b474f52dde4ccff8361439e415ba3bdea128b81d265a8cee7bcd40bd35129 SHA1: 949baf8a4910c915004a384e65a0443da2035f56 MD5sum: f21b531452ac5eb70ca4e9b8014eac59 Description: debug symbols for ros-rolling-mrpt-core Build-Ids: 1381ff7a7059ef543d19e5ba605897a52dd64bf8 ade6bc8d1e21664e205678ea379d556b9cfd1ae8 Package: ros-rolling-mrpt-data Version: 3.1.3-1resolute.20260813.213929 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13503 Depends: ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-data/ros-rolling-mrpt-data_3.1.3-1resolute.20260813.213929_amd64.deb Size: 12151770 SHA256: 539f501353e7e66471c405bb9e5dab2824843cfbe8b56b97014362f898707b02 SHA1: 7e8525fd7238a96e85a2db56153c952fbdae1ed9 MD5sum: d9259c0d2cde9b09bbe545f6c426d585 Description: MRPT shared data files: test datasets and example config files Package: ros-rolling-mrpt-examples-cpp Version: 3.1.3-1resolute.20260814.063800 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6048 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), libglfw3 (>= 3.4), libopengl0, libstdc++6 (>= 14), ros-rolling-mrpt-bayes, ros-rolling-mrpt-comms, ros-rolling-mrpt-config, ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-gui, ros-rolling-mrpt-hwdrivers, ros-rolling-mrpt-img, ros-rolling-mrpt-imgui, ros-rolling-mrpt-io, ros-rolling-mrpt-libapps-gui, ros-rolling-mrpt-maps, ros-rolling-mrpt-math, ros-rolling-mrpt-nav, ros-rolling-mrpt-obs, ros-rolling-mrpt-opengl, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-slam, ros-rolling-mrpt-system, ros-rolling-mrpt-tfest, ros-rolling-mrpt-topography, ros-rolling-mrpt-viz, ros-rolling-mrpt-common, ros-rolling-mrpt-data, ros-rolling-mrpt-graphslam, ros-rolling-mrpt-libapps-cli, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-examples-cpp/ros-rolling-mrpt-examples-cpp_3.1.3-1resolute.20260814.063800_amd64.deb Size: 1465438 SHA256: 5a978e4cc8004e59b43c5b951a07e14b15b83ef68a890e77e4561644050578f1 SHA1: f75eb329ea1b36fd01675934b398c18ffd00e598 MD5sum: 0b94d0576f48e17956061ab602bac835 Description: C++ examples demonstrating MRPT functionality Package: ros-rolling-mrpt-examples-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-examples-cpp Version: 3.1.3-1resolute.20260814.063800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 41659 Depends: ros-rolling-mrpt-examples-cpp (= 3.1.3-1resolute.20260814.063800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-examples-cpp/ros-rolling-mrpt-examples-cpp-dbgsym_3.1.3-1resolute.20260814.063800_amd64.deb Size: 39152380 SHA256: 6dfdfaafc71f0bb70e7de10c6606e9464fccddd4b603a84101179369c963ebbe SHA1: eb3d54aeecd88e34ba3f8d914bf142cdaaa1135d MD5sum: 8702103889874ae5ec04bacf48864582 Description: debug symbols for ros-rolling-mrpt-examples-cpp Build-Ids: 094367d56f66d87b969d2ba33cf715f7f0118be7 0a3c71f3c3152784a45b173742d61aa55b99df92 0a46c71a500a0d9f13a55e5b5d8a20f6b82e7fd2 0a8e8dfee9d52340fba7c70afe32d19ff163d3f9 0b5405ac0b7bb069660b5c7794a0ac88daf04929 0da0582005d27978d3c1a575b1edccf5422ad7fd 101b565b931fa87d32cae0dd4a248d2d1ed6be91 112e99662217ecf5bab119ae276b0289afecb405 1152799b2fded657c7f776f363d9189148560437 118de2960451140ee8b1034d7b6af82d980ac572 12268617492d85a4536de5c70e75a7b906e389fa 1457bed57a802261a16ba0459e771c76ecd131e6 15fc28989b26cd13effcf0689513d96fc7e8a5a2 1b834ea243cd0aad9740d9fe61f879dd0184ac51 1c00f82c5ec03bd6800eabdae16dc0cdab415577 1cfa36ce6ed9eb7482d2a087ac398a8e8802a6e2 1f1ace4706ab056be6b8b077e2703954d0a8e6b9 2032b1b01d36234f9b87754fcd85455723cb6156 205564ba948a3ea64f28114ad8b86972598c79e2 2060146faf73eaca4cdcac3099c7074966ef7e23 20c03be9f4725f5aed153bdb9b2137034665a751 22a9d128527bda1329ec8618e6314113c546faf3 2816334bf93f852b4cc19dfee4929172fbbdca6e 285dae24a28c19610b0506f993aab5adf05720f9 2c2d0065c461eb28185971a4a2b32ab15a76e5f5 2c51e4a1f99d483f879bc541003849c6d1843731 2d2798e96d5e57184fb28cdbfd319f6322734681 2d450c5ac9eac9025342e6d60c6b60bdbea46fc1 31f04c493b7c1819f04dc5ca777fb48b07c612d0 3d189b0f4aec7cab9f6d26558f95664b78a4c26c 4091177ea8c0d1055c417298585e0a91dce68cfa 422b501d6947a00cdf87f2c900a1b4ccf0f5a497 42c04125d65b64bec84147f169688b59f7bb32d4 42e03f0e9c39644c0c2d3eb16dbec43e3058265a 439b87219a5ebb6f4c68f49a63059b79a3731603 43c1f978467dcc961bcbef0e5eb58f945bbde8d9 4442f70d88e6912f5d21b176b7c7e1a2479310dc 447bef0d688cc0dbe55ebb6670a0b2127b0d3388 44821bd128f2b7ee35830ae2ade0c0d789b43c3b 45340623461ed703ba8265682bf1aada34ca2537 4857b81bc833a15212473562684210503d56404f 4a2003d0af47a1368477d5dbaf965e44408793c6 4f063537ae94720d1c0cbb64845f34ac64675561 525d95413ccb16ec60b457009643ac22572dd198 57cccd47dc424c37ce36a702d4a422ce30cdb438 5a61390fc16dfbb6685fd15975f83ef53d8c81d8 5d9798e428c371a7ac2c0ce26effade20ad02f70 5dee72e474892a8c4fd9885002040d3ff3b7f48d 5e0858b323c7c86550db32b82f831ed35c16e559 5e888534f02246d8bbc97bb336cc32ebad4eb18c 63e803ff5ced6d3fa1fe9ff90cba5547b727ae95 6503c539b3d4aa0151ac670388f36be1ebc0ea23 6cf6c80b6220ba617953108089217a509b3a30e5 7044f52b0a4fb86819b32ad2d6f0e16b5a6371e4 7132fd1400a71808a9299ef238f6a9865446e292 74e22cc885404cb8d5aee4bf5229147ead35bc6a 7516a0e8b8b944b2b1128a6f0c5880fcedd92f9d 771a05a22e2e8a30a70ff2359ca94156ef54828d 78112ea5a21e6e82002f84fa47deae3e119eb953 799e8c5b697fe593afe0edcab0276a7fe623bc94 7d14b29b00a2bbf874217508e64938423388ff48 7d72389f4ce711403b911e8507304acb110c6dd0 7e3b195931d2de6edd2842ae49ebaa29817d10d3 81391edc66b623a411e38cc433bf5987bb284521 86a36a3a39ba6a1358f1cc714b7970cbe6fe3bf4 875f377e173529555e10b64771a1070611671c08 878fae4d88ac81b356538d51db571b1b39fa80bd 8c81974826f24121593d9e8f054e35e4d8be756c 8de9058ee9f1d22e993e4a9723a6279f8077a29f 8df0248928c8e3561727c502a4d83e4fb013df3a 9128d41a857e662957644553ca3822b521306ece 981a9c2ad06404b817bc467c5631a537bf18c3f3 9a4b11583dc921d66f892c83342a6e500b4bbbae 9c36fbd79dcf9bc70d9e4ab83fdcf89d560b0ebf a01882205637abbdb07409c6b35e0d89c86eaf40 a07f4ff2fa27444cac425adecff2df7168741376 a68bdd6ab947802adf076eb3e05850b1f910a81b a741a2ad20812ff0b6a16550588b08b389d5b747 a7954be859a655a9f6cf4ee85dbf628ddcb4f77e a8a15030cf47a700930bfac026daf0ed6943ebe5 b4e16150b0afa2cb2acb5969de9cb078af33ad15 b84971a632a7bdb38de49fd2ec1adb6175a92816 bd40fb52e918822b4a4db324bbd769081dbbf6e1 bd9170d2bf273217cdab77fc73415164aa50fdc8 bffb3b57f0a20234271459a34fe7c4d9ea657288 c476d2013bd5c48b9b4682ab6d3bae16de8c71c1 c632801358138ba747ad5d674297c26583b752bb c9650eef2390fb32375e721f65c836acb5387e84 cc03963a198ca95b1b5f93f78cc835b6c63bb0f7 cd720c3a6cd2c7a3f511b146a852448de6eec161 cffaeca09268084e95b264906b4d9b67e3ad88a5 d130a562279a36f4815b0d3d2534af13740c4723 d150a89c30af968991a7618a21fa83a568f928e8 d388c8b2a052bc42740e8a299c9f30deb94013ae d44cf2dded1822946a02c25c234cadc53c2b3e81 d7082b17c783c18b3fac37ff84ddf2ae9007f727 d9a5bd114080b259265f704bfbeaf90818915933 d9f746be69c5f74f151f8cc76a3940df8b9b4815 da3afd63e1562a78a6c6656153f3a04e3f74c63a db40b33e3039388e96ff3e2ede0aae6e792994cb db6b2f66b7be2d5dd5cc720c81bff1a6e40fdca3 dc977b93823be3acd3e23f2397afa85ca656a902 dd2dcfaab342f6696531d92abba6041d4eb049d7 dff8e977514faa2dc53fe5ee443f2fe489752ec1 e154695f5e65bef1c3dbe78403c31a6477a0c106 e67094643e47bab849eb4eee256ae10d0eef6b24 e84d1177422051051f61c424ac99f0a53e5b5f77 e94b04082beca2d18bff696b4f0b4881997e66f6 edc8442b57a87250fc7a998e7a16e2b38748c3c8 efe37c8de1b6647b467d389f5a06ff66d4e58394 f32ad1c408c2d1fc0790ef4198312652a3a04cea f36e05ded0ec80e33dee3e0892d88b29c900b783 f5daca2f8f3e7cc1a92098b989294e502dbd848d f77a3567c3c8912af53b460d77b1d34bc3e56521 fce6a8fc28ce1e5efa7b2eb3284248fb7b1e752f fe805edaa76e0a75a9eaf8e339d4b8119b95b42f ffb5a4be51b386a9a0f9a231ea7c7b6894c8faac Package: ros-rolling-mrpt-expr Version: 3.1.3-1resolute.20260813.220459 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2538 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-core, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-expr/ros-rolling-mrpt-expr_3.1.3-1resolute.20260813.220459_amd64.deb Size: 527100 SHA256: 42b6abb9574b7204a14a5f0587b4ea9c369174bf914ca89e35f2c4ade67622c8 SHA1: f0a5b332831324eff2a0cb8394871ff9487f468e MD5sum: 8aa98398269daa90edd5e40cd948d2fe Description: The MRPT C++ library mrpt_expr Package: ros-rolling-mrpt-expr-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-expr Version: 3.1.3-1resolute.20260813.220459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3857 Depends: ros-rolling-mrpt-expr (= 3.1.3-1resolute.20260813.220459) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-expr/ros-rolling-mrpt-expr-dbgsym_3.1.3-1resolute.20260813.220459_amd64.deb Size: 2259510 SHA256: 7a9e55491964c9ebbf324f31d0e80fb0a15e48253bbaf25b31b7c59a4d8b8ac1 SHA1: be2cfa51b6547d055ff0352f9750712ab344e8e5 MD5sum: 31437b8cab9f34fa2083c9b2f80db7b8 Description: debug symbols for ros-rolling-mrpt-expr Build-Ids: b7b11b9b993af1aaa8c0826d22b4155daa7f9d77 cb84de6de06f6c76993f349e730799c5d1c2a92b Package: ros-rolling-mrpt-graphs Version: 3.1.3-1resolute.20260813.224323 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 655 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-core, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-math, ros-rolling-mrpt-poses, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-mrpt-viz, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-graphs/ros-rolling-mrpt-graphs_3.1.3-1resolute.20260813.224323_amd64.deb Size: 210442 SHA256: ecdc8988573a72561614d225fa93ac1f76bb2d4270503757a58765e0ffa32383 SHA1: 785fd657e9e6d95731a7e7dfa531901f839c9abb MD5sum: 5e1d5076d65a05d43ef3a72b2fada92e Description: The MRPT C++ library mrpt_graphs Package: ros-rolling-mrpt-graphs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-graphs Version: 3.1.3-1resolute.20260813.224323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2871 Depends: ros-rolling-mrpt-graphs (= 3.1.3-1resolute.20260813.224323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-graphs/ros-rolling-mrpt-graphs-dbgsym_3.1.3-1resolute.20260813.224323_amd64.deb Size: 2711246 SHA256: 646a8ade63312c9f75a0930d35e5e730bcea4258b13e3398c9db38de503d5a5d SHA1: fce763f6b5d2a2ded434dea4b9f15459df91aa6d MD5sum: 1536e9cca2ede57f5211f3365df4cfc2 Description: debug symbols for ros-rolling-mrpt-graphs Build-Ids: 50011ff3d3b452caabd43d6a667c673519a5480a 709e989f2c37a80e27c2603cc51f911d343a8d9f Package: ros-rolling-mrpt-graphslam Version: 3.1.3-1resolute.20260813.230354 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 608 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-config, ros-rolling-mrpt-core, ros-rolling-mrpt-gui, ros-rolling-mrpt-opengl, ros-rolling-mrpt-system, ros-rolling-mrpt-viz, ros-rolling-mrpt-slam, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-graphslam/ros-rolling-mrpt-graphslam_3.1.3-1resolute.20260813.230354_amd64.deb Size: 117222 SHA256: 5b2e5a7844e549bf0d3b055776294650a0cdf290dd81480885b1db38517d72e9 SHA1: 0562ad1a32146b1c9defef8d29def3688a8a8f31 MD5sum: 4aeaacf3f1e80380203ce523e9544fc0 Description: The MRPT C++ library mrpt_graphslam Package: ros-rolling-mrpt-graphslam-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-graphslam Version: 3.1.3-1resolute.20260813.230354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 433 Depends: ros-rolling-mrpt-graphslam (= 3.1.3-1resolute.20260813.230354) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-graphslam/ros-rolling-mrpt-graphslam-dbgsym_3.1.3-1resolute.20260813.230354_amd64.deb Size: 395816 SHA256: 3c56e5e7b3425e50d8a618cedfe5ae3795f706d7009898d3547446c47897b9b5 SHA1: d59d391225347ff1a19f075078a617a4d77c8bfd MD5sum: ff2a31dc0be4def96f4f89ace700118d Description: debug symbols for ros-rolling-mrpt-graphslam Build-Ids: 2851723198bcb9b1da03f7f10df9f1084d079b34 Package: ros-rolling-mrpt-gui Version: 3.1.3-1resolute.20260813.224835 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3308 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgles2, libglfw3 (>= 3.2), libglx0, libopengl0, libqt5core5t64 (>= 5.15.1), libqt5widgets5t64 (>= 5.6.0~beta), libstdc++6 (>= 14), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-rolling-mrpt-config, ros-rolling-mrpt-core, ros-rolling-mrpt-img, ros-rolling-mrpt-opengl, ros-rolling-mrpt-system, ros-rolling-mrpt-viz, libeigen3-dev, libglfw3-dev, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-gui/ros-rolling-mrpt-gui_3.1.3-1resolute.20260813.224835_amd64.deb Size: 971364 SHA256: 78c18633dff2725f1dd7e2af8a86651e4e51a1d924cf7ada5daf816ef5b3790d SHA1: 3eba638d439eb299da33ae54031c2ada001cd68b MD5sum: 5a1a2bc2a4bae92cf59d87b292001da8 Description: The MRPT C++ library mrpt_gui Package: ros-rolling-mrpt-gui-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-gui Version: 3.1.3-1resolute.20260813.224835 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17702 Depends: ros-rolling-mrpt-gui (= 3.1.3-1resolute.20260813.224835) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-gui/ros-rolling-mrpt-gui-dbgsym_3.1.3-1resolute.20260813.224835_amd64.deb Size: 17231320 SHA256: 1ea403d29d0df2499d2a3fbe8a55ff9f06fa1a9410a77e2b422341441178aea9 SHA1: d19584d423bb7de5953272da64e80c9631ee05ce MD5sum: aa16eaf24812b87a399fe6484c998fa8 Description: debug symbols for ros-rolling-mrpt-gui Build-Ids: 41748d5a3ab9526d0a715a3900230ef7e3778c12 657056c8a5be732ce7afb54edf823a0802a02f41 a4a33a6ffbd9055ccc27907cb5b12514b45aaefb Package: ros-rolling-mrpt-hwdrivers Version: 3.1.3-1resolute.20260813.225741 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1282 Depends: libavcodec62 (>= 7:8.0.1), libavformat62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libopenni2-0 (>= 2.2.0.33+dfsg), libstdc++6 (>= 14), libswscale9 (>= 7:8.0.1), ros-rolling-mrpt-comms, ros-rolling-mrpt-config, ros-rolling-mrpt-core, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-maps, ros-rolling-mrpt-math, ros-rolling-mrpt-obs, ros-rolling-mrpt-poses, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-viz, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-hwdrivers/ros-rolling-mrpt-hwdrivers_3.1.3-1resolute.20260813.225741_amd64.deb Size: 378396 SHA256: 5112516f0ec9e5a59150ca54c5e7ad8836228d3f55b431b82e36583007b58980 SHA1: 7ce598eccee39b215653f81f0237db8e3dbb86e9 MD5sum: 99d52c49f7c47f771e6e02fcaba96736 Description: The MRPT C++ library mrpt_hwdrivers Package: ros-rolling-mrpt-hwdrivers-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-hwdrivers Version: 3.1.3-1resolute.20260813.225741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6230 Depends: ros-rolling-mrpt-hwdrivers (= 3.1.3-1resolute.20260813.225741) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-hwdrivers/ros-rolling-mrpt-hwdrivers-dbgsym_3.1.3-1resolute.20260813.225741_amd64.deb Size: 5915680 SHA256: 0a0fd40174b76cad9bc638cebbdaa9c94a94927130129c0b7f83a5c24b656021 SHA1: eea7cc9b2ea7ff3f26da94c5c6d0d366cdda28f0 MD5sum: 16c25e6ab885bd8887df1b5c1b0e1349 Description: debug symbols for ros-rolling-mrpt-hwdrivers Build-Ids: 0a2b13150904a47598975a6e47ccd6c67f13aa2e Package: ros-rolling-mrpt-img Version: 3.1.3-1resolute.20260813.222457 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1302 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-config, ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-io, ros-rolling-mrpt-math, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-img/ros-rolling-mrpt-img_3.1.3-1resolute.20260813.222457_amd64.deb Size: 477796 SHA256: 5d5fd516e3c07efc4780b20ad62c587a1b9e30d8041093656fe03fd260411012 SHA1: 472cc6446897929441378121ad4ed4c403edf614 MD5sum: eb82e51b9c3184fcc62ef696fc7834c4 Description: The MRPT C++ library mrpt_img Package: ros-rolling-mrpt-img-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-img Version: 3.1.3-1resolute.20260813.222457 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5609 Depends: ros-rolling-mrpt-img (= 3.1.3-1resolute.20260813.222457) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-img/ros-rolling-mrpt-img-dbgsym_3.1.3-1resolute.20260813.222457_amd64.deb Size: 5270928 SHA256: f313af1bfdc38702d21aa2bf8790c5e0a31316c6703d9c904f56c9bfd6d7c723 SHA1: 334bf55685b55508b12132818d67524de91736d2 MD5sum: c6e5eb7358e3c3c42164ce812f2d4d71 Description: debug symbols for ros-rolling-mrpt-img Build-Ids: 395147abae959e5ef136e2688092b4ab84598e36 3a78e5f082fc99ad9cdaedeed796e840509e8f34 Package: ros-rolling-mrpt-imgui Version: 3.1.3-1resolute.20260813.224906 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 68 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libopengl0, libstdc++6 (>= 13.1), ros-rolling-mrpt-opengl, ros-rolling-mrpt-poses, ros-rolling-mrpt-viz, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-imgui/ros-rolling-mrpt-imgui_3.1.3-1resolute.20260813.224906_amd64.deb Size: 16310 SHA256: 9d910880043409382519d6a1eabcbd503576e9e1414234ecb887fb239bff4ad7 SHA1: 3b8d913335b1656e103e1769e0e975129da777c6 MD5sum: c93935a80e138bc413a189dfff4383b4 Description: The MRPT C++ library mrpt_imgui, wrapping rendering objects as a Dear ImGUI component Package: ros-rolling-mrpt-imgui-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-imgui Version: 3.1.3-1resolute.20260813.224906 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 341 Depends: ros-rolling-mrpt-imgui (= 3.1.3-1resolute.20260813.224906) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-imgui/ros-rolling-mrpt-imgui-dbgsym_3.1.3-1resolute.20260813.224906_amd64.deb Size: 326644 SHA256: 71826cb7b3019d4647060754120396becdb0d9a4a43a5af5d5cff20a082f4163 SHA1: 9a13d5a8b70726d04e8d84b4743cad0b99f20800 MD5sum: 49f54d9d45314057a1f4e0ad882b5311 Description: debug symbols for ros-rolling-mrpt-imgui Build-Ids: 97cabdf012dcd84d13c1ba95eee948439ff31e33 Package: ros-rolling-mrpt-io Version: 3.1.3-1resolute.20260813.220459 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 622 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libzstd1 (>= 1.5.5), ros-rolling-mrpt-core, ros-rolling-mrpt-system, zlib1g (>= 1:1.1.4), ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-io/ros-rolling-mrpt-io_3.1.3-1resolute.20260813.220459_amd64.deb Size: 186420 SHA256: 61b25663034bace4949c2a86bdd7b6968f32a5c779fe66235b04194412ac612f SHA1: 202142bb445fdbf79d6a8f05ab089b8038f331cf MD5sum: b942e2c0648c4ba694dc6d18e4a96a05 Description: The MRPT C++ library mrpt_io Package: ros-rolling-mrpt-io-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-io Version: 3.1.3-1resolute.20260813.220459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2497 Depends: ros-rolling-mrpt-io (= 3.1.3-1resolute.20260813.220459) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-io/ros-rolling-mrpt-io-dbgsym_3.1.3-1resolute.20260813.220459_amd64.deb Size: 2237098 SHA256: 8acb293324ace91ea1b0e75eda938b7654f9a1147c9708e0a1e986ed02260f67 SHA1: 0e1170dbc0c59cc0a182bb954ecfa56befadfb17 MD5sum: 6e231fa54f06615622cc5e9142e0fec7 Description: debug symbols for ros-rolling-mrpt-io Build-Ids: 1d385660da5c57b7aefeff401392ef6a64cd270d 9dbd407e7c2617a07ea2363af939b9e3a27f4c53 Package: ros-rolling-mrpt-kinematics Version: 3.1.3-1resolute.20260813.224335 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 404 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-config, ros-rolling-mrpt-core, ros-rolling-mrpt-math, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-viz, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-kinematics/ros-rolling-mrpt-kinematics_3.1.3-1resolute.20260813.224335_amd64.deb Size: 131310 SHA256: ea8a718aed9f93c55fb6b7bff5c3bab39b9a6f0581f1c8d82d57a86ba3defbf7 SHA1: 0dff22fc6d57a90e533c639def4a781fb6cef55a MD5sum: 8c1ebac3333f9ad687c7a870ac01d722 Description: The MRPT C++ library mrpt_kinematics Package: ros-rolling-mrpt-kinematics-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-kinematics Version: 3.1.3-1resolute.20260813.224335 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1781 Depends: ros-rolling-mrpt-kinematics (= 3.1.3-1resolute.20260813.224335) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-kinematics/ros-rolling-mrpt-kinematics-dbgsym_3.1.3-1resolute.20260813.224335_amd64.deb Size: 1629772 SHA256: a9599767289f5ab4fbb9b5aebb90f41533cedbb5476dbca927757543500c369c SHA1: 5ce5acb5a8a415dbc86ecfa88b7a4440bd7d8fff MD5sum: b0092bc2767f30f52d6358a7649d7e15 Description: debug symbols for ros-rolling-mrpt-kinematics Build-Ids: a8501612486886874878057edbeb4299c674369e ffe4c3b9e1af974872322914f1c8279927fdf1d0 Package: ros-rolling-mrpt-libapps Version: 2.15.21-1resolute.20260813.224710 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1644 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 4.1.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libhwdrivers, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mrpt-libslam, ros-rolling-mrpt-libtclap, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps/ros-rolling-mrpt-libapps_2.15.21-1resolute.20260813.224710_amd64.deb Size: 440978 SHA256: 02d40930975ab1d6bb14277accd491ce55fb300127e857521ada8ee0043a84bd SHA1: 11c7707efd06e94afeddda631b8bf9f9656ac8e3 MD5sum: 26c9ca5372d84469dd98c45182e6f78e Description: Mobile Robot Programming Toolkit (MRPT) libraries (apps C++ libraries). This package contains: mrpt-apps lib, mrpt-graphslam Package: ros-rolling-mrpt-libapps-cli Version: 3.1.3-1resolute.20260813.230418 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 784 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-config, ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-hwdrivers, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-maps, ros-rolling-mrpt-math, ros-rolling-mrpt-obs, ros-rolling-mrpt-poses, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-slam, ros-rolling-mrpt-system, ros-rolling-mrpt-topography, ros-rolling-mrpt-viz, libcli11-dev, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps-cli/ros-rolling-mrpt-libapps-cli_3.1.3-1resolute.20260813.230418_amd64.deb Size: 266946 SHA256: a8394d705b60bda1099578889ca807f3f7f2a2fc5269b51b1fe896bfd5fb23bb SHA1: 049f1929d555c975b7043bbbe921cfa0c5364886 MD5sum: 6ec542466e4c68e05aed5c6982db1444 Description: The MRPT C++ library mrpt_libapps_cli Package: ros-rolling-mrpt-libapps-cli-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libapps-cli Version: 3.1.3-1resolute.20260813.230418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5964 Depends: ros-rolling-mrpt-libapps-cli (= 3.1.3-1resolute.20260813.230418) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps-cli/ros-rolling-mrpt-libapps-cli-dbgsym_3.1.3-1resolute.20260813.230418_amd64.deb Size: 5703552 SHA256: 767c5348e32a78dd0432f10fdc525973c3cb1cce5578ea14b31b194c3c1c3491 SHA1: a6d6775a000d0aba1a8e5ec0d2fc15e3f83ab9a8 MD5sum: 065e706c024b3863f18600241e1ea4bb Description: debug symbols for ros-rolling-mrpt-libapps-cli Build-Ids: d60eed700ab21dcfbcbac21241ba20e8b2801730 Package: ros-rolling-mrpt-libapps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libapps Version: 2.15.21-1resolute.20260813.224710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9926 Depends: ros-rolling-mrpt-libapps (= 2.15.21-1resolute.20260813.224710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps/ros-rolling-mrpt-libapps-dbgsym_2.15.21-1resolute.20260813.224710_amd64.deb Size: 9554558 SHA256: af3beb09a52f74adae3e6591e59bb6303791d0f19845590ed9b16e7cee9114a8 SHA1: 50e5c746ff69db95cae475c9d5d5169d5f164509 MD5sum: f21887f69f38750e131a29280f423970 Description: debug symbols for ros-rolling-mrpt-libapps Build-Ids: 973715e7c48a25c1a740df63ea104edb1a074201 9b08347c9d9c7d4f478f449525f78e1a04bfe88b Package: ros-rolling-mrpt-libapps-gui Version: 3.1.3-1resolute.20260813.231101 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 550 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-rolling-mrpt-bayes, ros-rolling-mrpt-config, ros-rolling-mrpt-core, ros-rolling-mrpt-gui, ros-rolling-mrpt-hwdrivers, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-libapps-cli, ros-rolling-mrpt-maps, ros-rolling-mrpt-math, ros-rolling-mrpt-obs, ros-rolling-mrpt-opengl, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-slam, ros-rolling-mrpt-system, ros-rolling-mrpt-topography, ros-rolling-mrpt-viz, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps-gui/ros-rolling-mrpt-libapps-gui_3.1.3-1resolute.20260813.231101_amd64.deb Size: 181800 SHA256: cf02dd7405b351ddcc853cea012c856d57efcfb2f9e4a3c98c55c00631f4ed27 SHA1: 1900382c2d277eee85e6083ec84d08e3baaaffaa MD5sum: 0f8f1abffce1c18dab2bc1611261fcdf Description: The MRPT C++ library mrpt_libapps_gui Package: ros-rolling-mrpt-libapps-gui-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libapps-gui Version: 3.1.3-1resolute.20260813.231101 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3914 Depends: ros-rolling-mrpt-libapps-gui (= 3.1.3-1resolute.20260813.231101) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libapps-gui/ros-rolling-mrpt-libapps-gui-dbgsym_3.1.3-1resolute.20260813.231101_amd64.deb Size: 3775528 SHA256: e0077bb169da32dbf650e9079c09d8d722502a4a666e8e9df777726f90ad0850 SHA1: 0b28a99808f4767f8d7e2a323779c8e388adc097 MD5sum: b8349f6ce525c8805c037d5fcf9d8968 Description: debug symbols for ros-rolling-mrpt-libapps-gui Build-Ids: 0544d2e3b8093d44236e7f6322ae5d0357c00b25 Package: ros-rolling-mrpt-libbase Version: 2.15.21-1resolute.20260813.193350 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6113 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4), ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libbase/ros-rolling-mrpt-libbase_2.15.21-1resolute.20260813.193350_amd64.deb Size: 1148004 SHA256: 785ddf0352be7b8aa2cfa67a5992bfb76f26701a748b9011a4b7ef6d432de3a7 SHA1: 0164e633d7f9319b31644a18711765fba1fc1162 MD5sum: d60a21e1f4f87a48194c9bbdcc0cdfea Description: Mobile Robot Programming Toolkit (MRPT) libraries (core C++ libraries). This package contains: mrpt-io, mrpt-serialization, mrpt-random, mrpt-system, mrpt-rtti, mrpt-containers, mrpt-typemeta, mrpt-core, mrpt-random, mrpt-config, mrpt-expr Package: ros-rolling-mrpt-libbase-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libbase Version: 2.15.21-1resolute.20260813.193350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 8329 Depends: ros-rolling-mrpt-libbase (= 2.15.21-1resolute.20260813.193350) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libbase/ros-rolling-mrpt-libbase-dbgsym_2.15.21-1resolute.20260813.193350_amd64.deb Size: 6292234 SHA256: 898a3e287e5387fc1d7cc9db363ab31ce09b6d070ad65bedcff6acb9c2da4bfb SHA1: 160ff67e529212d50ab0380890bce8c6363d2caa MD5sum: f88592f1b5a86a548bba007c7bd78402 Description: debug symbols for ros-rolling-mrpt-libbase Build-Ids: 1ac5861294d319af3ef6f7e8d4d98e9880d2d4e0 4dc0c6c49d95e643597b04ccf11c6108c211cff0 53004681502f8bacddcde6ee5dafffb2d01e2c59 56d327ff44020e75a06e166568d4751704693741 6320d337fe86606c289c6cb87a9fd8097e10e48f 6acb7c4d2d0960af66f3865e6bf61d32d663e055 7fa1efd4047953b4896a49df2c048e227622e019 e992cd75544b61c41e2c0ea6627646595a5b39d1 fb1348fd513f5dd628338c370d7a37c122e40f10 Package: ros-rolling-mrpt-libgui Version: 2.15.21-1resolute.20260813.205634 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2977 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgles2, libglfw3 (>= 3.2), libglut3.12 (>= 3.4.0), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopengl0, libstdc++6 (>= 13.1), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk-gl3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, libglfw3-dev, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libgui/ros-rolling-mrpt-libgui_2.15.21-1resolute.20260813.205634_amd64.deb Size: 835414 SHA256: b73a44269d67a87e36d60c3eff63840be8c74a5994e49035768745bec108887b SHA1: c13e9070976e5d5f725485591e311439de2bc6e7 MD5sum: 72dc3f15ea2eb5864d71124fef6362e0 Description: Mobile Robot Programming Toolkit (MRPT) libraries (GUI C++ libraries). This package contains: mrpt-gui, nanogui Package: ros-rolling-mrpt-libgui-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libgui Version: 2.15.21-1resolute.20260813.205634 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15683 Depends: ros-rolling-mrpt-libgui (= 2.15.21-1resolute.20260813.205634) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libgui/ros-rolling-mrpt-libgui-dbgsym_2.15.21-1resolute.20260813.205634_amd64.deb Size: 15276532 SHA256: 218a836575084fd709773ad68b91c8547b05fc9c331df2b1c114b9eb90e7904b SHA1: 3076d3f1a0f3dfe3486b47c1101b5ddd5752a4f8 MD5sum: 681871b01bbcb0e557fc18dce23f5cd4 Description: debug symbols for ros-rolling-mrpt-libgui Build-Ids: 1bfa41194e750ba97be42d647b31498fa3825312 3753d5af6bae811329da39766e5a9e5346cafb40 Package: ros-rolling-mrpt-libhwdrivers Version: 2.15.21-1resolute.20260813.222756 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6044 Depends: libavcodec62 (>= 7:8.0.1), libavformat62 (>= 7:8.0.1), libavutil60 (>= 7:8.0.1), libc6 (>= 2.3), libdc1394-25 (>= 2.2.6), libfreenect0.5t64 (>= 1:0.1.1), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libopenni2-0 (>= 2.2.0.33+dfsg), libpcap0.8t64 (>= 1.0.0), libstdc++6 (>= 5.2), libswscale9 (>= 7:8.0.1), libwxbase3.2-1t64 (>= 3.2.9+dfsg), libwxgtk3.2-1t64 (>= 3.2.9+dfsg), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mrpt-libslam, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libhwdrivers/ros-rolling-mrpt-libhwdrivers_2.15.21-1resolute.20260813.222756_amd64.deb Size: 1198056 SHA256: 2a387d4ecfc5cfc86476382ad020bd2cf18c7d933cb74db83d80d5c6a8cb0d3b SHA1: 5c6e24cf6b84cf7db6693bd3fbbdc1086d9cdddc MD5sum: 8eb1fff11eb57a4429be4905c75d2de7 Description: Mobile Robot Programming Toolkit (MRPT) libraries (hwdrivers C++ libraries). This package contains: mrpt-hwdrivers, mrpt-comms Package: ros-rolling-mrpt-libhwdrivers-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libhwdrivers Version: 2.15.21-1resolute.20260813.222756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 14679 Depends: ros-rolling-mrpt-libhwdrivers (= 2.15.21-1resolute.20260813.222756) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libhwdrivers/ros-rolling-mrpt-libhwdrivers-dbgsym_2.15.21-1resolute.20260813.222756_amd64.deb Size: 13838382 SHA256: 79ec015635bd6e9ac427bd1d30c5b15f61612de8df03fb3d26eec143423eb913 SHA1: 09cb1ff75db14f91c077f62b1c180c3a7709848d MD5sum: 198ce50eaa8dabdb859044106c034330 Description: debug symbols for ros-rolling-mrpt-libhwdrivers Build-Ids: ee154d7fe49589af21a9e060afc3938fb9d338a8 f6f0b0c7411d668be81279c43fa8b52193bff666 Package: ros-rolling-mrpt-libmaps Version: 2.15.21-1resolute.20260813.211641 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3053 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgles2, liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 5.2), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmaps/ros-rolling-mrpt-libmaps_2.15.21-1resolute.20260813.211641_amd64.deb Size: 843918 SHA256: ff1151c863886a2f2da79c64abf5e1798b992ad0a41ac972da5609213772d994 SHA1: 24ac95c11efdda1206046b960158098bb407bfd4 MD5sum: 4b2743e496182833c3858ea0247ce14a Description: Mobile Robot Programming Toolkit (MRPT) libraries (maps C++ libraries). This package contains: mrpt-maps, mrpt-graphs Package: ros-rolling-mrpt-libmaps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libmaps Version: 2.15.21-1resolute.20260813.211641 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17788 Depends: ros-rolling-mrpt-libmaps (= 2.15.21-1resolute.20260813.211641) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmaps/ros-rolling-mrpt-libmaps-dbgsym_2.15.21-1resolute.20260813.211641_amd64.deb Size: 16992322 SHA256: 912b3811fd2d3f08e6742331f047206821c98357346209e333a42f319a948b7e SHA1: 564c0ca60c2961fec4e76ea1e6b25b2be3f3ffb2 MD5sum: af686040f79c20b344f610544be82a73 Description: debug symbols for ros-rolling-mrpt-libmaps Build-Ids: af26bb2f48fd689574d67366bad1531a7d1c66e5 b189ca3fdad5cd07cda7b4e4a0d725ac5815a5ff Package: ros-rolling-mrpt-libmath Version: 2.15.21-1resolute.20260813.195016 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3540 Depends: libc6 (>= 2.29), libcxsparse4 (>= 1:7.0.1), libgcc-s1 (>= 4.0), libstdc++6 (>= 4.1.1), ros-rolling-mrpt-libbase, libeigen3-dev, libsuitesparse-dev, ros-rolling-nanoflann-vendor, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmath/ros-rolling-mrpt-libmath_2.15.21-1resolute.20260813.195016_amd64.deb Size: 904358 SHA256: c79ce8c3313f7943503339f44ec6c04b62a9558e2150c946fae6d0df99c245b9 SHA1: e7ab37cd50dd88e005beedb053fe4277d3ec0f31 MD5sum: 276aafcdabd98d5c96092cb687ae05c7 Description: Mobile Robot Programming Toolkit (MRPT) libraries (math C++ libraries). This package contains: mrpt-math Package: ros-rolling-mrpt-libmath-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libmath Version: 2.15.21-1resolute.20260813.195016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 86816 Depends: ros-rolling-mrpt-libmath (= 2.15.21-1resolute.20260813.195016) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libmath/ros-rolling-mrpt-libmath-dbgsym_2.15.21-1resolute.20260813.195016_amd64.deb Size: 86725830 SHA256: ed9c5c9f109c702b61f6a810a1a5e9fa5af4d6ef578604828a6ffb765a18ac12 SHA1: f4fd36dc667d5aa7e3dffbaf7ada12fa04d331ae MD5sum: 6a6dc1e09403d2ab7e95f0baa909677c Description: debug symbols for ros-rolling-mrpt-libmath Build-Ids: 2f9d686077969f012a857754a38aef9579f2ad91 Package: ros-rolling-mrpt-libnav Version: 2.15.21-1resolute.20260813.220058 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1377 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 4.1.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libnav/ros-rolling-mrpt-libnav_2.15.21-1resolute.20260813.220058_amd64.deb Size: 400370 SHA256: 6df8f0f68d111afae98f14555b342c1b2ec3cb785ec9a31d0344497caab0b309 SHA1: bafe5b13f76bef63beb87da1a7e35c9d183a7ff3 MD5sum: a6cfca20e9d44370c3b32e070d12be1d Description: Mobile Robot Programming Toolkit (MRPT) libraries (nav C++ libraries). This package contains: mrpt-nav, mrpt-kinematics Package: ros-rolling-mrpt-libnav-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libnav Version: 2.15.21-1resolute.20260813.220058 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7896 Depends: ros-rolling-mrpt-libnav (= 2.15.21-1resolute.20260813.220058) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libnav/ros-rolling-mrpt-libnav-dbgsym_2.15.21-1resolute.20260813.220058_amd64.deb Size: 7502738 SHA256: d52f99d2ea8746e7e8aa471c17053b2b8ae5845958da094099f2dde66e3bc0aa SHA1: 710ca9a0f3407691d09b05e5c18126d0d5be30b5 MD5sum: 51635501c2316574ac1012bd22f05ac5 Description: debug symbols for ros-rolling-mrpt-libnav Build-Ids: 0e38abc7d0b55d30202d4030241dbf06b809031c be92ee9d64def66c04760422c271474f2e84bc2f Package: ros-rolling-mrpt-libobs Version: 2.15.21-1resolute.20260813.205640 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2100 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 4.1.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libobs/ros-rolling-mrpt-libobs_2.15.21-1resolute.20260813.205640_amd64.deb Size: 700622 SHA256: 35e255604999d9d4e930345f6a66c6a5487c461a93dfa8ee6b25a39dec8f69b4 SHA1: 260691f26c5871a5824b17d0ba85a7e510e3610d MD5sum: 4527adbdc9e97fb924d6d7f86a0eb946 Description: Mobile Robot Programming Toolkit (MRPT) libraries (obs C++ libraries). This package contains: mrpt-obs, mrpt-topography Package: ros-rolling-mrpt-libobs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libobs Version: 2.15.21-1resolute.20260813.205640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9956 Depends: ros-rolling-mrpt-libobs (= 2.15.21-1resolute.20260813.205640) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libobs/ros-rolling-mrpt-libobs-dbgsym_2.15.21-1resolute.20260813.205640_amd64.deb Size: 9159418 SHA256: 03f068905f1913ed6d0768456c60cf6fa616a2e574a917097c68fcd4ad9dcb7a SHA1: 86527bd5a1f57f3d2643e0eb959c5b97ce4dbd65 MD5sum: 035162f293ec6c0dfb2cb6b264060004 Description: debug symbols for ros-rolling-mrpt-libobs Build-Ids: 475129582068dbe79314bdd64efed83847ef2fe4 eccf6596e402ce121567dc3b10955ed4ec2ff376 Package: ros-rolling-mrpt-libopengl Version: 2.15.21-1resolute.20260813.203524 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3261 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.43), libegl1, libgcc-s1 (>= 3.3.1), libglu1-mesa | libglu1, libjpeg8 (>= 8c), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopengl0, libstdc++6 (>= 4.1.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libposes, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libopengl/ros-rolling-mrpt-libopengl_2.15.21-1resolute.20260813.203524_amd64.deb Size: 1284780 SHA256: 1527261010723a4401c7c5e3c59df234321543acbd6e6f098396d5b123964c3b SHA1: aec712527b5d9dcc25d994d24bf44a738b8296f9 MD5sum: a073c93dc7579c14ecb2b7e5c668c972 Description: Mobile Robot Programming Toolkit (MRPT) libraries (opengl/img C++ libraries). This package contains: mrpt-opengl, mrpt-img Package: ros-rolling-mrpt-libopengl-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libopengl Version: 2.15.21-1resolute.20260813.203524 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 16399 Depends: ros-rolling-mrpt-libopengl (= 2.15.21-1resolute.20260813.203524) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libopengl/ros-rolling-mrpt-libopengl-dbgsym_2.15.21-1resolute.20260813.203524_amd64.deb Size: 15278856 SHA256: 08d730474ed1c1b812dcc6a372f55764a63b22cf3082046073070cad6aab06c3 SHA1: c38feb0fd6b8f94fe572b1ae260ddbc9e382c268 MD5sum: 1f7ea45dc126fe102d56da4ceb28380a Description: debug symbols for ros-rolling-mrpt-libopengl Build-Ids: 97c93f555df764355371aa33421bd8d25993e757 b6f47b10f7225f2f1e1b138dd2ca36e4c60d1013 Package: ros-rolling-mrpt-libposes Version: 2.15.21-1resolute.20260813.201834 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1755 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 4.1.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libposes/ros-rolling-mrpt-libposes_2.15.21-1resolute.20260813.201834_amd64.deb Size: 458562 SHA256: 8ac18327e938ac18a3480e585c37f5eaafcef840344b4943c36d2000ffc2fce4 SHA1: dde0a5e2117eebf01c2f7220f3fe45ab64146651 MD5sum: 683de1404601d206225c6b17aa321ce9 Description: Mobile Robot Programming Toolkit (MRPT) libraries (poses C++ libraries). This package contains: mrpt-poses, mrpt-tfest, mrpt-bayes Package: ros-rolling-mrpt-libposes-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libposes Version: 2.15.21-1resolute.20260813.201834 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 17210 Depends: ros-rolling-mrpt-libposes (= 2.15.21-1resolute.20260813.201834) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libposes/ros-rolling-mrpt-libposes-dbgsym_2.15.21-1resolute.20260813.201834_amd64.deb Size: 16896984 SHA256: 8189dddad4e98a549d237193b5dc5a0a8978f40497116d2966429998a181d570 SHA1: 9cae0304e012501a03e52704a85ab613aba683cb MD5sum: 69b92b673290b7385a2669339683826f Description: debug symbols for ros-rolling-mrpt-libposes Build-Ids: 3a5aa7a8956e83e96f9ab15be6e016fd9b7884eb 9ef1cc876afe74e6f5da49f443b3fd1c8d1e6339 e3b44791e2d770fb63bc02c19e5169d02723dca8 Package: ros-rolling-mrpt-libros-bridge Version: 3.5.3-1resolute.20260821.174147 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 434 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-nav-msgs, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libros-bridge/ros-rolling-mrpt-libros-bridge_3.5.3-1resolute.20260821.174147_amd64.deb Size: 127458 SHA256: aca270f3e9e66db2db76364acc8964f2be2a1fbba0e0f013d1708c52ad201398 SHA1: acd7792ceb19cbedfbb72901d4721f2825c9c5ef MD5sum: 92cadc4da189ede147d72990fb1149b2 Description: Mobile Robot Programming Toolkit (MRPT) ros2bridge C++ library Package: ros-rolling-mrpt-libros-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libros-bridge Version: 3.5.3-1resolute.20260821.174147 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2810 Depends: ros-rolling-mrpt-libros-bridge (= 3.5.3-1resolute.20260821.174147) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libros-bridge/ros-rolling-mrpt-libros-bridge-dbgsym_3.5.3-1resolute.20260821.174147_amd64.deb Size: 2683408 SHA256: 103f54cb96bf4c70717dd403101dcdd7ffd531d3301925bde035efff2246fb97 SHA1: 7577ad4ee778bda55ff3487556b787de6dda56fd MD5sum: da54e9affd9cf2c79133cfb79c1788d8 Description: debug symbols for ros-rolling-mrpt-libros-bridge Build-Ids: c02de028745f854c879c84d4a366a88faf7ca630 Package: ros-rolling-mrpt-libslam Version: 2.15.21-1resolute.20260813.220940 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3289 Depends: libc6 (>= 2.29), libgcc-s1 (>= 4.0), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-video410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 5.2), libtbb12 (>= 2021.4.0), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, libtbb-dev, ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libslam/ros-rolling-mrpt-libslam_2.15.21-1resolute.20260813.220940_amd64.deb Size: 1023986 SHA256: 84e90ee8ce6c27aebdba3a7ecd348b91ba2b5c3a231aab59edbf40d437b69c63 SHA1: 1624f7603f10f8fbcee8e124ea04802ff607c835 MD5sum: 4ca6773fdbf7023c99650c06a34d15cf Description: Mobile Robot Programming Toolkit (MRPT) libraries (slam/vision C++ libraries). This package contains: mrpt-slam, mrpt-vision Package: ros-rolling-mrpt-libslam-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-libslam Version: 2.15.21-1resolute.20260813.220940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 43394 Depends: ros-rolling-mrpt-libslam (= 2.15.21-1resolute.20260813.220940) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libslam/ros-rolling-mrpt-libslam-dbgsym_2.15.21-1resolute.20260813.220940_amd64.deb Size: 42928536 SHA256: a3e10745b33893b141469e53ecffc67b5da008a656a84db915d6350a4063d993 SHA1: bf580a0e03088b1f1cb11ac79bbdd7d367b34c5e MD5sum: 638919f2153ad06310beda74f5087174 Description: debug symbols for ros-rolling-mrpt-libslam Build-Ids: 8a13fe688536ac1795d148a504eb578089e4bcd5 a941c65562305fd9e6660c997a1e47d9bb0a5750 Package: ros-rolling-mrpt-libtclap Version: 2.15.21-1resolute.20260813.195026 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 182 Depends: ros-rolling-ros-workspace Homepage: https://www.mrpt.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-libtclap/ros-rolling-mrpt-libtclap_2.15.21-1resolute.20260813.195026_amd64.deb Size: 24834 SHA256: 5875e0a5b12e97016ee72042d07f719bc931fa1c694c9bb0d5b843746fdcad98 SHA1: afb9eacb190a39794875d504258b7389a6b1eb50 MD5sum: be9f777560b2d2b4a7fa5c2e054071d4 Description: Mobile Robot Programming Toolkit (MRPT) libraries (tclap C++ library). This package contains: mrpt-tclap Package: ros-rolling-mrpt-map-server Version: 2.5.0-1resolute.20260826.123149 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 615 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mp2p-icp-core, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mp2p-icp (>= 1.6.2), ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-nav-interfaces, ros-rolling-rclcpp-components, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_map_server Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-map-server/ros-rolling-mrpt-map-server_2.5.0-1resolute.20260826.123149_amd64.deb Size: 155364 SHA256: ad10cd0491e497ff07c13c75d1c785260babad004e2fc73201537269bfea300d SHA1: a1807198eee98837d0407aa23efd9f4bb674f24b MD5sum: 042b687f1e2178cbc9ccd57dfa2e8845 Description: This package provides a ROS 2 node that publishes a static map for other nodes to use it. Unlike classic ROS 1 ``map_server``, this node can publish a range of different metric maps, not only occupancy grids. Package: ros-rolling-mrpt-map-server-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-map-server Version: 2.5.0-1resolute.20260826.123149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 3695 Depends: ros-rolling-mrpt-map-server (= 2.5.0-1resolute.20260826.123149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-map-server/ros-rolling-mrpt-map-server-dbgsym_2.5.0-1resolute.20260826.123149_amd64.deb Size: 3345674 SHA256: 2ca80c4e99f6c484f9876238d50d1343cca53874e3860d3d457be616f8a86644 SHA1: b9dd5513a9560d6ec40c3a77423f0f688bd48da7 MD5sum: 1301985cc7776bf161e63d0d7c8a7e6a Description: debug symbols for ros-rolling-mrpt-map-server Build-Ids: 9d22236a3e980cc716ede0047fbf9192585bf8e0 Package: ros-rolling-mrpt-maps Version: 3.1.3-1resolute.20260813.224956 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2805 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.4), liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-mrpt-bayes, ros-rolling-mrpt-config, ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-graphs, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-math, ros-rolling-mrpt-obs, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-tfest, ros-rolling-mrpt-viz, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-maps/ros-rolling-mrpt-maps_3.1.3-1resolute.20260813.224956_amd64.deb Size: 831210 SHA256: 2631fe556a821fb8acd8072ae51884576341081ad97d2e73033c86d6b7e0f2b3 SHA1: 507492c472a8e1f291edbc69e8295e4329975411 MD5sum: ed5b58c135073a4ec57eed2080ce0f3d Description: The MRPT C++ library mrpt_maps Package: ros-rolling-mrpt-maps-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-maps Version: 3.1.3-1resolute.20260813.224956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 15433 Depends: ros-rolling-mrpt-maps (= 3.1.3-1resolute.20260813.224956) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-maps/ros-rolling-mrpt-maps-dbgsym_3.1.3-1resolute.20260813.224956_amd64.deb Size: 14593850 SHA256: f4a42bbda5fb64b45a9befe956849f51ef4c40ecb546cec9f9e86e200e81d1b6 SHA1: cd345d1d90468cb73e9c2ac9b05defd34837a950 MD5sum: 124259c765400eec90dc652b4ba4250c Description: debug symbols for ros-rolling-mrpt-maps Build-Ids: 2a2bdf4ea56fe210f589251d19a7cfdb81816546 88b88b31beff238de1c4f99e8413f0c36c91d4c6 Package: ros-rolling-mrpt-math Version: 3.1.3-1resolute.20260813.220544 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 5064 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 14), ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-nanoflann-vendor, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-math/ros-rolling-mrpt-math_3.1.3-1resolute.20260813.220544_amd64.deb Size: 1381406 SHA256: 71fe79e4180438ed83e8f44828e1a9e296955b718c1877a26ad7c6d60b41ef97 SHA1: a77e59b6ad551b7dc06b9970f2bdd9025acbe966 MD5sum: 9dc373fb06ee2e52ace3449a008cf004 Description: The MRPT C++ library mrpt_math Package: ros-rolling-mrpt-math-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-math Version: 3.1.3-1resolute.20260813.220544 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 93299 Depends: ros-rolling-mrpt-math (= 3.1.3-1resolute.20260813.220544) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-math/ros-rolling-mrpt-math-dbgsym_3.1.3-1resolute.20260813.220544_amd64.deb Size: 92699842 SHA256: c21e597473394aec48ce73652a66153f8477673a63f6baab18f4ef3178340b29 SHA1: 33e18ab07ace4ae248221699fb080fdfe74894ba MD5sum: 365dd278c969283f505204f2f21c1c03 Description: debug symbols for ros-rolling-mrpt-math Build-Ids: f1db6095239202edc478b986d56fb88ac471fade f2b46044f76f48a105256a9a1520d3355d8a312e Package: ros-rolling-mrpt-msgs Version: 0.6.0-2resolute.20260811.204648 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3733 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/mrpt_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs/ros-rolling-mrpt-msgs_0.6.0-2resolute.20260811.204648_amd64.deb Size: 301910 SHA256: 5b8f4e11ce0b230c8134b50da421802723aff778adbd8607abe67dbc171c3390 SHA1: 129dbd60d4cceac268325def6e88fcc84be95feb MD5sum: fba7ad411b98ef7ecf0543480f502e25 Description: ROS messages for MRPT classes and objects Package: ros-rolling-mrpt-msgs-bridge Version: 2.5.0-1resolute.20260824.143313 Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 209 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-geometry-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs-bridge/ros-rolling-mrpt-msgs-bridge_2.5.0-1resolute.20260824.143313_amd64.deb Size: 32732 SHA256: d88f45ca02dbc0b3994787c26496fd7751d7f2b02deddd3ce0556b5e0c9bf29d SHA1: d45e7c088eb38055bd0879a8d308fc2c086e0507 MD5sum: f6224ef53982fecf69af53e734d1561e Description: C++ library to convert between custom mrpt_msgs messages and native MRPT classes Package: ros-rolling-mrpt-msgs-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-msgs-bridge Version: 2.5.0-1resolute.20260824.143313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "José Luis Blanco-Claraco" Installed-Size: 595 Depends: ros-rolling-mrpt-msgs-bridge (= 2.5.0-1resolute.20260824.143313) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs-bridge/ros-rolling-mrpt-msgs-bridge-dbgsym_2.5.0-1resolute.20260824.143313_amd64.deb Size: 559802 SHA256: 0f2b4144a0aa73eb384f04117746b6808487c71f4d04bdc8e85f35bdb29d20d6 SHA1: 88f6b5e330f9ddf265a66be1038f90184623f2c7 MD5sum: ea78ff158154f65709acac4ac3d68e23 Description: debug symbols for ros-rolling-mrpt-msgs-bridge Build-Ids: 152b2be00a124e0080778c5e82e22ad5c2c2dcb8 Package: ros-rolling-mrpt-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-msgs Version: 0.6.0-2resolute.20260811.204648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 3655 Depends: ros-rolling-mrpt-msgs (= 0.6.0-2resolute.20260811.204648) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-msgs/ros-rolling-mrpt-msgs-dbgsym_0.6.0-2resolute.20260811.204648_amd64.deb Size: 2914804 SHA256: bac04da325867c7ad8b81cdc7d2867cd99a9d5ceab3e88a5a9de00114b7811d7 SHA1: 04c60d35a84b2146534862a4ae1359114cd14d8e MD5sum: 7e6535492ff35e5d0d2829129bc0a38d Description: debug symbols for ros-rolling-mrpt-msgs Build-Ids: 122c82d16a31f7b7fcc3cd181fa63513adb81843 27404827c6090afba5b58319bf3b3b615db5c76f 40f8f540233ae8ce1f129d7bbf77c52a266adf9e 9f45c8a80a290f8ef4b0291b07a9640c7180d944 aab22fcdd5db3c646d9fa6d43915b91294b340cc bac4797d261afe7e23c1a6892cb797acada5e7ce c9f51f8bf742d63191a4dcfb5f8b7550b351d109 cb8db2eaae87e0ea96fda6557eda42e33ce2d46b cbea50b9115245bf65d9b74ec42c12e20e3cc4b4 cfdfcbf7406ecbbca3f1412faacaed22956b4644 d437e30b87f4638efb6ea8e2efe5521696e47b11 Package: ros-rolling-mrpt-nav Version: 3.1.3-1resolute.20260814.062100 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1207 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-config, ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-expr, ros-rolling-mrpt-io, ros-rolling-mrpt-kinematics, ros-rolling-mrpt-maps, ros-rolling-mrpt-math, ros-rolling-mrpt-obs, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-viz, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-nav/ros-rolling-mrpt-nav_3.1.3-1resolute.20260814.062100_amd64.deb Size: 369744 SHA256: cdd0c3f7e8b8abcccfaf81bd6a553bab822c0f36cef3b76c8626963887afd36a SHA1: 643b8e6e5a071ec274bfcf0a8871c9d3d5905652 MD5sum: fd79d9f09bc5d387e97253b1ec939a3b Description: The MRPT C++ library mrpt_nav Package: ros-rolling-mrpt-nav-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-nav Version: 3.1.3-1resolute.20260814.062100 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 7181 Depends: ros-rolling-mrpt-nav (= 3.1.3-1resolute.20260814.062100) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-nav/ros-rolling-mrpt-nav-dbgsym_3.1.3-1resolute.20260814.062100_amd64.deb Size: 6859818 SHA256: 3e0fb076cf854894ae8cb8fae6dca47dce3d2f12650336e1a97a3f2b5cc8d2b1 SHA1: d8663c5eeadd72dc6c2f563e5ef229eb4640c434 MD5sum: 7b2a7d9814ac250dba25bb9bf687500e Description: debug symbols for ros-rolling-mrpt-nav Build-Ids: 4798db3d8bf7ab722da18cde6e62d0eca6bf3188 Package: ros-rolling-mrpt-nav-interfaces Version: 2.5.0-1resolute.20260811.205448 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 5931 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-geometry-msgs, ros-rolling-mrpt-msgs, ros-rolling-nav-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-nav-interfaces/ros-rolling-mrpt-nav-interfaces_2.5.0-1resolute.20260811.205448_amd64.deb Size: 384050 SHA256: 2904e12a98667c22920e14ceac18a160bc4b0f502482978578f7728500325ac3 SHA1: 95dece8f28d44b4f4082d6faa957a9a55e622232 MD5sum: 79d985def8b29dd15cc982c960bcd0a2 Description: Message, services, and actions, for other mrpt navigation packages. Package: ros-rolling-mrpt-nav-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-nav-interfaces Version: 2.5.0-1resolute.20260811.205448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 4293 Depends: ros-rolling-mrpt-nav-interfaces (= 2.5.0-1resolute.20260811.205448) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-nav-interfaces/ros-rolling-mrpt-nav-interfaces-dbgsym_2.5.0-1resolute.20260811.205448_amd64.deb Size: 3044510 SHA256: e2f17aaa320c4f98d92e74c1af5516568838d50ced14e5b2457aa96da7e95d3f SHA1: 444d972b0b5f3ed16bbc70090283136b06dbf13a MD5sum: 1d8086868e68251e7df07b7e926bc3b4 Description: debug symbols for ros-rolling-mrpt-nav-interfaces Build-Ids: 189645ca83b36b64bd34a9b3c08c59bc295c626d 237d3189be657c6b807cb98510b0e14e44855c27 454f59d6baa1ac98a46bf57f6e048039a7d09dca 5138af43e8cbe6f56194311843d72eda53e9ea8e 66cc441e24ba6ee31f140f3927bd57b3af4915c8 8331729bf972fb980dd407885e6507c9a9794669 84470f8b8261c2d334da0d97db5b2e93dd4bca31 9836f20248f7f416db50c3ae3033fc52b141eb99 ac8291385e77e23ec0572d85c347b84291bdb2cf cbcf5e424fedd3f0e4e9b2b996ba69ac29710c68 d69cadc2fa2f3553e4aab03b166d9caa9330c1ca Package: ros-rolling-mrpt-navigation Version: 2.5.0-1resolute.20260826.131430 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 45 Depends: ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mrpt-map-server, ros-rolling-mrpt-msgs-bridge, ros-rolling-mrpt-nav-interfaces, ros-rolling-mrpt-pf-localization, ros-rolling-mrpt-pointcloud-pipeline, ros-rolling-mrpt-reactivenav2d, ros-rolling-mrpt-tps-astar-planner, ros-rolling-mrpt-tutorials, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-navigation/ros-rolling-mrpt-navigation_2.5.0-1resolute.20260826.131430_amd64.deb Size: 6690 SHA256: 86c54a03ef8620c6c91f921d4286d673a08cae3eebede5dc67d9cd1fac56d95c SHA1: f19f86d58eefa2308e6065c88c3cf5518acce269 MD5sum: 84d82ea261e89df5f6c9acb612507485 Description: Tools related to the Mobile Robot Programming Toolkit (MRPT). Refer to https://wiki.ros.org/mrpt_navigation for further documentation. Package: ros-rolling-mrpt-obs Version: 3.1.3-1resolute.20260813.224346 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2407 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-mrpt-config, ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-math, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-tfest, ros-rolling-mrpt-viz, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-obs/ros-rolling-mrpt-obs_3.1.3-1resolute.20260813.224346_amd64.deb Size: 819302 SHA256: f4ef7da6944774e18d89c06b12a5ec2ca648ce7f0061cafa0948b10a9d66fb85 SHA1: cfeb15871047e06e41bbf100eb353f694df8801d MD5sum: 0315a07f3c4f36727a80f111826b3052 Description: The MRPT C++ library mrpt_obs Package: ros-rolling-mrpt-obs-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-obs Version: 3.1.3-1resolute.20260813.224346 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 11107 Depends: ros-rolling-mrpt-obs (= 3.1.3-1resolute.20260813.224346) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-obs/ros-rolling-mrpt-obs-dbgsym_3.1.3-1resolute.20260813.224346_amd64.deb Size: 10083328 SHA256: a702eb4f59c844b73d9d4ce6ed8bf67a879c684c3b3c8f2becfd610ec9fdf5ce SHA1: 837b891eb515a7ed0e24e0d6248d6ddf8c127d78 MD5sum: 09c4c6c9091993315650c594144870e5 Description: debug symbols for ros-rolling-mrpt-obs Build-Ids: 24f99b8b586907143352e16673ab27cb2d3744d7 6c2276c50147e9cdc5f084897b545b4c843c9ea2 Package: ros-rolling-mrpt-opengl Version: 3.1.3-1resolute.20260813.224343 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 886 Depends: libc6 (>= 2.43), libegl1, libgcc-s1 (>= 3.3.1), libopengl0, libstdc++6 (>= 14), ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-math, ros-rolling-mrpt-poses, ros-rolling-mrpt-viz, libgl1-mesa-dev, libglu1-mesa-dev, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-opengl/ros-rolling-mrpt-opengl_3.1.3-1resolute.20260813.224343_amd64.deb Size: 300298 SHA256: a9d44d52e3606aae1eeba4da6ace28b7fa41736968a6b5c10408285fba38ee12 SHA1: fe66d8d308d4bb6194fb254bec76270aa92dc6c1 MD5sum: 6a373cb09812bc9ac0ae53c86ed0a2bb Description: The MRPT C++ library mrpt_opengl Package: ros-rolling-mrpt-opengl-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-opengl Version: 3.1.3-1resolute.20260813.224343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 4644 Depends: ros-rolling-mrpt-opengl (= 3.1.3-1resolute.20260813.224343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-opengl/ros-rolling-mrpt-opengl-dbgsym_3.1.3-1resolute.20260813.224343_amd64.deb Size: 4475406 SHA256: f97785d12d26289d4ec3a61ba6b8a106e56492a616bfb4337a4203ca8022e182 SHA1: 94590ec7f97c0d2233fb7504b6369b2ea012f729 MD5sum: a5f52d08764d03a70d2d71b77fef7b1b Description: debug symbols for ros-rolling-mrpt-opengl Build-Ids: a40c5bed3dde31ee81775baa5464cf8d1211bca0 Package: ros-rolling-mrpt-path-planning Version: 1.0.1-1resolute.20260821.182248 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1447 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libnav, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mvsim, ros-rolling-mrpt-libtclap, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/mrpt_path_planning Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-path-planning/ros-rolling-mrpt-path-planning_1.0.1-1resolute.20260821.182248_amd64.deb Size: 454364 SHA256: e07d27a7dc917b3970bd3249685b9c2a51c4ebfef5959e71a06a3fa328efc199 SHA1: 7fee0bdff0782fb2c24647b94e8ba4494aa91cb3 MD5sum: 779d93e627283f6fc6c3061c8a83011e Description: Path planning and navigation algorithms for robots/vehicles moving on planar environments. This library builds upon mrpt-nav and the theory behind PTGs to generate libraries of "motion primitives" for vehicles with arbitrary shape and realistic kinematics and dynamics. Package: ros-rolling-mrpt-path-planning-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-path-planning Version: 1.0.1-1resolute.20260821.182248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10680 Depends: ros-rolling-mrpt-path-planning (= 1.0.1-1resolute.20260821.182248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-path-planning/ros-rolling-mrpt-path-planning-dbgsym_1.0.1-1resolute.20260821.182248_amd64.deb Size: 10271276 SHA256: a0fd2b144c13fa80e7f262c23efa32992fb4193b22059372e5795abe89ecd1fa SHA1: b3314741b3b309e15a03baaad477a892af156c7e MD5sum: ecde1d5ed84d43287080efaeb52b4d8e Description: debug symbols for ros-rolling-mrpt-path-planning Build-Ids: 1a23687ae569e1bcb06e9cf40d530ac104f59489 66b30379b7726ec6797da8bdc6cb2f8ce6f8fe48 f559a2cdd1899b7edefc5c66a2eca79719eb6aac Package: ros-rolling-mrpt-pf-localization Version: 2.5.0-1resolute.20260826.123937 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 4226 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mola-pose-list, ros-rolling-mola-relocalization, ros-rolling-mp2p-icp-core, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mrpt-libslam, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mp2p-icp, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-msgs-bridge, ros-rolling-nav-msgs, ros-rolling-pose-cov-ops, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation/tree/ros2/mrpt_pf_localization Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pf-localization/ros-rolling-mrpt-pf-localization_2.5.0-1resolute.20260826.123937_amd64.deb Size: 604326 SHA256: 1f6171a1feb8e8f5a411171f26a2cc5478ea805fa1bb27f0c06d33b44d15547f SHA1: 04a453ed0637fd3a75e2f7ed0c54b507bc309324 MD5sum: 6ab653667de07ce7fe895b2f5b776ae3 Description: Package for robot 2D self-localization using dynamic or static (MRPT or ROS) maps. The interface is similar to amcl (https://wiki.ros.org/amcl) but supports different particle-filter algorithms, several grid maps at different heights, range-only localization, etc. Package: ros-rolling-mrpt-pf-localization-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-pf-localization Version: 2.5.0-1resolute.20260826.123937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 21458 Depends: ros-rolling-mrpt-pf-localization (= 2.5.0-1resolute.20260826.123937) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pf-localization/ros-rolling-mrpt-pf-localization-dbgsym_2.5.0-1resolute.20260826.123937_amd64.deb Size: 17525108 SHA256: bc441f44eb855e5339dc86b667162e924c55c421963152eaab5c2f8ce0ad3a1b SHA1: e480da7f627eef664fa32dd514601318afb24544 MD5sum: bfbf143697ceef93a6a55166e9cebf5d Description: debug symbols for ros-rolling-mrpt-pf-localization Build-Ids: 376c05086f353c60a0e33ab3a2b89d1739bdbfac 9058bc4b0d5ba7cf033be0d7d5ee2351cfd14199 efaeaf39f5434b7f3f5ee930aa02df84b6873f7c faa80c679febaf613b63045d417769cdc98a7b15 Package: ros-rolling-mrpt-pointcloud-pipeline Version: 2.5.0-1resolute.20260826.123207 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1780 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mp2p-icp-core, ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mp2p-icp, ros-rolling-mrpt-libros-bridge, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pointcloud-pipeline/ros-rolling-mrpt-pointcloud-pipeline_2.5.0-1resolute.20260826.123207_amd64.deb Size: 292190 SHA256: 859a23f9ff366fbc2ee731491793add645a9dd4a33dcaae92700350e5d257b39 SHA1: bead0ed9d4298da9d39769e5d4f8f2b063f71cb4 MD5sum: 4d1eb0c243f15e22594219f67d77b34e Description: Maintains a local obstacle map from recent sensor readings, including optional point cloud pipeline filtering or processing. Package: ros-rolling-mrpt-pointcloud-pipeline-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-pointcloud-pipeline Version: 2.5.0-1resolute.20260826.123207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10169 Depends: ros-rolling-mrpt-pointcloud-pipeline (= 2.5.0-1resolute.20260826.123207) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-pointcloud-pipeline/ros-rolling-mrpt-pointcloud-pipeline-dbgsym_2.5.0-1resolute.20260826.123207_amd64.deb Size: 8622730 SHA256: 203cef30004d06b3943a83e43cf60d1e856c3b6aaf07caa9265a4e286b8e651c SHA1: 71c1c95dcde8c438cece9c0e897014537c30619b MD5sum: fbbeff8e0d4f7896835e7e2eaa923aea Description: debug symbols for ros-rolling-mrpt-pointcloud-pipeline Build-Ids: 8e02c57853ebd257e6c3f83db0101460f0d16e97 b5247962eb9e5606c14ffa372b11e890b42d50a0 b8619116ccab5ed0a2cc791b5f2d0713fafa1bf7 Package: ros-rolling-mrpt-poses Version: 3.1.3-1resolute.20260813.222748 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2012 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-bayes, ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-math, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-poses/ros-rolling-mrpt-poses_3.1.3-1resolute.20260813.222748_amd64.deb Size: 558636 SHA256: 4484a13cb9fb2820d9b069bb7aff962e6004dab821cbccca7f4c09a966aa4d7f SHA1: ffae50dde3022d6f1aed39d755d28924cb810917 MD5sum: e05f93dd084c8946deb25506d59ec1e1 Description: The MRPT C++ library mrpt_poses Package: ros-rolling-mrpt-poses-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-poses Version: 3.1.3-1resolute.20260813.222748 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 19258 Depends: ros-rolling-mrpt-poses (= 3.1.3-1resolute.20260813.222748) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-poses/ros-rolling-mrpt-poses-dbgsym_3.1.3-1resolute.20260813.222748_amd64.deb Size: 18648676 SHA256: 99ea62a08bd36818c3e0ec331ea987ac2601c349275ad3f3960bb7bb5f467834 SHA1: 86ccf1406b78b51e7e217fbd2811da518ff4c511 MD5sum: 76e3c20f7d546a410ae6f9e08456bd69 Description: debug symbols for ros-rolling-mrpt-poses Build-Ids: 1d6d35c3bcfe952a1c65defec0b04f39c633339f f20c69e68e4e50c2e230dcfb77db66e791e280ea Package: ros-rolling-mrpt-random Version: 3.1.3-1resolute.20260813.214250 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 293 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-random/ros-rolling-mrpt-random_3.1.3-1resolute.20260813.214250_amd64.deb Size: 101676 SHA256: 0d87e7ccf67c083d630a5f8974d9fa71eccde17702d19e9aaec041180de2114a SHA1: 90204632a0e7e3649a4aaccb011b9e1876a8095a MD5sum: c51152c62577e3377604fb014a034c3e Description: The MRPT C++ library mrpt_random Package: ros-rolling-mrpt-random-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-random Version: 3.1.3-1resolute.20260813.214250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1184 Depends: ros-rolling-mrpt-random (= 3.1.3-1resolute.20260813.214250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-random/ros-rolling-mrpt-random-dbgsym_3.1.3-1resolute.20260813.214250_amd64.deb Size: 1094640 SHA256: aaced660c4d302a5afab99004129811f29737923c6b7dd5ba51aeffae85cd7e8 SHA1: df2546bb9fae99d7a6a563084569d05e42045c89 MD5sum: b300bbf7b4e2e3db303ef109f45f09ef Description: debug symbols for ros-rolling-mrpt-random Build-Ids: 48f4b1e8f5d4c735ea2525042f2befc27af080c3 aed76c9932e5ea23102ae075a3aa301ad48cb982 Package: ros-rolling-mrpt-reactivenav2d Version: 2.5.0-1resolute.20260824.143327 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2121 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libnav, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-geometry-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-nav-interfaces, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-reactivenav2d/ros-rolling-mrpt-reactivenav2d_2.5.0-1resolute.20260824.143327_amd64.deb Size: 341358 SHA256: 54262b16853e460d0becff8e585f6c1dabebbdf4299694e2ba5cbc977fe3db27 SHA1: ddbc3e633299f1d7270b61926bbe9f2b0d7b847b MD5sum: 2ef4265fd8236d17da0ecf0c2f753982 Description: Reactive navigation for wheeled robots using MRPT navigation algorithms (TP-Space) Package: ros-rolling-mrpt-reactivenav2d-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-reactivenav2d Version: 2.5.0-1resolute.20260824.143327 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 9979 Depends: ros-rolling-mrpt-reactivenav2d (= 2.5.0-1resolute.20260824.143327) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-reactivenav2d/ros-rolling-mrpt-reactivenav2d-dbgsym_2.5.0-1resolute.20260824.143327_amd64.deb Size: 7949080 SHA256: 6087e238cca55db7ee67060f14a84f4a7f8b8b48fb2f0cae18f4561055116dec SHA1: 7f7a047b20d38c612feb546733e479293b83a2fd MD5sum: d553b5b681ea35a800b369a8d02ba65d Description: debug symbols for ros-rolling-mrpt-reactivenav2d Build-Ids: 735cabd22faa9387ff6506c2279124f337315bb3 Package: ros-rolling-mrpt-rtti Version: 3.1.3-1resolute.20260813.215257 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 310 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-core, ros-rolling-mrpt-common, ros-rolling-mrpt-typemeta, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-rtti/ros-rolling-mrpt-rtti_3.1.3-1resolute.20260813.215257_amd64.deb Size: 106676 SHA256: cc9cdcc766f1b012758f35569db93c79b03afea56111228d68fcdc5dcdc04f12 SHA1: 26f0dee3682ca94c0099a36809ca2ad138f03572 MD5sum: bf6bf85a9e4c7522097c14ec95c325f2 Description: The MRPT C++ library mrpt_rtti Package: ros-rolling-mrpt-rtti-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-rtti Version: 3.1.3-1resolute.20260813.215257 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1339 Depends: ros-rolling-mrpt-rtti (= 3.1.3-1resolute.20260813.215257) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-rtti/ros-rolling-mrpt-rtti-dbgsym_3.1.3-1resolute.20260813.215257_amd64.deb Size: 1242444 SHA256: aa6a6725c063a815957872e3a7149c0b457d4fb36cc8c80e0412e1b2164211ec SHA1: 9b32c45a6c84672bc0087ad77b1d4d5977bdddbc MD5sum: 45df94762c0f49339807f6c14253e8d5 Description: debug symbols for ros-rolling-mrpt-rtti Build-Ids: 44865b5a0cc04e4971874d489caf2991e73ee1f8 dff6ab521eeae1d0eb960bafc7b1dd76c0574444 Package: ros-rolling-mrpt-serialization Version: 3.1.3-1resolute.20260813.215643 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 409 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-core, ros-rolling-mrpt-rtti, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-serialization/ros-rolling-mrpt-serialization_3.1.3-1resolute.20260813.215643_amd64.deb Size: 125364 SHA256: fec8767c53cbfc869553e3d5aa42d3fc0a0da42967a70a8b16d2dae32562e43e SHA1: c8f2fff203d469d2630535edc04872b01ec82d04 MD5sum: 946b3ab3c20139968f76564a14b4e8bf Description: The MRPT C++ library mrpt_serialization Package: ros-rolling-mrpt-serialization-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-serialization Version: 3.1.3-1resolute.20260813.215643 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1507 Depends: ros-rolling-mrpt-serialization (= 3.1.3-1resolute.20260813.215643) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-serialization/ros-rolling-mrpt-serialization-dbgsym_3.1.3-1resolute.20260813.215643_amd64.deb Size: 1391726 SHA256: a450e41d782803997273e4dccc135437350efb8edabc88315de5ceeecc9c1c04 SHA1: e9d45507489cddc489d6f5d8c3d35d4123d59b02 MD5sum: 48d48d61ce6ccd5f0e7bd8002c42a627 Description: debug symbols for ros-rolling-mrpt-serialization Build-Ids: 851a484ea3b727d5be1c7395f150037455d840ed cd7291ead054450b6da83671bc3513010f1cbeb1 Package: ros-rolling-mrpt-slam Version: 3.1.3-1resolute.20260813.225809 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1854 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-bayes, ros-rolling-mrpt-config, ros-rolling-mrpt-core, ros-rolling-mrpt-graphs, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-maps, ros-rolling-mrpt-math, ros-rolling-mrpt-obs, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-tfest, ros-rolling-mrpt-topography, ros-rolling-mrpt-viz, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-slam/ros-rolling-mrpt-slam_3.1.3-1resolute.20260813.225809_amd64.deb Size: 589246 SHA256: 7318d14ee9352bf78940a8f9ee2ec3678d62b19acccf3b3d89f8da383d5916de SHA1: b0c6c57ab609725390230708dfeedaa2abeb32f4 MD5sum: a411c3da5a253f5f4d29c84fdc3a5d01 Description: The MRPT C++ library mrpt_slam Package: ros-rolling-mrpt-slam-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-slam Version: 3.1.3-1resolute.20260813.225809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 10369 Depends: ros-rolling-mrpt-slam (= 3.1.3-1resolute.20260813.225809) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-slam/ros-rolling-mrpt-slam-dbgsym_3.1.3-1resolute.20260813.225809_amd64.deb Size: 9807074 SHA256: 3d9ff601eeb4c0fbf6ffd1e99122bd6c1dcaacae461fa6a05983d332d31bfbdd SHA1: 25160d9f2414364aaf8e4826591e4b16671ce0cc MD5sum: 385d6bdf3b99bb0bba4c84ada92e9454 Description: debug symbols for ros-rolling-mrpt-slam Build-Ids: a672082c7a1710a1ae947b108ae1d754cdd61923 fab9465a953c1475c6fc7838b8a3c9c84a87270f Package: ros-rolling-mrpt-system Version: 3.1.3-1resolute.20260813.220024 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 754 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-system/ros-rolling-mrpt-system_3.1.3-1resolute.20260813.220024_amd64.deb Size: 245548 SHA256: 9e678c118b96eb2c969d1531bb282c03339c4ca5fb5c3c60a4a002ab8f2717b1 SHA1: 3c2bc13a01b417e1e7acffb9f07405bc708f4d94 MD5sum: 7d4f42d570023b092ac5a9500a204d15 Description: The MRPT C++ library mrpt_system Package: ros-rolling-mrpt-system-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-system Version: 3.1.3-1resolute.20260813.220024 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 3150 Depends: ros-rolling-mrpt-system (= 3.1.3-1resolute.20260813.220024) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-system/ros-rolling-mrpt-system-dbgsym_3.1.3-1resolute.20260813.220024_amd64.deb Size: 2881708 SHA256: 87f8126b0146e8ae5b5f538ba69db56ceca3dd5b61391e0882636af38b79c345 SHA1: 2e8dd09a9763286058e483970fc28adb0a3bfdc6 MD5sum: 22289fe5b23856b2865330a0c9569ef8 Description: debug symbols for ros-rolling-mrpt-system Build-Ids: b34a7000c1ddac2be689b49cfdd65bdbfc06bdaf e0d1e137219c15eb86bf130e6c87619cf1b780df Package: ros-rolling-mrpt-tfest Version: 3.1.3-1resolute.20260813.223538 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 454 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-core, ros-rolling-mrpt-math, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tfest/ros-rolling-mrpt-tfest_3.1.3-1resolute.20260813.223538_amd64.deb Size: 148998 SHA256: e8e71d3de42329021542c5695ebbb309592c47ea2efc36853f181302fc3771c9 SHA1: de3558754d864ac32189277a90195880b757f38d MD5sum: 19d0b23959ac0b70096ddef5ee5694da Description: The MRPT C++ library mrpt_tfest Package: ros-rolling-mrpt-tfest-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-tfest Version: 3.1.3-1resolute.20260813.223538 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2409 Depends: ros-rolling-mrpt-tfest (= 3.1.3-1resolute.20260813.223538) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tfest/ros-rolling-mrpt-tfest-dbgsym_3.1.3-1resolute.20260813.223538_amd64.deb Size: 2219740 SHA256: a68da25a42c09ef34673db076eabe5e6d4c1f78e8999189648fd98783ffab810 SHA1: d5c8354389fa5502a6977ba52d5e2130e96a7326 MD5sum: 38471c46222b3255312d4e73c428b938 Description: debug symbols for ros-rolling-mrpt-tfest Build-Ids: 978261a3cde0b4875a57254b187fdb50ad586d7f b2baf796721d92c96333a6ca9597b636fed583e1 Package: ros-rolling-mrpt-topography Version: 3.1.3-1resolute.20260813.222443 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 334 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-core, ros-rolling-mrpt-math, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-topography/ros-rolling-mrpt-topography_3.1.3-1resolute.20260813.222443_amd64.deb Size: 113986 SHA256: c6c6e4c97e16ab21dbc263787279a31681338549baae90f003cb54d5bd3cccb8 SHA1: f4903512fa702eac5113bdc84566dbf331e4ca75 MD5sum: 7be8a9e324407f4b52ccf009b61c1194 Description: The MRPT C++ library mrpt_topography Package: ros-rolling-mrpt-topography-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-topography Version: 3.1.3-1resolute.20260813.222443 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1353 Depends: ros-rolling-mrpt-topography (= 3.1.3-1resolute.20260813.222443) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-topography/ros-rolling-mrpt-topography-dbgsym_3.1.3-1resolute.20260813.222443_amd64.deb Size: 1238668 SHA256: 135067cce867eec7fd911e16f4f18d780d51aa599d4aeaf4683d220c290904de SHA1: 2f4302dffc7563ef9fa736a9a108b89c236e92a6 MD5sum: 061440fca9c8efd96d911b05fe935542 Description: debug symbols for ros-rolling-mrpt-topography Build-Ids: 7ca118517bd798e410355df50e789a58e6844fdd b84a54d52a894d8e85c3056d0e5e3bd663c9696d Package: ros-rolling-mrpt-tps-astar-planner Version: 2.5.0-1resolute.20260821.183957 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1282 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, ros-rolling-mrpt-path-planning, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libnav, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-mrpt-nav-interfaces, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tps-astar-planner/ros-rolling-mrpt-tps-astar-planner_2.5.0-1resolute.20260821.183957_amd64.deb Size: 245938 SHA256: bb536ee1eb342a140ea06f916a5b17f56da9e15f0b908e5694956807f34b9ad8 SHA1: 0969a61c950bb252d9d74a557137e44d84b3b2ae MD5sum: 6f153baf7c3ce084b135a96b9a8baea4 Description: ROS Path Planner with A* in TP-Space Engine Package: ros-rolling-mrpt-tps-astar-planner-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-tps-astar-planner Version: 2.5.0-1resolute.20260821.183957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 6373 Depends: ros-rolling-mrpt-tps-astar-planner (= 2.5.0-1resolute.20260821.183957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tps-astar-planner/ros-rolling-mrpt-tps-astar-planner-dbgsym_2.5.0-1resolute.20260821.183957_amd64.deb Size: 5284222 SHA256: 2b0dea98eaa21e8535fb90a1f1643c86a9eef2f994eec8bc1ff46f0ec1f75628 SHA1: 41956e4352902748be8c588ac846a02487ed77ed MD5sum: 2c239e4fee9e2b7625f6a4834264dee2 Description: debug symbols for ros-rolling-mrpt-tps-astar-planner Build-Ids: df1b3042200761a73df8c90d014a6a3f69b559b7 Package: ros-rolling-mrpt-tutorials Version: 2.5.0-1resolute.20260821.182207 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 7057 Depends: ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-mvsim, ros-rolling-teleop-twist-keyboard, ros-rolling-ros-workspace Homepage: https://github.com/mrpt-ros-pkg/mrpt_navigation Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-tutorials/ros-rolling-mrpt-tutorials_2.5.0-1resolute.20260821.182207_amd64.deb Size: 5998352 SHA256: 6791adc8f225645fd4f84c6fe2eb6995b9870e6190cdbcd282264a5e447118bb SHA1: f8a65d0f4e93148fff3cff10f98f4fd54ee1e091 MD5sum: 3e7ee0e195e0ccbba1a72bbd13a75565 Description: Example files used as tutorials for MRPT ROS packages Package: ros-rolling-mrpt-typemeta Version: 3.1.3-1resolute.20260813.214743 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 54 Depends: ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-typemeta/ros-rolling-mrpt-typemeta_3.1.3-1resolute.20260813.214743_amd64.deb Size: 10044 SHA256: fab250c78fd82444f495791aab66b171d0b8a771ab4df075c4b4cd98c88c147a SHA1: 70f2cf49e642c8e5444216d202df1be4f24975cf MD5sum: 916b2602ea9cd0bccb36c6ea0248fb53 Description: The MRPT C++ library mrpt_typemeta Package: ros-rolling-mrpt-viz Version: 3.1.3-1resolute.20260813.223553 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2457 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-containers, ros-rolling-mrpt-core, ros-rolling-mrpt-img, ros-rolling-mrpt-io, ros-rolling-mrpt-math, ros-rolling-mrpt-poses, ros-rolling-mrpt-random, ros-rolling-mrpt-rtti, ros-rolling-mrpt-serialization, ros-rolling-mrpt-system, ros-rolling-mrpt-common, ros-rolling-ros-workspace Homepage: https://github.com/MRPT/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-viz/ros-rolling-mrpt-viz_3.1.3-1resolute.20260813.223553_amd64.deb Size: 696156 SHA256: 104d2e0da0480ee0e797875618b81dff1c1c4210ba9a0cc4c10db43eea4fa583 SHA1: e46ec69b8f125153c46716cc8f96e4022d1445d2 MD5sum: 44eb5593ae9a7acad4436a1a1762deef Description: The MRPT C++ library mrpt_viz Package: ros-rolling-mrpt-viz-dbgsym Package-Type: ddeb Source: ros-rolling-mrpt-viz Version: 3.1.3-1resolute.20260813.223553 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13429 Depends: ros-rolling-mrpt-viz (= 3.1.3-1resolute.20260813.223553) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mrpt-viz/ros-rolling-mrpt-viz-dbgsym_3.1.3-1resolute.20260813.223553_amd64.deb Size: 12462730 SHA256: 84293755c303c16b751a78cbddd422ba450fac23dbda4f40f9d51e4093d94cc6 SHA1: 5f20b6bf8f5f1e5124dd81f6a9cfa9e66dc96053 MD5sum: c562bd52e6ba7cd103c7439db9c57a58 Description: debug symbols for ros-rolling-mrpt-viz Build-Ids: 5ced52aba86305d16d46eacfaa35b07771f9af0e a5bf27b1205ba73a26371552aa7a4f46edecfe75 Package: ros-rolling-mujoco-3d-lidar Version: 0.1.1-1resolute.20260826.115247 Architecture: amd64 Maintainer: "Jodi Graf" Installed-Size: 154 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 12), ros-rolling-mujoco-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mujoco_3d_lidar/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-3d-lidar/ros-rolling-mujoco-3d-lidar_0.1.1-1resolute.20260826.115247_amd64.deb Size: 24986 SHA256: 60e5b6817a2525bba8d2f105cce8bc76037388e2c8fa63840a6dbd95ce9ff451 SHA1: 6879ddbfc9692052dfe6681499bdb82a983781f8 MD5sum: 63ddb3cb23207636045b5e58cb879e70 Description: Plugin for mujoco to use raycasters to simulate lidar Package: ros-rolling-mujoco-3d-lidar-dbgsym Package-Type: ddeb Source: ros-rolling-mujoco-3d-lidar Version: 0.1.1-1resolute.20260826.115247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jodi Graf" Installed-Size: 202 Depends: ros-rolling-mujoco-3d-lidar (= 0.1.1-1resolute.20260826.115247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-3d-lidar/ros-rolling-mujoco-3d-lidar-dbgsym_0.1.1-1resolute.20260826.115247_amd64.deb Size: 176368 SHA256: 946b8bab158531ab5966ab903824f0d4b8209135c054e225a6bfcd161a78d8f6 SHA1: 22daf76355a31e02cbd2765132a91f4ac6512150 MD5sum: 7cf595d68044f37d0b5012e974262ab5 Description: debug symbols for ros-rolling-mujoco-3d-lidar Build-Ids: cb4262f97afc65a3dee218700dc7c03530a1c32f Package: ros-rolling-mujoco-ros2-control Version: 0.1.1-1resolute.20260826.131348 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 2247 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-mujoco-vendor, libeigen3-dev, libfmt-dev, libglfw3-dev, python3-minimal, python3-numpy, python3-pip, python3-pykdl, python3-venv, ros-rolling-ament-index-cpp, ros-rolling-ament-index-python, ros-rolling-backward-ros, ros-rolling-control-toolbox, ros-rolling-controller-manager, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-mujoco-ros2-control-msgs, ros-rolling-mujoco-ros2-control-plugins, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-ros2pkg, ros-rolling-rosgraph-msgs, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tinyxml2-vendor, ros-rolling-transmission-interface, ros-rolling-urdfdom-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control/ros-rolling-mujoco-ros2-control_0.1.1-1resolute.20260826.131348_amd64.deb Size: 586516 SHA256: 73b3cfc948c1933c2b24ab505b298408c8703310d02276111f56b0ddd55dbf0a SHA1: a1cd6349e6714494712f9f2912b38ae78f520f81 MD5sum: 1d130bcbe23ecfd739d9965cc3596626 Description: ros2_control wrapper for the MuJoCo Simulate application Package: ros-rolling-mujoco-ros2-control-dbgsym Package-Type: ddeb Source: ros-rolling-mujoco-ros2-control Version: 0.1.1-1resolute.20260826.131348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 7844 Depends: ros-rolling-mujoco-ros2-control (= 0.1.1-1resolute.20260826.131348) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control/ros-rolling-mujoco-ros2-control-dbgsym_0.1.1-1resolute.20260826.131348_amd64.deb Size: 6972174 SHA256: e8cda59ecd327b662d339cac6d89be3061120688b43933d2bce80ee5d3a73014 SHA1: 0995b2cedcb2d1642575218ed9a8ca43bd1b8b83 MD5sum: 3c83bd8e2e8ac687e39fa144d457d8f3 Description: debug symbols for ros-rolling-mujoco-ros2-control Build-Ids: 7309da84e81e830e27f96ba088bed851ffcb50cf 8db649e08d6ca2635d8affc9912f46ed2c8b20ec Package: ros-rolling-mujoco-ros2-control-demos Version: 0.1.1-1resolute.20260826.132534 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 150 Depends: ros-rolling-controller-manager, ros-rolling-forward-command-controller, ros-rolling-joint-state-broadcaster, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-mujoco-ros2-control, ros-rolling-mujoco-ros2-control-msgs, ros-rolling-pose-broadcaster, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control_demos/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-demos/ros-rolling-mujoco-ros2-control-demos_0.1.1-1resolute.20260826.132534_amd64.deb Size: 22000 SHA256: efdaa34675c9b4cab1ef3b4f863f1bffafe6547fa28f60d0fd7668cb88bfc3c3 SHA1: ebf0d492ca212aa527c285e5f7122aaac344ee8a MD5sum: e5254af60d72bdc6886d08aa231b2055 Description: Demonstration examples for mujoco_ros2_control package Package: ros-rolling-mujoco-ros2-control-msgs Version: 0.1.1-1resolute.20260825.183539 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 3632 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-msgs/ros-rolling-mujoco-ros2-control-msgs_0.1.1-1resolute.20260825.183539_amd64.deb Size: 264572 SHA256: 31e2f518dc129f04ed3907cf113362ea530266bb26936f19c11f79aa311d1c3f SHA1: 96f67003019f0b62746aa0b293a1516222bb3d73 MD5sum: 781de193b506e3f6627482eeae58dd5d Description: msgs for mujoco_ros2_control package Package: ros-rolling-mujoco-ros2-control-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-mujoco-ros2-control-msgs Version: 0.1.1-1resolute.20260825.183539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 3113 Depends: ros-rolling-mujoco-ros2-control-msgs (= 0.1.1-1resolute.20260825.183539) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-msgs/ros-rolling-mujoco-ros2-control-msgs-dbgsym_0.1.1-1resolute.20260825.183539_amd64.deb Size: 2348406 SHA256: 17df76f4e4956e0c1d5086daff7678c9dd4aa32c242fc31e449dd2071c1e8a7f SHA1: 172fcd2da12e6793732d97c83ec496104f64a9b7 MD5sum: 7960dcac60d20c6689571f3037da509d Description: debug symbols for ros-rolling-mujoco-ros2-control-msgs Build-Ids: 01eec078d61d8555fab294f673dd823c8274d408 09590c936eda122db8bd5d7fae157738aec3d3fe 097a837c5cc32ababdfa032e920edbdf4a79ecb5 4cae07c5dc14c71ababe1053de8cb28e449a02c8 50fbb1c9805f635dcb46b09438a4d0f861c2dee1 85a2837338dd9ec2a6abbe620e2e13643ee7e50d 91214d761e42c1b3fb15fba2910cc1c6bbea2240 95e9d51dbbde78742159641cc33a694990746ae9 cfba751f4bb1696a2730c99a26741dba1aa6e206 d35a39039fb8295abb7f576feb4d511f58ddb0de ee10297697dec02feb1feba7f2a4b41c9fd26624 Package: ros-rolling-mujoco-ros2-control-plugins Version: 0.1.1-1resolute.20260826.114946 Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 1505 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libegl1, libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.0), libstdc++6 (>= 14), ros-rolling-mujoco-vendor, libgl1-mesa-dev, libglfw3-dev, libglu1-mesa-dev, ros-rolling-backward-ros, ros-rolling-geometry-msgs, ros-rolling-mujoco-ros2-control-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-realtime-tools, ros-rolling-ros2-control-cmake, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mujoco_ros2_control_plugins/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-plugins/ros-rolling-mujoco-ros2-control-plugins_0.1.1-1resolute.20260826.114946_amd64.deb Size: 337432 SHA256: 38ad3d3b6becbe1dd2399cb30f7f12da1507bdf3b2fba56cd495a9ffdc6e8a1c SHA1: 35130641c0ecef5207d408e72984920d9f1ec4ae MD5sum: 5489dabac697c6cd33353a502484e120 Description: Plugin package for mujoco_ros2_control Package: ros-rolling-mujoco-ros2-control-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-mujoco-ros2-control-plugins Version: 0.1.1-1resolute.20260826.114946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nathan Dunkelberger" Installed-Size: 8338 Depends: ros-rolling-mujoco-ros2-control-plugins (= 0.1.1-1resolute.20260826.114946) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-ros2-control-plugins/ros-rolling-mujoco-ros2-control-plugins-dbgsym_0.1.1-1resolute.20260826.114946_amd64.deb Size: 7226858 SHA256: 676fe7e4081f333c0b68f390a7256d1484027f160e182941965a6115cbf6507c SHA1: e14da6ecea78dfa062edea2d00d3ee8252eca26d MD5sum: a6118aed413e7e73ef3b2ee03b6e912b Description: debug symbols for ros-rolling-mujoco-ros2-control-plugins Build-Ids: 41d71b63caab5f7dea46e25f2e6105dce82790e7 Package: ros-rolling-mujoco-vendor Version: 0.1.0-1resolute.20260826.113949 Architecture: amd64 Maintainer: "Sai Kishor Kothakota" Installed-Size: 84000 Depends: libc6 (>= 2.34), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/mujoco_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mujoco-vendor/ros-rolling-mujoco-vendor_0.1.0-1resolute.20260826.113949_amd64.deb Size: 21578316 SHA256: 46d9fe5eaa7bb8989118aade508c1290d17180c838711934104ec41f6f5a0a38 SHA1: 83890af79bd6822257882ab093eacf2bd91883d3 MD5sum: 77dea47ddf4f7d3c239211298656d4f1 Description: Vendor package for MuJoCo simulator of version 3.12.0 Package: ros-rolling-multires-image Version: 4.0.3-1resolute.20260825.001120 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 409 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6opengl6 (>= 6.1.2), libqt6openglwidgets6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), python3-pyproj, python3-yaml, qt6-base-dev, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-mapviz, ros-rolling-mapviz-interfaces, ros-rolling-marti-common-msgs, ros-rolling-pluginlib, ros-rolling-qt-gui-cpp, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-swri-math-util, ros-rolling-swri-transform-util, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-rolling-multires-image/ros-rolling-multires-image_4.0.3-1resolute.20260825.001120_amd64.deb Size: 100528 SHA256: 782dc74a52bd0be0b431bc94e06534233e3e824a1b751ecc451557219c85e248 SHA1: 4e1bb1330c782f6be3285175452c270c7852447a MD5sum: 3dd73d08005b935ccde807dc0ae8736c Description: multires_image Package: ros-rolling-multires-image-dbgsym Package-Type: ddeb Source: ros-rolling-multires-image Version: 4.0.3-1resolute.20260825.001120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4317 Depends: ros-rolling-multires-image (= 4.0.3-1resolute.20260825.001120) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-multires-image/ros-rolling-multires-image-dbgsym_4.0.3-1resolute.20260825.001120_amd64.deb Size: 4246714 SHA256: 8df86e23abc41c46977cc445d5351e1b74f5e309b9d8f1849cda39ec62bdce10 SHA1: f19da8acb7a91c10ea953e7f5f7c78b6197357d4 MD5sum: 80c078e08c1b5d784f9ec4e53248a13b Description: debug symbols for ros-rolling-multires-image Build-Ids: 2873bdf32637f22ccd3df81a8e6404b2281b8a97 37797e9500ed9cd69434186f9110fb7421f8093e 9fb41e7d7eef734ab0d34ea41217a04a00e1fc1a e62675ce978d7004ffef5ba6a2a0730e8453e639 Package: ros-rolling-mvsim Version: 1.4.0-1resolute.20260821.175200 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 13938 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), libzmq5 (>= 4.0.1+dfsg), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libgui, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libmath, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libopengl, ros-rolling-mrpt-libposes, cppzmq-dev, libboost-all-dev, libprotobuf-dev, libprotoc-dev, libzmq3-dev, protobuf-compiler, pybind11-dev, python3-pip, python3-protobuf, python3-venv, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-libtclap, ros-rolling-nav-msgs, ros-rolling-ros2launch, ros-rolling-sensor-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-visualization-msgs, unzip, wget, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/mvsim Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mvsim/ros-rolling-mvsim_1.4.0-1resolute.20260821.175200_amd64.deb Size: 3262804 SHA256: 9f40c9433ef3d8de4cd56cb367ea56c028e46f531f4ac980c00a88bd71f4aaf8 SHA1: 4ad4930a5107e417c49229468b0edd229e54c435 MD5sum: 6298e18ce931d169c94015e0c7d4d729 Description: A lightweight multivehicle simulation framework. Package: ros-rolling-mvsim-dbgsym Package-Type: ddeb Source: ros-rolling-mvsim Version: 1.4.0-1resolute.20260821.175200 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 38823 Depends: ros-rolling-mvsim (= 1.4.0-1resolute.20260821.175200) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-mvsim/ros-rolling-mvsim-dbgsym_1.4.0-1resolute.20260821.175200_amd64.deb Size: 36868236 SHA256: 91b43fc63e6b036c7ee18e605bf65a9f862b4737a2bf639ab5dcb7c0c9ccd101 SHA1: 8fcad23ffcb4eb4009d29e30bc7d9981bc8d735d MD5sum: dd58064b7603debf9feb73ae069581e0 Description: debug symbols for ros-rolling-mvsim Build-Ids: 05209a9c8309d29a2fa87fccebf0449c6a3a243a 4dab103ddc67e96348101587144cdfde4b34045f 5f8fcb28bedda661f1560355abfd7a7b11807d30 6a62ba651dc4e543328e209a821d29c8dcb3867e 81f40eeb0ad2886fbb9fc4a394d85729cabd6eba 94e02e776d5389bf3d48b175f6a43ce7b65b85a8 9c75e35e9e95ce0bd0b16f8315352ec96114fc72 Package: ros-rolling-nanoeigenpy Version: 0.5.0-2resolute.20260714.175108 Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 2049 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.0), libstdc++6 (>= 14), libeigen3-dev, nanobind-dev, python3-dev, python3-numpy, python3-scipy, ros-rolling-ros-workspace Homepage: https://github.com/Simple-Robotics/nanoeigenpy Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nanoeigenpy/ros-rolling-nanoeigenpy_0.5.0-2resolute.20260714.175108_amd64.deb Size: 607968 SHA256: 0647ec458e0e3a3a17435702fac8ff556bb44030154868abd917b85e2ddfc080 SHA1: 5e8b9f389c25063b5136d28849d98a65a7f2aacf MD5sum: af14f226f61b8c64d812cec6da2cb5ae Description: A support library for bindings between Eigen in C++ and Python, based on nanobind Package: ros-rolling-nanoeigenpy-dbgsym Package-Type: ddeb Source: ros-rolling-nanoeigenpy Version: 0.5.0-2resolute.20260714.175108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Guilhem Saurel Installed-Size: 30381 Depends: ros-rolling-nanoeigenpy (= 0.5.0-2resolute.20260714.175108) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nanoeigenpy/ros-rolling-nanoeigenpy-dbgsym_0.5.0-2resolute.20260714.175108_amd64.deb Size: 29436490 SHA256: 2c064e2be9c65c45b9c6cd1b09d26dbe460b657164187bf1742d033e5a1e98b2 SHA1: 71c68dbd310cb89bf8389c53a2bfcb6d29b5dc3e MD5sum: 1fbcd1289f2e0ec06271f11e0f972c14 Description: debug symbols for ros-rolling-nanoeigenpy Build-Ids: 4c1d933f1c66f402d236e4091de5823c6eb945c8 Package: ros-rolling-nanoflann Version: 1.11.0-1resolute.20260731.135059 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 193 Depends: ros-rolling-ros-workspace Homepage: https://github.com/jlblancoc/nanoflann Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nanoflann/ros-rolling-nanoflann_1.11.0-1resolute.20260731.135059_amd64.deb Size: 40208 SHA256: a200dd730dd15cefb9842fbb82b8d4852cb0b6197dc1392bb0cb564441b9103f SHA1: 1d101d55e0ec854aac1a03587737262e1f5df53c MD5sum: 3c45f9ecd6b146a95fdbf62c95e52055 Description: nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees, optimized for point clouds and Eigen matrices. Package: ros-rolling-nanoflann-vendor Version: 1.12.1-1resolute.20260813.022856 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 200 Depends: ros-rolling-ros-workspace Homepage: https://github.com/jlblancoc/nanoflann Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nanoflann-vendor/ros-rolling-nanoflann-vendor_1.12.1-1resolute.20260813.022856_amd64.deb Size: 42402 SHA256: 6e8b18ae2040a7104bffe08b637b79bda6240df82fecd20f2b4c4b5335d76f09 SHA1: fd3d2291e86b05f2d38fa369ae607b521fec693c MD5sum: f11847dba71fea39adaea67a2de5cf95 Description: nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees, optimized for point clouds and Eigen matrices. Package: ros-rolling-nao-button-sim Version: 1.0.1-2resolute.20260811.205111 Architecture: amd64 Maintainer: ijnek Installed-Size: 43 Depends: ros-rolling-nao-lola-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nao_button_sim/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-button-sim/ros-rolling-nao-button-sim_1.0.1-2resolute.20260811.205111_amd64.deb Size: 7358 SHA256: 9662096f1c708f9ab10369ea579da38618820a81f1268ecebc4b0393f767398b SHA1: 3291b34978773d5b46d36409e06fcf913fb191f2 MD5sum: 8fce537fbf67aca4d6ba5c2e9e682478 Description: Allows simulating button presses through command line interface Package: ros-rolling-nao-command-msgs Version: 1.0.0-3resolute.20260811.203109 Architecture: amd64 Maintainer: ijnek Installed-Size: 1985 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nao_command_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-command-msgs/ros-rolling-nao-command-msgs_1.0.0-3resolute.20260811.203109_amd64.deb Size: 158646 SHA256: fbdb17bdeb4e8530c592da6b411576eeccc2f4ddf73c40f260fe5532b465de32 SHA1: 44792de00fe823141f5104df7f6935fcb286db60 MD5sum: 18bfaec5135aa08f011b7c3acc73448c Description: Package defining command msgs to be sent to NAO robot. Package: ros-rolling-nao-command-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-nao-command-msgs Version: 1.0.0-3resolute.20260811.203109 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1949 Depends: ros-rolling-nao-command-msgs (= 1.0.0-3resolute.20260811.203109) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-command-msgs/ros-rolling-nao-command-msgs-dbgsym_1.0.0-3resolute.20260811.203109_amd64.deb Size: 1502338 SHA256: 9054666f82d8c119bcc3ad5ed85bcff403756b92051ce60cc0eedab514e823fc SHA1: dc6af8eef8cd36e5bbe463e1e2701e4f2957cab7 MD5sum: e76519fce502d5f2eababc598c7a462b Description: debug symbols for ros-rolling-nao-command-msgs Build-Ids: 03e588c5c2db3f52012516ace92a8111cc1d7a27 3a49d60d6716b4bc20b9cd90bec1ce57628129fa 41d059092a2c192308a545b7c69f52ba96bab8ec 4c5dc1b212ac14f566e4ff785a79acce7dec24a6 899702ef63936e76f782fd3471ac96447a6ddb47 bf80ffc9dd401cc01f9ea0cb8db175a6fd01b6d1 c13ff02a73133fc808ef72e47c669e923101184c c463b7e6bf090a329ac235b991ad71c7938539df d0dac7bbdd6645d44e3b23e57dd2e8f853d351bc d29b934bff26c1939aadfcc9919d406a603cb3e0 f33207374ada42f866450be53583a93c0be83671 Package: ros-rolling-nao-lola-command-msgs Version: 1.3.0-2resolute.20260811.203116 Architecture: amd64 Maintainer: ijnek Installed-Size: 2042 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nao_lola_command_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola-command-msgs/ros-rolling-nao-lola-command-msgs_1.3.0-2resolute.20260811.203116_amd64.deb Size: 159538 SHA256: d567b00fc89fa5de72bb0a0c6506f56c07561224efd1920fd1fd99b61d222cb3 SHA1: 25b71e07634fa9b8bbd3733759f5255258aeb99e MD5sum: 8db1866278392006931edec87d8792f1 Description: Package defining command msgs to be sent to NAO robot. Package: ros-rolling-nao-lola-command-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-nao-lola-command-msgs Version: 1.3.0-2resolute.20260811.203116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1958 Depends: ros-rolling-nao-lola-command-msgs (= 1.3.0-2resolute.20260811.203116) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola-command-msgs/ros-rolling-nao-lola-command-msgs-dbgsym_1.3.0-2resolute.20260811.203116_amd64.deb Size: 1505486 SHA256: fd868861459eb72436d96f412e48b2b265b78ad5e46384f977fd89eb99636408 SHA1: adf15cc347efa5fe76bdc62e31c10cc374a19d13 MD5sum: db841222420695a2543bf703b8077a69 Description: debug symbols for ros-rolling-nao-lola-command-msgs Build-Ids: 593e1dda773971cb0549ecf3dec983db601a596f 7142b48a84e2f5725f2a4df384d150eafc0c677b 7dc42c13e206c22f69344934f9e9a40bfa01dcba 82027d6a4decb08b4a4eb64b9008292c09e8ccdf 86a65b0e95da31850542e3bd0a1cc89c30ce0ab7 907839b17a503b286860859c4424dfd13f7cecf7 96dcbf8bfb4bb2370ce60f1720a994e8bc382972 bda75cc507771b0e9bcf49b3da076a7cdb4bd55a edf98f6af302d15a7677a23298bfd817191b910b f0066cbf269c4d38d968d3b1af6bded16d0eb42a f44e9fa37d4a382607f9ffad870a8c472610c608 Package: ros-rolling-nao-lola-sensor-msgs Version: 1.3.0-2resolute.20260811.203117 Architecture: amd64 Maintainer: ijnek Installed-Size: 2299 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nao_lola_sensor_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola-sensor-msgs/ros-rolling-nao-lola-sensor-msgs_1.3.0-2resolute.20260811.203117_amd64.deb Size: 162988 SHA256: c2da468b6748708b7343df1276bf6fd7f7a31cf78575f2bb9872cb6a13231ce2 SHA1: 9a71f7e067ff9900d4a236a805d224011c2c60a6 MD5sum: 97b3d5d2fd1298b917d6335403135c98 Description: Package defining sensor msgs to be received from NAO robot. Package: ros-rolling-nao-lola-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-nao-lola-sensor-msgs Version: 1.3.0-2resolute.20260811.203117 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1777 Depends: ros-rolling-nao-lola-sensor-msgs (= 1.3.0-2resolute.20260811.203117) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-lola-sensor-msgs/ros-rolling-nao-lola-sensor-msgs-dbgsym_1.3.0-2resolute.20260811.203117_amd64.deb Size: 1297698 SHA256: 72e9d50dd5332c9ddd0a3b843b939fca1350abb77a13371ade9c4c0aaedeb489 SHA1: e595d95369d3ca4f354889d3c0ca16df35517600 MD5sum: 0a194e82b8c8a932152e2b9fb743b145 Description: debug symbols for ros-rolling-nao-lola-sensor-msgs Build-Ids: 09f5f901730973d4f150c6e78fa873a444698e85 34f4181688bf49321804b724302eb3d5dd891016 39cbf4ee478979b9b587d6a953958198e80124e2 91d0859149d627c9b8c54958fb42cde95a1b4f64 a125387093a83a5774d4260397841e5ef641ec6f a191d9b8f0a9ddfa17406b89a2296345a1298f79 a68cc829523f58b021b407159160ebc1fd54a9ec ad6b6ff415253716b63c95a7cf61e732443be58e d4f1439f75890a1cfe4755a2aaafcf9eec74b6eb da4cd17b4e412db524d63b222280c986af050bc4 dfe632925c1f1eb90c6ec1ce6127e0964e54df9c Package: ros-rolling-nao-sensor-msgs Version: 1.0.0-3resolute.20260811.203118 Architecture: amd64 Maintainer: ijnek Installed-Size: 2244 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nao_sensor_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-sensor-msgs/ros-rolling-nao-sensor-msgs_1.0.0-3resolute.20260811.203118_amd64.deb Size: 161984 SHA256: b799978e4dedd5c916785e7d38a5936b09f24e870b90e93ce22d8a825965abd5 SHA1: c28cb9b5665c5a7b2c2faa5d9d38e9775469f975 MD5sum: e64cdf659331a346a93064eb2d09fc2c Description: Package defining sensor msgs to be received from NAO robot. Package: ros-rolling-nao-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-nao-sensor-msgs Version: 1.0.0-3resolute.20260811.203118 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1767 Depends: ros-rolling-nao-sensor-msgs (= 1.0.0-3resolute.20260811.203118) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nao-sensor-msgs/ros-rolling-nao-sensor-msgs-dbgsym_1.0.0-3resolute.20260811.203118_amd64.deb Size: 1297376 SHA256: 66f4556e2d10ae8b4721058f8fae5706bea21b19ef6b996975835ed402b8bc1a SHA1: 0fd4c368012773fb602ef6b324ec853498315fb2 MD5sum: 731bfa77bd4676a2fea778e7aa1cb879 Description: debug symbols for ros-rolling-nao-sensor-msgs Build-Ids: 06933bb11f304b7e502dc3ab640061482a60553f 23bb45133b7b010eef6099c4dc13ec69af68ef0c 28181f10275bca6d33aac553e6f84e42e14066dd 47d1e94ed6d5dfa38886f721ad4b7e96b43136b4 5117e93713140838abec58d7593c8019175b9619 5f7aa768608d2faadd5994e6bd8cf4f8d72a7e2d 63eb075187cd24397f5b08b6919196d8d7163537 803f58e075ae6472a7bc80b1c197b7c194965d8e a8047d2ee0ecdb92ec52da5e5be38af51c0e1c0c b065dfd94f96ef35460c23d30b67df7b3f163091 ba0a928a9a0849564195086a6bf80334a962abef Package: ros-rolling-nav-msgs Version: 5.10.1-1resolute.20260811.203717 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3359 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nav_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav-msgs/ros-rolling-nav-msgs_5.10.1-1resolute.20260811.203717_amd64.deb Size: 265518 SHA256: 522e20e80f19040bbb4445d139b8c9b791fd98e1fe9dd8fccf978ccd4f927afd SHA1: 0dc8ccb426b753c03ff57116703100087ecfbe71 MD5sum: bb402d20557748bfa97c6bcc3ade0bea Description: A package containing some navigation related message and service definitions. Package: ros-rolling-nav-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-nav-msgs Version: 5.10.1-1resolute.20260811.203717 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 2993 Depends: ros-rolling-nav-msgs (= 5.10.1-1resolute.20260811.203717) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav-msgs/ros-rolling-nav-msgs-dbgsym_5.10.1-1resolute.20260811.203717_amd64.deb Size: 2319102 SHA256: d0a85e905b9f6314b83efd059e3dff784c939cd7a917418673b53289464472b7 SHA1: f486a9f983cde78e47097142270772052fc55ffa MD5sum: 0eaa97aab561acd8d2d49d45af475c27 Description: debug symbols for ros-rolling-nav-msgs Build-Ids: 0d4d5d16dc0c0b40aeb698c1a9fbf3550c1d5ba8 186bbab9ab9609bdfec24e2ed867d837d21eaf96 2d59e0cd5e2f8e78f9309e744dfcdfcf54cff27b 3b546c3dbca3a295cca0d3e5bfec647f6355a058 642e593adcb9dae824307a20fb5639f46233108a 664f2ba56a245a52fbea9979cea73a73de758922 78f9a4197fc8cb16881f4f4a888de89612e603e2 7ac4d38da82cfbdb202c29976ee0c0a51eb7c083 8aa1afc35ecac4c9ec6671914f15a48823479e57 b3bd468ad8c9c5c9c53f63ff4696732d7b5637b2 c44c8f7932833b5639fe77c5079eeaa9036b086d Package: ros-rolling-nav2-minimal-tb3-sim Version: 1.3.0-1resolute.20260826.155155 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 429 Depends: ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-interfaces, ros-rolling-ros-gz-sim, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nav2_minimal_tb3_sim/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav2-minimal-tb3-sim/ros-rolling-nav2-minimal-tb3-sim_1.3.0-1resolute.20260826.155155_amd64.deb Size: 45240 SHA256: ea5169ceb93f2d266ca3f101ed7cd2b2b8eb0dc6b879887edf28c36fb59092af SHA1: 87a64a4312e46dbfb2d3c5dff00d661c5b046e2a MD5sum: 32adb130034d768d2dcee7da407152d9 Description: Nav2 Minimum TurtleBot3 Simulation Package: ros-rolling-nav2-minimal-tb4-description Version: 1.3.0-1resolute.20260821.172833 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 24845 Depends: ros-rolling-joint-state-publisher, ros-rolling-robot-state-publisher, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nav2_minimal_tb4_description/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav2-minimal-tb4-description/ros-rolling-nav2-minimal-tb4-description_1.3.0-1resolute.20260821.172833_amd64.deb Size: 4552842 SHA256: e2148671accc7866ac5b8fde1b7e84d5bcbdb88fd4c86b7a25b76c6005c78642 SHA1: 252790a587f78ad309daec3a8059c810821b986b MD5sum: 87f254faeb8d662632dfd34d605721e0 Description: Nav2's minimum Turtlebot4 Description package Package: ros-rolling-nav2-minimal-tb4-sim Version: 1.3.0-1resolute.20260826.155553 Architecture: amd64 Maintainer: "Steve Macenski" Installed-Size: 72 Depends: ros-rolling-nav2-minimal-tb4-description, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-interfaces, ros-rolling-ros-gz-sim, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nav2_minimal_tb4_sim/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nav2-minimal-tb4-sim/ros-rolling-nav2-minimal-tb4-sim_1.3.0-1resolute.20260826.155553_amd64.deb Size: 10242 SHA256: 08fb47c18c63d415b78a92d278c25cb091c9d565a79b283651cfcadb7ac95894 SHA1: 559852da6b370dbdd447cf6ddf1c08555cf66086 MD5sum: 36eac97bbf50e763b33439fab6a62629 Description: Nav2 Minimum TurtleBot4 Simulation Package: ros-rolling-ndcurves Version: 2.3.0-1resolute.20260825.034240 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 6096 Depends: libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), graphviz, libboost-all-dev, libeigen3-dev, ros-rolling-ament-cmake, ros-rolling-eigenpy, ros-rolling-jrl-cmakemodules, ros-rolling-pinocchio, ros-rolling-ros-workspace Homepage: http://github.com/loco-3d/ndcurves Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ndcurves/ros-rolling-ndcurves_2.3.0-1resolute.20260825.034240_amd64.deb Size: 1006466 SHA256: dd8d2446594d11624725178f437c21654042efbe9baaf269ae3d228b0079f290 SHA1: f5edee01830ebb24498b542ee797e9d75f647387 MD5sum: c296ca24c7809219515e8b2e043a39cb Description: A template-based Library for creating curves of arbitrary order and dimension Package: ros-rolling-ndcurves-dbgsym Package-Type: ddeb Source: ros-rolling-ndcurves Version: 2.3.0-1resolute.20260825.034240 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 29004 Depends: ros-rolling-ndcurves (= 2.3.0-1resolute.20260825.034240) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ndcurves/ros-rolling-ndcurves-dbgsym_2.3.0-1resolute.20260825.034240_amd64.deb Size: 23290284 SHA256: 04bca10bda5a2bf2ad04b90e2fdfbbf6ed02a736abc9599adba1710fde552a58 SHA1: b62f52bbe38404385da922118998a23f1bf9a12c MD5sum: ddb46381ad03e3760b3b5ed6f04d2951 Description: debug symbols for ros-rolling-ndcurves Build-Ids: dcfa8cf4cb67c4d5e8ba5388c9e849183e1aa37b Package: ros-rolling-neobotix-usboard-msgs Version: 4.0.0-4resolute.20260811.202314 Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1938 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/neobotix_usboard_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-neobotix-usboard-msgs/ros-rolling-neobotix-usboard-msgs_4.0.0-4resolute.20260811.202314_amd64.deb Size: 131226 SHA256: 6534f738e5e32231d5d666662f79326b9f1297b9f8b70b49afba290726e1618b SHA1: 974d30af42bec162ac58c18a9fded0e2d9259a24 MD5sum: 0e74e7bf1f391431b1f8cf56cecc395a Description: neobotix_usboard package Package: ros-rolling-neobotix-usboard-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-neobotix-usboard-msgs Version: 4.0.0-4resolute.20260811.202314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: AutonomouStuff Software Team Installed-Size: 1291 Depends: ros-rolling-neobotix-usboard-msgs (= 4.0.0-4resolute.20260811.202314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-neobotix-usboard-msgs/ros-rolling-neobotix-usboard-msgs-dbgsym_4.0.0-4resolute.20260811.202314_amd64.deb Size: 953412 SHA256: df8ca5032c52cec395863cf897cab3e02dd97a581bdff1ae700566e827d9b91b SHA1: 7ab5310f4618ea11600a0a797cbcf4b1f287ee18 MD5sum: 6188896d658224a7217832d45395f5af Description: debug symbols for ros-rolling-neobotix-usboard-msgs Build-Ids: 1d88244d97f84e9f02615efa7b012ab588b8f651 2f8a154514ceb4e1dd2ddd84a26d808dd2a19f7e 32bbd12807f1d4a0382dc6a4d1b7a39c38f766d4 52fdcb65defa33c37cfff57599ba941c2aa5d8bd 553a88d21d9defde3f6dcde99d3362b88c5de6fe 5c7810390ba670834a78cbb2530b5bce6d893263 6a4e5de09f8afec9f88182c28975113c2077a58e 6ee38defcc386849c1e216f3908cce99496d853d b52595c9c8c2d5912b424957c2c4d8c932d3ce4d c09b5c0cbcb3431ea97e78c71b40bd6a79f89092 c9a411790e1e6b4134b29ed0b72baf9dee90777c Package: ros-rolling-nmea-msgs Version: 2.1.0-3resolute.20260811.202334 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1905 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/nmea_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nmea-msgs/ros-rolling-nmea-msgs_2.1.0-3resolute.20260811.202334_amd64.deb Size: 168588 SHA256: c40f02fa8b3787253706bd2386367be85f89111b67b2509c4d20730cb165d3b3 SHA1: 8feba0d4e7168a96e7c6a6ec5279ad550ea126ed MD5sum: f7de096ac813ccb78aa51454e44eafd0 Description: The nmea_msgs package contains messages related to data in the NMEA format. Package: ros-rolling-nmea-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-nmea-msgs Version: 2.1.0-3resolute.20260811.202334 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ed Venator Installed-Size: 1795 Depends: ros-rolling-nmea-msgs (= 2.1.0-3resolute.20260811.202334) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nmea-msgs/ros-rolling-nmea-msgs-dbgsym_2.1.0-3resolute.20260811.202334_amd64.deb Size: 1428288 SHA256: f6932748383a3ca14116ff62843ae16d47b80a1a4e3e99200297fab3fd95946b SHA1: 2df796d99cee36658cbad21a33ba83d86ee79dc1 MD5sum: 5f38aa9954ccae9b2f73b2fd81fc3bfe Description: debug symbols for ros-rolling-nmea-msgs Build-Ids: 2c13afb522e2d962a449a8e0a0b64a968663e17a 53c94263212ea571822c009feec3a4b19c12cccc 588957e98dca5705900601658884591887648731 5aceffa6a21d998ffee8c2495459ce8112fbac46 5fc3a7874a57776d3ab2f23c831a7f89bf18bacb 61949e3329cd62c47b538ec7b3b3eae8d8276042 74eb747ee11c2384b4c53bac0837d3a00dbc2e19 8038818154ceef292ec482117abb88ca61c4b70d 8e0d6b75e4cb238a19e66af95d332f044486a123 c70e4e9817d36999ff83d80959596205c21624db eed39c02cb5bd30edf1e54a4425bd9d66e207f93 Package: ros-rolling-nmea-navsat-driver Version: 2.0.1-3resolute.20260821.163823 Architecture: amd64 Maintainer: Ed Venator Installed-Size: 127 Depends: python3-numpy, python3-serial, ros-rolling-geometry-msgs, ros-rolling-nmea-msgs, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-tf-transformations, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/nmea_navsat_driver Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nmea-navsat-driver/ros-rolling-nmea-navsat-driver_2.0.1-3resolute.20260821.163823_amd64.deb Size: 24986 SHA256: f19114425d221c835d4a3f467b31f5a05cef0bf07a0de105aea8abeec374abd3 SHA1: d5844e6b1de43ac15849c3d16ba2e1431ee30994 MD5sum: 4e956ffb0f0e08ea10332d5ef50d436c Description: Package to parse NMEA strings and publish a very simple GPS message. Does not require or use the GPSD deamon. Package: ros-rolling-nobleo-socketcan-bridge Version: 1.0.4-2resolute.20260821.165753 Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 648 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, linux-libc-dev, ros-rolling-can-msgs, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-workspace Homepage: https://github.com/nobleo/nobleo_socketcan_bridge Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nobleo-socketcan-bridge/ros-rolling-nobleo-socketcan-bridge_1.0.4-2resolute.20260821.165753_amd64.deb Size: 154122 SHA256: 679ba1d92c3900787416febe25834705fccefb2ace3ae1da019aec7fed505910 SHA1: a59646d9e587b807fa4ce17101279a061643e1b4 MD5sum: a054dd0e36846fad34635fd05116097b Description: Simple wrapper around SocketCAN Package: ros-rolling-nobleo-socketcan-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-nobleo-socketcan-bridge Version: 1.0.4-2resolute.20260821.165753 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Ramon Wijnands Installed-Size: 3218 Depends: ros-rolling-nobleo-socketcan-bridge (= 1.0.4-2resolute.20260821.165753) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nobleo-socketcan-bridge/ros-rolling-nobleo-socketcan-bridge-dbgsym_1.0.4-2resolute.20260821.165753_amd64.deb Size: 2770138 SHA256: 882e355c2c3432d28364483515838e2781a18c35560f41104f482f169336107d SHA1: 90dd17d72b6435c588e3a415b6f8ee5867c4f5a3 MD5sum: cb0ab7bb313d4020c35f4c1cd342f05a Description: debug symbols for ros-rolling-nobleo-socketcan-bridge Build-Ids: 11041f586df897038782003a81de783c432d76d9 5cdee9fc05e3bef4f7f2e7cd90503701e2996af8 be204e97058ef7ce47f218b40d9e80a5c7e3110f Package: ros-rolling-nodl-python Version: 0.3.1-5resolute.20260717.153752 Architecture: amd64 Maintainer: Ubuntu Robotics Installed-Size: 107 Depends: python3-lxml, ros-rolling-ament-index-python, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nodl_python/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-python/ros-rolling-nodl-python_0.3.1-5resolute.20260717.153752_amd64.deb Size: 19836 SHA256: 5b3f3c54e42dd3be9ff897b241ab9b18c90f22a4b237957f20e55c6bc52d03e7 SHA1: 95257e1bf5c8687e8c4b2b9c443ed8f1af0f0ff8 MD5sum: 6ce73327993e15b1697c3766850c5f80 Description: Implementation of the NoDL API in Python. Package: ros-rolling-nodl-to-policy Version: 1.0.0-5resolute.20260821.181515 Architecture: amd64 Maintainer: Abrar Rahman Protyasha Installed-Size: 62 Depends: python3-argcomplete, python3-lxml, ros-rolling-nodl-python, ros-rolling-ros2cli, ros-rolling-ros2nodl, ros-rolling-ros2run, ros-rolling-sros2, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/nodl_to_policy/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-nodl-to-policy/ros-rolling-nodl-to-policy_1.0.0-5resolute.20260821.181515_amd64.deb Size: 10696 SHA256: a54fa141f4c558414d19f624bdaab7e413f460e5fb52bbff5a1a78de9df0d3e9 SHA1: ff4676676f74ddc6707a922547b1e85f397fb30c MD5sum: fb14e57cc828beebf43f9e5fda259ad8 Description: Package to generate a ROS 2 Access Control Policy from the NoDL description of a ROS system Package: ros-rolling-novatel-gps-driver Version: 5.0.0-1resolute.20260825.000300 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 3552 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 0.9.8), libstdc++6 (>= 14), libboost-all-dev, libpcap0.8-dev, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-gps-msgs, ros-rolling-nav-msgs, ros-rolling-novatel-gps-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-swri-math-util, ros-rolling-swri-serial-util, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/novatel_gps_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-driver/ros-rolling-novatel-gps-driver_5.0.0-1resolute.20260825.000300_amd64.deb Size: 676230 SHA256: 385733979dcd13c381b91408972aa4abfd2933b225465b9c230a45a44ae31f6c SHA1: 4ec4ad657e0e02ca7b067fa28eefd49c8ec6c330 MD5sum: b5f5efba82c2a4878e18e376a70f51d4 Description: Driver for NovAtel receivers Package: ros-rolling-novatel-gps-driver-dbgsym Package-Type: ddeb Source: ros-rolling-novatel-gps-driver Version: 5.0.0-1resolute.20260825.000300 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 15217 Depends: ros-rolling-novatel-gps-driver (= 5.0.0-1resolute.20260825.000300) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-driver/ros-rolling-novatel-gps-driver-dbgsym_5.0.0-1resolute.20260825.000300_amd64.deb Size: 12944366 SHA256: b1a0be383a6fcc995febba7fe7717eb2cf7230ad68f8b5ad21c447364df9b701 SHA1: b66151c7c3836e8a03a280252253285135700408 MD5sum: 9c55878fe9574d7b6f527d0b54985074 Description: debug symbols for ros-rolling-novatel-gps-driver Build-Ids: 03d8b40d9f3bc2e078765fae2e0ba199c5e4cfbb 2691b881cff94878c622e24a701e9d955ce5c0b4 c964c9c1e87fa0cdb908b01e66caf3b851943958 Package: ros-rolling-novatel-gps-msgs Version: 5.0.0-1resolute.20260824.235314 Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 6977 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/novatel_gps_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-msgs/ros-rolling-novatel-gps-msgs_5.0.0-1resolute.20260824.235314_amd64.deb Size: 471724 SHA256: 3a888010715bbf51d77680c59edbcef2e8ce785c4933f26f2f4c03439233728f SHA1: 2078e08eca98a95c64433c4ad00ba7ff6ca7319e MD5sum: 701af476cf38dbed8afd701119032d3e Description: Messages for proprietary (non-NMEA) sentences from Novatel GPS receivers. Package: ros-rolling-novatel-gps-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-novatel-gps-msgs Version: 5.0.0-1resolute.20260824.235314 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "P. J. Reed" Installed-Size: 5123 Depends: ros-rolling-novatel-gps-msgs (= 5.0.0-1resolute.20260824.235314) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-gps-msgs/ros-rolling-novatel-gps-msgs-dbgsym_5.0.0-1resolute.20260824.235314_amd64.deb Size: 4040454 SHA256: 7d299d4f05c50c20d83161489414af6650500da63d5e0619d327c6a69eb87657 SHA1: e53dc3773279c19ab3cddfd37acd7d8b65030b63 MD5sum: 9ff6f1c608e7b58116ec6c01acb0e71e Description: debug symbols for ros-rolling-novatel-gps-msgs Build-Ids: 11cebbee77ac0dc51164464890abd18198ba4617 4895069f78d18f7f96f2d6ea5709bcf77b826de4 4cf37c8c26c6948c32c42410221282522e2bddfe 4d092a37689d83ecc641df330921ead9997eb68a 52600b762010727949037c945bf737fd90403e43 5a31007c83fe792054fe02eb23e48e811a77ec66 7b38940151ebe99f9ee092163912acadfa5d8b3a 8c01fb1c6ebc06c9ee91893f2bf1abef41dc5040 b7352502df3f59363d39004348d0337b599ea51c bd7c78f8fabaffa9fddda7919ff4bb0624d0c446 effaf2bdbf1cff455ff3eb8a5e6414624e66a6ab Package: ros-rolling-novatel-oem6-msgs Version: 0.3.0-1resolute.20260811.203143 Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 2845 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/novatel_oem6_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-oem6-msgs/ros-rolling-novatel-oem6-msgs_0.3.0-1resolute.20260811.203143_amd64.deb Size: 200736 SHA256: 31a14268a4a27207b21595e4f0f068f2bae82007a68c7841f52d66c8045a9477 SHA1: 3af5e92647086588447f4eb2dfb1280530613c3b MD5sum: c38bdae844d3f1feaa1d1e31a1248040 Description: ROS messages and services for Novatel OEM6 Package: ros-rolling-novatel-oem6-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-novatel-oem6-msgs Version: 0.3.0-1resolute.20260811.203143 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose-Luis Blanco-Claraco" Installed-Size: 1911 Depends: ros-rolling-novatel-oem6-msgs (= 0.3.0-1resolute.20260811.203143) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-novatel-oem6-msgs/ros-rolling-novatel-oem6-msgs-dbgsym_0.3.0-1resolute.20260811.203143_amd64.deb Size: 1428626 SHA256: ff02a87af3b60ad8bd3902b69ea68f827ff0a07ee70c04226e1530af7f5de6f1 SHA1: a733c69d88f28f7b01016f86f19ae4ff5d83f916 MD5sum: 7eafc20e74ee927778455b9642737d2f Description: debug symbols for ros-rolling-novatel-oem6-msgs Build-Ids: 135a78a8bf323a8b427b02add3ead4c76a80a5fa 1bed14b038240630c89ce5287171adb6e09d3faa 1bf10279f7a3c814efe6b97855e6fbf5920c159d 32b7e5a49aec5ca478f2f5cc84ba32adccb2fff1 3c1a3efbbad45c2bb393b2d6a694f671364d10a2 47cbd7740dd7d6abc0ac85aa8ba13b0260ee1469 528b235d7f93519caebd6bcc9909e70c28e9a888 53237d26b675234259b3150149a07b11d156df4c 8c3befd1afb8a6327136bfe5ce1677bb843a56b7 d7b4b375347c6b2fc8981795af0b35079b23bce9 fac6e717f992b1916cf46da2884d9e7a6d15502a Package: ros-rolling-ntpd-driver Version: 2.3.0-2resolute.20260821.171708 Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 540 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpocofoundation112 (>= 1.14.2), libstdc++6 (>= 14), libpoco-dev, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ntpd_driver Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntpd-driver/ros-rolling-ntpd-driver_2.3.0-2resolute.20260821.171708_amd64.deb Size: 118342 SHA256: fad3bf728885507d85767016fcda0430396b7b8144f399efd0e87844c9540b2c SHA1: 6839bf39fb93036d2dea8e2a88dc190ed4fffe85 MD5sum: af55ca6e1f1bb0460ad15b60cca2ea47 Description: ntpd_driver sends TimeReference message time to ntpd server Package: ros-rolling-ntpd-driver-dbgsym Package-Type: ddeb Source: ros-rolling-ntpd-driver Version: 2.3.0-2resolute.20260821.171708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vladimir Ermakov Installed-Size: 2650 Depends: ros-rolling-ntpd-driver (= 2.3.0-2resolute.20260821.171708) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntpd-driver/ros-rolling-ntpd-driver-dbgsym_2.3.0-2resolute.20260821.171708_amd64.deb Size: 2244514 SHA256: 1eb399fade623e41f6dd752473e019d77ac97d5d4908f32fd6180d12b1a62757 SHA1: 7ec600ba755f3f477a94dbf05fff9d3cb154c660 MD5sum: 37d3155dff9475b6b9c02acbc2d88355 Description: debug symbols for ros-rolling-ntpd-driver Build-Ids: 01cdad28a118551651afe95c64e373afc7bbb2eb 6080917af9e010e24f5950db7ed3156be8910e51 Package: ros-rolling-ntrip-client Version: 1.4.1-2resolute.20260821.163830 Architecture: amd64 Maintainer: Rob Fisher Installed-Size: 119 Depends: python3-serial, ros-rolling-nmea-msgs, ros-rolling-rclpy, ros-rolling-rtcm-msgs, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/LORD-MicroStrain/ntrip_client Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntrip-client/ros-rolling-ntrip-client_1.4.1-2resolute.20260821.163830_amd64.deb Size: 27586 SHA256: 35879de7b9bc6a64a2c46903eacb01b99ba613144a53dcff5dd28deadaf93b7b SHA1: c3c8947bfb78acc5147548b8a591ddbed8ecd324 MD5sum: faa6cef2961d2eeb55bd5f934348a1f9 Description: NTRIP client that will publish RTCM corrections to a ROS topic, and optionally subscribe to NMEA messages to send to an NTRIP server Package: ros-rolling-ntrip-client-node Version: 0.7.6-1resolute.20260821.171739 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 270 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libcurl4-openssl-dev, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rtcm-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntrip-client-node/ros-rolling-ntrip-client-node_0.7.6-1resolute.20260821.171739_amd64.deb Size: 77840 SHA256: ab11e73d7c943aecc13fde2f4c7bd28c5e16c524ef2d7fe16c2aa792d2aa71b9 SHA1: cb6254dd3110c60566deacf2a70ec8beed2e7bed MD5sum: 67b12acd2c21bc2db26054da89b07a86 Description: Publishes RTCM ntrip messages from an external mountpoint Package: ros-rolling-ntrip-client-node-dbgsym Package-Type: ddeb Source: ros-rolling-ntrip-client-node Version: 0.7.6-1resolute.20260821.171739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1354 Depends: ros-rolling-ntrip-client-node (= 0.7.6-1resolute.20260821.171739) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ntrip-client-node/ros-rolling-ntrip-client-node-dbgsym_0.7.6-1resolute.20260821.171739_amd64.deb Size: 1236544 SHA256: 536f0f1ffd2f7c17c164b75dabe26b58f8e24126245e863cfe22322468bf2fdb SHA1: ae8a5a8cc0b10863d8a916ba34ccec79cacc8380 MD5sum: 00c04708003cc1f1ced997a106cc3aa8 Description: debug symbols for ros-rolling-ntrip-client-node Build-Ids: 9006ff7d39d34ec8d1094bd088a990ad346ee4d7 96dd502b12577ecb0fbf1ab9465cb9c89fe53331 Package: ros-rolling-object-recognition-msgs Version: 2.0.0-5resolute.20260811.204722 Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3506 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/object_recognition Priority: optional Section: misc Filename: pool/main/r/ros-rolling-object-recognition-msgs/ros-rolling-object-recognition-msgs_2.0.0-5resolute.20260811.204722_amd64.deb Size: 271034 SHA256: ddd19c8b9ed19d0555e45db54efbf348a8327969a26248f45a79ff6d7cdb5f9a SHA1: 53c62d4a1c7c12d9a1a50bd8e6e1a3604d579c11 MD5sum: b7933b3e39811fec879542a02104147a Description: Object_recognition_msgs contains the ROS message and the actionlib definition used in object_recognition_core Package: ros-rolling-object-recognition-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-object-recognition-msgs Version: 2.0.0-5resolute.20260811.204722 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Vincent Rabaud Installed-Size: 3101 Depends: ros-rolling-object-recognition-msgs (= 2.0.0-5resolute.20260811.204722) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-object-recognition-msgs/ros-rolling-object-recognition-msgs-dbgsym_2.0.0-5resolute.20260811.204722_amd64.deb Size: 2367968 SHA256: 50599aee71896a113df30ce3f3fd8517163038e6f8153ce1baf068509314e04f SHA1: a3c794cf1eeb2034f865e54c823789994714c900 MD5sum: 186b8b5dd0be9175798e25c4c6913b94 Description: debug symbols for ros-rolling-object-recognition-msgs Build-Ids: 6ee3dce4b56cf2bc79881b674a1ee2eaf5bc5900 77daf59afea155129013c8c29bcabd46e683f799 7c10cfb8234eaf70b7ef39ad53a7ee9760d5471c 7fd936bf6646d00f78907757133f8129a6b024a7 a3297ef9dd7e88cb2db6f8dfc429c41b69b598e3 a9ca06c8f7a2ea7671c50b952310dcc4c290d691 b057df35a754e65a41e2a7216d1f8ecab406e67b b4612c83f5c3611eccf375e222292317855a0cdc ce9106d1ba7134c3446c70d334e7d541619602e1 d7b6b3c4196faf903fe2d1d1fc24a836864c5854 f0adc4050005d02c13baecb04186edc10360ef1d Package: ros-rolling-octomap-msgs Version: 2.0.1-2resolute.20260811.204249 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1513 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/octomap_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-msgs/ros-rolling-octomap-msgs_2.0.1-2resolute.20260811.204249_amd64.deb Size: 135108 SHA256: e67946448e9e00900e4c83e5ab41a8a3841360604b0a2ac8caa393d398566c4c SHA1: 6667492b0bff34340dbef19b0e9bdca4d063634e MD5sum: fa3ac114455e866a22a471e520afc751 Description: This package provides messages and serializations / conversion for the OctoMap library. This ROS2 version is based on version 0.3.3 of the ROS1 package. Package: ros-rolling-octomap-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-octomap-msgs Version: 2.0.1-2resolute.20260811.204249 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 1230 Depends: ros-rolling-octomap-msgs (= 2.0.1-2resolute.20260811.204249) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-msgs/ros-rolling-octomap-msgs-dbgsym_2.0.1-2resolute.20260811.204249_amd64.deb Size: 882824 SHA256: b38d805b745b3e0de4d4392d162d71af24646a122490152ca7aa02d4962525ca SHA1: f64bafc65d92157d323c7f7999bfab5f5e294e33 MD5sum: 9b27120761706576c2f702e5bf0116f3 Description: debug symbols for ros-rolling-octomap-msgs Build-Ids: 11b864901bade2123d4bb8af9ba86794234df110 159408eb612697d737401e60c17702704606e85b 21c7bb885c45bc310f26e44e49a2757727add2d3 3b5ba619c6ea81a30530f9c800167f3e4459300c 4e8961c86d88d9342481a40c640f0fb94cffed8e 5f5454f2fbe20aaf20650142ebc62b4ac113586b 739c71e36b24817c5387c4692b11cab73e2b9f5f 8a533e7d7b76a06245eea91354be4219f670c79f 94f3572cb04f00bc1fdedbdca5a93bb1ed1dae08 a5c308f9e488909caea6d5d5fe726e9eeb6372b4 bf30cf39846a4d0630322fe6169091bafffb5cf2 Package: ros-rolling-octomap-ros Version: 0.4.5-2resolute.20260821.160821 Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 89 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), liboctomap-dev, ros-rolling-octomap-msgs, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/octomap_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-ros/ros-rolling-octomap-ros_0.4.5-2resolute.20260821.160821_amd64.deb Size: 17216 SHA256: e7aa52615478c40bb58da0e308747404829d029c43347acb6cfb9f2636aa56e2 SHA1: eee67f0b56a93a97df6ea4957bb99412e97a38a4 MD5sum: 42435e9d64e6fba716559d63ff525cf6 Description: octomap_ros provides conversion functions between ROS and OctoMap's native types. This enables a convenvient use of the octomap package in ROS. Package: ros-rolling-octomap-ros-dbgsym Package-Type: ddeb Source: ros-rolling-octomap-ros Version: 0.4.5-2resolute.20260821.160821 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Wolfgang Merkt Installed-Size: 129 Depends: ros-rolling-octomap-ros (= 0.4.5-2resolute.20260821.160821) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-octomap-ros/ros-rolling-octomap-ros-dbgsym_0.4.5-2resolute.20260821.160821_amd64.deb Size: 109466 SHA256: abfdee140942c92c656d6726594b048e3e9119924061441420063e92b327e2ef SHA1: ef0fccef7079cd660af22ae7aad950763705db1e MD5sum: ff6bc38beafcb12e376a0db83a15c8d9 Description: debug symbols for ros-rolling-octomap-ros Build-Ids: 45c50c5e0d8ab4d369bf48a56cf96e6f2445de4e Package: ros-rolling-odri-master-board-sdk Version: 1.0.7-3resolute.20260714.175137 Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 385 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), git, libboost-python-dev, python3-dev, python3-numpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/odri_master_board_sdk/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-odri-master-board-sdk/ros-rolling-odri-master-board-sdk_1.0.7-3resolute.20260714.175137_amd64.deb Size: 75058 SHA256: e46c65fb8edd4f8fa0afc8478dfc234731ce4f6659cf43cfb591182070734f1b SHA1: a7861045eb799b9943f070be3cd97a09f265d8cc MD5sum: 19b06baa4d95dd9583961003107d76ee Description: This project contains the sdk for the communication between a computer and the master-board Package: ros-rolling-odri-master-board-sdk-dbgsym Package-Type: ddeb Source: ros-rolling-odri-master-board-sdk Version: 1.0.7-3resolute.20260714.175137 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Maximilien Naveau Installed-Size: 822 Depends: ros-rolling-odri-master-board-sdk (= 1.0.7-3resolute.20260714.175137) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-odri-master-board-sdk/ros-rolling-odri-master-board-sdk-dbgsym_1.0.7-3resolute.20260714.175137_amd64.deb Size: 596816 SHA256: b991b45b884fd40f2b55eb8e7604477403e34f30eef6b009648f0b2a25c74e1b SHA1: 63d1a259f9225af8881eede54a93fce0b889a90b MD5sum: f405ea439b85534b7a4496700a1d9d4d Description: debug symbols for ros-rolling-odri-master-board-sdk Build-Ids: 64143e519e60624b2d4d5e10b1d13bedd262d6c8 69489034655f026aeae7836d85a5037ab76bd2d9 6fcd4a0d0cc8015ed154c099aa8d71f01f8b23d5 af7492acbef200fe11994acefde5112ff4d328a0 c7bfd4cc9760b0d3a80f97d6a5e98bd50f4448d7 Package: ros-rolling-off-highway-can Version: 1.3.0-2resolute.20260821.165003 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 872 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-can-msgs, ros-rolling-diagnostic-updater, ros-rolling-rclcpp, ros-rolling-ros2-socketcan-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_can/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-can/ros-rolling-off-highway-can_1.3.0-2resolute.20260821.165003_amd64.deb Size: 166080 SHA256: 60c8aa3b65e2d4e8aa9657c6ee3f5b688a06927228850790b2f731049f97c687 SHA1: b31c7b5faf4e0b91f409d568db3a6b0de2469f3e MD5sum: b52d6025122b50e0cdd478e63cdd4f78 Description: The off_highway_can package Package: ros-rolling-off-highway-can-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-can Version: 1.3.0-2resolute.20260821.165003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4093 Depends: ros-rolling-off-highway-can (= 1.3.0-2resolute.20260821.165003) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-can/ros-rolling-off-highway-can-dbgsym_1.3.0-2resolute.20260821.165003_amd64.deb Size: 3384414 SHA256: 06581f00b06192f42ee1759371a7444bf6e6c624b9ce799a2b36aa8a038f0750 SHA1: 4998a4bd7efcb9ed6f9a58d298a805600f9a13bf MD5sum: 2ba02870b959686fb432229b652a260b Description: debug symbols for ros-rolling-off-highway-can Build-Ids: 7ed7aa3101597bcd000119381a42d1c8d849135d Package: ros-rolling-off-highway-general-purpose-radar Version: 1.3.0-2resolute.20260821.170451 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 546 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-can-msgs, ros-rolling-off-highway-can, ros-rolling-off-highway-general-purpose-radar-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_general_purpose_radar/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-general-purpose-radar/ros-rolling-off-highway-general-purpose-radar_1.3.0-2resolute.20260821.170451_amd64.deb Size: 155886 SHA256: e1419dc8783a916314b57042c51eb559f4b0e54369b84020f2e7a69874bad5a4 SHA1: 21e39aebd7b071efa0101c520e7b4537756cdb71 MD5sum: 876cf87f9fda376c03aeef5d0c8f0291 Description: The off_highway_general_purpose_radar package Package: ros-rolling-off-highway-general-purpose-radar-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-general-purpose-radar Version: 1.3.0-2resolute.20260821.170451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2696 Depends: ros-rolling-off-highway-general-purpose-radar (= 1.3.0-2resolute.20260821.170451) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-general-purpose-radar/ros-rolling-off-highway-general-purpose-radar-dbgsym_1.3.0-2resolute.20260821.170451_amd64.deb Size: 2438206 SHA256: a15199bd0467b09440cd5a37d0bfbb5e74fc0d5013f0dd40df05e71eac9754c8 SHA1: c44cef865f921ccb7e07ef25a0c71a494ec68794 MD5sum: 16e690e3c991fe7b14915e2146f7382f Description: debug symbols for ros-rolling-off-highway-general-purpose-radar Build-Ids: 4c5293f3b85ca5b7eafa9ce83a5b4e70c3cf9b08 98d12236a58a5759a4bd6622f78a32fd84998f1d Package: ros-rolling-off-highway-general-purpose-radar-msgs Version: 1.3.0-2resolute.20260811.202704 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1212 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_general_purpose_radar_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-general-purpose-radar-msgs/ros-rolling-off-highway-general-purpose-radar-msgs_1.3.0-2resolute.20260811.202704_amd64.deb Size: 97534 SHA256: 5565004b2128a6609043d2576a213e1ddb65c31679d073a83ba14752bf805c41 SHA1: 7a0c1ea8ff40ba713852c86cb6d1ce47a34fa37f MD5sum: 61a9b0e693d80c88a4e215fe1118e473 Description: The off_highway_general_purpose_radar_msgs package Package: ros-rolling-off-highway-general-purpose-radar-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-general-purpose-radar-msgs Version: 1.3.0-2resolute.20260811.202704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 896 Depends: ros-rolling-off-highway-general-purpose-radar-msgs (= 1.3.0-2resolute.20260811.202704) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-general-purpose-radar-msgs/ros-rolling-off-highway-general-purpose-radar-msgs-dbgsym_1.3.0-2resolute.20260811.202704_amd64.deb Size: 634910 SHA256: 2a5cfa5342dbd076c61e6ee8f5861bb373bc8976e0844828a8a4523e6fc86a6d SHA1: 3639bae6ee7753cb2a849c33bdeee6f6efc6a938 MD5sum: 99fdaa6ff1bc6871dc25cc3570ed71c0 Description: debug symbols for ros-rolling-off-highway-general-purpose-radar-msgs Build-Ids: 20f8029108a8ca0862612df0b93ef717cf8eba84 23a228af0fdb38bb2af37aad65c2539a1b677e45 339e6b2ef9ecbe5dcca17af528e5aff0b253ed6b 41651438b264d327ab7e913e23b11afc2c59dacb 6f1aa73639d950c361fb990d4ff310d341edbc2e 7f682066a893649762c709a75da30e8629c3d27b 93eb71e6dbf975e7c0b3bd899636e39a1d20f607 96188179f3cde3490daa1c6f7598a579b99107de c1ea4a7e71dc19161e73e4cb9d0637d8153a7b6e cd087cad98abf9072a0678ed69f6d59cc377160d eb6e05751d9fc8b4c28ea77dbcfc10880c76d431 Package: ros-rolling-off-highway-mm7p10 Version: 1.3.0-2resolute.20260821.170631 Architecture: amd64 Maintainer: Darius Man Installed-Size: 344 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-can-msgs, ros-rolling-off-highway-can, ros-rolling-off-highway-mm7p10-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_mm7p10/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10/ros-rolling-off-highway-mm7p10_1.3.0-2resolute.20260821.170631_amd64.deb Size: 91148 SHA256: a327f69193694744b39994211cbe93c44e8c590659f55f87a8dc8ee859909f92 SHA1: 9833779581da5fd65048e25c8979af0fb2b658c4 MD5sum: 1bc363c56cef314b3cd5657f790ebf1d Description: The off_highway_mm7p10 package Package: ros-rolling-off-highway-mm7p10-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-mm7p10 Version: 1.3.0-2resolute.20260821.170631 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 1616 Depends: ros-rolling-off-highway-mm7p10 (= 1.3.0-2resolute.20260821.170631) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10/ros-rolling-off-highway-mm7p10-dbgsym_1.3.0-2resolute.20260821.170631_amd64.deb Size: 1455812 SHA256: 9f761e6b331d8f0caac8743d972ee9e4f320a1af0b042f2b550a5078fc037434 SHA1: d37c73f537a51774d148c9f740a2c2817494f60f MD5sum: 67bb634c04b1873d5a3286ddf70e9563 Description: debug symbols for ros-rolling-off-highway-mm7p10 Build-Ids: 6cf54f5629b5c67b2bb93c1b7caf8fb32dbd6ab7 e208834920e11321b83d59825609ea25cac11ee4 Package: ros-rolling-off-highway-mm7p10-msgs Version: 1.3.0-2resolute.20260811.203149 Architecture: amd64 Maintainer: Darius Man Installed-Size: 500 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_mm7p10_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10-msgs/ros-rolling-off-highway-mm7p10-msgs_1.3.0-2resolute.20260811.203149_amd64.deb Size: 48822 SHA256: 8a6eb06da768363a2878473fcddbbd5d3e41fa2f2c27400f9f476fe51c3d5c59 SHA1: 23c77398678117d46201dd511503a5020a151455 MD5sum: 6d4a9012bc845b97683821f1ee621dfe Description: The off_highway_mm7p10_msgs package Package: ros-rolling-off-highway-mm7p10-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-mm7p10-msgs Version: 1.3.0-2resolute.20260811.203149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Darius Man Installed-Size: 344 Depends: ros-rolling-off-highway-mm7p10-msgs (= 1.3.0-2resolute.20260811.203149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-mm7p10-msgs/ros-rolling-off-highway-mm7p10-msgs-dbgsym_1.3.0-2resolute.20260811.203149_amd64.deb Size: 204822 SHA256: 266b2fe30670571927a6b21219c63861e588e790e753d66bba4713d76f350e98 SHA1: 9d906406169d0e38bf119663ff2211872dadf240 MD5sum: 6175c1b34ac210acf18c142123b0ff44 Description: debug symbols for ros-rolling-off-highway-mm7p10-msgs Build-Ids: 097c2ba0fff6747b5d572c1b2d773fd8540b3da4 0e8dcecd3181a6fbb67ec08432a4bf049b651b34 465f968c27b9bd92b10c0397ad1e3c9c6c7fb60f 55ba346e4e811b04288ea0af070c19625d209b4c 749a3a508689d8be9f6424533fe4b37979841057 9ad581a2a25d22ed48703e56515c2400f2295caa a7bec040a78b324186e23e9a65a4448fe46c51dd b2d5f5cedd21ec6204be3ce86d5abf0fd25487e4 d1e7f2e3053e43ba40ed2a2fb811c3f38b6239e3 d3781349f6249139e91f779f492c91c0bb4b2082 d95f42bab5783322549fb289480a912e910f63df Package: ros-rolling-off-highway-premium-radar-msgs Version: 1.3.0-2resolute.20260811.203704 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3406 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_premium_radar_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-premium-radar-msgs/ros-rolling-off-highway-premium-radar-msgs_1.3.0-2resolute.20260811.203704_amd64.deb Size: 238990 SHA256: d223cb66c3700502afb903b08b774474f6cbac8a9392437ce8417ae9033169cf SHA1: b269cb544b2d289f30a34708241eb14478db975a MD5sum: e6f6510e9d587f881d026e623c393f65 Description: The off_highway_premium_radar_msgs package Package: ros-rolling-off-highway-premium-radar-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-premium-radar-msgs Version: 1.3.0-2resolute.20260811.203704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 2444 Depends: ros-rolling-off-highway-premium-radar-msgs (= 1.3.0-2resolute.20260811.203704) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-premium-radar-msgs/ros-rolling-off-highway-premium-radar-msgs-dbgsym_1.3.0-2resolute.20260811.203704_amd64.deb Size: 1781766 SHA256: 23935fd7e8e2bfde9ec075b7b564910345f892ac599deacf2d6e5bc34b370979 SHA1: edf70a68ec2f0bcd6d9302c84ec07715a73aaf1f MD5sum: 332dc43130222bb30fd3ef7ae2618027 Description: debug symbols for ros-rolling-off-highway-premium-radar-msgs Build-Ids: 23651fecfbefc7edaee463323c0c91a9969169f5 3b5a708c47e76fe0b3966ffb23ae2d6e296bb0ca 6e73bc6ae4667b99a54ad5fcce92db38072b8b2d 9d39532c2634c5f5253ccb2005bad82e2a209db9 a45094c96bb788d842f7934603ce5b9db5143262 a813902d375db9e32d0a2dd5789f8f28265d81a1 a8d3f9bad2b7fc9e73459dae07bc29d676ebb959 b2350b4167f6b916233ccb5c5c75ead642f366ff b9fe7f5f0765a26d6538405e34b1eb57b3228e58 ba120acf54af2129c0f3b534bbc4be3137ccf7f5 c15b4082ab3732c23839423f54222fe74ff5361b Package: ros-rolling-off-highway-premium-radar-sample-msgs Version: 1.3.0-2resolute.20260811.203708 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5233 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_premium_radar_sample_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-premium-radar-sample-msgs/ros-rolling-off-highway-premium-radar-sample-msgs_1.3.0-2resolute.20260811.203708_amd64.deb Size: 332162 SHA256: b63cd8c07493f12a97d46fa0aceb3952ebca45ffcbe7dd088bd2250c7c68c082 SHA1: c334bf597316b88fa18d3756df4e29fbf5fd29f9 MD5sum: 327dc87ce82b4635bf8dbcb4a89ce228 Description: The off_highway_premium_radar_sample_msgs package Package: ros-rolling-off-highway-premium-radar-sample-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-premium-radar-sample-msgs Version: 1.3.0-2resolute.20260811.203708 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 3702 Depends: ros-rolling-off-highway-premium-radar-sample-msgs (= 1.3.0-2resolute.20260811.203708) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-premium-radar-sample-msgs/ros-rolling-off-highway-premium-radar-sample-msgs-dbgsym_1.3.0-2resolute.20260811.203708_amd64.deb Size: 2684220 SHA256: 919514c5e123a457f6487345154791bba91448dd1cc5cec13e715656c98a7a16 SHA1: cfbad60087f0d1d67d0b6991787da2013b5090b0 MD5sum: ef517dca1f95a5e78bb56762b38f6728 Description: debug symbols for ros-rolling-off-highway-premium-radar-sample-msgs Build-Ids: 244da6330878f566b30660cd8ce3131d5fc26c89 3cd3ae30e961a6e9708c7a8cc5e6fa0a453d1ba6 594548f5ddcfe8e1b6f154040ea9c4e4a7fab177 599c8a7fded46e0c1089e07932208bc49686ce55 795e9e0e83032e2bebd4db11c69978ea5d4e594d bc834ab9531fa0fcf15f077b361b7a4b86654dc4 c04465ddaf10cb1aa39a745cf15d55f8f158f93a d14489bad6753e0df97495d3abdb98fc0248ac59 d262a28801f40e5c21fd3662cbb96b2342b860be d3ac76a781540185f5c02d299fd0afc0897cd71d f917d94a66be4d88d093959d0102df49dc75adcf Package: ros-rolling-off-highway-radar Version: 1.3.0-2resolute.20260821.170430 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 951 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-can-msgs, ros-rolling-off-highway-can, ros-rolling-off-highway-radar-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_radar/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar/ros-rolling-off-highway-radar_1.3.0-2resolute.20260821.170430_amd64.deb Size: 223016 SHA256: 2179abcdbe96cb18641c7e0a8dc9d4c6dd304360e1e2b251341ebfc372738e94 SHA1: c514c1720603626f12450fcde66186c8b2923263 MD5sum: 487f19f777121d10080432d8400af225 Description: The off_highway_radar package Package: ros-rolling-off-highway-radar-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-radar Version: 1.3.0-2resolute.20260821.170430 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 4937 Depends: ros-rolling-off-highway-radar (= 1.3.0-2resolute.20260821.170430) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar/ros-rolling-off-highway-radar-dbgsym_1.3.0-2resolute.20260821.170430_amd64.deb Size: 4187006 SHA256: faa7b3168102a48344eb204ae8c4615dae6975f756c63172eaffee4934b506c4 SHA1: 05102110902a58dbfdecf8cdb25e632a09ff9adc MD5sum: 094abcb641c97efc85e6c498aa6affd1 Description: debug symbols for ros-rolling-off-highway-radar Build-Ids: 21b6d9bd57a29a0643b55c7e0520e60bd9831163 638c7e1836aa21eb21c2e886aed7c1688ee68813 a975488ca3a2565053543d76911447b502687fa5 Package: ros-rolling-off-highway-radar-msgs Version: 1.3.0-2resolute.20260811.204247 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1191 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_radar_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar-msgs/ros-rolling-off-highway-radar-msgs_1.3.0-2resolute.20260811.204247_amd64.deb Size: 101968 SHA256: 93cd86186a9ab7babba91d37616732c3bd16dbf0493670f51512442691b25fbe SHA1: a576784074cfbe9169ea2e7e4404eb85277d163d MD5sum: b5ecb575a9fab842a5cd409e13ee3def Description: The off_highway_radar_msgs package Package: ros-rolling-off-highway-radar-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-radar-msgs Version: 1.3.0-2resolute.20260811.204247 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 905 Depends: ros-rolling-off-highway-radar-msgs (= 1.3.0-2resolute.20260811.204247) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-radar-msgs/ros-rolling-off-highway-radar-msgs-dbgsym_1.3.0-2resolute.20260811.204247_amd64.deb Size: 648480 SHA256: 08b4988a8d0b9f0158f9e578538cd140e7aa4ae22dea13cf6d538ba2d46bb877 SHA1: 5fc4210053c8fd44a226abad3f79c80171590003 MD5sum: df100dc4fd097ba6fbc4795379715463 Description: debug symbols for ros-rolling-off-highway-radar-msgs Build-Ids: 1bf7db90901d39edbfe96a2234268e821a7414b9 1cb3efc95ad9adf8d95faf7d5fd30c8725c4c37f 1db861c5015959af34550bf90ce81cfcb28f4079 3cef1deb19d8ee65a5279459ad89759d2f63bbb0 4df44d97640bcf921fd94dd35899f65751f97dc8 57491bd15f954e67824aad51537eed657926a51b 6fac26b75d1de6b1b67614c2976f1253b418ce54 9706d7cd26c275a12564d7a1887ef11c675254fa b104353e3fb6a02032cde182e2889c31a9d3d4a7 d5d9b94b2db000e3f8c67031aa8882b467726295 e07caaab70a9e9e3ee325c79c21b67e6f79db0d9 Package: ros-rolling-off-highway-uss Version: 1.3.0-2resolute.20260821.170445 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1064 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-can-msgs, ros-rolling-off-highway-can, ros-rolling-off-highway-uss-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_uss/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss/ros-rolling-off-highway-uss_1.3.0-2resolute.20260821.170445_amd64.deb Size: 240254 SHA256: 4ff6a519186b03b535f39848d3053e32959e2ca8ec89dd4dba786c4325bcba0d SHA1: 42a15b667093659841e51a48f8569131d521c69b MD5sum: 0f727c9fee89d4e3bfe23d128e3fefff Description: The off_highway_uss package Package: ros-rolling-off-highway-uss-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-uss Version: 1.3.0-2resolute.20260821.170445 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 5520 Depends: ros-rolling-off-highway-uss (= 1.3.0-2resolute.20260821.170445) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss/ros-rolling-off-highway-uss-dbgsym_1.3.0-2resolute.20260821.170445_amd64.deb Size: 4693346 SHA256: ec0be94b655dab966ea21ce883c1bddcbf670a695b445eb94a13bb48f27d99cf SHA1: 6d3625ce4d1873f6b045753d3ac86e8a9226c6ea MD5sum: 62082457774f441d0d92965b0c6cbe95 Description: debug symbols for ros-rolling-off-highway-uss Build-Ids: 2b01e5e47b14f732c7fda764432687ae7becaa25 2b249411f5fa1e477f5addf4476277f666568978 b9a56fa50243947fbadf17a5f8e46cb50dadd17f Package: ros-rolling-off-highway-uss-msgs Version: 1.3.0-2resolute.20260811.204250 Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1378 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/off_highway_uss_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss-msgs/ros-rolling-off-highway-uss-msgs_1.3.0-2resolute.20260811.204250_amd64.deb Size: 115952 SHA256: f8b3a51e125a167a26dec79dec0d56a2b338e3560e3316a0b7ab47b4bef0e1bf SHA1: 4e842e2242e0944e356295cf428ff6dcc21382fe MD5sum: 09850f817a06388402f1fa674ee2176d Description: The off_highway_uss_msgs package Package: ros-rolling-off-highway-uss-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-off-highway-uss-msgs Version: 1.3.0-2resolute.20260811.204250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Sarah Huber Installed-Size: 1140 Depends: ros-rolling-off-highway-uss-msgs (= 1.3.0-2resolute.20260811.204250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-off-highway-uss-msgs/ros-rolling-off-highway-uss-msgs-dbgsym_1.3.0-2resolute.20260811.204250_amd64.deb Size: 839414 SHA256: 3889a2f95ca0421595b3c667b5204edc883cdae1d7cf76e6877150045eeb448b SHA1: 679469173a3b55ab190634643173d205b1576518 MD5sum: 800168ba9a26c74fb19d457a3bfceba2 Description: debug symbols for ros-rolling-off-highway-uss-msgs Build-Ids: 1de953825515899e6fa23fbd775f233334ea63ed 31d35ba8b7bf6469e4928f8567d2d4e3f3587f1c 37e7f7f49ace83426fe4b038cc94423563ce843f 66539395c6367ea290025c9f998cee1ad5fbb576 72a4e7ebc51614f55be331d43165af6c1f07bd27 8ce9e15fc97469848f8fc5a222c81cb3fc4db437 8d435d126949e4b858be99f0314e023e9b9c46b4 c4834b529054fd37a51c9a3d51e8947daed9f52b cc3747280d5f8749822c92275a623aaf059f2816 e1fde0a020b6f292115284c6152f4c365e8c3385 ff566d8d2bb46f3340d566d84fa9a12020bd6619 Package: ros-rolling-om-joint-trajectory-command-broadcaster Version: 4.1.2-2resolute.20260826.131114 Architecture: amd64 Maintainer: Pyo Installed-Size: 699 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-backward-ros, ros-rolling-builtin-interfaces, ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp-lifecycle, ros-rolling-rcutils, ros-rolling-realtime-tools, ros-rolling-sensor-msgs, ros-rolling-trajectory-msgs, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/om_joint_trajectory_command_broadcaster/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-om-joint-trajectory-command-broadcaster/ros-rolling-om-joint-trajectory-command-broadcaster_4.1.2-2resolute.20260826.131114_amd64.deb Size: 160076 SHA256: b889c8b006a2a076abfa2bcd9f2668fab6799336abf568689f7cd8988a1bb4d4 SHA1: dd5ca29da898f056b415b4b74cac9e9f6b023b9a MD5sum: 40a228679eddd282b838d69b0944b7f2 Description: Joint Trajectory Command Broadcaster ROS 2 package. Package: ros-rolling-om-joint-trajectory-command-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-om-joint-trajectory-command-broadcaster Version: 4.1.2-2resolute.20260826.131114 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3197 Depends: ros-rolling-om-joint-trajectory-command-broadcaster (= 4.1.2-2resolute.20260826.131114) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-om-joint-trajectory-command-broadcaster/ros-rolling-om-joint-trajectory-command-broadcaster-dbgsym_4.1.2-2resolute.20260826.131114_amd64.deb Size: 2735408 SHA256: 8278edf8f4682dd83e35fb6aea54caec7bb92f3bdfbaa0a46a0a79fce3798d48 SHA1: 1d6ef360270703a1280aaac346e2fcced23b1eaa MD5sum: 3c19f40c84602c46190fe3465d5195f3 Description: debug symbols for ros-rolling-om-joint-trajectory-command-broadcaster Build-Ids: 9cbb21c3bc5a3a9576a7779b4318facee3c5f8c1 Package: ros-rolling-om-spring-actuator-controller Version: 4.1.2-2resolute.20260827.062010 Architecture: amd64 Maintainer: Pyo Installed-Size: 256 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/om_spring_actuator_controller/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-om-spring-actuator-controller/ros-rolling-om-spring-actuator-controller_4.1.2-2resolute.20260827.062010_amd64.deb Size: 65030 SHA256: 4eec4fbb60bd9e81879812f45b78a5f5c27f8a33d8b8d0991c2cc050ee807752 SHA1: 9fe6e5a14591b96708c706e81115b24da6f14ba0 MD5sum: 6a71195d391c34a0cabcaa6509beafec Description: Spring Actuator Controller ROS 2 package. Package: ros-rolling-om-spring-actuator-controller-dbgsym Package-Type: ddeb Source: ros-rolling-om-spring-actuator-controller Version: 4.1.2-2resolute.20260827.062010 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 840 Depends: ros-rolling-om-spring-actuator-controller (= 4.1.2-2resolute.20260827.062010) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-om-spring-actuator-controller/ros-rolling-om-spring-actuator-controller-dbgsym_4.1.2-2resolute.20260827.062010_amd64.deb Size: 778330 SHA256: 4904b3cc5b814845b4fc625bf0627a3f4be5050cbe691655c71e07f27c5d7062 SHA1: 5fd8f45981362f24e0794ee72eaa3d9675273da4 MD5sum: aaf6f9497c5c188af93bb9633c961836 Description: debug symbols for ros-rolling-om-spring-actuator-controller Build-Ids: 825b83f174c369cf4b6430fc0943f3fe0defb5e7 Package: ros-rolling-omni-wheel-drive-controller Version: 6.9.0-1resolute.20260826.130429 Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 1079 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-tf2, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/omni_wheel_drive_controller/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-omni-wheel-drive-controller/ros-rolling-omni-wheel-drive-controller_6.9.0-1resolute.20260826.130429_amd64.deb Size: 286918 SHA256: c5304bba4cb47e3a6e12207751a048d1c725a347b812f038a7a8614bcebc53bd SHA1: 8846b0808411e48864f3a108c5a0f6cd62a0b473 MD5sum: 59dbad0add701d3c0f905e2c39a2a62b Description: A chainable controller for mobile robots with omnidirectional drive with three or more omni wheels. Package: ros-rolling-omni-wheel-drive-controller-dbgsym Package-Type: ddeb Source: ros-rolling-omni-wheel-drive-controller Version: 6.9.0-1resolute.20260826.130429 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aarav Gupta" Installed-Size: 9981 Depends: ros-rolling-omni-wheel-drive-controller (= 6.9.0-1resolute.20260826.130429) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-omni-wheel-drive-controller/ros-rolling-omni-wheel-drive-controller-dbgsym_6.9.0-1resolute.20260826.130429_amd64.deb Size: 9480448 SHA256: 0faf500282c614c33c99dd55219aee131d67f34e2e679fa853e5f2d4e3083938 SHA1: 2835704235dffd38319fdfa06b5821cb711b1788 MD5sum: 8f5e200ab0f59236f1edf54096943c3d Description: debug symbols for ros-rolling-omni-wheel-drive-controller Build-Ids: 5ebe95660940054efdb384ef841a301cf376757a Package: ros-rolling-ompl Version: 2.0.2-1resolute.20260828.213159 Architecture: amd64 Maintainer: "Mark Moll" Installed-Size: 29849 Depends: libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.43), libgcc-s1 (>= 3.4), libstdc++6 (>= 14), libboost-program-options-dev, libboost-program-options1.83.0, libboost-serialization-dev, libboost-serialization1.83.0, libboost-system-dev, libeigen3-dev, libflann1.9, libyaml-cpp-dev, ros-rolling-ros-workspace Homepage: https://ompl.kavrakilab.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ompl/ros-rolling-ompl_2.0.2-1resolute.20260828.213159_amd64.deb Size: 3087666 SHA256: 734dd8accc1d2bf45957a68560a2c6b73006ac635cc0af44e2d552cd5df19b63 SHA1: 527f53ec019aec622a39d3b990e11441a6ec984b MD5sum: 8163fc15a242ab78b1597d2a2a3b9f0f Description: OMPL is a free sampling-based motion planning library. Package: ros-rolling-ompl-dbgsym Package-Type: ddeb Source: ros-rolling-ompl Version: 2.0.2-1resolute.20260828.213159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mark Moll" Installed-Size: 67483 Depends: ros-rolling-ompl (= 2.0.2-1resolute.20260828.213159) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ompl/ros-rolling-ompl-dbgsym_2.0.2-1resolute.20260828.213159_amd64.deb Size: 62946716 SHA256: dad03a5a3ed87fcb017c6a9cfb9bbba64915b9825a09e59545028a0eddd72d0c SHA1: a55dba1d6f7e6929c6dc2ec22d8b2c767185157e MD5sum: c298e72e652210df7348bf7bcd68f5a2 Description: debug symbols for ros-rolling-ompl Build-Ids: 77d827e67bdec0d4d9c3d45f97a413a34a610473 f3ac646d95381122b674bcad463b8003f9b1b5c9 Package: ros-rolling-onnxruntime-vendor Version: 0.1.0-2resolute.20260714.184530 Architecture: amd64 Maintainer: "Julia Jia" Installed-Size: 22592 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.0), libstdc++6 (>= 10.2), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/onnxruntime_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-onnxruntime-vendor/ros-rolling-onnxruntime-vendor_0.1.0-2resolute.20260714.184530_amd64.deb Size: 6335294 SHA256: 26dcbfb6d7342fc0d1d30198c0c0244ee41eca863ce6d59b8f868a2fc09bc049 SHA1: 423a8c478c898686a5e593665861e7c9012cb995 MD5sum: 32c6a8b79533ca23f4662a294db4cbe0 Description: Vendor package for ONNX Runtime 1.24.3 Package: ros-rolling-open-manipulator-collision Version: 4.1.2-2resolute.20260821.165226 Architecture: amd64 Maintainer: Pyo Installed-Size: 649 Depends: libc6 (>= 2.34), libfcl0.7 (>= 0.7.0), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libeigen3-dev, libfcl-dev, ros-rolling-kdl-parser, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-urdf, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-collision/ros-rolling-open-manipulator-collision_4.1.2-2resolute.20260821.165226_amd64.deb Size: 150536 SHA256: 846ac5e0d782b42ca73ab9d9a0ede04347794b13ee61107c389bca3bf5dba219 SHA1: 8ed3d1850187369c19d83a714151bb3c4f9442f4 MD5sum: 2ad781c6e74f695db15f5e85ec1dc434 Description: This package implements a self-collision detection system for the follower robot during leader-follower teleoperation. Its primary purpose is to enhance safety by detecting potential self-collisions in real time while the robot is being remotely operated. Package: ros-rolling-open-manipulator-collision-dbgsym Package-Type: ddeb Source: ros-rolling-open-manipulator-collision Version: 4.1.2-2resolute.20260821.165226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3849 Depends: ros-rolling-open-manipulator-collision (= 4.1.2-2resolute.20260821.165226) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-collision/ros-rolling-open-manipulator-collision-dbgsym_4.1.2-2resolute.20260821.165226_amd64.deb Size: 3394600 SHA256: 24db4efe7be0c8ee0d6d533397448ec4e11f61311e1995955a70b4af1cb3cd5f SHA1: 498e217b81987a2d38899e3d0baa2149c1ad4fd6 MD5sum: 6c228aab7e8221b2a22af8943e3d51de Description: debug symbols for ros-rolling-open-manipulator-collision Build-Ids: 75337366308ac429c2383a01ef372043ef8f0b24 Package: ros-rolling-open-manipulator-description Version: 4.1.2-2resolute.20260826.133337 Architecture: amd64 Maintainer: Pyo Installed-Size: 55200 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-description/ros-rolling-open-manipulator-description_4.1.2-2resolute.20260826.133337_amd64.deb Size: 13071054 SHA256: 9ba26382e1f52c6bc113dd91187a893dddd24caea02cb2397647bdc5bf98f802 SHA1: 8e3d1e4f0b89dce2ea0925ee71732c127ced8fda MD5sum: 9e2d001c4442acafbaceab8c8489b38b Description: open_manipulator_description ROS 2 package. Package: ros-rolling-open-manipulator-gui Version: 4.1.2-2resolute.20260830.173645 Architecture: amd64 Maintainer: Pyo Installed-Size: 1065 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.6.0~beta), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-moveit-ros-planning-interface, libqt5gui5t64, qt5-qmake, qtbase5-dev, ros-rolling-eigen3-cmake-module, ros-rolling-geometry-msgs, ros-rolling-moveit-msgs, ros-rolling-moveit-ros-planning, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-gui/ros-rolling-open-manipulator-gui_4.1.2-2resolute.20260830.173645_amd64.deb Size: 178718 SHA256: b25f52d688f89fb1d771052ad1176c08f5f6e198659635f8f4547481a5ce59e8 SHA1: db0bca1e9adbc306cfc9f83e3e1e31f642730dbb MD5sum: 13c88c263a54f54595e28c8d51fb2ff8 Description: The OpenMANIPULATOR GUI ROS 2 package enables users to explore Joint Space, Task Space, and even work with the Task Constructor functionality. Package: ros-rolling-open-manipulator-gui-dbgsym Package-Type: ddeb Source: ros-rolling-open-manipulator-gui Version: 4.1.2-2resolute.20260830.173645 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 13676 Depends: ros-rolling-open-manipulator-gui (= 4.1.2-2resolute.20260830.173645) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-gui/ros-rolling-open-manipulator-gui-dbgsym_4.1.2-2resolute.20260830.173645_amd64.deb Size: 13330382 SHA256: 9171d0e0b7d6872e3f5d6e1e55cdbed8fa1a4687cbe9ac2142613ceb6dd54224 SHA1: 7f34484bf9693cd6a8f2ffd1d7463b818bbe8803 MD5sum: d27951fa1e6f00313876faf6b054a029 Description: debug symbols for ros-rolling-open-manipulator-gui Build-Ids: 3090cb987c54e52da2aee0cb5569ebb1d56bd890 5efa63fade45956dcbe7eba4383c8161ca0a5963 60dd5e4d74f7909a23313fa70816ce891763b53d f5c411ce2c868267f165a5d1ccc3e4820f68e4b5 Package: ros-rolling-open-manipulator-moveit-config Version: 4.1.2-2resolute.20260831.021457 Architecture: amd64 Maintainer: Pyo Installed-Size: 110 Depends: ros-rolling-controller-manager, ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-moveit-configs-utils, ros-rolling-moveit-kinematics, ros-rolling-moveit-planners, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-ros-visualization, ros-rolling-moveit-ros-warehouse, ros-rolling-moveit-setup-assistant, ros-rolling-moveit-simple-controller-manager, ros-rolling-open-manipulator-description, ros-rolling-robot-state-publisher, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz2, ros-rolling-tf2-ros, ros-rolling-warehouse-ros-sqlite, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-moveit-config/ros-rolling-open-manipulator-moveit-config_4.1.2-2resolute.20260831.021457_amd64.deb Size: 12654 SHA256: dda50365b053b96c44ee314311c73fa00ed8819e45c649414c7f1abe0d723d52 SHA1: 4996d9922f9d928cd3ac50ee6ea918c15fc186d1 MD5sum: 6b5bf4a420bbfad513af56ca19ab0631 Description: An automatically generated package with all the configuration and launch files for using the open_manipulator_x with the MoveIt Motion Planning Framework Package: ros-rolling-open-manipulator-playground Version: 4.1.2-2resolute.20260830.173644 Architecture: amd64 Maintainer: Pyo Installed-Size: 177 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-ros-planning-interface, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/open_manipulator Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-playground/ros-rolling-open-manipulator-playground_4.1.2-2resolute.20260830.173644_amd64.deb Size: 26322 SHA256: 78bfd1f2951546214f96c0655f39367a6f0f36af392f31a88ea91e739fb1a415 SHA1: 1ac531c017ad0919abc77accd7f4b2370a752f41 MD5sum: 6b2413e73666c23941ba5d83c093eecc Description: This package provides an example for utilizing the MoveIt API with the OpenMANIPULATOR, allowing users to practice and experiment freely. Package: ros-rolling-open-manipulator-playground-dbgsym Package-Type: ddeb Source: ros-rolling-open-manipulator-playground Version: 4.1.2-2resolute.20260830.173644 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4373 Depends: ros-rolling-open-manipulator-playground (= 4.1.2-2resolute.20260830.173644) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-playground/ros-rolling-open-manipulator-playground-dbgsym_4.1.2-2resolute.20260830.173644_amd64.deb Size: 3194978 SHA256: 64161b37df5c63c304f93ba5eab43335fafc9235fdc17aa7a0a0ea358f28265a SHA1: d56f36ebc07558f28dc68af507f33cd6def84605 MD5sum: 0c4aef82042a517e3b2c330aea011fa3 Description: debug symbols for ros-rolling-open-manipulator-playground Build-Ids: 2782ced91e04b2b85d6cd4ea2abd056f1bc70ff8 8068a4c587b809a996632b90bc2297521bb25428 fe87ba6a3ccb7cc3c4e8528b7c412f0addd24a80 Package: ros-rolling-open-manipulator-teleop Version: 4.1.2-2resolute.20260821.163813 Architecture: amd64 Maintainer: Pyo Installed-Size: 116 Depends: ros-rolling-control-msgs, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/open_manipulator_teleop/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open-manipulator-teleop/ros-rolling-open-manipulator-teleop_4.1.2-2resolute.20260821.163813_amd64.deb Size: 12552 SHA256: 8f006b5c4f23d2c5ddda4d75a2a476e21bb9904c71f00f7b02ecbbbf16f9fee0 SHA1: 01be336d126304d870176c868636bbeb45cbda2c MD5sum: 9be9af3bdf55c8357f81acc2ba440f52 Description: OpenManipulator teleoperation package Package: ros-rolling-open3d-vendor Version: 0.19.0-2resolute.20260714.175156 Architecture: amd64 Maintainer: Christian Rauch Installed-Size: 829932 Depends: libc++1 (>= 1:22.1.2-1ubuntu1), libc6 (>= 2.34), libgcc-s1 (>= 4.0), libgl1, libgomp1 (>= 6), libstdc++6 (>= 10.2), libudev1 (>= 183), libx11-6, libc++-dev, libgl1-mesa-dev, libglu1-mesa-dev, libx11-dev, ros-rolling-ros-workspace Homepage: https://www.open3d.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-open3d-vendor/ros-rolling-open3d-vendor_0.19.0-2resolute.20260714.175156_amd64.deb Size: 217138590 SHA256: ac13c91afdf284565db8c62d822460a6e7b1fa5ce6f6cf413c654a7ef8ec4621 SHA1: 4fb270e2d4cd1c265aa3216428616ca6f4365285 MD5sum: 9aceb41d181547d81e7f780aa53036e3 Description: Open3D is an open-source library that supports rapid development of software that deals with 3D data. Package: ros-rolling-openeb-vendor Version: 2.0.3-1resolute.20260714.184629 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 11040 Depends: libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libglew2.2 (>= 2.2.0-4build2), libglfw3 (>= 3.2), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libopengl0, libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), libusb-1.0-0 (>= 2:1.0.16), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libboost-all-dev, libglew-dev, libglfw3-dev, libhdf5-dev, libopencv-dev, libopenscenegraph-dev, libprotobuf-dev, libprotoc-dev, libswscale-dev, libusb-0.1-4, libusb-1.0-0-dev, libusb-dev, openscenegraph, protobuf-compiler, ros-rolling-ros-workspace Homepage: https://github.com/prophesee-ai/openeb Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openeb-vendor/ros-rolling-openeb-vendor_2.0.3-1resolute.20260714.184629_amd64.deb Size: 2038882 SHA256: 23475487320135dae727b482237022bfbd9bc3b4388461a47976e2131109622d SHA1: 908d472621819c855ffde0766e10f28bf2b61374 MD5sum: efbb836fe6c4ca355329a56fe2691f4c Description: Wrapper around openeb Package: ros-rolling-openeb-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-openeb-vendor Version: 2.0.3-1resolute.20260714.184629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 48908 Depends: ros-rolling-openeb-vendor (= 2.0.3-1resolute.20260714.184629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-openeb-vendor/ros-rolling-openeb-vendor-dbgsym_2.0.3-1resolute.20260714.184629_amd64.deb Size: 45516372 SHA256: 7998b8d1181bf256bcb716ef7ddede3bfa507bd9b8a4f2c3070fbf85cefbb047 SHA1: 8368298dd4e3ba696cf59c3672f2a00e5e9541f6 MD5sum: d0414aabf696eb0c3903d5c323834c2c Description: debug symbols for ros-rolling-openeb-vendor Build-Ids: 0031d578810e371f5c2aec2bb42a3fd072812dc0 02f9b4f536bb242f7e695f814547ab18f3e2aafb 03c99331f7aa8cecb4103e23fe31ebd41206a36c 05a3bfdb7bf05b07eed41ceeda0939a7edf4daa6 05e6b2b1e8befbc1f42cd8381accc70d00235eee 13667dc8f9fb5bc8cb16bf49bf8c1341e4ec036a 16109038455eeeabed5ff61a24e5b7ae30ddf2b7 3792d1a81852d732495e5bc0cef84c9ed720a302 3e85a90e63469b4650cf870c347fa206bd09e179 41e402b01400fd1e635328a09c43f4bacb8b4bac 422b383ac7c5f19a23fc2992c4dc883c1279bb1a 46a324c2c8f683ad777eb205b81a50057a0ccfdf 51a4717c2e6f200a16cbd7a442bbab0401d9545a 57b31d5fdd7ddbdb15555c10b597a4f525cacfa7 6d36695c38216a3bee905dc1964e7cf860f3582d 78a87bb2116c70cd82e77dee9a0ee2b1d683ea6a a874fcde5301bc70dfa5c71110336d9ad795b30b ca42603a740176bd55e0466fabf119993c6b8a68 d38912ab69c57e353ea4848b19342db2d11e295f f123aa191e12eaa62a2f7b61d117dea5e5e4c426 Package: ros-rolling-orocos-kdl-vendor Version: 0.8.0-2resolute.20260714.190753 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 47 Depends: libeigen3-dev, liborocos-kdl-dev, ros-rolling-eigen3-cmake-module, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/orocos_kdl_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-orocos-kdl-vendor/ros-rolling-orocos-kdl-vendor_0.8.0-2resolute.20260714.190753_amd64.deb Size: 6962 SHA256: 9c4cefc9548382f7f766a07bd25242a00d5abfbee81cd1b5f0890c836b717ccc SHA1: 74af2e7ba70c1a4bc1018a7a83ecb9b5e101c659 MD5sum: 6ae2ee5c522fa16675deca5f01fa1e69 Description: Wrapper around orocos_kdl, providing nothing but a dependency on orocos_kdl on some systems. On others, it fetches and builds orocos_kdl locally. Package: ros-rolling-ortools-vendor Version: 9.9.1-5resolute.20260813.130853 Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 81136 Depends: libc6 (>= 2.38), libgcc-s1 (>= 7), libstdc++6 (>= 14), ros-rolling-ros-workspace Homepage: https://github.com/google/or-tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ortools-vendor/ros-rolling-ortools-vendor_9.9.1-5resolute.20260813.130853_amd64.deb Size: 15608798 SHA256: 9baf14b6438e124daeb9f6f00f01dc14eab8468e4f17e2cdf4c1386bec996a16 SHA1: b9d60a804c4ea10c6131bdcc02eb8e1d465d40de MD5sum: 23690c687d370c9d540e108c80030985 Description: Wrapper around ortools, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-rolling-ortools-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-ortools-vendor Version: 9.9.1-5resolute.20260813.130853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gonzalo Mier" Installed-Size: 259289 Depends: ros-rolling-ortools-vendor (= 9.9.1-5resolute.20260813.130853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ortools-vendor/ros-rolling-ortools-vendor-dbgsym_9.9.1-5resolute.20260813.130853_amd64.deb Size: 248898236 SHA256: 9ec5a6045a533798b5a8078ca7d21a1fd88526aa3fa908cb7fbf5bc4375305af SHA1: 87e5946a23f956cff8c6e72a449731933c25d35e MD5sum: 5e8abb8d22f633b91708aa636aa75f56 Description: debug symbols for ros-rolling-ortools-vendor Build-Ids: 1774c74e987fb97d02660cb39cb163fc82c89910 53645e537009059984f590f4517662300c970723 5410bc0cae87a9c3e0ea1c88876f1fe9a31d0675 8e2a8f44c6545f311bf73a44230fcdf4b555d375 b5f90249cafdd4dc7026c755c62f68580e352f36 dbb0c49f815dd665ebcd612e030eadb15d65bbc4 e4cdbe9e54d29cc61df7f0748236a0ff2eba1c87 Package: ros-rolling-osqp-vendor Version: 1.0.0-1resolute.20260811.125808 Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 903 Depends: libc6 (>= 2.38), ros-rolling-ros-workspace Homepage: https://github.com/osqp/osqp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osqp-vendor/ros-rolling-osqp-vendor_1.0.0-1resolute.20260811.125808_amd64.deb Size: 158950 SHA256: d73176b6fa76ef9059796a1adc184b2d2af6a46e687e191910406e25d2c01106 SHA1: dc7ade8d7da4ada9f7557ef42ebe88181a10b96b MD5sum: 4ca6f586515fc25d3880c2ed8a312aa4 Description: Wrapper around osqp that ships with a CMake module Package: ros-rolling-osqp-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-osqp-vendor Version: 1.0.0-1resolute.20260811.125808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Rauch" Installed-Size: 242 Depends: ros-rolling-osqp-vendor (= 1.0.0-1resolute.20260811.125808) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osqp-vendor/ros-rolling-osqp-vendor-dbgsym_1.0.0-1resolute.20260811.125808_amd64.deb Size: 175664 SHA256: 31dec8845bc15faa7b64795fa4b0e259d8aa492766501c267e9703ec51a48431 SHA1: f56fd44ff1df220f71617232936b4fed90061b42 MD5sum: de1b671889902740079c9f87f6741579 Description: debug symbols for ros-rolling-osqp-vendor Build-Ids: 88b60aa30446919ba2137b8649e50245802b2e4b Package: ros-rolling-osrf-pycommon Version: 2.1.7-2resolute.20260714.175620 Architecture: amd64 Maintainer: William Woodall Installed-Size: 222 Depends: python3-importlib-metadata, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/osrf_pycommon/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osrf-pycommon/ros-rolling-osrf-pycommon_2.1.7-2resolute.20260714.175620_amd64.deb Size: 50156 SHA256: 320092d843e1d09cf014254ad53ace581615605a7abe4cde18fb8de1788d13da SHA1: 5d8144aeb510da5661df3a1f2f3d7081dacb5c5d MD5sum: e4e09351fe08b540b9f2b3aae16df9b7 Description: Commonly needed Python modules, used by Python software developed at OSRF. Package: ros-rolling-osrf-testing-tools-cpp Version: 2.3.1-1resolute.20260714.175527 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 1127 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/osrf_testing_tools_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osrf-testing-tools-cpp/ros-rolling-osrf-testing-tools-cpp_2.3.1-1resolute.20260714.175527_amd64.deb Size: 932756 SHA256: 2a3a0f2e81ab921313714c18bf52cafdec8ac81c442b8aff0a07f0da5314da6f SHA1: 62594e22c1d6977757499f1861307fd5874fd2ad MD5sum: ce2ae34a674aa2e2ae57c3771baf2970 Description: Testing tools for C++, and is used in various OSRF projects. Package: ros-rolling-osrf-testing-tools-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-osrf-testing-tools-cpp Version: 2.3.1-1resolute.20260714.175527 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 843 Depends: ros-rolling-osrf-testing-tools-cpp (= 2.3.1-1resolute.20260714.175527) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-osrf-testing-tools-cpp/ros-rolling-osrf-testing-tools-cpp-dbgsym_2.3.1-1resolute.20260714.175527_amd64.deb Size: 748572 SHA256: 3a1967fb1683570cdce84113482a85952eca7909f4b57b42058fe5c33d595180 SHA1: 2ad07ea4ea047d8fa0e40fc9da502d609b6a799e MD5sum: 9efc2608e492fe861e0bc61be9d97a7b Description: debug symbols for ros-rolling-osrf-testing-tools-cpp Build-Ids: 069c938459de417e70088a2727e05c60726759e5 4491b0f2fda9ef53506c39cb631318e6fe674202 746de5ea27163907bda0a6e10d829dab52eec1c5 Package: ros-rolling-ouster-sensor-msgs Version: 0.15.1-1resolute.20260824.235108 Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 1946 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ouster_sensor_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouster-sensor-msgs/ros-rolling-ouster-sensor-msgs_0.15.1-1resolute.20260824.235108_amd64.deb Size: 163114 SHA256: b37ba434350a21d039481606d1790c982565958f8f60b3fa596b2459198b5cf9 SHA1: 3161ea2c0696c18b09475432142cfff42bce6d83 MD5sum: 63eac2ba8429486a816afee7c0c09c5f Description: ouster_ros message and service definitions Package: ros-rolling-ouster-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ouster-sensor-msgs Version: 0.15.1-1resolute.20260824.235108 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ouster developers" Installed-Size: 1824 Depends: ros-rolling-ouster-sensor-msgs (= 0.15.1-1resolute.20260824.235108) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouster-sensor-msgs/ros-rolling-ouster-sensor-msgs-dbgsym_0.15.1-1resolute.20260824.235108_amd64.deb Size: 1375114 SHA256: da95344e21acb23d9c36e36af92d73a2b79e5beae5094a053f958467fd2b33ab SHA1: 89fe1da8401bc178b27531a7523d63322f290e9b MD5sum: e06ae168cdedb0c40f301ba7d5cece51 Description: debug symbols for ros-rolling-ouster-sensor-msgs Build-Ids: 173c26bc64f59149b79ac2cab6c23e88a2263a37 3a4fdf07e83a0bfe72d0ca4279980b41f60c1b6c 633afaa160d4a29a2bfb6090c82daf31ee4e2177 750ace6392464add219d906ec675bc635308935e a9ce507932123719ca89d61ad9aac9bbe7923d14 bf48850d42d3a531f58845c26fa17bccc026585c d6b60f82d4fb7abe4614b06b0c62bbd7cc25554a dd683e369e2356f9f0a0553bc251d4df823d72a7 ddd29272ad00d6aad38aa74ef01150e88ff39261 dec22abf051c35a76312139c5854cf27acd8ed22 ea1a00b6641dd36da52ea6f085e3383520579e24 Package: ros-rolling-ouxt-common Version: 0.0.8-5resolute.20260714.191147 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 44 Depends: ros-rolling-ouxt-lint-common, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ouxt_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouxt-common/ros-rolling-ouxt-common_0.0.8-5resolute.20260714.191147_amd64.deb Size: 5662 SHA256: 813311d4f90176d2cc28470d5916a4a22c4f5b196fd02fe3f939f14e20027684 SHA1: 29c2a3388e586d08ca62ef790a188f5838bbd7ae MD5sum: 951b49ab14a62604b6450058808946c8 Description: common settings for OUXT Polaris ROS2 packages Package: ros-rolling-ouxt-lint-common Version: 0.0.8-5resolute.20260714.190504 Architecture: amd64 Maintainer: Masaya Kataoka Installed-Size: 48 Depends: ros-rolling-ament-cmake-clang-format, ros-rolling-ament-cmake-copyright, ros-rolling-ament-cmake-pep257, ros-rolling-ament-cmake-xmllint, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ouxt_lint_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ouxt-lint-common/ros-rolling-ouxt-lint-common_0.0.8-5resolute.20260714.190504_amd64.deb Size: 6700 SHA256: 252695d65f58ae01ccb573939d86c9577dcf9c41dd957954836c602937c4f582 SHA1: 84f66d493430cb2f6e825121a1ceab5a7281a5ac MD5sum: db8ee4d4352777dc663bd4cf832faa8e Description: common linter settings for OUXT Polaris ROS2 packages Package: ros-rolling-pal-statistics Version: 2.8.2-1resolute.20260821.164752 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 421 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libatomic1, libboost-dev, ros-rolling-pal-statistics-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/pal_statistics Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics/ros-rolling-pal-statistics_2.8.2-1resolute.20260821.164752_amd64.deb Size: 111988 SHA256: 7a0d3293ea46fb4f5af3fe911de20442a74a6d66e934c2372ceaf284092e9c66 SHA1: d7376ed76ac50ace4960e928c5ead78dd69d1a58 MD5sum: 9fc47019f5a0689408a1c92ad8c1d40e Description: The pal_statistics package Package: ros-rolling-pal-statistics-dbgsym Package-Type: ddeb Source: ros-rolling-pal-statistics Version: 2.8.2-1resolute.20260821.164752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 2229 Depends: ros-rolling-pal-statistics (= 2.8.2-1resolute.20260821.164752) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics/ros-rolling-pal-statistics-dbgsym_2.8.2-1resolute.20260821.164752_amd64.deb Size: 2048900 SHA256: e6fd815b94d0b581af209e6e6621a304487cfb6b32f60aa86a98678635648cb4 SHA1: f1ff9b7e0dd14a4e478d9d69641ac42387f6ff97 MD5sum: c2737afa55c376d34de3c0c0d31e7a23 Description: debug symbols for ros-rolling-pal-statistics Build-Ids: 410defb1c02c83c047bc830e473280ebf4bcc302 Package: ros-rolling-pal-statistics-msgs Version: 2.8.2-1resolute.20260820.132311 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 920 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/pal_statistics Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics-msgs/ros-rolling-pal-statistics-msgs_2.8.2-1resolute.20260820.132311_amd64.deb Size: 91526 SHA256: 37d94dbb5ac2a18fdb9963a56f9fb1d5713a4d5f43a1094caf1eaa37db8e3d37 SHA1: b3e1feb656f7307c223f8e9c6758a59991092e18 MD5sum: c9d11f6823449414fcb786a8c5602c15 Description: Statistics msgs package Package: ros-rolling-pal-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-pal-statistics-msgs Version: 2.8.2-1resolute.20260820.132311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 834 Depends: ros-rolling-pal-statistics-msgs (= 2.8.2-1resolute.20260820.132311) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-statistics-msgs/ros-rolling-pal-statistics-msgs-dbgsym_2.8.2-1resolute.20260820.132311_amd64.deb Size: 603004 SHA256: dd0b709efe11cb209ec9101cddaca9ded71d288ae89a94863e822f6049ff7524 SHA1: a2779910951a90196c3be47833d72c397060bee1 MD5sum: 8495e9cd8fd82504a40d568019f47006 Description: debug symbols for ros-rolling-pal-statistics-msgs Build-Ids: 007a2204d12de9c3d21b11e9ef4a3322e81d4260 15b3279d534c27275d2322b662a82ac93088ba01 595ee993be43d51c303d1f1bd8d5b78a78b09095 6164b62f4e3b3fe6315717361a5921a03e18114d 6c73af82348eeaa4c7464789d1f6b6ed99cfc125 b0626bfb9c771465430d3a164c87df74683901a5 d423084c6333c08c7062497c6e4867604214aad1 db848610c15e756e5706ea44664087293b17eb49 e4edf94591984766268058101dd53ab980d5f7dd e8a71a82c2d6eb01651b6f045e24e6b78337f410 ec196820ed03c01b28d78eac98700f7870f0ff29 Package: ros-rolling-pal-urdf-utils Version: 2.9.2-1resolute.20260831.023129 Architecture: amd64 Maintainer: "Thomas Peyrucain" Installed-Size: 21450 Depends: ros-rolling-realsense2-description, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/pal_urdf_utils Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pal-urdf-utils/ros-rolling-pal-urdf-utils_2.9.2-1resolute.20260831.023129_amd64.deb Size: 6050490 SHA256: 03fa81fa00505ad37726c255be52229a05c04863b3239ea6dca2f5e664d8d3d6 SHA1: 3c888967ad25210a8ffd925e8379f28e44727d5b MD5sum: 7c22e08acaded39008cb1614d5fbd114 Description: This package contains the color materials of common elements of PAL Robotics' robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package. Package: ros-rolling-pangolin Version: 0.9.6-1resolute.20260820.132323 Architecture: amd64 Maintainer: "Steven Lovegrove" Installed-Size: 5867 Depends: libc6 (>= 2.38), libegl1, libepoxy0 (>= 1.0), libgcc-s1 (>= 3.3.1), libjpeg8 (>= 8c), libopenexr-3-1-30 (>= 3.1.13), libpng16-16t64 (>= 1.6.46), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), libwayland-client0 (>= 1.20.0), libwayland-cursor0 (>= 1.0.2), libwayland-egl1 (>= 1.15.0), libx11-6, libxkbcommon0 (>= 0.5.0), libepoxy-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libjpeg-dev, libopenexr-dev, libpng-dev, libxkbcommon-dev, python3-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/pangolin/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pangolin/ros-rolling-pangolin_0.9.6-1resolute.20260820.132323_amd64.deb Size: 1453010 SHA256: 1d5047ecb8447e50c4a11cd7ed61df5ef0ee2611716cef82ed67ae44fa82fdfe SHA1: 5e652a629bf7bd99667c665bd9454dec51ec3f80 MD5sum: dbb3163d8aeef7b6cc3835c1dc41be15 Description: Pangolin is a set of lightweight and portable utility libraries for prototyping 3D, numeric or video based programs and algorithms. Package: ros-rolling-pangolin-dbgsym Package-Type: ddeb Source: ros-rolling-pangolin Version: 0.9.6-1resolute.20260820.132323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Steven Lovegrove" Installed-Size: 37305 Depends: ros-rolling-pangolin (= 0.9.6-1resolute.20260820.132323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pangolin/ros-rolling-pangolin-dbgsym_0.9.6-1resolute.20260820.132323_amd64.deb Size: 34471900 SHA256: 25f4b66e4bf0d098ca068d6f5619765922f7ad68ce682eb2aa10b097d55ca86f SHA1: 74daa5b6e5440619510d5467200150509fc02e8c MD5sum: b7175919b54afb366c053e017cf8d4e1 Description: debug symbols for ros-rolling-pangolin Build-Ids: 0ebbc823a07e1b20bda7de4bc582bf1d492df6b2 11129bbf1e0ec086251a94841bd9ccf51ecdb69e 11504a1651ef6855537986c23aa7e8b10f71ceed 11d61cf13380a27c64330e7a94cccb89aaf59874 15d44859a8757620b78a9daa459348c36e3d7db9 2cc2d92c51cb9a2ff57ef37a1399834e65540a27 6170465f477c2251833da7460f5f4b501e6213c3 725eb51ae34a208c16216043f0e9526216bf8997 7849ebf66b91091b9e8447287ddd46c66e032dbd 7a25c0345ee0c53450282a8d45f192ae94fbaadb 82aff1afa9ab1f284bb81e2bfd230c2550f9cf0d 875001a9bef52c98548c797ded2959c55288648c 9dc6856f9c000ba5fadbeff82dd90955c0c930cc a2076b7dea8a4bcf66dc4221177a24e17255216b a619ef2bf2f18a51691ceb354b5f12c2f94bd14e a88bd8218bb2f065dc65dc12441750193152928d b3e1685aed332d48f4c6b7680f94c55cc81b171e b617e913cf100122890dd4a97a37d2d3fd79c81a cd546a8a7b4c214b627b9db56944ab07ede53195 d986800e13d873300ca55ad329a297d74e7ff992 Package: ros-rolling-parallel-gripper-controller Version: 6.9.0-1resolute.20260826.130427 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 382 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-control-toolbox, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-realtime-tools, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parallel-gripper-controller/ros-rolling-parallel-gripper-controller_6.9.0-1resolute.20260826.130427_amd64.deb Size: 95648 SHA256: 06ac9690144962904072a70af26a4a798b3b9b0e9c1ef4802a83e9c64f5bf13e SHA1: 23f7cf69d8cb03fcd5ef9c07f27db0d6f3a5c5b0 MD5sum: ef4a8ee9af59ef8b791eb14bfb7321f1 Description: The parallel_gripper_controller package Package: ros-rolling-parallel-gripper-controller-dbgsym Package-Type: ddeb Source: ros-rolling-parallel-gripper-controller Version: 6.9.0-1resolute.20260826.130427 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1270 Depends: ros-rolling-parallel-gripper-controller (= 6.9.0-1resolute.20260826.130427) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parallel-gripper-controller/ros-rolling-parallel-gripper-controller-dbgsym_6.9.0-1resolute.20260826.130427_amd64.deb Size: 1123712 SHA256: fb56d9a37f6d112f08bab07f478e32c368ce86853f0433ffa8ae50a69d188d40 SHA1: 4d2b84e0c0b45b5ebf19b7b5b1c8821c6fad8f76 MD5sum: 2892a2b057e5be342c183742ba2bb3c9 Description: debug symbols for ros-rolling-parallel-gripper-controller Build-Ids: f77f1ddb74c38153c1e1681d75aa720ead66b6e7 Package: ros-rolling-parameter-expression Version: 0.0.2-2resolute.20260821.165239 Architecture: amd64 Maintainer: f0reachARR Installed-Size: 96 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libmuparser2v5 (>= 2.3.4), libstdc++6 (>= 13.1), libmuparser-dev, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/parameter_expression/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parameter-expression/ros-rolling-parameter-expression_0.0.2-2resolute.20260821.165239_amd64.deb Size: 19140 SHA256: 68ebe09a494a97d8890a6b1c47885f9b22cdad6d02ef904640b0bf7b76715739 SHA1: 1df9687aef6403ec67a52cd12281030c05ac318d MD5sum: b21ca06b7098ae0f5b885448b17488e0 Description: Using mathematical expression in ROS 2 parameter Package: ros-rolling-parameter-expression-dbgsym Package-Type: ddeb Source: ros-rolling-parameter-expression Version: 0.0.2-2resolute.20260821.165239 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: f0reachARR Installed-Size: 247 Depends: ros-rolling-parameter-expression (= 0.0.2-2resolute.20260821.165239) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-parameter-expression/ros-rolling-parameter-expression-dbgsym_0.0.2-2resolute.20260821.165239_amd64.deb Size: 225082 SHA256: e77396b93cbbb43f69fbeea296a9dd6e4340d55baa18d6b310e21166d4797fb6 SHA1: 38d5d8edd1167bfd7360f50f6e47e6f8c6004006 MD5sum: 1e779344fd361cfb72bfa10b9be14001 Description: debug symbols for ros-rolling-parameter-expression Build-Ids: 411da7672004c803c006ef9bde78dfa83c0c33a6 Package: ros-rolling-pcl-conversions Version: 2.10.0-1resolute.20260821.165709 Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 88 Depends: libeigen3-dev, libpcl-common1.15, libpcl-dev, libpcl-io1.15, ros-rolling-message-filters, ros-rolling-pcl-msgs, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/pcl_conversions Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-conversions/ros-rolling-pcl-conversions_2.10.0-1resolute.20260821.165709_amd64.deb Size: 14740 SHA256: b6e6e0c2c3fd1dd4552b59cc863bf825260e8c1e7095321db2761c32f4d6c0e9 SHA1: 54db1dedbf9406488b0cca3be489271852e9a94c MD5sum: e99320944c6abe05eb50fb93f2a52294 Description: Provides conversions from PCL data types and ROS message types Package: ros-rolling-pcl-msgs Version: 1.0.0-9resolute.20260811.204709 Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1321 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/pcl_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-msgs/ros-rolling-pcl-msgs_1.0.0-9resolute.20260811.204709_amd64.deb Size: 126410 SHA256: 99070e507d8e404d5f0282770637313774880dddc91423248b1a89848306541d SHA1: 99daedf03fa7544bc70cad02885887498601d1f6 MD5sum: be15d2f7f01949b7bbedb0b8eb74537f Description: Package containing PCL (Point Cloud Library)-related ROS messages. Package: ros-rolling-pcl-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-pcl-msgs Version: 1.0.0-9resolute.20260811.204709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Paul Bovbel Installed-Size: 1238 Depends: ros-rolling-pcl-msgs (= 1.0.0-9resolute.20260811.204709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-msgs/ros-rolling-pcl-msgs-dbgsym_1.0.0-9resolute.20260811.204709_amd64.deb Size: 923926 SHA256: dc7a0c9a555aec46ca902f8bd8dedeab074e08ce3eb3cd36ae5f0d9bbc6cf7ab SHA1: c3586c8956b3cce70a22b278cd5b8cc8e2b18545 MD5sum: 0a370179371ac7d54be642674dedc30c Description: debug symbols for ros-rolling-pcl-msgs Build-Ids: 1bbd8d9222efd3519efb23fb73cdae22ba8940da 36e329e411da00c2d89d1c012e62f1a213eca20a 382cda6ec9842535a49eff5ebd68b1d04d27ef9f 417dcc22696738ef0fba984bba05f5022589ed41 50f284969e3b2119a522a3fa7dc46274898271c8 90d291acb4087a4f6ae820245948d00fd4c4fd26 93e73194ce51c3f770d695f774b7ee71123eb8f4 cb0495b52f83fb4101e8821f009caa9a4fd7a8ab deb8e17169ddae8f5646150d6972bf163cf43abf e36302913c61579e1790a9a0876c9749b539a130 f5ebc3f3611f7b3438072de5ba6694f38b2da9bb Package: ros-rolling-pcl-ros Version: 2.10.0-1resolute.20260821.181914 Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 3915 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libpcl-io1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), libeigen3-dev, libpcl-dev, libpcl-features1.15, libpcl-segmentation1.15, libpcl-surface1.15, ros-rolling-geometry-msgs, ros-rolling-pcl-conversions, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosbag2-transport, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-ros/ros-rolling-pcl-ros_2.10.0-1resolute.20260821.181914_amd64.deb Size: 626416 SHA256: ad0ea79ead38028e3393716e258e904649fabf969975ffcc3486a76e1da45aa3 SHA1: 934fe8e3a71e9d1e23a409fb243d51493a30a700 MD5sum: cdb80b24521dc7bef5b1a0382d6efc7f Description: PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred bridge for 3D applications involving n-D Point Clouds and 3D geometry processing in ROS. Package: ros-rolling-pcl-ros-dbgsym Package-Type: ddeb Source: ros-rolling-pcl-ros Version: 2.10.0-1resolute.20260821.181914 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 30034 Depends: ros-rolling-pcl-ros (= 2.10.0-1resolute.20260821.181914) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pcl-ros/ros-rolling-pcl-ros-dbgsym_2.10.0-1resolute.20260821.181914_amd64.deb Size: 25374154 SHA256: c3dab3441ae1345ccd8158b890c651b9b67987b97b29d5951b656f3152025a66 SHA1: 24af8ed8bae7cb4c42d3f928aeacdba87b93cb0f MD5sum: 45e6e41590a12e41cb29960c06461d3e Description: debug symbols for ros-rolling-pcl-ros Build-Ids: 04872d5100ff1a244992e9149ebb56ecccada37d 1273b98985e8b438118c56ae9e8128af8a9647c1 15a7e2f5e18da205d53b6d347d7a2f76e749894e 19c8cf2244aa0855c973a33486486932af4bbdf1 1a8f87816b10ee4449d2c67cd4fb322a1ea1ae8a 1d8b14105a3c2d420091b0c6989c44316dae5596 31986a76c6b10067c374d863055233ae09b0c4e1 4071336dff15bb61aa21a09c39592f6b684718eb 491fa1d646eb20d4ba77768b47184331202df2fb 79f6d8c88eea19afa00cdb3e8600ffc754677446 7d5c3d5cc9ad512f37943196f0c544aa9942c918 7d6723af947ba0e59dcae4b1ee6320bdb0a12de2 9731381b45e0dc1e976fdf2f85c0c4ec61b5f92f d3b04ec5d5749d6b7bd10b431e5d02b06b4bf19a d9c51bb0eb8fd1678343cad729f3e934f95cd12a e1eca1c165c4af515a6b9bdd37557b6523f70616 e9bcdea1ec7c5b442cf2c255ce6c94b561bba9a1 f55f03ab69f820386594c665b54822611036ca2a Package: ros-rolling-pendulum-control Version: 0.38.0-1resolute.20260821.165743 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1385 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-pendulum-msgs, ros-rolling-rclcpp, ros-rolling-rttest, ros-rolling-tlsf-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/pendulum_control/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-control/ros-rolling-pendulum-control_0.38.0-1resolute.20260821.165743_amd64.deb Size: 246194 SHA256: a0472ba73bc6a4a42d7916378e34ffa73b7aaf59779ad03186134b9f5371da42 SHA1: 54f234aa5c2f509b3291bba3acf37aecda6c98f2 MD5sum: 2c591e06a6bcaedc89c999770837f416 Description: Demonstrates ROS 2's realtime capabilities with a simulated inverted pendulum. Package: ros-rolling-pendulum-control-dbgsym Package-Type: ddeb Source: ros-rolling-pendulum-control Version: 0.38.0-1resolute.20260821.165743 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 6614 Depends: ros-rolling-pendulum-control (= 0.38.0-1resolute.20260821.165743) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-control/ros-rolling-pendulum-control-dbgsym_0.38.0-1resolute.20260821.165743_amd64.deb Size: 5377656 SHA256: 308a89a3edde7f0199f9328a2be45be015167d9e119c6905bc9d694b422a55fe SHA1: 27b882c4a19d6c83b2ba2f4e41b8eb092d0dafc9 MD5sum: e7f3e44cd2664b798d220042236e2bfe Description: debug symbols for ros-rolling-pendulum-control Build-Ids: 2a5f5afc6ea58fc0b6dbf17ae0c6139ee1926606 64f7b0054787017d05c4b1043ef7c5f00f68690d d539b207d3e29b70707f955f3b3047fafacd80b5 Package: ros-rolling-pendulum-msgs Version: 0.38.0-1resolute.20260811.203438 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 726 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 4.1.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/pendulum_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-msgs/ros-rolling-pendulum-msgs_0.38.0-1resolute.20260811.203438_amd64.deb Size: 66018 SHA256: d3196e7cd98bbc9966514a2fde164028a52a263802e63073def7e82650134c9a SHA1: c79e8e84cd8d2bcf35edf827b8bfdcec8de461f2 MD5sum: a90b92b52207e468448ad95640e88ad8 Description: Custom messages for real-time pendulum control. Package: ros-rolling-pendulum-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-pendulum-msgs Version: 0.38.0-1resolute.20260811.203438 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 532 Depends: ros-rolling-pendulum-msgs (= 0.38.0-1resolute.20260811.203438) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pendulum-msgs/ros-rolling-pendulum-msgs-dbgsym_0.38.0-1resolute.20260811.203438_amd64.deb Size: 348902 SHA256: a96fdc82809b0810747dc728c50b722e37e7ede1a12663e2da8bbd9eca248968 SHA1: cb4e68d37e0b7eaf1d6ea9af02bbe7bf9bf2a756 MD5sum: 5c3c8d3bf25a34b88bee92c02bed460a Description: debug symbols for ros-rolling-pendulum-msgs Build-Ids: 4f0ed9eebfd62b841f602aefee91d15a4dd9a344 600d506d75c509fe22c3fec9c4b1c4449c4f429e 6e52cc3898a8c0605cdffa645cde3b8c6a022e3e 719c3267a0c78cf9fbf75a886b24f9c60b2b8cdd 9e89ba1be307916625bfea4c76f41b25bff35398 af3a1e99dc4128e9bef3c01ea018029455b95850 d93767fa04d3696a66e8556983342694ed227944 e1441caaedea6e0e7f1c27d30644b8e8bd792e84 e792696cccc8520a545799339ec6529f5c786784 f2b5f6e682a5585437f0948d995f88473420052d ff15df8f8d4ca1fc2bc1c65ba095c1aaad4ffc30 Package: ros-rolling-perception-pcl Version: 2.10.0-1resolute.20260821.184453 Architecture: amd64 Maintainer: "Paul Bovbel" Installed-Size: 45 Depends: ros-rolling-pcl-conversions, ros-rolling-pcl-msgs, ros-rolling-pcl-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/perception_pcl Priority: optional Section: misc Filename: pool/main/r/ros-rolling-perception-pcl/ros-rolling-perception-pcl_2.10.0-1resolute.20260821.184453_amd64.deb Size: 6142 SHA256: e29605bd30a896d6117abeebc97c8fce93f9ec57cb00dead51c8f6e9a8a72d4f SHA1: 06872467da6008a64a2c9eeabe47a313b78af6da MD5sum: d2b38240873a1ce3bc817d278b14014f Description: PCL (Point Cloud Library) ROS interface stack. PCL-ROS is the preferred bridge for 3D applications involving n-D Point Clouds and 3D geometry processing in ROS. Package: ros-rolling-performance-test-fixture Version: 0.5.0-1resolute.20260714.182016 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 101 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-google-benchmark-vendor, ros-rolling-ament-cmake-google-benchmark, ros-rolling-osrf-testing-tools-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/performance_test_fixture/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-performance-test-fixture/ros-rolling-performance-test-fixture_0.5.0-1resolute.20260714.182016_amd64.deb Size: 17912 SHA256: b71f79b24027a667432114f09f1cb5e6610e234759429ca3c017620e6afd7ba0 SHA1: 4afb71802a8705dc8a216e708929c88b7caaef97 MD5sum: 549030b7b541d0a0731434e4b8727dfb Description: Test fixture and CMake macro for using osrf_testing_tools_cpp with Google Benchmark Package: ros-rolling-performance-test-fixture-dbgsym Package-Type: ddeb Source: ros-rolling-performance-test-fixture Version: 0.5.0-1resolute.20260714.182016 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 115 Depends: ros-rolling-performance-test-fixture (= 0.5.0-1resolute.20260714.182016) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-performance-test-fixture/ros-rolling-performance-test-fixture-dbgsym_0.5.0-1resolute.20260714.182016_amd64.deb Size: 92630 SHA256: 532f65ceca3f9ce6bf6215630370a18b8cea8a880b484c75cb4f072319099d50 SHA1: be5b025625f677e352969b8062a1b249efe89b97 MD5sum: 3d556bef32e1eaf01149bce0a2a50640 Description: debug symbols for ros-rolling-performance-test-fixture Build-Ids: f753e866d929cbdba3e79985fd67d1f553a94c11 Package: ros-rolling-persist-parameter-server Version: 4.0.0-2resolute.20260821.170800 Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 337 Depends: libboost-filesystem1.90.0 (>= 1.90.0), libboost-program-options1.90.0 (>= 1.90.0), libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-launch-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-implementation-cmake, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/persist_parameter_server/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-persist-parameter-server/ros-rolling-persist-parameter-server_4.0.0-2resolute.20260821.170800_amd64.deb Size: 102878 SHA256: d0cd7edbfc098ae8020dc10982e1db972c2d475c8ca244f583309542a491b043 SHA1: 499088685c3f415208f3ee366281c8836b285c92 MD5sum: b33771faaa7a290fb827959631a78c9a Description: ros2 parameter server that other nodes can write/read parameters including persistent parameters. Package: ros-rolling-persist-parameter-server-dbgsym Package-Type: ddeb Source: ros-rolling-persist-parameter-server Version: 4.0.0-2resolute.20260821.170800 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 1553 Depends: ros-rolling-persist-parameter-server (= 4.0.0-2resolute.20260821.170800) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-persist-parameter-server/ros-rolling-persist-parameter-server-dbgsym_4.0.0-2resolute.20260821.170800_amd64.deb Size: 1427224 SHA256: 9cd5c00da9fc4c5b86675342cb515fbf92fd28ce3aa985f126bf8c920ab9eeff SHA1: a35077e8e5bf6b60072ac783ceceff14e4636a6e MD5sum: e3676d7fac05b585920748c6501be0c0 Description: debug symbols for ros-rolling-persist-parameter-server Build-Ids: 313f04490e4d979b081bd618f50f21a8f4e2ac82 Package: ros-rolling-pfs Version: 0.15.0-1resolute.20260714.175306 Architecture: amd64 Maintainer: "Daniel Trugman" Installed-Size: 1250 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/pfs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pfs/ros-rolling-pfs_0.15.0-1resolute.20260714.175306_amd64.deb Size: 165786 SHA256: 38ec4533a34000b2fab0b7f4f45efe9185b95aed5b5bda12716ab2ff74463bbd SHA1: b7669e21ed2c6ce1ddbe0752d92fdd73d15c805f MD5sum: 2c49ba26df49c30d3913bb85de8ca51a Description: Production grade, very easy to use, procfs parsing library in C++ Package: ros-rolling-phidgets-accelerometer Version: 2.4.0-2resolute.20260821.165941 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 224 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_accelerometer/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-accelerometer/ros-rolling-phidgets-accelerometer_2.4.0-2resolute.20260821.165941_amd64.deb Size: 64056 SHA256: 83cc48493cda316259d1c7a4afbf0faa20fb2717a07057b70ed7b8ad4998c2f5 SHA1: d92b59986bb011f3d7f86a10b433fa5fe0b43347 MD5sum: a023dddd438a8b46ca9adf81dae9bb5e Description: Driver for the Phidgets Accelerometer devices Package: ros-rolling-phidgets-accelerometer-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-accelerometer Version: 2.4.0-2resolute.20260821.165941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 977 Depends: ros-rolling-phidgets-accelerometer (= 2.4.0-2resolute.20260821.165941) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-accelerometer/ros-rolling-phidgets-accelerometer-dbgsym_2.4.0-2resolute.20260821.165941_amd64.deb Size: 881752 SHA256: f22bb8cda4d89e49cfc87cf1e70cfdb8a6e7ee1c7857943f52eb5db3c56938a1 SHA1: b56f803165995507593966ca2c00af5e454ccc28 MD5sum: 219eba9b2a8377c1f6ac821b254e182c Description: debug symbols for ros-rolling-phidgets-accelerometer Build-Ids: 76504cf63826d8cfcf270169958f4eeef92a47aa Package: ros-rolling-phidgets-analog-inputs Version: 2.4.0-2resolute.20260821.165939 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 219 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_analog_inputs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-inputs/ros-rolling-phidgets-analog-inputs_2.4.0-2resolute.20260821.165939_amd64.deb Size: 62178 SHA256: 7e254218fd5d089492597b10183be39da8eca0658c79df06a78840c0972a7939 SHA1: 6b68451ef021b264b9beccc762b627dae6132ac6 MD5sum: 733c84cbaa6975ca8c1d97ff63a73761 Description: Driver for the Phidgets Analog Input devices Package: ros-rolling-phidgets-analog-inputs-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-analog-inputs Version: 2.4.0-2resolute.20260821.165939 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 981 Depends: ros-rolling-phidgets-analog-inputs (= 2.4.0-2resolute.20260821.165939) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-inputs/ros-rolling-phidgets-analog-inputs-dbgsym_2.4.0-2resolute.20260821.165939_amd64.deb Size: 885736 SHA256: ca601178c8c1f91bfdff190a00f32a2236dda530e6e1598edad718443e31b4b1 SHA1: 37c0f04691bea09e517f5d72cebdcbae8be659eb MD5sum: 2ad6776ded837aec6eadc046835f6772 Description: debug symbols for ros-rolling-phidgets-analog-inputs Build-Ids: f6afab6e1d38174fdf9e7359282c086b64978ccc Package: ros-rolling-phidgets-analog-outputs Version: 2.4.0-2resolute.20260821.170000 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 549 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-libphidget22, ros-rolling-phidgets-api, ros-rolling-phidgets-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_analog_outputs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-outputs/ros-rolling-phidgets-analog-outputs_2.4.0-2resolute.20260821.170000_amd64.deb Size: 120608 SHA256: ae1a1322781c57839f4ad8648060c5fa45187611b05ac0118fe481cefba3948a SHA1: b3b3e76c7ef352a0ee6a211aab2c5920043876a1 MD5sum: a933e0957a81be7d7883d0742b9bf41e Description: Driver for the Phidgets Analog Output devices Package: ros-rolling-phidgets-analog-outputs-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-analog-outputs Version: 2.4.0-2resolute.20260821.170000 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2537 Depends: ros-rolling-phidgets-analog-outputs (= 2.4.0-2resolute.20260821.170000) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-analog-outputs/ros-rolling-phidgets-analog-outputs-dbgsym_2.4.0-2resolute.20260821.170000_amd64.deb Size: 2129630 SHA256: 01dae28c3cc309deb9f97cf07bec00eab21637c1e118b230b595f63e358e4212 SHA1: c440cacc57437adb5bb1c5718d5c7d3636ca1ce1 MD5sum: 2a117fdacae542500e22980e2476453e Description: debug symbols for ros-rolling-phidgets-analog-outputs Build-Ids: 9a9e6eca70a064751ac1cf0d9ce8cc6d360d5467 Package: ros-rolling-phidgets-api Version: 2.4.0-2resolute.20260821.160412 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 266 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-libphidget22, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/phidgets_api Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-api/ros-rolling-phidgets-api_2.4.0-2resolute.20260821.160412_amd64.deb Size: 46770 SHA256: 29ce40fe9942ab4c3139d94b40e14375e718c427f05c7ac50074a384a6074bf9 SHA1: f683aa86adf1092ae8d0f67d31f4071e67bd11bf MD5sum: 31f2f0d6f4106479ef959ac006452a47 Description: A C++ Wrapper for the Phidgets C API Package: ros-rolling-phidgets-api-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-api Version: 2.4.0-2resolute.20260821.160412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 545 Depends: ros-rolling-phidgets-api (= 2.4.0-2resolute.20260821.160412) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-api/ros-rolling-phidgets-api-dbgsym_2.4.0-2resolute.20260821.160412_amd64.deb Size: 457452 SHA256: e1d4305981ea1fa920279444f7df7fa2d8982e42823c7bbc36a631e74a27f677 SHA1: 0bb432c84888c8c09f4088e1d1a584cedd0e0036 MD5sum: 4da98044bdfef4b517787a3d008a2735 Description: debug symbols for ros-rolling-phidgets-api Build-Ids: f8c410e502a76c3b66bddb1335097b4336d624bf Package: ros-rolling-phidgets-digital-inputs Version: 2.4.0-2resolute.20260821.170007 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 219 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_digital_inputs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-inputs/ros-rolling-phidgets-digital-inputs_2.4.0-2resolute.20260821.170007_amd64.deb Size: 61812 SHA256: 6d4b1bcc41ae6f8c7551588ca7c1ff6a5bc64e28ba532fd5085d6e49f6ee0b45 SHA1: e490045c8d8d99a91a668abffd2576881fd35544 MD5sum: b198165cbf25332197b435cb972ca1e8 Description: Driver for the Phidgets Digital Input devices Package: ros-rolling-phidgets-digital-inputs-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-digital-inputs Version: 2.4.0-2resolute.20260821.170007 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 978 Depends: ros-rolling-phidgets-digital-inputs (= 2.4.0-2resolute.20260821.170007) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-inputs/ros-rolling-phidgets-digital-inputs-dbgsym_2.4.0-2resolute.20260821.170007_amd64.deb Size: 884302 SHA256: b97282a9ed4388c368bda1347c94b3800287011f6b18dae8782f93edc571b1fe SHA1: db457500a24f4617ef4cc3887125fa39076f302c MD5sum: 7bb79bd48daa1b7afb1eb7b7e20f76f7 Description: debug symbols for ros-rolling-phidgets-digital-inputs Build-Ids: 4e2100586addff82dd714c042155719a988d45a7 Package: ros-rolling-phidgets-digital-outputs Version: 2.4.0-2resolute.20260821.165959 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 545 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-phidgets-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_digital_outputs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-outputs/ros-rolling-phidgets-digital-outputs_2.4.0-2resolute.20260821.165959_amd64.deb Size: 120950 SHA256: fe334c55b62654598493a02b9c515345e61eb18e86d03a44d327c17dcc2978b9 SHA1: 3901a6f083502a3ada279f426fd990e59a684751 MD5sum: c457004f08d0f8f80b3521857411eeb0 Description: Driver for the Phidgets Digital Output devices Package: ros-rolling-phidgets-digital-outputs-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-digital-outputs Version: 2.4.0-2resolute.20260821.165959 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2539 Depends: ros-rolling-phidgets-digital-outputs (= 2.4.0-2resolute.20260821.165959) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-digital-outputs/ros-rolling-phidgets-digital-outputs-dbgsym_2.4.0-2resolute.20260821.165959_amd64.deb Size: 2133504 SHA256: e4438fec4d22ad6ab63a0043a72cd204289dd813c94676c9189f52f06e0a822e SHA1: 61347d6519a7e09b9e5c5df5555f92f3cbc545f4 MD5sum: e0a916486635bd38fd57fb4fdb9f7a0f Description: debug symbols for ros-rolling-phidgets-digital-outputs Build-Ids: fa63b8e31352ff095e67d59df840ec6d8d7ec7a5 Package: ros-rolling-phidgets-drivers Version: 2.4.0-2resolute.20260821.181035 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 45 Depends: ros-rolling-libphidget22, ros-rolling-phidgets-accelerometer, ros-rolling-phidgets-analog-inputs, ros-rolling-phidgets-api, ros-rolling-phidgets-digital-inputs, ros-rolling-phidgets-digital-outputs, ros-rolling-phidgets-gyroscope, ros-rolling-phidgets-high-speed-encoder, ros-rolling-phidgets-ik, ros-rolling-phidgets-magnetometer, ros-rolling-phidgets-motors, ros-rolling-phidgets-msgs, ros-rolling-phidgets-spatial, ros-rolling-phidgets-temperature, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/phidgets_drivers Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-drivers/ros-rolling-phidgets-drivers_2.4.0-2resolute.20260821.181035_amd64.deb Size: 6026 SHA256: 2d2a20f7fe5c09ee74523c5a3bdea259468eb3e964c5bee9307703e94a0a3d1b SHA1: d41bca17c4e5a3c8e8c5ba10b31121d289473896 MD5sum: 69d436fb8eda3dd856b54dd75ea3fe21 Description: API and ROS drivers for Phidgets devices Package: ros-rolling-phidgets-gyroscope Version: 2.4.0-2resolute.20260821.165955 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 309 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_gyroscope/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-gyroscope/ros-rolling-phidgets-gyroscope_2.4.0-2resolute.20260821.165955_amd64.deb Size: 84794 SHA256: fc81bc412c0e8a95ddeb4c3642152517321b707bf077789f9fc3aabf0fce6183 SHA1: 833d63f2ec9f079c89eab048d6b5aa440eda06ea MD5sum: ad7d2410ebca9efb0802442a0f7c1e94 Description: Driver for the Phidgets Gyroscope devices Package: ros-rolling-phidgets-gyroscope-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-gyroscope Version: 2.4.0-2resolute.20260821.165955 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1430 Depends: ros-rolling-phidgets-gyroscope (= 2.4.0-2resolute.20260821.165955) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-gyroscope/ros-rolling-phidgets-gyroscope-dbgsym_2.4.0-2resolute.20260821.165955_amd64.deb Size: 1274468 SHA256: 49e4d2c3c5979523a765af7e1e5afb79d0b6f2670c94ff260c8a2aa4c86d9fc2 SHA1: 063cc625fdbf6beb1d9f9a54b728931567cd9daa MD5sum: 028d8ea4daa72a4ddc4bf1af65a2df44 Description: debug symbols for ros-rolling-phidgets-gyroscope Build-Ids: d2c3315b67df97a9579dc71d5dbb0ead37953eb3 Package: ros-rolling-phidgets-high-speed-encoder Version: 2.4.0-2resolute.20260821.170003 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 321 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-phidgets-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_high_speed_encoder/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-high-speed-encoder/ros-rolling-phidgets-high-speed-encoder_2.4.0-2resolute.20260821.170003_amd64.deb Size: 88292 SHA256: 8d7a3cfc9b33e7987e2216ef638f05a1eb09d8e912b2b94cfb4146f86e753713 SHA1: b5af60ed0d143d576dd02124398272113f058bf2 MD5sum: 480a2641c78d99575f1a432dcf78e87b Description: Driver for the Phidgets high speed encoder devices Package: ros-rolling-phidgets-high-speed-encoder-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-high-speed-encoder Version: 2.4.0-2resolute.20260821.170003 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1523 Depends: ros-rolling-phidgets-high-speed-encoder (= 2.4.0-2resolute.20260821.170003) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-high-speed-encoder/ros-rolling-phidgets-high-speed-encoder-dbgsym_2.4.0-2resolute.20260821.170003_amd64.deb Size: 1354372 SHA256: 5f495c8ab01e1c3b8a46df29c3353f7375f2343d1a2f639354084b61b3baafda SHA1: f823152884cacabfed609a26b5dde1d0fabbad6d MD5sum: 8d70631d1edec94636ecd488a24baebb Description: debug symbols for ros-rolling-phidgets-high-speed-encoder Build-Ids: e67847934bb67b4231c6e7fa11c5578371a94b90 Package: ros-rolling-phidgets-ik Version: 2.4.0-2resolute.20260821.180902 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 48 Depends: ros-rolling-launch, ros-rolling-phidgets-analog-inputs, ros-rolling-phidgets-digital-inputs, ros-rolling-phidgets-digital-outputs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_ik/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-ik/ros-rolling-phidgets-ik_2.4.0-2resolute.20260821.180902_amd64.deb Size: 6524 SHA256: 5441762eb4b972d332b69ccb77836f92295a74238bcc33ecc8ad9e8f6e68f9ec SHA1: 2cbe45ac5561a3d1b402bf2cc7a30a56fba8be02 MD5sum: 6a99759272d3d4b70c199b0b9bf1d70f Description: Driver for the Phidgets InterfaceKit devices Package: ros-rolling-phidgets-magnetometer Version: 2.4.0-2resolute.20260821.165956 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 229 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_magnetometer/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-magnetometer/ros-rolling-phidgets-magnetometer_2.4.0-2resolute.20260821.165956_amd64.deb Size: 66606 SHA256: f4dc6d311400c8684814f1d90937f1a2cad60f18971ed4dad874b8c1947445d6 SHA1: 77e98a97eb108262eee1c4bd0e4c56d6d6947c2e MD5sum: 90025b1a8542b60318e84a6f450524bf Description: Driver for the Phidgets Magnetometer devices Package: ros-rolling-phidgets-magnetometer-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-magnetometer Version: 2.4.0-2resolute.20260821.165956 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1004 Depends: ros-rolling-phidgets-magnetometer (= 2.4.0-2resolute.20260821.165956) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-magnetometer/ros-rolling-phidgets-magnetometer-dbgsym_2.4.0-2resolute.20260821.165956_amd64.deb Size: 905358 SHA256: 69d8ef7e7f7c3f0716f1883b28a9e59843718b00fcbd7541c396ff9ba9e0165a SHA1: 821c46e9aedde6a1345c7193d435b52b61cb8dc8 MD5sum: 5bced86941e22d587fa057ccbd29c9b8 Description: debug symbols for ros-rolling-phidgets-magnetometer Build-Ids: 8e03a7737925a70c8cced2831f794ddc7d1637be Package: ros-rolling-phidgets-motors Version: 2.4.0-2resolute.20260821.170033 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 541 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-phidgets-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_motors/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-motors/ros-rolling-phidgets-motors_2.4.0-2resolute.20260821.170033_amd64.deb Size: 122672 SHA256: 7e4f60e7676b6b13260145ace6e0259d52442520e5107d777a1668abd8a57dda SHA1: ac07364370b04390764539889ccec1b6034247ae MD5sum: 2145977bb9d468e9963b5363f2503fd0 Description: Driver for the Phidgets Motor devices Package: ros-rolling-phidgets-motors-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-motors Version: 2.4.0-2resolute.20260821.170033 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2476 Depends: ros-rolling-phidgets-motors (= 2.4.0-2resolute.20260821.170033) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-motors/ros-rolling-phidgets-motors-dbgsym_2.4.0-2resolute.20260821.170033_amd64.deb Size: 2072902 SHA256: 831a89a051439864d94a49970ea9acdf8dedc7a25fb1d6dabda45dc840139e96 SHA1: ca67bf29af7025f55558fe2262f0fe43c1359eb1 MD5sum: ce5e19ab3b5cdf8eff36cadbeae2170d Description: debug symbols for ros-rolling-phidgets-motors Build-Ids: a5c3072a7722d39603b697e891b2aa17d15ea3a3 Package: ros-rolling-phidgets-msgs Version: 2.4.0-2resolute.20260811.203155 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 2153 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-msgs/ros-rolling-phidgets-msgs_2.4.0-2resolute.20260811.203155_amd64.deb Size: 167798 SHA256: 0a03a28a95cd9cf425ff13f5673b2b0dc9c1dc9dbc4e5456900ebde36f9a3ac6 SHA1: 3b54d1b63c05b1282ede47bfff161c13e9f800d3 MD5sum: f3dee6387f0377b5de35a7e9f958b90b Description: Custom ROS messages for Phidgets drivers Package: ros-rolling-phidgets-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-msgs Version: 2.4.0-2resolute.20260811.203155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1655 Depends: ros-rolling-phidgets-msgs (= 2.4.0-2resolute.20260811.203155) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-msgs/ros-rolling-phidgets-msgs-dbgsym_2.4.0-2resolute.20260811.203155_amd64.deb Size: 1180270 SHA256: 0fd0a0e8536a50d2f451842769cba08fdc068dd5f9c449b92ef645e7888fa21b SHA1: 5d4b43c8503d78427dc6af6d7a6681cde80930a7 MD5sum: 8837013bed092bd194ff7688804e498b Description: debug symbols for ros-rolling-phidgets-msgs Build-Ids: 1adfeb450d866e828c6357da98ebf27fc262cdf3 21fb0af970ea6675b0fda08d5ee723ac25b9d860 4fc648e35959a33381cb99739b4f8102a82e8b28 7c84a9b87b5c2df63c5fe3e2a9024d2099fa26c6 97e3e9c620a8305428ef08913de010021cd52b77 b9afe80b6cb0321e4efd8a495c08f0021cfbd348 bccae1acf570e6545e6fa7686c7e90c3846285cf bf43cf1409bb603a774b5e389362844fe770d3e1 d0155becf92c3a4aabf6b1d37651fcf7813e34d6 f018241030cb417943f77728b7fa36a8e1aa0a84 f21be9b959b21207331dcc15a7da60146c1f0e23 Package: ros-rolling-phidgets-spatial Version: 2.4.0-2resolute.20260821.170038 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 387 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/phidgets_spatial Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-spatial/ros-rolling-phidgets-spatial_2.4.0-2resolute.20260821.170038_amd64.deb Size: 102086 SHA256: 42816ed4dd9d98a723612276c8dbb3b95525d913278c66f8777f6751583f85ea SHA1: 6c8ca82630309781ca3c5c1ab4812cddfa95d27c MD5sum: 0222e9b2bf6073f89bffb8b02c942d48 Description: Driver for the Phidgets Spatial 3/3/3 devices Package: ros-rolling-phidgets-spatial-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-spatial Version: 2.4.0-2resolute.20260821.170038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1765 Depends: ros-rolling-phidgets-spatial (= 2.4.0-2resolute.20260821.170038) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-spatial/ros-rolling-phidgets-spatial-dbgsym_2.4.0-2resolute.20260821.170038_amd64.deb Size: 1563488 SHA256: 998cf50b0dc4ef7bc41022efdb043bf9f7fb527ed09dab97d5897b7fc0f0e6cf SHA1: f496ef622d48edad3726a6f868affbe4cfa7ab52 MD5sum: 2fa48ef4d24bce48a620645fa0988328 Description: debug symbols for ros-rolling-phidgets-spatial Build-Ids: c749850f6f3101615760c21c83522eee55241c83 Package: ros-rolling-phidgets-stepper Version: 2.4.0-2resolute.20260821.170045 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 727 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-phidgets-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_stepper/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-stepper/ros-rolling-phidgets-stepper_2.4.0-2resolute.20260821.170045_amd64.deb Size: 160796 SHA256: b37e91c25bb4405253d4a1b7d3dfa42bf3a00c030c2d62a352e94788e515195a SHA1: 4c302b87f553f8524b1344b771883489bbc06e4d MD5sum: e26bf349ab32100e768b2e6f6440a020 Description: Driver for the Phidgets Stepper devices Package: ros-rolling-phidgets-stepper-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-stepper Version: 2.4.0-2resolute.20260821.170045 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 3442 Depends: ros-rolling-phidgets-stepper (= 2.4.0-2resolute.20260821.170045) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-stepper/ros-rolling-phidgets-stepper-dbgsym_2.4.0-2resolute.20260821.170045_amd64.deb Size: 2894210 SHA256: 0771f98fb263f91242345c73c461e55d793d63ba2fa5c738c19b238385884a26 SHA1: dda53238593a578ca1eec1b9bbb2a007a5840fee MD5sum: ddf5a08d91b74cb9e1d55270842d8ac9 Description: debug symbols for ros-rolling-phidgets-stepper Build-Ids: a759d6799dd112da9fe38a8a9cf257c6e539b647 Package: ros-rolling-phidgets-temperature Version: 2.4.0-2resolute.20260821.170053 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 215 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-libphidget22, ros-rolling-launch, ros-rolling-phidgets-api, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/phidgets_temperature/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-temperature/ros-rolling-phidgets-temperature_2.4.0-2resolute.20260821.170053_amd64.deb Size: 60716 SHA256: 6220380b395b0816376393fa48dcbe8f0082b7d311c5fdc14008df7adc9c4b82 SHA1: 1c76b9f28251dc9224ccfb7513c945acfd716978 MD5sum: 8a35feefe9805ce7d7a25a794fc297e2 Description: Driver for the Phidgets Temperature devices Package: ros-rolling-phidgets-temperature-dbgsym Package-Type: ddeb Source: ros-rolling-phidgets-temperature Version: 2.4.0-2resolute.20260821.170053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 950 Depends: ros-rolling-phidgets-temperature (= 2.4.0-2resolute.20260821.170053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-phidgets-temperature/ros-rolling-phidgets-temperature-dbgsym_2.4.0-2resolute.20260821.170053_amd64.deb Size: 855768 SHA256: 6a628ee3a8df26b0811be34ac13bf32200d37022f5d95464af66b6a27854e926 SHA1: f434caeeab21aaef3d3e57560d2d8a485a827b35 MD5sum: cbb0118a963e02d9c6b059e723d120f3 Description: debug symbols for ros-rolling-phidgets-temperature Build-Ids: 139b2a859b1c85e3bc142ce87213c2cfb5404159 Package: ros-rolling-pick-ik Version: 1.1.3-1resolute.20260830.163505 Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 447 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, libexpected-dev, libfmt-dev, librange-v3-dev, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rsl, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/pick_ik/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pick-ik/ros-rolling-pick-ik_1.1.3-1resolute.20260830.163505_amd64.deb Size: 114836 SHA256: e8d6dc9b66b6015d1fc35d2dd197e72030e80a9c8d89eaf95dc6c12aa577428f SHA1: 71ad6fd261f7cf436756e3fb03a9d5bb088fc1c7 MD5sum: d4c2cc58b89582b34f59dcc9f8b0bc57 Description: Inverse Kinematics solver for MoveIt Package: ros-rolling-pick-ik-dbgsym Package-Type: ddeb Source: ros-rolling-pick-ik Version: 1.1.3-1resolute.20260830.163505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tyler Weaver" Installed-Size: 5382 Depends: ros-rolling-pick-ik (= 1.1.3-1resolute.20260830.163505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pick-ik/ros-rolling-pick-ik-dbgsym_1.1.3-1resolute.20260830.163505_amd64.deb Size: 5317512 SHA256: 0dd582e8b7482d6138db52e47441e4fbddb6bb4f4233d42876cbf5581ec1d6b5 SHA1: 31234bdece173a7d8bac83788aa148c07cbe9ac7 MD5sum: 58563ecd277207d58a475d21b8421d4b Description: debug symbols for ros-rolling-pick-ik Build-Ids: b30f9aefca29fa1aaf9cbfa0586b5e796617ead7 Package: ros-rolling-picknik-ament-copyright Version: 0.0.2-5resolute.20260714.182235 Architecture: amd64 Maintainer: Joe Schornak Installed-Size: 40 Depends: ros-rolling-ament-copyright, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/picknik_ament_copyright/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-picknik-ament-copyright/ros-rolling-picknik-ament-copyright_0.0.2-5resolute.20260714.182235_amd64.deb Size: 4982 SHA256: 118e22ee4d2a618e917bbaec70618ca74b6cc4bd84d1ff012895bb577aed184d SHA1: ef3dc821eb2ef4a45358942e7cdc783dd30ca69b MD5sum: b3c43800a26a86b560a5b1cbac76a9aa Description: Check PickNik-specific copyright headers. Package: ros-rolling-pid-controller Version: 6.9.0-1resolute.20260826.130439 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 876 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-angles, ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-control-toolbox, ros-rolling-controller-interface, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pid-controller/ros-rolling-pid-controller_6.9.0-1resolute.20260826.130439_amd64.deb Size: 209566 SHA256: 164e0fb73c8e867ff75045496c85e0afcde96a49ce2973a6b3cea328acd31fd7 SHA1: 568eab6b21587d361d3b4dada193a441bdc67199 MD5sum: 220a21aa5905bd37aa35bfebf9948a35 Description: Controller based on PID implememenation from control_toolbox package. Package: ros-rolling-pid-controller-dbgsym Package-Type: ddeb Source: ros-rolling-pid-controller Version: 6.9.0-1resolute.20260826.130439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 3716 Depends: ros-rolling-pid-controller (= 6.9.0-1resolute.20260826.130439) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pid-controller/ros-rolling-pid-controller-dbgsym_6.9.0-1resolute.20260826.130439_amd64.deb Size: 3187744 SHA256: c3d9823ee572dd9d23694638eb752a04d899974e6a56171671fe564a709affed SHA1: dabb20b68fdd78f053dc29027f59aef3d6e504d9 MD5sum: 452522138ca4a87e513ad69e7591370e Description: debug symbols for ros-rolling-pid-controller Build-Ids: f1c15c15727f4d8f7bc87edd35cba3b234f8d1ee Package: ros-rolling-pilz-industrial-motion-planner Version: 2.15.1-1resolute.20260830.172353 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1722 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-moveit-core, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-ros-planning, ros-rolling-eigen3-cmake-module, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-orocos-kdl-vendor, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-eigen-kdl, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-kdl, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pilz-industrial-motion-planner/ros-rolling-pilz-industrial-motion-planner_2.15.1-1resolute.20260830.172353_amd64.deb Size: 365242 SHA256: 025d056b72f02c6eda651bebe6ec4c52b44e66a607f5a26fa8e5ee588b64cd50 SHA1: 7a12b44022aac0207e653f3e8ffdbb3eec1f4682 MD5sum: 9bf6144a38666b14e1bd77e733f9dde7 Description: MoveIt plugin to generate industrial trajectories PTP, LIN, CIRC and sequences thereof. Package: ros-rolling-pilz-industrial-motion-planner-dbgsym Package-Type: ddeb Source: ros-rolling-pilz-industrial-motion-planner Version: 2.15.1-1resolute.20260830.172353 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 28134 Depends: ros-rolling-pilz-industrial-motion-planner (= 2.15.1-1resolute.20260830.172353) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pilz-industrial-motion-planner/ros-rolling-pilz-industrial-motion-planner-dbgsym_2.15.1-1resolute.20260830.172353_amd64.deb Size: 27809546 SHA256: 409729569405756112c4914b6775566895d6fff291800a2f37c0a9dfad26c7f6 SHA1: f4c9e5aca3f1a0bf2e8e834c6d1ac7bcaa1adff8 MD5sum: 8da1d326a07b94bce016356cbe74e952 Description: debug symbols for ros-rolling-pilz-industrial-motion-planner Build-Ids: 22e05ff3c4ac2856b35783d76bf0884fc4f2f216 265975be2666d7e85cabe6ee959c9b6c8a2bc479 2d3e0ccc072f08cf00c295b190b30314441500b7 45f3b5f2dfa9b43e532b0e2fffa304b6ea44df6e 5bd30e170cd2ddf1d025bea91734b61e68170c28 7ff959fff7dd46aec962166a91ad6a1f26014081 82aac4bc120f27f3533579585b92deb596d76d4c a61e76efc9aa96188f5d875a9a52ba60c7bbdeac e162bbd4680cdbb6f875e387fc2d0b521dd642bb f8787a0dd9d1cac5823b3102791d74c143f31cb7 Package: ros-rolling-pilz-industrial-motion-planner-testutils Version: 2.15.1-1resolute.20260830.163504 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 514 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-eigen3-cmake-module, ros-rolling-moveit-common, ros-rolling-moveit-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://moveit.ai Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pilz-industrial-motion-planner-testutils/ros-rolling-pilz-industrial-motion-planner-testutils_2.15.1-1resolute.20260830.163504_amd64.deb Size: 109754 SHA256: ae7114071d604f59154fe8344163192682a71fde4efb5bfaf5e3bbfedcaebeb8 SHA1: 7c50c801444e60974b8167147fe324d24603ae18 MD5sum: b401c6a03c43733246799e84a75130c3 Description: Helper scripts and functionality to test industrial motion generation Package: ros-rolling-pilz-industrial-motion-planner-testutils-dbgsym Package-Type: ddeb Source: ros-rolling-pilz-industrial-motion-planner-testutils Version: 2.15.1-1resolute.20260830.163504 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 5214 Depends: ros-rolling-pilz-industrial-motion-planner-testutils (= 2.15.1-1resolute.20260830.163504) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pilz-industrial-motion-planner-testutils/ros-rolling-pilz-industrial-motion-planner-testutils-dbgsym_2.15.1-1resolute.20260830.163504_amd64.deb Size: 5111816 SHA256: 7190c0fbef4580c196cf421a6c6a477514ad734b4fbc0a489e2ef9b95e37ca18 SHA1: deaaea67617c2002ce2b50b7f486553e1934538a MD5sum: edc0e8abd2e6623ee4bb5c1e66cfca0b Description: debug symbols for ros-rolling-pilz-industrial-motion-planner-testutils Build-Ids: 6425d8b62bf037b6e803d8ac922c2f8f74230f95 Package: ros-rolling-pinocchio Version: 4.1.0-1resolute.20260825.014622 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 32020 Depends: libboost-filesystem1.90.0 (>= 1.90.0), libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libboost-serialization1.90.0 (>= 1.90.0), libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-urdfdom, libboost-all-dev, libeigen3-dev, python3-dev, python3-numpy, ros-rolling-eigenpy, ros-rolling-ros-environment, ros-rolling-ros-workspace Homepage: https://github.com/stack-of-tasks/pinocchio Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pinocchio/ros-rolling-pinocchio_4.1.0-1resolute.20260825.014622_amd64.deb Size: 6068304 SHA256: 363dd9cecda0654bc3b20c996254cd2fc6e30755a5315f0a8b54da3a9f3242ef SHA1: d99c3c3f9d246b98b0f39404d5675dcef1acda89 MD5sum: 946bc2315552291ecd1ecdb803f352f5 Description: A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives. Package: ros-rolling-pinocchio-dbgsym Package-Type: ddeb Source: ros-rolling-pinocchio Version: 4.1.0-1resolute.20260825.014622 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 448700 Depends: ros-rolling-pinocchio (= 4.1.0-1resolute.20260825.014622) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pinocchio/ros-rolling-pinocchio-dbgsym_4.1.0-1resolute.20260825.014622_amd64.deb Size: 418101320 SHA256: 141f684fb971a1660e1a49fba04f900ce122ed87cd3c51ee9c18ddff0ec89df9 SHA1: 3c9699cb1551e048068915ab730494747a00d833 MD5sum: 09b78a12512c046948cae1848f185953 Description: debug symbols for ros-rolling-pinocchio Build-Ids: 3a35f7d080f2c9f38b4df37af038a1c04ae6eee2 8d0848a5cd1fec5aa5804b2431c4dd9ee835671c beacf39068546447faaf60f49e6a3e703d9e4152 d0e630a71371494fba39589d22aca0f2e97c19b9 eb30f268b37e0134253f378a59209845ac86bd20 f7b5b78564eba6ca71b2769fbfb417e25f4525f1 Package: ros-rolling-play-motion-builder-msgs Version: 1.4.1-2resolute.20260811.200433 Architecture: amd64 Maintainer: davidfernandez Installed-Size: 5503 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/play_motion_builder_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-play-motion-builder-msgs/ros-rolling-play-motion-builder-msgs_1.4.1-2resolute.20260811.200433_amd64.deb Size: 375500 SHA256: a7e91aad4ee7341f84849ffe13911588d58463de9644bc5a25a7714a3821b48b SHA1: 5660d91cc9f251df1b377b565ee2d9e3644acd58 MD5sum: 1ed537d0d8c17a61bb694558e54f3a04 Description: The play_motion_builder_msgs package Package: ros-rolling-play-motion-builder-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-play-motion-builder-msgs Version: 1.4.1-2resolute.20260811.200433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: davidfernandez Installed-Size: 4014 Depends: ros-rolling-play-motion-builder-msgs (= 1.4.1-2resolute.20260811.200433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-play-motion-builder-msgs/ros-rolling-play-motion-builder-msgs-dbgsym_1.4.1-2resolute.20260811.200433_amd64.deb Size: 2852136 SHA256: 9165db830aaf9f03d343819d6ff52388c09b0d94f5c68ec0d5e192424e8d1864 SHA1: e6beefbbe67170916451f24e73820b10c923375d MD5sum: edde28d484aec6b8d3293e9f701e7675 Description: debug symbols for ros-rolling-play-motion-builder-msgs Build-Ids: 004c7c09d3a728661f69886f096e86a9642e16b6 0e44700dc25089044bdbc3e95b85b9cad5b73a9f 194aef2a715afd9dfb7f850fff68f261c5396ee6 2192d74216cd6a64a54beac2f4b080a184eea999 6d4632993356e4bc7393a93f232658ae44de075d 6fd8359951e3864dca004c08166834f0186c2621 785950c2e57b651195e3cda8234defded07b3578 79ca99334dbd4aac3384103a8fcad9f007117339 b82a8e22c653c20d82833cb92d10b3276bf0989b dd43e3480e380e20061568b1acc237e6d685517c e11a8eab9fb70f296021241ef2cbd450e70e933a Package: ros-rolling-play-motion2-msgs Version: 1.8.4-2resolute.20260811.200425 Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 6259 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/play_motion2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-play-motion2-msgs/ros-rolling-play-motion2-msgs_1.8.4-2resolute.20260811.200425_amd64.deb Size: 405800 SHA256: e71f157debe412e794dc431101d0d92f9370acca8a45bacbb429262fd13b6483 SHA1: 3c98ab6f03bd6bc0947543fb1f4ca08db0454fd0 MD5sum: fad6d80a5d59398c5ffa0a7eb606f538 Description: Play a pre-recorded motion on a robot Package: ros-rolling-play-motion2-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-play-motion2-msgs Version: 1.8.4-2resolute.20260811.200425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Noel Jimenez Installed-Size: 4587 Depends: ros-rolling-play-motion2-msgs (= 1.8.4-2resolute.20260811.200425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-play-motion2-msgs/ros-rolling-play-motion2-msgs-dbgsym_1.8.4-2resolute.20260811.200425_amd64.deb Size: 3252316 SHA256: 1ed7b4385de50ce28aab71dacd7986401169e87df7a6f78e24c414920416d3c7 SHA1: 7011495faf3386c6018691aa886a8abb1976e7f6 MD5sum: fea4643a449721de1f565c0453ed42b8 Description: debug symbols for ros-rolling-play-motion2-msgs Build-Ids: 1fbcb45cde0938bb54db179dd235e00fe9d0510f 28791c29580102e178b60a0ded87654105879fb4 2f0ff4ef3cfdd22eeeeaee283997f69f4c298941 3f691dbdd027a238a98e210f080e7a81ad639e9d 54a94f9e6b9d26501935da35df3292deb10a0cad 5f055805433adb4b5c1c213f2bfbca7f37f60c05 9bb7ffe6f1babc3e193edbaf1a0ab0e0c47c0549 be6922304ac16713fd1406b7ee1f7725bc747df7 d8d71f46e94a7a990acd2f5ed08a36a30fa4e4a2 f90b6c018c3705d858f8f54f518a8edab02d09f5 fc752ebafad92bc66d50f9b6cc65769db879cef9 Package: ros-rolling-plotjuggler-msgs Version: 0.2.3-5resolute.20260811.203214 Architecture: amd64 Maintainer: daf Installed-Size: 1040 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/plotjuggler_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler-msgs/ros-rolling-plotjuggler-msgs_0.2.3-5resolute.20260811.203214_amd64.deb Size: 96380 SHA256: 8fd65e46544aefc0cecfeda43c8916093222bffe608f1aee6326e74e4f4ef9f9 SHA1: 81f0510a3a834a6de3dc066307834fea02e566ba MD5sum: 186ef5aa965b1acf7f7486efb1fcae9e Description: Special Messages for PlotJuggler Package: ros-rolling-plotjuggler-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-plotjuggler-msgs Version: 0.2.3-5resolute.20260811.203214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: daf Installed-Size: 932 Depends: ros-rolling-plotjuggler-msgs (= 0.2.3-5resolute.20260811.203214) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-plotjuggler-msgs/ros-rolling-plotjuggler-msgs-dbgsym_0.2.3-5resolute.20260811.203214_amd64.deb Size: 682510 SHA256: 8cff1c6e1b3c6ec5a843fc1152fa1b72a6bb9e85c748a728dd12dbf8a68c8074 SHA1: cf8d082991ff0a3df2eb118bb7aa77c34c506dc1 MD5sum: a4b1353da2ad93f381e9c3653a3d54ea Description: debug symbols for ros-rolling-plotjuggler-msgs Build-Ids: 20d635a61bae54b2e6010ea621dfbdf26cb0353d 3e331213372a167e848c67ff4f1824273c26caf5 4c6bcd419d99accd95a821c9831a9294fd5286f5 6f1dab777c66a65b5afd5f54c4edfa3d841d636a 70ad5476e13b10b77004579ef7cfde9b79b96500 83272ec56e29006fc6eeb5a41d62f0a2a70ce579 96f364affbe980f8902db127cd2f91234e653337 c9fe3317592c8c9923d30740e811da5f029ac82c eb47a92d0516ada6e746edc3d5bca4b42b48791e eb99392fd8e4bc173d1217c761ac8980521c7df0 fe8341fa92f4c3eb262c954930712f8615026f21 Package: ros-rolling-pluginlib Version: 6.0.1-1resolute.20260728.165843 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 250 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-rolling-ament-cmake-ros-core, ros-rolling-ament-index-cpp, ros-rolling-class-loader, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/pluginlib/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pluginlib/ros-rolling-pluginlib_6.0.1-1resolute.20260728.165843_amd64.deb Size: 63918 SHA256: be7417de520dc3e1f94ed33f3636e03f80c2f80d523651b11f9ba6e186c94c56 SHA1: bf9f14724fddb04ea4bc82100254ac06590ded6e MD5sum: bb1cf366effe59c20bc5da39a1665243 Description: The pluginlib package provides tools for writing and dynamically loading plugins using the ROS build infrastructure. To work, these tools require plugin providers to register their plugins in the package.xml of their package. Package: ros-rolling-pluginlib-dbgsym Package-Type: ddeb Source: ros-rolling-pluginlib Version: 6.0.1-1resolute.20260728.165843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 505 Depends: ros-rolling-pluginlib (= 6.0.1-1resolute.20260728.165843) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pluginlib/ros-rolling-pluginlib-dbgsym_6.0.1-1resolute.20260728.165843_amd64.deb Size: 459606 SHA256: 9365ade031939d5855a3ec1769eacdaaf95b1d18eaae07a4e5f89c6ac61e441b SHA1: 5a236aa9473a71ddfea8c162c8f0453bc342f537 MD5sum: 62c6822922dd1cadb8645fb7056a5cdb Description: debug symbols for ros-rolling-pluginlib Build-Ids: 40db3f91bd38a074b300c37a0c370de98909779d Package: ros-rolling-point-cloud-interfaces Version: 7.0.0-1resolute.20260811.204652 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 638 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-interfaces/ros-rolling-point-cloud-interfaces_7.0.0-1resolute.20260811.204652_amd64.deb Size: 81320 SHA256: 13819137ab6e7b07334bc4a33ccdfe6953963f844d1a8ce25ef6a4cd49bc5321 SHA1: f4fa9ba98e7995df7b9cf23eca9cb4f5b085e0bf MD5sum: 6d95bedc2672b35a680f54fbcc52c3a6 Description: msg definitions for use with point_cloud_transport plugins. Package: ros-rolling-point-cloud-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-point-cloud-interfaces Version: 7.0.0-1resolute.20260811.204652 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 744 Depends: ros-rolling-point-cloud-interfaces (= 7.0.0-1resolute.20260811.204652) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-interfaces/ros-rolling-point-cloud-interfaces-dbgsym_7.0.0-1resolute.20260811.204652_amd64.deb Size: 567192 SHA256: 1f4c75073af74e45e772845aabb739e6f4315ba20bd18536e9f9acb2c06e76c6 SHA1: 4adfda36b108c5951b2e05b0c40d27e469ebd5be MD5sum: 37e16a9f82e271ef00747f3e2397461e Description: debug symbols for ros-rolling-point-cloud-interfaces Build-Ids: 08c3ce7b787eceb256b927ad0a8c33abba0c5377 0939fa02ebac3b6d0b27074f9bb0740d8364ecd4 40a01e8bbca6c879819326361c577c68bb1ce8f3 62afa8f55b65a33a9dc92624b24bf414d862a887 76df37d9088e587bc72fe7ccc2d537b56f784294 848618e47874542bae6f284f4984f1d3fa16d91d 9bb7a93f48bc60e590ecfd163c74982d15648cbe acc956df8b046a8d18d701981e5b2031797c1ab4 af761e619ecb0e9e773422a7509429c119823d50 be9502ec708932ec924fca5e386a14289681d9dd ee7735488b97bf5e8a8099341580fc24118a7ef8 Package: ros-rolling-point-cloud-transport Version: 6.0.2-1resolute.20260821.165915 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 2124 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-rmw, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/point_cloud_transport/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport/ros-rolling-point-cloud-transport_6.0.2-1resolute.20260821.165915_amd64.deb Size: 308558 SHA256: ef917137b1e82a5ad33bb6e8e759ef8008ed75d8c76aec68b0e6efe31ba0a5f7 SHA1: 3091d0e9d2c5befbbd51cbe8b250e6bc76ccc262 MD5sum: 81012723a27e17a89843d7636531fee4 Description: Support for transporting PointCloud2 messages in compressed format and plugin interface for implementing additional PointCloud2 transports. Package: ros-rolling-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-rolling-point-cloud-transport Version: 6.0.2-1resolute.20260821.165915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 8048 Depends: ros-rolling-point-cloud-transport (= 6.0.2-1resolute.20260821.165915) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport/ros-rolling-point-cloud-transport-dbgsym_6.0.2-1resolute.20260821.165915_amd64.deb Size: 7258222 SHA256: ec1194a30442c38c2536ba9d7982a66de4041490963d89e55c657d1fb0032551 SHA1: 6000a1347b37c11331347516a588d07edf5d7bbe MD5sum: dd145bee4b5d436647e02e7ad5fbb615 Description: debug symbols for ros-rolling-point-cloud-transport Build-Ids: 05c29b90eb7fb040d9fe201844affc8a1a470986 1d0588ff51c26d399d12e980e2989d16370f96fb 2adb2864dd9bb53505e58ec5607be7178d7a5ae6 49ed567177c195639d7d637e1225f71d4a4869f7 580e2982604be7721a9bafff5239cc216e5e8ee2 Package: ros-rolling-point-cloud-transport-plugins Version: 7.0.0-1resolute.20260821.181236 Architecture: amd64 Maintainer: "Martin Pecka" Installed-Size: 44 Depends: ros-rolling-draco-point-cloud-transport, ros-rolling-point-cloud-interfaces, ros-rolling-zlib-point-cloud-transport, ros-rolling-zstd-point-cloud-transport, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-plugins/ros-rolling-point-cloud-transport-plugins_7.0.0-1resolute.20260821.181236_amd64.deb Size: 5874 SHA256: 014aa7408feb97800cad311f473eaae7b83b71f9ad49afcd5aaa6d5d3be9d6a9 SHA1: 2fd777af560dd46699c96e318149d8c762da685a MD5sum: b32442925380ef9beabf79da70996ddf Description: Metapackage with common point_cloud_transport plugins Package: ros-rolling-point-cloud-transport-py Version: 6.0.2-1resolute.20260821.170747 Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 547 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), pybind11-dev, ros-rolling-pluginlib, ros-rolling-point-cloud-transport, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rpyutils, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/point_cloud_transport_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-py/ros-rolling-point-cloud-transport-py_6.0.2-1resolute.20260821.170747_amd64.deb Size: 162160 SHA256: bbbba3c12705d4c868d976ec1f8d1c1fe76611a0ee32f247da1cd003e406a48f SHA1: 0bb0e5c363f7f2b1e9064cc536dce8e43c630cc2 MD5sum: 25422d3b180d2981b42452b02cf35c4e Description: Python API for point_cloud_transport Package: ros-rolling-point-cloud-transport-py-dbgsym Package-Type: ddeb Source: ros-rolling-point-cloud-transport-py Version: 6.0.2-1resolute.20260821.170747 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernández" Installed-Size: 2981 Depends: ros-rolling-point-cloud-transport-py (= 6.0.2-1resolute.20260821.170747) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-py/ros-rolling-point-cloud-transport-py-dbgsym_6.0.2-1resolute.20260821.170747_amd64.deb Size: 2776460 SHA256: 208a05ffe6e2079a20f3931eedeccfc5dbd4321f75ea340a590a1396164f4861 SHA1: 5127226977f6bde4c41543180c875a074ef91eac MD5sum: 3a39a58ab5e6444607c4466362550ab3 Description: debug symbols for ros-rolling-point-cloud-transport-py Build-Ids: 4da75af15328b1b230a6ed7021d8ce85204ff058 6f95977acdcdf8a4f5c5bf6f91b7fa4fd9fd31c7 Package: ros-rolling-point-cloud-transport-tutorial Version: 0.0.9-2resolute.20260821.181449 Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 845 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-point-cloud-transport, ros-rolling-point-cloud-transport-plugins, ros-rolling-rclcpp, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/point_cloud_transport_tutorial/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-tutorial/ros-rolling-point-cloud-transport-tutorial_0.0.9-2resolute.20260821.181449_amd64.deb Size: 715018 SHA256: 4d4da6c3a483895f78e5cf2a28c6b47bbc0e7dd052af7eb7ac98ee8f60ae6adc SHA1: 6bf110d155213eb5784599a3ce54803bf28d0fa0 MD5sum: f7289970c3dd4efc2537f8ade8010ea3 Description: Tutorial for point_cloud_transport. Package: ros-rolling-point-cloud-transport-tutorial-dbgsym Package-Type: ddeb Source: ros-rolling-point-cloud-transport-tutorial Version: 0.0.9-2resolute.20260821.181449 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: John D'Angelo Installed-Size: 1327 Depends: ros-rolling-point-cloud-transport-tutorial (= 0.0.9-2resolute.20260821.181449) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-point-cloud-transport-tutorial/ros-rolling-point-cloud-transport-tutorial-dbgsym_0.0.9-2resolute.20260821.181449_amd64.deb Size: 1267022 SHA256: a687d7fd9b8812c2689487b827659bc5192e98f1d63915cded0a73ec52ae66af SHA1: 4a63dfe85aa49aaee3dff653811579a0d0e2b590 MD5sum: a9ab1f532e9a70e14682a5f0d396ded8 Description: debug symbols for ros-rolling-point-cloud-transport-tutorial Build-Ids: 0972b1f2cd7027e061dd04b4a0c529abd459e4e5 4cb2f9fee41712c3566ad1149b7b12fa7002797a 7e12db58196950835724419978ff7a07cdd2c106 Package: ros-rolling-polygon-msgs Version: 1.3.0-2resolute.20260811.203155 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1440 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/polygon_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-msgs/ros-rolling-polygon-msgs_1.3.0-2resolute.20260811.203155_amd64.deb Size: 116084 SHA256: 18497e27f5cc727b80afead141ae5d9dac1348b971410cfecfe236d3b7315554 SHA1: 5a939639b25dd7f35bd079bc6231888ddfca1ef1 MD5sum: 38e9e4388a8d0f13ebafc6d8f4990fc8 Description: General purpose two-dimensional polygons. Formerly a part of nav_2d_msgs Package: ros-rolling-polygon-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-polygon-msgs Version: 1.3.0-2resolute.20260811.203155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1318 Depends: ros-rolling-polygon-msgs (= 1.3.0-2resolute.20260811.203155) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-msgs/ros-rolling-polygon-msgs-dbgsym_1.3.0-2resolute.20260811.203155_amd64.deb Size: 992496 SHA256: 537ad76fc90c863d724e5d695f489e93edc6e8833293d48a5dc38f5c52a0dc76 SHA1: 835d1e08dd0d182076052184b16a6b502641914c MD5sum: 6f6c174324ceafbd57a9df77d5278328 Description: debug symbols for ros-rolling-polygon-msgs Build-Ids: 13a387f5a5964277645eeafac409392512c35a07 344385d2d69c46ce9af6fafd3c8dd0914204c895 71bb289a2555952c481e0371510219b661816110 7cc7f9b096c563f7a081745753ac6f9e335a0b64 7dba612afab61b15a57bedf510d4cc64d2d83618 a7b2e32f5ed545e66428a417811e17d5fe4a2b48 b7457bd08de619169f54483cb5496e8f877f6072 d4f592b7846de443dd7db72f460e59babcf4053a e845cd906bca08a72a67f4d6afed771a1a329009 ec927026ee15561ad370e1d26845b69fe094ab0b f0c63dc794c9a6f760b317924fd3112dde865b91 Package: ros-rolling-polygon-utils Version: 1.3.0-2resolute.20260811.205104 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 137 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), python3-shapely, ros-rolling-geometry-msgs, ros-rolling-polygon-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/polygon_utils/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-utils/ros-rolling-polygon-utils_1.3.0-2resolute.20260811.205104_amd64.deb Size: 31574 SHA256: aacbb20739da8433123bee9662c06ddf33a1b4752dcc5430ce6bc28e2c74534e SHA1: e6345d9084b076fe484cc240065d90e62135651f MD5sum: 8c0dffffcd0ba9636a56cae06741c77f Description: Utilities for working with polygons, including triangulation Package: ros-rolling-polygon-utils-dbgsym Package-Type: ddeb Source: ros-rolling-polygon-utils Version: 1.3.0-2resolute.20260811.205104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 176 Depends: ros-rolling-polygon-utils (= 1.3.0-2resolute.20260811.205104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-polygon-utils/ros-rolling-polygon-utils-dbgsym_1.3.0-2resolute.20260811.205104_amd64.deb Size: 156494 SHA256: 929175b8fc62b8884793809b055baebecee814e52d5fb458885330fd429eaa10 SHA1: 0492182a9c175ae2d10356ce3793478daf05460b MD5sum: 6e729d32cd19e13a2985b7002ea7cb1d Description: debug symbols for ros-rolling-polygon-utils Build-Ids: da50a6e5cd1e8135eadc9746e189e13c161fd714 Package: ros-rolling-pose-broadcaster Version: 6.9.0-1resolute.20260826.131207 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 360 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-broadcaster/ros-rolling-pose-broadcaster_6.9.0-1resolute.20260826.131207_amd64.deb Size: 100220 SHA256: eb5c23c18f4481eeedb11c0f83de6f1575ff5bfd08f467197c0222b3b7f63f66 SHA1: 5dc66cc20859ce1eb0c24d3a6feb2170c6784b06 MD5sum: d87c133434b8509a0015375a207e36c4 Description: Broadcaster to publish cartesian states. Package: ros-rolling-pose-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-pose-broadcaster Version: 6.9.0-1resolute.20260826.131207 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1545 Depends: ros-rolling-pose-broadcaster (= 6.9.0-1resolute.20260826.131207) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-broadcaster/ros-rolling-pose-broadcaster-dbgsym_6.9.0-1resolute.20260826.131207_amd64.deb Size: 1385722 SHA256: 82c260f62303da1555c7fd140409a91eaf9bfa6cf505822831c7f3463df126fc SHA1: 4b999506671d8421506528681fba01b834d4f636 MD5sum: 3341d13b6da127055b49d60d5fe920f7 Description: debug symbols for ros-rolling-pose-broadcaster Build-Ids: 115e4200d6edcdc2dc0f20ad026b4bf9cfe7f0a0 Package: ros-rolling-pose-cov-ops Version: 0.4.0-2resolute.20260824.143626 Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 95 Depends: libc6 (>= 2.4), ros-rolling-mrpt-libposes, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-mrpt-libros-bridge, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-stereo-msgs, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/pose_cov_ops Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-cov-ops/ros-rolling-pose-cov-ops_0.4.0-2resolute.20260824.143626_amd64.deb Size: 14920 SHA256: 4a391e709e9b6ec930039658ebe69c63e1b16590c34d0e0fe07bb9b89b096e49 SHA1: 1a2dec0722c000a2b8003773fb225c242cdf1c7a MD5sum: dcf503bd41e36733a65760f5ee45fa90 Description: C++ library for SE(2)/SE(3) pose composition operations with uncertainty Package: ros-rolling-pose-cov-ops-dbgsym Package-Type: ddeb Source: ros-rolling-pose-cov-ops Version: 0.4.0-2resolute.20260824.143626 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jose-Luis Blanco-Claraco Installed-Size: 142 Depends: ros-rolling-pose-cov-ops (= 0.4.0-2resolute.20260824.143626) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pose-cov-ops/ros-rolling-pose-cov-ops-dbgsym_0.4.0-2resolute.20260824.143626_amd64.deb Size: 126500 SHA256: b84c016a0c23a03c0c714ccde1f54ba39660da8bbfce5a0adae696d00c8f9f2b SHA1: 319e98b9e58d75ff533052ffe46ecc9a91217b48 MD5sum: cd73085ced396c5200133d98679fb739 Description: debug symbols for ros-rolling-pose-cov-ops Build-Ids: e572405d90d08b9cc109b4d320d4f91a9dadd681 Package: ros-rolling-protobuf-comm Version: 0.9.4-1resolute.20260714.175248 Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 646 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), libboost-system-dev, libboost-thread-dev, libprotobuf-dev, libprotoc-dev, libspdlog-dev, openssl, protobuf-compiler, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/protobuf_comm/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-protobuf-comm/ros-rolling-protobuf-comm_0.9.4-1resolute.20260714.175248_amd64.deb Size: 158810 SHA256: 17e84878957270f32b49c587c3d6625f2d5f06f5ef57d6ebb311fb26c4a94144 SHA1: ae2f9377a854cf544044d0994fd2d69319cc885e MD5sum: 04e9d30f324745217d88c7254c826b35 Description: Wrapper for protobuf communication using c++ Package: ros-rolling-protobuf-comm-dbgsym Package-Type: ddeb Source: ros-rolling-protobuf-comm Version: 0.9.4-1resolute.20260714.175248 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tarik Viehmann" Installed-Size: 3544 Depends: ros-rolling-protobuf-comm (= 0.9.4-1resolute.20260714.175248) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-protobuf-comm/ros-rolling-protobuf-comm-dbgsym_0.9.4-1resolute.20260714.175248_amd64.deb Size: 3095402 SHA256: 8916109e929fac16d3b2044ba123b4f5fe713db687822de11d9020d9f2d74c06 SHA1: c7aaf8db2c2bfa87bfa2dae2c5428b0c68c7b787 MD5sum: 85783cf3bd5b4f31c5e41a27ed804b39 Description: debug symbols for ros-rolling-protobuf-comm Build-Ids: 812c65f561e8bc6066492dadc6fb0cc9cfc03597 Package: ros-rolling-proxsuite Version: 0.7.3-1resolute.20260725.174815 Architecture: amd64 Maintainer: "Justin Carpentier" Installed-Size: 1246 Depends: libeigen3-dev, libsimde-dev, python3-numpy, python3-scipy, ros-rolling-ros-workspace Homepage: https://simple-robotics.github.io/proxsuite Priority: optional Section: misc Filename: pool/main/r/ros-rolling-proxsuite/ros-rolling-proxsuite_0.7.3-1resolute.20260725.174815_amd64.deb Size: 154212 SHA256: f9194e9c4c7882b6afb56549c9672084b2bdf51b1bb977197c33fce3e8ec0474 SHA1: 04c6a6a591702a79dea92226fbcb2e01480d6a06 MD5sum: c1fa575c65dda42988715f5ba437fa3d Description: The Advanced Proximal Optimization Toolbox Package: ros-rolling-py-binding-tools Version: 2.1.3-1resolute.20260821.165336 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 449 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), pybind11-dev, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/py_binding_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-binding-tools/ros-rolling-py-binding-tools_2.1.3-1resolute.20260821.165336_amd64.deb Size: 138678 SHA256: 76f7955437f935031505a9c03f5075cb7260ffa9250c90526369e5a1c4d9a31b SHA1: 2070f2c6a56f40f4e8636fd60b562b4e7ef20425 MD5sum: dc0620bf35de92669219b1fe4d9112fa Description: Python binding tools for C++ Package: ros-rolling-py-binding-tools-dbgsym Package-Type: ddeb Source: ros-rolling-py-binding-tools Version: 2.1.3-1resolute.20260821.165336 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 2377 Depends: ros-rolling-py-binding-tools (= 2.1.3-1resolute.20260821.165336) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-binding-tools/ros-rolling-py-binding-tools-dbgsym_2.1.3-1resolute.20260821.165336_amd64.deb Size: 2239996 SHA256: 7cbfdeba35c82ee8ecd027e2e5fa90b29dac28cc7284deabb76db702ee254f87 SHA1: 51bc9b25e8567a15705c758884ee9182faa1b9fe MD5sum: dfb791e327721d162ead718561904780 Description: debug symbols for ros-rolling-py-binding-tools Build-Ids: 3b8889570a8a45c2c42104a795363063df3fab56 b9c70c3a1e8364ad40b1731f2d160be50f349141 Package: ros-rolling-py-trees Version: 2.5.0-1resolute.20260714.175334 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 1286 Depends: python3-pydot, ros-rolling-ros-workspace Homepage: https://py-trees.readthedocs.io/en/devel/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-trees/ros-rolling-py-trees_2.5.0-1resolute.20260714.175334_amd64.deb Size: 242456 SHA256: 3f456887397a6610f6683cca73869c23072477f6b84d5daff4ef45a6f77e4815 SHA1: 4af6a7f49699d95e9a9c7c49470d232de20604b1 MD5sum: 058fffb67a7cc87b8df17ef9dbcce886 Description: Pythonic implementation of behaviour trees. Package: ros-rolling-py-trees-js Version: 0.6.7-1resolute.20260714.175350 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 5164 Depends: python3-pyqt5.qtwebengine, ros-rolling-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_js Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-trees-js/ros-rolling-py-trees-js_0.6.7-1resolute.20260714.175350_amd64.deb Size: 1175486 SHA256: b7661ec8fb3a59ffd00cdaabb05627197f1876711f3fab827b80025c282d80da SHA1: e886a9f5412f2e235d93fab669ad27a61ccd0994 MD5sum: 93e8a54644784b31e467e05ae45b16f6 Description: Javascript library for visualising behaviour trees. Package: ros-rolling-py-trees-ros Version: 2.5.0-1resolute.20260821.173603 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 563 Depends: ros-rolling-geometry-msgs, ros-rolling-py-trees, ros-rolling-py-trees-ros-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2topic, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-ros-py, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://py-trees-ros.readthedocs.io/en/release-1.2.x/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-trees-ros/ros-rolling-py-trees-ros_2.5.0-1resolute.20260821.173603_amd64.deb Size: 109992 SHA256: a2e40011e879d4a5918da1ff047478128c995a64bf60a44a029c3e286a1da611 SHA1: 38bf6ac9f8d91115e236e25d683f9b9f3c2094f6 MD5sum: 7f6e207fd0c8fa5e63152f6fb1e975e4 Description: ROS 2 extensions and behaviours for py_trees. Package: ros-rolling-py-trees-ros-interfaces Version: 2.1.2-1resolute.20260811.204115 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 10517 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-diagnostic-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/py_trees_ros_interfaces Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-trees-ros-interfaces/ros-rolling-py-trees-ros-interfaces_2.1.2-1resolute.20260811.204115_amd64.deb Size: 642100 SHA256: b4148f7627a50346c1119c172ecb67cbd9c3c0bfa57673c2d3495819d448aa05 SHA1: 06d8440ed2cc472b3e017dea0440daca6f7f8330 MD5sum: 6a82c8a4cdf1b58e1a7714e0ea0d2a8f Description: Interfaces used by py_trees_ros and py_trees_ros_tutorials. Package: ros-rolling-py-trees-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-py-trees-ros-interfaces Version: 2.1.2-1resolute.20260811.204115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 7589 Depends: ros-rolling-py-trees-ros-interfaces (= 2.1.2-1resolute.20260811.204115) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-trees-ros-interfaces/ros-rolling-py-trees-ros-interfaces-dbgsym_2.1.2-1resolute.20260811.204115_amd64.deb Size: 5362446 SHA256: e014019a60f82daf47cd8109909332f60e6de2dd85b4d4d9f119bb7d2bbe681e SHA1: f1f2f52fb2c781bb78b0a5f4a6e4a3da9e0d01f4 MD5sum: 5d487747438eb628312b1a446c9899b1 Description: debug symbols for ros-rolling-py-trees-ros-interfaces Build-Ids: 034171284e6aa6e3a1cdd3d5e604e0a905efde24 0ec5a0514eba7b8f510899ab0f11210f1affc3e9 27fae4a0f57f33bf6fc6c8b3be7d3d9c28f5470f 5a91ca7a83bccf0894d680179c95fa05a660fdbc 6ddeed4b1538d893f1807d4bc5ef4fc5a8d44b0b 7ffb2959b36f856cf5848722131a59721a82b0aa a160ea68cb303c4a725bc249733beefb8113dc6d d91eec5dbccca8b0aaefb36b2a65991c2e1db264 e03e5d278f3fe5abb1e534d25c7e65dab59e3f35 e5379d1943c5558cce436831f53729bed8f4687d ea917f28badced9d727e2e3c0ecc3cb046b7ad96 Package: ros-rolling-py-trees-ros-tutorials Version: 2.5.0-1resolute.20260821.174403 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 506 Depends: python3-pyqt5.qtwebengine, ros-rolling-action-msgs, ros-rolling-geometry-msgs, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-py-trees, ros-rolling-py-trees-ros, ros-rolling-py-trees-ros-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2launch, ros-rolling-ros2param, ros-rolling-ros2run, ros-rolling-ros2service, ros-rolling-ros2topic, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://py-trees-ros-tutorials.readthedocs.io/en/release-2.0.x/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-trees-ros-tutorials/ros-rolling-py-trees-ros-tutorials_2.5.0-1resolute.20260821.174403_amd64.deb Size: 93686 SHA256: 3fc12123b9ddf7ce6102674d3468fffb3c39d240713b2a39e31761104fc2b076 SHA1: fd5e7b0173130066755c55efbcea1471ceec3d03 MD5sum: be44adc7e0cfa792661dd35c0f948bdf Description: Tutorials for py_trees on ROS2. Package: ros-rolling-py-trees-ros-viewer Version: 0.3.0-1resolute.20260821.163827 Architecture: amd64 Maintainer: "Daniel Stonier" Installed-Size: 268 Depends: python3-pyqt5.qtwebengine, ros-rolling-py-trees-js, ros-rolling-py-trees-ros-interfaces, ros-rolling-rclpy, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://github.com/splintered-reality/py_trees_ros_viewer Priority: optional Section: misc Filename: pool/main/r/ros-rolling-py-trees-ros-viewer/ros-rolling-py-trees-ros-viewer_0.3.0-1resolute.20260821.163827_amd64.deb Size: 69832 SHA256: baf72ee2eb982de9ef7e9c9e99def6461ea57d7a1af0551af057269e6a465957 SHA1: fa1199c101588af97a311ad139f90d1c08ac3412 MD5sum: fddb4ba025154f4209aeff4fc5a344f5 Description: A Qt-JS application for visualisation of executing/log-replayed behaviour trees in a ROS2 ecosystem. Package: ros-rolling-pybind11-vendor Version: 3.3.1-2resolute.20260714.190100 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 45 Depends: pybind11-dev, ros-rolling-ros-workspace Homepage: https://github.com/pybind/pybind11 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pybind11-vendor/ros-rolling-pybind11-vendor_3.3.1-2resolute.20260714.190100_amd64.deb Size: 6014 SHA256: 58df461de03a2a22615d4d34e84976c9c7522c5db7490f40d6225b24911dcf41 SHA1: 67cf3462c363b7ebdf2676baf75f4202be9b7428 MD5sum: b2639a2c8298b3f495dc88d9f4ec2a96 Description: Wrapper around pybind11. Package: ros-rolling-pymoveit2 Version: 4.2.0-2resolute.20260821.163908 Architecture: amd64 Maintainer: Andrej Orsula Installed-Size: 244 Depends: ros-rolling-action-msgs, ros-rolling-control-msgs, ros-rolling-geometry-msgs, ros-rolling-moveit-msgs, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-srvs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/pymoveit2/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-pymoveit2/ros-rolling-pymoveit2_4.2.0-2resolute.20260821.163908_amd64.deb Size: 27950 SHA256: ac99b746e7e55115a0a58ad57954754467446852bdb585283a7a91a23f162b41 SHA1: 7737743f433285d0538487c7164f9182d3303554 MD5sum: 368f47584085f8443506aa60a0ac4285 Description: Basic Python interface for MoveIt 2 built on top of ROS 2 actions and services Package: ros-rolling-python-cmake-module Version: 0.12.0-2resolute.20260714.184713 Architecture: amd64 Maintainer: Shane Loretz Installed-Size: 50 Depends: python3-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/python_cmake_module/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-python-cmake-module/ros-rolling-python-cmake-module_0.12.0-2resolute.20260714.184713_amd64.deb Size: 7166 SHA256: 525db6821075240d3115040f49dd0982de4d3a1e31a9b4f81f89daf9d2b93eb6 SHA1: 5d9731952f89a8f83b6f4f57654c8cc44f78b5d4 MD5sum: c1e3e23c86f45f62d297fab008421617 Description: Provide CMake module with extra functionality for Python. Package: ros-rolling-python-orocos-kdl-vendor Version: 0.8.0-2resolute.20260714.191137 Architecture: amd64 Maintainer: Jacob Perron Installed-Size: 45 Depends: python3-pykdl, ros-rolling-orocos-kdl-vendor, ros-rolling-pybind11-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/python_orocos_kdl_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-python-orocos-kdl-vendor/ros-rolling-python-orocos-kdl-vendor_0.8.0-2resolute.20260714.191137_amd64.deb Size: 6136 SHA256: eba3c41f601a97901ba01739b265d762cf51aea9e79d06f715f111fd0cc34c5c SHA1: 2ef946b3fd3e723fd938b66d90d25839264d633b MD5sum: 4adbf1bee9b0b9e0026a57c9a149e06f Description: Wrapper around PyKDL, providing nothing but a dependency on PyKDL on some systems. On others, it fetches and builds python_orocos_kdl locally. Package: ros-rolling-python-qt-binding Version: 2.6.1-1resolute.20260714.184718 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 87 Depends: libpyside6-dev, libshiboken6-dev, pyqt6-dev, pyqt6-dev-tools, python3-dev, python3-pyqt6, python3-pyqt6.qtsvg, python3-pyqtbuild, python3-pyside6.qtsvg, python3-sipbuild, qt6-base-dev, shiboken6, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/python_qt_binding Priority: optional Section: misc Filename: pool/main/r/ros-rolling-python-qt-binding/ros-rolling-python-qt-binding_2.6.1-1resolute.20260714.184718_amd64.deb Size: 15296 SHA256: 2bb6e1410381d1c6ca7b31707629e7bdd88f009f7b3d9764b033e6267038c23f SHA1: 5a1b0e51c57fdcecf7b33537ecb69336b72c3c1e MD5sum: 652d49c79c85905af9a5cad7dc8bcff4 Description: This stack provides Python bindings for Qt. There are two providers: pyside and pyqt. PySide2 is available under the GPL, LGPL and a commercial license. PyQt is released under the GPL. Both the bindings and tools to build bindings are included from each available provider. For PySide, it is called "Shiboken". For PyQt, this is called "SIP". Also provided is adapter code to make the user's Python code independent of which binding provider was actually used which makes it very easy to switch between these. Package: ros-rolling-qt-dotgraph Version: 3.0.2-1resolute.20260714.191108 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 135 Depends: python3-pydot, python3-pygraphviz, ros-rolling-python-qt-binding (>= 0.3.0), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/qt_dotgraph/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-dotgraph/ros-rolling-qt-dotgraph_3.0.2-1resolute.20260714.191108_amd64.deb Size: 28180 SHA256: e12da41a34c02dd349414b64af505cf03b775caa8c277f3c40610af44c50f292 SHA1: 4553bba0cede0752b9a1a7e5dad766128cb7a6c8 MD5sum: 2a1cb5ccb98f1175c478cd62b585c949 Description: qt_dotgraph provides helpers to work with dot graphs. Package: ros-rolling-qt-gui Version: 3.0.2-1resolute.20260717.153647 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 363 Depends: python3-catkin-pkg-modules, ros-rolling-ament-index-python, ros-rolling-python-qt-binding, ros-rolling-tango-icons-vendor, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/qt_gui Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui/ros-rolling-qt-gui_3.0.2-1resolute.20260717.153647_amd64.deb Size: 53502 SHA256: a65cf23c5a796910955a869286d44cf812f57846040f872d8a101a03808f8d4a SHA1: 76244d5837ef59a83a463023d181a06744569cb2 MD5sum: 059ff536611588d1bd83b33b87351c4f Description: qt_gui provides the infrastructure for an integrated graphical user interface based on Qt. It is extensible with Python- and C++-based plugins (implemented in separate packages) which can contribute arbitrary widgets. It requires either PyQt or PySide bindings. Package: ros-rolling-qt-gui-app Version: 3.0.2-1resolute.20260717.154033 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 47 Depends: ros-rolling-ament-index-python, ros-rolling-qt-gui, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/qt_gui_app Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-app/ros-rolling-qt-gui-app_3.0.2-1resolute.20260717.154033_amd64.deb Size: 6176 SHA256: c2a7c9f778bf0ca575f2d93230f5b77b5a07d86125470f34135cce6bfad61365 SHA1: 742e2bd196e65da69f31abc589331b19c625c9af MD5sum: 247cf25f740a4bebb44c6a8be0c263fa Description: qt_gui_app provides the main to start an instance of the integrated graphical user interface provided by qt_gui. Package: ros-rolling-qt-gui-core Version: 3.0.2-1resolute.20260728.171402 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 44 Depends: ros-rolling-qt-dotgraph (>= 0.3.0), ros-rolling-qt-gui (>= 0.3.0), ros-rolling-qt-gui-app (>= 0.3.0), ros-rolling-qt-gui-cpp (>= 0.3.0), ros-rolling-qt-gui-py-common (>= 0.3.0), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/qt_gui_core/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-core/ros-rolling-qt-gui-core_3.0.2-1resolute.20260728.171402_amd64.deb Size: 6034 SHA256: f9979cffed4623ab441a76d195ad2bb5ec4d36aa626972a354428b9b44902af8 SHA1: ebdf6ebd81ba3f30e18e60a7f865a1bed25c7a7f MD5sum: 17e56272041e091aafc269663b585ece Description: Integration of the ROS package system and ROS-specific plugins for a Qt-based GUI. Package: ros-rolling-qt-gui-cpp Version: 3.0.2-1resolute.20260728.170604 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 781 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libstdc++6 (>= 13), libtinyxml2-11 (>= 11.0.0), libqt6widgets6, libtinyxml2-dev, qt6-base-dev, ros-rolling-pluginlib (>= 1.9.23), ros-rolling-qt-gui (>= 0.3.0), ros-rolling-ros-workspace Homepage: http://ros.org/wiki/qt_gui_cpp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-cpp/ros-rolling-qt-gui-cpp_3.0.2-1resolute.20260728.170604_amd64.deb Size: 184442 SHA256: 7527edb49025096408c8d26626a5c19674e150da1271ac3f53358ebdcc739f7c SHA1: 51336568fb0229a6cf7cd6646e6ecd1c74f4ba89 MD5sum: 27ecfe24dbfea82bc2fc065f7fd748b4 Description: qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available. At least one specific binding must be available in order to use C++-plugins. Package: ros-rolling-qt-gui-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-qt-gui-cpp Version: 3.0.2-1resolute.20260728.170604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 3447 Depends: ros-rolling-qt-gui-cpp (= 3.0.2-1resolute.20260728.170604) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-cpp/ros-rolling-qt-gui-cpp-dbgsym_3.0.2-1resolute.20260728.170604_amd64.deb Size: 3209084 SHA256: 039bf103ae63c9c937107c2211bf575162fa8e6bd6a90e73e130e573e68d62f0 SHA1: 0533b69d4a4a578b116c29b98a4be20b8e4de150 MD5sum: 66095214c9e01d68f0e50b75d02aa53d Description: debug symbols for ros-rolling-qt-gui-cpp Build-Ids: 5b7472e0276f8eeaaa7040e6c3f60e2243c17ba7 9ef9709bc603d88d4bbdf1d16515c51c8d67264c Package: ros-rolling-qt-gui-py-common Version: 3.0.2-1resolute.20260717.153655 Architecture: amd64 Maintainer: "Dorian Scholz" Installed-Size: 81 Depends: ros-rolling-ament-index-python, ros-rolling-python-qt-binding, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/qt_gui_py_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-qt-gui-py-common/ros-rolling-qt-gui-py-common_3.0.2-1resolute.20260717.153655_amd64.deb Size: 11472 SHA256: c101b91732c04b7931d9e8dee5cb2a6ae4f5d88d46a75990971d638763499920 SHA1: b8eea4538b6afa5918d290e7f1b6eb386032c207 MD5sum: 17e48a859ff1b58a2144ae8ea43c0a95 Description: qt_gui_py_common provides common functionality for GUI plugins written in Python. Package: ros-rolling-quality-of-service-demo-cpp Version: 0.38.0-1resolute.20260821.171153 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4069 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-launch-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/quality_of_service_demo_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-quality-of-service-demo-cpp/ros-rolling-quality-of-service-demo-cpp_0.38.0-1resolute.20260821.171153_amd64.deb Size: 487538 SHA256: 35200f25cb1e71fc99fe116f44746fd7ae4df0f76002acc1343e67f1ac8c7dba SHA1: 3009821648f68cddaf5b0e6844116e8c93f75781 MD5sum: 347b2a2d066ab7eb2ae2010d3a7c7d2f Description: C++ Demo applications for Quality of Service features Package: ros-rolling-quality-of-service-demo-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-quality-of-service-demo-cpp Version: 0.38.0-1resolute.20260821.171153 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 21669 Depends: ros-rolling-quality-of-service-demo-cpp (= 0.38.0-1resolute.20260821.171153) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-quality-of-service-demo-cpp/ros-rolling-quality-of-service-demo-cpp-dbgsym_0.38.0-1resolute.20260821.171153_amd64.deb Size: 17739926 SHA256: 041efe83c77f67f28931c1bca51a45a652be06ffd50a26ad405cee1f8574f978 SHA1: e7a60e41e711963347c290a3b8c07f15cc898e75 MD5sum: 2ade3107a0ffcf48735e86cc06546ab7 Description: debug symbols for ros-rolling-quality-of-service-demo-cpp Build-Ids: 08493af221a4edc1c515f9a5856c4b05d1b10e04 0ef621240ebfa3397772a1e9a5c1726e7896b33f 11cbaecbaeef5a7d77911b05f81575246177f5fd 2901de17dee501a9ac038a31764882db000fac2b 39e4e781ea57e5b35607668ed5d89e81d91df283 748f3c85ec23f4e7a23c33aead55b57952bfd923 b015ecc03f7b41189f15b7fa8e576f2c2251c581 cc0057ed2935bc7c059bd8df9bb9f7e6e40f50a8 d44d7b5d306f774a1ba5a4dea1c31cca27d79b2c d5312830287c57829c6f91ce12c0c9e5b50b023a da6a8fcd5a3d827a29e7689727e3d5f6cc9fd24d ed34cb93f7eb3f5825520c0934637ffb03fcfe4a Package: ros-rolling-quality-of-service-demo-py Version: 0.38.0-1resolute.20260821.163913 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 115 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/quality_of_service_demo_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-quality-of-service-demo-py/ros-rolling-quality-of-service-demo-py_0.38.0-1resolute.20260821.163913_amd64.deb Size: 20294 SHA256: 280da7bbb1ffa5cf2c5240238d70073e91f044c0259814889386cd8b69b66c74 SHA1: a45529a028a95b3163e9910abb790d3527d9339c MD5sum: 0013f1ca28a3946aa90b790b7220cad5 Description: Python Demo applications for Quality of Service features Package: ros-rolling-r2r-spl-7 Version: 3.0.1-4resolute.20260821.163914 Architecture: amd64 Maintainer: ijnek Installed-Size: 41 Depends: ros-rolling-rclpy, ros-rolling-splsm-7-conversion, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/r2r_spl_7/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-r2r-spl-7/ros-rolling-r2r-spl-7_3.0.1-4resolute.20260821.163914_amd64.deb Size: 6776 SHA256: 14e9a37ac4ff24721f9bb7b5ff8cde9237cd5b00d792f8cc8a43189d1676d18f SHA1: 7765ed4e7c999c8e7bcbccebe1d37e77d8104480 MD5sum: d3e690e08a4b5e94894f84336510e45f Description: Robot-To-Robot communication in RoboCup SPL using SPLSM V7 Package: ros-rolling-radar-msgs Version: 0.2.2-4resolute.20260811.205215 Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 1006 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-generators, ros-rolling-std-msgs, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/radar_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-radar-msgs/ros-rolling-radar-msgs_0.2.2-4resolute.20260811.205215_amd64.deb Size: 92440 SHA256: e625e6dc056c5590706049f65cce50904a17bd66113ce86e5a4706563eef35bd SHA1: 44006bbf371d4117d5449fdfdc672c254e9a85c8 MD5sum: da6e37b196fcb535144c2d94c1e6ec6f Description: Standard ROS messages for radars Package: ros-rolling-radar-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-radar-msgs Version: 0.2.2-4resolute.20260811.205215 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Steve Macenski Installed-Size: 781 Depends: ros-rolling-radar-msgs (= 0.2.2-4resolute.20260811.205215) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-radar-msgs/ros-rolling-radar-msgs-dbgsym_0.2.2-4resolute.20260811.205215_amd64.deb Size: 555396 SHA256: aac2dadf4dc1ed9b86ace546bc953e4d01940dadca9d39f54c322c92ef38c296 SHA1: 0521f4beaedaf1a6e393d3d192b4561047af5a77 MD5sum: e0a12c6b1e30d0d26955d9e16934acbc Description: debug symbols for ros-rolling-radar-msgs Build-Ids: 0a89ced07984e2c159856b603de33df50b50a480 210fa747a0fdd2735823410edfce7270b1f8c0c4 3dede2ab2b55cbe8dfa6b55f658b921b2604cd18 4b7c4c539b38f6df413cf9044124e6a3b85b237e 4e0ff6260d33cc04c94d3573403da6d82c1a0e73 5922eba7451e05c5c7ba271846ce308becd3bce6 789ce76c6d2f2069fd23ea7276cb693ded655752 8bd6b6f7d575a41e16b4a1b128b7672674a6d145 de80ca1bca52ba9687a5e547808265fc333b7fa3 eb9aa8df6be4cb3468885a365ba62f0dd4ea1466 faabd10b96cd3fb41615ad3ed5045490dec9f5fb Package: ros-rolling-random-numbers Version: 2.0.5-1resolute.20260714.184731 Architecture: amd64 Maintainer: "Anas M'chichou" Installed-Size: 120 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-date-time1.83.0, libboost-dev, libboost-random-dev, libboost-random1.83.0, libboost-thread-dev, libboost-thread1.83.0, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/random_numbers Priority: optional Section: misc Filename: pool/main/r/ros-rolling-random-numbers/ros-rolling-random-numbers_2.0.5-1resolute.20260714.184731_amd64.deb Size: 26510 SHA256: d73247049eb87a5dead4a467e706cd2f03754238d4aaf62ca7e960bb4397142f SHA1: 56b732bba266a8d3a9766702428b937ca62d108f MD5sum: b9c5c3c77d57f297b01958c203581b9a Description: This library contains wrappers for generating floating point values, integers, quaternions using boost libraries. The constructor of the wrapper is guaranteed to be thread safe and initialize its random number generator to a random seed. Seeds are obtained using a separate and different random number generator. Package: ros-rolling-random-numbers-dbgsym Package-Type: ddeb Source: ros-rolling-random-numbers Version: 2.0.5-1resolute.20260714.184731 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anas M'chichou" Installed-Size: 178 Depends: ros-rolling-random-numbers (= 2.0.5-1resolute.20260714.184731) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-random-numbers/ros-rolling-random-numbers-dbgsym_2.0.5-1resolute.20260714.184731_amd64.deb Size: 138320 SHA256: fe40dbce733028f9077530d58cda615a52b4ecd155a836e3fbf2d431fc395494 SHA1: 0e3c27e6b7a8f6c6472a124128c6f1d117581079 MD5sum: 797d2849013cb10206a5b51308efee87 Description: debug symbols for ros-rolling-random-numbers Build-Ids: e8f6ba754812696b10905dee6fac21c91cb96a43 Package: ros-rolling-range-sensor-broadcaster Version: 6.9.0-1resolute.20260826.130440 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 300 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-range-sensor-broadcaster/ros-rolling-range-sensor-broadcaster_6.9.0-1resolute.20260826.130440_amd64.deb Size: 84786 SHA256: 6488971c95153dac15e1b812084462d28f8f84bbb7f5599b1d9fa5181627f1a6 SHA1: 0e5c86e453c3d46ed438a8fe790712182cafdeb8 MD5sum: 68d58b69f84f3cdfe0eb0c249cbce82e Description: Controller to publish readings of range sensors. Package: ros-rolling-range-sensor-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-range-sensor-broadcaster Version: 6.9.0-1resolute.20260826.130440 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1198 Depends: ros-rolling-range-sensor-broadcaster (= 6.9.0-1resolute.20260826.130440) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-range-sensor-broadcaster/ros-rolling-range-sensor-broadcaster-dbgsym_6.9.0-1resolute.20260826.130440_amd64.deb Size: 1090544 SHA256: 5d336a065d9fe9ecb8f5b20c88a68029bf7f765a441ac972f0d3f2f2e9380cd7 SHA1: 80a309fd5c50a2562d2ab74c912a7f0e465679fa MD5sum: 2579dd240aa6aa127aafe209f4364ec7 Description: debug symbols for ros-rolling-range-sensor-broadcaster Build-Ids: 50ce5ced47566d62a08326a2a6e47412295e16ca Package: ros-rolling-raspimouse-msgs Version: 2.0.0-2resolute.20260811.203209 Architecture: amd64 Maintainer: RT Corporation Installed-Size: 688 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 4.1.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/raspimouse_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-raspimouse-msgs/ros-rolling-raspimouse-msgs_2.0.0-2resolute.20260811.203209_amd64.deb Size: 60122 SHA256: dfc1a286be45e65b32bd83341d87543e1459ab55e4a678c84717cc83d33bbcb6 SHA1: 53d88d306bc54f205cd5117c06420e14266e5456 MD5sum: b20236917f51f9c268e3d89abb7ed1dc Description: RaspiMouse messages Package: ros-rolling-raspimouse-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-raspimouse-msgs Version: 2.0.0-2resolute.20260811.203209 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: RT Corporation Installed-Size: 514 Depends: ros-rolling-raspimouse-msgs (= 2.0.0-2resolute.20260811.203209) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-raspimouse-msgs/ros-rolling-raspimouse-msgs-dbgsym_2.0.0-2resolute.20260811.203209_amd64.deb Size: 336890 SHA256: 012eb2d6a3467f8a385971a082338a2fcd2ef62dd7972e197428269ba943dbd1 SHA1: 36d46472e0ce433e3fcc3eb27c2618ce9987509f MD5sum: c2f905f18185253a974d1f2972001c1a Description: debug symbols for ros-rolling-raspimouse-msgs Build-Ids: 1be3c1229bb0581f1edf683e98c0546ae8aea260 335a44ea2a40cc3e883291d012e06f0648f28839 526386505c8e9541b117e21a9b8284037dffe694 5ce316d0476c89a0eb5df5c6dc4dc38e5e2125d3 5d4af7237dace8d3e8e45bc3d4e0a588d19862ee 7fe35f9967b8c91aa8299074ee3670779b79cf66 8163aad332b3fbba4b61efe5570e65158991975a 9f466b8bb6073494ce72b137117c6da0c158c313 c26396d208587d670adc1b8b98c8303b82b21ae2 e6bdf12b284e5cb43a19e29fa974850661431c80 f6120366eb12a33751eb0118d5b2f688317871ce Package: ros-rolling-rc-common-msgs Version: 0.5.3-6resolute.20260811.202654 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1311 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rc_common_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-common-msgs/ros-rolling-rc-common-msgs_0.5.3-6resolute.20260811.202654_amd64.deb Size: 123588 SHA256: dd219fc37893179ae7b77d4c005bff04390c67e7c711415c697d9d6aa51dbcf5 SHA1: 456a02892772e437b236d4b0a96bf2b9431bf1c3 MD5sum: 262761060e5fbbf3638d4f0aeab6a30c Description: Common msg and srv definitions used by Roboception's ROS2 packages Package: ros-rolling-rc-common-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rc-common-msgs Version: 0.5.3-6resolute.20260811.202654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 1118 Depends: ros-rolling-rc-common-msgs (= 0.5.3-6resolute.20260811.202654) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-common-msgs/ros-rolling-rc-common-msgs-dbgsym_0.5.3-6resolute.20260811.202654_amd64.deb Size: 815730 SHA256: 8a010cce73add90b5a635fe8e9fdfb375201e1fa07c8c3359d00d5489d6ff4e5 SHA1: 90f9e86a20f44123955a00ef23fd815c0d8cd399 MD5sum: c8e4de71ad89fb38dce372ff49db36a3 Description: debug symbols for ros-rolling-rc-common-msgs Build-Ids: 009f8b0a2d5ebce681fd359523138e0c0d469857 0ea37589a80f971c91374c4aee561629c30a1136 13c5601c2048fd6dc511a082a9398f949fdf497a 2e7fcb88362f1f9c0a62e3db73ddf0c928990acd 354672ec751b317f7e4de3ad5276ce3d844dbdee 7d94221b56f654778bca7f692caf75e5acb9bcf2 9415e6d28104ab5d5b16d3f83e35ff0720a6489e 983560426f21c1154da35c6b3673ee01007ac565 b1bda6f0f218f3bd7a3a080c47f6bd58720e6ce0 b814794109469169e58e34a879927c84890e3f03 fbc4f0b5eb9e9097df24bbbc4cd574b44413da18 Package: ros-rolling-rc-genicam-api Version: 2.8.6-1resolute.20260714.175603 Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 15596 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libncurses6 (>= 6), libpng16-16t64 (>= 1.6.46), libstdc++6 (>= 13.1), libtinfo6 (>= 6), libncurses-dev, libpng-dev, libusb-1.0-0, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rc_genicam_api Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-genicam-api/ros-rolling-rc-genicam-api_2.8.6-1resolute.20260714.175603_amd64.deb Size: 3072302 SHA256: 1806d1b72d83ed02696191e5e31c83acde0098c876eca39ddfbeda30bf9e907d SHA1: 0cb2c4643b617df62c4213918cd43cb084c0c7f5 MD5sum: e579f4068e160bb37a3088d446249d4e Description: GenICam/GigE Vision Convenience Layer. This package combines the Roboception convenience layer for images with the GenICam reference implementation and a GigE Vision transport layer. It is a self contained package that permits configuration and image streaming of GenICam / GigE Vision 2.0 compatible cameras like the Roboception rc_visard. This package also provides some tools that can be called from the command line for discovering cameras, changing their configuration and streaming images. Although the tools are meant to be useful when working in a shell or in a script, their main purpose is to serve as example on how to use the API for reading and setting parameters, streaming and synchronizing images. See LICENSE.md for licensing terms of the different parts. Package: ros-rolling-rc-genicam-api-dbgsym Package-Type: ddeb Source: ros-rolling-rc-genicam-api Version: 2.8.6-1resolute.20260714.175603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 6036 Depends: ros-rolling-rc-genicam-api (= 2.8.6-1resolute.20260714.175603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-genicam-api/ros-rolling-rc-genicam-api-dbgsym_2.8.6-1resolute.20260714.175603_amd64.deb Size: 5525318 SHA256: 5d562cbaee9e0a48d8e12916eeddf5fe2de914a528e190f07f9469d129095ea2 SHA1: 1a24e8fe8e417ac40a67742c9983c7ecfed7c27f MD5sum: 3e3437ca42222a6320d688caed9e57be Description: debug symbols for ros-rolling-rc-genicam-api Build-Ids: 1db4266ee157a409735fb2a8ac9da2dc32abdb4e 729ee9519b0b7462c5ff57c493a82f3e30d12930 9073664d645e8fc16f3616bf7400c8cd7968c905 a67413d85cf516578ca294ad015d22347ad87e32 aaac9429f344f4d937ef65ec30e9c03d6196e697 bfe682bab8ed5fedc1dc34262009b46c5e3ea81e Package: ros-rolling-rc-reason-clients Version: 0.5.0-2resolute.20260821.181725 Architecture: amd64 Maintainer: ruess Installed-Size: 221 Depends: python3-requests, ros-rolling-geometry-msgs, ros-rolling-rc-reason-msgs, ros-rolling-rclpy, ros-rolling-ros2pkg, ros-rolling-tf2-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rc_reason_clients/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-reason-clients/ros-rolling-rc-reason-clients_0.5.0-2resolute.20260821.181725_amd64.deb Size: 41950 SHA256: 3b04cb0379ba6ad6f61e7e63a4a8195c2ce8754abc15587095c91621cb261571 SHA1: 66ccc1055d01e91b123999699fb02db330b04f81 MD5sum: c74352392082b86dfd6b9313ee449e52 Description: Clients for interfacing with Roboception reason modules on rc_visard and rc_cube. Package: ros-rolling-rc-reason-msgs Version: 0.5.0-2resolute.20260811.204732 Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 16075 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rc-common-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rc_reason_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-reason-msgs/ros-rolling-rc-reason-msgs_0.5.0-2resolute.20260811.204732_amd64.deb Size: 1018386 SHA256: 3774c277c513c5702165bdcdc125024ec71ad04c7d459c18c1e0bf58617de7b2 SHA1: 45a9bede47412c80340912759cd51ee1a6e4a47d MD5sum: c7f879167ce655862e98926ae26cc310 Description: Msg and srv definitions for rc_reason_clients Package: ros-rolling-rc-reason-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rc-reason-msgs Version: 0.5.0-2resolute.20260811.204732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Felix Ruess Installed-Size: 13829 Depends: ros-rolling-rc-reason-msgs (= 0.5.0-2resolute.20260811.204732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rc-reason-msgs/ros-rolling-rc-reason-msgs-dbgsym_0.5.0-2resolute.20260811.204732_amd64.deb Size: 10744940 SHA256: 90bfa52b4232465a1b994293701c89db69dcab9b739e1bf73d95eee905d41dfe SHA1: b903a923a26e18e9f73d1fe3ba270c03cf3f020d MD5sum: 1907f6d16c7fe0ac330a6598032b10c8 Description: debug symbols for ros-rolling-rc-reason-msgs Build-Ids: 152924b8cb0968968ac6aaa312108236b3203e20 5a9ef0a7b3010ee48cebd5f7d17228ea5506bcd7 5faaec07dd100686d398e7e612b6376e98792e27 9fdb936ac11406f29ad3508c74978e6f8906b4a7 b12b153156fc80b041b47f79f27cdb15faee36e9 ba493b54fbd758496b2a5e26f14ed5f1c560ebea c44cd2262ec30eebf00e5b747fb719c13c060d43 cec1c8c925be4486c03ad2b552948577c6393391 cf2bd1d965bf4e6e1bfef9def675166b820f09ae d1c46087c129ea9d75b6368596ca9feb93d5b902 d4693a47505f2c23bd43217c4c5250a3d2de727f Package: ros-rolling-rcdiscover Version: 2.1.2-1resolute.20260714.175431 Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 310 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcdiscover/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcdiscover/ros-rolling-rcdiscover_2.1.2-1resolute.20260714.175431_amd64.deb Size: 89834 SHA256: 73f9ef518ba9403297a9e7b109629fc1ea3396e706837875c2e18878dd3ec579 SHA1: 65501531b31a6b9cc8ff36d4774837f1eaa3f9ca MD5sum: 0334e251c24fe6c9cab4a6cfd0217923 Description: This package contains tools for the discovery of Roboception devices via GigE Vision. Package: ros-rolling-rcdiscover-dbgsym Package-Type: ddeb Source: ros-rolling-rcdiscover Version: 2.1.2-1resolute.20260714.175431 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Ruess" Installed-Size: 1298 Depends: ros-rolling-rcdiscover (= 2.1.2-1resolute.20260714.175431) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcdiscover/ros-rolling-rcdiscover-dbgsym_2.1.2-1resolute.20260714.175431_amd64.deb Size: 1188198 SHA256: 1136e640417c9572b828ca321f09569719b386a1954eeda130a8e6b37cb23ad3 SHA1: a7eac61bac4e6e82508f1162cb6dca71e8cd5783 MD5sum: 5672a1623475a7357cafff7252e44d6a Description: debug symbols for ros-rolling-rcdiscover Build-Ids: 81cedaec7ea6b146242cc8c09032c0803f4c5f38 ede4686e46c8c92faa05ffc5cc320e68a22aaa6c Package: ros-rolling-rcl Version: 10.5.1-1resolute.20260821.161211 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 811 Depends: libc6 (>= 2.14), libyaml-0-2, libyaml-dev, ros-rolling-libyaml-vendor, ros-rolling-rcl-interfaces, ros-rolling-rcl-logging-implementation, ros-rolling-rcl-logging-interface, ros-rolling-rcl-logging-spdlog, ros-rolling-rcl-yaml-param-parser, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-implementation, ros-rolling-rosidl-runtime-c, ros-rolling-service-msgs, ros-rolling-tracetools, ros-rolling-type-description-interfaces, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl/ros-rolling-rcl_10.5.1-1resolute.20260821.161211_amd64.deb Size: 161070 SHA256: 08292a004c98e1925d9ee878a0350ae4ea337e95e98863d6fe8d8f5f8b1cc792 SHA1: 3e9e6414cd370df8ee524edda241ba538a2a2c5c MD5sum: b769be7da5a62cade382f8cd139816f3 Description: The ROS client library common implementation. This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries. Package: ros-rolling-rcl-action Version: 10.5.1-1resolute.20260821.161602 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 298 Depends: libc6 (>= 2.4), ros-rolling-action-msgs, ros-rolling-rcl, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_action/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-action/ros-rolling-rcl-action_10.5.1-1resolute.20260821.161602_amd64.deb Size: 54586 SHA256: 511c4476d7d3480eaf4c99ea291e074101e1abfaae3f2bbf99517a79bfe5a852 SHA1: 27fb38f716f55535c08f93cf2e4bb1e456fa63e6 MD5sum: ca46bbee9479756d2d5de7313f5f4861 Description: Package containing a C-based ROS action implementation Package: ros-rolling-rcl-action-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-action Version: 10.5.1-1resolute.20260821.161602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 120 Depends: ros-rolling-rcl-action (= 10.5.1-1resolute.20260821.161602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-action/ros-rolling-rcl-action-dbgsym_10.5.1-1resolute.20260821.161602_amd64.deb Size: 70240 SHA256: 3212d672391bb59ead4c18ad5fb611ea1d62165c2807b15e0738074a2b272f77 SHA1: 54b47da832577e1734c2f783f665ae5511fed3e1 MD5sum: e3a63509013f39aaa1a1bd7a64e509c2 Description: debug symbols for ros-rolling-rcl-action Build-Ids: 6e5b69ad676fa9d05e5e384e6a34d6e822cb1a4e Package: ros-rolling-rcl-dbgsym Package-Type: ddeb Source: ros-rolling-rcl Version: 10.5.1-1resolute.20260821.161211 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 419 Depends: ros-rolling-rcl (= 10.5.1-1resolute.20260821.161211) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl/ros-rolling-rcl-dbgsym_10.5.1-1resolute.20260821.161211_amd64.deb Size: 282288 SHA256: 65a5ec4e9328490700b95ea30b905f81babe04599b317644c7086485ca2b8675 SHA1: 6c2b759fbdfa9cf4907516187595e07f5a411931 MD5sum: adf35e4724bd8a830fab08637e149d94 Description: debug symbols for ros-rolling-rcl Build-Ids: e9927e4cfd9a8af3ff7aa192b375b95420bbe32d Package: ros-rolling-rcl-interfaces Version: 2.5.1-1resolute.20260811.203439 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6209 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-interfaces/ros-rolling-rcl-interfaces_2.5.1-1resolute.20260811.203439_amd64.deb Size: 453690 SHA256: fa249211536c8d052c8868b4a8b99145d439775bf27de8166edea7a158a67743 SHA1: 9aab0c19682d0a01024e1b17c8dad81cd4147c48 MD5sum: 73fcb8ff6420fafaf8b332f5efb1fe8a Description: The ROS client library common interfaces. This package contains the messages and services which ROS client libraries will use under the hood to communicate higher level concepts such as parameters. Package: ros-rolling-rcl-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-interfaces Version: 2.5.1-1resolute.20260811.203439 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6136 Depends: ros-rolling-rcl-interfaces (= 2.5.1-1resolute.20260811.203439) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-interfaces/ros-rolling-rcl-interfaces-dbgsym_2.5.1-1resolute.20260811.203439_amd64.deb Size: 4869008 SHA256: 2b7241184262c14e24b0879d4f94996b35cf72bea9afdf5a9d2fb3948a03081d SHA1: 879c702ffe3f10299d19ac20d812162f0f3f5051 MD5sum: 86163f9d31692482d63fa04d97ebe54c Description: debug symbols for ros-rolling-rcl-interfaces Build-Ids: 45f45fcd4824fee5e8fa51b4f65a93813a08bfee 726129a53f3ccb03475dc9ce129523116b0db165 7283c78ec9ccc51bf4811c43e27c5b8abcd63961 8197dc59177f151f8be1948e68629bb06bfdfa38 ca853f3f73a9afc39d14e585583c641e619b7143 d4368d967f0848a42954f5a0d99f9068ea025e5a d515102c8e73a019c64f0c10876db5d2d6c2e93f deba53da9f685f81507821e536a633f8f3e4c4d6 e2f4a32dffbf3b5782fe73a63928ad4c0494a42f e301b3c9daa52f94c7042651599c435797f76f95 f7d44561b6a62851f26c28ad80c6ac79d9902887 Package: ros-rolling-rcl-lifecycle Version: 10.5.1-1resolute.20260821.161604 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 148 Depends: libc6 (>= 2.4), ros-rolling-lifecycle-msgs, ros-rolling-rcl, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosidl-runtime-c, ros-rolling-tracetools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_lifecycle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-lifecycle/ros-rolling-rcl-lifecycle_10.5.1-1resolute.20260821.161604_amd64.deb Size: 29844 SHA256: a897342679d0faa0eee3020ac7eb759f453fdba53389ffaecc70190f775997f4 SHA1: 5f01c9699094b8a26f69a0e85813fc53f18f88bf MD5sum: c8eb9be1e8a9142210ea329807609d52 Description: Package containing a C-based lifecycle implementation Package: ros-rolling-rcl-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-lifecycle Version: 10.5.1-1resolute.20260821.161604 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 66 Depends: ros-rolling-rcl-lifecycle (= 10.5.1-1resolute.20260821.161604) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-lifecycle/ros-rolling-rcl-lifecycle-dbgsym_10.5.1-1resolute.20260821.161604_amd64.deb Size: 36494 SHA256: f0beb4a3af8674598f23ccc21cb29a7dff970b7feab98b931d852b1400520dfe SHA1: 990b6fbe1aee3a4247bbccdf511d519cfdd54e99 MD5sum: 064933db5e748d124dadd297f5457cae Description: debug symbols for ros-rolling-rcl-lifecycle Build-Ids: b379bd8130afe496aedc24672afe6d6b3917fa68 Package: ros-rolling-rcl-logging-implementation Version: 3.5.0-1resolute.20260821.160929 Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 90 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-rolling-rcl-logging-interface, ros-rolling-rcl-logging-spdlog, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_implementation/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-implementation/ros-rolling-rcl-logging-implementation_3.5.0-1resolute.20260821.160929_amd64.deb Size: 18480 SHA256: 21a0392fef428be70ca90a1f1cb2af28c539a252f4e47e4edfa57b62b733e713 SHA1: 5c36215c123527ac816e284f81f6b5d197d28490 MD5sum: 66d5c215f22dff729edbf755328b6fe1 Description: Provides the ability to load logging implementations at runtime. This package acts as an abstraction layer between rcl and the actual logging implementation (e.g., spdlog, noop, or custom implementations). Package: ros-rolling-rcl-logging-implementation-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-logging-implementation Version: 3.5.0-1resolute.20260821.160929 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tomoya Fujita" Installed-Size: 94 Depends: ros-rolling-rcl-logging-implementation (= 3.5.0-1resolute.20260821.160929) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-implementation/ros-rolling-rcl-logging-implementation-dbgsym_3.5.0-1resolute.20260821.160929_amd64.deb Size: 69516 SHA256: a74d206827e2b0e3715416fd38f6fae33d5c3af4742ecf560cc23ee6b44fa48f SHA1: e046e01d6bc80a39e1b51bfce0fe065ce55ecd89 MD5sum: e05581ffa5b80db07d2d1599704832fe Description: debug symbols for ros-rolling-rcl-logging-implementation Build-Ids: 525c03cedaf40a0dc97bb72c80332b0abb872e92 Package: ros-rolling-rcl-logging-interface Version: 3.5.0-1resolute.20260821.160409 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 83 Depends: libc6 (>= 2.4), ros-rolling-rcutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_interface/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-interface/ros-rolling-rcl-logging-interface_3.5.0-1resolute.20260821.160409_amd64.deb Size: 13370 SHA256: bb798e44f78d7b39dfba29204a4002edf37874a9c29741450792d3b6d78393d3 SHA1: d7d16dc43a8a0bae23761cc998ea7492d32d4cdd MD5sum: 8ce898d0a687a603c5938b4e18566c13 Description: Interface that rcl_logging backends needs to implement. Package: ros-rolling-rcl-logging-interface-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-logging-interface Version: 3.5.0-1resolute.20260821.160409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 22 Depends: ros-rolling-rcl-logging-interface (= 3.5.0-1resolute.20260821.160409) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-interface/ros-rolling-rcl-logging-interface-dbgsym_3.5.0-1resolute.20260821.160409_amd64.deb Size: 4954 SHA256: 6743c713666484bd653ff234e92cf3d101403f1f50e2125edad44c3d525fc998 SHA1: 4248b87ba42446a0c56719a40e2c466776a0bc00 MD5sum: 2dc0b33365726cc88eaa8c0ff8273d95 Description: debug symbols for ros-rolling-rcl-logging-interface Build-Ids: 99580fcc44b9b41ff4d97f04f0b7027e0dc6b44f Package: ros-rolling-rcl-logging-noop Version: 3.5.0-1resolute.20260821.160701 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 78 Depends: ros-rolling-rcl-logging-interface, ros-rolling-rcutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_noop/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-noop/ros-rolling-rcl-logging-noop_3.5.0-1resolute.20260821.160701_amd64.deb Size: 11504 SHA256: 654c77518fffb19e2963228767e772311d48d4548ebd12fe61f528f82f09a7fa SHA1: c70e74182c06258319bfccdc7ab7c3663eec0846 MD5sum: ad4e8a042b8a1f09c7c54f8c919fcb39 Description: An rcl logger implementation that doesn't do anything with log messages. Package: ros-rolling-rcl-logging-noop-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-logging-noop Version: 3.5.0-1resolute.20260821.160701 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 20 Depends: ros-rolling-rcl-logging-noop (= 3.5.0-1resolute.20260821.160701) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-noop/ros-rolling-rcl-logging-noop-dbgsym_3.5.0-1resolute.20260821.160701_amd64.deb Size: 3744 SHA256: de6c703bcbe8c717ffc87ac5728a1c1a727619e142062e58fe54031d8057ad59 SHA1: e62ceb66046ce6ad09c2cd09487ebaf2a61cfe6b MD5sum: cf3cc0d8dfd48a029fdedc721685f830 Description: debug symbols for ros-rolling-rcl-logging-noop Build-Ids: 36eb04c44fddba4625ff5b9074bc92ecab546478 Package: ros-rolling-rcl-logging-spdlog Version: 3.5.0-1resolute.20260821.160648 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 111 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libspdlog1.15-fmt10, libstdc++6 (>= 13), libspdlog-dev, ros-rolling-rcl-logging-interface, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-spdlog-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_spdlog/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-spdlog/ros-rolling-rcl-logging-spdlog_3.5.0-1resolute.20260821.160648_amd64.deb Size: 24542 SHA256: 20db35bef3d05ea27188999a132d277e7ca0b2ca49fb1e40bc4fc80641ec0558 SHA1: d6a6f93e4469b4514796946604fc80af8a4b1a45 MD5sum: f1b835a275be8867f6027bb2b16007a3 Description: Implementation of rcl_logging API for an spdlog backend. Package: ros-rolling-rcl-logging-spdlog-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-logging-spdlog Version: 3.5.0-1resolute.20260821.160648 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 255 Depends: ros-rolling-rcl-logging-spdlog (= 3.5.0-1resolute.20260821.160648) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-spdlog/ros-rolling-rcl-logging-spdlog-dbgsym_3.5.0-1resolute.20260821.160648_amd64.deb Size: 224470 SHA256: 8ca0b70dd73c2fa05398426defe8e3def4880f11e99b00776652bcc7e629e997 SHA1: 18d64f1dbe10bc15663a33d238b61e67f793109e MD5sum: 928d9d33c324287b633a975a657f39d9 Description: debug symbols for ros-rolling-rcl-logging-spdlog Build-Ids: dde2367c02f41d4886d1ece04687d483f9fad57a Package: ros-rolling-rcl-logging-syslog Version: 0.1.2-2resolute.20260821.160642 Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 90 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2), ros-rolling-rcl-logging-interface, ros-rolling-rcpputils, ros-rolling-rcutils, rsyslog, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_logging_syslog/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-syslog/ros-rolling-rcl-logging-syslog_0.1.2-2resolute.20260821.160642_amd64.deb Size: 18260 SHA256: 3ed2660918adda207d8560a0a6e676b88fbf581c8c5e2c5b6ef7dfcfa1055879 SHA1: dc950da62a5988190e8d3702fcab6c543fecbe59 MD5sum: cb94c7efa1a013f585722d09b3db2bca Description: Implementation of rcl_logging API for an syslog/rsyslog backend. Package: ros-rolling-rcl-logging-syslog-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-logging-syslog Version: 0.1.2-2resolute.20260821.160642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Tomoya Fujita Installed-Size: 80 Depends: ros-rolling-rcl-logging-syslog (= 0.1.2-2resolute.20260821.160642) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-logging-syslog/ros-rolling-rcl-logging-syslog-dbgsym_0.1.2-2resolute.20260821.160642_amd64.deb Size: 56142 SHA256: e5f47b1fa189af8bb82239a30becaec3ff3df90a5b2971ca1a424251bff88d3e SHA1: 28939ad8d093442d58aee7af72d5e121e5579832 MD5sum: f5e54486293bff57fd92e1348c0000aa Description: debug symbols for ros-rolling-rcl-logging-syslog Build-Ids: c346f25ee5b83932c3c08fcfb0c0a00a3a751ccc Package: ros-rolling-rcl-yaml-param-parser Version: 10.5.1-1resolute.20260821.160110 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 134 Depends: libc6 (>= 2.38), libyaml-0-2, libyaml-dev, ros-rolling-libyaml-vendor, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcl_yaml_param_parser/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-yaml-param-parser/ros-rolling-rcl-yaml-param-parser_10.5.1-1resolute.20260821.160110_amd64.deb Size: 29794 SHA256: 9d7cfac6476da24e83fd0fb74f9510a7a2ec59f063e43bbcee093118d05b1f86 SHA1: 673979e5f5066fee7703415c8c17689179a972ea MD5sum: a2bb56f9315c5877c030744666b68d3d Description: Parse a YAML parameter file and populate the C data structure. Package: ros-rolling-rcl-yaml-param-parser-dbgsym Package-Type: ddeb Source: ros-rolling-rcl-yaml-param-parser Version: 10.5.1-1resolute.20260821.160110 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 77 Depends: ros-rolling-rcl-yaml-param-parser (= 10.5.1-1resolute.20260821.160110) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcl-yaml-param-parser/ros-rolling-rcl-yaml-param-parser-dbgsym_10.5.1-1resolute.20260821.160110_amd64.deb Size: 47188 SHA256: 00b3810f1c05faf4344b9db8eda22d5a6fe5a84b437c21db4d14050825b27e82 SHA1: a59f2a99e3666d08baceeefd5deab8ee6a5caadf MD5sum: 5157007d7b0a1d1d6c765ac2829bddb1 Description: debug symbols for ros-rolling-rcl-yaml-param-parser Build-Ids: bfde5cf72d67e532f6fb6083c217fbd10bfbc6a5 Package: ros-rolling-rclc Version: 6.3.0-2resolute.20260821.161955 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 275 Depends: libc6 (>= 2.4), ros-rolling-rcl, ros-rolling-rcl-action, ros-rolling-rcutils, ros-rolling-rosidl-generator-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclc/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc/ros-rolling-rclc_6.3.0-2resolute.20260821.161955_amd64.deb Size: 49828 SHA256: 57714e44ef4e222584872b0c8562f38cc861ca96979351b2fa895a590e96a778 SHA1: 069385ecd7f98592c854f2d24103bf86fe377fa1 MD5sum: 326aa706f067bbb7f78cf570c4c90535 Description: The ROS client library in C. Package: ros-rolling-rclc-dbgsym Package-Type: ddeb Source: ros-rolling-rclc Version: 6.3.0-2resolute.20260821.161955 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 154 Depends: ros-rolling-rclc (= 6.3.0-2resolute.20260821.161955) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc/ros-rolling-rclc-dbgsym_6.3.0-2resolute.20260821.161955_amd64.deb Size: 89616 SHA256: d5c1ace221798d053b7e07c3f08f7246431b11defd45581a275972759134e927 SHA1: 1f35780a49a68d25da8261d3efc953a653344afe MD5sum: 42daf196a0c276d6ccc82f18d5213ed7 Description: debug symbols for ros-rolling-rclc Build-Ids: 8cb25aecf7139620d1e8c6f7cc274b137569adb7 Package: ros-rolling-rclc-lifecycle Version: 6.3.0-2resolute.20260821.162847 Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 101 Depends: libc6 (>= 2.4), ros-rolling-lifecycle-msgs, ros-rolling-rcl-lifecycle, ros-rolling-rclc, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclc_lifecycle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-lifecycle/ros-rolling-rclc-lifecycle_6.3.0-2resolute.20260821.162847_amd64.deb Size: 18286 SHA256: 9c582eaf1b05419aa4dc4e7beae3019289048671b53b1ffd35105848fb9fcf72 SHA1: a8bc932d623344c2cbd6ec7b177ef74843db7183 MD5sum: 4505ba07e4750057f83f4cd80bdf79a0 Description: rclc lifecycle convenience methods. Package: ros-rolling-rclc-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rclc-lifecycle Version: 6.3.0-2resolute.20260821.162847 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jan Staschulat Installed-Size: 47 Depends: ros-rolling-rclc-lifecycle (= 6.3.0-2resolute.20260821.162847) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-lifecycle/ros-rolling-rclc-lifecycle-dbgsym_6.3.0-2resolute.20260821.162847_amd64.deb Size: 22836 SHA256: f43c5f3361a1bd438696abbe31ec34a6e961ba9f12f7e75aafbe5fdd911f4e20 SHA1: b8acabdb2397339a7ca06d47215f5ac39a37eba9 MD5sum: 67765f6d4dd4d56fc8c449b9402db867 Description: debug symbols for ros-rolling-rclc-lifecycle Build-Ids: aa6e94c4cb4db2291d6425e87e0fb5d12480a0b7 Package: ros-rolling-rclc-parameter Version: 6.3.0-2resolute.20260821.162446 Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 131 Depends: libc6 (>= 2.14), ros-rolling-builtin-interfaces, ros-rolling-rcl, ros-rolling-rcl-interfaces, ros-rolling-rclc, ros-rolling-rcutils, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclc_parameter/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-parameter/ros-rolling-rclc-parameter_6.3.0-2resolute.20260821.162446_amd64.deb Size: 25422 SHA256: 0928b9596c7c293232da65a08708a752ae727096c470dc692ec7f602a81129f2 SHA1: ffb825ec3a83f14325ed88cafba5df3f0c054410 MD5sum: f40d8990701c8f5720dc73dc555b94d1 Description: Parameter server implementation for micro-ROS nodes Package: ros-rolling-rclc-parameter-dbgsym Package-Type: ddeb Source: ros-rolling-rclc-parameter Version: 6.3.0-2resolute.20260821.162446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Antonio Cuadros Installed-Size: 66 Depends: ros-rolling-rclc-parameter (= 6.3.0-2resolute.20260821.162446) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclc-parameter/ros-rolling-rclc-parameter-dbgsym_6.3.0-2resolute.20260821.162446_amd64.deb Size: 39164 SHA256: a49a7ed140be278c942d02d022b656b0c1f0093c63eb5e9e7b94fd6095871c11 SHA1: abc10440b650e4ca33baeab417946718afdf6aab MD5sum: 44156975e946042811dcbb5a02156a6a Description: debug symbols for ros-rolling-rclc-parameter Build-Ids: c5fbb8297a748e08f0613a08a967318e3a3b6001 Package: ros-rolling-rclcpp Version: 33.0.4-1resolute.20260821.162005 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 3916 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ament-index-cpp, ros-rolling-builtin-interfaces, ros-rolling-libstatistics-collector, ros-rolling-rcl, ros-rolling-rcl-interfaces, ros-rolling-rcl-logging-interface, ros-rolling-rcl-yaml-param-parser, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosgraph-msgs, ros-rolling-rosidl-dynamic-typesupport, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-cpp, ros-rolling-statistics-msgs, ros-rolling-tracetools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclcpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp/ros-rolling-rclcpp_33.0.4-1resolute.20260821.162005_amd64.deb Size: 828154 SHA256: 8529f7e0d2c10885e73016a809cd1ad0e13b0312dcd8a8289ae4fb3f5c346124 SHA1: 9ecf110959dab20051eeadef023bb50d8c99b696 MD5sum: aedebd322aaad61d86ae76afd5c6cccf Description: The ROS client library in C++. Package: ros-rolling-rclcpp-action Version: 33.0.4-1resolute.20260821.165322 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 433 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-action-msgs, ros-rolling-rcl, ros-rolling-rcl-action, ros-rolling-rclcpp, ros-rolling-rcpputils, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclcpp_action/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-action/ros-rolling-rclcpp-action_33.0.4-1resolute.20260821.165322_amd64.deb Size: 100468 SHA256: 9a0e4863247db2ebae8acf7be726c67c270436335635de2fbde26d2b8056edd2 SHA1: ef3fa103c7e133e838254d9f51a0d78032a5cb3a MD5sum: 7fc9f16558688eadc69cad0d5101efc9 Description: Adds action APIs for C++. Package: ros-rolling-rclcpp-action-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-action Version: 33.0.4-1resolute.20260821.165322 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1365 Depends: ros-rolling-rclcpp-action (= 33.0.4-1resolute.20260821.165322) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-action/ros-rolling-rclcpp-action-dbgsym_33.0.4-1resolute.20260821.165322_amd64.deb Size: 1222702 SHA256: bf6b1cffe6132890b062bd71ae0e0f2471f2443e929841051ccfc6e3b9d39b71 SHA1: b64fdb5f3ddc084210aca48a6a5b5ceacfe22679 MD5sum: 2fe8661e7d3ba24e2d28b6037552f656 Description: debug symbols for ros-rolling-rclcpp-action Build-Ids: 046a39cae28f135ca69b420d53ce053db60fb877 Package: ros-rolling-rclcpp-cascade-lifecycle Version: 2.0.4-2resolute.20260821.164854 Architecture: amd64 Maintainer: fmrico Installed-Size: 858 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-cascade-lifecycle-msgs, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclcpp_cascade_lifecycle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-cascade-lifecycle/ros-rolling-rclcpp-cascade-lifecycle_2.0.4-2resolute.20260821.164854_amd64.deb Size: 160264 SHA256: f8af51945255cd873619da7a4f7ea71af41eed799510c5947c6c82da385f3a03 SHA1: 5f231707aba0b2f71b1c5b055bc1efb3f1b16e18 MD5sum: f214090d6f64d50a9ba076af27d211f2 Description: Provides a mechanism to make trees of lifecycle nodes to propagate state changes Package: ros-rolling-rclcpp-cascade-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-cascade-lifecycle Version: 2.0.4-2resolute.20260821.164854 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: fmrico Installed-Size: 3596 Depends: ros-rolling-rclcpp-cascade-lifecycle (= 2.0.4-2resolute.20260821.164854) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-cascade-lifecycle/ros-rolling-rclcpp-cascade-lifecycle-dbgsym_2.0.4-2resolute.20260821.164854_amd64.deb Size: 2867000 SHA256: b055e51934e52651f7f774488e1d1e634f1e169fa886f4095386d1173e8be3e7 SHA1: 92d56b326cdf64ebb32f207c9ba230cbcf0107b8 MD5sum: dceb52a4dcd99348546c972dcc91cdac Description: debug symbols for ros-rolling-rclcpp-cascade-lifecycle Build-Ids: 077e1be13f024b23d1681676f3130bcfe0d7dd47 Package: ros-rolling-rclcpp-components Version: 33.0.4-1resolute.20260821.165307 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 496 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ament-index-cpp, ros-rolling-class-loader, ros-rolling-composition-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rcpputils, ros-rolling-rmw, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclcpp_components/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-components/ros-rolling-rclcpp-components_33.0.4-1resolute.20260821.165307_amd64.deb Size: 107520 SHA256: e386428baaf9a5b5dec88c403a2c5bbcf23a6f526ecbf43017188ed137dbdc71 SHA1: 07677faa019ce4e0cca5bef87c2d9ef3b471b0f6 MD5sum: 9312754d69facc6edc18fae338bda2d9 Description: Package containing tools for dynamically loadable components Package: ros-rolling-rclcpp-components-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-components Version: 33.0.4-1resolute.20260821.165307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 2672 Depends: ros-rolling-rclcpp-components (= 33.0.4-1resolute.20260821.165307) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-components/ros-rolling-rclcpp-components-dbgsym_33.0.4-1resolute.20260821.165307_amd64.deb Size: 2458000 SHA256: a0911b962d319ef46789dada30df4f791369ed421f1baf5c7e0efe4e91cad39e SHA1: a091f4cedb2411274c19253f50cf4cf9adb7c5cd MD5sum: 5c218e0247d3e1eb9cd90c267b581534 Description: debug symbols for ros-rolling-rclcpp-components Build-Ids: 4d9eff7ad10ec2d7b665e322c26b6c1c22552108 802e87ff18f87e942cb247c6f7e7f7d760778c7d 9e4a3c5f784e0ef51830f3b224564922d035723e bc6f6f1f968bb600d1faa9cc97fa9fb1d11dcb18 fbb9f840db422c58ee5b914d3fe24fdcc72d3efc Package: ros-rolling-rclcpp-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp Version: 33.0.4-1resolute.20260821.162005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 16018 Depends: ros-rolling-rclcpp (= 33.0.4-1resolute.20260821.162005) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp/ros-rolling-rclcpp-dbgsym_33.0.4-1resolute.20260821.162005_amd64.deb Size: 14497958 SHA256: 273fd17939960b01d10e74b68ce423abee000a5d4c9bd6af4e2e8ab487433767 SHA1: 45c13d5aea1040fda8d4a685365e445549e782e5 MD5sum: 7a0552981561c44495b5e476dda351c9 Description: debug symbols for ros-rolling-rclcpp Build-Ids: 86a81f24a21f8992ccb5cabb80ae3ab8cd938327 Package: ros-rolling-rclcpp-lifecycle Version: 33.0.4-1resolute.20260821.164319 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 382 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-lifecycle-msgs, ros-rolling-rcl, ros-rolling-rcl-interfaces, ros-rolling-rcl-lifecycle, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosidl-typesupport-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclcpp_lifecycle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-lifecycle/ros-rolling-rclcpp-lifecycle_33.0.4-1resolute.20260821.164319_amd64.deb Size: 79636 SHA256: 63d8b2650ef0573206bc891e577232e2b0288cfcd6ddec1a697b4671ef99df2e SHA1: 25c7bdd9ca97da1f33892de6e2d81bc16252d582 MD5sum: 9b84c1dd2a17397ccba2a289d66dc7dc Description: Package containing a prototype for lifecycle implementation Package: ros-rolling-rclcpp-lifecycle-dbgsym Package-Type: ddeb Source: ros-rolling-rclcpp-lifecycle Version: 33.0.4-1resolute.20260821.164319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1381 Depends: ros-rolling-rclcpp-lifecycle (= 33.0.4-1resolute.20260821.164319) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclcpp-lifecycle/ros-rolling-rclcpp-lifecycle-dbgsym_33.0.4-1resolute.20260821.164319_amd64.deb Size: 1240490 SHA256: 6a1c69dbb24dc0628b3e7fb3ba2cfc789b5e61f934ffbbcdf90ab102b657ce50 SHA1: bb771829b085cbfb6d63c48680de6730a78d348c MD5sum: ceaaae14ca078202fee55e60ac31cf5c Description: debug symbols for ros-rolling-rclcpp-lifecycle Build-Ids: a6389e62313593ec82dfabd1e007bad0a9c8c27b Package: ros-rolling-rclpy Version: 11.0.2-1resolute.20260821.162041 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 2143 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), python3-typing-extensions, python3-yaml, ros-rolling-action-msgs, ros-rolling-ament-index-python, ros-rolling-builtin-interfaces, ros-rolling-lifecycle-msgs, ros-rolling-rcl, ros-rolling-rcl-action, ros-rolling-rcl-interfaces, ros-rolling-rcl-lifecycle, ros-rolling-rcl-logging-interface, ros-rolling-rcl-yaml-param-parser, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-implementation, ros-rolling-rosgraph-msgs, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rpyutils, ros-rolling-service-msgs, ros-rolling-type-description-interfaces, ros-rolling-unique-identifier-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclpy/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy/ros-rolling-rclpy_11.0.2-1resolute.20260821.162041_amd64.deb Size: 535164 SHA256: efe8c665f9d6547a2c0fcda1d6747f17739c57aa19d33a3d699902326178827b SHA1: 8d711a275b71cf62570539f145347757486b487d MD5sum: 2cdc3ea1c67abb244823e5acafc4a088 Description: Package containing the Python client. Package: ros-rolling-rclpy-cascade-lifecycle Version: 2.0.4-2resolute.20260821.164910 Architecture: amd64 Maintainer: Juan Carlos Manzanares Serrano Installed-Size: 61 Depends: ros-rolling-cascade-lifecycle-msgs, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rclpy_cascade_lifecycle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy-cascade-lifecycle/ros-rolling-rclpy-cascade-lifecycle_2.0.4-2resolute.20260821.164910_amd64.deb Size: 9854 SHA256: 0a3c5a4987a90b1c09e753756faef8123dbcd8e4b33e17cd82a361a68c98cd20 SHA1: c6034d7e7559fcbd1eea7a3ce39f110dece42f91 MD5sum: c13e98e8d87923c29b98b1abd5d3569a Description: Provides a mechanism to make trees of lifecycle nodes to propagate state changes in python Package: ros-rolling-rclpy-dbgsym Package-Type: ddeb Source: ros-rolling-rclpy Version: 11.0.2-1resolute.20260821.162041 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 15272 Depends: ros-rolling-rclpy (= 11.0.2-1resolute.20260821.162041) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy/ros-rolling-rclpy-dbgsym_11.0.2-1resolute.20260821.162041_amd64.deb Size: 14678598 SHA256: d178c9dbfcdb704a6a42e7ad1acaef0bf475fc6461f047d775c8820c67155078 SHA1: aa5d1eec3e30137d873aa12d34aefe5bfcacb357 MD5sum: f4e9c855f73dae39dcfbfe3c7c0dba9d Description: debug symbols for ros-rolling-rclpy Build-Ids: b43909a45dddd46cecd3781db5085c3e408b1b75 Package: ros-rolling-rclpy-message-converter Version: 2.0.2-2resolute.20260821.163923 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 68 Depends: python3-numpy, ros-rolling-rclpy, ros-rolling-rosidl-parser, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rospy_message_converter Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy-message-converter/ros-rolling-rclpy-message-converter_2.0.2-2resolute.20260821.163923_amd64.deb Size: 14150 SHA256: 2a28e81d346bee2a0982fc9e430a37b0468bb0ae61e2c4f21a6bdfd774364dc3 SHA1: b550027810990d6c10b882508645c5927c5e88c3 MD5sum: e62ad23b0d69cd48fb05c3e60bbc47b3 Description: Converts between Python dictionaries and JSON to rclpy messages. Package: ros-rolling-rclpy-message-converter-msgs Version: 2.0.2-2resolute.20260811.203218 Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1450 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rospy_message_converter Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy-message-converter-msgs/ros-rolling-rclpy-message-converter-msgs_2.0.2-2resolute.20260811.203218_amd64.deb Size: 135324 SHA256: 88f1f8e8d4f0fcabdfb53124bfa96244e0fdb7f60984e80e24c304c60396a2da SHA1: eae10c53c9fad468009cf680bc7e050c9ec962f3 MD5sum: d0e61cec4b4b0afb128d71b14ea35903 Description: Messages for rclpy_message_converter Package: ros-rolling-rclpy-message-converter-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rclpy-message-converter-msgs Version: 2.0.2-2resolute.20260811.203218 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Martin Günther Installed-Size: 1521 Depends: ros-rolling-rclpy-message-converter-msgs (= 2.0.2-2resolute.20260811.203218) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rclpy-message-converter-msgs/ros-rolling-rclpy-message-converter-msgs-dbgsym_2.0.2-2resolute.20260811.203218_amd64.deb Size: 1158142 SHA256: 08293bf82f33f90fee7fa923d9df798b498458bb24a8719b2f39063c64da2cdb SHA1: 9321e8ab1a2f267f4773df69f2c9b8ef6ebe537f MD5sum: 04798fb3737170d76709a0d11f06584d Description: debug symbols for ros-rolling-rclpy-message-converter-msgs Build-Ids: 113fb6fc4ff728e20b8999ac80473dd589b62f18 1acbcd90c0ade142d109da2adbc1daef191a570c 4df9d55f6b093c7264cb26f88ed0798b56391354 5f93296a5d27ff0a92bdfffc33940a0634977979 7c8f952099e5f7a012eed8cc367ae876ee6c8475 8b59c639318f55d0ba5e02379d035dd6ed0b9155 92e8b28b981d2e8194703e70186dbdd14045466a 9b0ee833941a10457bb9a82bd69737f529c9b739 b0d4f9ebaa7d1c837399e63e884ed403e2e9c32e d3d5a688c72ec5b2a68c81e2200990a782fdef0a e66db390378ab90ca8a62c70c5f1df9bb413fcb8 Package: ros-rolling-rcpputils Version: 2.15.1-1resolute.20260714.190853 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 277 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rcutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcpputils/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcpputils/ros-rolling-rcpputils_2.15.1-1resolute.20260714.190853_amd64.deb Size: 48480 SHA256: 34400109abcb57a0a3f807dc7eed58dd068cefdf0bc822a54df96e4e55fa8d50 SHA1: e28c71a4329151caef5601036b2310a9a30b915f MD5sum: 8a0ccbf8a5aea292501132da213cd9c8 Description: Package containing utility code for C++. Package: ros-rolling-rcpputils-dbgsym Package-Type: ddeb Source: ros-rolling-rcpputils Version: 2.15.1-1resolute.20260714.190853 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 284 Depends: ros-rolling-rcpputils (= 2.15.1-1resolute.20260714.190853) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcpputils/ros-rolling-rcpputils-dbgsym_2.15.1-1resolute.20260714.190853_amd64.deb Size: 253508 SHA256: 585b1f47a4548fc951d017c95f5de8d719e9cb9e614c95595f751c9a5892f0b1 SHA1: 047949d567eed3ff0b529311f5c7744953993308 MD5sum: 58dfeb6b8fa20eb41994e936e590423c Description: debug symbols for ros-rolling-rcpputils Build-Ids: 930b530d05ef74873c741df4ac7d8cc5e9a17a4d Package: ros-rolling-rcss3d-agent-msgs Version: 0.4.1-4resolute.20260811.203444 Architecture: amd64 Maintainer: ijnek Installed-Size: 3684 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcss3d_agent_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-msgs/ros-rolling-rcss3d-agent-msgs_0.4.1-4resolute.20260811.203444_amd64.deb Size: 289282 SHA256: 26f2d3c62b5f540158682e447907c2742007a7e3b305a45d134432b9162e2f24 SHA1: fbd4d5ec77153deb8f1b8691344acad961101ccb MD5sum: 4c8eb72b4be2b597c6934aa0f2d46df0 Description: Custom messages for communicating with rcss3d_agent Package: ros-rolling-rcss3d-agent-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rcss3d-agent-msgs Version: 0.4.1-4resolute.20260811.203444 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 3487 Depends: ros-rolling-rcss3d-agent-msgs (= 0.4.1-4resolute.20260811.203444) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcss3d-agent-msgs/ros-rolling-rcss3d-agent-msgs-dbgsym_0.4.1-4resolute.20260811.203444_amd64.deb Size: 2760674 SHA256: c3458fe2ea5c068351b335afc69844141ee909dc342d4595e5d382eaedb7c917 SHA1: 6b4e5f15bd1a4bd401834c72219358328707eac4 MD5sum: ff9024ff17df46304bec47467fe1474a Description: debug symbols for ros-rolling-rcss3d-agent-msgs Build-Ids: 3fe35aa9347bc8d80301468f033922f06fba5d0e 51e8fb497e04bb9587a62398a366a1ec91673138 5469b5f939b7028aee7fd755693145d3b47ada1d 6f8324e1bd822811f2015f5b1219e87f5c619923 86c987a6d72528d0e56819a41b208833111e120a 884ed8f247b3159199e459dfc82f4424471ba1ce ac9583d4da95bf69901dfd73aeeccd2667dae29d af038defd14e42c0e4a02932f311b08ae5292146 b7be20a42dd17e1e3aeda7fa0bd4e2fb8af41982 c40af251a304df0a02a334ceae6f086b1570ef89 e01a73bc80fd4b94b3a04224384a7d4a1f415d06 Package: ros-rolling-rcutils Version: 7.2.1-1resolute.20260714.184736 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 469 Depends: libc6 (>= 2.34), libatomic1, ros-rolling-ament-cmake-ros-core, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rcutils/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcutils/ros-rolling-rcutils_7.2.1-1resolute.20260714.184736_amd64.deb Size: 90076 SHA256: 45f62c283936be3cd4e5d4fa41a92f0bf476325bc1c40aa279c81d5c18a3c995 SHA1: 3c1d3a7707d8c330cde0270f5eb9d00cb76f7e05 MD5sum: 6fc5ed0e8ab7c1e34fa7224bf0c56d33 Description: Package containing various utility types and functions for C Package: ros-rolling-rcutils-dbgsym Package-Type: ddeb Source: ros-rolling-rcutils Version: 7.2.1-1resolute.20260714.184736 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 163 Depends: ros-rolling-rcutils (= 7.2.1-1resolute.20260714.184736) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rcutils/ros-rolling-rcutils-dbgsym_7.2.1-1resolute.20260714.184736_amd64.deb Size: 100378 SHA256: d200f6f3670111fd09a9a4b2b3994b9668710df90f3195ab5c639ebbbd7101f6 SHA1: b5b6dfee3cc495eefaa5eaf78cb481d0d2749292 MD5sum: 4ae2cba779044ed94bf2ab8a82d27fae Description: debug symbols for ros-rolling-rcutils Build-Ids: a10ae4c1e17134a85ef8452e6dfe0b9799ae0a14 Package: ros-rolling-realsense2-camera Version: 4.58.4-1resolute.20260831.022233 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 2272 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-fastdds, ros-rolling-librealsense2, libeigen3-dev, ros-rolling-builtin-interfaces, ros-rolling-cv-bridge, ros-rolling-diagnostic-updater, ros-rolling-geometry-msgs, ros-rolling-image-transport, ros-rolling-launch-ros, ros-rolling-lifecycle-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-realsense2-camera-msgs, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera/ros-rolling-realsense2-camera_4.58.4-1resolute.20260831.022233_amd64.deb Size: 579388 SHA256: e113b5fbf558baa8e4abdf31ee4f4aee8fee61a05c2dadec8246a1eb3b3f02a0 SHA1: 38d6538b755dae5bae3a1c3372f298ee9cf6a773 MD5sum: 6a16bc1b637bb2b96a3440ae1599f7d0 Description: RealSense camera package allowing access to RealSense D400 3D cameras Package: ros-rolling-realsense2-camera-dbgsym Package-Type: ddeb Source: ros-rolling-realsense2-camera Version: 4.58.4-1resolute.20260831.022233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 15197 Depends: ros-rolling-realsense2-camera (= 4.58.4-1resolute.20260831.022233) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera/ros-rolling-realsense2-camera-dbgsym_4.58.4-1resolute.20260831.022233_amd64.deb Size: 14043384 SHA256: bb98d16761a8b33e60f50ef5a2d214c9391a5242634183cd160a0f9b0e9e7713 SHA1: 615a78018379e04424ecdd3652dce4040f9610ca MD5sum: c17fc2e895590addd9468380dc84823c Description: debug symbols for ros-rolling-realsense2-camera Build-Ids: 351dc183361dea1824845393ad35fd339ca7dca2 55c97d2a05a68ebad117fe4daa04074dfcc26873 Package: ros-rolling-realsense2-camera-msgs Version: 4.58.4-1resolute.20260831.021534 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 7138 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera-msgs/ros-rolling-realsense2-camera-msgs_4.58.4-1resolute.20260831.021534_amd64.deb Size: 470114 SHA256: 3709f25cfcdc02f75ac48775a5908d15660a8404884f57272d39dc8f1a44389c SHA1: 13a303ebb207d443c4771ac2b4ad5dd19837162f MD5sum: 5f6f98cbf3c840e6e77e96ad79993a7d Description: RealSense camera_msgs package containing realsense camera messages definitions Package: ros-rolling-realsense2-camera-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-realsense2-camera-msgs Version: 4.58.4-1resolute.20260831.021534 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 5615 Depends: ros-rolling-realsense2-camera-msgs (= 4.58.4-1resolute.20260831.021534) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-camera-msgs/ros-rolling-realsense2-camera-msgs-dbgsym_4.58.4-1resolute.20260831.021534_amd64.deb Size: 4077274 SHA256: 685567d8672f06377a6b9c366ba2e1bd6ee3504e27eafd0ed8cbd8833d21c604 SHA1: d0e09db26dadd1533a1d816735da51dd8cbce634 MD5sum: 45d9095293a5ae00a6e523a73184ff86 Description: debug symbols for ros-rolling-realsense2-camera-msgs Build-Ids: 1f69ba6e0eae8da27f686655dc657035b71804e8 3e7c3f192474360375a70a95766ab36595e79729 4a24bdc7a93ee5c6b57db80b215458a480ba6d05 5018f70768a31de2e8bcfbafafacac56ece16d64 5a22f214af3da3462d0c757d00c19ce6428ba146 63f06dd693cd041b73d14652973334a110593de9 7d8570401a29ff93f60687ee23608058e311bb79 95c97041ac8d5fab6d6ecf7a66f8e5eebe50e51e b32e0b942c3722631712bf5211f13711203e7361 ea4548f12eb239810233e88f1507d40acd846c68 f4f6628565540da5ae5b078e23b27db2d2f40b36 Package: ros-rolling-realsense2-description Version: 4.58.4-1resolute.20260831.022525 Architecture: amd64 Maintainer: "LibRealSense ROS Team" Installed-Size: 94013 Depends: ros-rolling-launch-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-realsense2-camera-msgs, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/RealSense Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realsense2-description/ros-rolling-realsense2-description_4.58.4-1resolute.20260831.022525_amd64.deb Size: 15383930 SHA256: 55ee72eba31379ba7cb538fca775e2f907566d8fa720862597b893e968b3cc9c SHA1: 1a38a0bfca0dd8dcb3f6d244bd6806b8d1003536 MD5sum: 9e87a40c7256db7cdff5ca8bf6179ef2 Description: RealSense description package for RealSense 3D D400 cameras Package: ros-rolling-realtime-tools Version: 5.2.0-2resolute.20260821.171742 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 216 Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libboost-dev, libcap-dev, ros-rolling-ament-cmake, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realtime-tools/ros-rolling-realtime-tools_5.2.0-2resolute.20260821.171742_amd64.deb Size: 40926 SHA256: 98646309d02e6f9c09ee731f93715f94dea97da5dd332a420f395eedd8f68b8f SHA1: ace90edce0a18c188dba7c69e6867b995818cd8b MD5sum: 4f04647fd6a7353034be7bcb36ba3a64 Description: Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior. Package: ros-rolling-realtime-tools-dbgsym Package-Type: ddeb Source: ros-rolling-realtime-tools Version: 5.2.0-2resolute.20260821.171742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 237 Depends: ros-rolling-realtime-tools (= 5.2.0-2resolute.20260821.171742) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-realtime-tools/ros-rolling-realtime-tools-dbgsym_5.2.0-2resolute.20260821.171742_amd64.deb Size: 100392 SHA256: 2bfdca00667e0d150284de0d907a0e2578a58b4f69a19727c7b1fbe01b7ee82e SHA1: c023ff74ba3065d20c92eb8e61b1d836a47d1e5c MD5sum: 414fb937343537dff5bf248c1f8c2ae4 Description: debug symbols for ros-rolling-realtime-tools Build-Ids: 4b8d4bae69078994f4f75aff6ec07ec3d3d98e23 5f58a811a1d9f14ec9df2c6cb80ff7fca6f5e5d8 Package: ros-rolling-reductstore-agent Version: 0.2.0-2resolute.20260821.163958 Architecture: amd64 Maintainer: Anthony Cavin (@anthonycvn) Installed-Size: 111 Depends: ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/reductstore_agent/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-reductstore-agent/ros-rolling-reductstore-agent_0.2.0-2resolute.20260821.163958_amd64.deb Size: 27668 SHA256: 874367eb1067756a42cc108a3e96b7a896791c5b91128683ab1f5aba56fad9e0 SHA1: 72a553b2d54f56f271ec6b348cf2d00df6f418cc MD5sum: e7f7d8ec501efabf530a67504957a480 Description: ROS2 recorder node that logs selected topics to ReductStore, with YAML-driven pipelines (mcap/raw, compression, splitting, down-sampling, labelling). Package: ros-rolling-replay-testing Version: 0.0.4-2resolute.20260821.184015 Architecture: amd64 Maintainer: Troy Gibb Installed-Size: 157 Depends: python3-boto3, python3-pydantic, python3-requests, python3-termcolor, ros-rolling-launch, ros-rolling-rclpy, ros-rolling-ros2bag, ros-rolling-rosbag2-py, ros-rolling-rosbag2-storage-mcap, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/replay_testing/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-replay-testing/ros-rolling-replay-testing_0.0.4-2resolute.20260821.184015_amd64.deb Size: 25034 SHA256: 54433f14a42484766631b18a094a8baba2900463cb292350ff738c9916234b9f SHA1: eada136790c5bf803071ca56ba859081f3f436f8 MD5sum: da218532064bbdd1d147f960542a422a Description: A testing library and CLI for replaying ROS nodes. Package: ros-rolling-resource-retriever Version: 3.10.1-1resolute.20260821.160401 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 238 Depends: libc6 (>= 2.32), libcurl4t64 (>= 7.16.2), libgcc-s1 (>= 4.3), libstdc++6 (>= 13), libcurl4-openssl-dev, ros-rolling-ament-index-cpp, ros-rolling-ament-index-python, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/resource_retriever Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever/ros-rolling-resource-retriever_3.10.1-1resolute.20260821.160401_amd64.deb Size: 69188 SHA256: fcaebfa20be486b25980a1ea30a85e036532d30458abd37d48a27aa1f5cbee8f SHA1: 25bb5b54221b951d15973866ca41df05928202b3 MD5sum: 76885bab94d2d544a19e4ee9531e6133 Description: This package retrieves data from url-format files such as http://, ftp://, package:// file://, etc., and loads the data into memory. The package:// url for ros packages is translated into a local file:// url. The resourse retriever was initially designed to load mesh files into memory, but it can be used for any type of data. The resource retriever is based on the the libcurl library. Package: ros-rolling-resource-retriever-dbgsym Package-Type: ddeb Source: ros-rolling-resource-retriever Version: 3.10.1-1resolute.20260821.160401 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 687 Depends: ros-rolling-resource-retriever (= 3.10.1-1resolute.20260821.160401) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever/ros-rolling-resource-retriever-dbgsym_3.10.1-1resolute.20260821.160401_amd64.deb Size: 618600 SHA256: 7b3577dac09ac6b0653f7b883457808f75d0dea8b1f92bda286061d6d550cc9d SHA1: b1def147190ecc80997cb94588dbf6a456fc32ea MD5sum: a07f2f0cd38f3276517f36c8a5fdc3b8 Description: debug symbols for ros-rolling-resource-retriever Build-Ids: d87885267cfc958a826b2ac3c25fcd952829efdb Package: ros-rolling-resource-retriever-interfaces Version: 1.0.1-1resolute.20260811.203226 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 933 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/resource_retriever_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-interfaces/ros-rolling-resource-retriever-interfaces_1.0.1-1resolute.20260811.203226_amd64.deb Size: 111226 SHA256: 488055793fbbd7d2fb3766aaffe5fe193b36f1207242e86ac5cd8102b108ce0a SHA1: 2d6d12316408b082d54bdbebf4161240634e08b6 MD5sum: a9ad2ba4e6feb2b5a7f058d2ab6b943a Description: ROS interfaces for working with resources like meshes. Package: ros-rolling-resource-retriever-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-resource-retriever-interfaces Version: 1.0.1-1resolute.20260811.203226 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1054 Depends: ros-rolling-resource-retriever-interfaces (= 1.0.1-1resolute.20260811.203226) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-interfaces/ros-rolling-resource-retriever-interfaces-dbgsym_1.0.1-1resolute.20260811.203226_amd64.deb Size: 810290 SHA256: c5154441a13ace00e328e6343a64927aee7230710f9568b50d547326810c2ba6 SHA1: da64f98bd49a0b09868d381b04ee28e5226207ef MD5sum: 0479aaef244b39b6eb278cd5741e8abb Description: debug symbols for ros-rolling-resource-retriever-interfaces Build-Ids: 0e3858315a63bfd942194507b84ef95961941286 12dcddcd8c19aebfef8090e33fa6bf65ea77cccb 134acfe19562fdb41338af1b6a54fbd992a54295 15f5b41998fc24ed57d16045ed0521f5967321ad 25f06b5af870b11d3cb26afc5b6d39cb5370605f 44cdc0367c86ba420b04babcb0ac111b5b4def73 615bd79c1a28011f5c97db0af0c9ff45e6f806aa 88aa88d3c526f9261311d66e066d49a89a5b367b 94b6b15888654dbbdb002f4f58a043c300009d99 9c9fb28132365c4f999133572364683ca6975965 ac49604e56068c44612e4505b145129224755e7e Package: ros-rolling-resource-retriever-service Version: 1.0.1-1resolute.20260821.165318 Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 159 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-resource-retriever-interfaces, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/resource_retriever_service/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service/ros-rolling-resource-retriever-service_1.0.1-1resolute.20260821.165318_amd64.deb Size: 35800 SHA256: 5a81efbbe78a71e21d7bf7cfef7a2ea97b8ed51c2970c25390893717e07abc8f SHA1: cadc72d3d31fa06cffb51cbf3c41902476af144f MD5sum: 517de7c157070c1d9d748a17aecb742f Description: An in memory implementation of the resource_retriever_interfaces service. Package: ros-rolling-resource-retriever-service-dbgsym Package-Type: ddeb Source: ros-rolling-resource-retriever-service Version: 1.0.1-1resolute.20260821.165318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 589 Depends: ros-rolling-resource-retriever-service (= 1.0.1-1resolute.20260821.165318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service/ros-rolling-resource-retriever-service-dbgsym_1.0.1-1resolute.20260821.165318_amd64.deb Size: 541068 SHA256: a089470ca1b8e2487dcb8fd05ca596850c3c8f8657b3aea260e46a0c76d7e948 SHA1: dbc450dfdad8a0b8858b066ec8b9ab24d5455947 MD5sum: 9963e77dfc1d5e9fd75bad95b4eaac04 Description: debug symbols for ros-rolling-resource-retriever-service Build-Ids: 80fd5a3d33b9a44b06c6105d6aa26cbc493afec2 Package: ros-rolling-resource-retriever-service-plugin Version: 1.0.1-1resolute.20260821.165348 Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 177 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-resource-retriever, ros-rolling-resource-retriever-interfaces, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/resource_retriever_service_plugin/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service-plugin/ros-rolling-resource-retriever-service-plugin_1.0.1-1resolute.20260821.165348_amd64.deb Size: 43686 SHA256: 56ea7a812e3f8d2158b3ea247b90369f71a806b7b7f47f3019bdcdadc070be52 SHA1: 7167d020d3b4e0f2073672f5920f36b5da83419f MD5sum: c9a89c9964edc151ee3b451499a58f0b Description: A resource retriever plugin that relies on talking to a service (specified by resource_retriever_interfaces) for retrieving resources like meshes. Package: ros-rolling-resource-retriever-service-plugin-dbgsym Package-Type: ddeb Source: ros-rolling-resource-retriever-service-plugin Version: 1.0.1-1resolute.20260821.165348 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Stoyan Gaydarov" Installed-Size: 666 Depends: ros-rolling-resource-retriever-service-plugin (= 1.0.1-1resolute.20260821.165348) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-resource-retriever-service-plugin/ros-rolling-resource-retriever-service-plugin-dbgsym_1.0.1-1resolute.20260821.165348_amd64.deb Size: 616184 SHA256: 92f172f2eaf460500d53bda3d4b078b2a8f3a9a8ee3c951cfcecde64505b0762 SHA1: ae40c092308208d70ec7ea548d49c57406ecb954 MD5sum: 88b6fdc8c460c373f82442aeb35f5f1c Description: debug symbols for ros-rolling-resource-retriever-service-plugin Build-Ids: e887287691b6ab86bf924605dbde991fcb821237 Package: ros-rolling-rig-reconfigure Version: 1.6.1-1resolute.20260821.165411 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 1463 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgl1, libglfw3 (>= 3.3), libstdc++6 (>= 13.1), libglfw3-dev, ros-rolling-ament-index-cpp, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rig_reconfigure/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rig-reconfigure/ros-rolling-rig-reconfigure_1.6.1-1resolute.20260821.165411_amd64.deb Size: 606174 SHA256: 2201ebf1383b1838fa60d481d6ee71d71a56814913fcaceb898ea8aa788f7dc2 SHA1: bdeeac06bb99a5e127b7ad323a6162df246c57d3 MD5sum: ffdc64549fbd023a3b12aa647ee3815d Description: Standalone GUI tool for editing node parameters at runtime. Package: ros-rolling-rig-reconfigure-dbgsym Package-Type: ddeb Source: ros-rolling-rig-reconfigure Version: 1.6.1-1resolute.20260821.165411 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 5619 Depends: ros-rolling-rig-reconfigure (= 1.6.1-1resolute.20260821.165411) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rig-reconfigure/ros-rolling-rig-reconfigure-dbgsym_1.6.1-1resolute.20260821.165411_amd64.deb Size: 5255730 SHA256: e8e81c28b4d35c46a69ebd28070764682c6cb1609fb87999ccef28d78e478805 SHA1: 833784b4be38488e6addd55a7de0d1d93ecac7e3 MD5sum: 273331c7c71679854ca5e3889963eef0 Description: debug symbols for ros-rolling-rig-reconfigure Build-Ids: 712513f2cd42e94446f84372040f9f1273d6798e Package: ros-rolling-rko-lio Version: 0.3.2-1resolute.20260821.182951 Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 5637 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtbb12 (>= 2021.4.0), libeigen3-dev, libtbb-dev, nlohmann-json3-dev, robin-map-dev, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-py, ros-rolling-rosbag2-storage, ros-rolling-rosidl-runtime-py, ros-rolling-sensor-msgs, ros-rolling-sophus, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-tf2-ros-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rko_lio/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rko-lio/ros-rolling-rko-lio_0.3.2-1resolute.20260821.182951_amd64.deb Size: 887788 SHA256: 9c3eb9442dd48a69d7a24881e1622155841f55165a43df51a6bf89cec0207da4 SHA1: 6500200d410be9593a940004a28ed4125e621cb8 MD5sum: b54a2ab17bd1ef0789d532abfdf1176e Description: A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling Package: ros-rolling-rko-lio-dbgsym Package-Type: ddeb Source: ros-rolling-rko-lio Version: 0.3.2-1resolute.20260821.182951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Meher Malladi" Installed-Size: 35754 Depends: ros-rolling-rko-lio (= 0.3.2-1resolute.20260821.182951) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rko-lio/ros-rolling-rko-lio-dbgsym_0.3.2-1resolute.20260821.182951_amd64.deb Size: 33671514 SHA256: 63e6d8262ae3be754da848c859ac782e9ff8d8161a75d02ddab28c1ffe1fc3d6 SHA1: d3a9b23571205730b43c2d461d4480633225aed2 MD5sum: cad3d286dad5fb32ab816b3f9c8878cb Description: debug symbols for ros-rolling-rko-lio Build-Ids: 07017ca74881dc1cc9837595134bbecaabf4f901 50c32bf2d46973f309ddc63ea790def15d537f9d 535b2aa9ea831240219f972661e27fd36b25fa72 7728bc15d4733034cf8a687705f4c1f06df938d1 d21bebf1a042e30ba393faeab816e93404ec5f4b Package: ros-rolling-rmf-api-msgs Version: 0.5.0-2resolute.20260714.184802 Architecture: amd64 Maintainer: Grey Installed-Size: 335 Depends: nlohmann-json3-dev, python3-jinja2, python3-jsonschema, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_api_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-api-msgs/ros-rolling-rmf-api-msgs_0.5.0-2resolute.20260714.184802_amd64.deb Size: 24176 SHA256: c07c146f477d38d9b11e01a78ce08205daf125cfae81f4ab7eda3968ef272628 SHA1: e4ef67803a076767b7525747ddbf1ee4b6c3b51e MD5sum: 0fa0da1bec6301aa50343dd3ee120573 Description: RMF API msgs definition Package: ros-rolling-rmf-building-map-msgs Version: 1.5.0-2resolute.20260811.203712 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 2729 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_building_map_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-building-map-msgs/ros-rolling-rmf-building-map-msgs_1.5.0-2resolute.20260811.203712_amd64.deb Size: 260606 SHA256: fae2f10446084af1bdf091b558c1558c850fc7ac9e0f52429e531feba3ef1442 SHA1: ffba0a738d680205a1663ca38f6c5f2d88c0b121 MD5sum: e9f9b00177a66be7de804790e9654ba6 Description: Messages used to send building maps Package: ros-rolling-rmf-building-map-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-building-map-msgs Version: 1.5.0-2resolute.20260811.203712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 3311 Depends: ros-rolling-rmf-building-map-msgs (= 1.5.0-2resolute.20260811.203712) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-building-map-msgs/ros-rolling-rmf-building-map-msgs-dbgsym_1.5.0-2resolute.20260811.203712_amd64.deb Size: 2766868 SHA256: 42c2ea3f4eca51b9aea0b3ce08cb72eb1c910aba0c283429654b539067235eeb SHA1: 32e7f4769c9c9864f2f7901328cce7dfc35f6c60 MD5sum: 50be9bc8402f5abfbb5f14c8da523049 Description: debug symbols for ros-rolling-rmf-building-map-msgs Build-Ids: 15922d63cc0814fe215a3ba4984b1b8c2e2b8e68 15e308469c8f7c3b67b3f86fc9709ab6c6bdf2bc 253dc9352e825b2d901ad2a07af5e39ff0c5bda4 3574c26ad2218549576189c0de8a6b53257368a6 3aa5acec8817af0a64fc35e2426209baff5761c1 545bf1da8f20064ea7495feb44508bdf55675010 6bee90d300791170d4bb1e81d778d6c261b6f3b7 a48bd847ab0ea2e74a35a8ebdd390ce66803cb91 d8a15a3ae4c87b2f2b8d0b3afb821ea5b8487a22 e1e465c01eba45b0edcd72aa0ab2aa83b9fffe48 ec2ca459e4901a17cc0bd255d551122c07afd346 Package: ros-rolling-rmf-building-map-tools Version: 1.14.0-2resolute.20260827.062601 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 11197 Depends: libyaml-cpp-dev, python3-fiona, python3-pyproj, python3-requests, python3-rtree, python3-shapely, python3-yaml, ros-rolling-ament-index-python, ros-rolling-gz-fuel-tools-vendor, ros-rolling-rclpy, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-site-map-msgs, ros-rolling-std-msgs, sqlite3, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_building_map_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-building-map-tools/ros-rolling-rmf-building-map-tools_1.14.0-2resolute.20260827.062601_amd64.deb Size: 10810526 SHA256: ee90b31379ab6b6f54ff36d2b07efe03bd106b27812d1e3f2a483742366ce0ed SHA1: 3cd7186647e8ed49b12c1e4542ccd23025c5c2bc MD5sum: 1d19868030999cdbac9b582e53deedb4 Description: RMF Building map tools Package: ros-rolling-rmf-building-sim-gz-plugins Version: 2.6.1-2resolute.20260826.151448 Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 2523 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libqt6core6t64 (>= 6.10.2), libqt6qml6 (>= 6.6.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-gz-common-vendor, ros-rolling-gz-gui-vendor, ros-rolling-gz-math-vendor, ros-rolling-gz-msgs-vendor, ros-rolling-gz-rendering-vendor, ros-rolling-gz-sim-vendor, ros-rolling-gz-transport-vendor, ros-rolling-sdformat-vendor, ros-rolling-gz-plugin-vendor, ros-rolling-menge-vendor, ros-rolling-rclcpp, ros-rolling-rmf-door-msgs, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-lift-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_building_sim_gz_plugins/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-building-sim-gz-plugins/ros-rolling-rmf-building-sim-gz-plugins_2.6.1-2resolute.20260826.151448_amd64.deb Size: 515360 SHA256: 2192e1b4378624fd191bb167399d68576dded2c75b973e8f95e1537e33ebb0c8 SHA1: 3b26ac2025eaf46d6b97b6030595b0ecceb06602 MD5sum: 21f91b1e231fbd943a7bfcd366c23fbe Description: Gazebo plugins for building infrastructure simulation Package: ros-rolling-rmf-building-sim-gz-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-building-sim-gz-plugins Version: 2.6.1-2resolute.20260826.151448 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Luca Della Vedova Installed-Size: 15618 Depends: ros-rolling-rmf-building-sim-gz-plugins (= 2.6.1-2resolute.20260826.151448) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-building-sim-gz-plugins/ros-rolling-rmf-building-sim-gz-plugins-dbgsym_2.6.1-2resolute.20260826.151448_amd64.deb Size: 13782758 SHA256: 2a6a4081ed955c6c3ef66f0f5a7127e2cbc3d659e6cba112d6ff1d7395acf9d7 SHA1: 8cd5aa40a05ece7663123564d705f406dd112b54 MD5sum: 0f4b737fbb1bab6b89da7f1db2302936 Description: debug symbols for ros-rolling-rmf-building-sim-gz-plugins Build-Ids: 116474ffee34fd8153dcc5c3a4f30eb8e0555eae 2660d3930d7f24e84fddb27066a270d2cf136a2e 47d90d7c7afb15b1ca0399dfbd14e3e2681cdffa 9ffeaddeebcaf5e0e2003bf1747c44876ce0f549 c918fa45c860e4d69b89f637b418f830686f4da1 d950c22dd32c8841b764c7759053aecb72279471 Package: ros-rolling-rmf-charger-msgs Version: 4.0.0-2resolute.20260811.200500 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 800 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_charger_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charger-msgs/ros-rolling-rmf-charger-msgs_4.0.0-2resolute.20260811.200500_amd64.deb Size: 77212 SHA256: 2c5556172a7213787db31b876122a8a1d75dec88e7037afecc9d1dfcb88bfd42 SHA1: 0ebdaf3cb9d55b36dfc80dec51a109a01ebc6776 MD5sum: 9ee81e4ac924bae2677a11fcd4d33e51 Description: This package contains messages regarding charging and discharging Package: ros-rolling-rmf-charger-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-charger-msgs Version: 4.0.0-2resolute.20260811.200500 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 629 Depends: ros-rolling-rmf-charger-msgs (= 4.0.0-2resolute.20260811.200500) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charger-msgs/ros-rolling-rmf-charger-msgs-dbgsym_4.0.0-2resolute.20260811.200500_amd64.deb Size: 429834 SHA256: 17c308eb1f4ab88c00c069874bacec9eba04e9aa802b602c01634e9e7b4453d3 SHA1: be5c49a14bbe2465274bd6a59a83f0fcaffc0032 MD5sum: 51257ac1e9143b3c694770eeb7a5eb35 Description: debug symbols for ros-rolling-rmf-charger-msgs Build-Ids: 0d4bdf23efb97c6b3c8122b78e93f91e46bb33ee 152260371919ceabd1122bf58bf837325a6a4e85 2792af1c9abbb8e3bd04b8a02b30d1e636e83c5e 3509332015ce47329b4b35dae522456fcdb7dd83 82b7843498dc6b1aba640af6f48fcad19de63ac0 ac10a671c416b0596ce7da85bfdf7b8bf57b9610 b2bd2046904cf3f5b6fb54278a37701dc4cc864e ca0d6663d43297ddccf758315ac4a8a050cfa175 ce30a1389358204a2409872a20df0c64b38b8ff4 e9ff8ddf64a973ac6b3ec6f651dae581e0600b76 ff10cbb57f63dd5ddbdad864f8d93463b1a5ce95 Package: ros-rolling-rmf-charging-schedule Version: 2.12.0-2resolute.20260821.164005 Architecture: amd64 Maintainer: Grey Installed-Size: 53 Depends: ros-rolling-rclpy, ros-rolling-rmf-fleet-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_charging_schedule/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-charging-schedule/ros-rolling-rmf-charging-schedule_2.12.0-2resolute.20260821.164005_amd64.deb Size: 11642 SHA256: f1dfd9cd5f0dc0fa7f80fc13fd00e558be03160001260c52041b0468f12af54d SHA1: 8a905c421f73470d770b305447dadca443ebed5a MD5sum: b852edc66f57e78ed779d24d338db7db Description: Node for a fixed 24-hour rotating charger usage schedule Package: ros-rolling-rmf-cmake-uncrustify Version: 1.2.0-6resolute.20260715.063355 Architecture: amd64 Maintainer: Yadunund Vijay Installed-Size: 49 Depends: ros-rolling-ament-cmake-test, ros-rolling-ament-uncrustify, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_cmake_uncrustify/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-cmake-uncrustify/ros-rolling-rmf-cmake-uncrustify_1.2.0-6resolute.20260715.063355_amd64.deb Size: 6970 SHA256: 68392c4100839558d7defed947a1d45fa65ffab242e98e15c375d9d01817a6ab SHA1: 29893c259b51302128f46326a1b8aa01f7be879d MD5sum: cb9b800a675cf31b1b9f0568daabcb53 Description: ament_cmake_uncrustify with support for parsing a config file. Package: ros-rolling-rmf-demos-assets Version: 2.8.2-3resolute.20260714.184826 Architecture: amd64 Maintainer: Yadunund Installed-Size: 9743 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_assets/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-demos-assets/ros-rolling-rmf-demos-assets_2.8.2-3resolute.20260714.184826_amd64.deb Size: 6781496 SHA256: 3ad0769a05aec525f425c149a2fc69e374648bb058f0a8c1eed40971b943eaa7 SHA1: f96738fd3134bb7ebde5b5537b8a63b2cd859ceb MD5sum: df550b955942f43d1617f30b7bf2813c Description: Models and other media used for RMF demos Package: ros-rolling-rmf-demos-bridges Version: 2.8.2-3resolute.20260827.063708 Architecture: amd64 Maintainer: Yadunund Installed-Size: 72 Depends: python3-flask-socketio, python3-paho-mqtt, python3-pyproj, python3-yaml, ros-rolling-rmf-building-map-tools, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-site-map-msgs, ros-rolling-rmf-traffic-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_bridges/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-demos-bridges/ros-rolling-rmf-demos-bridges_2.8.2-3resolute.20260827.063708_amd64.deb Size: 13534 SHA256: c77318f3e2e7d29c139ba6c442d501b4f4778e11dd78aa5777d2ab42563ac0a9 SHA1: 26342b511730be3f7c40fd5d2bcde59785734451 MD5sum: 3660623e6f5031305d24e45cbea4cfa9 Description: Nodes for bridging between different communication stacks Package: ros-rolling-rmf-demos-maps Version: 2.8.2-3resolute.20260827.063709 Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 21193 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_maps/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-demos-maps/ros-rolling-rmf-demos-maps_2.8.2-3resolute.20260827.063709_amd64.deb Size: 12513056 SHA256: 7ffaffe8468fa3e19bccd7acc821af1cccfff7f608d6416faea7231767a7d5ff SHA1: d0175ddf14371547bce52fc9a65bd700835f6a99 MD5sum: d3eb21257ca60b947976802d3bfc7633 Description: A package containing demo maps for rmf Package: ros-rolling-rmf-demos-tasks Version: 2.8.2-3resolute.20260811.204442 Architecture: amd64 Maintainer: Yadunund Installed-Size: 343 Depends: ros-rolling-rmf-dispenser-msgs, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-lift-msgs, ros-rolling-rmf-task-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_demos_tasks/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-demos-tasks/ros-rolling-rmf-demos-tasks_2.8.2-3resolute.20260811.204442_amd64.deb Size: 48186 SHA256: c4ec57a8c24de9e1b58e1dc5d7372a09b7d9109b456d0555bd7c035ca957f372 SHA1: 431e72cd873953d7eca7144ef2bb81e3b3563d0a MD5sum: 3212b07d86ed7a027441fe75b04cf86b Description: A package containing scripts for demos Package: ros-rolling-rmf-dispenser-msgs Version: 4.0.0-2resolute.20260811.200503 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 977 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_dispenser_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-dispenser-msgs/ros-rolling-rmf-dispenser-msgs_4.0.0-2resolute.20260811.200503_amd64.deb Size: 95846 SHA256: 5088d1afd1ee828175dddea9793b32ab6a8415f165761430acc1620139e62b7e SHA1: 3e57f0690ca51b314c3db0964bea44f8d54caea7 MD5sum: d9e2f8ee7573077a116ef426a8c0414a Description: A package containing messages used to interface to dispenser workcells Package: ros-rolling-rmf-dispenser-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-dispenser-msgs Version: 4.0.0-2resolute.20260811.200503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 856 Depends: ros-rolling-rmf-dispenser-msgs (= 4.0.0-2resolute.20260811.200503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-dispenser-msgs/ros-rolling-rmf-dispenser-msgs-dbgsym_4.0.0-2resolute.20260811.200503_amd64.deb Size: 622104 SHA256: 8945bb61da95bc99ef2c6663d49ada81242d5d6dc812d84e0f5a2150d5236d43 SHA1: 2f907abf0cfc179e587453abb63d7845cd7325d7 MD5sum: 619ea40a0f03ea8d2edfb11aa4b71ea2 Description: debug symbols for ros-rolling-rmf-dispenser-msgs Build-Ids: 310f016914e6d1e795f39b6588af7dadde45a261 44a794d1ae244c33c1c1f1dc834c9f887236b07b 59b3374754cca38f54cd766009d911156881f8b0 6633441348473972a78ba7f403b7819758f75594 72f219a7c511f124cbf970cefe42279865cebb20 85201fb49d13f89d1e174881b8d9ed51670660ec 922cfde59482b6c7ceef609493f0e153719b3007 a9157024074d8ce48aa77e1c0d1930cac8ef85a7 ac4f202156c86e90521c5ff0675e8bc7b33c025d bf5b267324680adbbe0a20b00e4429a7b453b82b ce72c0c2f64eb4b54474ca2a1c29979f2a61ac8e Package: ros-rolling-rmf-door-msgs Version: 4.0.0-2resolute.20260811.200915 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1121 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_door_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-door-msgs/ros-rolling-rmf-door-msgs_4.0.0-2resolute.20260811.200915_amd64.deb Size: 105326 SHA256: 7be3fbd1c5b7c0fc30ae211a97e61dda31d6887dd1ad65047793a39f7039b07d SHA1: 1d97346e1d94be92f7e8b2c96ee73ba5d96aaf33 MD5sum: e4a97a62a33eff7cc2c58daa0035fc81 Description: Messages used to interface to doors Package: ros-rolling-rmf-door-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-door-msgs Version: 4.0.0-2resolute.20260811.200915 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 1042 Depends: ros-rolling-rmf-door-msgs (= 4.0.0-2resolute.20260811.200915) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-door-msgs/ros-rolling-rmf-door-msgs-dbgsym_4.0.0-2resolute.20260811.200915_amd64.deb Size: 770270 SHA256: 8331e4df5d855dbcce413d569d1640cef295e6604e21f1ec2144d9f42c3c3cd8 SHA1: 1538ca2b79bb6cd925e183ed21b3ab56136ac758 MD5sum: 9b309ea7ee1aaba00136708f62723c48 Description: debug symbols for ros-rolling-rmf-door-msgs Build-Ids: 109a40f5c7bdeb01cae8f5b810436cfa369bfa4a 4b7718964693c84c3f58d1b6376e5a16813d8bc4 75cb8d61792457ed43a032eef92d030b2e08b36f 87cafe115c36e374535bb148467db97a758949a8 8da840a82d44abf51c093d3091d0844dcc5799a8 edccc996750efbfd8c83910743df19a619f5c459 ef41c9682da6d67111f6e913ae1475d6cd834ee9 f3b76592b2e9bad98e8130dca01dd6739129209b f8db7588465637fc8531920804e8bb5c7db892e4 fcabba6d6cbea31d4d9d2084e3927d0196b118ac feb99636ce4271999b4a44a1def4f4268b342b5a Package: ros-rolling-rmf-fleet-msgs Version: 4.0.0-2resolute.20260811.200546 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 5187 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_fleet_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-msgs/ros-rolling-rmf-fleet-msgs_4.0.0-2resolute.20260811.200546_amd64.deb Size: 385394 SHA256: f36ace560e2d5034661de6c2e61ddaebdf7e4a43f6aad7e341c3ee60064e098d SHA1: 4f415e6e0609f0cccec2e62155d85f4dcd044774 MD5sum: 6aee59a92967a45c24ed04421928d333 Description: A package containing messages used to interface to fleet managers Package: ros-rolling-rmf-fleet-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-fleet-msgs Version: 4.0.0-2resolute.20260811.200546 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4851 Depends: ros-rolling-rmf-fleet-msgs (= 4.0.0-2resolute.20260811.200546) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-fleet-msgs/ros-rolling-rmf-fleet-msgs-dbgsym_4.0.0-2resolute.20260811.200546_amd64.deb Size: 3827572 SHA256: 72b219e372e3a24ef769f52f93332fc7e7e1b7f0a18e5bef012b303d073fa680 SHA1: cfde208896aad2fd3b41f41c6fbcd728bb6cbc5e MD5sum: 493bd4031539bed35372e97dce999174 Description: debug symbols for ros-rolling-rmf-fleet-msgs Build-Ids: 07b2bf81c7b56bdf5e92655fad9dba73763ac2d4 0f075d152459e5a34bfedf216c1be8c16a3e4ad6 11f4840dcdb4cd69f076fc62cf5961a68a159538 1e2c41ba862cfa4841b1089433b9b8e7cfc3053f 32cada16a058af15c4644ce8727478dd0675de47 4e1fe10a4f751edac99f6eb252b0cc57945cbc52 945318b11985f6d9d50e1dfab2c188e1d1fd6ef7 99dba4c140d8d70ee20c0deb857bf4adb36f15c3 cc338e0c61f43817adeabe0624bef8af9e46f9fb eaa0e22383ebc98dbc679588a3d1a73464576fb5 eb2cb74fabccf0eae375d1cebae7e74d852f092c Package: ros-rolling-rmf-ingestor-msgs Version: 4.0.0-2resolute.20260811.201032 Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 971 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rmf-dispenser-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_ingestor_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-ingestor-msgs/ros-rolling-rmf-ingestor-msgs_4.0.0-2resolute.20260811.201032_amd64.deb Size: 95750 SHA256: fe3f3af311f5ac726cbe72ca1f435136ae33da1a27811b2ee6b382301c0889da SHA1: 5b391134eef33ee843932907663d818f6001f9e9 MD5sum: 0ed707a310131d7fb1ea658530c3a030 Description: A package containing messages used to interface to ingestor workcells Package: ros-rolling-rmf-ingestor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-ingestor-msgs Version: 4.0.0-2resolute.20260811.201032 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Rushyendra Maganty Installed-Size: 850 Depends: ros-rolling-rmf-ingestor-msgs (= 4.0.0-2resolute.20260811.201032) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-ingestor-msgs/ros-rolling-rmf-ingestor-msgs-dbgsym_4.0.0-2resolute.20260811.201032_amd64.deb Size: 617848 SHA256: e5e29c1ba29cc3be4c8c9607dfb21f9cc5d5e45b7f8731abe4fe306ec7c9c799 SHA1: d2bd26fa46f915072c0730d87d2d149a6fdf6e09 MD5sum: a180a43a29e22229bf4a601c2c0c2cc5 Description: debug symbols for ros-rolling-rmf-ingestor-msgs Build-Ids: 0872906217a7ae2ed8ee85c9d0961199f57f1574 08d07ec82acc260b7d092799c8e5e3d171228978 0c52a5be9b695b5a0b13aed021e1eb8e1c346395 20a3344aed9babcc698f4a0d24693eee3f96b7e9 6481faed59dfc4a151dd50c7d476dd8382f278fe 6d5d7125417cf6298a98f48635f9ba59e1ed26a0 7286bd1f84fe9393ab33d94c4334019dc672bf55 981931a232d52d163e1a7473ba45d6339e145456 d5e2f25810e2df0c032005e36572828a241388f1 e1e06287be79184b0d921db2319e0bd39819b6cf fcf933d3a14f7860cab8442f0f184202592fc2da Package: ros-rolling-rmf-lift-msgs Version: 4.0.0-2resolute.20260811.201053 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 795 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_lift_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-lift-msgs/ros-rolling-rmf-lift-msgs_4.0.0-2resolute.20260811.201053_amd64.deb Size: 96684 SHA256: 5bccdea0b4a4bba3a7ea8b41b02f37816064a81e090786a0761f377e2ffb184c SHA1: 4ca3dde392d87b546e9f651e16151c776c0b0739 MD5sum: f68327c6b9fdee7a08f5cae0b78616c4 Description: Messages used to interface to lifts. Package: ros-rolling-rmf-lift-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-lift-msgs Version: 4.0.0-2resolute.20260811.201053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 898 Depends: ros-rolling-rmf-lift-msgs (= 4.0.0-2resolute.20260811.201053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-lift-msgs/ros-rolling-rmf-lift-msgs-dbgsym_4.0.0-2resolute.20260811.201053_amd64.deb Size: 700426 SHA256: 5e7386edcd7810f1b226b452d45559b81890783ef8212d498e7fef480aefd8e0 SHA1: a3552093780d7a9c40e2fa0b728283ddd3134a10 MD5sum: 2ea91b4ea6d8c32e7d78cf611bf2afda Description: debug symbols for ros-rolling-rmf-lift-msgs Build-Ids: 144d879e892f4243dd1f08dee0b7fe59b69e364f 223db9e542de2e1fbf7fe2814b93e2d71738f743 2d82f32898c944cd5ba4810b9b818fff5d2ba389 3b410fcd3b70f4b602e7d332227de7d6a100b964 3f188b8250f3b32627adc658c3ef49c523544da5 421cf39f0b250e042581a4ab6c58d1d905086d03 ac9866403444beec60972dee7209610b110506f4 b2b5fb6ef1d213f0550f3d8afff24cd3353f2b21 c2779ea21d3b3f55572503348898cff1d6709340 daddefc9bdf14353518655e80f8f9a2359a54a22 e5f9466ca58665b427f77581a936d9a7ce58881f Package: ros-rolling-rmf-obstacle-msgs Version: 4.0.0-2resolute.20260811.203738 Architecture: amd64 Maintainer: Yadunund Installed-Size: 876 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_obstacle_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-obstacle-msgs/ros-rolling-rmf-obstacle-msgs_4.0.0-2resolute.20260811.203738_amd64.deb Size: 92176 SHA256: 0f213ef79ffc6ddc6c3c35406c7c08962b98bc1a3fde939f5094cfa21fcea109 SHA1: a7a46e0b24c1a9ffcc4a4a4de345019aca37d246 MD5sum: 477616b417713c74f5a5a89cf10d8567 Description: A package containing messages for describing obstacles in the environment Package: ros-rolling-rmf-obstacle-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-obstacle-msgs Version: 4.0.0-2resolute.20260811.203738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 750 Depends: ros-rolling-rmf-obstacle-msgs (= 4.0.0-2resolute.20260811.203738) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-obstacle-msgs/ros-rolling-rmf-obstacle-msgs-dbgsym_4.0.0-2resolute.20260811.203738_amd64.deb Size: 539110 SHA256: 313f96f5b2533cd2cbf46b5ef24634da979dc7df05d03104bf30c67ca3ae6a54 SHA1: e679853ead182ab8e51a4c9d7daf4bd030aab042 MD5sum: b2010290831773e780634f9bee2a6367 Description: debug symbols for ros-rolling-rmf-obstacle-msgs Build-Ids: 1111207edf21f8b9d448cda476e87460f07b061b 25f717f0a188b3eeaf984ff5feab154d9a2db966 28a9bac3b933be74269696c1aacdfa3b85258ec1 34318275a0db8ba968dbda8f8cb5c9219cb74206 926009f973c98ebf8dea702fc786da26f8e1c43f caf000ab1b1e871759cd81f7c2a3b7d38b82905e d3aa5b0723b3af6ec2f0d245346cb9dcd7eaff73 d594deafbdc13f86298a508fbaacbcd44e2e2d7c ece58b607889a856e4a8964e6c964a848f49678f f37f2de3fd0dda61826ced7be2acd79b2354f968 f5b010cd62be9f95ccb3510c2f0b33fd31feb945 Package: ros-rolling-rmf-reservation-msgs Version: 4.0.0-2resolute.20260811.201053 Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1816 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_reservation_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-msgs/ros-rolling-rmf-reservation-msgs_4.0.0-2resolute.20260811.201053_amd64.deb Size: 145516 SHA256: 4231277d0652c370a12168796902093393c5f5c86fa685a41b8eefb012aba4d4 SHA1: 1a67bf028a7e8a6767a693cb8778c9d4b765fcad MD5sum: 3031142a87b3fc237e7c6ddac506b253 Description: Messages for the reservation and queueing system Package: ros-rolling-rmf-reservation-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-reservation-msgs Version: 4.0.0-2resolute.20260811.201053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arjo Chakravarty Installed-Size: 1564 Depends: ros-rolling-rmf-reservation-msgs (= 4.0.0-2resolute.20260811.201053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-reservation-msgs/ros-rolling-rmf-reservation-msgs-dbgsym_4.0.0-2resolute.20260811.201053_amd64.deb Size: 1164778 SHA256: 3426826fd3e75b32ede24ba0c66820878fcf4bf3dd434b3b5a6dad41c57f61d3 SHA1: 1fac03ea8998cadddcab92e19214bd6640a6be1e MD5sum: 437afedda6191bce1f1762baf2551957 Description: debug symbols for ros-rolling-rmf-reservation-msgs Build-Ids: 23f38786d272dece1f980aa8dbf5184d279635eb 6bc8217581a733ec7e57685c505481fb7db45767 6e48b6c20f29732525895ab11187158129d65658 7267823ac2feb7d19591b07a409d0184afb03df3 7a4d5251ff56afa65571e5fd5009246e0fb1ad0c 7b730a7d2612f4f9c1c9ad0ebfce266ebf910ddc 932359096c439cc81b41ffbb1c71c6db1c6c1383 b60fd4b53edf03e9c81251a276e9a34237c81b93 d1054d4533a1942c472c5a929ed019b3f6ef2bef ebd3e1fbfedff1590fbaa06a86a72f4c18debfdf f9081f20b27e68d3f55433181fa687486d729d7f Package: ros-rolling-rmf-scheduler-msgs Version: 4.0.0-2resolute.20260811.201053 Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 5150 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_scheduler_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-scheduler-msgs/ros-rolling-rmf-scheduler-msgs_4.0.0-2resolute.20260811.201053_amd64.deb Size: 347564 SHA256: f052f6cd69e72e100efe7c5375cb31853a894518b9d0a5914830fc1ad5779808 SHA1: a1c4a4507fa460b2cdde4c8960b54b34ea8a6af1 MD5sum: 43bcd95700584ef834452b6d90b88c32 Description: Messages used by rmf_scheduler_msgs Package: ros-rolling-rmf-scheduler-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-scheduler-msgs Version: 4.0.0-2resolute.20260811.201053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marco A. Gutiérrez Installed-Size: 4468 Depends: ros-rolling-rmf-scheduler-msgs (= 4.0.0-2resolute.20260811.201053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-scheduler-msgs/ros-rolling-rmf-scheduler-msgs-dbgsym_4.0.0-2resolute.20260811.201053_amd64.deb Size: 3388862 SHA256: 30b3efb4b693f17cb52e7622fa2b3ca0b3f80ac01997cd2f31a729dd9b59154b SHA1: fa3227d8a4d912be406804d11703714832d8c3d1 MD5sum: bab2bc66044b19bb5d51cbb95585ecf0 Description: debug symbols for ros-rolling-rmf-scheduler-msgs Build-Ids: 0cb86e68e34392857ea5b704deb68f9c50a7fcd3 1ac9148597bdd879cc9799d3b02e4bae444b7f17 1bc2ba1eff3741884bb3c85428948873f2c55ef4 2245a07f0e6123a17df24045c0335e88d27f4aab 2896d31989b03a764de82c6e48f63420ae87bf30 879ed6aa372f42e4c31b984e51cde31ee73ba569 ab0a7d870d0ddb0f19bfb3393758dc15f41d1a0d c02433204ec064084295dccf672e53fdc6f4acd5 d33fe93a62f1889a899227258d8f318658c4b646 d37fff6329426067d662c01c87d881825616ebe4 ebc5144e97de15a831152bb72e3e5c594ba77a1d Package: ros-rolling-rmf-site-map-msgs Version: 4.0.0-2resolute.20260811.201115 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 517 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_site_map_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-site-map-msgs/ros-rolling-rmf-site-map-msgs_4.0.0-2resolute.20260811.201115_amd64.deb Size: 66346 SHA256: d4aea9ec9d191a593fa5e8fa32b8395f17ed54bcf56e154adbef1688b46b7779 SHA1: 1f2076745fef32fbff49ef359bc201e6df1d3b81 MD5sum: dce9c3c7af54df56fe4a7380a710f8f8 Description: Messages that contain GeoPackage maps Package: ros-rolling-rmf-site-map-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-site-map-msgs Version: 4.0.0-2resolute.20260811.201115 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 651 Depends: ros-rolling-rmf-site-map-msgs (= 4.0.0-2resolute.20260811.201115) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-site-map-msgs/ros-rolling-rmf-site-map-msgs-dbgsym_4.0.0-2resolute.20260811.201115_amd64.deb Size: 485792 SHA256: b9b386083a63075e89eea546bb545137ada5362102e6ab0dc1052b6fd9fffd03 SHA1: 45ab6791cd40b02528e7d0a66a4b8fd8d8b35596 MD5sum: c686a265cd73e374b1a3b11d355ed6a0 Description: debug symbols for ros-rolling-rmf-site-map-msgs Build-Ids: 02471aea38364069ea190c5e9c8815f8ebcde997 0e4ba21755ab7b1d4d3d3352d78565c84b8a615e 264c55f91ec0c5271efffd351629ef796b041c7c 26dbd4e4958b623a826d1cd99728e02745e5b379 305b3c27c1ce3bf233047113cd505db397da4b07 3d696b7be097aaa3114977db0fd49d471f1656f2 4a60bee581f6eb5fa1fb47a6136fb70519c93b27 569a6047a55df844b784aa9d1cec714e1be78791 87db7bd8ced1faf59d8d672203dbb465ac62dad1 c5037729742329fcf7fec8da898dbd41c0eb40ae e38c046506d867cecaa9d2161115f7f2b2cd2cba Package: ros-rolling-rmf-task-msgs Version: 4.0.0-2resolute.20260811.201035 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 8291 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rmf-dispenser-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_task_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-msgs/ros-rolling-rmf-task-msgs_4.0.0-2resolute.20260811.201035_amd64.deb Size: 576506 SHA256: fca5c43ae4d4eefb70cfe7574d18b36e96332a52a76e58088d51b8598d550991 SHA1: 827d1bcf5b4604202a74daacdaa4960850186dd7 MD5sum: 1f6e94a4caae366996acd71fa21d791d Description: A package containing messages used to specify tasks Package: ros-rolling-rmf-task-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-task-msgs Version: 4.0.0-2resolute.20260811.201035 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 7144 Depends: ros-rolling-rmf-task-msgs (= 4.0.0-2resolute.20260811.201035) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-task-msgs/ros-rolling-rmf-task-msgs-dbgsym_4.0.0-2resolute.20260811.201035_amd64.deb Size: 5536368 SHA256: 88add879f0e6289f5a32ee815e737950731c5ed9715eabdc90a7886b9a744578 SHA1: 32044f857b54afb8c6c8effc45f82c97842b98d5 MD5sum: 8c50389ff63ff425a998ff1e5eae4ea9 Description: debug symbols for ros-rolling-rmf-task-msgs Build-Ids: 11b67d45e0d5e4ecb5942604e4fd32d04d0a0867 1ab052f60cb53e400ab8f235cc05c8881bea1203 53b5b8381a1b3b2818b7f403c2a6647e09087b24 56e17b4af46a14ccb8065fbb8042a08caa08c3a2 5e8b53f709be7b9156a4fd3e79264630c1662173 68ea1f4e7f1b669bd43ed069e05d8266604b1b7e 74d7b7b1d93c632d131869d5c9df2339c34e6bde 754e4f6888e4c835c8905aa61e68db8356ed8be7 9754560c7e713e13802a3569632a61d374646946 c7a73c876763fc69b45a93c3a37e1462c6dc62d1 ee1a8c4317bd30dc99111acb9c539454d74ae09a Package: ros-rolling-rmf-traffic-editor-assets Version: 1.14.0-2resolute.20260714.184817 Architecture: amd64 Maintainer: Brandon Ong Installed-Size: 14666 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic_editor_assets/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-editor-assets/ros-rolling-rmf-traffic-editor-assets_1.14.0-2resolute.20260714.184817_amd64.deb Size: 12106128 SHA256: 40d5446f4f900e16cfb430f4d667229e641fce1bde2714ed6ea955bba0cef4f1 SHA1: 2666d0f3dfa4738eb0d829cf702dcbbd5eedebf0 MD5sum: 2e56e9e01c3832b3897c28e29abdb208 Description: Assets for use with traffic_editor. Package: ros-rolling-rmf-traffic-editor-test-maps Version: 1.14.0-2resolute.20260827.063711 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 266 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic_editor_test_maps/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-editor-test-maps/ros-rolling-rmf-traffic-editor-test-maps_1.14.0-2resolute.20260827.063711_amd64.deb Size: 188712 SHA256: 23123009161e3ec22f7a53e94c1f4e5f5a22eaac41b3351aec345369bd5d0dbe SHA1: 779b8bf12000e688500ef9ee1c33c2756d396a72 MD5sum: 07738bff7711dc14ed1b4e43da28c3dd Description: Some test maps for traffic_editor and rmf_building_map_tools. Package: ros-rolling-rmf-traffic-msgs Version: 4.0.0-2resolute.20260811.201151 Architecture: amd64 Maintainer: Grey Installed-Size: 11381 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_traffic_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-msgs/ros-rolling-rmf-traffic-msgs_4.0.0-2resolute.20260811.201151_amd64.deb Size: 748676 SHA256: c06626e44b27e9a6d7370b09672c1e8f8e3198c2a2e758e2273a7a8a659f69bf SHA1: 87f983e4c1d14efae2b4d32c784776b92a4c86ec MD5sum: e7027c3e43be29d483b08d04fef1dde9 Description: A package containing messages used by the RMF traffic management system. Package: ros-rolling-rmf-traffic-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-traffic-msgs Version: 4.0.0-2resolute.20260811.201151 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 10563 Depends: ros-rolling-rmf-traffic-msgs (= 4.0.0-2resolute.20260811.201151) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-traffic-msgs/ros-rolling-rmf-traffic-msgs-dbgsym_4.0.0-2resolute.20260811.201151_amd64.deb Size: 8347964 SHA256: 646b3c0dd69ca74282a73b3971cc0323fe479c8afa13585fcb74e66a5e0ddece SHA1: 7b567363e4459b1952ac09018d048e946301fede MD5sum: 314e8b7201f417ec5bce1d5e09852000 Description: debug symbols for ros-rolling-rmf-traffic-msgs Build-Ids: 2615e77087f0c2a5dc15dcd5252eae8743be1b1b 30087f55f9c35df7c5fb72b881be377a6cef3228 4fd261015a0eb7140f1a007d5cf41b8eeace3f25 538db16844753ee2e12a2a606ababf95a820f3b0 889d038a7b80b7558fd9e99ab7e28378f02b6e49 9d5789bb14548b8edf7fc985749a95329723eb0b af9db522a281eba380234aa7171ee4c480fd39a3 cff603228207d5c7055a6a8474d496c44387b522 d24ba198c92fda24d32184dc9ee115d177fa4cca dc3546e23a314770e459060377bbe11d9a0c99c5 f608a37404052bca2d0f184e3f0931dfc69f3d31 Package: ros-rolling-rmf-utils Version: 1.7.0-2resolute.20260714.175513 Architecture: amd64 Maintainer: Grey Installed-Size: 827 Depends: libstdc++6 (>= 5), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_utils/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-utils/ros-rolling-rmf-utils_1.7.0-2resolute.20260714.175513_amd64.deb Size: 131600 SHA256: 44d463529fc9e35a87d48c862ae5f7e09de8d386cc40c37d1c7a2654094680cf SHA1: 1a5ff22d582d51121ef1d481465ff265d4902191 MD5sum: 518d7a994c1cc92c264c469cbaae8755 Description: Simple C++ programming utilities used by Robotics Middleware Framework packages Package: ros-rolling-rmf-utils-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-utils Version: 1.7.0-2resolute.20260714.175513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Grey Installed-Size: 38 Depends: ros-rolling-rmf-utils (= 1.7.0-2resolute.20260714.175513) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-utils/ros-rolling-rmf-utils-dbgsym_1.7.0-2resolute.20260714.175513_amd64.deb Size: 20562 SHA256: c5405e18d498f857dd856ad13bcc1219896415d67e52f7fa4a72d3d94fa161be SHA1: b56bff75555ec96289255d561f54ce7afec68394 MD5sum: 4da90641329c79b9a1514b945571749d Description: debug symbols for ros-rolling-rmf-utils Build-Ids: 70577ac8b3409c81de232ea99860bd6dc5606eff Package: ros-rolling-rmf-visualization-building-systems Version: 2.5.1-2resolute.20260811.204507 Architecture: amd64 Maintainer: Yadunund Installed-Size: 64 Depends: ros-rolling-geometry-msgs, ros-rolling-rmf-building-map-msgs, ros-rolling-rmf-door-msgs, ros-rolling-rmf-lift-msgs, ros-rolling-rmf-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_building_systems/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-building-systems/ros-rolling-rmf-visualization-building-systems_2.5.1-2resolute.20260811.204507_amd64.deb Size: 12358 SHA256: 7df6fa36df0e7f916e2120d5e6725d489d17dcd592eba314b1566af8ddd42606 SHA1: 126a13f9168cfac9e27e8a65e2ae9e14504c3a19 MD5sum: 65ed29a7c82b564d98b9d8da9c784471 Description: A visualizer for doors and lifts Package: ros-rolling-rmf-visualization-fleet-states Version: 2.5.1-2resolute.20260821.172533 Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 837 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rmf-fleet-msgs, ros-rolling-rmf-visualization-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_fleet_states/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-fleet-states/ros-rolling-rmf-visualization-fleet-states_2.5.1-2resolute.20260821.172533_amd64.deb Size: 160910 SHA256: a4a1a0c6240475876bf659a25598ae9d2f8be422b49d5b536672944c3d59013d SHA1: 7c0396ff4736557cacc61a44c4d6c1d1e9aab5a8 MD5sum: 083a93fe680a017262449a343a9506be Description: A package to visualize positions of robots from different fleets in the a building Package: ros-rolling-rmf-visualization-fleet-states-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-visualization-fleet-states Version: 2.5.1-2resolute.20260821.172533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Morgan Quigley Installed-Size: 4048 Depends: ros-rolling-rmf-visualization-fleet-states (= 2.5.1-2resolute.20260821.172533) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-fleet-states/ros-rolling-rmf-visualization-fleet-states-dbgsym_2.5.1-2resolute.20260821.172533_amd64.deb Size: 3309548 SHA256: be399a63e7673807f074cbe9668f763f453ccec08df11a765378a8a38b08e27a SHA1: 228e03aeec0849d091bdd71ad85306cbc6a7ce93 MD5sum: 1790595bfba8cc0f3bb4ecd5c5df62b9 Description: debug symbols for ros-rolling-rmf-visualization-fleet-states Build-Ids: 6ab898b64b5fc4c9c8e16eadacab9fbd90366449 cb50c4e96abd4ddc25aabb1ff5fa0bcb8088547d Package: ros-rolling-rmf-visualization-msgs Version: 1.5.0-2resolute.20260811.201158 Architecture: amd64 Maintainer: yadu Installed-Size: 455 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-msgs/ros-rolling-rmf-visualization-msgs_1.5.0-2resolute.20260811.201158_amd64.deb Size: 46438 SHA256: 29b6324336ce0299ca9ddb6371e1d2df8e3873dd3b72830cdf74f942dc7893e8 SHA1: bc3d2fc62fe65fc1a8167e813838deb0a2d97b7f MD5sum: 87488600809196a03245c5df780e2527 Description: A package containing messages used for visualizations Package: ros-rolling-rmf-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-visualization-msgs Version: 1.5.0-2resolute.20260811.201158 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: yadu Installed-Size: 349 Depends: ros-rolling-rmf-visualization-msgs (= 1.5.0-2resolute.20260811.201158) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-msgs/ros-rolling-rmf-visualization-msgs-dbgsym_1.5.0-2resolute.20260811.201158_amd64.deb Size: 207456 SHA256: 642ef7b49beb9adac967430d40645dca1f64da8ff8fa14dd080e5450ae3b638d SHA1: 4f7c7d75ecb634eaf32dd061e95a56f5fc2c282c MD5sum: f5ecda38ea44875e79e89df6d2510728 Description: debug symbols for ros-rolling-rmf-visualization-msgs Build-Ids: 0668951664e578db1deaa0c4fd7ad7f6cf2b5664 0dda7884e50e9f44780c26e3ece151d2d72eb83b 10cc2bfbdb0f20a53ecdea46356fae7e279a5fdd 14673a8201bf12ecc8b6f6b73e7feaed69781edc 15e7f478e50b3db5b53bbedc2924927777bb2f03 257a8ac3f3646d881d62e1cf9f67903a405f2533 5417583e63cd01489d7ccc914f9a1a3e565b65b3 c2a48868d8ac74d7e16534b2b66efecd8645dad3 d5c2c94ebc4053abb189bbb22ab100158b80829d e8f253abb6376c43e8b2605dbadc3f872fff2169 f80b400341b43788c770b99d80e933503314124d Package: ros-rolling-rmf-visualization-obstacles Version: 2.5.1-2resolute.20260821.172709 Architecture: amd64 Maintainer: Yadunund Installed-Size: 832 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rmf-obstacle-msgs, ros-rolling-rmf-visualization-msgs, ros-rolling-vision-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_visualization_obstacles/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-obstacles/ros-rolling-rmf-visualization-obstacles_2.5.1-2resolute.20260821.172709_amd64.deb Size: 158222 SHA256: 94421c4c0f654311615edcd9840796d2f40e123421a0ecad51204c9154b9845b SHA1: 0a4247ce5dc288e90493e4c5c00e5b0576151449 MD5sum: 1a01717d957bef0aa06e03cc272d2186 Description: A visualizer for obstacles in RMF Package: ros-rolling-rmf-visualization-obstacles-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-visualization-obstacles Version: 2.5.1-2resolute.20260821.172709 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Yadunund Installed-Size: 3983 Depends: ros-rolling-rmf-visualization-obstacles (= 2.5.1-2resolute.20260821.172709) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-visualization-obstacles/ros-rolling-rmf-visualization-obstacles-dbgsym_2.5.1-2resolute.20260821.172709_amd64.deb Size: 3247156 SHA256: e09dea16c63501163ac9b71ecbf2b6833dd1b760a6c6f844fecd356b50545c94 SHA1: 6c6db63590464c0f1ff90e50571f2a6839174f95 MD5sum: f0d3f24302c12b9b894c6f301799cb68 Description: debug symbols for ros-rolling-rmf-visualization-obstacles Build-Ids: 2576b58fec05120d2821fd405a7fc90219e51a62 c4bed391dc6539003f156d48a695c6e3b1d68a6e Package: ros-rolling-rmf-workcell-msgs Version: 4.0.0-2resolute.20260811.201214 Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1231 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmf_workcell_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-workcell-msgs/ros-rolling-rmf-workcell-msgs_4.0.0-2resolute.20260811.201214_amd64.deb Size: 115328 SHA256: c7836e373f54294abe3194869c51a5eda465d3e54f11611beb3fd788afdd9628 SHA1: 285b4f831b64098fb9ae68612b8044bafdef3ca8 MD5sum: 5906cb7f31e3c4be205883ba3280fc43 Description: A package containing messages used by all workcells generically to interfact with rmf_core Package: ros-rolling-rmf-workcell-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rmf-workcell-msgs Version: 4.0.0-2resolute.20260811.201214 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Aaron Chong Installed-Size: 1168 Depends: ros-rolling-rmf-workcell-msgs (= 4.0.0-2resolute.20260811.201214) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmf-workcell-msgs/ros-rolling-rmf-workcell-msgs-dbgsym_4.0.0-2resolute.20260811.201214_amd64.deb Size: 886160 SHA256: 57d8adaa7ac13a86529821a2fbdeb605c09f86cfcfe3b4ec49aa4b61a43479fa SHA1: a1118cf1ef2543e61d8c1f71a13886c0777f7617 MD5sum: fc3c1a64be6dacac9228f7ca3684cb5a Description: debug symbols for ros-rolling-rmf-workcell-msgs Build-Ids: 0e7b500b7f81b9cde98726b2f1159640facd63c6 218c19af765fd4354c076665200d7d6427a1bb55 53578937d76266d0e392a6ea4e8783ec15e8c5ee 892d139d5b285b12141ebf576c6f695a464ddca5 9a03f6b22058f1b1719428fc6101cf50a944b48f 9c7354331de9aaf96ff42f532ce001d22a754f4d a2bd8720a3cf1f381919c0f0f8f4f3a519b70c6f c1c9b2b3f7ff506655dfedbc1b788ba2376c3e44 ddf6408376c5cac120d7c30619e34c03e2be809b ec9c420317410500e5dbca6c61626f684383322e f30fa6f1f54fbfe77c0b38e61a020c2d9b540904 Package: ros-rolling-rmw Version: 7.11.1-1resolute.20260715.191957 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 563 Depends: libc6 (>= 2.14), ros-rolling-rcutils, ros-rolling-rosidl-dynamic-typesupport, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw/ros-rolling-rmw_7.11.1-1resolute.20260715.191957_amd64.deb Size: 72604 SHA256: 50f279ac6f926d3a3cdb3ccf761d0852ccaa3972e166a2729cda464e15bc1a6e SHA1: e5d39b32ccbcbe0c350c8df91a67e755372e13ca MD5sum: 8237baccb2205e1d40674684dd233e05 Description: Contains the ROS middleware API. Package: ros-rolling-rmw-connextdds Version: 1.3.0-2resolute.20260811.210354 Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 112 Depends: libstdc++6 (>= 13.1), ros-rolling-rmw-connextdds-common, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_connextdds/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds/ros-rolling-rmw-connextdds_1.3.0-2resolute.20260811.210354_amd64.deb Size: 17788 SHA256: 2197a59a964d6502369c2f2537e9094201802f369dbb7c2429bfc8d5e3c6c272 SHA1: 52a9356c68c9e2da467aac0b7a2888b901999a2d MD5sum: e626d846449331f37dd79454ce0e1370 Description: A ROS 2 RMW implementation built with RTI Connext DDS Professional. Package: ros-rolling-rmw-connextdds-common Version: 1.3.0-2resolute.20260811.205311 Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 1088 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rmw-security-common, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-fastrtps-c, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-rti-connext-dds-cmake-module, ros-rolling-tracetools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_connextdds_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds-common/ros-rolling-rmw-connextdds-common_1.3.0-2resolute.20260811.205311_amd64.deb Size: 287378 SHA256: 75622e4288112d6407d394a6726b258f091cbc13b0b8de2227c7b57113bd1155 SHA1: 428e17199c3a0b3659353169ddff1be91bae3d4c MD5sum: 7bba2ce81b6464cc545e7f53d98a03a5 Description: Common source for RMW implementations built with RTI Connext DDS Professional and RTI Connext DDS Micro. Package: ros-rolling-rmw-connextdds-common-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-connextdds-common Version: 1.3.0-2resolute.20260811.205311 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 3612 Depends: ros-rolling-rmw-connextdds-common (= 1.3.0-2resolute.20260811.205311) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds-common/ros-rolling-rmw-connextdds-common-dbgsym_1.3.0-2resolute.20260811.205311_amd64.deb Size: 3244904 SHA256: bac371307d0d8e8629157f6b6c48752b9369a699b88adb7f42a49872486ab087 SHA1: c2788d67ac42d348b2c763c6e0412d7294f3c38c MD5sum: 85296cbfa9c14caf358544754116a249 Description: debug symbols for ros-rolling-rmw-connextdds-common Build-Ids: 936dc6b3ffa6d87df1c88ecfcda7fe3e8d2c75f2 Package: ros-rolling-rmw-connextdds-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-connextdds Version: 1.3.0-2resolute.20260811.210354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 143 Depends: ros-rolling-rmw-connextdds (= 1.3.0-2resolute.20260811.210354) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-connextdds/ros-rolling-rmw-connextdds-dbgsym_1.3.0-2resolute.20260811.210354_amd64.deb Size: 113342 SHA256: f2f8026acf0348b317af9c9706b16b855ac8499e94b4211b45b516432906af0e SHA1: 0e9f48bc395d1eb1b1111a120b9a99f779de63b3 MD5sum: 0bec3d53925593057e17bbce13ca710f Description: debug symbols for ros-rolling-rmw-connextdds Build-Ids: 255edbf72ba923e8d6f5235ede5136778f424f82 Package: ros-rolling-rmw-cyclonedds-cpp Version: 4.2.1-1resolute.20260821.153842 Architecture: amd64 Maintainer: "Erik Boasson" Installed-Size: 439 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-cyclonedds, ros-rolling-iceoryx-binding-c, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rmw-security-common, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-tracetools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_cyclonedds_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-cyclonedds-cpp/ros-rolling-rmw-cyclonedds-cpp_4.2.1-1resolute.20260821.153842_amd64.deb Size: 142240 SHA256: b01884d37699bc7770585c82500250ae090f5d25369ae28cd039cea2ec5cfe33 SHA1: c62d9dac20d0562de1434d0372172bed7606f120 MD5sum: bf5b9531bfd52f6f93b8a88a401ed595 Description: Implement the ROS middleware interface using Eclipse CycloneDDS in C++. Package: ros-rolling-rmw-cyclonedds-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-cyclonedds-cpp Version: 4.2.1-1resolute.20260821.153842 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Erik Boasson" Installed-Size: 1729 Depends: ros-rolling-rmw-cyclonedds-cpp (= 4.2.1-1resolute.20260821.153842) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-cyclonedds-cpp/ros-rolling-rmw-cyclonedds-cpp-dbgsym_4.2.1-1resolute.20260821.153842_amd64.deb Size: 1575002 SHA256: a858c1617fe717e5e8e770ddb98bfde17578eca0f11818580709fffcc91cb22f SHA1: ea0aaea942a16f28a7b8b4144e2898a2bebf1c17 MD5sum: edb3ba545f286815c6f7ce6581a4d157 Description: debug symbols for ros-rolling-rmw-cyclonedds-cpp Build-Ids: 6f742215d210a98e71670bcf1a7a9cd47cec10ef Package: ros-rolling-rmw-dbgsym Package-Type: ddeb Source: ros-rolling-rmw Version: 7.11.1-1resolute.20260715.191957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 83 Depends: ros-rolling-rmw (= 7.11.1-1resolute.20260715.191957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw/ros-rolling-rmw-dbgsym_7.11.1-1resolute.20260715.191957_amd64.deb Size: 40382 SHA256: b6676f76b09b88e3a778315ddb12b99a3c2b2a45563ab88a0584c03a753f2383 SHA1: e876ef5cb0fe45d7fe5a82e47a95a512fcc3ace1 MD5sum: d9dcf02dd1d87924e0495ca334ec8073 Description: debug symbols for ros-rolling-rmw Build-Ids: bf7c324f151922dea9ea49c31ab34152cca03552 Package: ros-rolling-rmw-dds-common Version: 6.1.1-1resolute.20260811.203230 Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 935 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-security-common, ros-rolling-rosidl-default-runtime, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_dds_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-dds-common/ros-rolling-rmw-dds-common_6.1.1-1resolute.20260811.203230_amd64.deb Size: 124304 SHA256: 22661ae142a97a8567bef3d2097599999a1d4a01123ca3ae4767a3584201f9c8 SHA1: 366325a8fd52f6089c2c293500252d17d53a3155 MD5sum: d5ae39678da2c6f8b21989340ace0636 Description: Define a common interface between DDS implementations of ROS middleware. Package: ros-rolling-rmw-dds-common-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-dds-common Version: 6.1.1-1resolute.20260811.203230 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ivan Paunovic" Installed-Size: 1291 Depends: ros-rolling-rmw-dds-common (= 6.1.1-1resolute.20260811.203230) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-dds-common/ros-rolling-rmw-dds-common-dbgsym_6.1.1-1resolute.20260811.203230_amd64.deb Size: 1040768 SHA256: e198d49df4656bc1d4228a71baea16f987b3daa232ec64c747df897124ab3a05 SHA1: 6c93b4e24d285b58bb65c4fd59c465bbf27a2fed MD5sum: 1243efe34865471c18057d18f2770703 Description: debug symbols for ros-rolling-rmw-dds-common Build-Ids: 0848d5a5a451afaba809c9c2a0c317eb9805ce21 22d04840ad479e2da458928858f099551fed92c4 2c013de48b93b8c503148c9dacf134e67c7137df 3aca05d4a572e0157f42a92a24cf81f071c8c0ab 54c3e62551e0da3b3f237330fafa1923ddb227ec 90c5dde67ba12759f3cc0d87c43ab3b58a4adfc5 9dea9f5aba221fbc58e38dc462d1b3d8d3d27153 a056022978776ad6c9d9d2ee3fbe0358159fcb0f abb7c8b65156594e44cf59b64697ab6136865ebf c9413cfae2c8d6d46cf1db8e815f88503e980664 e00f501e3a888c35159832f2f2faacdb3a5c54f0 f9974a624a55fdc96e10faf431ed9f8b7e9c6b9e Package: ros-rolling-rmw-desert Version: 4.0.2-1resolute.20260811.205304 Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 448 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-ament-cmake, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rosidl-cmake, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_desert/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-desert/ros-rolling-rmw-desert_4.0.2-1resolute.20260811.205304_amd64.deb Size: 145038 SHA256: c4992cb3b948f9fbcf41faa1f86158d439d51c13498ee95c64504939d56bcd76 SHA1: 0041707290e0629dcd1d70b914aa0bcd4f40bdb6 MD5sum: adfdf94b141bb3fb8e462139719e58c4 Description: Implement the ROS middleware interface using the DESERT protocol stack for underwater communications. Package: ros-rolling-rmw-desert-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-desert Version: 4.0.2-1resolute.20260811.205304 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Davide Costa" Installed-Size: 3388 Depends: ros-rolling-rmw-desert (= 4.0.2-1resolute.20260811.205304) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-desert/ros-rolling-rmw-desert-dbgsym_4.0.2-1resolute.20260811.205304_amd64.deb Size: 3242272 SHA256: e859bc380a6c4b8664ebda05c716ed14c3ca12e741772f082fc13fbe9997bbd1 SHA1: 60b8646bd2d372910b28e31e3cb023ae080dcee3 MD5sum: f573008b156e052fe4bf228630c3c1df Description: debug symbols for ros-rolling-rmw-desert Build-Ids: 995b3a0c2b2780ccdea862f8ee8719cb45684ba1 Package: ros-rolling-rmw-fastrtps-cpp Version: 9.5.2-1resolute.20260811.210112 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 530 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-fastcdr, ros-rolling-fastdds, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rmw-fastrtps-shared-cpp, ros-rolling-rosidl-buffer-backend-registry, ros-rolling-rosidl-dynamic-typesupport, ros-rolling-rosidl-dynamic-typesupport-fastrtps, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-fastrtps-c, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-tracetools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_fastrtps_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-cpp/ros-rolling-rmw-fastrtps-cpp_9.5.2-1resolute.20260811.210112_amd64.deb Size: 154750 SHA256: 05eba9682d867b2fdcf5826a7ae7e401af85ec3e8ac098ef8817e719d4429c68 SHA1: e79ed72c0d13607cb05aef7deccdd5bd7a4c4059 MD5sum: d297dadd02dd374f0d9a22dc31775bc2 Description: Implement the ROS middleware interface using eProsima FastRTPS static code generation in C++. Package: ros-rolling-rmw-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-fastrtps-cpp Version: 9.5.2-1resolute.20260811.210112 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 5308 Depends: ros-rolling-rmw-fastrtps-cpp (= 9.5.2-1resolute.20260811.210112) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-cpp/ros-rolling-rmw-fastrtps-cpp-dbgsym_9.5.2-1resolute.20260811.210112_amd64.deb Size: 4919706 SHA256: dda3d26e256118d5af79e9a08469c674a6d9fb7c28683287387426e387caf359 SHA1: 1d8797c7213640a734650246d604bd9b6ffb0f4a MD5sum: 605e6845fe9869b40ed59587fb1059d7 Description: debug symbols for ros-rolling-rmw-fastrtps-cpp Build-Ids: d82f855df2a53599832a1f3400023dac2eed835b Package: ros-rolling-rmw-fastrtps-dynamic-cpp Version: 9.5.2-1resolute.20260811.210107 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 460 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-fastdds, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rmw-fastrtps-shared-cpp, ros-rolling-rosidl-buffer, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-tracetools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_fastrtps_dynamic_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-dynamic-cpp/ros-rolling-rmw-fastrtps-dynamic-cpp_9.5.2-1resolute.20260811.210107_amd64.deb Size: 120412 SHA256: d9e01be945a2aa4d3df977a2d91efd7b902ef1d6e2ea172f08b19c289ff5cd08 SHA1: ca985510d7f4b3f61838fbf2fc63a2f0fb1d200e MD5sum: 881b930014e5aef1d92f2505e988ff45 Description: Implement the ROS middleware interface using introspection type support. Package: ros-rolling-rmw-fastrtps-dynamic-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-fastrtps-dynamic-cpp Version: 9.5.2-1resolute.20260811.210107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 4424 Depends: ros-rolling-rmw-fastrtps-dynamic-cpp (= 9.5.2-1resolute.20260811.210107) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-dynamic-cpp/ros-rolling-rmw-fastrtps-dynamic-cpp-dbgsym_9.5.2-1resolute.20260811.210107_amd64.deb Size: 4050004 SHA256: fad87ec1ec86028f0e296a982c313be31faf3f949a9bb039aa55a861da7482aa SHA1: 5af2a13c5d6d7036b0b9bd74b9b6e7d19ed49b2c MD5sum: 3fd8516ddd5893d1f9e482a1ccbe99fe Description: debug symbols for ros-rolling-rmw-fastrtps-dynamic-cpp Build-Ids: 73d1454ea725c282cdea3f88880434576f7e100a Package: ros-rolling-rmw-fastrtps-shared-cpp Version: 9.5.2-1resolute.20260811.205313 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 688 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-fastcdr, ros-rolling-fastdds, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rmw-security-common, ros-rolling-rosidl-dynamic-typesupport, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-tracetools, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_fastrtps_shared_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-shared-cpp/ros-rolling-rmw-fastrtps-shared-cpp_9.5.2-1resolute.20260811.205313_amd64.deb Size: 183688 SHA256: b83fb97041623d0473548c57f96ff0de1186a81adf670705e9e081f77641d731 SHA1: a5446e33daa31650a9365a4c2eda4ff445a1c436 MD5sum: 0593c4a4be1f10b1fc4a4e82e6ca2426 Description: Code shared on static and dynamic type support of rmw_fastrtps_cpp. Package: ros-rolling-rmw-fastrtps-shared-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-fastrtps-shared-cpp Version: 9.5.2-1resolute.20260811.205313 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 6118 Depends: ros-rolling-rmw-fastrtps-shared-cpp (= 9.5.2-1resolute.20260811.205313) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-fastrtps-shared-cpp/ros-rolling-rmw-fastrtps-shared-cpp-dbgsym_9.5.2-1resolute.20260811.205313_amd64.deb Size: 5736094 SHA256: 42375d0f1c233787f67f2308deb34da3155cddd0cda8e8ca5345591093f27645 SHA1: 7a92f17c7f82da0c569c6ce40b4bb2919eb43956 MD5sum: ce1e26f22d373d5f6fea9de7a51c875d Description: debug symbols for ros-rolling-rmw-fastrtps-shared-cpp Build-Ids: 84fd7da588087505071003316960927b9db3080e Package: ros-rolling-rmw-implementation Version: 3.2.1-1resolute.20260821.154603 Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 116 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.0), libstdc++6 (>= 9), ros-rolling-ament-cmake-ros-core, ros-rolling-ament-index-cpp, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw-implementation-cmake, ros-rolling-ros-workspace, ros-rolling-rmw-fastrtps-cpp | ros-rolling-rmw-cyclonedds-cpp | ros-rolling-rmw-connextdds Homepage: https://index.ros.org/p/rmw_implementation/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-implementation/ros-rolling-rmw-implementation_3.2.1-1resolute.20260821.154603_amd64.deb Size: 23176 SHA256: 59b497dccfb19b0910f5fdfcc00487971b11ea0e8678ea60382e5a6d5a993f44 SHA1: 90bcbba01cbcef43c5e5f3724d76d09e60196530 MD5sum: 902bf3fb858743368cf32c15e5264f04 Description: Proxy implementation of the ROS 2 Middleware Interface. Package: ros-rolling-rmw-implementation-cmake Version: 7.11.1-1resolute.20260715.192219 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 59 Depends: ros-rolling-ament-cmake, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_implementation_cmake/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-implementation-cmake/ros-rolling-rmw-implementation-cmake_7.11.1-1resolute.20260715.192219_amd64.deb Size: 8934 SHA256: eb09af5714f2ac6708726e7d2981f0615edb5c377221b4fea195675b82d7894e SHA1: 2e78744e80ad309755815470b94abca699480bf3 MD5sum: 72ed4c4e93ba59be164fc21a076e6e12 Description: CMake functions which can discover and enumerate available implementations. Package: ros-rolling-rmw-implementation-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-implementation Version: 3.2.1-1resolute.20260821.154603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 174 Depends: ros-rolling-rmw-implementation (= 3.2.1-1resolute.20260821.154603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-implementation/ros-rolling-rmw-implementation-dbgsym_3.2.1-1resolute.20260821.154603_amd64.deb Size: 137760 SHA256: afc54813f3af23d5ddb183d599e86ad49bd97c2e1cc88652eb5cb52ba5b88cc1 SHA1: f348dd3a256e1e19c7a1d785e5513ecf2f4a67b7 MD5sum: 21f5d09f7d3156a8890d444c5cabf710 Description: debug symbols for ros-rolling-rmw-implementation Build-Ids: 4cbb55427e2668094161844356607f6d2c516cf8 Package: ros-rolling-rmw-int2dds-cpp Version: 0.1.1-1resolute.20260828.184801 Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 533 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-int2dds-ffi-vendor, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-dds-common, ros-rolling-rosidl-dynamic-typesupport, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-cpp, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/IntellectusCorp/int2DDS Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-int2dds-cpp/ros-rolling-rmw-int2dds-cpp_0.1.1-1resolute.20260828.184801_amd64.deb Size: 152110 SHA256: 5d080762ce5877b40050e0e60780ad9d50bd2f536b96f26c1ee44c8abf76761e SHA1: db38bcbbe5cddd6e77d70a79170abc8324f8e700 MD5sum: fde2720bf8cf30095e87ddf6fb7b252d Description: ROS 2 middleware (RMW) implementation that binds the int2DDS DDS/RTPS middleware to the ROS 2 rmw interface. Package: ros-rolling-rmw-int2dds-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-int2dds-cpp Version: 0.1.1-1resolute.20260828.184801 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 2687 Depends: ros-rolling-rmw-int2dds-cpp (= 0.1.1-1resolute.20260828.184801) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-int2dds-cpp/ros-rolling-rmw-int2dds-cpp-dbgsym_0.1.1-1resolute.20260828.184801_amd64.deb Size: 2481584 SHA256: abf3f7370cf198d8d5a7e3fc5a3d98a755f0b3eb639d7a7b878fc4340f9964ee SHA1: c9dafe5dbcf4a4041eb223ff6e6db9a0647bbd9c MD5sum: 38fe5311f0ef8e6f8471d86037867a45 Description: debug symbols for ros-rolling-rmw-int2dds-cpp Build-Ids: 0f9f8a124670cd4c48fb8e97bbb42621df5c3ec8 63aa33e034d1d5823c539559074ab9fe3b2f9279 ad3f0f2acde9f2a1bdfe5b67b307336876b24a31 c6d0f614a50a9cc7b772cf708317d712e51895ef Package: ros-rolling-rmw-int2dds-validation Version: 0.1.1-1resolute.20260828.185027 Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 5163 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-diagnostic-msgs, ros-rolling-geometry-msgs, ros-rolling-int2dds-ffi-vendor, ros-rolling-rcl, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-int2dds-cpp, ros-rolling-rosidl-dynamic-typesupport, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-typesupport-cpp, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-test-msgs, ros-rolling-ros-workspace Homepage: https://github.com/IntellectusCorp/int2DDS Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-int2dds-validation/ros-rolling-rmw-int2dds-validation_0.1.1-1resolute.20260828.185027_amd64.deb Size: 662728 SHA256: 682ea2aac26f39a261d3e6cf22ae92914454b501fa319501c761daed7563a742 SHA1: 6be519963500d5a4e507a7fb139fae6b44749b02 MD5sum: 0cfeecd7a2c43d82bb7970afb437f266 Description: rclcpp and rclpy validation probes for the int2DDS RMW implementation: QoS behaviour checks (durability, history depth, deadline, liveliness, lifespan), content-filtered topic lifecycle, executor callback smoke checks and latency/throughput/readiness measurements. These live outside rmw_int2dds_cpp on purpose. rclcpp sits above the RMW layer (rclcpp -> rcl -> rmw_implementation -> rmw_int2dds_cpp through the rmw_implementation_packages group), so an RMW implementation that depended on rclcpp would close a build dependency cycle. No upstream RMW does it; ros2/rmw_zenoh keeps its rclcpp-based checks in test_rmw_zenoh_cpp for the same reason. Package: ros-rolling-rmw-int2dds-validation-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-int2dds-validation Version: 0.1.1-1resolute.20260828.185027 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jungsup Lee" Installed-Size: 27226 Depends: ros-rolling-rmw-int2dds-validation (= 0.1.1-1resolute.20260828.185027) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-int2dds-validation/ros-rolling-rmw-int2dds-validation-dbgsym_0.1.1-1resolute.20260828.185027_amd64.deb Size: 22775952 SHA256: 23fa771e5be873e8abe5ee516656e545814efafc41294fbee73acbe500a2949b SHA1: 53f90f2f6b1cef8fb41012131577798a369ae2a9 MD5sum: 4200444c4c71dedc04a6d8f64a55af1d Description: debug symbols for ros-rolling-rmw-int2dds-validation Build-Ids: 0a9da7056e93d932ebfd37ec34e13a2ea6314928 415419a81b20d57e8493ab522dca705fd68be70a 466e75f6ad1096bcb3398f03f277011ccee08489 4ee2819baced1d2ca956a0cb6515ed58a5b53bf5 57522bc47051ae8899f75c3d49773b17a6773fcc 73d7671199e53746e8cd9a2947b433af6e3ec0ac 7bc41f2f88bdd151e52939a090f03aefbe1eaee5 97c6383f85f456243d24af7ee7d86e7a2b8c01c2 9853c129bc200a1af90e850b49784d3e1524141a b89f61aeb3ef7ce3f09de37b216a1f5203629eb9 bcca2f08a27179669d974155f88022f65f152b7f c2d5a3a2895ad85ef7681f36196a2f6190e802f2 cab7cb8e40a25bb94e44ff823f36141841eb1c4a d32e82605b00b990f7a4277c4fb306e9638fdd11 df5e24bb156d053a654d6448de6eda8123353797 dfd33a608d397a979df42cede01163d8a83d26d5 fb7d449916a96537460a56e38ebd24796dd78e2f ff60c6804c2b4414128094941d73162cc81c1ce7 Package: ros-rolling-rmw-security-common Version: 7.11.1-1resolute.20260715.192243 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 123 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_security_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-security-common/ros-rolling-rmw-security-common_7.11.1-1resolute.20260715.192243_amd64.deb Size: 26450 SHA256: a5237c7d878b58854043698fbdf25ef88bbdb5407089d9168a196c7f95430638 SHA1: 24c256fb34138da0e24e42620e3001d2b5e905f2 MD5sum: 5322e1cf7d698be6aa81bf7000f78db7 Description: Define a common rmw secutiry utils Package: ros-rolling-rmw-security-common-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-security-common Version: 7.11.1-1resolute.20260715.192243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 262 Depends: ros-rolling-rmw-security-common (= 7.11.1-1resolute.20260715.192243) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-security-common/ros-rolling-rmw-security-common-dbgsym_7.11.1-1resolute.20260715.192243_amd64.deb Size: 234916 SHA256: 9c5e0181a5cf02a687314035e01b197b3c57394e47a929c57fe18baca1392cc5 SHA1: d1c406144df6d49a8a9189d9c9bc484e864b1091 MD5sum: 3693dbb4377a9664991eaba00d301611 Description: debug symbols for ros-rolling-rmw-security-common Build-Ids: ed97cfce086832720f64af16f34fae60bf900c89 Package: ros-rolling-rmw-stats-shim Version: 0.2.3-2resolute.20260811.205359 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 126 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-rosgraph-monitor-msgs, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_stats_shim/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-stats-shim/ros-rolling-rmw-stats-shim_0.2.3-2resolute.20260811.205359_amd64.deb Size: 30878 SHA256: 91ac2edb0606ea57ddba8d4f76e63340983ba0c72463a9a588123b544a226d8f SHA1: 6b6ffa20e4c703136d1ed591975bf5df95a0a8fc MD5sum: 2f2d1a9e754bfa12732e6d5b128abf77 Description: Partial RMW shim library to instrument RMW API calls Package: ros-rolling-rmw-stats-shim-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-stats-shim Version: 0.2.3-2resolute.20260811.205359 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 322 Depends: ros-rolling-rmw-stats-shim (= 0.2.3-2resolute.20260811.205359) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-stats-shim/ros-rolling-rmw-stats-shim-dbgsym_0.2.3-2resolute.20260811.205359_amd64.deb Size: 294642 SHA256: eabb6cc92470e86930214b9c5e92cb174df7bc6358119173477411f532d73ec3 SHA1: 9480ad4c4afa9aa14bc918831bb93db32fc01f41 MD5sum: 257a6945ae4cd7ff5cdcc44606f2e056 Description: debug symbols for ros-rolling-rmw-stats-shim Build-Ids: 0188bfd50893958e5f259d7613380390520db2ae Package: ros-rolling-rmw-test-fixture Version: 0.16.0-1resolute.20260715.192305 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 61 Depends: ros-rolling-rmw, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_test_fixture/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-test-fixture/ros-rolling-rmw-test-fixture_0.16.0-1resolute.20260715.192305_amd64.deb Size: 9466 SHA256: e55fbf70cb9547be615bc3ea1f1c2ae54448a90b2830f969653481286fb15a68 SHA1: 3fe91760adb79b9dfba3b64d4fb51ab1cbb0399e MD5sum: 3c5974420c272789416ba6ae75a6158c Description: Plugin interface for tools for isolating ROS communication at the RMW layer Package: ros-rolling-rmw-test-fixture-implementation Version: 0.16.0-1resolute.20260821.155519 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 136 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-test-fixture, ros-rolling-rpyutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_test_fixture_implementation/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-test-fixture-implementation/ros-rolling-rmw-test-fixture-implementation_0.16.0-1resolute.20260821.155519_amd64.deb Size: 22304 SHA256: d079282e27fde24690877f853c0afea3fe98d09fe5213d10297b04dd72a95710 SHA1: 80bf9046b2e041da19a037325b4abc05f40715fc MD5sum: 5b02b99b8748a008ed443085a316d6d1 Description: Tools for isolating ROS environments at the RMW layer Package: ros-rolling-rmw-test-fixture-implementation-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-test-fixture-implementation Version: 0.16.0-1resolute.20260821.155519 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 136 Depends: ros-rolling-rmw-test-fixture-implementation (= 0.16.0-1resolute.20260821.155519) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-test-fixture-implementation/ros-rolling-rmw-test-fixture-implementation-dbgsym_0.16.0-1resolute.20260821.155519_amd64.deb Size: 93906 SHA256: 4be81c1744b8812a96a792c97377b888650732f7e39758b2fcbf7e7d3b0327c2 SHA1: 6542ae2e7e79a7267cbf09d7b6059ac40971acce MD5sum: 8698ae4a18ea17f3280c57a204501827 Description: debug symbols for ros-rolling-rmw-test-fixture-implementation Build-Ids: 100fbaae3a32a53cdfc5218b40eab472343d370e 26ee67b68bee388c892c312963b1315b299c0869 442c0d258ac2687ab5bafbad0b28089b4d1b2551 Package: ros-rolling-rmw-zenoh-cpp Version: 0.12.0-1resolute.20260728.171225 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 995 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-fastcdr, ros-rolling-ament-cmake-ros-core, ros-rolling-ament-index-cpp, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-test-fixture, ros-rolling-rosidl-buffer-backend-registry, ros-rolling-rosidl-typesupport-fastrtps-c, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-tracetools, ros-rolling-zenoh-cpp-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rmw_zenoh_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-zenoh-cpp/ros-rolling-rmw-zenoh-cpp_0.12.0-1resolute.20260728.171225_amd64.deb Size: 322746 SHA256: 34f734c239f0b912c8569cc97afc4abf114a0ed4b03b811817fac233ad9444cc SHA1: c04025bd751b361641535450097ee62567b02466 MD5sum: 4efb3b679ec345065bda938d992c1c38 Description: A ROS 2 middleware implementation using zenoh-cpp Package: ros-rolling-rmw-zenoh-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rmw-zenoh-cpp Version: 0.12.0-1resolute.20260728.171225 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 8227 Depends: ros-rolling-rmw-zenoh-cpp (= 0.12.0-1resolute.20260728.171225) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rmw-zenoh-cpp/ros-rolling-rmw-zenoh-cpp-dbgsym_0.12.0-1resolute.20260728.171225_amd64.deb Size: 7926026 SHA256: fa6c873e414c1ad873b4ab8552f365641b732921ca899dbe02585076e9d47f94 SHA1: 346cd048676b14f55e608a41abe13a4a5e492024 MD5sum: 5078b7c97707df0a977d51dbe6d68843 Description: debug symbols for ros-rolling-rmw-zenoh-cpp Build-Ids: 6c8e9b87c47d0bd07f981ffe6d8dcc7c1edd7975 a769b79655eca2c244ed7ad31084263799310d1a f5886df7e1068a04194f4dfbe1228fff42a3a61c Package: ros-rolling-roboplan Version: 0.6.1-1resolute.20260825.034135 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 1914 Depends: libc6 (>= 2.35), libgcc-s1 (>= 3.3.1), liboctomap1.10 (>= 1.10.0+dfsg), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-urdfdom, libeigen3-dev, libexpected-dev, libtinyxml2-dev, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan/ros-rolling-roboplan_0.6.1-1resolute.20260825.034135_amd64.deb Size: 500020 SHA256: aa4a3701d8e2e40b96adeccd56c8ee7bdfa22ed5476f392bcc5e5a257ea28e6a SHA1: 86d1287ec70e13497244459d828e4db27a77924e MD5sum: fc706a36ae049049121d58155268b53a Description: Core types, scene representation, and utilities for RoboPlan. Package: ros-rolling-roboplan-cartesian-planning Version: 0.6.1-1resolute.20260828.184912 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 402 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-roboplan, ros-rolling-roboplan-oink, ros-rolling-roboplan-toppra, ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-cartesian-planning/ros-rolling-roboplan-cartesian-planning_0.6.1-1resolute.20260828.184912_amd64.deb Size: 119696 SHA256: 0d4f0a80986b4235460199eaf3df26e7cfd3f5791e800183984a7166d013416b SHA1: d73070b66e43f0ebf792d8c7ceafadafe2d6c95c MD5sum: 1bfce8f007f8cb1f654ebd1a244e89f6 Description: Cartesian path planner for RoboPlan. Package: ros-rolling-roboplan-cartesian-planning-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-cartesian-planning Version: 0.6.1-1resolute.20260828.184912 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6195 Depends: ros-rolling-roboplan-cartesian-planning (= 0.6.1-1resolute.20260828.184912) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-cartesian-planning/ros-rolling-roboplan-cartesian-planning-dbgsym_0.6.1-1resolute.20260828.184912_amd64.deb Size: 6131618 SHA256: dced3cbadb1a3b937e947aafc0e47d1fa63efc1ddebfaaad5983ede1b26f95b6 SHA1: 695ac0426c002fb98e62afade418d934e2beb00d MD5sum: 13e79dabdc123abc736b6b95bf4ab2a4 Description: debug symbols for ros-rolling-roboplan-cartesian-planning Build-Ids: 70748b187caca2300c5b33604a0ddab8f08221f0 f8e21d8a5d520f76759daf4a1cc646e2997fa420 Package: ros-rolling-roboplan-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan Version: 0.6.1-1resolute.20260825.034135 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 24590 Depends: ros-rolling-roboplan (= 0.6.1-1resolute.20260825.034135) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan/ros-rolling-roboplan-dbgsym_0.6.1-1resolute.20260825.034135_amd64.deb Size: 23959350 SHA256: 7a4c9740ecf23273421c24d5e993377feeca11d6c29600699eb0fcb39f2c0485 SHA1: 5d04606c55c15cceb9b5fefeef06e38fa1ab4bc5 MD5sum: 62c6b6fbd2a46ddc3599e889e586e7a8 Description: debug symbols for ros-rolling-roboplan Build-Ids: 158a9b76726f99039c33c6b42395f61c38fe12f5 cd54e6d30a1d7aab13dbadfd6580d01fb8e33616 e29e44e7d54a3c3c1bb62b5d197de7b889a92a53 ec6938aedee16ee37215b220a69607268dfed7fe Package: ros-rolling-roboplan-example-models Version: 0.6.1-1resolute.20260824.235120 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 88502 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-example-models/ros-rolling-roboplan-example-models_0.6.1-1resolute.20260824.235120_amd64.deb Size: 22665358 SHA256: 528a7c631c9f2ed1ee7cdb73beb2e605e71c05235c78710823e6583c74e2bea8 SHA1: 8afcbe7d719d64dc8322c9318ab2657f073b2080 MD5sum: 70d74ff1cedf7ae5b94635be9dea3575 Description: Robot descriptions for RoboPlan testing and examples. Package: ros-rolling-roboplan-example-models-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-example-models Version: 0.6.1-1resolute.20260824.235120 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 617 Depends: ros-rolling-roboplan-example-models (= 0.6.1-1resolute.20260824.235120) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-example-models/ros-rolling-roboplan-example-models-dbgsym_0.6.1-1resolute.20260824.235120_amd64.deb Size: 564906 SHA256: 85a0706f825905e21fe808ac2876d11b9b944acd33c7426ed9aaafb62e81ebf4 SHA1: c667cc96ab607fecd7a4a4d1ed1ef24a7e46ccca MD5sum: 1b97fa6a86029ecfdf7a59650ec390a5 Description: debug symbols for ros-rolling-roboplan-example-models Build-Ids: 7cc67e44a4b3a6ea28a5ce2cce88252770f2e26e c736d5130576ec2d610c626b5b881d97a6e66a87 Package: ros-rolling-roboplan-examples Version: 0.6.1-1resolute.20260828.185558 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 454 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-roboplan, ros-rolling-roboplan-cartesian-planning, ros-rolling-roboplan-example-models, ros-rolling-roboplan-oink, ros-rolling-roboplan-rrt, ros-rolling-roboplan-simple-ik, ros-rolling-roboplan-toppra, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-examples/ros-rolling-roboplan-examples_0.6.1-1resolute.20260828.185558_amd64.deb Size: 97346 SHA256: e9739b7ffae5e670b3e83ddad322e0d70f5e9f14c8c927b3e948829642705704 SHA1: 11b1851914f1e873b44871edd06756a2e94ec2eb MD5sum: 04d14b31f1cdfd48aebbdd0f50a1ed0b Description: Basic examples of RoboPlan. Package: ros-rolling-roboplan-examples-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-examples Version: 0.6.1-1resolute.20260828.185558 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 14486 Depends: ros-rolling-roboplan-examples (= 0.6.1-1resolute.20260828.185558) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-examples/ros-rolling-roboplan-examples-dbgsym_0.6.1-1resolute.20260828.185558_amd64.deb Size: 14557518 SHA256: 6c6849ec81cd481c312d137aca1079dc1756ee974efd5093a40ec9d6b017dbdb SHA1: 3b65309e7798ed2909546705c2e8f5782fe3eeb9 MD5sum: f2c944cc2836f9033250a822406922a3 Description: debug symbols for ros-rolling-roboplan-examples Build-Ids: 2f03687c419999f9aad3b20b44b014adcb9c7013 5c18763fc88b17b6d400d7b85065fdebeb8b7679 752a08c4690c5612543dffd67c2edb3c74dfe7ff 9014e3074fa8b0a0a7866e626ca99aa059a4ef35 991e6255fe65c490942239300097b558800b01bd Package: ros-rolling-roboplan-oink Version: 0.6.1-1resolute.20260825.035404 Architecture: amd64 Maintainer: "Sebastian Jahr" Installed-Size: 930 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-proxsuite, ros-rolling-roboplan, ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-oink/ros-rolling-roboplan-oink_0.6.1-1resolute.20260825.035404_amd64.deb Size: 287638 SHA256: eeb0db8c7529777c7b2b5069d8fc02c4621e3d6e5cfbdeedeee34642560ee9d4 SHA1: 32b0dd80f604b0491bbb9b313d1437ab38b60276 MD5sum: 4c2aac943a47bf028da4c99cf4289b40 Description: OInK - Optimal Inverse Kinematics solver for RoboPlan. Package: ros-rolling-roboplan-oink-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-oink Version: 0.6.1-1resolute.20260825.035404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Jahr" Installed-Size: 20064 Depends: ros-rolling-roboplan-oink (= 0.6.1-1resolute.20260825.035404) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-oink/ros-rolling-roboplan-oink-dbgsym_0.6.1-1resolute.20260825.035404_amd64.deb Size: 19982122 SHA256: 2a621430a1c7c23d870e26091cea0763988e8941e7388c8c61e56f84ab28eca7 SHA1: 1f56b7a6b8b000a04380033a11eb026727508083 MD5sum: 1d405322f531dcba91d4f8e2f4c174ab Description: debug symbols for ros-rolling-roboplan-oink Build-Ids: ba1eb9fff6751b748c185da2367ee57e9d936c47 cf77d852dbd0630447c84071554bb12cc573aafc Package: ros-rolling-roboplan-ros-cpp Version: 0.6.1-1resolute.20260825.035356 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 403 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-pinocchio, libeigen3-dev, ros-rolling-geometry-msgs, ros-rolling-roboplan, ros-rolling-rosidl-generator-cpp, ros-rolling-sensor-msgs, ros-rolling-tf2-eigen, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-ros-cpp/ros-rolling-roboplan-ros-cpp_0.6.1-1resolute.20260825.035356_amd64.deb Size: 135148 SHA256: 0e21efb47eeb14a243bc29f2278a1435faf402a3f709d4476f6e6277b1c49578 SHA1: 69524a7983c25095224b67f022d301c441b98ca9 MD5sum: b2202e75dbe839a944a3dfacfdbea62c Description: ROS 2 C++ bindings for the RoboPlan motion planning library. Package: ros-rolling-roboplan-ros-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-ros-cpp Version: 0.6.1-1resolute.20260825.035356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6392 Depends: ros-rolling-roboplan-ros-cpp (= 0.6.1-1resolute.20260825.035356) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-ros-cpp/ros-rolling-roboplan-ros-cpp-dbgsym_0.6.1-1resolute.20260825.035356_amd64.deb Size: 6328756 SHA256: cf2daad64fbe0f5c36c9e6d952e71093b730f9a9aea713b9fd731f0dc3ff99a3 SHA1: f175ec6f86796d5a6e5e6ffc2adca397cb22a9e6 MD5sum: a407172057bbbf96d00678165abc28cc Description: debug symbols for ros-rolling-roboplan-ros-cpp Build-Ids: d77ac7c0f614ebee325f8a167fa594ea539e7af7 e0e3ad3923153df6e6f4b3b469e66939f92ab6c8 Package: ros-rolling-roboplan-ros-py Version: 0.6.1-1resolute.20260825.041606 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 43 Depends: ros-rolling-builtin-interfaces, ros-rolling-rclpy, ros-rolling-roboplan, ros-rolling-roboplan-ros-cpp, ros-rolling-sensor-msgs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-ros-py/ros-rolling-roboplan-ros-py_0.6.1-1resolute.20260825.041606_amd64.deb Size: 8094 SHA256: e8d3bff296ae838c5ed81685601ee61f2bcce0b3fe0b90649c15847105e04dd7 SHA1: ab5b2726543223deeffce295cdde2807a3e7ea37 MD5sum: ec6750b21fc187d4b9267c172a33cff1 Description: ROS 2 Python bindings for the roboplan motion planning library. Package: ros-rolling-roboplan-ros-visualization Version: 0.6.1-1resolute.20260826.132946 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 345 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-ament-index-cpp, ros-rolling-geometry-msgs, ros-rolling-interactive-markers, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-roboplan, ros-rolling-roboplan-ros-cpp, ros-rolling-roboplan-simple-ik, ros-rolling-rviz2, ros-rolling-sensor-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://roboplan-ros.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-ros-visualization/ros-rolling-roboplan-ros-visualization_0.6.1-1resolute.20260826.132946_amd64.deb Size: 114992 SHA256: 4e58a825aa13962385d2ffc0d044da3b0dbfe04a3ce44e1859c65f2fb1256c40 SHA1: 07c5e9bed129226132355e3f8f804cb46235050a MD5sum: 0160ab514fc011f42b47a0d351353279 Description: ROS 2 visualization tools for the RoboPlan library. Package: ros-rolling-roboplan-ros-visualization-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-ros-visualization Version: 0.6.1-1resolute.20260826.132946 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 8381 Depends: ros-rolling-roboplan-ros-visualization (= 0.6.1-1resolute.20260826.132946) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-ros-visualization/ros-rolling-roboplan-ros-visualization-dbgsym_0.6.1-1resolute.20260826.132946_amd64.deb Size: 8367132 SHA256: 2ab1f4891a51ebc2d0361be57452883ca3e34266172827e309ca6ce24f37c4ad SHA1: adf0f49a807a4491d8c607be99441c512c94a1df MD5sum: 38ca3281a0ef32dabbf85c0a8b8b08c9 Description: debug symbols for ros-rolling-roboplan-ros-visualization Build-Ids: 3f52b0fa799c12518dbbdadb457b5181d185ffb5 4b0d0c4d2013d9427890c8ada673f098086fc680 Package: ros-rolling-roboplan-rrt Version: 0.6.1-1resolute.20260825.035408 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 851 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-roboplan, ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-rrt/ros-rolling-roboplan-rrt_0.6.1-1resolute.20260825.035408_amd64.deb Size: 253558 SHA256: 4676ea34e0d394dd9bc1a124a306bff40650b39cda69bbd30cbc139fa97abe02 SHA1: f9b4f8a7fd33be4289f6e86c05b47e7fb9c773bf MD5sum: fe373ee41e2d359b60612a4f29b1d4a5 Description: Rapidly-Exploring Random Tree (RRT) implementation for RoboPlan. Package: ros-rolling-roboplan-rrt-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-rrt Version: 0.6.1-1resolute.20260825.035408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 17576 Depends: ros-rolling-roboplan-rrt (= 0.6.1-1resolute.20260825.035408) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-rrt/ros-rolling-roboplan-rrt-dbgsym_0.6.1-1resolute.20260825.035408_amd64.deb Size: 17433574 SHA256: 9b7c9c13bde6de2afcf61ed22a0456adba80f5f593b05d8180b645e6de935fc5 SHA1: 76c810a06f48a9bad4c532633c6ce9c8deb4caf7 MD5sum: f401485be485f6ed186791b31f2b27c5 Description: debug symbols for ros-rolling-roboplan-rrt Build-Ids: 49d8bcffa83ea4a4354915fc0428939b6cc3e172 904d5da332b523e5b25349cb6e9b732fa66ea99a Package: ros-rolling-roboplan-simple-ik Version: 0.6.1-1resolute.20260825.035420 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 576 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-pinocchio, ros-rolling-roboplan, ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-simple-ik/ros-rolling-roboplan-simple-ik_0.6.1-1resolute.20260825.035420_amd64.deb Size: 170266 SHA256: 30f725537547af6b242e966051931168145be6ac0141e99136af3cd8db3cd6cf SHA1: 3f07f6edb4da332557ec54771d95c42ff23a5c80 MD5sum: 93703c023fa08d92f11a56c6e759f1f9 Description: Simple inverse kinematics solver for RoboPlan. Package: ros-rolling-roboplan-simple-ik-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-simple-ik Version: 0.6.1-1resolute.20260825.035420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 15772 Depends: ros-rolling-roboplan-simple-ik (= 0.6.1-1resolute.20260825.035420) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-simple-ik/ros-rolling-roboplan-simple-ik-dbgsym_0.6.1-1resolute.20260825.035420_amd64.deb Size: 15681646 SHA256: 3fc024565da4ce1ccbc4d18ae3bd1d79c83fa11fb82bf3a323ce481f9204c0ce SHA1: 8efe0b9d531f57ff15b8137102941b89055b12d9 MD5sum: 7959788ae22af3d8463b19edd62c50ea Description: debug symbols for ros-rolling-roboplan-simple-ik Build-Ids: 1b1d884769465b3b935eb01603fe71f473fa0ee2 f4ca0ff45968ed4762c5fdd78824b1f34ddef596 Package: ros-rolling-roboplan-toppra Version: 0.6.1-1resolute.20260828.184354 Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 338 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-coal, ros-rolling-roboplan, ros-rolling-toppra, ros-rolling-ros-workspace Homepage: https://roboplan.readthedocs.io Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-toppra/ros-rolling-roboplan-toppra_0.6.1-1resolute.20260828.184354_amd64.deb Size: 106334 SHA256: 3bd2e4278f471e134a0f53267821c50f8a3d5e0a00fd4c76ee2640d47a8cf1ac SHA1: df6b153b8e49c5722930c0064c74766b3f6373ac MD5sum: d609464a444f820c958fad903e15f9a8 Description: Time Optimal Path Parameterization based on Reachability Analysis (TOPP-RA) wrapper for RoboPlan. Package: ros-rolling-roboplan-toppra-dbgsym Package-Type: ddeb Source: ros-rolling-roboplan-toppra Version: 0.6.1-1resolute.20260828.184354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sebastian Castro" Installed-Size: 6491 Depends: ros-rolling-roboplan-toppra (= 0.6.1-1resolute.20260828.184354) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-roboplan-toppra/ros-rolling-roboplan-toppra-dbgsym_0.6.1-1resolute.20260828.184354_amd64.deb Size: 6472416 SHA256: 67168f35c6ac0edfc8b72593c1a1d35efb98831511300c684095eb82fbcbdaa1 SHA1: 0a2492f439cb88a92a8206daeb04f74963b9ec40 MD5sum: 3f583615b161b4693b148b3cbdcc6ccb Description: debug symbols for ros-rolling-roboplan-toppra Build-Ids: 52bd5c8dc8909344380bbc593bf7a7c847e0da48 bb1203a7902be768bcd6ad31e6b446c95c41a47f Package: ros-rolling-robot-calibration Version: 0.10.1-2resolute.20260821.174212 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 5170 Depends: libc6 (>= 2.34), libceres4t64 (>= 2.2.0+dfsg), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgoogle-glog0v6t64 (>= 0.6.0), libopencv-calib3d410 (>= 4.10.0+dfsg), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-geometric-shapes, libceres-dev, libgflags-dev, liborocos-kdl-dev, libprotobuf-dev, libprotoc-dev, libsuitesparse-dev, libtinyxml2-dev, libyaml-cpp-dev, protobuf-compiler, ros-rolling-camera-calibration-parsers, ros-rolling-control-msgs, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-kdl-parser, ros-rolling-moveit-msgs, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-robot-calibration-msgs, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-tinyxml2-vendor, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/robot_calibration Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration/ros-rolling-robot-calibration_0.10.1-2resolute.20260821.174212_amd64.deb Size: 975558 SHA256: 937b92dbe7c35856d8e681ae8f07db7910775dd006100b3d4710e6bbf6bf9989 SHA1: caa9f46154bd6c1e07041712dc6b0f5d4e8d428f MD5sum: 5464fc6c7b8410753c81ccfba4735f8e Description: Calibrate a Robot Package: ros-rolling-robot-calibration-dbgsym Package-Type: ddeb Source: ros-rolling-robot-calibration Version: 0.10.1-2resolute.20260821.174212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 34199 Depends: ros-rolling-robot-calibration (= 0.10.1-2resolute.20260821.174212) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration/ros-rolling-robot-calibration-dbgsym_0.10.1-2resolute.20260821.174212_amd64.deb Size: 30198442 SHA256: 80812aee04eac325046d58924db884035a34e4230747d78466a4743678aae55f SHA1: 2db53bce8eda4f3aaf655374dd816b484a3b96ac MD5sum: 5490f141b89932eb109ffeab2d816399 Description: debug symbols for ros-rolling-robot-calibration Build-Ids: 1900f36e56cc18aaa5283c6bc88db9cd9eaee3cb 3cb4c4f5f4c551ef7e417e0353d61a2e936e4c4f 4086faa7b8fea4f8d3cd9668bfdadf4326deabb3 4a5bafc0e2558d0a2d4304ba241aa0a7c0a3ff93 5cfebcc1806fde719595577f2b2f2ba6f3d844eb 91b585377750c6f0d15333afe45fe08e3b5cc8d7 a823ae219fee175b221c0d463c2e01681489eea2 f08b4bd371442c21603ae4e7f1f3642dd25ddf29 Package: ros-rolling-robot-calibration-msgs Version: 0.10.1-2resolute.20260811.205418 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2624 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-generators, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/robot_calibration_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration-msgs/ros-rolling-robot-calibration-msgs_0.10.1-2resolute.20260811.205418_amd64.deb Size: 205786 SHA256: 14a98b5ddccd8df7ebb7b6d9b7e35618a0055ad6cfbc4489cad5f32120ee2427 SHA1: b1a64b50400a654234492a447adef22c781d2b66 MD5sum: 5961a3df81f91c180e3f8f5304cac214 Description: Messages for calibrating a robot Package: ros-rolling-robot-calibration-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-robot-calibration-msgs Version: 0.10.1-2resolute.20260811.205418 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2064 Depends: ros-rolling-robot-calibration-msgs (= 0.10.1-2resolute.20260811.205418) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-calibration-msgs/ros-rolling-robot-calibration-msgs-dbgsym_0.10.1-2resolute.20260811.205418_amd64.deb Size: 1481260 SHA256: b4e950115298819f2b2e4c8795daa51e303eae1745cfaf7ac04f02e7a4fc1072 SHA1: 68b5bc5ba3153ed3e7339fd9475b74d640209296 MD5sum: 51ce6dbda549518d92b5cc26595fbb53 Description: debug symbols for ros-rolling-robot-calibration-msgs Build-Ids: 001166742ee2e552d02388801c84f2de96a4651c 637cb67bfae96f4e1ad92e88cdf6059f0fb7a2b9 84fd89203f181804732a7eff475fe0956f6e7057 8ecccddf0c36c1290305cd15061ce1b922560986 909913bd323888d861c7541184f39ad65032a2e3 a4998d81ff6838a2129a6099080343086798909d a7a95f76765c1de5497cac81c470949edbe223d6 ae8c6b4ff3d7acd72f66882711d474a127a3cba4 b12eb2bd8c22fb26e6057bd44fcf14c25ace2efe b475f9ec8362a52fe02ab8400c19d11aaf19885a d8267a21967c23b9f513ac126b059790c89c5c0a Package: ros-rolling-robot-localization Version: 3.10.1-1resolute.20260821.173940 Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 7701 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.50), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-fastcdr, libboost-dev, libeigen3-dev, libgeographiclib-dev, ros-rolling-angles, ros-rolling-builtin-interfaces, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-message-filters, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/robot_localization Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-localization/ros-rolling-robot-localization_3.10.1-1resolute.20260821.173940_amd64.deb Size: 945786 SHA256: ffad8214dd2d682273b794dc68129cd0dcab27277b74e72375312cda813ab2e0 SHA1: 359d7e6cd0048ef812e3cd69762f811e102a9051 MD5sum: 5cf32dc6bb794d4a48e68ac147a7c72d Description: Provides nonlinear state estimation through sensor fusion of an abritrary number of sensors. Package: ros-rolling-robot-localization-dbgsym Package-Type: ddeb Source: ros-rolling-robot-localization Version: 3.10.1-1resolute.20260821.173940 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tom Moore" Installed-Size: 26674 Depends: ros-rolling-robot-localization (= 3.10.1-1resolute.20260821.173940) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-localization/ros-rolling-robot-localization-dbgsym_3.10.1-1resolute.20260821.173940_amd64.deb Size: 22782432 SHA256: 85e2366b6b9d8d36c41c69da054116f7c07f73e37e0421337a74bfd96450ff6c SHA1: d370f1c6e81367a0325068a3c87c039fefbd804d MD5sum: d22df19369f38287beca3e0725cb4083 Description: debug symbols for ros-rolling-robot-localization Build-Ids: 03fc30711eeaec4e5035cf0844fdbc2041138656 0a12c54721dcf944f8f943ef37750fbccbbabdc9 20fa9156a3978561fb342e4c5dd8214b9ba8c4bf 211b0be2175ecb1fbe0b52d328594fc02aae3da4 213a4953333c233c84d191e62918ee70d6d61173 2218f812774eb57980baa1c3fa96faaee6ec6af2 4344514eb6e68418b4c8c22282145342196ab381 54755f1775eba69ce686ed173021c92e64c5144e 5aa6d8bda00fad5b3e1346fd2e8bea7f7a21653f 711535911077561bb93d448bcd54e8f5fc110b3c 991e5bb0c400266c2067b9ea6f2ea45ad137f10f ae7e2a2523544b70415126d1ca2b5a8faeed9fe3 cacca6c784f4868dfcf43cd73912830953021e47 f687eb778d7bc65db1b998f1a9fa9139e1c700b5 f8bccd267350a98574332adfc8cbeb02004e48be fad66faa3000889b6045bfbf4e603551c2b559b7 Package: ros-rolling-robot-state-publisher Version: 3.6.1-1resolute.20260821.172246 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 1160 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), liborocos-kdl-dev, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-kdl-parser, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2-ros, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/robot_state_publisher/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-state-publisher/ros-rolling-robot-state-publisher_3.6.1-1resolute.20260821.172246_amd64.deb Size: 206480 SHA256: 19aebb8a7879fbafe56ca718d399a4f0f682b9b3e349d15593fe4cb488ac6a4f SHA1: 4de941604ccfca0e655f0293a26f3322af26af4b MD5sum: 4aff863693a126c128980786ba81ccb7 Description: This package take the joint angles of a robot as input, and publishes the 3D poses of the robot links to tf2, using a kinematic tree model of the robot. Package: ros-rolling-robot-state-publisher-dbgsym Package-Type: ddeb Source: ros-rolling-robot-state-publisher Version: 3.6.1-1resolute.20260821.172246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 5214 Depends: ros-rolling-robot-state-publisher (= 3.6.1-1resolute.20260821.172246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robot-state-publisher/ros-rolling-robot-state-publisher-dbgsym_3.6.1-1resolute.20260821.172246_amd64.deb Size: 4190754 SHA256: 876d76ddf2446315ea9cc1d6753e0b6edd09d3b8bcbe9a20e1bd0287cdfca07c SHA1: 579233bcbc44cb9f926db68a2326c595fde544e6 MD5sum: 1676c59292cc851a95509b22bafdbca4 Description: debug symbols for ros-rolling-robot-state-publisher Build-Ids: 6d71cd4b9ac12d96a5a5d8883f78875d117e7bfd cfe7457fbbd3c38cf72eb3ab1f087c519c3e4c5e Package: ros-rolling-robotiq-description Version: 0.0.1-3resolute.20260826.133417 Architecture: amd64 Maintainer: Alex Moriarty Installed-Size: 3644 Depends: ros-rolling-joint-state-publisher-gui, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/robotiq_description/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotiq-description/ros-rolling-robotiq-description_0.0.1-3resolute.20260826.133417_amd64.deb Size: 785668 SHA256: 9ffb721a52b8ac0cf3e11f3b58734d9235f708138d2525b1c533acec7f2e0c86 SHA1: 7f17cc3713b0a145c272c0d24dbe65dddf9e37ac MD5sum: eb27ffa503f227ba7d64882d33aaf900 Description: URDF and xacro description package for the Robotiq gripper. Package: ros-rolling-robotraconteur Version: 1.2.8-1resolute.20260714.175518 Architecture: amd64 Maintainer: "John Wason" Installed-Size: 19952 Depends: libboost-chrono1.90.0 (>= 1.90.0), libboost-filesystem1.90.0 (>= 1.90.0), libboost-program-options1.90.0 (>= 1.90.0), libboost-random1.90.0 (>= 1.90.0), libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libssl3t64 (>= 3.0.0), libstdc++6 (>= 14), libbluetooth3, libboost-atomic1.83.0, libboost-chrono1.83.0t64, libboost-date-time1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-random1.83.0, libboost-regex1.83.0, libboost-system1.83.0, libboost-thread1.83.0, libdbus-1-dev, libssl-dev, libusb-1.0-0, python3-dev, python3-numpy, python3-setuptools, zlib1g-dev, ros-rolling-ros-workspace Homepage: http://robotraconteur.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur/ros-rolling-robotraconteur_1.2.8-1resolute.20260714.175518_amd64.deb Size: 4464158 SHA256: 8edf33ed0dca54206bfd13a20f54d27877d46077f8512a8084c05c4d51092755 SHA1: b2843dd7d4097b3cd567dcd6c3c0bd8799e774e7 MD5sum: eda9234d4f0afa19576e326f07ce1498 Description: The robotraconteur package Package: ros-rolling-robotraconteur-companion Version: 0.4.3-1resolute.20260714.185658 Architecture: amd64 Maintainer: "John Wason" Installed-Size: 18988 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-robotraconteur, libboost-atomic1.83.0, libboost-chrono1.83.0t64, libboost-date-time1.83.0, libboost-filesystem1.83.0, libboost-program-options1.83.0, libboost-random1.83.0, libboost-regex1.83.0, libboost-system1.83.0, libboost-thread1.83.0, libyaml-cpp-dev, ros-rolling-ros-workspace Homepage: http://robotraconteur.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur-companion/ros-rolling-robotraconteur-companion_0.4.3-1resolute.20260714.185658_amd64.deb Size: 2763656 SHA256: 8788cb977b477acb2b322519ec9cac33d42d07f0e76bdc1135fcb65d5a3b7df7 SHA1: 8fa501aa4894e4aa6cfb5cd219c811185ae50d28 MD5sum: c8d758180d9494c9376b3b640392c82f Description: Robot Raconteur Companion library for C++ Package: ros-rolling-robotraconteur-companion-dbgsym Package-Type: ddeb Source: ros-rolling-robotraconteur-companion Version: 0.4.3-1resolute.20260714.185658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 73733 Depends: ros-rolling-robotraconteur-companion (= 0.4.3-1resolute.20260714.185658) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur-companion/ros-rolling-robotraconteur-companion-dbgsym_0.4.3-1resolute.20260714.185658_amd64.deb Size: 61477160 SHA256: 3357693f49a482293ea72caadb56f70c192e74216c4840a33b342fa0848319ae SHA1: bda18a4aa8b85eabcf3abc8877717d3536936eac MD5sum: d779fa8bcd5cecdcf94426450992ba30 Description: debug symbols for ros-rolling-robotraconteur-companion Build-Ids: d4610cebd803052b48b984633fd8b5f9316e0d00 Package: ros-rolling-robotraconteur-dbgsym Package-Type: ddeb Source: ros-rolling-robotraconteur Version: 1.2.8-1resolute.20260714.175518 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "John Wason" Installed-Size: 79752 Depends: ros-rolling-robotraconteur (= 1.2.8-1resolute.20260714.175518) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robotraconteur/ros-rolling-robotraconteur-dbgsym_1.2.8-1resolute.20260714.175518_amd64.deb Size: 70526616 SHA256: d1eed0a164edd4aa8f3fead581cc62efd50c1848f90d8ac8c8279b7d9bb5d2b4 SHA1: bc31c264da399f6426eb34b1483186229fca2f49 MD5sum: 927af9b8e759fd79bd58523ddb175cdc Description: debug symbols for ros-rolling-robotraconteur Build-Ids: 847ac0f6a2b640304ce0af18337fd36224b04e8a b9484c179e618621807731bd1c39740b42892537 ccd1d83acc97427eadbcf2a1cf8aa384eba163e8 Package: ros-rolling-robstride-driver Version: 0.1.2-1resolute.20260828.183820 Architecture: amd64 Maintainer: "yamato" Installed-Size: 585 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-can-msgs, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robstride-driver/ros-rolling-robstride-driver_0.1.2-1resolute.20260828.183820_amd64.deb Size: 138800 SHA256: f0b9e2bae1d36d596cbc7e1621a8cbe78068b41ee265a9b552d1f15689ab23a1 SHA1: 91bc5021fba8be1f1206b156a0caa67fe683cc0b MD5sum: 177f9cee52f433480abbeeadddf8969c Description: RobStride private-CAN protocol, topic transport, motor lifecycle, and feedback library. Package: ros-rolling-robstride-driver-dbgsym Package-Type: ddeb Source: ros-rolling-robstride-driver Version: 0.1.2-1resolute.20260828.183820 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 2704 Depends: ros-rolling-robstride-driver (= 0.1.2-1resolute.20260828.183820) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robstride-driver/ros-rolling-robstride-driver-dbgsym_0.1.2-1resolute.20260828.183820_amd64.deb Size: 2309060 SHA256: f38f09bc96505ff1ca103b521a13fe01166fbe29d10d48284973988e7d57e696 SHA1: e776e75ba80d355ed81c926abd4b8600abdbd121 MD5sum: c9a75c57dd7452bc8f2d952a2c10eb4e Description: debug symbols for ros-rolling-robstride-driver Build-Ids: afb65784767beb2d2be708f87a508358f80c163a Package: ros-rolling-robstride-examples Version: 0.1.2-1resolute.20260828.184652 Architecture: amd64 Maintainer: "yamato" Installed-Size: 71 Depends: ros-rolling-ament-index-python, ros-rolling-controller-manager, ros-rolling-forward-command-controller, ros-rolling-joint-state-broadcaster, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-robot-state-publisher, ros-rolling-robstride-ros2-control, ros-rolling-ros2-socketcan, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robstride-examples/ros-rolling-robstride-examples_0.1.2-1resolute.20260828.184652_amd64.deb Size: 9938 SHA256: fc74e3dfde84bd62e699c1161c25ad7e1541595b4cb34b4f1225604b3ac99023 SHA1: 07e9d4554c1d61297113d29d7eae9113f357217d MD5sum: ae8f5d824499e6e2de8b577ea01704f8 Description: Ready-to-use Xacro profiles, ros2_control configuration, and launch examples for RobStride actuators. Package: ros-rolling-robstride-ros2 Version: 0.1.2-1resolute.20260828.184913 Architecture: amd64 Maintainer: "yamato" Installed-Size: 49 Depends: ros-rolling-robstride-driver, ros-rolling-robstride-examples, ros-rolling-robstride-ros2-control, ros-rolling-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robstride-ros2/ros-rolling-robstride-ros2_0.1.2-1resolute.20260828.184913_amd64.deb Size: 7238 SHA256: d5dec0af5e1533ced9fa7ae914791d4af2fc7f9e025a1b2a9046fcf7f1ce70bc SHA1: ffbeb853536504f5d8eb4393c166a6ee20a7abd0 MD5sum: bf061f54b2d149b4cd18477395622200 Description: Aggregate installation package for the RobStride driver, ros2_control component, and examples. Package: ros-rolling-robstride-ros2-control Version: 0.1.2-1resolute.20260828.184246 Architecture: amd64 Maintainer: "yamato" Installed-Size: 200 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-robstride-driver, ros-rolling-ros-workspace Homepage: https://github.com/s2015-turtle/robstride_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robstride-ros2-control/ros-rolling-robstride-ros2-control_0.1.2-1resolute.20260828.184246_amd64.deb Size: 55110 SHA256: eebdfaa669f7c9331ddbe55967d383ee5be405a8f79068a4b2852c45baa02155 SHA1: 4cbf2ead10086dd5c7f12a5925c91b16afe2dd0c MD5sum: b2050b0cb6d0b43bb4b25efd52997ecc Description: ros2_control SystemInterface for multi-axis RobStride private-CAN actuators. Package: ros-rolling-robstride-ros2-control-dbgsym Package-Type: ddeb Source: ros-rolling-robstride-ros2-control Version: 0.1.2-1resolute.20260828.184246 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "yamato" Installed-Size: 974 Depends: ros-rolling-robstride-ros2-control (= 0.1.2-1resolute.20260828.184246) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-robstride-ros2-control/ros-rolling-robstride-ros2-control-dbgsym_0.1.2-1resolute.20260828.184246_amd64.deb Size: 931512 SHA256: fc15560e462b749b520c8f55c10016e97c44d9cc08b11c70a7c057e2aad93397 SHA1: aa5edf7f11b5a74e7d84af6703a4f25551c6efe9 MD5sum: 023be78c8493cef05ee0aee6bb84a198 Description: debug symbols for ros-rolling-robstride-ros2-control Build-Ids: 78bf6ceccac63c9fd2808a3543c08ea348fdbf5b Package: ros-rolling-ros-babel-fish Version: 4.26.43-2resolute.20260821.171920 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1932 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ament-index-cpp, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rcpputils, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-cpp, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_babel_fish/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish/ros-rolling-ros-babel-fish_4.26.43-2resolute.20260821.171920_amd64.deb Size: 388136 SHA256: 77e097815cb4ed5bc3befa0f29ab65f5e160414db2deff461ee62b5f4c31ee6d SHA1: 069414e9da7d317439ebe808c3cbba264fc070b6 MD5sum: 72f68de9e726ae2b258d42b037f21403 Description: A runtime message handler for ROS. Allows subscription, publishing, calling of services and actions with messages known only at runtime as long as they are available in the local environment. Package: ros-rolling-ros-babel-fish-dbgsym Package-Type: ddeb Source: ros-rolling-ros-babel-fish Version: 4.26.43-2resolute.20260821.171920 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 8554 Depends: ros-rolling-ros-babel-fish (= 4.26.43-2resolute.20260821.171920) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish/ros-rolling-ros-babel-fish-dbgsym_4.26.43-2resolute.20260821.171920_amd64.deb Size: 7428462 SHA256: ee37c310a26abbff0974ad53d44ae725e72f91ac070e75dd134c6d3ecfe19f4e SHA1: c0c981c862deb1ab6a50013697fce07a7189fb78 MD5sum: 8dcb079ff8f9201141e08ef0a6c1851c Description: debug symbols for ros-rolling-ros-babel-fish Build-Ids: 0e47d0f8dd8f3c3fb8ac22ab15212f2fff8790de 6ad1c7e6a19cd232959eedefe8052ab59b371575 81582815edfbbad1a465b8cc80fde853a1f10dbc 85abc3f487bf7f76507f5fdf3fdf0cfb795da771 889cc96907e9fb01399c18f113d3cffb204ada06 d34c46a00c4c4f243973e26d4e562138af0a36d7 e46c9436de508cdd4ec7e0ab15aeeed2e58da856 Package: ros-rolling-ros-babel-fish-test-msgs Version: 4.26.43-2resolute.20260811.203759 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2728 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_babel_fish_test_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-test-msgs/ros-rolling-ros-babel-fish-test-msgs_4.26.43-2resolute.20260811.203759_amd64.deb Size: 243396 SHA256: 2d4526fd127ebf78c83a5018e540845b9247e000392259fbb8f5372ff22717af SHA1: 682970bd221c713cb3f6281c66e9e9b67400b80e MD5sum: fcc6db02db1b9a243f9c5f0ba2454c33 Description: Test messages for the ros_babel_fish project tests. Package: ros-rolling-ros-babel-fish-test-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ros-babel-fish-test-msgs Version: 4.26.43-2resolute.20260811.203759 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 2247 Depends: ros-rolling-ros-babel-fish-test-msgs (= 4.26.43-2resolute.20260811.203759) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-test-msgs/ros-rolling-ros-babel-fish-test-msgs-dbgsym_4.26.43-2resolute.20260811.203759_amd64.deb Size: 1675030 SHA256: 4bd26e81cabb45e7fb49fb3322ea3ca40f494252fd2a204af6a8e3affdbd5b3c SHA1: 390223b3e614d501a3c4b62d40433d07c22f6c39 MD5sum: 7e39bed513ebb85a883d3728ff362c90 Description: debug symbols for ros-rolling-ros-babel-fish-test-msgs Build-Ids: 0c71ff9295bee946baa1f5a8af89cac8af0b58e5 0dfba80842349fd821c64eeda82f8f378d07f501 14aff679d69a139dabf5588fba1f8abd6e606c68 2587467f56690ad9d1add8dd411c6c2e5d307b11 7f8aa91ac3d61fcbf9af9d76832b3cd15eda43f4 81fa74bd181febf089dc8d2bd05d657b73060a7a 98fef708d7f435dc0678b878d3a1a24de0c040c3 ac873f273c3378e21d47f7d90b00b4d7cdc68ba1 b040077c6d3daac1418d13b854b735db130f2085 c27270ecee3be88a339a1c491d9bdbc6680eba67 eaba3d39f3d7f6a3dd32c7d78427b731a73cb79c Package: ros-rolling-ros-babel-fish-tools Version: 4.26.43-2resolute.20260821.172702 Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1374 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-rclcpp, ros-rolling-ros-babel-fish, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://github.com/StefanFabian/ros_babel_fish Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-tools/ros-rolling-ros-babel-fish-tools_4.26.43-2resolute.20260821.172702_amd64.deb Size: 208144 SHA256: 9c4c51923ed87343623a61af5d450903e1dbb6ede7f0fd1bce270c6e4ac64d0b SHA1: 6a60215167b513694855b1a3efe87f923d1c08c6 MD5sum: ae2878f38eb906896525494eab6decaf Description: Tooling for ROS 2 built on ros_babel_fish. Provides header-only JSON and YAML serialization for dynamic messages and a CLI tool to echo topics. Package: ros-rolling-ros-babel-fish-tools-dbgsym Package-Type: ddeb Source: ros-rolling-ros-babel-fish-tools Version: 4.26.43-2resolute.20260821.172702 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Stefan Fabian Installed-Size: 1492 Depends: ros-rolling-ros-babel-fish-tools (= 4.26.43-2resolute.20260821.172702) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-babel-fish-tools/ros-rolling-ros-babel-fish-tools-dbgsym_4.26.43-2resolute.20260821.172702_amd64.deb Size: 1332898 SHA256: 07e535d13069fdf99eb19be12272ea26866781376e662bb16636d70f4d483323 SHA1: 75ee50a46ccb82a6d16d692fb2b342a94ba39373 MD5sum: e6e00b697261986ff207e7469a7b6520 Description: debug symbols for ros-rolling-ros-babel-fish-tools Build-Ids: 5c885586c79ac7a1f41f00f157a81eea5253df27 Package: ros-rolling-ros-base Version: 0.13.0-2resolute.20260821.184246 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 45 Depends: ros-rolling-geometry2, ros-rolling-kdl-parser, ros-rolling-robot-state-publisher, ros-rolling-ros-core, ros-rolling-rosbag2, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_base/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-base/ros-rolling-ros-base_0.13.0-2resolute.20260821.184246_amd64.deb Size: 5814 SHA256: 0e71f047990cee257c1cfd51021339620de5ce7f713367b549d62a0782a04846 SHA1: 969b25748b07d01d6bb499ac36f08a5706e9b702 MD5sum: 9d3ef9f4ff463e4b899ee69c66aa9cfe Description: A package which extends 'ros_core' and includes other basic functionalities like tf2 and urdf. Package: ros-rolling-ros-core Version: 0.13.0-2resolute.20260821.181946 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 46 Depends: ros-rolling-ament-cmake, ros-rolling-ament-cmake-auto, ros-rolling-ament-cmake-gmock, ros-rolling-ament-cmake-gtest, ros-rolling-ament-cmake-pytest, ros-rolling-ament-cmake-ros, ros-rolling-ament-index-cpp, ros-rolling-ament-index-python, ros-rolling-ament-lint-auto, ros-rolling-ament-lint-common, ros-rolling-class-loader, ros-rolling-common-interfaces, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-launch-testing, ros-rolling-launch-testing-ament-cmake, ros-rolling-launch-testing-ros, ros-rolling-launch-xml, ros-rolling-launch-yaml, ros-rolling-pluginlib, ros-rolling-rcl-lifecycle, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-lifecycle, ros-rolling-rclpy, ros-rolling-ros-environment, ros-rolling-ros2cli-common-extensions, ros-rolling-ros2launch, ros-rolling-rosidl-default-generators, ros-rolling-rosidl-default-runtime, ros-rolling-sros2, ros-rolling-sros2-cmake, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_core/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-core/ros-rolling-ros-core_0.13.0-2resolute.20260821.181946_amd64.deb Size: 6334 SHA256: 602017a4b80960fd7fddc0203f19cd9bd227d46ed20203359e2d85b49c7fa890 SHA1: 657b802b76880f7b5c92f3d204d7ab7aed72dc6f MD5sum: 695054349254508bd6937c9d6b7ec70b Description: A package to aggregate the packages required to use publish / subscribe, services, generate messages and other core ROS concepts. Package: ros-rolling-ros-environment Version: 5.0.0-1resolute.20260714.174124 Architecture: amd64 Maintainer: Steven! Ragnarök Installed-Size: 53 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_environment/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-environment/ros-rolling-ros-environment_5.0.0-1resolute.20260714.174124_amd64.deb Size: 6296 SHA256: e999ef917427ec4b4511a41b075cbd2943e1a56bd26bf867475af69237cef31b SHA1: ea42e4130461e529e9e15f365cce24e4aec98ce4 MD5sum: 39cce56c045cf7f0c8be78cfbc435c00 Description: The package provides the environment variables `ROS_VERSION` and `ROS_DISTRO`. Package: ros-rolling-ros-gz Version: 4.0.0-1resolute.20260826.161108 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 45 Depends: ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-sim, ros-rolling-ros-gz-sim-demos, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_gz/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz/ros-rolling-ros-gz_4.0.0-1resolute.20260826.161108_amd64.deb Size: 6410 SHA256: 7de6ede57c1f9afbf92b0e81f95a35e0f6078daed0bb06a5b47d15b3a14976fc SHA1: 312303a05b7b46500a7e99df09bac36a2a353384 MD5sum: ec9762177862f45f9f4cab731b5a793a Description: Meta-package containing interfaces for using ROS 2 with Gazebo simulation. Package: ros-rolling-ros-gz-bridge Version: 4.0.0-1resolute.20260826.124600 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 20321 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-gz-msgs-vendor, ros-rolling-gz-transport-vendor, ros-rolling-actuator-msgs, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-marine-acoustic-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-ros-gz-interfaces, ros-rolling-rosgraph-msgs, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2-msgs, ros-rolling-trajectory-msgs, ros-rolling-vision-msgs, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_gz_bridge/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-bridge/ros-rolling-ros-gz-bridge_4.0.0-1resolute.20260826.124600_amd64.deb Size: 2043032 SHA256: 40986126fb4c70e9391c3a18ea1cfd9986d6f87d6d3de4679bf5877aef878813 SHA1: 52916b23b43e550cc4f3ebf48dcc09ab8dbe30c3 MD5sum: 85bd0a8a76c22914630f9f238df7c6c8 Description: Bridge communication between ROS and Gazebo Transport Package: ros-rolling-ros-gz-bridge-dbgsym Package-Type: ddeb Source: ros-rolling-ros-gz-bridge Version: 4.0.0-1resolute.20260826.124600 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 88317 Depends: ros-rolling-ros-gz-bridge (= 4.0.0-1resolute.20260826.124600) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-bridge/ros-rolling-ros-gz-bridge-dbgsym_4.0.0-1resolute.20260826.124600_amd64.deb Size: 66000528 SHA256: 4aac7520bb9cfae7a1690e2aad0d8fd4a67ae10aceadcf1295af2295c55fb3b6 SHA1: 2d8ca1d080ee57a813fbc2ed6b411e96d5f4f2f5 MD5sum: 20631a15763419464bde966451ad3499 Description: debug symbols for ros-rolling-ros-gz-bridge Build-Ids: 0c19a83edb3676a3fbf31b9b34a0fa853bc6d4aa 7f07206011eadf031a0723b1606e7f7bdf49eabf b9bbc9bbce8e5f974d80b5b5a7edfc9dfbbad585 cdcc086fb8f1c715078515bef8f38d6b9df5d47c fab6e8be247da0a0de67a60ac1b15e8963181e20 Package: ros-rolling-ros-gz-image Version: 4.0.0-1resolute.20260826.131957 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 134 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), ros-rolling-gz-msgs-vendor, ros-rolling-gz-transport-vendor, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-ros-gz-bridge, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_gz_image/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-image/ros-rolling-ros-gz-image_4.0.0-1resolute.20260826.131957_amd64.deb Size: 35772 SHA256: 557537290fa131da7403b6198df3ad0ef1d1fa82cffb95eb75b671b75b0b4209 SHA1: 9bb39b5464a6e45dec7f93f11f32a0c8836eb58a MD5sum: 8ade0ca2aae2236866cc5e67ac98776f Description: Image utilities for Gazebo simulation with ROS. Package: ros-rolling-ros-gz-image-dbgsym Package-Type: ddeb Source: ros-rolling-ros-gz-image Version: 4.0.0-1resolute.20260826.131957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 686 Depends: ros-rolling-ros-gz-image (= 4.0.0-1resolute.20260826.131957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-image/ros-rolling-ros-gz-image-dbgsym_4.0.0-1resolute.20260826.131957_amd64.deb Size: 640736 SHA256: 3915dba1cf569fdd8217f0f56386bca66abd197d6724c23c3865d5af7d596fde SHA1: 675fb08329b42ebadabe4d388990d5f52ae6fb8a MD5sum: 9dd884c4c93076cc25310d9dcf6fac42 Description: debug symbols for ros-rolling-ros-gz-image Build-Ids: af3484d20aba8e2ea00a5a0aab91c4d346c0e27f Package: ros-rolling-ros-gz-interfaces Version: 4.0.0-1resolute.20260811.203951 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5953 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rcl-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_gz_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-interfaces/ros-rolling-ros-gz-interfaces_4.0.0-1resolute.20260811.203951_amd64.deb Size: 451358 SHA256: 1713706429b5b1915ceab90307bd2d5abe0fa0b96b96492574edea42b3edcb58 SHA1: f4504baf7b052de93c11f8af2540ce5db90236f9 MD5sum: 085f337ee04d16fc1f4f662d4cf0e082 Description: Message and service data structures for interacting with Gazebo from ROS2. Package: ros-rolling-ros-gz-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-ros-gz-interfaces Version: 4.0.0-1resolute.20260811.203951 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 5281 Depends: ros-rolling-ros-gz-interfaces (= 4.0.0-1resolute.20260811.203951) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-interfaces/ros-rolling-ros-gz-interfaces-dbgsym_4.0.0-1resolute.20260811.203951_amd64.deb Size: 4132852 SHA256: b6e2f14021b212f31903ea4b4850511b6f8211bfd56140f596983459db9c9a0b SHA1: dbc24a4ed4393ac24dd564dd974c36316ec3a250 MD5sum: d77331639134ae2051b233659212b851 Description: debug symbols for ros-rolling-ros-gz-interfaces Build-Ids: 15326663436609d6a7e2e4e46887d09110efc2cb 35c6cd6aaa9fce33a329058df1331bc137c76564 736667caf2d53c99167930a6dd13b3905110f248 820959d8cd2b18e870ab64dc18d47a7accc780de 837a6e7c8346c30908aec518c5d3555e7a5b941c 8d53c6ad4e6f210469c5bbaf00e2a394e110cb69 98090fe1962cec6ba9b637fae04a0d8e988d1dad d809f19f06a3e3da317f17fc87f3d596a2df5b00 de96326b4383765118f9affd822fec8cb41dfdf3 fab1208587aa04e15b99793e1c5107ef1cd4cb54 ff4549ef7d1189446e718a67b1328b368293258e Package: ros-rolling-ros-gz-sim Version: 4.0.0-1resolute.20260826.152116 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4200 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgflags2.2 (>= 2.2.2), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 14), ros-rolling-gz-common-vendor, ros-rolling-gz-msgs-vendor, ros-rolling-gz-sim-vendor, ros-rolling-gz-transport-vendor, ros-rolling-sdformat-vendor, libcli11-dev, libgflags-dev, ros-rolling-ament-index-python, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-gz-math-vendor, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-ros-gz-interfaces, ros-rolling-ros2pkg, ros-rolling-simulation-interfaces, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_gz_sim/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim/ros-rolling-ros-gz-sim_4.0.0-1resolute.20260826.152116_amd64.deb Size: 791738 SHA256: b37399e1874b43d112789364e96f35c183cc40eb0c917c86de004f50063b41a0 SHA1: b93a2f3b1349c52d50d48b07853fb3bd529450cd MD5sum: b53be7c1f70428c2b56e65d124980ab0 Description: Tools for using Gazebo Sim simulation with ROS. Package: ros-rolling-ros-gz-sim-dbgsym Package-Type: ddeb Source: ros-rolling-ros-gz-sim Version: 4.0.0-1resolute.20260826.152116 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 25798 Depends: ros-rolling-ros-gz-sim (= 4.0.0-1resolute.20260826.152116) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim/ros-rolling-ros-gz-sim-dbgsym_4.0.0-1resolute.20260826.152116_amd64.deb Size: 23721762 SHA256: 45bbeb131b42016564e14c0cd668ae0e637ad720ea32839106e0a7a7ab2271db SHA1: 16986debe36053d599d58349616de4b59e30f3da MD5sum: eec03ff12a5f2071c6e75e19116d6f80 Description: debug symbols for ros-rolling-ros-gz-sim Build-Ids: 09d4a4428cd1e06aa9c96b6b801504031ddc21e2 36fce9a47244fbd087a2fd9431dacedc3698ea0a 4179a44c55a4b561f6623783184a054a4904ca68 4ef714d9d81a490529fb9b0a4a5fcbfa90dbd6b7 8847a754257d9a03b4b54e622f373b610b0e7fa6 9d588cdad573c9ccbe0696adffed64cf6844698a a33c4071c903ebbe36be947084be2d52376885dd d5b2bd258a403402e2678a42b5f657288841cf6a e8033ae12c1d1007a67c313fe55b565457abcb4f f3433dbf6dd1bf14a0a41341fe0464e303e4c5a3 f8c5566c69a018f087dd6d4a20e356915e7e3b05 Package: ros-rolling-ros-gz-sim-demos Version: 4.0.0-1resolute.20260826.155532 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 1261 Depends: ros-rolling-gz-sim-vendor, ros-rolling-image-transport-plugins, ros-rolling-marine-acoustic-msgs, ros-rolling-robot-state-publisher, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-sim, ros-rolling-rqt-image-view, ros-rolling-rqt-plot, ros-rolling-rqt-topic, ros-rolling-rviz-imu-plugin, ros-rolling-rviz2, ros-rolling-sdformat-urdf, ros-rolling-tf2-ros, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_gz_sim_demos/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-gz-sim-demos/ros-rolling-ros-gz-sim-demos_4.0.0-1resolute.20260826.155532_amd64.deb Size: 922476 SHA256: 5ba9ef48d626d1b13eebe1840af909ed5e1032da33869c36d3e14250dac86902 SHA1: 6b5b66402014564849e055822b8a887acc76dc94 MD5sum: 0189790ffa8b59fab4c119fd594ac6fc Description: Demos using Gazebo Sim simulation with ROS. Package: ros-rolling-ros-industrial-cmake-boilerplate Version: 0.7.5-1resolute.20260821.153703 Architecture: amd64 Maintainer: "Levi Armstrong" Installed-Size: 140 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_industrial_cmake_boilerplate/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-industrial-cmake-boilerplate/ros-rolling-ros-industrial-cmake-boilerplate_0.7.5-1resolute.20260821.153703_amd64.deb Size: 23920 SHA256: f27ce25380bbfda51a182bcda3013f02c2685caf9999a4c6e3015cdf4e9f3faa SHA1: bacba35f2051ed3a350b47081f2fae665908d0c4 MD5sum: 92e30af2d01466f5d692c2e917d46320 Description: Contains boilerplate cmake script, macros and utils Package: ros-rolling-ros-snapd-interfaces Version: 0.0.1-1resolute.20260811.203316 Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 2072 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_snapd_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-snapd-interfaces/ros-rolling-ros-snapd-interfaces_0.0.1-1resolute.20260811.203316_amd64.deb Size: 159798 SHA256: 91114569f754112863d26bdaa79f2a96a656c819feccf0cea4545c97da306d86 SHA1: f9ae5ac3819cca12eae96c44567542954284f8cb MD5sum: 58b32fcbd88d0939151edeb8facbea63 Description: Interface definitions for ros2-snapd. Package: ros-rolling-ros-snapd-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-ros-snapd-interfaces Version: 0.0.1-1resolute.20260811.203316 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Ubuntu Robotics" Installed-Size: 1731 Depends: ros-rolling-ros-snapd-interfaces (= 0.0.1-1resolute.20260811.203316) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-snapd-interfaces/ros-rolling-ros-snapd-interfaces-dbgsym_0.0.1-1resolute.20260811.203316_amd64.deb Size: 1253430 SHA256: 1ca8992f0b04f338487c52e62c67686b30fd36885daffcaf0f308dcafaec824d SHA1: 86dba59a44d1e81cb1fae49b5b2fe00d67a43e5a MD5sum: aee7e969eb392d39e58cf3fade34df4a Description: debug symbols for ros-rolling-ros-snapd-interfaces Build-Ids: 2b2faea4416665c17b692705c13f1d63db79f658 4807274919014b735070145aa2bba03c8ab70e02 488b6faaa5ee8a654813a6d12542c6425c5d3256 5133c12ecb0d5157bf48de8fe7ddfebd7c3a28f6 7115e24c984d81d519163d77ed7285790be6e919 81b58565ce7d09506c3f1ed5203af4c6f5c81e69 94d51787959cd4f1c0d539c3f7be2741c9c2ba5f 958a354ecfa65e4bd956192ed7ed392acf6d03ca b20e7df13c14a4c195280f6abb59ff948377a0f3 e3b9652d9793db27276420dc40bdbf93f89ad558 ef4b3a622d1d3983edcc4d5f7a81dadcbdb05ee0 Package: ros-rolling-ros-testing Version: 0.10.0-1resolute.20260821.170229 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 50 Depends: ros-rolling-launch-testing, ros-rolling-launch-testing-ament-cmake, ros-rolling-launch-testing-ros, ros-rolling-ros2test, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros_testing/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-testing/ros-rolling-ros-testing_0.10.0-1resolute.20260821.170229_amd64.deb Size: 7342 SHA256: 582b86f7939b7f3734e3d0035427026b883accfd81519af3c781853bcb0844b6 SHA1: 155015c7681f39ec906db8e9aaf1cd066a291fef MD5sum: c49b7872c6273fb5b115f514b2b33cc0 Description: The entry point package to launch testing in ROS. Package: ros-rolling-ros-workspace Version: 1.0.3-8resolute.20260714.165745 Architecture: amd64 Maintainer: Michael Jeronimo Installed-Size: 96 Homepage: https://index.ros.org/p/ros_workspace/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros-workspace/ros-rolling-ros-workspace_1.0.3-8resolute.20260714.165745_amd64.deb Size: 16684 SHA256: 5d2aacbd639bcd9e486ac0b555f5b0afa5cdad649b49e376aba74fdc9b4fbdc2 SHA1: d59342a174c388830cab32971aa2fa35862548f6 MD5sum: 1f53fc09e3b947be4efce49fed29152f Description: Provides the prefix level environment files for ROS 2 packages. Package: ros-rolling-ros2-control Version: 6.9.0-1resolute.20260826.132334 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 46 Depends: ros-rolling-controller-interface, ros-rolling-controller-manager, ros-rolling-controller-manager-msgs, ros-rolling-hardware-interface, ros-rolling-joint-limits, ros-rolling-ros2-control-test-assets, ros-rolling-ros2controlcli, ros-rolling-transmission-interface, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-control/ros-rolling-ros2-control_6.9.0-1resolute.20260826.132334_amd64.deb Size: 6512 SHA256: e232f4bf671f030befbee93d78d6798085398412351bf78cf856a690c5ebd4b0 SHA1: 686438ae749a95e8e5e89ea34fea9177f33d995a MD5sum: 5452b70d3aa0079c3e7c3935352e279d Description: Metapackage for ROS2 control related packages Package: ros-rolling-ros2-control-cmake Version: 1.0.0-2resolute.20260714.184849 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 49 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2_control_cmake/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-control-cmake/ros-rolling-ros2-control-cmake_1.0.0-2resolute.20260714.184849_amd64.deb Size: 7856 SHA256: 7682e54a32eca9bcfec8658abcdfd3bfe028dcbf2a13b850779a7117e4a8d852 SHA1: dfb89c95a9cc2d789ebf415d52a7010ae23aed60 MD5sum: 86d41c02796c97c6b9d96b0f82b8f47b Description: Provides CMake macros used by the ros2_control framework Package: ros-rolling-ros2-control-test-assets Version: 6.9.0-1resolute.20260810.231356 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 182 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2_control_test_assets/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-control-test-assets/ros-rolling-ros2-control-test-assets_6.9.0-1resolute.20260810.231356_amd64.deb Size: 18840 SHA256: 41d7a27e057cfeab0539d987fd840ccc684199db24243697bb3ffc9d29a1f700 SHA1: 633a927af4677c00a07e792d4f05b53cb80a4907 MD5sum: 8d4e855334677eda0d28a27f0f628f5b Description: Shared test resources for ros2_control stack Package: ros-rolling-ros2-controllers Version: 6.9.0-1resolute.20260827.064859 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 47 Depends: ros-rolling-ackermann-steering-controller, ros-rolling-admittance-controller, ros-rolling-battery-state-broadcaster, ros-rolling-bicycle-steering-controller, ros-rolling-chained-filter-controller, ros-rolling-diff-drive-controller, ros-rolling-force-torque-sensor-broadcaster, ros-rolling-forward-command-controller, ros-rolling-gpio-controllers, ros-rolling-gps-sensor-broadcaster, ros-rolling-imu-sensor-broadcaster, ros-rolling-joint-state-broadcaster, ros-rolling-joint-trajectory-controller, ros-rolling-magnetometer-broadcaster, ros-rolling-mecanum-drive-controller, ros-rolling-motion-primitives-controllers, ros-rolling-omni-wheel-drive-controller, ros-rolling-parallel-gripper-controller, ros-rolling-pid-controller, ros-rolling-pose-broadcaster, ros-rolling-range-sensor-broadcaster, ros-rolling-state-interfaces-broadcaster, ros-rolling-steering-controllers-library, ros-rolling-tricycle-controller, ros-rolling-tricycle-steering-controller, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-controllers/ros-rolling-ros2-controllers_6.9.0-1resolute.20260827.064859_amd64.deb Size: 7432 SHA256: 8de12d8d9f11a5a16e07e27cfbf3d87bb24abc977b358c7f7711914cc6698d64 SHA1: edd69ffceb55877bc73e4682df8c2742cebcca45 MD5sum: 824878f93ba4770182fd4d43c1633726 Description: Metapackage for ros2_controllers related packages Package: ros-rolling-ros2-controllers-test-nodes Version: 6.9.0-1resolute.20260821.164036 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 66 Depends: ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-controllers-test-nodes/ros-rolling-ros2-controllers-test-nodes_6.9.0-1resolute.20260821.164036_amd64.deb Size: 12658 SHA256: 68d1da7704ab5363c97bfd279ea3e29034b474130abfa111e62af83c3c093cfe SHA1: e068e26b58159c1634e4653354cc1d6930470019 MD5sum: 80965665f3bd8bf8aaa55ee4522546d9 Description: Demo nodes for showing and testing functionalities of the ros2_control framework. Package: ros-rolling-ros2-fmt-logger Version: 1.1.0-2resolute.20260821.165446 Architecture: amd64 Maintainer: Tim Clephas Installed-Size: 121 Depends: libfmt-dev, ros-rolling-backward-ros, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-ros-workspace Homepage: https://github.com/nobleo/ros2_fmt_logger Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-fmt-logger/ros-rolling-ros2-fmt-logger_1.1.0-2resolute.20260821.165446_amd64.deb Size: 13720 SHA256: b3cda365f17e1e4fa5deed49e0bbbff35f6a855fb3b8235c120fa74289343a12 SHA1: 8dbb3f9c23070eae16332ee9b153844521fc7fd8 MD5sum: ed88b777be6d41c33931146a4fc6d14d Description: A modern, ROS 2 logging library that provides fmt-style formatting as a replacement for RCLCPP logging macros Package: ros-rolling-ros2-snapshot Version: 0.0.7-2resolute.20260821.173711 Architecture: amd64 Maintainer: CNU Robotics CHRISLab Installed-Size: 1186 Depends: graphviz, python3-graphviz, python3-psutil, python3-pydantic, python3-yaml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2component, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-ros2pkg, ros-rolling-ros2service, ros-rolling-std-srvs, ros-rolling-ros-workspace Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-snapshot/ros-rolling-ros2-snapshot_0.0.7-2resolute.20260821.173711_amd64.deb Size: 233396 SHA256: 94d4fbb7dd84a8585619a10f7a49030d8e33ec9d0621523e1f67891f7ad44537 SHA1: 700e387629468eb45784621e6d4ad23e8d55b0e8 MD5sum: a74171753c9663c07556cb3505db42d3 Description: ROS2 Snapshot - contains workspace modeler and snapshot tools Package: ros-rolling-ros2-socketcan Version: 1.3.0-2resolute.20260821.170658 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 1167 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-can-msgs, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-ros2-socketcan-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2_socketcan/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan/ros-rolling-ros2-socketcan_1.3.0-2resolute.20260821.170658_amd64.deb Size: 212576 SHA256: 5bf85fadd53cd4f1a7a148b4d3272f224743c80dbeb5ba75fa0e2f4ac25405c3 SHA1: 4fe8452b73c4b2cb2e6809dd5b3ba1c7625e3fec MD5sum: 23a6ca74a911e2dcfa6350ac3dd2427c Description: Simple wrapper around SocketCAN Package: ros-rolling-ros2-socketcan-dbgsym Package-Type: ddeb Source: ros-rolling-ros2-socketcan Version: 1.3.0-2resolute.20260821.170658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 5393 Depends: ros-rolling-ros2-socketcan (= 1.3.0-2resolute.20260821.170658) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan/ros-rolling-ros2-socketcan-dbgsym_1.3.0-2resolute.20260821.170658_amd64.deb Size: 4407926 SHA256: 17133a90c35451918cd33332f8a3b45eb4918b27bd6bfcf896e49550ecfd9ae6 SHA1: 65a31ad95b75badb6707a31229da0873cfac2fbf MD5sum: e3bad57547abb217f55a8b7e57a821b1 Description: debug symbols for ros-rolling-ros2-socketcan Build-Ids: 008d06333e40c8120cffca977611a72091f719bf 51c3a978d61279bdaaf84d4bda48c150e847d943 5673b326ec41152247ef6c2d8cb345946535d3cd 6a2f482bc2eb567d5b9cb8481581ffa8b8d44f6e 8e383f44a987961bdbe695df33ead36385c68be2 Package: ros-rolling-ros2-socketcan-msgs Version: 1.3.0-2resolute.20260811.203238 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 502 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2_socketcan_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan-msgs/ros-rolling-ros2-socketcan-msgs_1.3.0-2resolute.20260811.203238_amd64.deb Size: 54446 SHA256: 7ce97614397827e544b8d37f1777ab9756d6a4e6c146612919862dafc9237261 SHA1: 4b2f2146a375b3ae6cbb452736bb3ab0f1491ab5 MD5sum: ed62bbdf64779a828f4bb64937470417 Description: Messages for SocketCAN Package: ros-rolling-ros2-socketcan-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ros2-socketcan-msgs Version: 1.3.0-2resolute.20260811.203238 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 379 Depends: ros-rolling-ros2-socketcan-msgs (= 1.3.0-2resolute.20260811.203238) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2-socketcan-msgs/ros-rolling-ros2-socketcan-msgs-dbgsym_1.3.0-2resolute.20260811.203238_amd64.deb Size: 234070 SHA256: 007cb6ba7d6d791bcfbb7474e8eaf5bba193947e3d3007efed0374894458b7cc SHA1: 3b7ad16b563c1c13adeeab7d9622602f1d3f37b9 MD5sum: 8531b2002a43a211e37a79f97a676931 Description: debug symbols for ros-rolling-ros2-socketcan-msgs Build-Ids: 06e21e4cd2aa324e40837ba707f55b83aba62223 1b74fce9f64707ac1d077a0bb68e2e90b3752f6b 370f334d2ac57af193634e75d505b4829e74db43 3fca3e353fcc580abcff092970c75f1d0fdf1df4 5c6521acdb612235a4e341570f4ee8581d717cf5 9195b23f4092cd495fb1a7c7e288e04dcac9a84d a5199d23ee83c756d2146e103b700d4bd0c8a9fb be0c7c770d539fc01cdd9193646873ccc6ddfe30 be3b50443c3b1b3b23b14f75affbfb89af2effd7 e5cbbeaca6b5238ecc41e1c2f1d82e56447b790c ed7c9e6358f062ff599703323d57afab5cc681e9 Package: ros-rolling-ros2acceleration Version: 0.5.1-4resolute.20260821.165727 Architecture: amd64 Maintainer: Víctor Mayoral Vilches Installed-Size: 81 Depends: python3-numpy, python3-yaml, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2acceleration/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2acceleration/ros-rolling-ros2acceleration_0.5.1-4resolute.20260821.165727_amd64.deb Size: 13750 SHA256: 1469e804efa98963f81d6e27c1ba959343927b5192d9a01396cab1da1a403dcf SHA1: 23c89add95f63ce8d9fe3292801e0d2c8e03e47b MD5sum: 9f5bc51987eec23acfe238bd6a7393b5 Description: The acceleration command for ROS 2 command line tools. Package: ros-rolling-ros2action Version: 0.41.1-1resolute.20260821.165738 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 129 Depends: ros-rolling-action-msgs, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2action/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2action/ros-rolling-ros2action_0.41.1-1resolute.20260821.165738_amd64.deb Size: 28852 SHA256: f24fe17f0efdb9545dfac2e633a699adb70dc8d4a9dfbdb3847fd8565ed5a217 SHA1: ce6ce1fc4b5465f0de4c7653fd37cface79607b0 MD5sum: 0718df854a85f87dae1ba251c475fa0a Description: The action command for ROS 2 command line tools. Package: ros-rolling-ros2bag Version: 0.34.0-1resolute.20260821.183737 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 208 Depends: python3-yaml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-rosbag2-py, ros-rolling-rosbag2-storage-default-plugins, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2bag/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2bag/ros-rolling-ros2bag_0.34.0-1resolute.20260821.183737_amd64.deb Size: 44660 SHA256: 31cf62ce4aa8a2a1ba3dcd21cb87599906824519bc25eebd1a1312367363a23a SHA1: a4f29afb54ee8d56374aa8a5d29256623008c510 MD5sum: d1b3deb00db8ea8c79fb17950ab9c716 Description: Entry point for rosbag in ROS 2 Package: ros-rolling-ros2cli Version: 0.41.1-1resolute.20260821.164050 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 262 Depends: fzf, python3-argcomplete, python3-packaging, python3-psutil, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2cli/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli/ros-rolling-ros2cli_0.41.1-1resolute.20260821.164050_amd64.deb Size: 59654 SHA256: 08c6f195581ab3c5d85b02dcc987f422c01ed82f7436ac7cc0ed352a72a81ea6 SHA1: 8ca2ecc6f0430ad6ba642e1162d954e4c6213774 MD5sum: 31163f56f3dd187953894ca65c82d36e Description: Framework for ROS 2 command line tools. Package: ros-rolling-ros2cli-common-extensions Version: 0.6.0-1resolute.20260821.180450 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 45 Depends: ros-rolling-launch-xml, ros-rolling-launch-yaml, ros-rolling-ros2action, ros-rolling-ros2cli, ros-rolling-ros2component, ros-rolling-ros2doctor, ros-rolling-ros2interface, ros-rolling-ros2launch, ros-rolling-ros2lifecycle, ros-rolling-ros2multicast, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-ros2pkg, ros-rolling-ros2plugin, ros-rolling-ros2run, ros-rolling-ros2service, ros-rolling-ros2topic, ros-rolling-sros2, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2cli_common_extensions/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli-common-extensions/ros-rolling-ros2cli-common-extensions_0.6.0-1resolute.20260821.180450_amd64.deb Size: 6120 SHA256: fd01a61d05a2f7cd4da778554458a5ba393475985fc7666a028b1650d29df178 SHA1: 7934a93b381e275d29eadeecd95eda4d3f9be516 MD5sum: 8fe2e2807f6baa58c15cac3492cbbf2b Description: Meta package for ros2cli common extensions Package: ros-rolling-ros2cli-test-interfaces Version: 0.41.1-1resolute.20260811.203307 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 2666 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2cli_test_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli-test-interfaces/ros-rolling-ros2cli-test-interfaces_0.41.1-1resolute.20260811.203307_amd64.deb Size: 182836 SHA256: 5cf696d6de64467c98ee660c9051061ea8f686a1ed658a739cbbeb619dca5eb4 SHA1: 558c52d0f952ced50334036ebb02c138ca8e591b MD5sum: d448d66aae9e26fa5612348dc9cae101 Description: A package containing interface definitions for testing ros2cli. Package: ros-rolling-ros2cli-test-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-ros2cli-test-interfaces Version: 0.41.1-1resolute.20260811.203307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 1751 Depends: ros-rolling-ros2cli-test-interfaces (= 0.41.1-1resolute.20260811.203307) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2cli-test-interfaces/ros-rolling-ros2cli-test-interfaces-dbgsym_0.41.1-1resolute.20260811.203307_amd64.deb Size: 1148432 SHA256: d852950eb52044a4dc17520271943a45df23874aa00edab4cee12ba81eb266f1 SHA1: 21ec26448baf80696e0b0ad6a502f4afa98c4bcf MD5sum: 5be8bf39bc000c0261c3783140ff8136 Description: debug symbols for ros-rolling-ros2cli-test-interfaces Build-Ids: 196b8a1381a9737b6c76a57cc1b0de75a51a2500 226e5d1f3bac68dfce1187f0224cbb4ed10bc40c 33c29bcad5599d624e7a7715d9a885f49906f9a4 496f02eb120781d84eba6481c0655f7aefaa83a5 4b091dfb4e1ff5b786272d70368c890e19932942 65e7093746702535ed09bd11791c4fd8c9d5ead2 6afb12d79e73ed31d87f738b1e0bb6a6c6c83806 b013a3b1661d35a9359d90126f2fcecb49d14aa4 b1b50fd1de2847c8e92ee2fc7ac11302e6dd563a d0c2d7b200c4edb85d6f3a5b70d9c76f59bdceb9 f23354c822c3cfa2252480d02bdb8fa65186b512 Package: ros-rolling-ros2component Version: 0.41.1-1resolute.20260821.173617 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 117 Depends: ros-rolling-ament-index-python, ros-rolling-composition-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-ros2pkg, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2component/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2component/ros-rolling-ros2component_0.41.1-1resolute.20260821.173617_amd64.deb Size: 23882 SHA256: 98fbc03350d545eb8ac45bc707a65f6b659d01c0e1265e88051106d6284abc02 SHA1: 6d3cbfdb68a350f0b760dd81d768ddb118059717 MD5sum: dc5545ab7870ca0a3a0b9049f12f9493 Description: The component command for ROS 2 command line tools. Package: ros-rolling-ros2controlcli Version: 6.9.0-1resolute.20260826.131713 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 174 Depends: python3-pygraphviz, ros-rolling-control-msgs, ros-rolling-controller-manager, ros-rolling-controller-manager-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2controlcli/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2controlcli/ros-rolling-ros2controlcli_6.9.0-1resolute.20260826.131713_amd64.deb Size: 34124 SHA256: 4996e45fb542f9ea56143d451619ffd19a9ec893fa3934c076c220e4b1680559 SHA1: 925ef072148e221ae9774e6886e81d5f2223551e MD5sum: c9219cf57e9cbf70de49cd2a22a12c71 Description: The ROS 2 command line tools for ros2_control. Package: ros-rolling-ros2doctor Version: 0.41.1-1resolute.20260821.170615 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 194 Depends: python3-catkin-pkg-modules, python3-psutil, python3-rosdistro-modules, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros-environment, ros-rolling-ros2action, ros-rolling-ros2cli, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2doctor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2doctor/ros-rolling-ros2doctor_0.41.1-1resolute.20260821.170615_amd64.deb Size: 44128 SHA256: 1bb753dd8e3fcd55af6b77fd9142c93db91b56b6c3f8f84d3100fba7b5f5447a SHA1: dbd23626cb5e5b5f08bdd75dd524d8c64555ca42 MD5sum: f18ccef20012fa97acaebea9935b077a Description: A command line tool to check potential issues in a ROS 2 system Package: ros-rolling-ros2interface Version: 0.41.1-1resolute.20260821.173218 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 95 Depends: ros-rolling-ament-index-python, ros-rolling-ros2cli, ros-rolling-rosidl-adapter, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2interface/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2interface/ros-rolling-ros2interface_0.41.1-1resolute.20260821.173218_amd64.deb Size: 17810 SHA256: e1ca9ba233dc23a98ead19f74446c62cc1cc00c6bf045a7a4cac513cf26cc361 SHA1: 85eb63c069b76b65fdef871d5a47059c232580e9 MD5sum: a01ec39bcc85a317054cd878c85232ca Description: The interface command for ROS 2 command line tools Package: ros-rolling-ros2launch Version: 0.30.1-1resolute.20260821.173449 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 83 Depends: ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-launch-xml, ros-rolling-launch-yaml, ros-rolling-ros2cli, ros-rolling-ros2pkg, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2launch/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2launch/ros-rolling-ros2launch_0.30.1-1resolute.20260821.173449_amd64.deb Size: 17766 SHA256: 40b974274b23826cf6863263554ce149a92d2d79c36a226c981c0f180eb40b44 SHA1: 8131a54b6860ec20df52a9294cc03483d1654683 MD5sum: 6f5328d68ced59e0f610f58d81f3a710 Description: The launch command for ROS 2 command line tools. Package: ros-rolling-ros2launch-security Version: 1.0.0-5resolute.20260821.180621 Architecture: amd64 Maintainer: Ted Kern Installed-Size: 63 Depends: ros-rolling-ament-index-python, ros-rolling-nodl-python, ros-rolling-ros2launch, ros-rolling-sros2, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2launch_security/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2launch-security/ros-rolling-ros2launch-security_1.0.0-5resolute.20260821.180621_amd64.deb Size: 10544 SHA256: 94c84a3eb7b79d55114e5cd55fb6a152a6362a323d16bb52cc268cd0ee68174d SHA1: 56730757fd01663f7a3bb8e8c1a04fd6197e0281 MD5sum: 057e0f4cc7a31312693b0d7d03ae03bd Description: Security extensions for ros2 launch Package: ros-rolling-ros2lifecycle Version: 0.41.1-1resolute.20260821.173435 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 89 Depends: ros-rolling-lifecycle-msgs, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2service, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2lifecycle/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2lifecycle/ros-rolling-ros2lifecycle_0.41.1-1resolute.20260821.173435_amd64.deb Size: 15838 SHA256: 09e1c2ce9c8e417eb97b4a25ccf1c4ada387756e023eb713501770298b8e5d64 SHA1: ec637d3dc317ad3e7f22fbd22e0514128830abd3 MD5sum: 9741dd5b09a2156cebf335617cada462 Description: The lifecycle command for ROS 2 command line tools. Package: ros-rolling-ros2lifecycle-test-fixtures Version: 0.41.1-1resolute.20260821.164937 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 82 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2lifecycle_test_fixtures/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2lifecycle-test-fixtures/ros-rolling-ros2lifecycle-test-fixtures_0.41.1-1resolute.20260821.164937_amd64.deb Size: 14444 SHA256: ba5cbe38487fda51d7c8e01e0aef01413fabed3d5005187970ba3043a0f4c3b6 SHA1: e89374fd7b3c7594c78a631cfa6cbc6671a5f0e7 MD5sum: 07ddeb58babdb705df741583d4eb1388 Description: Package containing fixture nodes for ros2lifecycle tests Package: ros-rolling-ros2lifecycle-test-fixtures-dbgsym Package-Type: ddeb Source: ros-rolling-ros2lifecycle-test-fixtures Version: 0.41.1-1resolute.20260821.164937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 276 Depends: ros-rolling-ros2lifecycle-test-fixtures (= 0.41.1-1resolute.20260821.164937) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2lifecycle-test-fixtures/ros-rolling-ros2lifecycle-test-fixtures-dbgsym_0.41.1-1resolute.20260821.164937_amd64.deb Size: 254052 SHA256: 9280e840989aa53eecc21d41f92f0ef297b49f27068b1f460b3ffce0226d0f6d SHA1: de3932b386176d999a6b9f93d5e57ce4139818b4 MD5sum: 1674c303c36c115f567d4fec77939713 Description: debug symbols for ros-rolling-ros2lifecycle-test-fixtures Build-Ids: eff8d31eaafca3b877678933b1afcaf63102f7de Package: ros-rolling-ros2multicast Version: 0.41.1-1resolute.20260821.173256 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 61 Depends: ros-rolling-ros2cli, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2multicast/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2multicast/ros-rolling-ros2multicast_0.41.1-1resolute.20260821.173256_amd64.deb Size: 9980 SHA256: a76004f47ce742253b781fcce04d48da3a47b12a56e57df1814dc7b07eeddac4 SHA1: 89161a684d6b1180a897030f2af40cbdfdb20810 MD5sum: 1b74d1822021b36eae881a5616c55d78 Description: The multicast command for ROS 2 command line tools. Package: ros-rolling-ros2node Version: 0.41.1-1resolute.20260821.173250 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 76 Depends: ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2node/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2node/ros-rolling-ros2node_0.41.1-1resolute.20260821.173250_amd64.deb Size: 14400 SHA256: e83b893f6dc8cd73e38d8630100a336eb6d12e0bb187c398fc5a32e9f95ab3a8 SHA1: fd714c3dc309b4832a05233c4d36c6643a1a4d7b MD5sum: 4fb12b8622e8c2a8efea6347fced0540 Description: The node command for ROS 2 command line tools. Package: ros-rolling-ros2nodl Version: 0.3.1-5resolute.20260821.180450 Architecture: amd64 Maintainer: Ubuntu Robotics Installed-Size: 54 Depends: python3-argcomplete, ros-rolling-ament-index-python, ros-rolling-nodl-python, ros-rolling-ros2cli, ros-rolling-ros2pkg, ros-rolling-ros2run, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2nodl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2nodl/ros-rolling-ros2nodl_0.3.1-5resolute.20260821.180450_amd64.deb Size: 8876 SHA256: 422deddd3ccb36952160a5de211127dfd8afbb64c19769324832c290516bf02d SHA1: 45af9b9f4691d80652b2ce9683ccda0500dc0d96 MD5sum: 707edc99cf18307550397df7be1cf8e3 Description: CLI tools for NoDL files. Package: ros-rolling-ros2param Version: 0.41.1-1resolute.20260821.173444 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 147 Depends: ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2service, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2param/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2param/ros-rolling-ros2param_0.41.1-1resolute.20260821.173444_amd64.deb Size: 27444 SHA256: 162c94c3602cb232fa7550c34492a0dfc8ef464c0656e1b79c62f30c27ca8e68 SHA1: e898a5a6b1ee9058ebe506367650ac641e4dce90 MD5sum: 0b1707954f7747c8b65269a00b07d083 Description: The param command for ROS 2 command line tools. Package: ros-rolling-ros2pkg Version: 0.41.1-1resolute.20260821.173319 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 165 Depends: python3-catkin-pkg-modules, python3-empy, ros-rolling-ament-copyright, ros-rolling-ament-index-python, ros-rolling-ros2cli, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2pkg/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2pkg/ros-rolling-ros2pkg_0.41.1-1resolute.20260821.173319_amd64.deb Size: 29586 SHA256: 8b9b20784e1be05364ca1e7ef0251dc6fffda8a88216ae3b51e74f6ba7cfa901 SHA1: d7c5977597a380376b37d6394e05b711c7fcfe44 MD5sum: 6a543339c26a822763b5be04286aedd0 Description: The pkg command for ROS 2 command line tools. Package: ros-rolling-ros2plugin Version: 6.0.1-1resolute.20260821.173452 Architecture: amd64 Maintainer: "Jeremie Deray" Installed-Size: 60 Depends: ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2pkg, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2plugin/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2plugin/ros-rolling-ros2plugin_6.0.1-1resolute.20260821.173452_amd64.deb Size: 10300 SHA256: 80eccf3dc6c7d67b941b83191b9a801c241cd3ad9d970553f3c5e0f334338dce SHA1: e7f6d36619901cea339ead62f88584b7dc56a3c7 MD5sum: eddc296b3fd865089fb534d2542c816b Description: The plugin command for ROS 2 command line tools. Package: ros-rolling-ros2run Version: 0.41.1-1resolute.20260821.173500 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 56 Depends: ros-rolling-ros2cli, ros-rolling-ros2pkg, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2run/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2run/ros-rolling-ros2run_0.41.1-1resolute.20260821.173500_amd64.deb Size: 10842 SHA256: 8e6fbbb6f449d33f846f034c61b498bada85acb69fd2cc723f2137d9bc71eb51 SHA1: 3967ef6e3a28f2085c8dbc6ee57a6c09eb44f250 MD5sum: 2e5275a0e861e5c747cd7c41e9914ce3 Description: The run command for ROS 2 command line tools. Package: ros-rolling-ros2service Version: 0.41.1-1resolute.20260821.173312 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 115 Depends: python3-yaml, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2service/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2service/ros-rolling-ros2service_0.41.1-1resolute.20260821.173312_amd64.deb Size: 23786 SHA256: ef30b118af6175d7892388cc6deb5a8c71dd6d95f3a95fdfcf92406664566d23 SHA1: 49469de235f1c0ac420859a6290cc6fd60b426df MD5sum: 0cd4dafd6f803da76e88b4aa4e100304 Description: The service command for ROS 2 command line tools. Package: ros-rolling-ros2test Version: 0.10.0-1resolute.20260821.165740 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 39 Depends: ros-rolling-domain-coordinator, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-launch-testing, ros-rolling-launch-testing-ros, ros-rolling-ros2cli, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2test/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2test/ros-rolling-ros2test_0.10.0-1resolute.20260821.165740_amd64.deb Size: 5500 SHA256: 40130eb2721cefa99a19a68ebe5d5cc43300c0bb018ff28cda787ed927b655ad SHA1: 8ba028076fb4ecb00aeb61dab2509e2e20d710fb MD5sum: b75dec12025b7aaa312876eb901070d5 Description: The test command for ROS 2 launch tests. Package: ros-rolling-ros2topic Version: 0.41.1-1resolute.20260821.173312 Architecture: amd64 Maintainer: "Audrow Nash" Installed-Size: 225 Depends: python3-numpy, python3-yaml, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2topic/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2topic/ros-rolling-ros2topic_0.41.1-1resolute.20260821.173312_amd64.deb Size: 51508 SHA256: acf5692e33f5a1d0b86dca9db7c0633d174f08e8367649c89c21ecd4f661eca7 SHA1: b6d20a09647a6dc0ef3ad8815be2c32cda8a0dc2 MD5sum: 0da96f03acf7efa021689e90c6a293a2 Description: The topic command for ROS 2 command line tools. Package: ros-rolling-ros2trace Version: 9.0.0-1resolute.20260821.173328 Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 66 Depends: ros-rolling-ros2cli, ros-rolling-tracetools-trace, ros-rolling-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/ros2trace/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2trace/ros-rolling-ros2trace_9.0.0-1resolute.20260821.173328_amd64.deb Size: 8216 SHA256: 235db325521299f1c0c20f8f6ed191059be1c77bbf5f4da95f8262387b7ba93d SHA1: f4c70ae21f5c7ee8c0cb7089bccc0fcc2463fd84 MD5sum: a1703adc4aa7325074ccc64935869551 Description: The trace command for ROS 2 command line tools. Package: ros-rolling-ros2trace-analysis Version: 3.1.0-2resolute.20260821.173330 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 56 Depends: ros-rolling-ros2cli, ros-rolling-tracetools-analysis, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ros2trace_analysis/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ros2trace-analysis/ros-rolling-ros2trace-analysis_3.1.0-2resolute.20260821.173330_amd64.deb Size: 6238 SHA256: 45b88935696339404144cf0965deb4aea6d719ac54e8cceb563e04b30960c7fa SHA1: a0d685e844591d1b9d0646814393ffb7a6fad10d MD5sum: 9923a3d2f56143605949265f1bb06d84 Description: The trace-analysis command for ROS 2 command line tools. Package: ros-rolling-rosapi Version: 4.2.1-1resolute.20260821.173435 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 133 Depends: ros-rolling-builtin-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2action, ros-rolling-ros2interface, ros-rolling-ros2node, ros-rolling-ros2service, ros-rolling-ros2topic, ros-rolling-rosapi-msgs, ros-rolling-rosbridge-library, ros-rolling-rosidl-adapter, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosapi/ros-rolling-rosapi_4.2.1-1resolute.20260821.173435_amd64.deb Size: 20798 SHA256: 0638d9e4ccb9befcfa20983e5ddbb845495eb04a9ae52990b51a8e5860935683 SHA1: c499ccf5f219fb2edb20d1b26c53b0981d4cce6f MD5sum: ce9dff705aac75202153ca435b8721da Description: Provides services for getting various ROS meta-information, including ROS topic, services, interfaces or action servers and managing ROS parameters. Package: ros-rolling-rosapi-msgs Version: 4.2.1-1resolute.20260813.020420 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 12855 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rosapi Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosapi-msgs/ros-rolling-rosapi-msgs_4.2.1-1resolute.20260813.020420_amd64.deb Size: 770196 SHA256: f8eb2bfbfb025b63ff5299d9eee88df99d62c6dcfc0c732c5078d8a9d1ab094d SHA1: 04d74512d045a55bf7a4808d620ac2208a4d1883 MD5sum: acc82b61c61ade97e658515d0cb0eb07 Description: Interface definitions for rosapi package. Package: ros-rolling-rosapi-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosapi-msgs Version: 4.2.1-1resolute.20260813.020420 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 10853 Depends: ros-rolling-rosapi-msgs (= 4.2.1-1resolute.20260813.020420) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosapi-msgs/ros-rolling-rosapi-msgs-dbgsym_4.2.1-1resolute.20260813.020420_amd64.deb Size: 8138534 SHA256: ce9559e86e62dc439b7ca9456241218cf9cfb93114b7492727f36d539a873ea2 SHA1: 3a5fbc51ab8d4c7e322cb5715dcdf6c06564f9bf MD5sum: 321602d0e3956eb46d15da00e7f4ac3f Description: debug symbols for ros-rolling-rosapi-msgs Build-Ids: 079d8dcb370075bd8637e3dc18d56fa45d8d3590 227cb40815b156c78aad0d1402d224840c9e96a3 502545c614decf5fb800adf0bf6e93e6764e3c71 58b1cc38b5847ca88cf52e9e517fe9ba4f7522d4 70be7a053a432f2227380dfcc0a4b88e2b61de01 74f2aa4b0ef43d58b3ab8258234060b862035da2 95c337472a99d579a30a6d0024a84a956b719a0a abc4baa7b9621795abc8e07d354852f3a8c7e435 c0b901edfe41b0eff28a02b0529e4d4bb8bcd230 dcfdb872b9d17e2dd409c7599df161126539c462 e6341e091b91baf4f45614ced77bae0fbe888ea6 Package: ros-rolling-rosbag-timing-inspector Version: 1.0.2-1resolute.20260821.180618 Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 2944 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libglfw3 (>= 3.3), libopengl0, libstdc++6 (>= 13), ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag_timing_inspector/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag-timing-inspector/ros-rolling-rosbag-timing-inspector_1.0.2-1resolute.20260821.180618_amd64.deb Size: 747540 SHA256: 9426869040bcb57889d7f1c95532fd04469cab5808ac37ef0d2385560b48d5a1 SHA1: 24ae7be56572c469c8b0c2bf9d0b328d70cb8586 MD5sum: dc18ecf4fe8c6dbe268e8d4b0a31d38e Description: GUI tool to visualize and analyze message timing from ROS2 bags (mcap or db3). Package: ros-rolling-rosbag-timing-inspector-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag-timing-inspector Version: 1.0.2-1resolute.20260821.180618 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jose Luis Blanco-Claraco" Installed-Size: 5620 Depends: ros-rolling-rosbag-timing-inspector (= 1.0.2-1resolute.20260821.180618) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag-timing-inspector/ros-rolling-rosbag-timing-inspector-dbgsym_1.0.2-1resolute.20260821.180618_amd64.deb Size: 5281814 SHA256: 599e0253773f84ddea98bb1e39ac1eb4e75fd07e65891657681c8b823a94eee2 SHA1: 70e533ecd04404e4038c02c41bafb2d9accd9971 MD5sum: 22a299c6ecb1deda82f75489d0f8871b Description: debug symbols for ros-rolling-rosbag-timing-inspector Build-Ids: 100b286fcabd00b407b9a67935c2e1c5241c058e Package: ros-rolling-rosbag2 Version: 0.34.0-1resolute.20260821.184124 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 45 Depends: ros-rolling-ros2bag, ros-rolling-rosbag2-compression, ros-rolling-rosbag2-compression-zstd, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-py, ros-rolling-rosbag2-storage, ros-rolling-rosbag2-storage-default-plugins, ros-rolling-rosbag2-transport, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2/ros-rolling-rosbag2_0.34.0-1resolute.20260821.184124_amd64.deb Size: 5980 SHA256: 234e502185c9b08ff0c657a18c7719410648f31080246e2df5ed216735546ab7 SHA1: 1bd440a0ca38f1cb14608cb3a087ecbafd45819f MD5sum: 41a6be8f94dbc4dcc72337c2a68013ed Description: Meta package for rosbag2 related packages Package: ros-rolling-rosbag2-compression Version: 0.34.0-1resolute.20260821.180612 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 365 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-11 (>= 11.0.0), ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_compression/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression/ros-rolling-rosbag2-compression_0.34.0-1resolute.20260821.180612_amd64.deb Size: 95916 SHA256: d3c6ad46c611a48fbb68fa8c63428d7240e0d567151b6d7df8c60f1604f09b7a SHA1: a123126b2f9bb7d6c42a1b6f97399dc3a8db72f4 MD5sum: b64a3c49f3fb5f4aed21b2cf0e22f4a4 Description: Compression implementations for rosbag2 bags and messages. Package: ros-rolling-rosbag2-compression-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-compression Version: 0.34.0-1resolute.20260821.180612 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1278 Depends: ros-rolling-rosbag2-compression (= 0.34.0-1resolute.20260821.180612) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression/ros-rolling-rosbag2-compression-dbgsym_0.34.0-1resolute.20260821.180612_amd64.deb Size: 1153590 SHA256: 13337d2a204aba3330dd342faf47245f73a9f44ed2ba92990140906b73547fa7 SHA1: 8954000ff8990cdad13e490ff3ff00f89bf95b1e MD5sum: 94483a0ee64bd6ff2ef58fe42b61e6e2 Description: debug symbols for ros-rolling-rosbag2-compression Build-Ids: 1f348fbb78c08edc7d4d27722729e3cd9e6f4f1b Package: ros-rolling-rosbag2-compression-zstd Version: 0.34.0-1resolute.20260821.182127 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 154 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libzstd1 (>= 1.5.5), ros-rolling-pluginlib, ros-rolling-rcutils, ros-rolling-rosbag2-compression, ros-rolling-zstd-cmake-module, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_compression_zstd/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression-zstd/ros-rolling-rosbag2-compression-zstd_0.34.0-1resolute.20260821.182127_amd64.deb Size: 34808 SHA256: acf448d6b6f2b6786c47507efeff604ce03b3bc37fcd0abdd6d955b306eea127 SHA1: 3afd0586422e15561cbbc5f55a990648e0a59536 MD5sum: 9cad21d452dc52bb420b4b3f070b5934 Description: Zstandard compression library implementation of rosbag2_compression Package: ros-rolling-rosbag2-compression-zstd-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-compression-zstd Version: 0.34.0-1resolute.20260821.182127 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 354 Depends: ros-rolling-rosbag2-compression-zstd (= 0.34.0-1resolute.20260821.182127) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-compression-zstd/ros-rolling-rosbag2-compression-zstd-dbgsym_0.34.0-1resolute.20260821.182127_amd64.deb Size: 311658 SHA256: cd9eda4c1301102bdd631fc6454d86bd565338a756dfe9dca7dc5cf7e9e8c737 SHA1: d3510613809f9a97c53948da02738e059bc37220 MD5sum: e907a368cc2180d58b7760f0c9941925 Description: debug symbols for ros-rolling-rosbag2-compression-zstd Build-Ids: 352333434342d1bc49b833a25a96c8b3961a989a Package: ros-rolling-rosbag2-cpp Version: 0.34.0-1resolute.20260821.173015 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 952 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-ament-index-cpp, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rmw-implementation, ros-rolling-rosbag2-storage, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-cpp, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-cpp/ros-rolling-rosbag2-cpp_0.34.0-1resolute.20260821.173015_amd64.deb Size: 269428 SHA256: 53e74de2c96ac534f23f2abafc7b79ff43a22928b479ff311086739792fa81a9 SHA1: f2e9943fe4820395b39e32ce455548cd7a262846 MD5sum: 727451544a4ffebab56328393cb2ac58 Description: C++ ROSBag2 client library Package: ros-rolling-rosbag2-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-cpp Version: 0.34.0-1resolute.20260821.173015 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 4708 Depends: ros-rolling-rosbag2-cpp (= 0.34.0-1resolute.20260821.173015) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-cpp/ros-rolling-rosbag2-cpp-dbgsym_0.34.0-1resolute.20260821.173015_amd64.deb Size: 4391290 SHA256: 3aaf9572e23fbfbbdfb331b26e256c511c8b16c781108cdbcf5071940c1a9e3d SHA1: 107334a650b460508e530e2c08619d0e563fce71 MD5sum: 6c4bd66236f6d55ba8aefa5e08f55138 Description: debug symbols for ros-rolling-rosbag2-cpp Build-Ids: 25e0321cd42f7ce680bc97d25a2f47a2c82394f7 Package: ros-rolling-rosbag2-examples-cpp Version: 0.34.0-1resolute.20260821.181916 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1032 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rosbag2-compression, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-transport, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_examples_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-examples-cpp/ros-rolling-rosbag2-examples-cpp_0.34.0-1resolute.20260821.181916_amd64.deb Size: 162516 SHA256: 4e5289928a057c6ca5e5a5597fb5ca387600dd46af6671c81a6ca6ad6eea8407 SHA1: ccadcf10b00277c6932c640e2660a66a0d906a14 MD5sum: bce2fa0d4dd22a84b4b2b480d35674f4 Description: rosbag2 C++ API tutorials and examples Package: ros-rolling-rosbag2-examples-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-examples-cpp Version: 0.34.0-1resolute.20260821.181916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 6063 Depends: ros-rolling-rosbag2-examples-cpp (= 0.34.0-1resolute.20260821.181916) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-examples-cpp/ros-rolling-rosbag2-examples-cpp-dbgsym_0.34.0-1resolute.20260821.181916_amd64.deb Size: 5218058 SHA256: 7abe3c64cc4bca4bbe85f276ef9618dcbd8dcc7f75eb8b2d5d5dfea7fb05b47a SHA1: b5ed89e3b498969ea8d1eb1a547909fcc558cca5 MD5sum: eeb1c32f6d828b32d5ab7b781aeab562 Description: debug symbols for ros-rolling-rosbag2-examples-cpp Build-Ids: 00a5cf3825e8ad841cac30161f6889ebeb4ebdc4 4bbe72925fd3f840caf3f1c889d154208cd7ec83 5307584abba710b10c64ebb878ffd824bf78bace 90280d54a6a3a0b3c3c7feac5765758ea88c4a30 aadc4cef1a6297f16eb5647d2c7fa19ab008eb03 f2e18ba5f4c6973043f2938fde7e452bd2050e8b Package: ros-rolling-rosbag2-examples-py Version: 0.34.0-1resolute.20260821.183756 Architecture: amd64 Maintainer: "geoff" Installed-Size: 72 Depends: ros-rolling-example-interfaces, ros-rolling-rclpy, ros-rolling-rosbag2-compression, ros-rolling-rosbag2-py, ros-rolling-rosidl-runtime-py, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_examples_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-examples-py/ros-rolling-rosbag2-examples-py_0.34.0-1resolute.20260821.183756_amd64.deb Size: 12460 SHA256: 7abbb1b57d741dde77012af7c90ee5c6f4636593bb2adfb8bcb6fca82c1ceff6 SHA1: 0ccae85e5f0c44676c79236d5829327a4a337f9f MD5sum: e418da48a867e170efc2fb8fede75e09 Description: Python bag writing tutorial Package: ros-rolling-rosbag2-interfaces Version: 0.34.0-1resolute.20260811.201256 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 7924 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-interfaces/ros-rolling-rosbag2-interfaces_0.34.0-1resolute.20260811.201256_amd64.deb Size: 472940 SHA256: aed1492a416719ec3a3354433099b35928335f6d073753ac0b9887276f4759ed SHA1: d4a88d6aea59895cdfba5000dc7d6585c0640287 MD5sum: 0a5a0bcd640483f652ef3c41a203b260 Description: Interface definitions for controlling rosbag2 Package: ros-rolling-rosbag2-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-interfaces Version: 0.34.0-1resolute.20260811.201256 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 5899 Depends: ros-rolling-rosbag2-interfaces (= 0.34.0-1resolute.20260811.201256) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-interfaces/ros-rolling-rosbag2-interfaces-dbgsym_0.34.0-1resolute.20260811.201256_amd64.deb Size: 4207338 SHA256: 26fa308cdf27cd1cffd35d52385354505eaca6280a082d087eaccba3aab61800 SHA1: 4f51fbab5561d48a9db8a554327242effcaaa2f7 MD5sum: 1f0651edfb2897a6da07fb12a1231e1a Description: debug symbols for ros-rolling-rosbag2-interfaces Build-Ids: 14ee27dfc4de815bc592df4b428ef117892c2d30 151e328e88edeca8cd1148208abb7fc1b93c8666 2bc030b068fb1e90d073a878ced89d187e5fa78e 32b75ee5e0eb6b95a41dab22b5266c4d398eec47 492c1245ff30726e13a6460b6ae0eb1f49d323f9 5349b635bd3646ed3a752955874c5f2285801997 6dc49839152c60fec4f297fa849dadc11c72cc5e a6ade6695b2beea76dae936480528b6a1425b11e b1117a885a5f77363bdffcec5344ec264aa80169 c654aeab7f5bd8f16b2f0eec3c53960a7a184f14 cd0f0925cf860f127864412a7c7fc7c6f34d68b5 Package: ros-rolling-rosbag2-performance-benchmarking Version: 0.34.0-1resolute.20260821.183804 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1812 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), python3-psutil, ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-rclcpp, ros-rolling-rmw, ros-rolling-rosbag2-compression, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-performance-benchmarking-msgs, ros-rolling-rosbag2-py, ros-rolling-rosbag2-storage, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_performance_benchmarking/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking/ros-rolling-rosbag2-performance-benchmarking_0.34.0-1resolute.20260821.183804_amd64.deb Size: 345628 SHA256: 7fb75744eb557f11c02a25d3317ebe3112d42ecbf163784eab544025603b8f3d SHA1: 4693da49e146f0f6d87da7958d48b4d831583031 MD5sum: d33a9a91fa5f1935cea255c2d0b84d0d Description: Code to benchmark rosbag2 Package: ros-rolling-rosbag2-performance-benchmarking-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-performance-benchmarking Version: 0.34.0-1resolute.20260821.183804 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 9753 Depends: ros-rolling-rosbag2-performance-benchmarking (= 0.34.0-1resolute.20260821.183804) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking/ros-rolling-rosbag2-performance-benchmarking-dbgsym_0.34.0-1resolute.20260821.183804_amd64.deb Size: 8383156 SHA256: 0811d0d7536d26797f856e471300de55f9ecc2cee16029333d0a4ad1fcc6f0c9 SHA1: 8aa6c9126527fe905985cb7664bd573d476d2856 MD5sum: 7c45378d6b940b481974b907338b024d Description: debug symbols for ros-rolling-rosbag2-performance-benchmarking Build-Ids: 1be29d8e9407db4e225840ca0721e054012088f8 4cd8cef3040cd784542dee7784afa1a1883779ab 5a5dee2bcf1008fa971914c4aca0bbdb1a8382ff Package: ros-rolling-rosbag2-performance-benchmarking-msgs Version: 0.34.0-1resolute.20260811.203319 Architecture: amd64 Maintainer: "ROS Tooling Working Group" Installed-Size: 468 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_performance_benchmarking_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking-msgs/ros-rolling-rosbag2-performance-benchmarking-msgs_0.34.0-1resolute.20260811.203319_amd64.deb Size: 47416 SHA256: af4def9d93af79713b388bd30a632f0feec6b99eb822cea8c6885ca2a5e91618 SHA1: 1b9a22e4282e05f1a29c54f26c35f75a6bc07b2e MD5sum: 41dbc88c6b98d1bee0a6628ec154b318 Description: A package containing rosbag2 performance benchmarking specific messages. Package: ros-rolling-rosbag2-performance-benchmarking-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-performance-benchmarking-msgs Version: 0.34.0-1resolute.20260811.203319 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "ROS Tooling Working Group" Installed-Size: 343 Depends: ros-rolling-rosbag2-performance-benchmarking-msgs (= 0.34.0-1resolute.20260811.203319) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-performance-benchmarking-msgs/ros-rolling-rosbag2-performance-benchmarking-msgs-dbgsym_0.34.0-1resolute.20260811.203319_amd64.deb Size: 200584 SHA256: c79ed3d932a942a8c6ca906fc9eb556c26adcff2ba45130756e8b7d6625ae781 SHA1: 414d80514d2299fc783256eba9ed28e1494d1853 MD5sum: 52ad6d9687e43569f67dc31d2297879e Description: debug symbols for ros-rolling-rosbag2-performance-benchmarking-msgs Build-Ids: 10daff53cebd17b08c26168a68f83cc5fb836001 12495c1f0dbc09ec17f63dfba810c3ea44365441 2ddfb6c1fea22d66b5d6dd5be2508cd2b466f81a 4dbe2304d9c0201b15ef0107e3fe4ebb7a8d7044 5002cb026e60e4f632f1b01aada0c97d817e6e99 5b0168d141dad20d19118b55bca6a07419a8ecc4 632ca6dafdf82b890b12cdb00ec739ffae8e9c2c c3a948d21f3f584117d709f9b1c1f3e732d24a42 d33d001e8f11f7e5002539cbb871ff14debe37e2 e257443a5b040f4ec14a706e23c8f3b411adf4dc f8e9eeb83d064cab12bc665f4eed545f3011b818 Package: ros-rolling-rosbag2-py Version: 0.34.0-1resolute.20260821.181916 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2704 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-rclpy, ros-rolling-rosbag2-compression, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-storage, ros-rolling-rosbag2-transport, ros-rolling-rpyutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-py/ros-rolling-rosbag2-py_0.34.0-1resolute.20260821.181916_amd64.deb Size: 651374 SHA256: e67d35b1c943a1b9a4ebd5f560b108edf720acd67485df83c62624ed1ce750a7 SHA1: 9fdc5d8e0255d4fb0a0927a56fe7246b52a8bbde MD5sum: 4d9a0fca9cc5098f51ace55cba848bf4 Description: Python API for rosbag2 Package: ros-rolling-rosbag2-py-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-py Version: 0.34.0-1resolute.20260821.181916 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 15044 Depends: ros-rolling-rosbag2-py (= 0.34.0-1resolute.20260821.181916) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-py/ros-rolling-rosbag2-py-dbgsym_0.34.0-1resolute.20260821.181916_amd64.deb Size: 13877556 SHA256: 0c7c9657e4c8b486c96c1e5ed63bfa3dddff679e5ce9176e9756a61c2bd40928 SHA1: 37b4ea917ee9f331f90f4c0937ec05e496820b39 MD5sum: bb3f60f79a594d9f8502e6730cc1a4c7 Description: debug symbols for ros-rolling-rosbag2-py Build-Ids: 1ee8b7567925811108f524284d10686e86a6a364 28e30851346c5c4a18816514f4f40be88ed1c861 3c9cb2a861cce102ee5db62084d51aa9ee378b45 469d2f9c73eae19889d53b01c3fb0c1c9846c150 7ec87cd686d3f9dedfc7aee6bab5b0b741dbc029 9108d0ce17e5bb8fe3ffb50307be15d89fd8f850 96e90e4543c2a8d76a4ca4dabd7f59390ffe43b2 f4572725ea38e68ff80719b9f0bb49191a750e89 Package: ros-rolling-rosbag2-storage Version: 0.34.0-1resolute.20260821.165433 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 606 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_storage/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage/ros-rolling-rosbag2-storage_0.34.0-1resolute.20260821.165433_amd64.deb Size: 152142 SHA256: 0883d49590d1b7c5dcc793b56df728b07d7f49cefa30fe1246e7f3af68a48c93 SHA1: ed0d831aa838845399b8121ec1be6c11a15718bc MD5sum: a8bebc06446c0f971b85aadd67e5e593 Description: ROS2 independent storage format to store serialized ROS2 messages Package: ros-rolling-rosbag2-storage-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-storage Version: 0.34.0-1resolute.20260821.165433 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 1833 Depends: ros-rolling-rosbag2-storage (= 0.34.0-1resolute.20260821.165433) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage/ros-rolling-rosbag2-storage-dbgsym_0.34.0-1resolute.20260821.165433_amd64.deb Size: 1664558 SHA256: a44f7bc855beeea19035f44365a42c9d55d648e9dd084e4ffd0edefc8ac546af SHA1: 1136349002e5c7d2879cb52a8946add1d948ea6d MD5sum: 95fdfba67db2677b9acd20f3f3a156cb Description: debug symbols for ros-rolling-rosbag2-storage Build-Ids: 16efc8be3c939b4d7927dbad93ec35a445093ff5 Package: ros-rolling-rosbag2-storage-default-plugins Version: 0.34.0-1resolute.20260821.182223 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 44 Depends: ros-rolling-rosbag2-storage-mcap, ros-rolling-rosbag2-storage-sqlite3, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_storage_default_plugins/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-default-plugins/ros-rolling-rosbag2-storage-default-plugins_0.34.0-1resolute.20260821.182223_amd64.deb Size: 5980 SHA256: 922750ff124f40b03e77ac293a3007f9aea3b7fb39d37bf3d47404c46a64bfb7 SHA1: b9cd72ba229650f5ef4acde377a75921469c3e11 MD5sum: b9a17b441871573644dce8b9e99a4f2b Description: Intermediate metapackage to point at default storage plugin(s) for rosbag2 Package: ros-rolling-rosbag2-storage-mcap Version: 0.34.0-1resolute.20260821.180639 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 472 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-ament-index-cpp, ros-rolling-mcap-vendor, ros-rolling-pluginlib, ros-rolling-rcutils, ros-rolling-rosbag2-storage, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_storage_mcap/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-mcap/ros-rolling-rosbag2-storage-mcap_0.34.0-1resolute.20260821.180639_amd64.deb Size: 142032 SHA256: 7545dc0c463c57fd71f92fe8afabd434b65e3f52c07b49935406fee2195b9e4f SHA1: 91c27f7eb184e0460c432038eaa215b6a0effe67 MD5sum: 26e6f91fed751c745046827953601de5 Description: rosbag2 storage plugin using the MCAP file format Package: ros-rolling-rosbag2-storage-mcap-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-storage-mcap Version: 0.34.0-1resolute.20260821.180639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 1883 Depends: ros-rolling-rosbag2-storage-mcap (= 0.34.0-1resolute.20260821.180639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-mcap/ros-rolling-rosbag2-storage-mcap-dbgsym_0.34.0-1resolute.20260821.180639_amd64.deb Size: 1752158 SHA256: ba5abe2d874fb94a9e959d6d983ad2d6d59c735eed4f5f6c792e4ebc434947f8 SHA1: 4cfbfbc8a6443f70a6555fbb993aff0346cecadd MD5sum: 81390b993ba715ce43187ffe84c95b8f Description: debug symbols for ros-rolling-rosbag2-storage-mcap Build-Ids: f397c85aee9e7c07d38f1d1c86ee32269bff1f90 Package: ros-rolling-rosbag2-storage-sqlite3 Version: 0.34.0-1resolute.20260821.180818 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 587 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.7.15), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libsqlite3-dev, libyaml-cpp-dev, ros-rolling-pluginlib, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rosbag2-storage, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_storage_sqlite3/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-sqlite3/ros-rolling-rosbag2-storage-sqlite3_0.34.0-1resolute.20260821.180818_amd64.deb Size: 178798 SHA256: d5d306238d024c78f125cec4c0f08e3f1ab79e9c3eca2ebfe284e9ef17ab5f55 SHA1: 845ad81b1de42481ceec8f1faa4d7747ce256bc9 MD5sum: 595d81801ce889a1da3ee9e50d6d5c78 Description: ROSBag2 SQLite3 storage plugin Package: ros-rolling-rosbag2-storage-sqlite3-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-storage-sqlite3 Version: 0.34.0-1resolute.20260821.180818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2307 Depends: ros-rolling-rosbag2-storage-sqlite3 (= 0.34.0-1resolute.20260821.180818) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-storage-sqlite3/ros-rolling-rosbag2-storage-sqlite3-dbgsym_0.34.0-1resolute.20260821.180818_amd64.deb Size: 2150084 SHA256: 6d68adbe05b47de9a65712d03854fec2863cdfab6a75ec8ab5dea2a6c56c6963 SHA1: 2e264b807ea25e8fcb681b39e17af8b9f8638d69 MD5sum: b95a496f5807bccf37a85340010f8713 Description: debug symbols for ros-rolling-rosbag2-storage-sqlite3 Build-Ids: 7c9ee4e614e679ba2f21dff17520c55bf4dd4676 Package: ros-rolling-rosbag2-test-common Version: 0.34.0-1resolute.20260821.172005 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 139 Depends: ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-test-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_test_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-common/ros-rolling-rosbag2-test-common_0.34.0-1resolute.20260821.172005_amd64.deb Size: 21464 SHA256: ff1a2a4fa8c7e2f4154e111a473b1b9573ac362498fbd250905fbcac416bf20e SHA1: 1e769391b48779c4dde80dc321f575bcc6c02147 MD5sum: b5aec2ec248f97ed1c762f725a15b968 Description: Commonly used test helper classes and fixtures for rosbag2 Package: ros-rolling-rosbag2-test-msgdefs Version: 0.34.0-1resolute.20260811.200352 Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 7911 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_test_msgdefs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-msgdefs/ros-rolling-rosbag2-test-msgdefs_0.34.0-1resolute.20260811.200352_amd64.deb Size: 429174 SHA256: 6107ab9e49955a5c349be43a3dc64633447cf2ab2aa96b5e771ad8393e256d53 SHA1: 17dc0d853b00ba1f9cc40e98d9de6d557e403f81 MD5sum: 4b3a00ddd0a6866d43ae4578a9830a40 Description: message definition test fixtures for rosbag2 schema recording Package: ros-rolling-rosbag2-test-msgdefs-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-test-msgdefs Version: 0.34.0-1resolute.20260811.200352 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Foxglove" Installed-Size: 4723 Depends: ros-rolling-rosbag2-test-msgdefs (= 0.34.0-1resolute.20260811.200352) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-test-msgdefs/ros-rolling-rosbag2-test-msgdefs-dbgsym_0.34.0-1resolute.20260811.200352_amd64.deb Size: 3024470 SHA256: 08f80c636af79f851dc1297aff8354fa8a0d6bc279655afe90b0d52b9b7fd4e5 SHA1: 43da6ba129efd00ef8c827fd0eb364253e583a11 MD5sum: 6e15d7e864602d422f08caaad27b6c4c Description: debug symbols for ros-rolling-rosbag2-test-msgdefs Build-Ids: 12ba4fc0686f868a585e3a7b25b1b0f9ce81522e 1d3affd909b562987d759d623f67671242a3b3db 6b1d229eaa1d658f6e5bc175bc58cf3330431076 779e52369a20c1a5ae56af5810e8b714eecf8145 7ad9c948db47e0298ac854bfc2455bda0686e436 990c673b3b4bbf22c098f3a10c5b32855f15815e a0f43d771bb657bb4ea060de1db30a0b812401bc b555c01932a7e785f2f59df2ec4b3b16e82233a0 c3ea50b91817e520fe78114cdb5330e7e241cbde d01f680ee9bedca5819f49ff81e9ad887d7846b5 d9ba79233d324cb18525f8cae87856523424a608 Package: ros-rolling-rosbag2-tests Version: 0.34.0-1resolute.20260717.154044 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 47 Depends: ros-rolling-ament-index-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_tests/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-tests/ros-rolling-rosbag2-tests_0.34.0-1resolute.20260717.154044_amd64.deb Size: 7730 SHA256: f9d4b4d2fc3a086794409a5817f7a0c7bb99bfbf278f7f424004027134bba3bc SHA1: 2438a439b1f1176b33b326a5392f52db7cd952bc MD5sum: 3d0b6760c632cc90bff5f889cbecb042 Description: Tests package for rosbag2 Package: ros-rolling-rosbag2-to-video Version: 1.0.1-2resolute.20260821.184110 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 67 Depends: libopencv-dev, python3-opencv, ros-rolling-cv-bridge, ros-rolling-rclpy, ros-rolling-ros2bag, ros-rolling-rosbag2-py, ros-rolling-rosidl-runtime-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_to_video/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-to-video/ros-rolling-rosbag2-to-video_1.0.1-2resolute.20260821.184110_amd64.deb Size: 15112 SHA256: 033079d779d2428b18f11bc44c344b793a59c7327c6d6ebd17fe1cbcb3a7e408 SHA1: 8fc47358244781d80915211acfefd33001523406 MD5sum: ec4d01b52c08c63516bd9d3dfe351e3e Description: Command line tool to create a video from a rosbag recording Package: ros-rolling-rosbag2-transport Version: 0.34.0-1resolute.20260821.181014 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 2247 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-keyboard-handler, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosbag2-compression, ros-rolling-rosbag2-cpp, ros-rolling-rosbag2-interfaces, ros-rolling-rosbag2-storage, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbag2_transport/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-transport/ros-rolling-rosbag2-transport_0.34.0-1resolute.20260821.181014_amd64.deb Size: 528764 SHA256: 59596e21f8771c4a75e1b7d1fb0b97181f8615dd04a7f42120e4f9d995798521 SHA1: f06ca17f4e98b349f8d28dce5f6d3eac86dd3d9e MD5sum: c33239a79fea1f136091f702f2182ddc Description: Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware Package: ros-rolling-rosbag2-transport-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2-transport Version: 0.34.0-1resolute.20260821.181014 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 12240 Depends: ros-rolling-rosbag2-transport (= 0.34.0-1resolute.20260821.181014) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2-transport/ros-rolling-rosbag2-transport-dbgsym_0.34.0-1resolute.20260821.181014_amd64.deb Size: 11063354 SHA256: c29bb4f417aa7c18856bfc4c2f2734e519b34383def6cbd78ee6ef84beb2db0e SHA1: fd5a0fa71805ce20035ed75123a5728275fd7117 MD5sum: e3cd0fd82dc6fa583803f2d4316fd84c Description: debug symbols for ros-rolling-rosbag2-transport Build-Ids: 09a9e82b66e3eb3d81be87a8987a08e18f150aab 49d36dd4a5f34703f4c4f5e15aebd27ab4828beb 63c1ea542534eb277db65ed6fad458a6150ceff2 Package: ros-rolling-rosbag2rawlog Version: 3.5.3-1resolute.20260821.180022 Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 678 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-mrpt-libbase, ros-rolling-mrpt-libobs, ros-rolling-mrpt-libposes, libcli11-dev, ros-rolling-ament-cmake-lint-cmake, ros-rolling-ament-cmake-xmllint, ros-rolling-ament-lint-auto, ros-rolling-cv-bridge, ros-rolling-mrpt-libmaps, ros-rolling-mrpt-libros-bridge, ros-rolling-mrpt-msgs, ros-rolling-nav-msgs, ros-rolling-rosbag2-cpp, ros-rolling-sensor-msgs, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://github.com/mrpt/mrpt_ros_bridge Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2rawlog/ros-rolling-rosbag2rawlog_3.5.3-1resolute.20260821.180022_amd64.deb Size: 231726 SHA256: cec04cae13cf48652f25f37ce00886528d8e2bcd5b64361c9483e107451fa59c SHA1: 8ac6de62eccbbd7be60d6ad4e4c5481894551299 MD5sum: 5cf596b8a9a706e8ee9a1c08248e745f Description: CLI tool to transform between rosbags and rawlogs. Package: ros-rolling-rosbag2rawlog-dbgsym Package-Type: ddeb Source: ros-rolling-rosbag2rawlog Version: 3.5.3-1resolute.20260821.180022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Markus Bader" Installed-Size: 3350 Depends: ros-rolling-rosbag2rawlog (= 3.5.3-1resolute.20260821.180022) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbag2rawlog/ros-rolling-rosbag2rawlog-dbgsym_3.5.3-1resolute.20260821.180022_amd64.deb Size: 3154352 SHA256: b5a5db8fd4b3a7ca0a654c58b5df9f7b8f9c68fb1cca8b929e90920bca6ac7f3 SHA1: d17d6e1f0485d9dbe6c672f0811c011f5e6afaa4 MD5sum: acaf1f7a5d77560d99ddb78e8c3564bc Description: debug symbols for ros-rolling-rosbag2rawlog Build-Ids: d21fe13b7fab8eee6bf58947e2c91320ff8e4739 Package: ros-rolling-rosbridge-library Version: 4.2.1-1resolute.20260821.164053 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 297 Depends: python3-cbor2, python3-numpy, python3-pil, python3-ujson, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-rosidl-pycommon, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rosbridge_library Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-library/ros-rolling-rosbridge-library_4.2.1-1resolute.20260821.164053_amd64.deb Size: 45278 SHA256: 048b00ee42747ed6154ca1f2195d046ec472807bb6897d0297f3a8d3dba7e714 SHA1: b7dc5c14d89160d178dc12ff70d94bcc296c34e1 MD5sum: 942baa03d98a1cea0e587f3760b4bdaa Description: The core rosbridge package, responsible for interpreting JSON and performing the appropriate ROS action, like subscribe, publish, call service, and interact with params. Package: ros-rolling-rosbridge-msgs Version: 4.2.1-1resolute.20260813.020640 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 594 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosbridge_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-msgs/ros-rolling-rosbridge-msgs_4.2.1-1resolute.20260813.020640_amd64.deb Size: 62220 SHA256: d8b655e5007dae875d2da0513126830d00f606dc7df491de60ff6f196e4681b8 SHA1: 06fab8443589cb07109dc3f62900d143ffde1e30 MD5sum: 68bd6a130ff0ea2e33b221181f986f67 Description: Interface definitions for the rosbridge library. Package: ros-rolling-rosbridge-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosbridge-msgs Version: 4.2.1-1resolute.20260813.020640 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 506 Depends: ros-rolling-rosbridge-msgs (= 4.2.1-1resolute.20260813.020640) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-msgs/ros-rolling-rosbridge-msgs-dbgsym_4.2.1-1resolute.20260813.020640_amd64.deb Size: 336776 SHA256: c79628415498cbdc93449802e6dc135fc12045fdd3161eb63fc85d22f4ea4f3b SHA1: ec6d7b741569733fa50eb7f9196af024dd9d1d22 MD5sum: 65dbe3ea3b0210437c2ee144c19053a7 Description: debug symbols for ros-rolling-rosbridge-msgs Build-Ids: 5cdc22e737f8473a9f972a54ccfc0ea3340ccff3 60612aff45947a74ae085aae5426d6400e047225 65b1a68339ca6199997e7c762ad0f120532b40f9 6765fb3ac97213d3d6aa5af8f56daea23f12482d 7059caa10a64db128b28e2dc23f218aa32e2b63f 8cd2906ac2e7510a4254c067a3332cee7e971831 ab770e9670ca6ce0d36420fb64747bc81ce53349 c8f34d68db7d20c87fac81e6fd16857e3d814e98 cc8756010cf4dea45cd2f331fb7b8c5994086d4a cdda7b74e10b743d6ee803854453c72a094459ee ddcae045287c78c5c68e84fcc89ba60b782b7a69 Package: ros-rolling-rosbridge-server Version: 4.2.1-1resolute.20260821.173541 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 104 Depends: python3-tornado, ros-rolling-rclpy, ros-rolling-rosapi, ros-rolling-rosbridge-library, ros-rolling-rosbridge-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rosbridge_server Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-server/ros-rolling-rosbridge-server_4.2.1-1resolute.20260821.173541_amd64.deb Size: 15112 SHA256: bc112a5661e98ef2c0d9cf0549544c7b4274578fc4fb413c6e79331efaa36b9a SHA1: a57780e869bd27f695b65cff9123c56c2ed3e086 MD5sum: 162696beaf9b7d27d25500e748ad3742 Description: A WebSocket interface to rosbridge. Package: ros-rolling-rosbridge-suite Version: 4.2.1-1resolute.20260821.174946 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 45 Depends: ros-rolling-rosapi, ros-rolling-rosbridge-library, ros-rolling-rosbridge-server, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rosbridge_suite Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-suite/ros-rolling-rosbridge-suite_4.2.1-1resolute.20260821.174946_amd64.deb Size: 6304 SHA256: 3761f0e5197d035c8a42fcc7cb6dc17268c12dbc01388243ce355f371cd2ae05 SHA1: fcd759f88381d09353ef4120f6638a38bde7dc6c MD5sum: 9df7a0b19848d5123235ac7f6a82c291 Description: Rosbridge provides a JSON API to ROS functionality for non-ROS programs. There are a variety of front ends that interface with rosbridge, including a WebSocket server for web browsers to interact with. Rosbridge_suite is a meta-package containing rosbridge, various front end packages for rosbridge like a WebSocket package, and helper packages. Package: ros-rolling-rosbridge-test-msgs Version: 4.2.1-1resolute.20260813.020636 Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 15877 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rosbridge_library Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-test-msgs/ros-rolling-rosbridge-test-msgs_4.2.1-1resolute.20260813.020636_amd64.deb Size: 853044 SHA256: 61856eb06505de5cdc8e4601707523ab3d2ec6c8679a5108b898e1abc03e949c SHA1: d7f16beb31786c1e0f7da3e810797e01032a115f MD5sum: d4d14f61218164232dc60a738496e6cf Description: Message and service definitions used in internal tests for rosbridge packages. Package: ros-rolling-rosbridge-test-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosbridge-test-msgs Version: 4.2.1-1resolute.20260813.020636 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Błażej Sowa" Installed-Size: 10131 Depends: ros-rolling-rosbridge-test-msgs (= 4.2.1-1resolute.20260813.020636) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosbridge-test-msgs/ros-rolling-rosbridge-test-msgs-dbgsym_4.2.1-1resolute.20260813.020636_amd64.deb Size: 6649330 SHA256: d7be1fb2fb237f8838713b2d53133991ef4b06ce620d700953e33410074919fa SHA1: ca26ceaa5317ba5b50e20d0e50d98031e2069078 MD5sum: 006769b9f22302286b7b1a6adc7dc833 Description: debug symbols for ros-rolling-rosbridge-test-msgs Build-Ids: 0771e090ea347f081ed3a4179f0a9e5f71b2eb28 583e2ae13b5a7df81066d7bc46d189f5680a50c9 753d8943554df64a2c3607829b22bf63daa7a4fc 7d0c4b30babce527afbd1fbad61a00b5cc1bab05 7d922476b4d7fe9b60973ad817a84619fba50c6e 8431d3410aa402562bd7c95f1229a785772013f7 96ba04ca735ce9082be5b6d919e0a2b560aceb73 9a84d88dddf2158b4aa006bfd98f3db5a92e008f 9ec1af30bca85205de56b07bde7b23f11d2be116 b13e867404f57b7e42ad42c9d22faccddb50dc79 dc822a2b51e514accf4eab81674d646f51a5272e Package: ros-rolling-rosgraph-monitor-msgs Version: 0.2.3-2resolute.20260811.204059 Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1423 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosgraph_monitor_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-monitor-msgs/ros-rolling-rosgraph-monitor-msgs_0.2.3-2resolute.20260811.204059_amd64.deb Size: 139542 SHA256: b115893cd0d30e664a97cdab9d1ffda035c38aecb0580f055ac6ac3e89687e5f SHA1: f947d7dd5a54b01e29a24f54ec6bb51f95214aa1 MD5sum: 3a04058544e6569d5d9a4c3e8a29b51c Description: Interfaces for reporting observations about the ROS 2 communication graph Package: ros-rolling-rosgraph-monitor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosgraph-monitor-msgs Version: 0.2.3-2resolute.20260811.204059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Emerson Knapp Installed-Size: 1499 Depends: ros-rolling-rosgraph-monitor-msgs (= 0.2.3-2resolute.20260811.204059) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-monitor-msgs/ros-rolling-rosgraph-monitor-msgs-dbgsym_0.2.3-2resolute.20260811.204059_amd64.deb Size: 1196236 SHA256: 908267700e55ee121c6da6daa928fbdcff7407feb72e080496afebb7ad1a10d5 SHA1: 5d1e93957a9dfb3eb3f599afe1d0de5010673317 MD5sum: 8e009add02dc1cf2b36317e99f217f7f Description: debug symbols for ros-rolling-rosgraph-monitor-msgs Build-Ids: 0f2935ec4c5c30c82fe1379efb9c8975bff28fc0 10910d4276c03b535bd8bbd0f5fdbd08da7595c1 49534bf48ad41e6bf26e2b9d5584b0bfdb8142fd 4dc409bdd0ee5b552d0f678f3024a81fc34870fc 5806fe16700460f4b0b6f51732e645a9b9d9c8eb 6f013dfcdf37b26321c724d2a7fdc9ed0450b1c9 bfab8fa8b347fcf5b8cbc2a374b7708d409d0223 e42dc0e5d128d31fa7956595fdf23c4505bef7bb eab5a0609431d76b0ab3823e64c5781538c212b9 f1e015eae8cf1ddd430e4fc2170f89805bc854e6 fdbe00d3edef2b469a317af6dfefb6fa2027798b Package: ros-rolling-rosgraph-msgs Version: 2.5.1-1resolute.20260811.204128 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 1938 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rcl-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosgraph_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-msgs/ros-rolling-rosgraph-msgs_2.5.1-1resolute.20260811.204128_amd64.deb Size: 183552 SHA256: 31c8130a1665b5497cff4cc06c62b321d782eed0574fcba886cc6280d383320d SHA1: 511fe8a93b38e225232d21b96099046259efd1f5 MD5sum: 6009a5a740873333a30efa4959624725 Description: Messages relating to the ROS Computation Graph. These are generally considered to be low-level messages that end users do not interact with. Package: ros-rolling-rosgraph-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rosgraph-msgs Version: 2.5.1-1resolute.20260811.204128 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 2132 Depends: ros-rolling-rosgraph-msgs (= 2.5.1-1resolute.20260811.204128) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosgraph-msgs/ros-rolling-rosgraph-msgs-dbgsym_2.5.1-1resolute.20260811.204128_amd64.deb Size: 1753866 SHA256: ae73656d0f63b3d83b09e74508343fae99247d14ddaf2204118c6944d93ff165 SHA1: 1ae29419d933c1a0ab4fda0b6b40f711c846e0c0 MD5sum: f43c67623085fd4516163410fdee056b Description: debug symbols for ros-rolling-rosgraph-msgs Build-Ids: 22f8dba1363c55672e9d3a3a818f899151221624 2700b84f24d07620d2000e1e2130c2ad2de69d93 2d38ad49b91d155ea56196524079b3720d7168ba 4167e57fceb9d70a6fabe2981b2a6d8404641ca8 6864e792b6b65514810e731604e5685fc1459cd5 7b292097c15f6825e0934662d0cc67b18fe40d32 908409cb52cb4b07fe6f9ed50eca413130dd2c85 9ab97af9a44f118fcff1aa2969cc917a6cb81e0a a4f3eacac87a45fad0bf4636eb4fd151bf42ce34 deca4d9476cc086ed3ca432d272da63d8e806fc0 e3f43f1cf2cedb7bae0160cca45a3d71bb819ff5 Package: ros-rolling-rosidl-adapter Version: 5.3.1-2resolute.20260714.190704 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 135 Depends: python3-dev, python3-empy, ros-rolling-ament-cmake-core, ros-rolling-rosidl-cli, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_adapter/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-adapter/ros-rolling-rosidl-adapter_5.3.1-2resolute.20260714.190704_amd64.deb Size: 20182 SHA256: 9288e87b1d0bdfda309dd07fa1bb6c77fcbb3646d0c02b6da51ce09717bfb347 SHA1: 86056c0bdf9c7623bc0a8106b2833b68359e7bf6 MD5sum: c43cb1714545bf1ababe5bc5b50272dd Description: API and scripts to parse .msg/.srv/.action files and convert them to .idl. Package: ros-rolling-rosidl-buffer Version: 5.3.1-2resolute.20260714.190102 Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 96 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer/ros-rolling-rosidl-buffer_5.3.1-2resolute.20260714.190102_amd64.deb Size: 15222 SHA256: 09c3fb4ecf2b5acd57776e401f4a0405555866a312e09bad105836d7ccb8f392 SHA1: f2fcb3098bc3e3b431aec7b29b7f774e413d0975 MD5sum: b0ec5f250b6591c4de0b24fcc87bcce7 Description: Core Buffer types and implementations for ROS2 native buffer feature. Provides Buffer container type with support for multiple memory backends (CPU, GPU, custom). Package: ros-rolling-rosidl-buffer-backend Version: 5.3.1-2resolute.20260715.192302 Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 70 Depends: ros-rolling-rmw, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer_backend/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer-backend/ros-rolling-rosidl-buffer-backend_5.3.1-2resolute.20260715.192302_amd64.deb Size: 10748 SHA256: 71e55aa86d6bbf97ab5db03c182a4800d249744d355f43b26f2871ee88d63afd SHA1: c0eb0c9d290e1daf8053f4cf620db1aa4f96972a MD5sum: c7256ac2a34c5d5464c72352712a2ef5 Description: Buffer backend interface for ROS2 buffer types Package: ros-rolling-rosidl-buffer-backend-registry Version: 5.3.1-2resolute.20260728.170603 Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 213 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libtinyxml2-11 (>= 11.0.0), ros-rolling-pluginlib, ros-rolling-rmw, ros-rolling-rosidl-buffer-backend, ros-rolling-rosidl-runtime-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer_backend_registry/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer-backend-registry/ros-rolling-rosidl-buffer-backend-registry_5.3.1-2resolute.20260728.170603_amd64.deb Size: 58758 SHA256: bdb951a98f5f72fe0d39ba0cc807f3bce4fef8b728b1c1273951deb144bad6d6 SHA1: 8358ddbe42c4bcd8c8d4920f6f64e8c1f461e4de MD5sum: 3ac55487161ac4ae8a800742a29bbdd9 Description: Backend discovery and plugin loading for ROS2 buffer types Package: ros-rolling-rosidl-buffer-backend-registry-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-buffer-backend-registry Version: 5.3.1-2resolute.20260728.170603 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 569 Depends: ros-rolling-rosidl-buffer-backend-registry (= 5.3.1-2resolute.20260728.170603) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer-backend-registry/ros-rolling-rosidl-buffer-backend-registry-dbgsym_5.3.1-2resolute.20260728.170603_amd64.deb Size: 508798 SHA256: e0cecf0d8d52cbaa3216d3dc53233f8f7c350c49f770e26576d5683a9582f48c SHA1: f30daa6cb4b6ed52fd8c817f69db457fc629ecec MD5sum: 940af026c31709669f21c57f2bdbbb66 Description: debug symbols for ros-rolling-rosidl-buffer-backend-registry Build-Ids: d5bc8a871e992add4c31ed880add60ce55f6e9af Package: ros-rolling-rosidl-buffer-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-buffer Version: 5.3.1-2resolute.20260714.190102 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 50 Depends: ros-rolling-rosidl-buffer (= 5.3.1-2resolute.20260714.190102) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer/ros-rolling-rosidl-buffer-dbgsym_5.3.1-2resolute.20260714.190102_amd64.deb Size: 32858 SHA256: e20c8a4f00d69f108a5ef6fc762b24606a23a658a62966c83d6126653b6d454c SHA1: 8f1e6ffe632b248b9be33f6d399696e765a583e9 MD5sum: c7a7c874bac0b30245533bc10aa2eec7 Description: debug symbols for ros-rolling-rosidl-buffer Build-Ids: 3bfcbc49c1c880276cc8516ce6db2e45de80fb8b Package: ros-rolling-rosidl-buffer-py Version: 5.3.1-2resolute.20260714.191602 Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 253 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rosidl-buffer, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_buffer_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer-py/ros-rolling-rosidl-buffer-py_5.3.1-2resolute.20260714.191602_amd64.deb Size: 85464 SHA256: d9f2150dfcc59234dec6580f536a1aab566dca53639bbe123711809d521ca4f0 SHA1: 410ca8660a4628feea747cbe2ade5bd7dde12cad MD5sum: e0b013cf15c3de6c826c08dc603f93c8 Description: Python bindings for rosidl::Buffer, providing a Buffer class that supports vendor-specific memory backends (CPU, GPU, custom) for rclpy users. Package: ros-rolling-rosidl-buffer-py-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-buffer-py Version: 5.3.1-2resolute.20260714.191602 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "CY Chen" Installed-Size: 1029 Depends: ros-rolling-rosidl-buffer-py (= 5.3.1-2resolute.20260714.191602) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-buffer-py/ros-rolling-rosidl-buffer-py-dbgsym_5.3.1-2resolute.20260714.191602_amd64.deb Size: 965340 SHA256: 5bcdee69da7185cc623e419b306653c4aef9f712f3e4523a2d584f92f4b7caac SHA1: 2052020c922730b14cd38259417f9edf19d7b5cd MD5sum: 1cc0588fb545962a006544665c232820 Description: debug symbols for ros-rolling-rosidl-buffer-py Build-Ids: bae3193960a4a1b55f6aa94a4d9338c752439ced Package: ros-rolling-rosidl-cli Version: 5.3.1-2resolute.20260714.175512 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 164 Depends: python3-argcomplete, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_cli/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-cli/ros-rolling-rosidl-cli_5.3.1-2resolute.20260714.175512_amd64.deb Size: 31460 SHA256: b322f70c41d69f076062c649c7277cbc7445446c8f211289e2f19f12afb22695 SHA1: ddb1b5c27f6bca574538c5bfb42480fa4c396d57 MD5sum: 385c3df2845294d9e5c0418a6f3a8c91 Description: Command line tools for ROS interface generation. Package: ros-rolling-rosidl-cmake Version: 5.3.1-2resolute.20260714.192020 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 105 Depends: python3-empy, ros-rolling-ament-cmake, ros-rolling-rosidl-pycommon, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_cmake/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-cmake/ros-rolling-rosidl-cmake_5.3.1-2resolute.20260714.192020_amd64.deb Size: 15506 SHA256: dfc666dd4fe1e187aeb057f274f5848e2b06fa8fbb98a41934d72ae4d64ef2de SHA1: 982ee4497877045afb4d5edfa113f1a9f70854c8 MD5sum: 84d61028b0ae7b73ec498d6b35f7296b Description: The CMake functionality to invoke code generation for ROS interface files. Package: ros-rolling-rosidl-core-generators Version: 0.5.0-1resolute.20260811.193450 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 53 Depends: ros-rolling-ament-cmake-core, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-cpp, ros-rolling-rosidl-generator-py, ros-rolling-rosidl-generator-rs, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-cpp, ros-rolling-rosidl-typesupport-fastrtps-c, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_core_generators/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-core-generators/ros-rolling-rosidl-core-generators_0.5.0-1resolute.20260811.193450_amd64.deb Size: 7346 SHA256: ee6a1ecbc5d62a65d8fead18649f80885c5927c677ffb9ca744f6aacd5ce786b SHA1: 63af7d8103c14babe3f0fa820fdc5d280e26c0c9 MD5sum: 240eb14db71268502b010fe64674bbf6 Description: A configuration package defining core ROS interface generators. Package: ros-rolling-rosidl-core-runtime Version: 0.5.0-1resolute.20260717.155531 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 47 Depends: ros-rolling-rosidl-buffer-py, ros-rolling-rosidl-generator-py, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-cpp, ros-rolling-rosidl-typesupport-fastrtps-c, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_core_runtime/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-core-runtime/ros-rolling-rosidl-core-runtime_0.5.0-1resolute.20260717.155531_amd64.deb Size: 6416 SHA256: 7928ef3721d09bf52b6c3281283bf174a28e76c9bd31dc589b965bc7b3911a2c SHA1: 058a58cfaca111484fc4aecd61e724510904c290 MD5sum: 618724e1507694c3835694d65749a2c5 Description: A configuration package defining runtime dependencies for core ROS interfaces. Package: ros-rolling-rosidl-default-generators Version: 1.9.0-1resolute.20260811.195727 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 50 Depends: ros-rolling-action-msgs, ros-rolling-ament-cmake-core, ros-rolling-rosidl-core-generators, ros-rolling-service-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_default_generators/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-default-generators/ros-rolling-rosidl-default-generators_1.9.0-1resolute.20260811.195727_amd64.deb Size: 6844 SHA256: bd40a27e54abba8b76382d1039204c80176633c592a918bf1bae6fbe0f805e10 SHA1: e23fff345ae2bd4e140fa8312b8daf0dae0356e9 MD5sum: 4c54951837acfcd62159e46e084a08ab Description: A configuration package defining the default ROS interface generators. Package: ros-rolling-rosidl-default-runtime Version: 1.9.0-1resolute.20260811.200158 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 49 Depends: ros-rolling-action-msgs, ros-rolling-rosidl-core-runtime, ros-rolling-service-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_default_runtime/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-default-runtime/ros-rolling-rosidl-default-runtime_1.9.0-1resolute.20260811.200158_amd64.deb Size: 6786 SHA256: f4cd662c776c3f3293fe1a6f69dd5440bc538e42a06f08189d1f37c3ff99f066 SHA1: 38b8efc42a785b9a272f2ecfedb51b8424eb3eec MD5sum: 02e0ccc450a8caeee54a68fb8f1522be Description: A configuration package defining the runtime for the ROS interfaces. Package: ros-rolling-rosidl-dynamic-typesupport Version: 0.5.0-1resolute.20260714.192328 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 328 Depends: libc6 (>= 2.4), ros-rolling-rcutils, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_dynamic_typesupport/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport/ros-rolling-rosidl-dynamic-typesupport_0.5.0-1resolute.20260714.192328_amd64.deb Size: 37658 SHA256: b68d404c7aa268250ed83d33de83593cf646ecaad5804f044b50a29e109530b1 SHA1: 5ccfdeb6d2a64088effb9a9320451705a8069e16 MD5sum: 7ccf23212cedfcc58247f9b843e93bcc Description: Unified serialization support interface for dynamic typesupport in C. Package: ros-rolling-rosidl-dynamic-typesupport-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-dynamic-typesupport Version: 0.5.0-1resolute.20260714.192328 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 136 Depends: ros-rolling-rosidl-dynamic-typesupport (= 0.5.0-1resolute.20260714.192328) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport/ros-rolling-rosidl-dynamic-typesupport-dbgsym_0.5.0-1resolute.20260714.192328_amd64.deb Size: 79826 SHA256: fc095095e1b13a21100ee0e04cae96ab75dd62bce26ca6a829b29f59bafdcdd1 SHA1: c73385bfc48149c7ba6bbefc6647b75bd104e6fd MD5sum: 19cf1ebc21c43af47d8d65f847c88547 Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport Build-Ids: be12ef0f28a4e17533f1373fd38e63637194834c Package: ros-rolling-rosidl-dynamic-typesupport-fastrtps Version: 0.6.0-1resolute.20260714.195616 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 291 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-fastdds, ros-rolling-fastcdr, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rosidl-dynamic-typesupport, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_dynamic_typesupport_fastrtps/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport-fastrtps/ros-rolling-rosidl-dynamic-typesupport-fastrtps_0.6.0-1resolute.20260714.195616_amd64.deb Size: 56116 SHA256: eaa45252526b4becb4c0c72b67cb3ea075a2590fd1ad77ae462339214ded1c99 SHA1: 7bbe0127058bbcf7f00c733e2285210d10752537 MD5sum: ebd25fcae997e90b822527296ff21845 Description: FastDDS serialization support implementation for use with C/C++. Package: ros-rolling-rosidl-dynamic-typesupport-fastrtps-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-dynamic-typesupport-fastrtps Version: 0.6.0-1resolute.20260714.195616 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 722 Depends: ros-rolling-rosidl-dynamic-typesupport-fastrtps (= 0.6.0-1resolute.20260714.195616) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-dynamic-typesupport-fastrtps/ros-rolling-rosidl-dynamic-typesupport-fastrtps-dbgsym_0.6.0-1resolute.20260714.195616_amd64.deb Size: 595476 SHA256: 0f0c7bc25e278a802092ecaeca740b1df8b150ba8b924543d42d688e7072cca3 SHA1: ac74cd2487e4cee3f3d3117deca7070be8ab9d79 MD5sum: 6896ac5c9966004dc4a390632d1f73d0 Description: debug symbols for ros-rolling-rosidl-dynamic-typesupport-fastrtps Build-Ids: 93b8dc080cf664276db3229945b65e2d865d0db8 Package: ros-rolling-rosidl-generator-c Version: 5.3.1-2resolute.20260717.154036 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 181 Depends: python3-dev, ros-rolling-ament-cmake-core, ros-rolling-ament-index-python, ros-rolling-rcutils, ros-rolling-rosidl-cli, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-type-description, ros-rolling-rosidl-parser, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-c/ros-rolling-rosidl-generator-c_5.3.1-2resolute.20260717.154036_amd64.deb Size: 24392 SHA256: f67a99062a5bc41f2b91c647994b25a40ceef6a2cc9908aa143c42a17f2b5b45 SHA1: d700b7e38391e26f68c74a66f72f71002438c225 MD5sum: 879decdb92331277fd6b03df48ec4618 Description: Generate the ROS interfaces in C. Package: ros-rolling-rosidl-generator-cpp Version: 5.3.1-2resolute.20260717.154357 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 157 Depends: python3-dev, ros-rolling-ament-cmake-core, ros-rolling-ament-index-python, ros-rolling-rosidl-cli, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-type-description, ros-rolling-rosidl-parser, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-cpp/ros-rolling-rosidl-generator-cpp_5.3.1-2resolute.20260717.154357_amd64.deb Size: 22012 SHA256: 49c87b69b1c491ce29fad39fc86c6d457b34f2edb7bde3f56f661ab1a690ddcd SHA1: 0ddd29a74e25cab2c7cbbcf38b32885a017a3a35 MD5sum: 5c13630e20608cbe47b6d061b1404654 Description: Generate the ROS interfaces in C++. Package: ros-rolling-rosidl-generator-dds-idl Version: 0.14.0-1resolute.20260717.153701 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 83 Depends: ros-rolling-ament-cmake, ros-rolling-ament-index-python, ros-rolling-rosidl-cli, ros-rolling-rosidl-pycommon, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_dds_idl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-dds-idl/ros-rolling-rosidl-generator-dds-idl_0.14.0-1resolute.20260717.153701_amd64.deb Size: 11440 SHA256: 7e4b4188ae5f0288f4e059cca8ae6d4e86315d4de7b9fedc9a0fc7cb5606d166 SHA1: 58534bdcfcd22c70145286c403db76b545abe63b MD5sum: 03e6059771aa9cf814b0ed60cf029b1a Description: Generate the DDS interfaces for ROS interfaces. Package: ros-rolling-rosidl-generator-py Version: 0.28.0-1resolute.20260717.155044 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 217 Depends: python3-numpy, python3-typing-extensions, ros-rolling-ament-cmake, ros-rolling-ament-cmake-cppcheck, ros-rolling-ament-cmake-cpplint, ros-rolling-ament-cmake-flake8, ros-rolling-ament-cmake-mypy, ros-rolling-ament-cmake-pep257, ros-rolling-ament-cmake-uncrustify, ros-rolling-ament-index-python, ros-rolling-rmw, ros-rolling-rosidl-buffer-py, ros-rolling-rosidl-cli, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-parser, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-interface, ros-rolling-rpyutils, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-py/ros-rolling-rosidl-generator-py_0.28.0-1resolute.20260717.155044_amd64.deb Size: 31348 SHA256: 5372854913485a2ef19b0dfdac983c6349089d7354ffed857d2c1a9b02940d5b SHA1: e4cbdeef0800fc0e32f9bf3d8499e830107081e9 MD5sum: c5f96d1367bb6287f817a0c66c6b6c85 Description: Generate the ROS interfaces in Python. Package: ros-rolling-rosidl-generator-rs Version: 0.5.0-2resolute.20260811.193125 Architecture: amd64 Maintainer: "Esteve Fernandez" Installed-Size: 141 Depends: ros-rolling-ament-cmake, ros-rolling-ros-environment, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-parser, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_rs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-rs/ros-rolling-rosidl-generator-rs_0.5.0-2resolute.20260811.193125_amd64.deb Size: 23392 SHA256: 58e5f04a0afea852930b96551c3a9aaa9b0b74a4c84f564ee703dd8e2168f07a SHA1: b0e021760af0dd07f8bd34dde744e6e01f150940 MD5sum: 3405ad5320039698e4de792c2302842b Description: Generate the ROS interfaces in Rust. Package: ros-rolling-rosidl-generator-type-description Version: 5.3.1-2resolute.20260717.153625 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 96 Depends: python3-dev, ros-rolling-ament-cmake-core, ros-rolling-ament-index-python, ros-rolling-rosidl-cli, ros-rolling-rosidl-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_generator_type_description/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-generator-type-description/ros-rolling-rosidl-generator-type-description_5.3.1-2resolute.20260717.153625_amd64.deb Size: 15518 SHA256: da6a44223cf99fa296b8ea8f1092880441fcb360add8ba2935c8a3bbc31febd4 SHA1: a2f726df78ba01378eadd1700d7602795d0b4349 MD5sum: 38dedfb687cd1a160dd7fe034e11e94d Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-rolling-rosidl-parser Version: 5.3.1-2resolute.20260714.190853 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 128 Depends: python3-lark, ros-rolling-rosidl-adapter, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_parser/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-parser/ros-rolling-rosidl-parser_5.3.1-2resolute.20260714.190853_amd64.deb Size: 21038 SHA256: 74edfe9a9bdcb1b5789959585e63ab1c4ee560cc5dda51e375cae1653a556899 SHA1: 2b7ffb5cdc65f5becd27d27ea07535afabbcdd2e MD5sum: f68afe0de28ce6b123fecfe0f0ddb4db Description: The parser for `.idl` ROS interface files. Package: ros-rolling-rosidl-pycommon Version: 5.3.1-2resolute.20260714.191118 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 61 Depends: ros-rolling-rosidl-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_pycommon/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-pycommon/ros-rolling-rosidl-pycommon_5.3.1-2resolute.20260714.191118_amd64.deb Size: 14936 SHA256: 2b9b4710702a3f0044e6a1031df5e5732fffde4b47d8e7e27138396987952e19 SHA1: ccac82e21ca2bd2dc06cd1b61aec5eec4564fe0c MD5sum: dc22aad82cd4dd32e2eddae659a53d25 Description: Common Python functions used by rosidl packages. Package: ros-rolling-rosidl-runtime-c Version: 5.3.1-2resolute.20260714.192011 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 368 Depends: libc6 (>= 2.14), ros-rolling-ament-cmake, ros-rolling-rcutils, ros-rolling-rosidl-buffer, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-c/ros-rolling-rosidl-runtime-c_5.3.1-2resolute.20260714.192011_amd64.deb Size: 55802 SHA256: 16ee132c9a4ea55144c9f35bcf84ab5e86a0c75a061491a66e51000847d178d8 SHA1: e35d305a275053a3e3ff29493e0075b333834a3d MD5sum: b1260552071cefd11bec5894f6af020b Description: Provides definitions, initialization and finalization functions, and macros for getting and working with rosidl typesupport types in C. Package: ros-rolling-rosidl-runtime-c-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-runtime-c Version: 5.3.1-2resolute.20260714.192011 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 156 Depends: ros-rolling-rosidl-runtime-c (= 5.3.1-2resolute.20260714.192011) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-c/ros-rolling-rosidl-runtime-c-dbgsym_5.3.1-2resolute.20260714.192011_amd64.deb Size: 78572 SHA256: 9555a673a5cd870c8901086419aee52b2edcecbdff82ce97406c9a8cb6bacd78 SHA1: 64d2b053297635cabd1c3f1d2a8325086b10805d MD5sum: 4d93d7f240b3cd9a1b62c4787ef85a34 Description: debug symbols for ros-rolling-rosidl-runtime-c Build-Ids: 862cb5d6d9225649f135d917f8b9894fb1e59934 Package: ros-rolling-rosidl-runtime-cpp Version: 5.3.1-2resolute.20260714.192324 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 160 Depends: ros-rolling-ament-cmake, ros-rolling-rosidl-buffer, ros-rolling-rosidl-runtime-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-cpp/ros-rolling-rosidl-runtime-cpp_5.3.1-2resolute.20260714.192324_amd64.deb Size: 19746 SHA256: 01761e811cd316c10075468075c376b87097947b02ff29d63a06e61107db5105 SHA1: 24fb1abb1b943b64ddd58f2f8b97fed0d9349651 MD5sum: 1aa7fa9332758da9a4ba765b6d3b412d Description: Provides definitions and templated functions for getting and working with rosidl typesupport types in C++. Package: ros-rolling-rosidl-runtime-py Version: 0.16.0-1resolute.20260714.191935 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 101 Depends: python3-numpy, python3-yaml, ros-rolling-rosidl-buffer-py, ros-rolling-rosidl-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_runtime_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-runtime-py/ros-rolling-rosidl-runtime-py_0.16.0-1resolute.20260714.191935_amd64.deb Size: 21238 SHA256: aaa891d961a96dbf1c1f820409d4fd59891d12ea0e512b20f0841635127f8247 SHA1: 0af2e95ba1abca543fc23be798646c5b0e2fa64b MD5sum: 1cdd426e71ae23362e315408b51ea780 Description: Runtime utilities for working with generated ROS interfaces in Python. Package: ros-rolling-rosidl-typesupport-c Version: 3.5.0-1resolute.20260717.154728 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 156 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), python3-dev, ros-rolling-ament-cmake-core, ros-rolling-ament-index-python, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rosidl-cli, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-c/ros-rolling-rosidl-typesupport-c_3.5.0-1resolute.20260717.154728_amd64.deb Size: 23850 SHA256: 0f765ac80a538192b5bd10482804040c222a393435cdb40c7972fb455e571d49 SHA1: 38c902b8cc8f9ce5e44a4564da7ee1145161559a MD5sum: 7a905ef164765b1517eb86c4994823b1 Description: Generate the type support for C messages. Package: ros-rolling-rosidl-typesupport-c-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-typesupport-c Version: 3.5.0-1resolute.20260717.154728 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 69 Depends: ros-rolling-rosidl-typesupport-c (= 3.5.0-1resolute.20260717.154728) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-c/ros-rolling-rosidl-typesupport-c-dbgsym_3.5.0-1resolute.20260717.154728_amd64.deb Size: 49240 SHA256: 5adf156898fb34ddceb200a1378db723496fb46a09a6f9b56c652a4419d5ddf0 SHA1: 27ab1ccceb17ca3e0f91f9a32736f380e501d6a7 MD5sum: 0b8f32d354b32ffcdd143e0be924ab44 Description: debug symbols for ros-rolling-rosidl-typesupport-c Build-Ids: 5156ff29d60a6e84ad9db41b6d9958245a7caaac Package: ros-rolling-rosidl-typesupport-cpp Version: 3.5.0-1resolute.20260717.155039 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 155 Depends: libc6 (>= 2.4), libstdc++6 (>= 14), python3-dev, ros-rolling-ament-cmake-core, ros-rolling-ament-index-python, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rosidl-cli, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-type-description, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-cpp/ros-rolling-rosidl-typesupport-cpp_3.5.0-1resolute.20260717.155039_amd64.deb Size: 22790 SHA256: bee5450788a35b223510245870035441f5ce908409dc9b852cbbc57465c9904c SHA1: 80f3db43452f61c920cf6d5811b9f12f63bb989a MD5sum: 5d966e52d32a72b6570c25802e82c09f Description: Generate the type support for C++ messages. Package: ros-rolling-rosidl-typesupport-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-typesupport-cpp Version: 3.5.0-1resolute.20260717.155039 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 69 Depends: ros-rolling-rosidl-typesupport-cpp (= 3.5.0-1resolute.20260717.155039) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-cpp/ros-rolling-rosidl-typesupport-cpp-dbgsym_3.5.0-1resolute.20260717.155039_amd64.deb Size: 48992 SHA256: 7d5ffa6769c5e8a6bd09c7af4077996a414cfbba499e2f6dd31523e012edd057 SHA1: fa877b6e0ca10b11d14371597f5a09570bc30014 MD5sum: 976460f3be4eea1840dc2f96dc7b9db3 Description: debug symbols for ros-rolling-rosidl-typesupport-cpp Build-Ids: dd4f22b3dbce016bcf8228c2c18188533be2034c Package: ros-rolling-rosidl-typesupport-fastrtps-c Version: 3.10.1-2resolute.20260717.155104 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 201 Depends: python3-dev, ros-rolling-ament-cmake-ros-core, ros-rolling-ament-index-python, ros-rolling-fastcdr, ros-rolling-rmw, ros-rolling-rosidl-cli, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_fastrtps_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-c/ros-rolling-rosidl-typesupport-fastrtps-c_3.10.1-2resolute.20260717.155104_amd64.deb Size: 25750 SHA256: 03b9ca02500e9eb5aa4921e80d43f624f2abfe366a8c81cc0a2191f477c83b16 SHA1: cb6312d215fe31ba7131eb7aa1f1ed95590efcd7 MD5sum: 154cf8d7ac986c27b9927db92fb46214 Description: Generate the C interfaces for eProsima FastRTPS. Package: ros-rolling-rosidl-typesupport-fastrtps-c-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-typesupport-fastrtps-c Version: 3.10.1-2resolute.20260717.155104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 19 Depends: ros-rolling-rosidl-typesupport-fastrtps-c (= 3.10.1-2resolute.20260717.155104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-c/ros-rolling-rosidl-typesupport-fastrtps-c-dbgsym_3.10.1-2resolute.20260717.155104_amd64.deb Size: 2936 SHA256: 66692072a8017814e949c6dcaea63490d113ecc697abc56480f1b8d9e0a12c73 SHA1: d453e7ea12fa2301f5ecd0ab74a2909f7f4ef7d1 MD5sum: d8e4d614b83bf13cfc76d4bd8a4351a0 Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-c Build-Ids: 0cb3eb9ff5ecb30d4b5c1888fbdbc7500460a23b Package: ros-rolling-rosidl-typesupport-fastrtps-cpp Version: 3.10.1-2resolute.20260717.154732 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 222 Depends: python3-dev, ros-rolling-ament-cmake-ros-core, ros-rolling-ament-index-python, ros-rolling-fastcdr, ros-rolling-rmw, ros-rolling-rosidl-buffer-backend, ros-rolling-rosidl-cli, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-cpp, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_fastrtps_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-cpp/ros-rolling-rosidl-typesupport-fastrtps-cpp_3.10.1-2resolute.20260717.154732_amd64.deb Size: 29714 SHA256: a6367629b4c9a4a8a6c2a150e1eccf5dbf3e34940ec33efeea338bd510dd44e6 SHA1: 4ace9ebde77d0407ea2ab57b1e3e222e527bb79f MD5sum: 6511f6b006801cf32b580786855a2382 Description: Generate the C++ interfaces for eProsima FastRTPS. Package: ros-rolling-rosidl-typesupport-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-typesupport-fastrtps-cpp Version: 3.10.1-2resolute.20260717.154732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 19 Depends: ros-rolling-rosidl-typesupport-fastrtps-cpp (= 3.10.1-2resolute.20260717.154732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-fastrtps-cpp/ros-rolling-rosidl-typesupport-fastrtps-cpp-dbgsym_3.10.1-2resolute.20260717.154732_amd64.deb Size: 2978 SHA256: 5fd3ed77ce21c2e159e262643de0faa36a4df43e593d15bf76b7fef5c0155a0d SHA1: 9e75f0104bfee7e3acedf5700455e739070c6e5c MD5sum: 41040b24806df2ae482265a8772ea24d Description: debug symbols for ros-rolling-rosidl-typesupport-fastrtps-cpp Build-Ids: b6190d913161b88a6d28491002a8fcc4aabc132b Package: ros-rolling-rosidl-typesupport-interface Version: 5.3.1-2resolute.20260714.184856 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 58 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_interface/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-interface/ros-rolling-rosidl-typesupport-interface_5.3.1-2resolute.20260714.184856_amd64.deb Size: 8722 SHA256: a705ef3bba3299575db824ff2b8ff65396daf5bd1fba5bcde94f00120a4ab91e SHA1: 01d2ff8cd8f460864657d1c7a1e95623da6e6871 MD5sum: dbe0c54ee496aafc8b168397e802fd08 Description: The interface for rosidl typesupport packages. Package: ros-rolling-rosidl-typesupport-introspection-c Version: 5.3.1-2resolute.20260717.154402 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 177 Depends: python3-dev, ros-rolling-ament-cmake, ros-rolling-ament-index-python, ros-rolling-rosidl-buffer, ros-rolling-rosidl-cli, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-parser, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-typesupport-interface, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_introspection_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-introspection-c/ros-rolling-rosidl-typesupport-introspection-c_5.3.1-2resolute.20260717.154402_amd64.deb Size: 23790 SHA256: ecc2c953167a2eb1ecddae8125c20380ace4c71403f6c4abca695504a51ac738 SHA1: 4efd86694b7e359ea3e7bd808785ca5ce8d33648 MD5sum: 02b84859de0496b62ade418769d1c4b5 Description: Generate the message type support for dynamic message construction in C. Package: ros-rolling-rosidl-typesupport-introspection-c-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-typesupport-introspection-c Version: 5.3.1-2resolute.20260717.154402 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19 Depends: ros-rolling-rosidl-typesupport-introspection-c (= 5.3.1-2resolute.20260717.154402) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-introspection-c/ros-rolling-rosidl-typesupport-introspection-c-dbgsym_5.3.1-2resolute.20260717.154402_amd64.deb Size: 2900 SHA256: 8b10300feacb3565850568e7b08f08f524fed31ca6a794a2c965265b39f2dae5 SHA1: 4b2b4c822c20639f49ef4742dc9dcfd0b62eaa5a MD5sum: 4bd4d8a2ebf1e88db72acc15cbee9eb2 Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-c Build-Ids: 8049a2a6376f0f7ac43750470bcea3ae296eceee Package: ros-rolling-rosidl-typesupport-introspection-cpp Version: 5.3.1-2resolute.20260717.154741 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 176 Depends: python3-dev, ros-rolling-ament-cmake, ros-rolling-ament-index-python, ros-rolling-rosidl-buffer, ros-rolling-rosidl-cli, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-cpp, ros-rolling-rosidl-parser, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidl_typesupport_introspection_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-introspection-cpp/ros-rolling-rosidl-typesupport-introspection-cpp_5.3.1-2resolute.20260717.154741_amd64.deb Size: 23786 SHA256: 5d922d00af72be545b35c4e757c2dbcc116bbba4d8cb90dedbc1d285d152f576 SHA1: 38bbb3ca66c99d699142f0104cbfdd43f0171410 MD5sum: b1d2ad1151efcc933ae458133925d165 Description: Generate the message type support for dynamic message construction in C++. Package: ros-rolling-rosidl-typesupport-introspection-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosidl-typesupport-introspection-cpp Version: 5.3.1-2resolute.20260717.154741 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 19 Depends: ros-rolling-rosidl-typesupport-introspection-cpp (= 5.3.1-2resolute.20260717.154741) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidl-typesupport-introspection-cpp/ros-rolling-rosidl-typesupport-introspection-cpp-dbgsym_5.3.1-2resolute.20260717.154741_amd64.deb Size: 2982 SHA256: c5f3cb70883261a0aab373dae2f343d8fda7a16ae3e1f140f20c6f7cfcbccd9e SHA1: da38aaa60f618bbc361f2970dedb9e02207b0628 MD5sum: dde5e9fd3251f8f5c2e77d2ae64f760c Description: debug symbols for ros-rolling-rosidl-typesupport-introspection-cpp Build-Ids: 245500f1c2ebb8c0dc07a2112f7e11d05ce3e18f Package: ros-rolling-rosidlcpp Version: 0.6.0-1resolute.20260821.161030 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 45 Depends: ros-rolling-ament-cmake-core, ros-rolling-rosidlcpp-generator-c, ros-rolling-rosidlcpp-generator-cpp, ros-rolling-rosidlcpp-generator-py, ros-rolling-rosidlcpp-generator-type-description, ros-rolling-rosidlcpp-typesupport-c, ros-rolling-rosidlcpp-typesupport-cpp, ros-rolling-rosidlcpp-typesupport-fastrtps-c, ros-rolling-rosidlcpp-typesupport-fastrtps-cpp, ros-rolling-rosidlcpp-typesupport-introspection-c, ros-rolling-rosidlcpp-typesupport-introspection-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp/ros-rolling-rosidlcpp_0.6.0-1resolute.20260821.161030_amd64.deb Size: 5678 SHA256: 1787430e921c8827966f9a6527e7c85ff41132e0784fbb850d2b6168a2f7d4d6 SHA1: eb1895de1ef2ff4186242788cc85be3dcf25ee30 MD5sum: 7c747d20e4bd61d7ff5fa4ca9b8cbbc3 Description: Meta package depending on all rosidlcpp generators Package: ros-rolling-rosidlcpp-generator-c Version: 0.6.0-1resolute.20260717.154227 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 563 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake-core, ros-rolling-rcutils, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-type-description, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-c/ros-rolling-rosidlcpp-generator-c_0.6.0-1resolute.20260717.154227_amd64.deb Size: 181978 SHA256: 6114cea77ca892ea93cf8f3a069a4f23f7a2a8032b642d035f6098ac6b4edc78 SHA1: f862acb07974a1a0cd543e9c615d96024d9aa835 MD5sum: d71b15c07dee8c13bb7231301332d7c5 Description: Generate the ROS interfaces in C. Package: ros-rolling-rosidlcpp-generator-c-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-generator-c Version: 0.6.0-1resolute.20260717.154227 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 2578 Depends: ros-rolling-rosidlcpp-generator-c (= 0.6.0-1resolute.20260717.154227) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-c/ros-rolling-rosidlcpp-generator-c-dbgsym_0.6.0-1resolute.20260717.154227_amd64.deb Size: 2393832 SHA256: 9683d1bf14a55bcb5ced686f2424384231faa664e21ffe99dd7e57199311a34d SHA1: 78a17264fb38bb9235beb4bc21da41a2e6ddb273 MD5sum: 6ffb62aa87dbef086dc046cd84f417d8 Description: debug symbols for ros-rolling-rosidlcpp-generator-c Build-Ids: 1a534b9bf9b9104c0e4c0afed9ff6d8ab96fcec2 Package: ros-rolling-rosidlcpp-generator-core Version: 0.6.0-1resolute.20260714.191706 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 708 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_core/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-core/ros-rolling-rosidlcpp-generator-core_0.6.0-1resolute.20260714.191706_amd64.deb Size: 203296 SHA256: 8f8412d9b7e503fa92c1308deaa89318f864252d0e9d03b22f4de4bc91500c29 SHA1: 9028693d30fe584e6eb84c7871b0be9c1d5046fe MD5sum: 6abb37f7f1001d2382aeb484b5830a10 Description: This package provides the basis for all rosidlcpp generators Package: ros-rolling-rosidlcpp-generator-core-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-generator-core Version: 0.6.0-1resolute.20260714.191706 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 2355 Depends: ros-rolling-rosidlcpp-generator-core (= 0.6.0-1resolute.20260714.191706) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-core/ros-rolling-rosidlcpp-generator-core-dbgsym_0.6.0-1resolute.20260714.191706_amd64.deb Size: 2080220 SHA256: d212693e1e9784789122460631d23fb9ba638e6db31348a3abd7393c8372c68a SHA1: 324b1434031b41c3438908314ee05723c78fb0f7 MD5sum: b3dbd78214649e947218c32c47baf764 Description: debug symbols for ros-rolling-rosidlcpp-generator-core Build-Ids: af318bdbee52eb57ffd342b46b87acc8f895ccc2 Package: ros-rolling-rosidlcpp-generator-cpp Version: 0.6.0-1resolute.20260717.154259 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 359 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake-core, ros-rolling-rcutils, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-type-description, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-cpp/ros-rolling-rosidlcpp-generator-cpp_0.6.0-1resolute.20260717.154259_amd64.deb Size: 117694 SHA256: aee0a7e4d54d81050c0a2fdfaa2b2f813706c0cb8dc944b0784e4435a09a6e98 SHA1: cb1676c1daa1dbf4b5344a5d0e7d7e6dc518a43e MD5sum: ee91f04ee26e0645986bed8f2229a7a1 Description: Generate the ROS interfaces in C++. Package: ros-rolling-rosidlcpp-generator-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-generator-cpp Version: 0.6.0-1resolute.20260717.154259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1663 Depends: ros-rolling-rosidlcpp-generator-cpp (= 0.6.0-1resolute.20260717.154259) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-cpp/ros-rolling-rosidlcpp-generator-cpp-dbgsym_0.6.0-1resolute.20260717.154259_amd64.deb Size: 1563324 SHA256: fa38c9e22a1f340c9201750bead2d0c3c0037de92add8946238f99daed258cdb SHA1: b43700fdfe21b20d851b8bd7d4819f64a5af5f68 MD5sum: aeba07000c619e2e0e04828cadd03fba Description: debug symbols for ros-rolling-rosidlcpp-generator-cpp Build-Ids: 55e7aff0c999ac6da5b6b8958c2df645cc4bfe00 Package: ros-rolling-rosidlcpp-generator-py Version: 0.6.0-1resolute.20260717.155031 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 415 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake, ros-rolling-ament-index-python, ros-rolling-rmw, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-py/ros-rolling-rosidlcpp-generator-py_0.6.0-1resolute.20260717.155031_amd64.deb Size: 126066 SHA256: aeecb7f43a5ee779ef4250a6591d8cd04c786a3f7a934ee182cb3691e64c9f9e SHA1: 79a6c9773736234c828bd6524d2b27199ae74d75 MD5sum: 761770df7c8f0a7a96dd832591ea98a1 Description: Generate the ROS interfaces in Python. Package: ros-rolling-rosidlcpp-generator-py-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-generator-py Version: 0.6.0-1resolute.20260717.155031 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1783 Depends: ros-rolling-rosidlcpp-generator-py (= 0.6.0-1resolute.20260717.155031) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-py/ros-rolling-rosidlcpp-generator-py-dbgsym_0.6.0-1resolute.20260717.155031_amd64.deb Size: 1668918 SHA256: 11c1f3a8f3ebbaaffe6fc3d906954c141d835a83570460536dac4a3510ed77da SHA1: 51ff55360e1fc8584c9a4defd8fb412724505fa3 MD5sum: 39770a6193665cfda7729bf8a6a12500 Description: debug symbols for ros-rolling-rosidlcpp-generator-py Build-Ids: 0be5f75873eb3712687350834be61fbc2cb015d9 Package: ros-rolling-rosidlcpp-generator-type-description Version: 0.6.0-1resolute.20260714.192754 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 417 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake-core, ros-rolling-rcutils, ros-rolling-rosidl-runtime-c, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_generator_type_description/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-type-description/ros-rolling-rosidlcpp-generator-type-description_0.6.0-1resolute.20260714.192754_amd64.deb Size: 152546 SHA256: d042a6043248ca470041001a21a09bdd9f56ccd5d22c190b9a6152e2cae25b6b SHA1: 7f1e7933fe2d9ed8fbd1ae74de9eb2f57a78a37d MD5sum: d479e84ec6642ee50731c2bd906eadea Description: Generate hashes and descriptions of ROS 2 interface types, per REP-2011. Package: ros-rolling-rosidlcpp-generator-type-description-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-generator-type-description Version: 0.6.0-1resolute.20260714.192754 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 2306 Depends: ros-rolling-rosidlcpp-generator-type-description (= 0.6.0-1resolute.20260714.192754) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-generator-type-description/ros-rolling-rosidlcpp-generator-type-description-dbgsym_0.6.0-1resolute.20260714.192754_amd64.deb Size: 2173258 SHA256: 283f08edf1ca954e9407613f73cab0f29e0fd59ddc040dcd6d4fc7708ed1a44c SHA1: 6e7b9cf9dace8b72a21178cccbc274afe4749e30 MD5sum: 848f33acf4f9ce164774d72a6ffec09a Description: debug symbols for ros-rolling-rosidlcpp-generator-type-description Build-Ids: 58d5118905d07a1cff3adb1fa8d619d84f171a60 Package: ros-rolling-rosidlcpp-parser Version: 0.6.0-1resolute.20260714.191414 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 310 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rosidl-pycommon, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_parser/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-parser/ros-rolling-rosidlcpp-parser_0.6.0-1resolute.20260714.191414_amd64.deb Size: 101714 SHA256: c817c7f4b3faa7c05f65da22631c9c227aba0d8c144795d41990a1f67a37bd78 SHA1: f4727f1821acf8badcabcb0cf9528b1f81a9afb1 MD5sum: c827dab00339bcb0df157716a83d5cb3 Description: This package provides utilities to parse idl files into a json data structure Package: ros-rolling-rosidlcpp-parser-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-parser Version: 0.6.0-1resolute.20260714.191414 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1273 Depends: ros-rolling-rosidlcpp-parser (= 0.6.0-1resolute.20260714.191414) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-parser/ros-rolling-rosidlcpp-parser-dbgsym_0.6.0-1resolute.20260714.191414_amd64.deb Size: 1189204 SHA256: 55812d07ecbafbeffb638e8328c6a98458d4d1dcadb4bd45e52ee1ccb3286867 SHA1: 74e151c396f181407d6ddd23f64b89c7646a3612 MD5sum: 973901079bc61410e39359a8901f889c Description: debug symbols for ros-rolling-rosidlcpp-parser Build-Ids: 3cafaa6d8f55def6746b00cc0b201ab1f957b444 d072fc48cd0b08ec024d931e0c7bffdc731f09d9 Package: ros-rolling-rosidlcpp-typesupport-c Version: 0.6.0-1resolute.20260717.154742 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 321 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake-core, ros-rolling-ament-index-python, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rosidl-cli, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-c/ros-rolling-rosidlcpp-typesupport-c_0.6.0-1resolute.20260717.154742_amd64.deb Size: 61984 SHA256: 6fb9e9f7a5588df147b7a8cc566a0a1e5728d67d43dceeef68dd6b5ed7d706b9 SHA1: 3040b40f847121a28daa90dfee21ddd4226bd072 MD5sum: 019a7af533ac79a848a3bff9a27ea5fb Description: Generate the type support for C messages. Package: ros-rolling-rosidlcpp-typesupport-c-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-typesupport-c Version: 0.6.0-1resolute.20260717.154742 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1024 Depends: ros-rolling-rosidlcpp-typesupport-c (= 0.6.0-1resolute.20260717.154742) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-c/ros-rolling-rosidlcpp-typesupport-c-dbgsym_0.6.0-1resolute.20260717.154742_amd64.deb Size: 979090 SHA256: af13dcfb6d0e3adee7a453227a3676613a2153641a32a9d4c02e53350a9aa917 SHA1: f24904cf19f86645bc25a4adf7f0e79c998277f3 MD5sum: 7957be8d3383efb6d64a37e8e1d371ae Description: debug symbols for ros-rolling-rosidlcpp-typesupport-c Build-Ids: de868d9437aea4d4ede7dab78b73ce90072d17b1 Package: ros-rolling-rosidlcpp-typesupport-cpp Version: 0.6.0-1resolute.20260717.155052 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 321 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake-core, ros-rolling-ament-index-python, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rosidl-cli, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-type-description, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-c, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-cpp/ros-rolling-rosidlcpp-typesupport-cpp_0.6.0-1resolute.20260717.155052_amd64.deb Size: 61474 SHA256: 7ec153a1c60005f999e38cf39c16c5d28ad8891caa4ec086551d6c3fea8b9852 SHA1: dc89e0cfdad1670c9e3ea06c14704fb45a849a86 MD5sum: 49d8ae81e2670c75856d4801a24c61e8 Description: Generate the type support for C++ messages. Package: ros-rolling-rosidlcpp-typesupport-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-typesupport-cpp Version: 0.6.0-1resolute.20260717.155052 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1027 Depends: ros-rolling-rosidlcpp-typesupport-cpp (= 0.6.0-1resolute.20260717.155052) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-cpp/ros-rolling-rosidlcpp-typesupport-cpp-dbgsym_0.6.0-1resolute.20260717.155052_amd64.deb Size: 983710 SHA256: fdf5aa143b62a67f1ace8aad4338974aafe4b67a0ae5459ea40022b20499beff SHA1: abe546e203204eeb8b10fdcfbe8b104ffb8cf025 MD5sum: 30783e99904d196fcbe6f5a010dab551 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-cpp Build-Ids: 038aa53cd08891628915161a146e77c1eeb48119 Package: ros-rolling-rosidlcpp-typesupport-fastrtps-c Version: 0.6.0-1resolute.20260821.160409 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 508 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake-ros, ros-rolling-fastcdr, ros-rolling-rmw, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-fastrtps-cpp, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_fastrtps_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-fastrtps-c/ros-rolling-rosidlcpp-typesupport-fastrtps-c_0.6.0-1resolute.20260821.160409_amd64.deb Size: 97456 SHA256: 7b97a173c93f09671ed17d00954a3979b20a9e1c46df11e8fee1355175decb52 SHA1: 78dd201df2b8c022285c84d36cc7b5d4ad86573e MD5sum: 648f24a3b5fb347cc90d4cf9613441e4 Description: Generate the C interfaces for eProsima FastRTPS. Package: ros-rolling-rosidlcpp-typesupport-fastrtps-c-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-typesupport-fastrtps-c Version: 0.6.0-1resolute.20260821.160409 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1403 Depends: ros-rolling-rosidlcpp-typesupport-fastrtps-c (= 0.6.0-1resolute.20260821.160409) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-fastrtps-c/ros-rolling-rosidlcpp-typesupport-fastrtps-c-dbgsym_0.6.0-1resolute.20260821.160409_amd64.deb Size: 1318874 SHA256: 3850300d63353b7781906dc132d62d9ee2c063b37713093e49611fbf7a4c3321 SHA1: e4a01e48ce52e46da8156492895f4eb88930425d MD5sum: b42eea961438600477edc5a34b71fcc4 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-fastrtps-c Build-Ids: 059a34a6186cdb6c4908ae76d9816db071451fdf Package: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp Version: 0.6.0-1resolute.20260821.160732 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 489 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake-ros, ros-rolling-fastcdr, ros-rolling-rmw, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-cpp, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_fastrtps_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-fastrtps-cpp/ros-rolling-rosidlcpp-typesupport-fastrtps-cpp_0.6.0-1resolute.20260821.160732_amd64.deb Size: 94918 SHA256: 2b7e206684bbb50944586fface331f7418fed02dce918adc7cdf48e6d9a3a879 SHA1: 5b930dce34761083b1e98ee15a7b3d5da3d9b7d3 MD5sum: 6474649c503568d25cf2a0b80485b364 Description: Generate the C++ interfaces for eProsima FastRTPS. Package: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp Version: 0.6.0-1resolute.20260821.160732 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1407 Depends: ros-rolling-rosidlcpp-typesupport-fastrtps-cpp (= 0.6.0-1resolute.20260821.160732) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-fastrtps-cpp/ros-rolling-rosidlcpp-typesupport-fastrtps-cpp-dbgsym_0.6.0-1resolute.20260821.160732_amd64.deb Size: 1327502 SHA256: 3e3a08eee1ea47316b0f122cd87e7afa94e938bac912d84525b06bb35a24edde SHA1: 5655a25e504e825e46f113e938dde4fc86044bae MD5sum: 41782d444491a28003510dd57f156247 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-fastrtps-cpp Build-Ids: 90459918c254259a04f13c870c1524e1ae19e113 Package: ros-rolling-rosidlcpp-typesupport-introspection-c Version: 0.6.0-1resolute.20260717.154404 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 385 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-index-python, ros-rolling-rosidl-cli, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-parser, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_introspection_c/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-introspection-c/ros-rolling-rosidlcpp-typesupport-introspection-c_0.6.0-1resolute.20260717.154404_amd64.deb Size: 73886 SHA256: 62e9c3ada41fec44093f84904bee28039963f0bb041925817c4f33c15ae7b9d6 SHA1: 3642bc942a16decf7ff5a6742c0f5b7d3895abae MD5sum: 9a094c4e946f9ac1d0da5bde06105e6b Description: Generate the message type support for dynamic message construction in C. Package: ros-rolling-rosidlcpp-typesupport-introspection-c-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-typesupport-introspection-c Version: 0.6.0-1resolute.20260717.154404 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1174 Depends: ros-rolling-rosidlcpp-typesupport-introspection-c (= 0.6.0-1resolute.20260717.154404) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-introspection-c/ros-rolling-rosidlcpp-typesupport-introspection-c-dbgsym_0.6.0-1resolute.20260717.154404_amd64.deb Size: 1120502 SHA256: 59b9d9c197a3fc224fe06a80fd9cba43061b03578647c6816ba299adf1422942 SHA1: 329d112e0c4dccd0555b1cf3a77377e6bd41ba29 MD5sum: 52b954419b2335c001801422a5ab2251 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-introspection-c Build-Ids: b359d7e6120b04177d39d1b3d2dade8994430bf4 Package: ros-rolling-rosidlcpp-typesupport-introspection-cpp Version: 0.6.0-1resolute.20260717.154809 Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 385 Depends: libc6 (>= 2.34), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libfmt-dev, nlohmann-json3-dev, ros-rolling-ament-cmake, ros-rolling-ament-index-python, ros-rolling-rosidl-cli, ros-rolling-rosidl-cmake, ros-rolling-rosidl-generator-c, ros-rolling-rosidl-generator-cpp, ros-rolling-rosidl-parser, ros-rolling-rosidl-pycommon, ros-rolling-rosidl-runtime-c, ros-rolling-rosidl-runtime-cpp, ros-rolling-rosidl-typesupport-interface, ros-rolling-rosidl-typesupport-introspection-c, ros-rolling-rosidlcpp-generator-core, ros-rolling-rosidlcpp-parser, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosidlcpp_typesupport_introspection_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-introspection-cpp/ros-rolling-rosidlcpp-typesupport-introspection-cpp_0.6.0-1resolute.20260717.154809_amd64.deb Size: 74330 SHA256: bbd3ff59780e639b8d1c0a143ee89dc417ff8a85a27ede072a17b365559c3d24 SHA1: e718a659919c04e669f4653f683532e2fe741798 MD5sum: 37ad9812ac4032f5e778ac7879fc77da Description: Generate the message type support for dynamic message construction in C++. Package: ros-rolling-rosidlcpp-typesupport-introspection-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rosidlcpp-typesupport-introspection-cpp Version: 0.6.0-1resolute.20260717.154809 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Anthony Welte" Installed-Size: 1180 Depends: ros-rolling-rosidlcpp-typesupport-introspection-cpp (= 0.6.0-1resolute.20260717.154809) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosidlcpp-typesupport-introspection-cpp/ros-rolling-rosidlcpp-typesupport-introspection-cpp-dbgsym_0.6.0-1resolute.20260717.154809_amd64.deb Size: 1124982 SHA256: 1d86d38673ba25aa4187ba10c88f6b6466b3c8dee16aae04d81f3998844c3759 SHA1: aff3f902543605a20cebfd94fd4006b3fd47068a MD5sum: 2c4d278706bc1dbd007bbc7d99d234c3 Description: debug symbols for ros-rolling-rosidlcpp-typesupport-introspection-cpp Build-Ids: 8022c0a11238168af364c1181f4cc4cace70dfbb Package: ros-rolling-rosx-introspection Version: 2.3.0-2resolute.20260821.175953 Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 582 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), rapidjson-dev, ros-rolling-ament-index-cpp, ros-rolling-rclcpp, ros-rolling-rosbag2-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rosx_introspection/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosx-introspection/ros-rolling-rosx-introspection_2.3.0-2resolute.20260821.175953_amd64.deb Size: 170178 SHA256: 0146886158053c080b264e9543b6687c59f051036ae621f3275aaef0a99e11ab SHA1: 702eb8790386ad5a700fe5388dee2a1df05b8276 MD5sum: 2e9a2e53a13c1f0a102e3535cf8e7ef4 Description: Parse any ROS/ROS2 message without compile-time information Package: ros-rolling-rosx-introspection-dbgsym Package-Type: ddeb Source: ros-rolling-rosx-introspection Version: 2.3.0-2resolute.20260821.175953 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Davide Faconti Installed-Size: 2178 Depends: ros-rolling-rosx-introspection (= 2.3.0-2resolute.20260821.175953) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rosx-introspection/ros-rolling-rosx-introspection-dbgsym_2.3.0-2resolute.20260821.175953_amd64.deb Size: 2058994 SHA256: 7aa98b17c0dbf138938198c41800109bf3d54e2150f59013566cca4295c3c996 SHA1: dfc5cc7a362150a2723610f8e282f0f8337a8ee4 MD5sum: ee3ef6c1d153c1c400b47262d0a89727 Description: debug symbols for ros-rolling-rosx-introspection Build-Ids: ba6704658af2ad0c2a1a7e77945512b0ea09a4cd Package: ros-rolling-rplidar-driver Version: 1.4.1-1resolute.20260821.172059 Architecture: amd64 Maintainer: "frozenreboot" Installed-Size: 609 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-diagnostic-updater, ros-rolling-geometry-msgs, ros-rolling-launch-ros, ros-rolling-lifecycle-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rplidar_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rplidar-driver/ros-rolling-rplidar-driver_1.4.1-1resolute.20260821.172059_amd64.deb Size: 173242 SHA256: f78f7fbe58f8b96b218ed2d6b8e2a9013177756c3e6e8bc2cfe6b1e9defc9e6c SHA1: 1a1c5b10acc0622fae1ea66aa8b46c6d994e4791 MD5sum: aae86c42836bc86c443d617eebcbb8e4 Description: A modern, lifecycle-managed ROS2 driver for Slamtec RPLidar. Features multithreaded scanning, non-blocking I/O, and C++17 architecture. Package: ros-rolling-rplidar-driver-dbgsym Package-Type: ddeb Source: ros-rolling-rplidar-driver Version: 1.4.1-1resolute.20260821.172059 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "frozenreboot" Installed-Size: 2715 Depends: ros-rolling-rplidar-driver (= 1.4.1-1resolute.20260821.172059) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rplidar-driver/ros-rolling-rplidar-driver-dbgsym_1.4.1-1resolute.20260821.172059_amd64.deb Size: 2433434 SHA256: 298671ad2ea7696367200f9c5a30d764caa42966ff5384a43a54ce0c2ed78bce SHA1: f4723f46dd5d83f2e859c7bbdc455282ace5c09b MD5sum: 42634fa520ede520a3d0f1b1131ce9e5 Description: debug symbols for ros-rolling-rplidar-driver Build-Ids: 72095a3c991741f2cd68022454cb6bc5aa6b8e7b 7e72a2084153846d897bff6e9db532d1683cdf96 Package: ros-rolling-rpyutils Version: 0.8.0-1resolute.20260714.181644 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 42 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rpyutils/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rpyutils/ros-rolling-rpyutils_0.8.0-1resolute.20260714.181644_amd64.deb Size: 7678 SHA256: e2d8291c813bfdd0ae63c0c62bdbac907a649e508400c2aa634656d33304478c SHA1: d59336a65d8feb1c99d68f2134beb2c1509b2d49 MD5sum: 6ae005484cb03ba09bad8eabf7d28f8c Description: Package containing various utility types and functions for Python Package: ros-rolling-rqt Version: 2.0.2-1resolute.20260821.180621 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 26 Depends: ros-rolling-rqt-gui (>= 0.3.0), ros-rolling-rqt-gui-cpp (>= 0.3.0), ros-rolling-rqt-gui-py (>= 0.3.0), ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt/ros-rolling-rqt_2.0.2-1resolute.20260821.180621_amd64.deb Size: 3242 SHA256: 65f979af1f28bdd59e819e19b19c5e28397cc5a13f991c83ac76206190293a84 SHA1: 611cf8576aa31646424e5d62986d2316c74a1bec MD5sum: 4014b537041e8dc4a5d46a579d92a2a4 Description: rqt is a Qt-based framework for GUI development for ROS. Package: ros-rolling-rqt-action Version: 3.0.0-1resolute.20260821.180456 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 42 Depends: ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-msg, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_action Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-action/ros-rolling-rqt-action_3.0.0-1resolute.20260821.180456_amd64.deb Size: 6788 SHA256: 49e9d4a278d8bdeb96e3b3589bd9b493a65dec13fb046f2cba8192a1ad4f91a0 SHA1: 79f12b234895e2dc3458cfefae01b0c87228160a MD5sum: 43b1f46864b0853805c9c3608a59fe23 Description: rqt_action provides a feature to introspect all available ROS action types. Package: ros-rolling-rqt-bag Version: 2.3.4-1resolute.20260825.165517 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 540 Depends: python3-yaml, ros-rolling-ament-index-python, ros-rolling-builtin-interfaces, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-rclpy, ros-rolling-rosbag2-py, ros-rolling-rosidl-runtime-py, ros-rolling-rqt-gui (>= 0.2.12), ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_bag Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-bag/ros-rolling-rqt-bag_2.3.4-1resolute.20260825.165517_amd64.deb Size: 119816 SHA256: 1517f1cb0903d21e305f0a356edefa6b1f85f9f2c718094ce823e8c2c5a2ca45 SHA1: 008606e95a53cc2e48e34ec8ff91af342e63c783 MD5sum: 93d6439b2a41fd62c43a9f54fd80cecc Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-rolling-rqt-bag-plugins Version: 2.3.4-1resolute.20260825.173543 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 147 Depends: python3-cairo, python3-numpy, python3-pil, ros-rolling-ament-index-python, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-rosbag2, ros-rolling-rqt-bag, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-plot, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_bag Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-bag-plugins/ros-rolling-rqt-bag-plugins_2.3.4-1resolute.20260825.173543_amd64.deb Size: 37928 SHA256: 011302c608e00c7824de4e40526dda105fce5fd25c65fb3f103ee5b0659f608b SHA1: 16a9a5ee3322f75cb241856a9d00eaa198852a5c MD5sum: 188d6f591afd6a2fa4cd58ac10ab6693 Description: rqt_bag provides a GUI plugin for displaying and replaying ROS bag files. Package: ros-rolling-rqt-common-plugins Version: 1.2.0-4resolute.20260825.175246 Architecture: amd64 Maintainer: Ivan Paunovic Installed-Size: 46 Depends: ros-rolling-rqt-action, ros-rolling-rqt-bag, ros-rolling-rqt-bag-plugins, ros-rolling-rqt-console, ros-rolling-rqt-graph, ros-rolling-rqt-image-view, ros-rolling-rqt-msg, ros-rolling-rqt-plot, ros-rolling-rqt-publisher, ros-rolling-rqt-py-common, ros-rolling-rqt-py-console, ros-rolling-rqt-reconfigure, ros-rolling-rqt-service-caller, ros-rolling-rqt-shell, ros-rolling-rqt-srv, ros-rolling-rqt-topic, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt_common_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-common-plugins/ros-rolling-rqt-common-plugins_1.2.0-4resolute.20260825.175246_amd64.deb Size: 6796 SHA256: a1a91da23ca622db2abb89a12497f80364ec7c84eeac4fd2dd4f27cd88e2e00b SHA1: 7cba8bd6da1c42591af9738d10164f5d6b20000d MD5sum: 4d809f298a91355a195e18e669d4be2e Description: rqt_common_plugins metapackage provides ROS backend graphical tools suite that can be used on/off of robot runtime. To run any rqt plugins, just type in a single command "rqt", then select any plugins you want from the GUI that launches afterwards. rqt consists of three following metapackages: rqt - core modules of rqt (ROS GUI) framework. rqt plugin developers barely needs to pay attention to this metapackage. rqt_common_plugins (you're here!) rqt_robot_plugins - rqt plugins that are particularly used with robots during their runtime. Package: ros-rolling-rqt-console Version: 3.0.1-1resolute.20260821.173730 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 368 Depends: ros-rolling-ament-index-python, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_console Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-console/ros-rolling-rqt-console_3.0.1-1resolute.20260821.173730_amd64.deb Size: 70124 SHA256: 4146ae8e2e2fb575ee81634d51ec0ae83091e65062c8f006813d127f4627ba2d SHA1: cb90fcc9236721df10c082f92baf69ef537cf6e4 MD5sum: 652a56434391ec4b85dcdba318b7c2ec Description: rqt_console provides a GUI plugin for displaying and filtering ROS messages. Package: ros-rolling-rqt-controller-manager Version: 6.9.0-1resolute.20260826.131703 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 141 Depends: ros-rolling-controller-manager, ros-rolling-controller-manager-msgs, ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt_controller_manager Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-controller-manager/ros-rolling-rqt-controller-manager_6.9.0-1resolute.20260826.131703_amd64.deb Size: 46090 SHA256: 8a92047dfc423413107f1275774f04d41da522a589efd1f75af766c37ef641b8 SHA1: 6b1b1684bb3c0d2ae6f882e813989ea08eeb8df3 MD5sum: 091c32ef0f572ae7d2eee7ff31217245 Description: Graphical frontend for interacting with the controller manager. Package: ros-rolling-rqt-dotgraph Version: 0.0.5-2resolute.20260821.180452 Architecture: amd64 Maintainer: Alexander Xydes Installed-Size: 301 Depends: libpyside2-dev, libshiboken2-dev, pyqt5-dev, python3-pyqt5, python3-pyqt5.qtsvg, python3-pyside2.qtsvg, python3-sip-dev, ros-rolling-ament-index-python, ros-rolling-python-qt-binding, ros-rolling-qt-dotgraph (>= 1.1.2), ros-rolling-qt-gui-py-common, ros-rolling-rqt-graph, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-std-msgs, shiboken2, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rqt_dotgraph/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-dotgraph/ros-rolling-rqt-dotgraph_0.0.5-2resolute.20260821.180452_amd64.deb Size: 68942 SHA256: de383421e1fb7d826380e5184631c344eecd50b0f33e6659a477abe88b9389b1 SHA1: 32d1177f2508b35e075c8b4cff953438f3002127 MD5sum: ac1dabfea45b416be43b6c29da350964 Description: rqt GUI plugin to visualize dot graphs. Package: ros-rolling-rqt-gauges Version: 0.0.3-2resolute.20260821.173752 Architecture: amd64 Maintainer: Eloy Bricneo Installed-Size: 154 Depends: ros-rolling-ament-index-python, ros-rolling-qt-gui, ros-rolling-qt-gui-py-common, ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rqt_gauges/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gauges/ros-rolling-rqt-gauges_0.0.3-2resolute.20260821.173752_amd64.deb Size: 30224 SHA256: 46ced967a1daf30a7e1ca0f4571151d0449b7b60ee68eb98616294fb41cd8780 SHA1: 228cd3dde0c51ab74721bd0087c2af7b1c05465f MD5sum: 7db76cba0f4e7b671c4d31586dee052f Description: Visualization plugin for several sensors. Package: ros-rolling-rqt-graph Version: 2.0.2-1resolute.20260821.173813 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 244 Depends: libpyside6-dev, libshiboken6-dev, pyqt6-dev, pyqt6-dev-tools, python3-pyqt6, python3-pyqt6.qtsvg, python3-pyqtbuild, python3-pyside6.qtsvg, python3-sipbuild, qt6-base-dev, ros-rolling-ament-index-python, ros-rolling-python-qt-binding, ros-rolling-qt-dotgraph (>= 1.1.2), ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, shiboken6, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_graph Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-graph/ros-rolling-rqt-graph_2.0.2-1resolute.20260821.173813_amd64.deb Size: 57024 SHA256: 740fe7554b7827b510dfc847e59f1acdd1f40f5cf8ffe40d272612b02f02066d SHA1: 0f0ac520ab16693653a30fcd6b236aa8b51bf7c2 MD5sum: 89905e25d27606d7671ce87d05dbc04f Description: rqt_graph provides a GUI plugin for visualizing the ROS computation graph. Its components are made generic so that other packages where you want to achieve graph representation can depend upon this pkg (use rqt_dep to find out the pkgs that depend. rqt_dep itself depends on rqt_graph too). Package: ros-rolling-rqt-gui Version: 2.0.2-1resolute.20260821.164057 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 177 Depends: python3-catkin-pkg-modules, ros-rolling-ament-index-python, ros-rolling-python-qt-binding, ros-rolling-qt-gui (>= 0.3.0), ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt_gui Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gui/ros-rolling-rqt-gui_2.0.2-1resolute.20260821.164057_amd64.deb Size: 97714 SHA256: bbe95f55f4d68bb6fdc3dc1c5d55c7f7a8a08702dbdf0c080597b42233b44783 SHA1: 8a85523205c9416a9da8c2d7ad440c93d88ffc3d MD5sum: 95d4bd1f28d2cebe84c861c9f09b1c79 Description: rqt_gui provides the main to start an instance of the ROS integrated graphical user interface provided by qt_gui. Package: ros-rolling-rqt-gui-cpp Version: 2.0.2-1resolute.20260821.164340 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 360 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libqt6core6t64 (>= 6.10.2), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-pluginlib, ros-rolling-qt-gui-cpp (>= 0.3.0), ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt_gui_cpp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gui-cpp/ros-rolling-rqt-gui-cpp_2.0.2-1resolute.20260821.164340_amd64.deb Size: 119862 SHA256: 9794ec70c18921c00f91604501d0d69ed92bd3c7572b218521f77411e8ece29e SHA1: 8d8cbc2c1ffc9d7241316d41c2fcbfd97c685f19 MD5sum: d9bfdaff9ea7730bd232e95530bb8740 Description: rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS. Package: ros-rolling-rqt-gui-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-rqt-gui-cpp Version: 2.0.2-1resolute.20260821.164340 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 1880 Depends: ros-rolling-rqt-gui-cpp (= 2.0.2-1resolute.20260821.164340) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gui-cpp/ros-rolling-rqt-gui-cpp-dbgsym_2.0.2-1resolute.20260821.164340_amd64.deb Size: 1773096 SHA256: c2a034bb578de5fa75b0ff3a5e51c8800871061268ead9e24d29240d2d39e279 SHA1: d6678677cc16108643bdee0a39f86ff9ad6bd916 MD5sum: a1ec90f5079a4dcf3fa2ea8cf4340660 Description: debug symbols for ros-rolling-rqt-gui-cpp Build-Ids: f2fd41f02635d1b4b88d03bec9b898888a5aee24 Package: ros-rolling-rqt-gui-py Version: 2.0.2-1resolute.20260821.173508 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 50 Depends: ros-rolling-python-qt-binding, ros-rolling-qt-gui (>= 0.3.0), ros-rolling-rclpy, ros-rolling-rqt-gui (>= 0.3.0), ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt_gui_py Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-gui-py/ros-rolling-rqt-gui-py_2.0.2-1resolute.20260821.173508_amd64.deb Size: 8946 SHA256: ad309f2d6594cc83f05baa6abc4040d154b7330c52b54f319627e6cca3a4db58 SHA1: 0008365df03d7e11dfa747b0cccd5e492343ea6f MD5sum: 0dac40cb0365471ff26a1bc17b84d00e Description: rqt_gui_py enables GUI plugins to use the Python client library for ROS. Package: ros-rolling-rqt-image-overlay-layer Version: 0.5.0-2resolute.20260824.144313 Architecture: amd64 Maintainer: ijnek Installed-Size: 57 Depends: qtbase5-dev, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rcpputils, ros-rolling-rosidl-runtime-cpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rqt_image_overlay_layer/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-overlay-layer/ros-rolling-rqt-image-overlay-layer_0.5.0-2resolute.20260824.144313_amd64.deb Size: 8480 SHA256: 2400ace2bb00852a55dc230be25eeeeec2f4aa2898369b98d181256907b91838 SHA1: 170bc3060ce5bb1032c1a2d2b12db88b2fd930a5 MD5sum: 687f093be8df573d37115d62d2128712 Description: Provides an rqt_image_overlay_layer plugin interface, and a template impelementation class Package: ros-rolling-rqt-image-view Version: 2.0.5-2resolute.20260821.170931 Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 518 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), qt6-base-dev, ros-rolling-cv-bridge, ros-rolling-geometry-msgs, ros-rolling-image-transport, ros-rolling-qt-gui-cpp, ros-rolling-rclcpp, ros-rolling-rqt-gui, ros-rolling-rqt-gui-cpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_image_view Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-view/ros-rolling-rqt-image-view_2.0.5-2resolute.20260821.170931_amd64.deb Size: 216086 SHA256: 07406adc0acff149b703c85f88eb60d341ef7597ce8cad50cdaccaeecc9f4c7e SHA1: 92bed1a1e95b504591a6f48bf1b0b4f86b63e5d4 MD5sum: 46a246216640c92fb45fe346624809e3 Description: rqt_image_view provides a GUI plugin for displaying images using image_transport. Package: ros-rolling-rqt-image-view-dbgsym Package-Type: ddeb Source: ros-rolling-rqt-image-view Version: 2.0.5-2resolute.20260821.170931 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Mabel Zhang Installed-Size: 2782 Depends: ros-rolling-rqt-image-view (= 2.0.5-2resolute.20260821.170931) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-image-view/ros-rolling-rqt-image-view-dbgsym_2.0.5-2resolute.20260821.170931_amd64.deb Size: 2655372 SHA256: 23bb668e928f34bea2e605f2ae1fac1b7160983e6d45ed1ddd19b7cbaca38676 SHA1: e82b297a3319e54be0a0766a7bec25bae69b383f MD5sum: 04bb20a4c86878060b67b6867bd9f940 Description: debug symbols for ros-rolling-rqt-image-view Build-Ids: 806fd269b384409df509cfe36f90b9298aad87e3 Package: ros-rolling-rqt-joint-trajectory-controller Version: 6.9.0-1resolute.20260821.173855 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 203 Depends: python3-rospkg, ros-rolling-control-msgs, ros-rolling-controller-manager-msgs, ros-rolling-python-qt-binding, ros-rolling-qt-gui, ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-trajectory-msgs, ros-rolling-urdfdom-py, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-joint-trajectory-controller/ros-rolling-rqt-joint-trajectory-controller_6.9.0-1resolute.20260821.173855_amd64.deb Size: 47908 SHA256: b8b3bc6357b49b7cb359ade572d5d3d2737bd2ae0e4682f89279ac9e4904377c SHA1: e0c68aef0f875dff5c59b77d1175eee11ab71c88 MD5sum: 4f10a988276b347bd9f59c7f0673d052 Description: Graphical frontend for interacting with joint_trajectory_controller instances. Package: ros-rolling-rqt-moveit Version: 1.0.1-5resolute.20260821.174507 Architecture: amd64 Maintainer: Isaac I.Y. Saito Installed-Size: 81 Depends: ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-rqt-topic, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_moveit Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-moveit/ros-rolling-rqt-moveit_1.0.1-5resolute.20260821.174507_amd64.deb Size: 17568 SHA256: cdc7f68c9180a2c90078022a3cd2dfcb13aa1afe2bc22d43d073b142b7348622 SHA1: 9fe50f49878dcdf701282364525b6872b5da2738 MD5sum: 256c5c5d868d5583993cb1636b372d88 Description: An rqt-based tool that assists monitoring tasks for MoveIt! motion planner developers and users. Currently the following items are monitored if they are either running, existing or published: Node: /move_group Parameter: [/robot_description, /robot_description_semantic] Topic: Following types are monitored. Published "names" are ignored. [sensor_msgs/PointCloud, sensor_msgs/PointCloud2, sensor_msgs/Image, sensor_msgs/CameraInfo] Since this package is not made by the MoveIt! development team (although with assistance from the them), please post issue reports to the designated tracker (not MoveIt!'s main tracker). Package: ros-rolling-rqt-msg Version: 2.0.2-1resolute.20260821.173832 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 83 Depends: ros-rolling-ament-index-python, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-rclpy, ros-rolling-rosidl-runtime-py, ros-rolling-rqt-console, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_msg Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-msg/ros-rolling-rqt-msg_2.0.2-1resolute.20260821.173832_amd64.deb Size: 17046 SHA256: bc2dcaa018795fd2e9b8109abcb384f456901db23dca7314b021d26ffd1ee0a0 SHA1: 5f33982583ac90b3f09e7879249d68e4b602b8cd MD5sum: b9940864d64bdc50db73ae8168b28a23 Description: A Python GUI plugin for introspecting available ROS message types. Package: ros-rolling-rqt-plot Version: 2.0.1-1resolute.20260821.174523 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 219 Depends: python3-matplotlib, python3-numpy, ros-rolling-ament-index-python, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-gui-py-common (>= 0.2.25), ros-rolling-rclpy, ros-rolling-rosidl-parser, ros-rolling-rosidl-runtime-py, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_plot Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-plot/ros-rolling-rqt-plot_2.0.1-1resolute.20260821.174523_amd64.deb Size: 54746 SHA256: c61bdade6e511ee3c3536857989667185721cce7393b59f1704a228fb049e7f2 SHA1: c60ff4b692b90ee3835bb1db4488ea90f39a99a9 MD5sum: c89969dfa5af157d7c0698b8fc305df7 Description: rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends. Package: ros-rolling-rqt-publisher Version: 2.0.1-1resolute.20260821.174530 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 129 Depends: python3-numpy, ros-rolling-ament-index-python, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-gui-py-common, ros-rolling-rclpy, ros-rolling-rosidl-runtime-py, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_publisher Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-publisher/ros-rolling-rqt-publisher_2.0.1-1resolute.20260821.174530_amd64.deb Size: 30714 SHA256: 81682f9c57327c71555219da38de1015780b1316882e49634721257552d3a739 SHA1: 7a1273a7d6fc79fb118b5fdd99b58de81c966e99 MD5sum: 99d46b3aeceb8b2ade241bd19ec01cfd Description: rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values. Package: ros-rolling-rqt-py-common Version: 2.0.2-1resolute.20260821.164100 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 139 Depends: qt6-base-dev, ros-rolling-python-qt-binding (>= 0.3.4), ros-rolling-qt-gui, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rqt_py_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-py-common/ros-rolling-rqt-py-common_2.0.2-1resolute.20260821.164100_amd64.deb Size: 21254 SHA256: 55e11698056e140b857118082623c63844caeb6131d9cf95054de0de98ae960a SHA1: da6e9662b04a59f3567d85fd9fff001630318875 MD5sum: 76d38af67216b8ecdcaedc94d29b9439 Description: rqt_py_common provides common functionality for rqt plugins written in Python. Despite no plugin is provided, this package is part of the rqt_common_plugins repository to keep refactoring generic functionality from these common plugins into this package as easy as possible. Functionality included in this package should cover generic ROS concepts and should not introduce any special dependencies beside "ros_base". Package: ros-rolling-rqt-py-console Version: 2.0.1-1resolute.20260821.174534 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 68 Depends: ros-rolling-ament-index-python, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-gui, ros-rolling-qt-gui-py-common, ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_py_console Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-py-console/ros-rolling-rqt-py-console_2.0.1-1resolute.20260821.174534_amd64.deb Size: 12848 SHA256: febb351b9c1c0328da0b48fe01a7a32386881e5303add4aef4f93f7275cb7c72 SHA1: 8ee270a867e90c90b8848c46b0af3804f858c951 MD5sum: 5e1e0da52341b8bcbb741cf331a711f6 Description: rqt_py_console is a Python GUI plugin providing an interactive Python console. Package: ros-rolling-rqt-reconfigure Version: 2.0.2-1resolute.20260821.174519 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 305 Depends: python3-yaml, ros-rolling-ament-index-python, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-gui-py-common, ros-rolling-rclpy, ros-rolling-rqt-console, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_reconfigure Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-reconfigure/ros-rolling-rqt-reconfigure_2.0.2-1resolute.20260821.174519_amd64.deb Size: 63136 SHA256: 7092b31a80e9768365d6d08ac9333e9bc533b91798807982b60c910c1452e8d1 SHA1: 3357fc0b06f32f864f9453314d1d1a147019999c MD5sum: 5f40384c9e90acee4ed90849fc0068dc Description: This rqt plugin provides a way to view and edit parameters on nodes. Package: ros-rolling-rqt-robot-dashboard Version: 0.6.1-5resolute.20260821.175046 Architecture: amd64 Maintainer: Aaron Blasdel Installed-Size: 2583 Depends: ros-rolling-diagnostic-msgs, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-gui, ros-rolling-rclpy, ros-rolling-rqt-console (>= 0.3.1), ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-robot-monitor, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_dashboard Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-robot-dashboard/ros-rolling-rqt-robot-dashboard_0.6.1-5resolute.20260821.175046_amd64.deb Size: 59008 SHA256: f54366dc8d773722d8e51f56dcb8350cc94c42e20256ff2c734859e7c8df9b13 SHA1: 96ff1c0ce6ddba448bce25864d834dd9f15ca9bb MD5sum: 81127d68a2581f7cd7f0f7c24e7bb35f Description: rqt_robot_dashboard provides an infrastructure for building robot dashboard plugins in rqt. Package: ros-rolling-rqt-robot-monitor Version: 1.0.6-2resolute.20260821.174630 Architecture: amd64 Maintainer: Arne Hitzmann Installed-Size: 173 Depends: python3-rospkg-modules, ros-rolling-diagnostic-msgs, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-gui, ros-rolling-qt-gui-py-common, ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_monitor Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-robot-monitor/ros-rolling-rqt-robot-monitor_1.0.6-2resolute.20260821.174630_amd64.deb Size: 37312 SHA256: 56c2e725ab993e9ee420bcf8f1c83c1638e3238bd0e247d31a333dc2c55f058d SHA1: 9402edf5556ea1d9c6f73fae6d79d917e32228d1 MD5sum: c7390434ac8589619da253dead62c64a Description: rqt_robot_monitor displays diagnostics_agg topics messages that are published by diagnostic_aggregator. rqt_robot_monitor is a direct port to rqt of robot_monitor. All diagnostics are fall into one of three tree panes depending on the status of diagnostics (normal, warning, error/stale). Status are shown in trees to represent their hierarchy. Worse status dominates the higher level status. Ex. 'Computer' category has 3 sub devices. 2 are green but 1 is error. Then 'Computer' becomes error. You can look at the detail of each status by double-clicking the tree nodes. Currently re-usable API to other pkgs are not explicitly provided. Package: ros-rolling-rqt-robot-steering Version: 5.0.0-1resolute.20260821.174620 Architecture: amd64 Maintainer: "Dirk Thomas" Installed-Size: 101 Depends: ros-rolling-ament-index-python, ros-rolling-geometry-msgs, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_robot_steering Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-robot-steering/ros-rolling-rqt-robot-steering_5.0.0-1resolute.20260821.174620_amd64.deb Size: 16264 SHA256: df6e24ee1a9b61a5f6f40d391098f3e90a23df09cc7f64b95ea821961b2ba26d SHA1: 840d8895651d7358fdd5db236fa8d69750a9bb8e MD5sum: c7ea904d8ee2f25d578927b345594825 Description: rqt_robot_steering provides a GUI plugin for steering a robot using Twist messages. Package: ros-rolling-rqt-runtime-monitor Version: 1.0.0-5resolute.20260821.174641 Architecture: amd64 Maintainer: Aaron Blasdel Installed-Size: 79 Depends: python3-rospkg, ros-rolling-ament-index-python, ros-rolling-diagnostic-msgs, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-gui, ros-rolling-rclpy, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_runtime_monitor Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-runtime-monitor/ros-rolling-rqt-runtime-monitor_1.0.0-5resolute.20260821.174641_amd64.deb Size: 16942 SHA256: db32d2eb083ddba17f7ff9dfbd627817e2d5771925b4a6d3056a066664cabd5c SHA1: dfc8215cbbf5bf660f5c5b2035e43e66be54049f MD5sum: df05bb469209f8257d195bc9396eeccd Description: rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages. Package: ros-rolling-rqt-service-caller Version: 2.0.2-1resolute.20260821.180452 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 89 Depends: ros-rolling-ament-index-python, ros-rolling-python-qt-binding, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_service_caller Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-service-caller/ros-rolling-rqt-service-caller_2.0.2-1resolute.20260821.180452_amd64.deb Size: 19886 SHA256: b8f84ce43608e5c5bd4db7acee1ec9d5d199905d64ee84966578d99f482a8ab6 SHA1: 1a6a184259e72e1913f445625fd412605eb6afa0 MD5sum: 311e6863d76d8392890db72e49e741f5 Description: rqt_service_caller provides a GUI plugin for calling arbitrary services. Package: ros-rolling-rqt-shell Version: 2.0.1-1resolute.20260821.180621 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 79 Depends: ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-gui, ros-rolling-qt-gui-py-common, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_shell Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-shell/ros-rolling-rqt-shell_2.0.1-1resolute.20260821.180621_amd64.deb Size: 16350 SHA256: f2d621591f26449ae9cb26f1fc95806f1e96c30390feac3fe85408b8f04ed996 SHA1: 3a5cbca8029e70dac1d48b2d27ced93f3daeb491 MD5sum: df6d92cb6ff53471a3e07853e3f0eef3 Description: rqt_shell is a Python GUI plugin providing an interactive shell. Package: ros-rolling-rqt-srv Version: 2.0.0-1resolute.20260821.180451 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 42 Depends: ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-msg, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_srv Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-srv/ros-rolling-rqt-srv_2.0.0-1resolute.20260821.180451_amd64.deb Size: 6976 SHA256: d46cc59bd95620141d5a6dd6a1202950dc67c9a871dceca2042d629589bd6473 SHA1: e413545adaad88ce33d3fdb64441a57034ba3538 MD5sum: b9886adeefff84d9ad2c99fd1cf7bed2 Description: A Python GUI plugin for introspecting available ROS service types. Package: ros-rolling-rqt-tf-tree Version: 1.1.1-1resolute.20260821.174403 Architecture: amd64 Maintainer: "Isaac I.Y. Saito" Installed-Size: 83 Depends: ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-qt-dotgraph, ros-rolling-rclpy, ros-rolling-rqt-graph, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-tf2-msgs, ros-rolling-tf2-ros, ros-rolling-tf2-ros-py, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_tf_tree Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-tf-tree/ros-rolling-rqt-tf-tree_1.1.1-1resolute.20260821.174403_amd64.deb Size: 18528 SHA256: 1d5bd8904982b2b03684beae11d62e656c4e010efd531f23fd180f8e017ccdc7 SHA1: 479f38a84c52bfd893e2cb983f71a4b5a6cf5a79 MD5sum: ae0ab1a80248e06f4e757675edab593f Description: rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree. Package: ros-rolling-rqt-topic Version: 3.0.2-1resolute.20260821.173646 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 267 Depends: python3-pydantic, ros-rolling-python-qt-binding (>= 0.2.19), ros-rolling-rclpy, ros-rolling-ros2topic, ros-rolling-rqt-gui, ros-rolling-rqt-gui-py, ros-rolling-rqt-py-common, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/rqt_topic Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rqt-topic/ros-rolling-rqt-topic_3.0.2-1resolute.20260821.173646_amd64.deb Size: 53692 SHA256: 2fcf4999a98d492e85b1558f4b4a6c856b90ca37ef5dc2a315e2ad9949383bd7 SHA1: 0b8f26bb512e8000dd379e3d62cf48c500a8e81e MD5sum: a88dc53e7af601a2709652e2bd23c9e6 Description: rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages. Package: ros-rolling-rsl Version: 1.3.0-2resolute.20260821.165505 Architecture: amd64 Maintainer: bmagyar Installed-Size: 87 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libeigen3-dev, libexpected-dev, libfmt-dev, ros-rolling-rclcpp, ros-rolling-tcb-span, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rsl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rsl/ros-rolling-rsl_1.3.0-2resolute.20260821.165505_amd64.deb Size: 17472 SHA256: 7e721cbce9183eb18e210cdfdc8b35f09f1ae7fe4410864da8a5f83b8dbcd237 SHA1: eff318369c155707a5d25502f79189cf18ebdc37 MD5sum: 71b56ef50836cbcb99e9294d670a1c6e Description: ROS Support Library Package: ros-rolling-rsl-dbgsym Package-Type: ddeb Source: ros-rolling-rsl Version: 1.3.0-2resolute.20260821.165505 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: bmagyar Installed-Size: 171 Depends: ros-rolling-rsl (= 1.3.0-2resolute.20260821.165505) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rsl/ros-rolling-rsl-dbgsym_1.3.0-2resolute.20260821.165505_amd64.deb Size: 155068 SHA256: 2569206bcedc5902456d444697e8f5c6f01e64bd67efcdf78d78c300ce1a580e SHA1: dcdf367ee74807566a2fa1be34dfcf8b2f4a6117 MD5sum: 2a71be45f9b0d6f46a698d54f9852af8 Description: debug symbols for ros-rolling-rsl Build-Ids: 939c230f53f4bdadf96d3f6a100874c6b27a3ad6 Package: ros-rolling-rslidar-msg Version: 0.0.0-2resolute.20260821.165515 Architecture: amd64 Maintainer: robosense Installed-Size: 544 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rclcpp, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rslidar_msg/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rslidar-msg/ros-rolling-rslidar-msg_0.0.0-2resolute.20260821.165515_amd64.deb Size: 69056 SHA256: 4b92e23c9f705435023293be1cbb59317e90ee4aed10819b41a2a339f788d744 SHA1: 4085782c77e332e6c162dd8bdf250450cb381e16 MD5sum: db7e7f9d14be44c80e9c6a7407602901 Description: ros msgs for the rslidar_sdk project Package: ros-rolling-rslidar-msg-dbgsym Package-Type: ddeb Source: ros-rolling-rslidar-msg Version: 0.0.0-2resolute.20260821.165515 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: robosense Installed-Size: 673 Depends: ros-rolling-rslidar-msg (= 0.0.0-2resolute.20260821.165515) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rslidar-msg/ros-rolling-rslidar-msg-dbgsym_0.0.0-2resolute.20260821.165515_amd64.deb Size: 502924 SHA256: db6eb147b975e82cdb5632bed10852d94fa2da25729790229a6d3b8fb662fd3a SHA1: b7f9835d7392d7a89711a7c2aa18d1d0acc1ad56 MD5sum: 13caea0e77fc48f0c7e4c31b8ac780a8 Description: debug symbols for ros-rolling-rslidar-msg Build-Ids: 24807ecfe3ca1a96c1df265c42e0d69fe2cea27c 27947e185c15083a3a9ae7056e77328e47f70848 2ac603b9f9e0034f7d5a11bb97a2ed4034a9966f 45abc0e076f99fc387a5ce6668bd97bfb9cf3ea4 60f66f0b070627423d1a7dcacb2a6b2049e793d7 8af5048b27ea80e0ce25ce4a31b5e84e7998ca98 918cc6ae68e9aa4f9904df927ad198bdb3e113d6 a49b4e43a6f31a82477b9a8673e996550f04c90c aef126df2cfa2af88441ac4eea41b282f647056e b9c5af0dfde476bcef0779613dbd7bfcfc091e19 e9e4e80dcea8f837792b7a5a6ae823669d5ed3e7 Package: ros-rolling-rtcm-msgs Version: 1.1.6-4resolute.20260811.202339 Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 522 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rtcm_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtcm-msgs/ros-rolling-rtcm-msgs_1.1.6-4resolute.20260811.202339_amd64.deb Size: 67648 SHA256: 53c5d6d1ede7ee4f09c7861b191c9d7f8f49de9a6da9a78bce0ac459e1461fbf SHA1: d5b5073452672be938ddbc98787d558c61872ebb MD5sum: 07ed6fe6059afb6e8dd91f454deda5f8 Description: The rtcm_msgs package contains messages related to data in the RTCM format. Package: ros-rolling-rtcm-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rtcm-msgs Version: 1.1.6-4resolute.20260811.202339 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Marek Materzok Installed-Size: 663 Depends: ros-rolling-rtcm-msgs (= 1.1.6-4resolute.20260811.202339) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtcm-msgs/ros-rolling-rtcm-msgs-dbgsym_1.1.6-4resolute.20260811.202339_amd64.deb Size: 497520 SHA256: 45d9433bab524f6d1fc48f9e2936be89764d939ea5c731fd5ff8e8694eae674e SHA1: f182f3b774e330b09aa74fbabe8eae9434905ed8 MD5sum: fd3aba81b69aa26f234b2fc1a6d9f9be Description: debug symbols for ros-rolling-rtcm-msgs Build-Ids: 2b53f217471b311f9a797ab431d10fe5a7059b00 2f2dd36085302e7d53e8b499d9a4119cdd278915 363790b733f9f32fc2c3dc41291127751945d1ff 3c16127adec2ca73a47957b7ec58ed2915781603 53500be6725f050ff0b351a84304dd1c89ffd5b6 77d06afcf729ed991c3d16fc5f04d6e454b9b5a2 8dcd0ae68317c06cb3280d16829e34a6860e19af a9c98e848c637aa19e7bb401dbff7b316c9b5523 beb60aff0389ffe260020b5670fc50aff2eac8ef c00564b21644a92bfb8963431aa60c9a687ff20c e48654950fabf6270701c9a5685b05c322fa9a47 Package: ros-rolling-rtest Version: 0.2.4-1resolute.20260826.171552 Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 977 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-action-msgs, ros-rolling-rcl, ros-rolling-rcl-action, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rtest/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtest/ros-rolling-rtest_0.2.4-1resolute.20260826.171552_amd64.deb Size: 258242 SHA256: 4946cc4751ce4d39129c0c2675a44f41cbcacdac89976d70565178a4e865589c SHA1: b2b9372b995d3a88747be0a42dc977e784c04b86 MD5sum: 1235bd0228e00db1262f46a0ea23bd3e Description: This framework enables writing reliable, fully repeatable tests for C++ ROS 2 implementations. Package: ros-rolling-rtest-dbgsym Package-Type: ddeb Source: ros-rolling-rtest Version: 0.2.4-1resolute.20260826.171552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Gary Cross" Installed-Size: 882 Depends: ros-rolling-rtest (= 0.2.4-1resolute.20260826.171552) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rtest/ros-rolling-rtest-dbgsym_0.2.4-1resolute.20260826.171552_amd64.deb Size: 630884 SHA256: e07c9dc092beb2b6ce41cd3bfd8a558481679c808b4b0410dcd65dafe8ea9f47 SHA1: 63226d396266b2439933e9ba3b03c80226ad169e MD5sum: b0f46e3ffd01f541c0dea8214fbc1a14 Description: debug symbols for ros-rolling-rtest Build-Ids: d886e9d347aae563b6d52d89768c0531ee885af5 Package: ros-rolling-rti-connext-dds-cmake-module Version: 1.3.0-2resolute.20260714.184902 Architecture: amd64 Maintainer: "Andrea Sorbini" Installed-Size: 78 Depends: ros-rolling-ament-cmake, rti-connext-dds-7.7.0-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rti_connext_dds_cmake_module/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rti-connext-dds-cmake-module/ros-rolling-rti-connext-dds-cmake-module_1.3.0-2resolute.20260714.184902_amd64.deb Size: 12562 SHA256: 3b3ef609fb61cbafc901a7a9047000d80188f90b23cb6d67396078c38d815571 SHA1: aa119b335624405cd8c8c6908dbaebeb11b29429 MD5sum: 82a72c2975e4334b175ef1978667fc1d Description: Helper module to provide access to RTI products like Connext DDS Professional Package: ros-rolling-rttest Version: 1.0.1-1resolute.20260715.192231 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 224 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.3), libstdc++6 (>= 13), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rttest/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rttest/ros-rolling-rttest_1.0.1-1resolute.20260715.192231_amd64.deb Size: 71916 SHA256: 4161b8c079e40006d7ea1ef889e1a92249d768ed9ab8cce50dfc702ed1badfe9 SHA1: a4504b525fcd10a86911a7e0f5205306d3236cc7 MD5sum: 525c9dd8678f86bd2ae566c702789e88 Description: Instrumentation library for real-time performance testing Package: ros-rolling-rttest-dbgsym Package-Type: ddeb Source: ros-rolling-rttest Version: 1.0.1-1resolute.20260715.192231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 516 Depends: ros-rolling-rttest (= 1.0.1-1resolute.20260715.192231) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rttest/ros-rolling-rttest-dbgsym_1.0.1-1resolute.20260715.192231_amd64.deb Size: 456218 SHA256: ee2501d40dea5ffb1e75069760b39c7e13b4a77d72a7ebccb16b860b5128fe64 SHA1: a58d78c59590e6f9a19691a19e56c23b7ca9d1c0 MD5sum: 82ec4a91226c5cd7cf60fdafe45ce049 Description: debug symbols for ros-rolling-rttest Build-Ids: 5108888ea40e963a70c7d650855988e433b6ebb2 Package: ros-rolling-ruckig Version: 0.9.2-5resolute.20260714.173818 Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 265 Depends: libc6 (>= 2.4), libstdc++6 (>= 13.1), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ruckig/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ruckig/ros-rolling-ruckig_0.9.2-5resolute.20260714.173818_amd64.deb Size: 70600 SHA256: 7758c205be98ede48d0739affe0194110082106033211e7a9db73bfef510d4f4 SHA1: 8ed8fc776e0995881539d928f3aabe9cacf265cd MD5sum: 81bf714c4b755e570a8434db9397884c Description: Instantaneous Motion Generation for Robots and Machines. Package: ros-rolling-ruckig-dbgsym Package-Type: ddeb Source: ros-rolling-ruckig Version: 0.9.2-5resolute.20260714.173818 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lars Berscheid Installed-Size: 238 Depends: ros-rolling-ruckig (= 0.9.2-5resolute.20260714.173818) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ruckig/ros-rolling-ruckig-dbgsym_0.9.2-5resolute.20260714.173818_amd64.deb Size: 213612 SHA256: f48484274a206f93cf0ad8df0538a2040adf5c7d3bb4d991b526abc89c78971b SHA1: 739dbaf38649b5434ad4f849ffc59a85bda04094 MD5sum: 904b5510d1c6dc67d11ba4c277cec25b Description: debug symbols for ros-rolling-ruckig Build-Ids: bbc420e14aeeaee84e64066b53adfb3b886c0caa Package: ros-rolling-rviz-2d-overlay-msgs Version: 1.4.2-1resolute.20260811.203347 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 544 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rviz_2d_overlay_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-msgs/ros-rolling-rviz-2d-overlay-msgs_1.4.2-1resolute.20260811.203347_amd64.deb Size: 56784 SHA256: 808f0e347bbf0aa7b8c80025a2c5f54de56f8d01e6917a1314ee7e3d0414885b SHA1: e26e4f5ef99ddf6091a5567519cba5d137ab1745 MD5sum: b98d180951c17db247a0e1a8d5067c39 Description: Messages describing 2D overlays for RVIZ, extracted/derived from the jsk_visualization ROS1 packege. Package: ros-rolling-rviz-2d-overlay-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-2d-overlay-msgs Version: 1.4.2-1resolute.20260811.203347 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 384 Depends: ros-rolling-rviz-2d-overlay-msgs (= 1.4.2-1resolute.20260811.203347) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-msgs/ros-rolling-rviz-2d-overlay-msgs-dbgsym_1.4.2-1resolute.20260811.203347_amd64.deb Size: 239426 SHA256: 7b8b8460edea13b5255d05891c0eaf0837a778474f856205a65be6479440e39c SHA1: a4918da52c0c13435fb77f547f04ef75d88ee68a MD5sum: 7eb2863571dc110c1d12c94300166b27 Description: debug symbols for ros-rolling-rviz-2d-overlay-msgs Build-Ids: 02fe4d2572c70520e149d6b89a41cf1af91f8f06 41cc785e123652143df1b13bf56011bcdbc3ca4d 6a620d027cea1063ba58e3376c26fea73829d312 7f821cc0e7238d685eb5c09fd2587a1c4857644d 90fdcf3d636edcd6489b1b09b370e8e25003a6fc 9968d6b7c45d74e97e982aeab32ea2492fc48e3b c726505b63e9706792a4ddbabf9e392346c09437 d2cfafe46a79b5a99ba6fadd8d531de4ffe68d65 d6be5bfd50d36854937a034311c53da6e761ba2f eccf7024ac5517217cb6bfe9b3229232541788a3 fcf5db18e4f85de50675302037f7f6165a259563 Package: ros-rolling-rviz-2d-overlay-plugins Version: 1.4.2-1resolute.20260821.174903 Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 1541 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 14), ros-rolling-rviz-ogre-vendor, libboost-all-dev, ros-rolling-rviz-2d-overlay-msgs, ros-rolling-rviz-common, ros-rolling-rviz-rendering, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rviz_2d_overlay_plugins/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-plugins/ros-rolling-rviz-2d-overlay-plugins_1.4.2-1resolute.20260821.174903_amd64.deb Size: 313710 SHA256: 7ce9782e540213e3cc3ffc6824e2dc834bf200cd84c86310a3a187637df959c0 SHA1: 32a4f68c68dc056560db6b8733abeb44f6fdefb2 MD5sum: c0faa9dcb61d9e0236c69972aac162d9 Description: RViz2 plugin for 2D overlays in the 3D view. Mainly a ROS2 port of the JSK overlay plugin (https://github.com/jsk-ros-pkg/jsk_visualization). Package: ros-rolling-rviz-2d-overlay-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-2d-overlay-plugins Version: 1.4.2-1resolute.20260821.174903 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Team Spatzenhirn" Installed-Size: 9175 Depends: ros-rolling-rviz-2d-overlay-plugins (= 1.4.2-1resolute.20260821.174903) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-2d-overlay-plugins/ros-rolling-rviz-2d-overlay-plugins-dbgsym_1.4.2-1resolute.20260821.174903_amd64.deb Size: 7982918 SHA256: ca0e4e992dc9d5a7662b1987094496510747ced4852788df532c7133a2defbc5 SHA1: 9c28d1ce2417954b6cb3a71b22106fbf3571ad84 MD5sum: a6b9bda2332293b91f6a7c224cbfcd34 Description: debug symbols for ros-rolling-rviz-2d-overlay-plugins Build-Ids: 4119c0344804acd8cf536a33e99ef29d4f7ea244 8b9c0f4f5deb84cc6e9fc9f16d8d25fa17fffdfe Package: ros-rolling-rviz-common Version: 16.0.2-1resolute.20260821.172155 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2887 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 4.3), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.9.1), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), libyaml-cpp0.8 (>= 0.7.0), ros-rolling-rviz-ogre-vendor, libqt6opengl6, libqt6svg6, libtinyxml2-dev, qt6-base-dev, qt6-svg-plugins, ros-rolling-ament-cmake-ros-core, ros-rolling-geometry-msgs, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-resource-retriever, ros-rolling-rviz-rendering, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-common/ros-rolling-rviz-common_16.0.2-1resolute.20260821.172155_amd64.deb Size: 718742 SHA256: 25ad987700158b813b0811244e4f5517a141558819213a114baef06259a6c2d2 SHA1: 4cf3e330b2324137bd7c90d16dd6347e92058ebd MD5sum: f7ae54c2d26a3cb751573a6604ddb5ca Description: Common rviz API, used by rviz plugins and applications. Package: ros-rolling-rviz-common-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-common Version: 16.0.2-1resolute.20260821.172155 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 31971 Depends: ros-rolling-rviz-common (= 16.0.2-1resolute.20260821.172155) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-common/ros-rolling-rviz-common-dbgsym_16.0.2-1resolute.20260821.172155_amd64.deb Size: 31420002 SHA256: 32b91736d80f9219c5b725029772ba043c8723ee9ebb68c23c5f68e6f7ac943b SHA1: abb3f3c06474d1f9b116fccb5ede777118fd6885 MD5sum: 747c010cbf9212c6a84f450d7abeaa64 Description: debug symbols for ros-rolling-rviz-common Build-Ids: c08b5fcfcc473d6c3da5b8e675df40ef72590f77 Package: ros-rolling-rviz-default-plugins Version: 16.0.2-1resolute.20260826.121451 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 11385 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-gz-math-vendor, ros-rolling-rviz-ogre-vendor, libqt6opengl6, ros-rolling-ament-cmake-ros-core, ros-rolling-geometry-msgs, ros-rolling-image-transport, ros-rolling-interactive-markers, ros-rolling-laser-geometry, ros-rolling-map-msgs, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-point-cloud-transport, ros-rolling-rclcpp, ros-rolling-resource-retriever, ros-rolling-resource-retriever-service-plugin, ros-rolling-rviz-common, ros-rolling-rviz-rendering, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-urdf, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-default-plugins/ros-rolling-rviz-default-plugins_16.0.2-1resolute.20260826.121451_amd64.deb Size: 1669512 SHA256: 03cb97d77faffd0a7aa9adc2464a3de5fbd89a7723b8e74522ffd0b1f78f2378 SHA1: 2b583236c4b48b32db73a1c3dd7a024e83d172c0 MD5sum: 8e7aa883ddde6f45ed0a85f331efeb8d Description: Several default plugins for rviz to cover the basic functionality. Package: ros-rolling-rviz-default-plugins-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-default-plugins Version: 16.0.2-1resolute.20260826.121451 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 95102 Depends: ros-rolling-rviz-default-plugins (= 16.0.2-1resolute.20260826.121451) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-default-plugins/ros-rolling-rviz-default-plugins-dbgsym_16.0.2-1resolute.20260826.121451_amd64.deb Size: 85288870 SHA256: dbb670fd10a1fb945d1349ffe7845b922f3b48bc0edb4a768ecedc0117623322 SHA1: 6435458998b194d6f27c4258bbe119c915d21810 MD5sum: 76af960f27a5a0f83d38c67d5c4d3a00 Description: debug symbols for ros-rolling-rviz-default-plugins Build-Ids: 1f73a106f81975fe1239ea44ddd8ffbbe059d49e Package: ros-rolling-rviz-imu-plugin Version: 2.2.4-2resolute.20260821.174849 Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 972 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 14), ros-rolling-rviz-ogre-vendor, libqt6opengl6, libqt6widgets6, ros-rolling-message-filters, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rviz-common, ros-rolling-rviz-rendering, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rviz_imu_plugin Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-imu-plugin/ros-rolling-rviz-imu-plugin_2.2.4-2resolute.20260821.174849_amd64.deb Size: 181826 SHA256: 11220cd82adb4bd2df3fe1c4f6816bba823831acd3e6769c65e14e3d3fcdf4e4 SHA1: 4c58a49ea1ca038d5894362d0f0ccd20c9c7873c MD5sum: 1f92dfa55ce84f776a1b71a673103d44 Description: RVIZ plugin for IMU visualization Package: ros-rolling-rviz-imu-plugin-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-imu-plugin Version: 2.2.4-2resolute.20260821.174849 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Martin Günther" Installed-Size: 6513 Depends: ros-rolling-rviz-imu-plugin (= 2.2.4-2resolute.20260821.174849) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-imu-plugin/ros-rolling-rviz-imu-plugin-dbgsym_2.2.4-2resolute.20260821.174849_amd64.deb Size: 5713852 SHA256: 914275976701a1cecb0a1995757d12e26e3216950b56f9a6383a5c56b95413c9 SHA1: c99660ffb93f22f167b65312ecc8df27602eb249 MD5sum: f0ddc62337fdba73164a12a77b5fb2ba Description: debug symbols for ros-rolling-rviz-imu-plugin Build-Ids: 1ed3d84a76c7bbc3efe1c3268bdafd4b69f0dd8d Package: ros-rolling-rviz-marker-tools Version: 0.1.6-1resolute.20260830.154647 Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 97 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5), libeigen3-dev, ros-rolling-eigen3-cmake-module, ros-rolling-geometry-msgs, ros-rolling-moveit-common, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-tf2-eigen, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rviz_marker_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-marker-tools/ros-rolling-rviz-marker-tools_0.1.6-1resolute.20260830.154647_amd64.deb Size: 21674 SHA256: 5353828a8cad9b6a75623634834c324453643fd9897229e3ffe59a629db3e2a6 SHA1: 31aabde60736d7e07bc0261086825843a65a3784 MD5sum: a1f1ba376bc1d7e792ab026ad8a09285 Description: Tools for marker creation / handling Package: ros-rolling-rviz-marker-tools-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-marker-tools Version: 0.1.6-1resolute.20260830.154647 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Robert Haschke" Installed-Size: 747 Depends: ros-rolling-rviz-marker-tools (= 0.1.6-1resolute.20260830.154647) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-marker-tools/ros-rolling-rviz-marker-tools-dbgsym_0.1.6-1resolute.20260830.154647_amd64.deb Size: 734922 SHA256: c242a6d5768825362d3a0f76ffece7c2347601f71616233f55817c6bffdb3cb9 SHA1: a639840445222ebd641648a5d5798c82618dfb17 MD5sum: bf8e3edebf191f29b419286c76180246 Description: debug symbols for ros-rolling-rviz-marker-tools Build-Ids: 8e2ac6f2be538b947009bc072ed9af566baf295a Package: ros-rolling-rviz-ogre-vendor Version: 16.0.2-1resolute.20260714.190704 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 17865 Depends: libc6 (>= 2.43), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.3.1), libgl1, libstdc++6 (>= 14), libx11-6, libxrandr2 (>= 4.3), libfreetype-dev, libgl1-mesa-dev, libglew-dev, libglu1-mesa-dev, libx11-dev, libxaw7-dev, libxrandr-dev, ros-rolling-ros-workspace Homepage: https://www.ogre3d.org/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-ogre-vendor/ros-rolling-rviz-ogre-vendor_16.0.2-1resolute.20260714.190704_amd64.deb Size: 3900354 SHA256: 80c484905643fddd0705d24df400368647f0d75d46ced565612a0d8dbe828d96 SHA1: 9ef048f8bfe7273e7d1a3c7cc0ff9caefcdbac0c MD5sum: 0ce36ec27ffb34b52a4e92793f6564aa Description: Wrapper around ogre3d, it provides a fixed CMake module and an ExternalProject build of ogre. Package: ros-rolling-rviz-ogre-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-ogre-vendor Version: 16.0.2-1resolute.20260714.190704 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 81015 Depends: ros-rolling-rviz-ogre-vendor (= 16.0.2-1resolute.20260714.190704) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-ogre-vendor/ros-rolling-rviz-ogre-vendor-dbgsym_16.0.2-1resolute.20260714.190704_amd64.deb Size: 77346006 SHA256: e8edf2e53abbdbc163b6155c577e7244cfccc27df59e725baf6a66be9364a52d SHA1: 52718f13793eb2addeea984e72016f6c4cdde2a0 MD5sum: 782facb58f5760340d6b4cc035791fb1 Description: debug symbols for ros-rolling-rviz-ogre-vendor Build-Ids: 01bf812ed2082b3bbf82911f5529c1f50a34b22b 02bfa619192d28da864181e439d3bdf4e806c27d 052b4bc08448d1a7f7738d9335a4ee15b700668c 0928914f33edfceeaa7b950797e21ed048f84fdf 46b7eac7d02eade7fb940e71a02ed7c3083c32ac 52668bac286b177f34e556be8a6d18e485765733 588456386d16baf2211aa9fb5abb3f34bb785afe 5b3f4e9b3a68f5229b6a82f668ca1467d1a171fc 6085dca19c90129367ff62dd111610d3c96ad7a6 655bb7f980cf2d53c1f7a9684a06d67cce172b93 6f6f9c05105f22d4b6fa1014a8a5faffb7f56df3 88253bfbef9b9a459a2ed8afd1993095699fa355 928165607cb51cf0fc88a5c2dc7e22d843fedde1 b89a1b4b9a5781b1028f92160b3f2559b07d4a04 c767fce7ffa31d4d434d8fad95a85e9f4cacdba7 ebe4d078427267c39c49e1ca3d10c59f10b13b3b Package: ros-rolling-rviz-rendering Version: 16.0.2-1resolute.20260821.160710 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2302 Depends: libassimp6 (>= 6.0.4+ds), libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libglx0, libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libstdc++6 (>= 13.1), libx11-6, ros-rolling-rviz-ogre-vendor, libassimp-dev, libeigen3-dev, libqt6opengl6, libqt6svg6, qt6-base-dev, qt6-svg-plugins, ros-rolling-ament-cmake-ros-core, ros-rolling-ament-index-cpp, ros-rolling-eigen3-cmake-module, ros-rolling-resource-retriever, ros-rolling-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-rendering/ros-rolling-rviz-rendering_16.0.2-1resolute.20260821.160710_amd64.deb Size: 802350 SHA256: 1380fc5903da41f2285ebc72462e2ec402f0f76651605cccd570d4747b3df8b0 SHA1: 01ca577800b56231c25cacb79379536f6e2e60cd MD5sum: e2379d20ee349f97f87adfa266fe69c0 Description: Library which provides the 3D rendering functionality in rviz. Package: ros-rolling-rviz-rendering-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-rendering Version: 16.0.2-1resolute.20260821.160710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 6222 Depends: ros-rolling-rviz-rendering (= 16.0.2-1resolute.20260821.160710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-rendering/ros-rolling-rviz-rendering-dbgsym_16.0.2-1resolute.20260821.160710_amd64.deb Size: 6114074 SHA256: d5aaf7ffd6b9cd0c41d8e3053f6a329a95d56cb71927d6248c47b1e41e7ca862 SHA1: 916dbda2cb0c9345653c849a7ab633a611cca35c MD5sum: c83d4fd2e3e0474d041c29bb2089551e Description: debug symbols for ros-rolling-rviz-rendering Build-Ids: a6631fa6f6ab268b13183b55da21c48907cac861 Package: ros-rolling-rviz-rendering-tests Version: 16.0.2-1resolute.20260821.161919 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 46 Depends: ros-rolling-resource-retriever, ros-rolling-rviz-rendering, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/rviz_rendering_tests/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-rendering-tests/ros-rolling-rviz-rendering-tests_16.0.2-1resolute.20260821.161919_amd64.deb Size: 7070 SHA256: 18573b66a7b82cc859099fafe9d830664f945a7faf9b6c1bc69568c61de42438 SHA1: ae1fbdad084fdbcc90e520634eff618d8e9e5b3f MD5sum: f6cd80b89b595b7482e3af7f06f6dedc Description: Example plugin for RViz - documents and tests RViz plugin development Package: ros-rolling-rviz-visual-testing-framework Version: 16.0.2-1resolute.20260821.174904 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 431 Depends: ros-rolling-ament-cmake-gtest, ros-rolling-ament-cmake-ros-core, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-rviz-common, ros-rolling-rviz-ogre-vendor, ros-rolling-rviz-rendering, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/rviz2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-visual-testing-framework/ros-rolling-rviz-visual-testing-framework_16.0.2-1resolute.20260821.174904_amd64.deb Size: 82378 SHA256: 925ad94a2fcb703dc2e1ed538093b6bad94e71137b900d3a5a88f575bcc87f23 SHA1: 475a57a623a894b44bcb7e80dd55b7d7578c307b MD5sum: a575555aba2f00502ec7750befdf5290 Description: 3D testing framework for RViz. Package: ros-rolling-rviz-visual-tools Version: 4.2.0-1resolute.20260826.132526 Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 1604 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), libeigen3-dev, ros-rolling-ament-index-python, ros-rolling-eigen-stl-containers, ros-rolling-eigen3-cmake-module, ros-rolling-geometry-msgs, ros-rolling-interactive-markers, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz-ogre-vendor, ros-rolling-rviz-rendering, ros-rolling-rviz2, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-eigen, ros-rolling-tf2-geometry-msgs, ros-rolling-trajectory-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://github.com/PickNikRobotics/rviz_visual_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-visual-tools/ros-rolling-rviz-visual-tools_4.2.0-1resolute.20260826.132526_amd64.deb Size: 329338 SHA256: 77f75a6033af47922829ff717639adbf5f4d869ebdc7e8d52de71ded17fb88c9 SHA1: 453347af8f0dd4ad393db7ff23fe8989b6b6e052 MD5sum: 2ff3fdc54bde5c9ecb941cf100948586 Description: Utility functions for displaying and debugging data in Rviz via published markers Package: ros-rolling-rviz-visual-tools-dbgsym Package-Type: ddeb Source: ros-rolling-rviz-visual-tools Version: 4.2.0-1resolute.20260826.132526 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Mike Lautman" Installed-Size: 13032 Depends: ros-rolling-rviz-visual-tools (= 4.2.0-1resolute.20260826.132526) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz-visual-tools/ros-rolling-rviz-visual-tools-dbgsym_4.2.0-1resolute.20260826.132526_amd64.deb Size: 12096802 SHA256: 5aaefaff5d23245ae12fbb54e5188638cff38d10ed9b12d0a37c6c476e857636 SHA1: da4690e62828965a5901e3fee7bdc92c5b949128 MD5sum: 8800fe452875e4917c525994dc45f061 Description: debug symbols for ros-rolling-rviz-visual-tools Build-Ids: 2e2756bad52a65b7e8a81a93948e13b1cf323bb4 3cb6cb46d216904eba8668f1fa1869b3eb0a8637 4a12f591130677fad21af707565d1ced38708a1f 6a2b19074c443e59f08e6a691fd4a4aa361aead1 6f1350fe3f9d56ef7153c92b165b2c2c4bfe94a6 d3074e49754528798e017df487a490c03978c7d7 Package: ros-rolling-rviz2 Version: 16.0.2-1resolute.20260826.131714 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 122 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), python3-dev, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz-ogre-vendor, ros-rolling-ros-workspace Homepage: https://github.com/ros2/rviz/blob/ros2/README.md Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz2/ros-rolling-rviz2_16.0.2-1resolute.20260826.131714_amd64.deb Size: 20222 SHA256: 815d38ae8252a7767fbbf4f364cabb396b68b469bff73154e2c89061605be135 SHA1: 2ed1003da433d9f23115a29cfdd38d57a4eec464 MD5sum: 923a0463d8c54c7db4b3d851f14a6fb7 Description: 3D visualization tool for ROS. Package: ros-rolling-rviz2-dbgsym Package-Type: ddeb Source: ros-rolling-rviz2 Version: 16.0.2-1resolute.20260826.131714 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 396 Depends: ros-rolling-rviz2 (= 16.0.2-1resolute.20260826.131714) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-rviz2/ros-rolling-rviz2-dbgsym_16.0.2-1resolute.20260826.131714_amd64.deb Size: 376598 SHA256: 29c5921429af81b32ad21d23c340569c81e3b2727f12ad28941ea38e6649989a SHA1: 87dd804708fdd1e0a996788929109d672e1d2f72 MD5sum: 32d2bb54468a542364c6ff8c890aed49 Description: debug symbols for ros-rolling-rviz2 Build-Ids: db30fab76e633e39f5b5541ff11b3475eb2333d5 Package: ros-rolling-sdformat-test-files Version: 3.0.0-1resolute.20260720.174358 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 564 Depends: cmake, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sdformat_test_files/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-test-files/ros-rolling-sdformat-test-files_3.0.0-1resolute.20260720.174358_amd64.deb Size: 75184 SHA256: dc756a304597399597b0b4f4734e6f41c77a432b774e5e11352145ae6aba501f SHA1: 2975d40b94669bcfc6cddd2ea1c1ce6f4657d4ed MD5sum: 9309868e90c7a628058c90aa12aedcdc Description: Example SDFormat XML files for testing tools using hthis format. Package: ros-rolling-sdformat-urdf Version: 3.0.0-1resolute.20260826.123036 Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 203 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-gz-math-vendor, ros-rolling-sdformat-vendor, libtinyxml2-dev, liburdfdom-headers-dev, ros-rolling-ament-cmake-ros, ros-rolling-pluginlib, ros-rolling-rcutils, ros-rolling-urdf, ros-rolling-urdf-parser-plugin, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sdformat_urdf/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-urdf/ros-rolling-sdformat-urdf_3.0.0-1resolute.20260826.123036_amd64.deb Size: 52848 SHA256: 0d88b03b22a48202c1b59e6fe11d0a9c4827966d572df849a8ab8ac1b250d1f3 SHA1: 64708b770929b2b316277d579b2f1ebac16623ee MD5sum: d726753a9df76a7c2165d763b748bea8 Description: URDF plugin to parse SDFormat XML into URDF C++ DOM objects. Package: ros-rolling-sdformat-urdf-dbgsym Package-Type: ddeb Source: ros-rolling-sdformat-urdf Version: 3.0.0-1resolute.20260826.123036 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shane Loretz" Installed-Size: 786 Depends: ros-rolling-sdformat-urdf (= 3.0.0-1resolute.20260826.123036) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-urdf/ros-rolling-sdformat-urdf-dbgsym_3.0.0-1resolute.20260826.123036_amd64.deb Size: 716866 SHA256: ba9485b4f1ce99078ef3251de6c0e2a25530a40ea626e98d032c38dbed71366a SHA1: a079e1b3873bf8f61df244cc378e24b1993246ef MD5sum: 5fb292254d7370bb163714d65f843b1f Description: debug symbols for ros-rolling-sdformat-urdf Build-Ids: 31bdbda0f22ad471c2555a25aa3078d5e2c5c086 b54e4e5b29f540570cf4c5fd7e39b8580186ea06 Package: ros-rolling-sdformat-vendor Version: 0.4.2-1resolute.20260826.121406 Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 11213 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), ros-rolling-gz-math-vendor, ros-rolling-gz-utils-vendor, ros-rolling-urdfdom, libtinyxml2-dev, pybind11-dev, ros-rolling-gz-cmake-vendor, ros-rolling-gz-tools-vendor, ros-rolling-ros-workspace Homepage: https://github.com/gazebosim/sdformat Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-vendor/ros-rolling-sdformat-vendor_0.4.2-1resolute.20260826.121406_amd64.deb Size: 1508604 SHA256: 187e7a9929683853b3b79df588d9e8899a90558e139aaa0bf9ed93e4ce2d2f32 SHA1: 1f929ab11f46417783467ea0325a6381a9cac552 MD5sum: 9dae78bdab9980e0c7ca6edd6a3b81b2 Description: Vendor package for: sdformat 17.0.0 SDFormat is an XML file format that describes environments, objects, and robots in a manner suitable for robotic applications Package: ros-rolling-sdformat-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-sdformat-vendor Version: 0.4.2-1resolute.20260826.121406 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Addisu Z. Taddese" Installed-Size: 44201 Depends: ros-rolling-sdformat-vendor (= 0.4.2-1resolute.20260826.121406) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdformat-vendor/ros-rolling-sdformat-vendor-dbgsym_0.4.2-1resolute.20260826.121406_amd64.deb Size: 40851970 SHA256: 849b5ae5090364083a20c59d92d014139a90c86ff4e17ba960624a0468cc9398 SHA1: 3d3f53947ebb2660ee332be5a1386f06484cb58e MD5sum: f6c00ddea40cd351a66c9b5795a679fd Description: debug symbols for ros-rolling-sdformat-vendor Build-Ids: 1b2fa7c4d038f08e4692f21e515953cf52c755f0 7ecc6078985c353600c984f62d196577c4cbd742 a37c5309da47a2120211fa03ba9b3ad80454bf0e Package: ros-rolling-sdl2-vendor Version: 3.3.0-3resolute.20260714.184922 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: libsdl2-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sdl2_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sdl2-vendor/ros-rolling-sdl2-vendor_3.3.0-3resolute.20260714.184922_amd64.deb Size: 6274 SHA256: 3827182f78ea660eb18f15178fec04e78797fa4d0195ffa284664a8d7e239f9b SHA1: d7f15c5c86749f4ed3c072dd7ff641e19600397e MD5sum: 79e0a014dc717f0c24511245ccc8f287 Description: Vendor library for SDL2. Package: ros-rolling-self-test Version: 4.5.7-1resolute.20260821.165009 Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 247 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/self_test/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-self-test/ros-rolling-self-test_4.5.7-1resolute.20260821.165009_amd64.deb Size: 64060 SHA256: 27d7fa75b670fbd80b78bec7da0a842da916918f481fe8fc772c463f353f5314 SHA1: 273d42474de3096b106e414c7f603ea16e09c5f6 MD5sum: d484887c84ad191945d84a4e67d70e46 Description: Self-test tools for diagnostics. Package: ros-rolling-self-test-dbgsym Package-Type: ddeb Source: ros-rolling-self-test Version: 4.5.7-1resolute.20260821.165009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Henkel" Installed-Size: 1236 Depends: ros-rolling-self-test (= 4.5.7-1resolute.20260821.165009) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-self-test/ros-rolling-self-test-dbgsym_4.5.7-1resolute.20260821.165009_amd64.deb Size: 1144208 SHA256: f2bfcc8f2a1aae8845da678060a8d8c19438fe8dec93c18ca0909559462b9a31 SHA1: 68c21cc75a37a90db0fe6936f0014f2d46469d5e MD5sum: 07734c4d6239cbfbe51ec8c6226aa314 Description: debug symbols for ros-rolling-self-test Build-Ids: e6844b05b3868508d1fb9e0ef2d33a2e7716ae47 f47482f3eb840e32b46d8f99c9e7e4be0958dcb3 Package: ros-rolling-sensor-msgs Version: 5.10.1-1resolute.20260811.203739 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 5564 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sensor_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sensor-msgs/ros-rolling-sensor-msgs_5.10.1-1resolute.20260811.203739_amd64.deb Size: 443036 SHA256: d16b26fe6a3070ce258f504908695e442099e3014b204cc4c13ae68b261fc49e SHA1: 71478917f7ac50fd6a14ff7e04bb634522f235b8 MD5sum: 4b41b3a845b663967ffe8bd9b9f745f3 Description: A package containing some sensor data related message and service definitions. Package: ros-rolling-sensor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-sensor-msgs Version: 5.10.1-1resolute.20260811.203739 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 5032 Depends: ros-rolling-sensor-msgs (= 5.10.1-1resolute.20260811.203739) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sensor-msgs/ros-rolling-sensor-msgs-dbgsym_5.10.1-1resolute.20260811.203739_amd64.deb Size: 4029668 SHA256: 90a37012c09716d96e2a7bcf1f67712e90e9365524c192904cc8ed6acdd374a1 SHA1: d001ade7235212aba66d9304040cc386c13fa52b MD5sum: b8866e1ac61ebec8ed5ca9ee05e51135 Description: debug symbols for ros-rolling-sensor-msgs Build-Ids: 0df24746cf37b84be4529d8ce398b4afb132b5c7 121ab16094f768114a1f6096ca4defc772263082 45189783a339eeaab0f409f9631cf0a19162f29d 54b804ed1a95ee58a9560ef16c935d14bd56f901 958eac1b978036f61686da63f0a2d8c0b85bacd1 b408589d639192ec0f9ec9553a190ba6d8d9106c b417bdd07c3ba1628ccaf262362ba0d7bab2df48 b90571a90cb75dd06ec88f9ee8e22a0317bd390f d3c1fa4dda3b338a132fba1d30474fafd3fe78dc f65c8b7bd3802684d1eca5564b64aa2f92195967 fc73cb0208a337ff35d3328d2271424174e1c289 Package: ros-rolling-sensor-msgs-py Version: 5.10.1-1resolute.20260811.204802 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 73 Depends: python3-numpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sensor_msgs_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sensor-msgs-py/ros-rolling-sensor-msgs-py_5.10.1-1resolute.20260811.204802_amd64.deb Size: 16874 SHA256: 5962b89c645facb9ac9915a017e4fcb62691ce9ef95cf2d405c287053a741d5a SHA1: e0056c95e03d6a1ccf3d799686ab1840632d1a18 MD5sum: ba273c321f3816946aa62a871c34bfaa Description: A package for easy creation and reading of PointCloud2 messages in Python. Package: ros-rolling-service-load-balancing Version: 0.1.3-2resolute.20260821.165511 Architecture: amd64 Maintainer: Barry Xu Installed-Size: 304 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rosidl-default-runtime, ros-rolling-rosidl-typesupport-introspection-cpp, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/service_load_balancing/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-load-balancing/ros-rolling-service-load-balancing_0.1.3-2resolute.20260821.165511_amd64.deb Size: 94782 SHA256: c952f5f217254820aec4dcedcd792f7895e4fe1cdc71444cace548bb7fafd5e3 SHA1: 0f28a6eaea5b18e00c0f7bc070b8060aa5fdba2f MD5sum: 237aa7d38a075bcb7d74f56e52ffc259 Description: This package helps ROS2 services implement load balancing functionality. Package: ros-rolling-service-load-balancing-dbgsym Package-Type: ddeb Source: ros-rolling-service-load-balancing Version: 0.1.3-2resolute.20260821.165511 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Barry Xu Installed-Size: 2054 Depends: ros-rolling-service-load-balancing (= 0.1.3-2resolute.20260821.165511) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-load-balancing/ros-rolling-service-load-balancing-dbgsym_0.1.3-2resolute.20260821.165511_amd64.deb Size: 1940460 SHA256: eb40de7bf730c414d8e5cddb336c4888feba4f1cb2afa982599202fa227f6791 SHA1: dee31df122e5ec9419a9c75efaebffc82925a737 MD5sum: ca8213da51913fa147929776fcebb848 Description: debug symbols for ros-rolling-service-load-balancing Build-Ids: d7deacb139d73dc494b1ab133874f020e4d1ee73 Package: ros-rolling-service-msgs Version: 2.5.1-1resolute.20260811.194921 Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 478 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 4.1.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-core-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/service_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-msgs/ros-rolling-service-msgs_2.5.1-1resolute.20260811.194921_amd64.deb Size: 48990 SHA256: e29c3b2e5ac163bc80a35c0f834129a77186e5e74dcb08f255025c88b08207d0 SHA1: 224416df4d8e0ff5187a17c7257d262cad402364 MD5sum: e9d9ab4f585e5c79211ce33e3cf5759e Description: Messages definitions common among all ROS services Package: ros-rolling-service-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-service-msgs Version: 2.5.1-1resolute.20260811.194921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Jacob Perron" Installed-Size: 331 Depends: ros-rolling-service-msgs (= 2.5.1-1resolute.20260811.194921) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-service-msgs/ros-rolling-service-msgs-dbgsym_2.5.1-1resolute.20260811.194921_amd64.deb Size: 186996 SHA256: 1a8878d93b6133dc94c1ef6e054d3d3a5c148eb2fefe240c627d19dd5436833f SHA1: bc19dbce1135d4200b64ab71bb8a645150a7a39e MD5sum: e917fbef74493b4aba227078628a41ed Description: debug symbols for ros-rolling-service-msgs Build-Ids: 0d1fe821167edbaf63df33a1076480bb821b2439 10c0331be3dd7baa431024c802cdcd90fb376aa4 1a86751e441846f8ec1b979bd583796fb9515ea9 1e692d03c14953a616380d96c5c1a3b788777047 23fd840f8c9c1a0c3c92028419ad09f229f8e177 54d9b1cbff1c7233704c5be34d5a3164a37993d4 6472118cfe5dc0f21a4a7e860b424451e6bf306a 6fc84e3ff60020df23ca72446a7c0bec5078e07f 99c77e944fba4d9d06494d4b690de76cb2753c5f 9dcc53c0adbbafcbd45985315be6fc477a445eaa f56638c7938d3757957e037fc3fddb789392e781 Package: ros-rolling-shape-msgs Version: 5.10.1-1resolute.20260811.204303 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 882 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/shape_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-shape-msgs/ros-rolling-shape-msgs_5.10.1-1resolute.20260811.204303_amd64.deb Size: 88426 SHA256: df4d3b9158682d72075162a4a0bfcfa8de59e0176287ab22fb30190bcf192a13 SHA1: bd6be77dc718e51f7cc5b0ed9de6e0d3192a5080 MD5sum: 462b734f7d125a578f31f2a68813c3c8 Description: A package containing some message definitions which describe geometric shapes. Package: ros-rolling-shape-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-shape-msgs Version: 5.10.1-1resolute.20260811.204303 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 741 Depends: ros-rolling-shape-msgs (= 5.10.1-1resolute.20260811.204303) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-shape-msgs/ros-rolling-shape-msgs-dbgsym_5.10.1-1resolute.20260811.204303_amd64.deb Size: 524100 SHA256: 105d7cab208c3dc0b0fb92baf0831e3bc34cb9f8f939c6899ab207b8658a266b SHA1: 89b8d07c35d787b695ec5b019f5bc714b1bf597d MD5sum: db05f7b883568d877155565972d949e3 Description: debug symbols for ros-rolling-shape-msgs Build-Ids: 196d90dd60833b493612a25459f993acd54ce6d3 263cc58ae9f642eed7c192f10cd516895ae469b3 2d47cd83d935c7eafa767a7717981f6115dd71cd 2f649a397c8daca8637b7b7559fc66236db5b76b 5a86a28f2d2314a95936351e3132e900e7e74e77 6925296527e384e6046b4b01f0d0395e4df7a9da 8ab196f8a35823e431db589911883661de4e8e50 935d93bf109c63a867a5be7a58254b6d973a6fdd aff56eb4f8cef6db7452367347d8e35cb173c632 b859c5cac55952a2ba4d6902f7c19b08eb9af0e5 e43d291a0084903f4226a3264b4bb972b4d0f53b Package: ros-rolling-sick-safetyscanners2-interfaces Version: 1.0.0-2resolute.20260811.204715 Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 3822 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sick_safetyscanners2_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners2-interfaces/ros-rolling-sick-safetyscanners2-interfaces_1.0.0-2resolute.20260811.204715_amd64.deb Size: 285660 SHA256: d6e84908cd651260dbb8b014a351766f33a4991840b2366ecd9d3bc5edf5b96e SHA1: 757a877355ceff82a663355032a2c7034ed359fc MD5sum: e63c36f228bcc7f21b98dcffbc1b3115 Description: Interfaces for the sick_safetyscanners ros2 driver Package: ros-rolling-sick-safetyscanners2-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-sick-safetyscanners2-interfaces Version: 1.0.0-2resolute.20260811.204715 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Lennart Puck Installed-Size: 3047 Depends: ros-rolling-sick-safetyscanners2-interfaces (= 1.0.0-2resolute.20260811.204715) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safetyscanners2-interfaces/ros-rolling-sick-safetyscanners2-interfaces-dbgsym_1.0.0-2resolute.20260811.204715_amd64.deb Size: 2341274 SHA256: 6e50d9f6a096faa2b747ca53c3c8b279ee039c55a81366fd3adf5d340f6129ac SHA1: 5db7cff3118fe330e9598517ed7b5fa05deaa0cd MD5sum: c3e1e454d7e3a49054cc4e07065d2cec Description: debug symbols for ros-rolling-sick-safetyscanners2-interfaces Build-Ids: 037f16624f7c66461c5e310b6fda21bcd3b0afc5 16fcc1a460e321c96dbda1516e5d06dca56dd3d5 20775523a5ea43c64cde3492ab546676215c6e6c 2c2365cefddf90e9dd13b2ed3ae86bd758a1da0e 7e077637aa472e9ff8a4dd466dd22f45353f451b a3ced49463cf11dd8115c2d7c884d2cb93386274 aaffe1b3d0e882c84ac6014656427efa39459dac ade771c53c9841ce66b44cad5adf80d3321ac6f9 cf91035474e4da5544dc2ba76dfd096bd2c310cb d11dfa190133738b6c4daf8c466d50bab6a606e5 fd6fc666ab4dc31cf8c047d97ca2e46ed1c4869f Package: ros-rolling-sick-safevisionary-interfaces Version: 1.0.5-1resolute.20260811.203356 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 2772 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-interfaces/ros-rolling-sick-safevisionary-interfaces_1.0.5-1resolute.20260811.203356_amd64.deb Size: 184718 SHA256: c282365ea26dc3c1952dee915e0eedfe1d2d13bfe593fff6536600b2253f7ac6 SHA1: 5aa26850e146c484ab649ee19aa68679089dc73e MD5sum: 3bcca35d81c3cb0e3565db764a4c1e3e Description: Provides interface descriptions to communicate with a SICK safeVisionary Sensor over ROS 2 Package: ros-rolling-sick-safevisionary-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-sick-safevisionary-interfaces Version: 1.0.5-1resolute.20260811.203356 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 1989 Depends: ros-rolling-sick-safevisionary-interfaces (= 1.0.5-1resolute.20260811.203356) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-interfaces/ros-rolling-sick-safevisionary-interfaces-dbgsym_1.0.5-1resolute.20260811.203356_amd64.deb Size: 1461570 SHA256: 4931f2146c3e72ccd28bbfa076dd87a6bcf67dfc47f3f2d4264f029ab21dd054 SHA1: 6275c08360cf34585b5b28ffb0eb25e410dfa91f MD5sum: e4588b819494d3fdcdb46885a458c6ba Description: debug symbols for ros-rolling-sick-safevisionary-interfaces Build-Ids: 014ad5559b213a9dbf902878d901e3631d32ef77 0d25342720a287ddb503831fa14b7c39dcd91736 2754b25a8e67868dc704c9ef6e4d0d82ff4a5edb 30e309aa35797cfe6607fc5a217a5289471f4bf9 36695d7537a1b12b9ea645cc6abee63770a40d3e 5de737a90998743980148e96f557444e770db110 609281d33976f97eda4357336ed3bd1ae1b7dcb2 7c4c363390e4d65bef23aad8c985718c469da90d b35000204eb6fdae95c738df176d32432385a152 e417f5c32b7b35f303664d71a44cfeeec2576333 f58ade206443dd34b22ec9fa94cac224a042fddd Package: ros-rolling-sick-safevisionary-tests Version: 1.0.5-1resolute.20260714.185004 Architecture: amd64 Maintainer: "Christian Eichmann" Installed-Size: 44 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sick_safevisionary_tests/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sick-safevisionary-tests/ros-rolling-sick-safevisionary-tests_1.0.5-1resolute.20260714.185004_amd64.deb Size: 6258 SHA256: fd3c54ae2bbb7d30f384499a23e435bc971848fdc3d627c19274a9e78d177619 SHA1: ed22e7864874ea9434c1a5bf63ea4704b629d9e0 MD5sum: 599e3caec6f680520ff63236f5c31089 Description: Integration tests for the SICK safeVisionary ROS 2 driver Package: ros-rolling-simple-actions Version: 0.5.0-2resolute.20260821.165748 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 90 Depends: ros-rolling-action-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/simple_actions/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-actions/ros-rolling-simple-actions_0.5.0-2resolute.20260821.165748_amd64.deb Size: 11706 SHA256: de793d212f907b33c42221df9693fecf806948c9b358dd525d58e622168c2f51 SHA1: d50e757d9f6fa3d802926ef6b04688ef6301ef82 MD5sum: f7a04498da793a6cde5cec6093366e9b Description: Simple library for using the `rclpy/rclcpp` action libraries Package: ros-rolling-simple-grasping Version: 0.6.0-2resolute.20260821.184453 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 1085 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libpcl-search1.15 (>= 1.15.1+dfsg), libpcl-segmentation1.15 (>= 1.15.1+dfsg), libpcl-surface1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 14), ros-rolling-geometry-msgs, ros-rolling-grasping-msgs, ros-rolling-moveit-msgs, ros-rolling-pcl-conversions, ros-rolling-pcl-ros, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-shape-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/simple_grasping Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-grasping/ros-rolling-simple-grasping_0.6.0-2resolute.20260821.184453_amd64.deb Size: 260024 SHA256: 80918f272d83113dfb6c22f5a304d98fc4d7604827538eb1f242f53749a4cf77 SHA1: 676a8b82c9c9e64352d39455ec7da7171e22d1f2 MD5sum: 345ef2f0c58359777182f724f3b7f81e Description: Basic grasping applications and demos. Package: ros-rolling-simple-grasping-dbgsym Package-Type: ddeb Source: ros-rolling-simple-grasping Version: 0.6.0-2resolute.20260821.184453 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 10460 Depends: ros-rolling-simple-grasping (= 0.6.0-2resolute.20260821.184453) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-grasping/ros-rolling-simple-grasping-dbgsym_0.6.0-2resolute.20260821.184453_amd64.deb Size: 9769038 SHA256: 3c887fb1371fc6962e44e347f5bf7056ab093e0da87b6670534e63a7155c2732 SHA1: bb31ea452fccce069c458969000ceb8210fe4188 MD5sum: df564e9b9ef8418076872580fa94902b Description: debug symbols for ros-rolling-simple-grasping Build-Ids: 4ab01910770ffddfa22e8db2dec94646eed12f5d 609b4ef75dba368a072d90dbbb92ef2fb107585d 6dc30f9df7997c7c2fffe0bf15dab9cbe38f528e 87faea37b8ac819892cd93a43b0948b7d12426da f00f5ca0722da70c6037967b9dc1aef282721299 Package: ros-rolling-simple-launch Version: 1.11.4-2resolute.20260821.165638 Architecture: amd64 Maintainer: Olivier Kermorgant Installed-Size: 174 Depends: ros-rolling-ament-index-python, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/simple_launch/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simple-launch/ros-rolling-simple-launch_1.11.4-2resolute.20260821.165638_amd64.deb Size: 30836 SHA256: e8b9abc425aa33be9bf720416d9a622c81aa89987ee0b0ea930976536a99e8a1 SHA1: 8e8f081f09fcb57466b4e158b7feb0669a97eb5a MD5sum: fb12fbef2f2f6ccdc6b3300a752cce24 Description: Python helper class for the ROS 2 launch system Package: ros-rolling-simulation Version: 0.13.0-2resolute.20260826.155218 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 44 Depends: ros-rolling-ros-base, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-interfaces, ros-rolling-ros-gz-sim, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/simulation/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simulation/ros-rolling-simulation_0.13.0-2resolute.20260826.155218_amd64.deb Size: 5734 SHA256: 90442ea6801118f5d9abbab995941178e619483fbd0122325386dac50ba0a732 SHA1: 05f54a0b7dc29681f4da27827396e45e735fb680 MD5sum: 5c535f1d725bde062cf015c52151514b Description: A package which extends 'ros_base' and includes simulation packages. Package: ros-rolling-simulation-interfaces Version: 2.1.0-2resolute.20260811.203749 Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 14525 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/simulation_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simulation-interfaces/ros-rolling-simulation-interfaces_2.1.0-2resolute.20260811.203749_amd64.deb Size: 913934 SHA256: f5cc457eff2c3ede75f665b0f0979df65ea5eb0dce798df61633f4e497cbbb01 SHA1: b3099f5dd4e8e2f9dc8170094bd4864a500958f5 MD5sum: 570eb02a67b84c564364e8ebe474363b Description: A package containing simulation interfaces including messages, services and actions Package: ros-rolling-simulation-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-simulation-interfaces Version: 2.1.0-2resolute.20260811.203749 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Dabrowski Installed-Size: 12030 Depends: ros-rolling-simulation-interfaces (= 2.1.0-2resolute.20260811.203749) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-simulation-interfaces/ros-rolling-simulation-interfaces-dbgsym_2.1.0-2resolute.20260811.203749_amd64.deb Size: 9072680 SHA256: a9eadbf7e5b43cd6d2b39c0c43203b5d6175a70cfe19dca13d0ef65277b7c088 SHA1: 583a7c43a3f5320d13d0c2c28974096ace8a5105 MD5sum: 56be846c4af6b2a8192178018fe0164d Description: debug symbols for ros-rolling-simulation-interfaces Build-Ids: 12a50609f78d4a12b44ace92c5f56df1abdc9883 2e745bc81ca2ec74f68363b63a05fea7bb3c5150 318880423238f6c2b4b5a2fabb22ae1676896f27 3dcff0b83d7dde2f2b690159abdc9d7772d16b0d 3ec6e41d8b97e7ced41741cdcd57312c741c6f8a 4538b2e06908ca026e7b127e9aa03714da267079 86fe1283fa54c1bb384a9f914e3c630a4d2d71fe caa87cd5aab79ccbffb5035dfed38471b4980ce6 cfb5adf34bfe7a9f59351c07666357cfdfb759ad d341a5fbb7d5ee7a34757e6b8d8ded027d059fcb ffc098a9abd51e53c3157d1c5706b6016c1291f4 Package: ros-rolling-slg-msgs Version: 3.9.1-2resolute.20260811.204350 Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 666 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/slg_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-slg-msgs/ros-rolling-slg-msgs_3.9.1-2resolute.20260811.204350_amd64.deb Size: 72150 SHA256: 82d9da1d3b9475959e00c08f123c3d32fb03a1dc9fad3c18e3665d63648517a1 SHA1: 3119dac76b7243dc11e62499b1cd90534306716c MD5sum: c569f040d79682dd33f12fe4f4a8d486 Description: This package provides classes and messages to interact with laser related geometry. Package: ros-rolling-slg-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-slg-msgs Version: 3.9.1-2resolute.20260811.204350 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alberto Tudela Installed-Size: 528 Depends: ros-rolling-slg-msgs (= 3.9.1-2resolute.20260811.204350) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-slg-msgs/ros-rolling-slg-msgs-dbgsym_3.9.1-2resolute.20260811.204350_amd64.deb Size: 357524 SHA256: 65281108b7387d14b88657d171590e98baa5c8675b4222aff63ef9cec53fe841 SHA1: c329841e1d2a5d3c65b6a5787e65d5d7fc345bfc MD5sum: ac16182cd1c9c18c8de3044854f5b797 Description: debug symbols for ros-rolling-slg-msgs Build-Ids: 165501246524eb50c2de8b5ef710475d3e8aa653 3ac8234a20984fd8970a3273500282721c1b1b26 559f946d7d63d1f1add65b1ee6a9b25422423191 60172f721265a635113f0a8b8c33a6f12ae39676 90afd6dac3746c59f8b188f0c763a66035453ed2 9618dd6914acd7bd1bf77caa61f76e938a9d6ee9 a3f700aedf8ac72c11277e5a17588acfb75bc1ac ccc30313074216baf14f11791a1eb12726bcf958 d2390496ec0785abf8ab3f14355ffce19f5dcd20 f04a00ece86b2ace14635a9278bf9e7ae8812597 f64ad963c8c9a125838cd594e7f75d6f3d74007e Package: ros-rolling-slider-publisher Version: 2.4.3-2resolute.20260821.180242 Architecture: amd64 Maintainer: Olivier Kermorgant Installed-Size: 78 Depends: ros-rolling-rqt-gui-py, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/slider_publisher/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-slider-publisher/ros-rolling-slider-publisher_2.4.3-2resolute.20260821.180242_amd64.deb Size: 12362 SHA256: 076ffaec267312318a53c9c70139ef9723b5f3866f9f811acbd05a4126ed8ea6 SHA1: 6f18bfb41d50ecf9b0d434fe4276da823f3814a0 MD5sum: 374d8dd8ef6deab310a14a4b0625d82a Description: This packages proposes a slider-based publisher node similar to the joint_state_publisher, but that can publish any type of message or call services. Package: ros-rolling-smach Version: 3.0.3-3resolute.20260714.185007 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 214 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/smach/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach/ros-rolling-smach_3.0.3-3resolute.20260714.185007_amd64.deb Size: 47514 SHA256: 88fe4a4fe1b03ccc36a0643dad4c6c7084df760ea1616dbb4959a510a4a2ec14 SHA1: 92d915db7b706910f1fd6b0430124bc70cdd0fa5 MD5sum: b5dbe596bee5a32bc783b88dedecd894 Description: SMACH is a task-level architecture for rapidly creating complex robot behavior. At its core, SMACH is a ROS-independent Python library to build hierarchical state machines. SMACH is a new library that takes advantage of very old concepts in order to quickly create robust robot behavior with maintainable and modular code. Package: ros-rolling-smach-msgs Version: 3.0.3-3resolute.20260811.202343 Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1035 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/smach_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach-msgs/ros-rolling-smach-msgs_3.0.3-3resolute.20260811.202343_amd64.deb Size: 112168 SHA256: 39f5b0022213ad6f4e68b6b5ca39e5df06de26dfecfbf8426589549175c05495 SHA1: 2e3983027f980274209df799646e41ec6449f62e MD5sum: 1243e57f9bab5e82c7f5ea11eb3384fe Description: this package contains a set of messages that are used by the introspection interfaces for smach. Package: ros-rolling-smach-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-smach-msgs Version: 3.0.3-3resolute.20260811.202343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Isaac Saito Installed-Size: 1238 Depends: ros-rolling-smach-msgs (= 3.0.3-3resolute.20260811.202343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach-msgs/ros-rolling-smach-msgs-dbgsym_3.0.3-3resolute.20260811.202343_amd64.deb Size: 985796 SHA256: 222acc7eb08aea34f18c403fe19bf08201ec42361c5b7933462ce372422e2b33 SHA1: 009806bc268b97928d83d6731ca49983ef8be278 MD5sum: 5755a38f9b5da35c2c1070cc68666919 Description: debug symbols for ros-rolling-smach-msgs Build-Ids: 2d878954def20e4bde36274c4faf25a9c7e17181 3bf6b141efd7609e872b78e221daff464a7ceefe 6bd38b1fab349d96e0611c10cd54e757aec42950 8e641b5f151e64d5e42f11a44185cac7b435bf4b 8ee009717e3523f17aa0282f9789c34255bd7a8b a9efdef54fb3bd6b2eb40c20b545d44e739f7104 c63a69b434746516ed8e25af351de84e395be554 d221ce225383cceb2ff288582df8fd9ae6ffd371 d508e9be3ae246b2f3539f5fa0fdbc60d3dd55f5 e5238353b6e4b8713386749826a89723c285f77a f6b51781260190059c1aa657be4f494a1ee203a4 Package: ros-rolling-smach-ros Version: 3.0.3-3resolute.20260821.164125 Architecture: amd64 Maintainer: Isaac I. Y. Saito Installed-Size: 176 Depends: ros-rolling-rclpy, ros-rolling-smach, ros-rolling-smach-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/smach_ros/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smach-ros/ros-rolling-smach-ros_3.0.3-3resolute.20260821.164125_amd64.deb Size: 40110 SHA256: cb2592d672104f754ef77fd125aeaf8e65c554927999490ebc213639fcdd274c SHA1: 7e40aeee8c338ddb5d8a5134fde96087819e62e9 MD5sum: ad3b5b2bca9f3923b6b91fc496fa3b66 Description: The smach_ros package contains extensions for the SMACH library to integrate it tightly with ROS. For example, SMACH-ROS can call ROS services, listen to ROS topics, and integrate with actionlib both as a client, and a provider of action servers. SMACH is a new library that takes advantage of very old concepts in order to quickly create robust robot behavior with maintainable and modular code. Package: ros-rolling-smclib Version: 4.4.0-2resolute.20260714.185028 Architecture: amd64 Maintainer: Geoffrey Biggs Installed-Size: 90 Depends: ros-rolling-ros-workspace Homepage: http://smc.sourceforge.net/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-smclib/ros-rolling-smclib_4.4.0-2resolute.20260714.185028_amd64.deb Size: 14260 SHA256: 0a4ff091aa802041d2a10487f36acc1736c4237b30eb8690b533ada2560011b9 SHA1: 2fcb321df03b69e04a459857e12d9568fe30e2e3 MD5sum: 8ffde34ed3dda5db464f8aabdcaf7f1c Description: The State Machine Compiler (SMC) from http://smc.sourceforge.net/ converts a language-independent description of a state machine into the source code to support that state machine. This package contains the libraries that a compiled state machine depends on, but it does not contain the compiler itself. Package: ros-rolling-soccer-geometry-msgs Version: 1.0.0-2resolute.20260811.204323 Architecture: amd64 Maintainer: ijnek Installed-Size: 463 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 4.1.1), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/soccer_geometry_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-geometry-msgs/ros-rolling-soccer-geometry-msgs_1.0.0-2resolute.20260811.204323_amd64.deb Size: 46222 SHA256: 9a2bb3c8c95878b26fa87a902a97f08f43fbc3dfb96d08389eac22d8860a0c27 SHA1: eb8d4dcbb8031883a2939732ce31f86c1f5560a7 MD5sum: a873908954200b75f6c2820b239d6d42 Description: A package containing msgs that extend geometry_msgs for use in soccer-related packages Package: ros-rolling-soccer-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-soccer-geometry-msgs Version: 1.0.0-2resolute.20260811.204323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 320 Depends: ros-rolling-soccer-geometry-msgs (= 1.0.0-2resolute.20260811.204323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-geometry-msgs/ros-rolling-soccer-geometry-msgs-dbgsym_1.0.0-2resolute.20260811.204323_amd64.deb Size: 178624 SHA256: a9866b5eacf782955b577e42c024df9cdcdad60ea405e8b919f51683bdc18b33 SHA1: f3ca3a386a7eb680e90eaa1a807d5377aa7e4398 MD5sum: 1339f41bae9bee7b922a40a139c45f98 Description: debug symbols for ros-rolling-soccer-geometry-msgs Build-Ids: 001336f862358cce58c5714cfc1fe012016e06e4 0de9cd3b18d4907b1dab78c4016cbddd05674673 3e4d42c433f725ed1c09115081f455a9d2cdbddc 3e5e6c0d2bb9ca789bcffe4ee0f048e4bbc4c2bb 7381f77b6e44ddb8b6155d4bc77dd722e942c219 856382e37e5cc902869c5ba12b2fc0a5a51d1d08 ac2c8a8ca998c96201350beab5e51c31704a2301 b7c39096d051e3cfa274cbef34f2c38d9d6a275d c18f1dd4acfd88be23473771e40037a84460fdc6 c2f1905ec741d64a362439701f60e935bbc0e30c c80059300ebf4d801b47b384ba75860207871dca Package: ros-rolling-soccer-interfaces Version: 1.0.0-2resolute.20260811.205720 Architecture: amd64 Maintainer: ijnek Installed-Size: 44 Depends: ros-rolling-soccer-vision-2d-msgs, ros-rolling-soccer-vision-3d-msgs, ros-rolling-soccer-vision-attribute-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/soccer_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-interfaces/ros-rolling-soccer-interfaces_1.0.0-2resolute.20260811.205720_amd64.deb Size: 5464 SHA256: fbeb221461298854423c3eae5cb8f139901919f5009ad77657bbf7ddaf079cd6 SHA1: 278e555e4e2268be002966ea822c566f0a678fb0 MD5sum: 4a8ce7b84effaa7ea2382175e3361979 Description: Metapackage for soccer-related interfaces Package: ros-rolling-soccer-model-msgs Version: 1.0.0-2resolute.20260811.204716 Architecture: amd64 Maintainer: ijnek Installed-Size: 1104 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-soccer-geometry-msgs, ros-rolling-soccer-vision-attribute-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/soccer_model_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-model-msgs/ros-rolling-soccer-model-msgs_1.0.0-2resolute.20260811.204716_amd64.deb Size: 91834 SHA256: 5184a682058f34e4cd6de12f861e7cf1b12c428420d3e27e339e9a6e57c2a5dd SHA1: e4893df2dc22811250de03c5ba1f719b8b52da09 MD5sum: bca82706f88983721baf141e8f4fc1d3 Description: A package containing world model related message definitions in the soccer domain. Package: ros-rolling-soccer-model-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-soccer-model-msgs Version: 1.0.0-2resolute.20260811.204716 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 888 Depends: ros-rolling-soccer-model-msgs (= 1.0.0-2resolute.20260811.204716) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-model-msgs/ros-rolling-soccer-model-msgs-dbgsym_1.0.0-2resolute.20260811.204716_amd64.deb Size: 628372 SHA256: c7f43ad303f0e980547988d43624137d2b70e781364f1b2716eabdd0cb416aa2 SHA1: e82bf79bf15dafc34c24e566d794dc196a234875 MD5sum: 07387e1c299bfd49ec4ce1ebf6468030 Description: debug symbols for ros-rolling-soccer-model-msgs Build-Ids: 06430755299a52e354f26eee686dac6f2a5163ef 244e1d0fa5315160c5316ae2ac8b57f40b597dca 4ba0504340b8327f88cbc05a7a9612529145542f 669d75ec36b10e037077d13d93778acba1dcfe86 737894461d772f07dfce2583a9a5e2030bccb9db 7f75dd180a44dff79013c7d92ae084412626682c 9286ea4e8fd91e506be847094449f64b576fb578 9903db0b80a797e5d2cf262a0723851b0f232244 c69600c7b7e2a696d9197f217dd0f6a347105876 d5c547c0d061778d2cc5f767222ca3f735689960 d74bc838e91729d7a8b940efb4fe80cf4133c948 Package: ros-rolling-soccer-vision-2d-msgs Version: 1.0.0-2resolute.20260811.204933 Architecture: amd64 Maintainer: ijnek Installed-Size: 2385 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-soccer-vision-attribute-msgs, ros-rolling-vision-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/soccer_vision_2d_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-2d-msgs/ros-rolling-soccer-vision-2d-msgs_1.0.0-2resolute.20260811.204933_amd64.deb Size: 174058 SHA256: baad4a25b14706276419b42bb8c832adc9ca82850b39c08c7ac76a297c7e55da SHA1: ad72b679d7f3abaf5d60072e4b2c5e1e2fa1195f MD5sum: b8eb61db9b3c62e7275af32ac1138bd3 Description: A package containing some 2D vision related message definitions in the soccer domain. Package: ros-rolling-soccer-vision-2d-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-soccer-vision-2d-msgs Version: 1.0.0-2resolute.20260811.204933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1960 Depends: ros-rolling-soccer-vision-2d-msgs (= 1.0.0-2resolute.20260811.204933) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-2d-msgs/ros-rolling-soccer-vision-2d-msgs-dbgsym_1.0.0-2resolute.20260811.204933_amd64.deb Size: 1467356 SHA256: f67e8f299ac84fbed54db907c5632e9f7fb7aa33b3f3a24b6a7a8e22d640258d SHA1: cad8b98ea6a7335a9faf3d0c3c304879112341c1 MD5sum: 24843c47a6f450a830e619d798d5b5b8 Description: debug symbols for ros-rolling-soccer-vision-2d-msgs Build-Ids: 0286c10b770aa5492466214b5808916cf15754da 10c5e097c6de71895fb636edbbe41e59ca97f68d 181069a61e6c5b81011b5f0d925e4accf695bce8 280dbcb8eb32ba1d41eb070f2ab9164ee862ae1f 32f04f6fa27f992dd68e30f727cca5eff99acd3e 3d3565c1e0b744f5c0d1bf198372cb7af811ec50 686c8ee9ed6e8e7588972ff31c940b394b263aac 8182407aff6adb8bd8e4c5cc7dfcbe6cc443af08 c0aa67f1b59cdabcfd6388d0a1e059e0f6f8ac5f c1db639163af2b249e2c742a4cc0fe7be0934cee d7ead83d79e1e5b22fd19e37934261144b7deb91 Package: ros-rolling-soccer-vision-3d-msgs Version: 1.0.0-2resolute.20260811.205044 Architecture: amd64 Maintainer: ijnek Installed-Size: 2399 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-soccer-vision-attribute-msgs, ros-rolling-vision-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/soccer_vision_3d_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-3d-msgs/ros-rolling-soccer-vision-3d-msgs_1.0.0-2resolute.20260811.205044_amd64.deb Size: 173436 SHA256: 447b40a9440f4ac13db56db29a20642029ae045bcbb28059b41c13392024918e SHA1: 050ba4039522c05ff2dca41e26a28c64490677f6 MD5sum: 237a296a6ba5d8c8d01b401e7850b34b Description: A package containing some 3D vision related message definitions in the soccer domain. Package: ros-rolling-soccer-vision-3d-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-soccer-vision-3d-msgs Version: 1.0.0-2resolute.20260811.205044 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 1973 Depends: ros-rolling-soccer-vision-3d-msgs (= 1.0.0-2resolute.20260811.205044) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-3d-msgs/ros-rolling-soccer-vision-3d-msgs-dbgsym_1.0.0-2resolute.20260811.205044_amd64.deb Size: 1474798 SHA256: dc591284cd2acaff97c978b627c58bb48b8407a13d255fa35f78a5afce5a6210 SHA1: 154852a912d7062b5a993f7bd539b58edd50b0c3 MD5sum: 4dfa8e1de1e8774692242154cb2ef21b Description: debug symbols for ros-rolling-soccer-vision-3d-msgs Build-Ids: 08ef82a957f432b85d4c4e25c9b0126d7d77d104 0e43cc5f4e9fb437ff543625117e999c9e5e82c1 204a0b66995eda8496d296c1e3da9ae2f6299d53 3cd4190be7e03950e720aef1cc9c791f25db8ddd 4046e79c4eb9dff4e8db17c36c30a21b60f9937e 4984220d2f3b5aa2f3a6be2d6f6966d4be34daa6 6caa9373f6a610b0c0879eb7d9c6861353d92705 87bc9851b88ce5fd97edbc98f2229ba1b707cf22 92138beca0166bdc3124a83416c888f47877875f b2933eeddc036466de4ab0109a7521fa079f23c9 d9bcc302ae291e606f12891513845fcaa0be6c48 Package: ros-rolling-soccer-vision-3d-rviz-markers Version: 1.0.0-2resolute.20260821.164142 Architecture: amd64 Maintainer: ijnek Installed-Size: 1040 Depends: ros-rolling-rclpy, ros-rolling-soccer-vision-3d-msgs, ros-rolling-soccer-vision-attribute-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/soccer_vision_3d_rviz_markers/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-3d-rviz-markers/ros-rolling-soccer-vision-3d-rviz-markers_1.0.0-2resolute.20260821.164142_amd64.deb Size: 164476 SHA256: 347115116ad375c54bc7fb0fd10b209d346d634da6ee823725a98e9f0ed4ce30 SHA1: 5d5ff540b071febd0101024bd9232627571aa225 MD5sum: 05808853cfa5e155ef828edff45d6deb Description: Package that converts soccer_vision_3d_msgs to RViz markers Package: ros-rolling-soccer-vision-attribute-msgs Version: 1.0.0-2resolute.20260811.203432 Architecture: amd64 Maintainer: ijnek Installed-Size: 722 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 4.1.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/soccer_vision_attribute_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-attribute-msgs/ros-rolling-soccer-vision-attribute-msgs_1.0.0-2resolute.20260811.203432_amd64.deb Size: 62028 SHA256: 08ff859fa8b1ead02bcf4753e19fabc76f5be8025fdf8fea283deca444ebb149 SHA1: 8aa6d7ed2bd6521d7a6645148f527777265db2b5 MD5sum: 62819c96d43496e38934e81ba04f00d5 Description: A package containing attributes of objects in 2d/3d vision in the soccer domain. Package: ros-rolling-soccer-vision-attribute-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-soccer-vision-attribute-msgs Version: 1.0.0-2resolute.20260811.203432 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 518 Depends: ros-rolling-soccer-vision-attribute-msgs (= 1.0.0-2resolute.20260811.203432) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-soccer-vision-attribute-msgs/ros-rolling-soccer-vision-attribute-msgs-dbgsym_1.0.0-2resolute.20260811.203432_amd64.deb Size: 332468 SHA256: a5c3876125216dc902fce95f3f0d5ed1987a8d85930b9339d686dbdc3109c83f SHA1: f4cf0bb1cd04d44ca81bcd3cd56bdac41c5fa4fb MD5sum: ea1caf0f538f66bdbc99c9ed0caa7bd3 Description: debug symbols for ros-rolling-soccer-vision-attribute-msgs Build-Ids: 067555fc81b83f4fa51ce53c999318daac04ed80 10f673ce91fefad8e7bf6b8fcbe1bf6eb2cab3b0 18cf31c09a827dae22de47d5da7671adbdca2170 2c268fb9a2cc9e3f2195f03897cc3812e4f09bb7 537d707b9b3dba6f7eff2a176fa3e7ba37ffc2a7 58cb2ba5dad19a08b261287e89e7d99f24e2d807 6c42d651ac601f85a42ff028b6cec5a48c57aa73 840b2c0119c631aee5c70d613294a7812a1ea1fd 8b70ebcddb6fb187158507b2e9af883ee0f266b7 b296ac30630297e02242d2e218f4792f0eddaf9b d51f6211612ecfc6ab54a63ba2c7c38a894e3984 Package: ros-rolling-sol-vendor Version: 0.0.3-5resolute.20260714.185032 Architecture: amd64 Maintainer: Kotaro Yoshimoto Installed-Size: 2443 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sol_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sol-vendor/ros-rolling-sol-vendor_0.0.3-5resolute.20260714.185032_amd64.deb Size: 149142 SHA256: 2c89f959a2e0fdbb020b7b5f2c5ca7d686577f33b9d4b93d1b77a98e18e7e603 SHA1: 457b54023e3c7efb74034b97e3ed28e26681175f MD5sum: c4160940bfcdd3d175a598a4766b3d14 Description: vendor package for the sol2 library Package: ros-rolling-sophus Version: 1.22.9102-3resolute.20260714.181225 Architecture: amd64 Maintainer: Daniel Stonier Installed-Size: 353 Depends: libceres-dev, libeigen3-dev, libfmt-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sophus/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sophus/ros-rolling-sophus_1.22.9102-3resolute.20260714.181225_amd64.deb Size: 43468 SHA256: ff2dc3f0b0ca640e52bfd8593743e417d14057b0ec5ab169151adc7182321d75 SHA1: 3549475ce4290ab04fd663616356c15732de59d9 MD5sum: 058b4f104eb277005b64e41125612ef0 Description: C++ implementation of Lie Groups using Eigen. Package: ros-rolling-sound-play Version: 0.4.0-2resolute.20260821.164154 Architecture: amd64 Maintainer: "Austin Hendrix" Installed-Size: 307 Depends: festival, festvox-kallpc16k, gir1.2-gst-plugins-base-1.0, gir1.2-gstreamer-1.0, gstreamer1.0-alsa, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-tools, libgstreamer-plugins-base1.0-0, libgstreamer-plugins-good1.0-0, libgstreamer1.0-0, python3-gi, ros-rolling-action-msgs, ros-rolling-ament-index-python, ros-rolling-launch-xml, ros-rolling-rclpy, ros-rolling-sound-play-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/sound_play Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sound-play/ros-rolling-sound-play_0.4.0-2resolute.20260821.164154_amd64.deb Size: 168910 SHA256: c076682225f989104416e09a265436dbdc0fe004955195eb6515fd4913d31852 SHA1: 39fd2d2089719679d9d018947642fa7b62fcbe30 MD5sum: 2df1e479aaf3bb1a98ca768f3c467d61 Description: sound_play provides a ROS node that translates commands on a ROS topic (robotsound) into sounds. The node supports built-in sounds, playing OGG/WAV files, and doing speech synthesis via festival. C++ and Python bindings allow this node to be used without understanding the details of the message format, allowing faster development and resilience to message format changes. Package: ros-rolling-sound-play-msgs Version: 0.4.0-2resolute.20260811.201259 Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1868 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/sound_play_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sound-play-msgs/ros-rolling-sound-play-msgs_0.4.0-2resolute.20260811.201259_amd64.deb Size: 146466 SHA256: e48aaf12f457b24ce4ddc5b1641ef1282e6f36b7a5d37f5fa12028cc300f9bb8 SHA1: bc265212a2e6388fcd48094a3051a6e9a983c6ff MD5sum: 7e292bcbb948eb24b6e9af8bdf5ee7bd Description: Messages for transmitting sound via ROS with sound_play Package: ros-rolling-sound-play-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-sound-play-msgs Version: 0.4.0-2resolute.20260811.201259 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Shingo Kitagawa" Installed-Size: 1157 Depends: ros-rolling-sound-play-msgs (= 0.4.0-2resolute.20260811.201259) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sound-play-msgs/ros-rolling-sound-play-msgs-dbgsym_0.4.0-2resolute.20260811.201259_amd64.deb Size: 732554 SHA256: 85bf1ee60acf21da1f629875ecb3c51b08b0cda3217fc160c8cf9f2771411ff4 SHA1: fd84d4e00619097a06586ac26fef7f062b38af84 MD5sum: 16ecf12441b49f3ba2ce53d513dce8be Description: debug symbols for ros-rolling-sound-play-msgs Build-Ids: 43f21bafdffc223c72345cf8825fc0fa965d9c2b 4cc6bca55bbbb43e42c5691f6aa144f3e7b9556f 78d4633d05087d62eef4ab707e01558ec72a9a92 849d9c9c10880fc67953386f5c696d6c939acc82 90529d0c2c3193c5574081b90231b8b69ff81487 9bbe2bc5bf374a8879b6289da2c70dc18c563906 9c8eb05ae54261d7b6aeef046081ba2e985a07ab dc3f2199503cd8f2d1286a577509f4e4e6038975 f56c59016d46b57c761ad5102eac8a7802cfc6da f7617fe774d63b56c0a85c4698dcdb45ac0250dd fe95ceb1cf659e5ceb4814a682d7fcf7aed13bd0 Package: ros-rolling-spacenav Version: 3.3.0-3resolute.20260821.172729 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 428 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libspnav0 (>= 1.0), libstdc++6 (>= 14), libspnav-dev, libx11-dev, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, spacenavd, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/spacenav_node Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spacenav/ros-rolling-spacenav_3.3.0-3resolute.20260821.172729_amd64.deb Size: 107736 SHA256: f41cdb67e09273fca8b4ca5637a3ad9f535e56423e3f6b82be98726167819d89 SHA1: 4b09e2180951493f18b3d46d7417595e95d374a1 MD5sum: 71914fa2f02c209ead2bee584d4a1404 Description: ROS interface to the 3Dconnexion SpaceNavigator 6DOF joystick. Package: ros-rolling-spacenav-dbgsym Package-Type: ddeb Source: ros-rolling-spacenav Version: 3.3.0-3resolute.20260821.172729 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 2076 Depends: ros-rolling-spacenav (= 3.3.0-3resolute.20260821.172729) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spacenav/ros-rolling-spacenav-dbgsym_3.3.0-3resolute.20260821.172729_amd64.deb Size: 1837100 SHA256: 73160db7e488f6205ae60129b5f51562f027cfb1061839888d5ddaa8973e2768 SHA1: fae0961ce0a75ef8e7c315264c4c65bdd7721f65 MD5sum: 95165d870114f635775995faf227ccbe Description: debug symbols for ros-rolling-spacenav Build-Ids: 30a0dec5376f41f3666d333fd836a6e64dabddf1 3e23108cf2989f9d9d8917e31e385e2ed9652e44 Package: ros-rolling-spdlog-vendor Version: 1.9.0-1resolute.20260714.185116 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 45 Depends: libspdlog-dev, ros-rolling-ros-workspace Homepage: https://github.com/gabime/spdlog Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spdlog-vendor/ros-rolling-spdlog-vendor_1.9.0-1resolute.20260714.185116_amd64.deb Size: 6050 SHA256: dfa3a31761f02879b4a2b0b98be86d64613e69c3685f67dee43239bdeffcd119 SHA1: 295223cca580c761c439a2cce388aafa06842861 MD5sum: e9960ae81d3688b513950a35b5be4e33 Description: Wrapper around spdlog, providing nothing but a dependency on spdlog, on some systems. On others, it provides an ExternalProject build of spdlog. Package: ros-rolling-spinnaker-camera-driver Version: 3.0.5-1resolute.20260821.170700 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 63538 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgomp1 (>= 4.9), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libomp-dev, libswscale-dev, libusb-1.0-0-dev, libyaml-cpp-dev, ros-rolling-camera-info-manager, ros-rolling-diagnostic-updater, ros-rolling-flir-camera-msgs, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/spinnaker_camera_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-camera-driver/ros-rolling-spinnaker-camera-driver_3.0.5-1resolute.20260821.170700_amd64.deb Size: 11653950 SHA256: 67b0c01e9a5d1edcb6c9af0e6916722cafdac570973a7ef1ed8f21cf30b7e048 SHA1: 4d4d9ee35b25a7c985b0126bba28bd5757de5350 MD5sum: 9572fe6f76066dc3e0efd0cbca951a99 Description: ROS2 driver for flir spinnaker sdk Package: ros-rolling-spinnaker-camera-driver-dbgsym Package-Type: ddeb Source: ros-rolling-spinnaker-camera-driver Version: 3.0.5-1resolute.20260821.170700 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 6584 Depends: ros-rolling-spinnaker-camera-driver (= 3.0.5-1resolute.20260821.170700) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-camera-driver/ros-rolling-spinnaker-camera-driver-dbgsym_3.0.5-1resolute.20260821.170700_amd64.deb Size: 4901766 SHA256: 6d189e5a3f3a82e89725dcbb64fa9203092f5e7075052115a26ca3603b0d197c SHA1: 4ce25c3c6497c0992344c44e5229180ce64dc97e MD5sum: 7d2a5ba09655ebb2c7decdd1dc5f29d1 Description: debug symbols for ros-rolling-spinnaker-camera-driver Build-Ids: 10c82d5904d917d45b48f0d1df68594d36a965b9 7ca99f59e8600442b45b774adc5e0512286037fb 92943a5450e071d1847fcc30d546c0d8294d9f46 a8b174c282d787394d2a574561c82ccef063a594 abfb58a417234408dfd80839d2b2c2cb9409ccf2 b8a7c025d76cf42193d731b0b2cc0b02d3cf9472 dbf39ccf16c6dcab039bd8361e405a5a6c8b935a f5c3bbf1ddb824a2b1799a274dbc4b9dd3ceb39b fc703749b557b8e0414b1d2041a37d966531ecd2 Package: ros-rolling-spinnaker-synchronized-camera-driver Version: 3.0.5-1resolute.20260821.171609 Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 255 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-spinnaker-camera-driver, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/spinnaker_synchronized_camera_driver/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-synchronized-camera-driver/ros-rolling-spinnaker-synchronized-camera-driver_3.0.5-1resolute.20260821.171609_amd64.deb Size: 65712 SHA256: 8697a22279d6dea9c0470df437926efebdeeb4c8003b0883dbac9c03bd6f41e2 SHA1: 439c849b54c5cb7c1797f1c1810011f3bdae44da MD5sum: 9f6d290b022a4e36378b4231d649638f Description: ROS2 driver for synchronized flir cameras using the Spinnaker SDK Package: ros-rolling-spinnaker-synchronized-camera-driver-dbgsym Package-Type: ddeb Source: ros-rolling-spinnaker-synchronized-camera-driver Version: 3.0.5-1resolute.20260821.171609 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bernd Pfrommer" Installed-Size: 2183 Depends: ros-rolling-spinnaker-synchronized-camera-driver (= 3.0.5-1resolute.20260821.171609) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-spinnaker-synchronized-camera-driver/ros-rolling-spinnaker-synchronized-camera-driver-dbgsym_3.0.5-1resolute.20260821.171609_amd64.deb Size: 2092938 SHA256: c198333a383aea103aa20e292ace146f735c950e6e7970b58939acbfae74940b SHA1: c9cb2fd57300510cae0f1c66bd864c32c0858632 MD5sum: cf6a899434ec34d05de98ca418555922 Description: debug symbols for ros-rolling-spinnaker-synchronized-camera-driver Build-Ids: 1ba0c42fc0fe1e71a7bfc5cd73ce169a127ddee5 5a0110b01239913b252d7f546dc166edab492eb1 Package: ros-rolling-splsm-7 Version: 3.0.1-4resolute.20260811.203412 Architecture: amd64 Maintainer: ijnek Installed-Size: 501 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/splsm_7/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-splsm-7/ros-rolling-splsm-7_3.0.1-4resolute.20260811.203412_amd64.deb Size: 53884 SHA256: d75151f5409906a1d6b69f7e86c4b6feece36ffbd76a87c9e4bff7f7edcca8d2 SHA1: 313167271c01cb9ca41d81bd7c2da0a2c1eb0e50 MD5sum: b4a47197ce47b0e2adf4aa5c4051a5a0 Description: RoboCup Standard Platform League Standard Message V7 ROS msg Package: ros-rolling-splsm-7-conversion Version: 3.0.1-4resolute.20260811.205119 Architecture: amd64 Maintainer: ijnek Installed-Size: 39 Depends: python3-construct, ros-rolling-splsm-7, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/splsm_7_conversion/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-splsm-7-conversion/ros-rolling-splsm-7-conversion_3.0.1-4resolute.20260811.205119_amd64.deb Size: 6296 SHA256: c5fe283cc73510317e1e3812be407376da6c57fce03b84efa5317970836e95cb SHA1: be1decb17d8956bc8f905c9fdcd4f797a33f5dbd MD5sum: bdf1c44ecc6061cc89d0b18b3da802f9 Description: Converts Standard Platform League Standard Message V7 between ROS msg and UDP raw bytes Package: ros-rolling-splsm-7-dbgsym Package-Type: ddeb Source: ros-rolling-splsm-7 Version: 3.0.1-4resolute.20260811.203412 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 375 Depends: ros-rolling-splsm-7 (= 3.0.1-4resolute.20260811.203412) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-splsm-7/ros-rolling-splsm-7-dbgsym_3.0.1-4resolute.20260811.203412_amd64.deb Size: 231826 SHA256: ddbb864eda740d6a40ffd15bed2127047f5bf4f5ecb48a723ef6ac1cceb364ab SHA1: 17cb7fc2732e8e96381c27e17a0102303fc83e70 MD5sum: c588f24447331d5f8ca3f0690c2da929 Description: debug symbols for ros-rolling-splsm-7 Build-Ids: 0b68ebfaa4a32a85125d5342e517c8f04db0f0bf 772f0331e479ee6da4fc681cc2d240f2d6236bc3 831a4fcdc9ebcd044037e3a0869d23ae2e9cc08b 972944daa3966a2603e4594c0d5fe5a49d534f2e aae8e3f7e04588a46fd87b7e7ba86c487eb62599 c898e39c5074fa47178d54905686ef40cf320d74 cccf3a6925f96bae2a98cabc868a4a8026e634c9 d42dfb9ee9fffd007806a8e8f753e559614b80b6 d7767cdfd5b2cbd692b1573019fa8eb91c7f1317 fb63c2d2be66996120f321684b94c86c36f04c2f fff7dc3922e8977ddab6a4d97cc1f99ecdb93b60 Package: ros-rolling-srdfdom Version: 2.0.9-2resolute.20260821.173437 Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 238 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), libtinyxml2-11 (>= 11.0.0), libconsole-bridge-dev, libtinyxml2-dev, ros-rolling-console-bridge-vendor, ros-rolling-urdf, ros-rolling-urdfdom-py, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/srdfdom Priority: optional Section: misc Filename: pool/main/r/ros-rolling-srdfdom/ros-rolling-srdfdom_2.0.9-2resolute.20260821.173437_amd64.deb Size: 63282 SHA256: 7f57f7787c578234bd3cddddbdbeb8e02183b2113383ec9a207b95ecf7b8031b SHA1: 9d3815dbff6d834a8c730e2ea12f9afd40380af4 MD5sum: 2973c52f14931e04da3c81674d351f47 Description: Parser for Semantic Robot Description Format (SRDF). Package: ros-rolling-srdfdom-dbgsym Package-Type: ddeb Source: ros-rolling-srdfdom Version: 2.0.9-2resolute.20260821.173437 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: MoveIt Release Team Installed-Size: 817 Depends: ros-rolling-srdfdom (= 2.0.9-2resolute.20260821.173437) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-srdfdom/ros-rolling-srdfdom-dbgsym_2.0.9-2resolute.20260821.173437_amd64.deb Size: 766032 SHA256: 8afde4e88a1027006f2f6c83c057127478493c8451de470bd863717d3cff58f8 SHA1: 81ad7c25b5e71e4a4ed6e1c664d6145731183fb6 MD5sum: 0ccd70615dc0ba8096b78c9505f133a3 Description: debug symbols for ros-rolling-srdfdom Build-Ids: 9a389c47029963512f373df66b19b3b9ea9aea9a Package: ros-rolling-sros2 Version: 0.17.0-1resolute.20260821.164542 Architecture: amd64 Maintainer: "ROS Security Working Group" Installed-Size: 251 Depends: python3-argcomplete, python3-cryptography, python3-lxml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sros2/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sros2/ros-rolling-sros2_0.17.0-1resolute.20260821.164542_amd64.deb Size: 43544 SHA256: 8303964ecac5f66341ba6f83bdeb8bf933a52f39d097ee34784c463a987168c6 SHA1: e77f521fc69927e627fb0e40883af21414ffa2cd MD5sum: fbb3edb94fe2601472d7fb5f6a65e5c2 Description: Command line tools for managing SROS2 keys Package: ros-rolling-sros2-cmake Version: 0.17.0-1resolute.20260821.181703 Architecture: amd64 Maintainer: "ROS Security Working Group" Installed-Size: 48 Depends: ros-rolling-ros2cli, ros-rolling-sros2, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sros2_cmake/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sros2-cmake/ros-rolling-sros2-cmake_0.17.0-1resolute.20260821.181703_amd64.deb Size: 6920 SHA256: 19a4c8395af9435576f92873a9dbc992bf2c43fa2bb69595c06214e6b40e9545 SHA1: 67ddd68a6c891a230dfbe0abe50c4ffd93c781e6 MD5sum: baddb2de421db7ba3990cdfdc9676707 Description: CMake macros to configure security Package: ros-rolling-state-interfaces-broadcaster Version: 6.9.0-1resolute.20260826.131233 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 331 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-realtime-tools, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-state-interfaces-broadcaster/ros-rolling-state-interfaces-broadcaster_6.9.0-1resolute.20260826.131233_amd64.deb Size: 89924 SHA256: 42076e98130c9792c3a7df554f3f5b0e89356d3db7c0a0518a25a6f0a0ca8f0f SHA1: 64a163f5f139da0c123e12bd9c7503f01e0f7542 MD5sum: 75d76cee6d99f1d8d252fb23b9337117 Description: Broadcaster to publish the requested hardware interface states Package: ros-rolling-state-interfaces-broadcaster-dbgsym Package-Type: ddeb Source: ros-rolling-state-interfaces-broadcaster Version: 6.9.0-1resolute.20260826.131233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1446 Depends: ros-rolling-state-interfaces-broadcaster (= 6.9.0-1resolute.20260826.131233) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-state-interfaces-broadcaster/ros-rolling-state-interfaces-broadcaster-dbgsym_6.9.0-1resolute.20260826.131233_amd64.deb Size: 1293972 SHA256: a89017f90f7fd1b112400211f0c47881150b71887416945cc17f02ec5e019a7d SHA1: 444052136f1d9b198d30c26b4323051c98842bd4 MD5sum: a797bd2071335c33f4f4a36d0a74b2a4 Description: debug symbols for ros-rolling-state-interfaces-broadcaster Build-Ids: 73ba8a7aaf34dfa950c9fa0ddd10d5a908ea8e4b Package: ros-rolling-statistics-msgs Version: 2.5.1-1resolute.20260811.201306 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 757 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/statistics_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-statistics-msgs/ros-rolling-statistics-msgs_2.5.1-1resolute.20260811.201306_amd64.deb Size: 75138 SHA256: 4fd211627e6074bdc50bd004743b53e15158ab0a3ef61c6a8084c2f67b47c64b SHA1: e91c8619c4b10ffee86ca6ab7bc0e095db726311 MD5sum: 9c1eef7f0da99c55924812ded5b19a60 Description: Message definitions for reporting statistics for topics and system resources. Package: ros-rolling-statistics-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-statistics-msgs Version: 2.5.1-1resolute.20260811.201306 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 608 Depends: ros-rolling-statistics-msgs (= 2.5.1-1resolute.20260811.201306) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-statistics-msgs/ros-rolling-statistics-msgs-dbgsym_2.5.1-1resolute.20260811.201306_amd64.deb Size: 413082 SHA256: 69d17cd420ce5c736cd183c56bdd39a1b1bf6aba3f4019ce4d9af3fd0fb7f6a9 SHA1: 4f58fce83bb2fd4128447f834cc2dd8a3b069126 MD5sum: f62dfe74e4a709cebf89743c9c13b14c Description: debug symbols for ros-rolling-statistics-msgs Build-Ids: 1535667842ff6f4af6aa1551ad69765aca6e6290 60b7e3d0e063b29a37de180fc73e2875ce8d65c7 7a640ac1b2628c4196ede6471512fce484adf5ce 95e50772727051fa3c1b8bc6e6b99d58b78c2201 b27abaebbfc52020ec9967acdfc2591cd380bea9 b6e3800403736daac1abdb9d796d0d291f586324 bd0bc371a4dd72fef8e020eeeecd8188516e9aed c2f1fdbeb1f11052e35296e83dbff15437e45ba8 df922f0591db1f749e45aae48645a191616fc9ff e9eb5c35a04076f21928ac1b2016b231561b87c1 f5da8c13a9fd51b85aa4df00cc746c4d3bfedd38 Package: ros-rolling-std-msgs Version: 5.10.1-1resolute.20260811.201323 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4050 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/std_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-msgs/ros-rolling-std-msgs_5.10.1-1resolute.20260811.201323_amd64.deb Size: 274694 SHA256: 258b4b0ad6cf41dedd0a01ef6d518635ca03eab0ed12a9b93c0f81cb65d7bbc8 SHA1: af0b07b1a6a71844bface2562d6f64c24cb6ac7b MD5sum: 76badcc750b117e6f02437ff89afaddc Description: A package containing some standard message definitions. Package: ros-rolling-std-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-std-msgs Version: 5.10.1-1resolute.20260811.201323 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 4004 Depends: ros-rolling-std-msgs (= 5.10.1-1resolute.20260811.201323) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-msgs/ros-rolling-std-msgs-dbgsym_5.10.1-1resolute.20260811.201323_amd64.deb Size: 3128148 SHA256: e95c459272ad020467c79cf69317045c8216d1272c6e3867f7a571c0a7c66842 SHA1: 588be66d611791055e3841823d4603187add3833 MD5sum: cc6df95415b87cd1f0631b0ee4b00e6b Description: debug symbols for ros-rolling-std-msgs Build-Ids: 012defaebf9f6afb7d243757ffadfe0e05105b86 1634f234b68f98cac7e4acab215c57b2b7eb3c6c 43d8b1391c0a90c7dcbaa4042c2a8a5e7813d280 5a265dc5d7b395c06b1ad7d6727b12cf1b0d622c 7206733e74f64ae083e59977ed229c9aab3af071 796f948d26d40762579bdfaf59bd4038c5e89b39 8732d1398467a6207a46aa2e83b395850aae9ff5 9240bc6689e0b6a5d3bc771e3dbcf6181a40dceb b7d59557d82badc34a68d3e042efb3623984eac8 b837083a44455bb5cf58861496b9488855561e9e cea263a20cf29d140405a740b390c876160598aa Package: ros-rolling-std-srvs Version: 5.10.1-1resolute.20260811.203425 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1492 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/std_srvs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-srvs/ros-rolling-std-srvs_5.10.1-1resolute.20260811.203425_amd64.deb Size: 122002 SHA256: 92378f0f3b4939f3a12f43561dfb9e090596991328fed63e3b6c8893be6cdeaa SHA1: 0df65795223cec65208492de46ab67ace4d3c880 MD5sum: b1a87eb71eb910579dd8ae223fdbc1c8 Description: A package containing some standard service definitions. Package: ros-rolling-std-srvs-dbgsym Package-Type: ddeb Source: ros-rolling-std-srvs Version: 5.10.1-1resolute.20260811.203425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1169 Depends: ros-rolling-std-srvs (= 5.10.1-1resolute.20260811.203425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-std-srvs/ros-rolling-std-srvs-dbgsym_5.10.1-1resolute.20260811.203425_amd64.deb Size: 816386 SHA256: 5c67faef30dff2fd678cd2b105ff0a59826bc18a8e96fc6ce5932dd6ec3d96bd SHA1: d015b6dd5849e8a7308b67de738cf6f792d7a399 MD5sum: 4b8ba5c042c4b7783bf0f69a64b1efb4 Description: debug symbols for ros-rolling-std-srvs Build-Ids: 020b178e2b9ec4907ada8c7a7bd2434243ea4146 1f56d51199269459deec7f30a75f46b5c50622f9 330abd9bb34088b8907d348e9484df6bc4db2755 3d6be4551c5e76fb946306243623ecf0c0884128 5cb22c4c5ddb91f1ad0a2fe334a22e21ebdb329a a0a8c6e875ca0aef5884327ce1b7a81ac046a495 c6d5abfead1141cc0accea28daa71330c668ba5f c9cdc9de8c3fea2799dcadd40aac06b172c38ecb cd03d6e8c6b5a9be74cb2267d11fb141c3d402f3 fa3285a500d0201e5c9152347934ef98c8153753 fe0d735431a66023b6b73b279221891a73c432f4 Package: ros-rolling-steering-controllers-library Version: 6.9.0-1resolute.20260827.063107 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 969 Depends: libc6 (>= 2.38), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rcpputils, ros-rolling-realtime-tools, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-steering-controllers-library/ros-rolling-steering-controllers-library_6.9.0-1resolute.20260827.063107_amd64.deb Size: 223798 SHA256: 8f67472cdefec924e0a5356969063cc5713880591dbd7ef92efaa09e0a56f2b7 SHA1: b9cba77df52cbfbed255600c6d5c4563bb6bc0fd MD5sum: e735ec88342954d4bed41d6489cb11ba Description: Package for steering robot configurations including odometry and interfaces. Package: ros-rolling-steering-controllers-library-dbgsym Package-Type: ddeb Source: ros-rolling-steering-controllers-library Version: 6.9.0-1resolute.20260827.063107 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4216 Depends: ros-rolling-steering-controllers-library (= 6.9.0-1resolute.20260827.063107) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-steering-controllers-library/ros-rolling-steering-controllers-library-dbgsym_6.9.0-1resolute.20260827.063107_amd64.deb Size: 3609482 SHA256: 7cd0b419bea4dae29c80d4ee6b92d5a457edeba5c32ed1f369b224824e36ade3 SHA1: 6b5bf87ef734fa506160b7f5b0659e793cd2c371 MD5sum: 215924e50dbb1946da25ddfc6cb21fe9 Description: debug symbols for ros-rolling-steering-controllers-library Build-Ids: ed3e51eb43edf6de77071fb8b4660d9d6a46f095 Package: ros-rolling-stereo-image-proc Version: 8.0.1-1resolute.20260821.175104 Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 1411 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libstdc++6 (>= 14), ros-rolling-cv-bridge, ros-rolling-image-geometry, ros-rolling-image-proc, ros-rolling-image-transport, ros-rolling-message-filters, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-stereo-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/stereo_image_proc/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-image-proc/ros-rolling-stereo-image-proc_8.0.1-1resolute.20260821.175104_amd64.deb Size: 295056 SHA256: 9e7620cf101b783b1aad07b4ff81839994df24efae36ed94ee103ad7e0106463 SHA1: e7afb04b684738a516bc5bc65e95ffbe1f4e758b MD5sum: 66c4c469190575a119433ff5c9b3f34a Description: Stereo and single image rectification and disparity processing. Package: ros-rolling-stereo-image-proc-dbgsym Package-Type: ddeb Source: ros-rolling-stereo-image-proc Version: 8.0.1-1resolute.20260821.175104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Vincent Rabaud" Installed-Size: 7738 Depends: ros-rolling-stereo-image-proc (= 8.0.1-1resolute.20260821.175104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-image-proc/ros-rolling-stereo-image-proc-dbgsym_8.0.1-1resolute.20260821.175104_amd64.deb Size: 6573044 SHA256: f8222feab01b0a76dc2fc4350203c1310fa731149fdfd470a7d8d0a6122dca1d SHA1: 0c4c0553539ca669beb09dcea8326c4a884ad996 MD5sum: 19803f57d86d244ac1a8b0bd90fc1642 Description: debug symbols for ros-rolling-stereo-image-proc Build-Ids: 3b55480f53d7a8970cb537374af3188fc99cdd23 4616f8880421d43af96138c6312a87debc901d35 e3dd8a7e04213fcd1989d566c42eb3f2e5082fa5 Package: ros-rolling-stereo-msgs Version: 5.10.1-1resolute.20260811.204710 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 518 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/stereo_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-msgs/ros-rolling-stereo-msgs_5.10.1-1resolute.20260811.204710_amd64.deb Size: 54160 SHA256: bee68261a7198ecb16d764f4910bbed374add60f7346a8073e53010218ca955d SHA1: 815dc09d87117e3d416fb60750bdf271eef14a70 MD5sum: f34198bba07cf2e0e2862babaa910600 Description: A package containing some stereo camera related message definitions. Package: ros-rolling-stereo-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-stereo-msgs Version: 5.10.1-1resolute.20260811.204710 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 396 Depends: ros-rolling-stereo-msgs (= 5.10.1-1resolute.20260811.204710) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stereo-msgs/ros-rolling-stereo-msgs-dbgsym_5.10.1-1resolute.20260811.204710_amd64.deb Size: 247640 SHA256: ed2781d05f45a03bbab0caf47e8f895da113a931ead95b7b928bd51efe2edbb2 SHA1: a4f03dc3857231235efee3aa0aa98fb2c3259597 MD5sum: 5c57c600b0e3066791d2999d9c276a48 Description: debug symbols for ros-rolling-stereo-msgs Build-Ids: 070d18e85e430f9f7e41d517689e397e58a45319 31dbb57e260670b8a4b390c9d97b2ab2040388aa 37341bd64e6edc7a2e95bd5e8a556353bf490494 52db98eb9419cef4a62aa17178f02b6c7e2e6dc5 53ff01bea20621b9b27a3ac24254b4f73cf3dbe1 5f7dafd985ff8f9fdbcb2dacf27857f55beaafc7 876089005337b5ba38d05dc2e2b764b145492b6c bd25d12f1356ce4d306552aec971ced51deb316e db57643de39ae9d849e83432c37fdde43a6ec4b2 ea078bdad6e996dcf26bea08416bba076d6ea3dc efc740152b25cc83853f387bf41917763141afdb Package: ros-rolling-stomp Version: 0.1.2-4resolute.20260821.153907 Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 225 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libconsole-bridge-dev, libeigen3-dev, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/stomp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stomp/ros-rolling-stomp_0.1.2-4resolute.20260821.153907_amd64.deb Size: 72032 SHA256: 3ec12baabe04477a2b5e6a256899877196e7ba522a868424b163fddf42a99880 SHA1: d35933e0dd7be34f733d4ac93f66cc60e843131b MD5sum: 63107b042499862cc7e41b4bffbb7c24 Description: This package provides the STOMP (Stochastic Trajectory Optimization for Motion Planning) algorithm that can be used for robot motion planning tasks or other similar optimization tasks Package: ros-rolling-stomp-dbgsym Package-Type: ddeb Source: ros-rolling-stomp Version: 0.1.2-4resolute.20260821.153907 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jorge Nicho Installed-Size: 2761 Depends: ros-rolling-stomp (= 0.1.2-4resolute.20260821.153907) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-stomp/ros-rolling-stomp-dbgsym_0.1.2-4resolute.20260821.153907_amd64.deb Size: 2745072 SHA256: 9d9e285bd6d9ba52c528f78594ab4df19751308ee44ec9762c32d6061dc51e3f SHA1: 7ead84b32d466b14cf4f7a3b8c352721a10722c1 MD5sum: 7fbef475b2e4e8e8165b3fbd2267bdab Description: debug symbols for ros-rolling-stomp Build-Ids: 2fcf6c4dd1f78b4ae2b83095aead66f4a2f929fa 79e25cd2d70021b04d0848992e3b766254c1acb9 Package: ros-rolling-swri-cli-tools Version: 3.9.1-1resolute.20260821.173624 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 93 Depends: python3-natsort, ros-rolling-marti-introspection-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-ros2topic, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/swri_cli_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-cli-tools/ros-rolling-swri-cli-tools_3.9.1-1resolute.20260821.173624_amd64.deb Size: 14858 SHA256: c31b652c85c72a2d1ea76827708f80ffa6f8e92d2d0c0b5719bee1e746f30402 SHA1: e673b37de26d1eb416eb3f3e3642884d29fc98b3 MD5sum: e3d8d2dec868d26eb3edd7d817bd8f88 Description: Command line tools for introspecting ROS systems Package: ros-rolling-swri-console Version: 2.3.0-1resolute.20260821.181924 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 4945 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.4.0), libqt6widgets6 (>= 6.3.0), libstdc++6 (>= 14), qt6-base-dev, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosbag2-storage, ros-rolling-rosbag2-storage-mcap, ros-rolling-rosbag2-transport, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/swri_console Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console/ros-rolling-swri-console_2.3.0-1resolute.20260821.181924_amd64.deb Size: 1839512 SHA256: 089ef29c8ce15b3c333ae02cf6b3b63052c1dbac2f934de5eba72f195b9f7158 SHA1: e29e82372f3c5590f9fe87e2eaeb1a6d24e088be MD5sum: 26ec866554cb316e8e3596d4fd1c8da0 Description: A rosout GUI viewer developed at Southwest Research Institute as an alternative to rqt_console. Package: ros-rolling-swri-console-dbgsym Package-Type: ddeb Source: ros-rolling-swri-console Version: 2.3.0-1resolute.20260821.181924 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 11251 Depends: ros-rolling-swri-console (= 2.3.0-1resolute.20260821.181924) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console/ros-rolling-swri-console-dbgsym_2.3.0-1resolute.20260821.181924_amd64.deb Size: 6653636 SHA256: abd1e24d3340a955ca9ae07ad3e7883c3f4c21ba6310813a3255e87ca0297c6b SHA1: ce5fd3b091bdd040bd45a48e45dc195e9acfdd43 MD5sum: 2ee29a211beca3af3a2d903b12c30211 Description: debug symbols for ros-rolling-swri-console Build-Ids: 2e11191ca4a20c0a1cdba9fea0b079551b85c4b1 Package: ros-rolling-swri-console-util Version: 3.9.1-1resolute.20260821.165535 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 91 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console-util/ros-rolling-swri-console-util_3.9.1-1resolute.20260821.165535_amd64.deb Size: 19796 SHA256: 073bd78704cd66799c03441c6df6dd4f5f67581f6bd8464196c2b362e9623c5a SHA1: 9a4cc514e63b3caace1a6a9283164d33c6cd8a6a MD5sum: 96c1de86ca1ae59e8b0be809d2033a7e Description: Utility functions for interacting with console Package: ros-rolling-swri-console-util-dbgsym Package-Type: ddeb Source: ros-rolling-swri-console-util Version: 3.9.1-1resolute.20260821.165535 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 257 Depends: ros-rolling-swri-console-util (= 3.9.1-1resolute.20260821.165535) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-console-util/ros-rolling-swri-console-util-dbgsym_3.9.1-1resolute.20260821.165535_amd64.deb Size: 238668 SHA256: 777e55c95e66a24722e351eb4f03fb057c4f64072f482917eb9c191c3db85acd SHA1: 970ba44b55f8d2842020cb9eecfae11ddfebec66 MD5sum: 251c8c0b46ca2996658cf579d91fec21 Description: debug symbols for ros-rolling-swri-console-util Build-Ids: e31a81824de21ec9874447668768f982c61aaea4 Package: ros-rolling-swri-dbw-interface Version: 3.9.1-1resolute.20260820.132433 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 56 Depends: ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-dbw-interface/ros-rolling-swri-dbw-interface_3.9.1-1resolute.20260820.132433_amd64.deb Size: 8908 SHA256: c3a27f94e6074212e539c6b7c7399a5dd8c452fdf05ea469b85fe37ae6dde693 SHA1: 8e5f870d2a2f15f5069c6b900a438b0c6639bdcc MD5sum: 8629b8a13e5aaef4e8c47f3d816fa697 Description: This package provides documentation on common interface conventions for drive-by-wire systems. Package: ros-rolling-swri-geometry-util Version: 3.9.1-1resolute.20260821.160627 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 162 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libgeos-c1t64 (>= 3.5.0), libstdc++6 (>= 5), libeigen3-dev, libgeos-dev, libopencv-dev, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-geometry-util/ros-rolling-swri-geometry-util_3.9.1-1resolute.20260821.160627_amd64.deb Size: 47752 SHA256: 43f0c5de2ac8117cd900fc727ea90fdbfc8cf178f5aa740b18f4f5c37b331aff SHA1: e089d83a2b1815091702259ae44c43f436d19b82 MD5sum: 8400dc8fdd6ef005f10a84e3149be053 Description: Commonly used geometry routines, implemented in a ROS friendly package. Package: ros-rolling-swri-geometry-util-dbgsym Package-Type: ddeb Source: ros-rolling-swri-geometry-util Version: 3.9.1-1resolute.20260821.160627 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1886 Depends: ros-rolling-swri-geometry-util (= 3.9.1-1resolute.20260821.160627) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-geometry-util/ros-rolling-swri-geometry-util-dbgsym_3.9.1-1resolute.20260821.160627_amd64.deb Size: 1884402 SHA256: 812727ac77bffb34311912b69d9a6b1089efd1f0edf1a3143e3894f9cad53e67 SHA1: bf7d05746ddbbba93814d1be181b04044d43f6e1 MD5sum: d71a2459d21605848a389725cebbd544 Description: debug symbols for ros-rolling-swri-geometry-util Build-Ids: ef4683c4feaf0dfd997fd914876d9a730d9508e9 Package: ros-rolling-swri-image-util Version: 3.9.1-1resolute.20260821.173828 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 657 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libeigen3-dev, libopencv-dev, ros-rolling-ament-index-cpp, ros-rolling-camera-calibration-parsers, ros-rolling-cv-bridge, ros-rolling-image-geometry, ros-rolling-image-transport, ros-rolling-message-filters, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-swri-geometry-util, ros-rolling-swri-math-util, ros-rolling-swri-opencv-util, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-image-util/ros-rolling-swri-image-util_3.9.1-1resolute.20260821.173828_amd64.deb Size: 183066 SHA256: c090b45496e32ec87b54405af65c5c1962d94ab7ccec52fab5098175bfe5573b SHA1: 441bbeaef975140e81e9fadf98faaebc37be433a MD5sum: c4af06cd53f1380ab56b90ed673b50c2 Description: A package of commonly image manipulation utilities. Package: ros-rolling-swri-image-util-dbgsym Package-Type: ddeb Source: ros-rolling-swri-image-util Version: 3.9.1-1resolute.20260821.173828 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 7321 Depends: ros-rolling-swri-image-util (= 3.9.1-1resolute.20260821.173828) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-image-util/ros-rolling-swri-image-util-dbgsym_3.9.1-1resolute.20260821.173828_amd64.deb Size: 7043638 SHA256: 100b0812edc4bbb1303a9dcab60625ee3a539cc52f1ba9f56eefcdc3721aab38 SHA1: 4803aa79e141c68ee38f535c29be613aabc92a5c MD5sum: 410dac4109052acf1e0e0c4e5f0f4df5 Description: debug symbols for ros-rolling-swri-image-util Build-Ids: 38034ccae62d8124dccc056e76a8d550bd11f868 582ded63ce31532f297ad9e930c15866dbc0d960 Package: ros-rolling-swri-math-util Version: 3.9.1-1resolute.20260821.165528 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 147 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-math-util/ros-rolling-swri-math-util_3.9.1-1resolute.20260821.165528_amd64.deb Size: 33250 SHA256: fea74af39a237b1d04fa8e1fdeb01c804c0c0ae696a7a4f1f8313f9361481442 SHA1: b4cb17bfb923441f2529b6cc0e59a38957125c5a MD5sum: 9b5c118f7238af0224ce72d196fc574e Description: A package with commonly used math utility code. Package: ros-rolling-swri-math-util-dbgsym Package-Type: ddeb Source: ros-rolling-swri-math-util Version: 3.9.1-1resolute.20260821.165528 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 369 Depends: ros-rolling-swri-math-util (= 3.9.1-1resolute.20260821.165528) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-math-util/ros-rolling-swri-math-util-dbgsym_3.9.1-1resolute.20260821.165528_amd64.deb Size: 343640 SHA256: 452d95f448f0ea9a7907de7475166f687fea6a388b187a65e6aa3c78d416442f SHA1: 407c365b72b574f205fcfc2d5b8e13ef97941d29 MD5sum: 8335e34e1c109439d96b883d4a08e0da Description: debug symbols for ros-rolling-swri-math-util Build-Ids: a6e02d3f2fcb068ded6b809ad0789f7970a3b68e Package: ros-rolling-swri-opencv-util Version: 3.9.1-1resolute.20260821.173119 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 210 Depends: libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 5), libopencv-dev, ros-rolling-cv-bridge, ros-rolling-swri-math-util, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-opencv-util/ros-rolling-swri-opencv-util_3.9.1-1resolute.20260821.173119_amd64.deb Size: 49316 SHA256: 7274d6be207937f9f2fa131c95d5a328d743781949e3700be3fbb9d121e8acf3 SHA1: 36ce39bb23abaa959cc6cac4234f36edcf1a8e30 MD5sum: ef5e617852a971811408c2eb10d45e55 Description: A package with commonly used OpenCV functionality. Package: ros-rolling-swri-opencv-util-dbgsym Package-Type: ddeb Source: ros-rolling-swri-opencv-util Version: 3.9.1-1resolute.20260821.173119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 540 Depends: ros-rolling-swri-opencv-util (= 3.9.1-1resolute.20260821.173119) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-opencv-util/ros-rolling-swri-opencv-util-dbgsym_3.9.1-1resolute.20260821.173119_amd64.deb Size: 503536 SHA256: 984e31e81122e1114ac08cc4a350b5fecea0def9e9198d964d8b9d47dbdb0e16 SHA1: 747be6d8d060e8a406e1a772ec2651f4170b9105 MD5sum: 585d47a3e5623cb8b8cf0972871b9fa2 Description: debug symbols for ros-rolling-swri-opencv-util Build-Ids: e675b910726fc5f6eed5c7b0f38c9057a13c31e5 Package: ros-rolling-swri-route-util Version: 3.9.1-1resolute.20260824.144502 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 232 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-geometry-msgs, ros-rolling-marti-common-msgs, ros-rolling-marti-nav-msgs, ros-rolling-rclcpp, ros-rolling-swri-geometry-util, ros-rolling-swri-math-util, ros-rolling-swri-transform-util, ros-rolling-tf2-geometry-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/swri_route_util/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-route-util/ros-rolling-swri-route-util_3.9.1-1resolute.20260824.144502_amd64.deb Size: 69262 SHA256: 0f6a0d572262e63e272f5d7083e2aa4948c6dde5ec8ed8ea0d2fe99769f6a95b SHA1: deb9fb949dac89a9f03ab303f1eecbdac78a56eb MD5sum: 91427c20a25d74d10b16a7329f5bb985 Description: This library provides functionality to simplify working with the navigation messages defined in marti_nav_msgs. Package: ros-rolling-swri-route-util-dbgsym Package-Type: ddeb Source: ros-rolling-swri-route-util Version: 3.9.1-1resolute.20260824.144502 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 1029 Depends: ros-rolling-swri-route-util (= 3.9.1-1resolute.20260824.144502) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-route-util/ros-rolling-swri-route-util-dbgsym_3.9.1-1resolute.20260824.144502_amd64.deb Size: 982286 SHA256: 57115cf18c97de790b3da2bde8ab0bd741e022a2fcce2df322a3c581c072ef21 SHA1: d80424649083795c0c3a4738d4db49b4e894fa19 MD5sum: c61e6a19a3d5967527735cfeb62882e3 Description: debug symbols for ros-rolling-swri-route-util Build-Ids: cceb4d23c6b0640c40004fbbb6632c675f55a88b Package: ros-rolling-swri-serial-util Version: 3.9.1-1resolute.20260820.132315 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 96 Depends: libc6 (>= 2.42), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-serial-util/ros-rolling-swri-serial-util_3.9.1-1resolute.20260820.132315_amd64.deb Size: 20606 SHA256: faeb014d0d07b48c79f7d5523c6ae448bf5bc0422163f1a3de7efdb593e45fcc SHA1: 242f1c4a58d89f8a01dd383a9af638ae69187e04 MD5sum: deb20dd4e0350d3c25eecfad628c3ed3 Description: Contains nodes and utilities for serial communication in ROS. Package: ros-rolling-swri-serial-util-dbgsym Package-Type: ddeb Source: ros-rolling-swri-serial-util Version: 3.9.1-1resolute.20260820.132315 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 110 Depends: ros-rolling-swri-serial-util (= 3.9.1-1resolute.20260820.132315) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-serial-util/ros-rolling-swri-serial-util-dbgsym_3.9.1-1resolute.20260820.132315_amd64.deb Size: 89662 SHA256: 5814ccb16312e860cc56916d7f8a128afae0fb8507c48570134e8b5e6690b2b2 SHA1: 85c2f9dadc1ed54f4e37b85748e928588fbace8b MD5sum: 49aac11da656d970722fd6fa8b9dba75 Description: debug symbols for ros-rolling-swri-serial-util Build-Ids: cff7d497f8e514e4fc867c905d1563efe9747748 Package: ros-rolling-swri-transform-util Version: 3.9.1-1resolute.20260821.173943 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 2841 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libgeographiclib26 (>= 1.40), libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libproj25 (>= 6.1.0), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libgeographiclib-dev, libgeos-dev, libopencv-dev, libproj-dev, python3-numpy, python3-yaml, ros-rolling-cv-bridge, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-gps-msgs, ros-rolling-marti-nav-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-swri-math-util, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/marti_common Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-transform-util/ros-rolling-swri-transform-util_3.9.1-1resolute.20260821.173943_amd64.deb Size: 467436 SHA256: 83e017632368d31a7cc950cec1ce327d79f9429992fec4048e686b6c30e9221d SHA1: b310c1560c8a98ccd89bf6cf88f5c3fadeed733f MD5sum: 8fe75f7958e5bde5b294a29b1a321bd4 Description: The swri_transform_util package contains utility functions and classes for transforming between coordinate frames. Package: ros-rolling-swri-transform-util-dbgsym Package-Type: ddeb Source: ros-rolling-swri-transform-util Version: 3.9.1-1resolute.20260821.173943 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 13539 Depends: ros-rolling-swri-transform-util (= 3.9.1-1resolute.20260821.173943) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-swri-transform-util/ros-rolling-swri-transform-util-dbgsym_3.9.1-1resolute.20260821.173943_amd64.deb Size: 11129606 SHA256: 3c6369f3c511a2d7512186c4cec02c0705d82eb4dad46968750110140154be79 SHA1: e75db10379f9a0fa279be74b42124a3b58375ad5 MD5sum: 711330e4528d764566af3eca02672dd1 Description: debug symbols for ros-rolling-swri-transform-util Build-Ids: 2d3619d7d29ef0745cca7c50ff3afdfc48ba9e9c 366da4db0d5819e54af5fd2350ed652a1e4ce4ec f4c506e30542a855e1fdbb112a308fe88d67d43b Package: ros-rolling-sync-tooling-msgs Version: 0.2.11-1resolute.20260714.190106 Architecture: amd64 Maintainer: "Max Schmeller" Installed-Size: 820 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libprotobuf32t64 (>= 3.21.12), libstdc++6 (>= 13.1), libprotobuf-dev, libprotoc-dev, protobuf-compiler, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/sync_tooling_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sync-tooling-msgs/ros-rolling-sync-tooling-msgs_0.2.11-1resolute.20260714.190106_amd64.deb Size: 112876 SHA256: 2ae8e4a93a072107ff78355fe6615d14b8e5a4a310c9f3fc4a3031e06ef1cfa1 SHA1: 3c417e7be737033e3b0ecc06a322300aea9eb2a4 MD5sum: 63c1c17cdf3326a03c90f0d11649cfcb Description: Protobuf definitions for SYNC.TOOLING Package: ros-rolling-sync-tooling-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-sync-tooling-msgs Version: 0.2.11-1resolute.20260714.190106 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Max Schmeller" Installed-Size: 2983 Depends: ros-rolling-sync-tooling-msgs (= 0.2.11-1resolute.20260714.190106) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-sync-tooling-msgs/ros-rolling-sync-tooling-msgs-dbgsym_0.2.11-1resolute.20260714.190106_amd64.deb Size: 2829782 SHA256: 41a0ef43ba93f996e81ac4450b3aba8a2ec4010a63ac8b19ed370370b78b5ce1 SHA1: c078a22df781e978e094bc3db254d599a00a68b2 MD5sum: aa76824eb41c9b21feaefe53548329b6 Description: debug symbols for ros-rolling-sync-tooling-msgs Build-Ids: cdb2b9523380e68c788ab3ef2e5b81d05d25dd42 Package: ros-rolling-system-fingerprint Version: 0.7.0-4resolute.20260821.173611 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 50 Depends: python3-git, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros2action, ros-rolling-ros2cli, ros-rolling-ros2node, ros-rolling-ros2param, ros-rolling-ros2topic, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/system_fingerprint/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-fingerprint/ros-rolling-system-fingerprint_0.7.0-4resolute.20260821.173611_amd64.deb Size: 10830 SHA256: 099fb45e034c465c924fc18bf72660dbf9be19d1e1a489c528c6c7b7caffe7ee SHA1: 3705b5a5b5142f2bfc40c217f2802c6fa7a43104 MD5sum: b00fac41ba4bfbbc98b7c2f6ab6d5f28 Description: The system_fingerprint package Package: ros-rolling-system-modes-msgs Version: 0.9.0-6resolute.20260811.203425 Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1849 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://micro.ros.org/docs/concepts/client_library/lifecycle_and_system_modes/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-modes-msgs/ros-rolling-system-modes-msgs_0.9.0-6resolute.20260811.203425_amd64.deb Size: 149694 SHA256: 82b5844a6862401b14db309f6b156362eca7bf1c80b7000c40e61af2ac26a76a SHA1: ed056cc6fd3dc73557fe3dc163918f0e0f25810a MD5sum: 540ff84bb1b0a83474ea1bef7a6b6d10 Description: Interface package, containing message definitions and service definitions for the system modes package. Package: ros-rolling-system-modes-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-system-modes-msgs Version: 0.9.0-6resolute.20260811.203425 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Arne Nordmann Installed-Size: 1520 Depends: ros-rolling-system-modes-msgs (= 0.9.0-6resolute.20260811.203425) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-system-modes-msgs/ros-rolling-system-modes-msgs-dbgsym_0.9.0-6resolute.20260811.203425_amd64.deb Size: 1091534 SHA256: f9bc452e1a1029207d094f40425596107f2c24d0bd6567c38792d5cb83ce65ff SHA1: 912895c5fd37600dc776238d66f207ed6fea7caf MD5sum: a1cc328dec29394c004a4ffa141e2302 Description: debug symbols for ros-rolling-system-modes-msgs Build-Ids: 0f7e09efee617a2850f30d15a8a9d45bdca6f9f0 369b5beee07d3c02863b10143def09671258992d 3bba3c26971a9ed006a9c88771be3955d0f489e7 439e05a62cf8269675e4ef0fbfe8f75cc698275b 5f80212bf50c2f64bdd56ddf5bdb03d3591be700 6bcff02175e2e3f5bd41d301575abdaee8ee84bd 87ad6c3361d9c26049be386c6b57911e60dd22fe 8a48521d6fb60368b5fdb3042c26ebdc91d08ade c2717471624aafa61291efeba69b3e7425bff3c2 ee557a38c8e4538d4564ccced2d54a7c73aa5d81 f7a4bcaa5ccecab735fe23a287bcfbf6b471e52a Package: ros-rolling-tango-icons-vendor Version: 0.6.0-1resolute.20260714.185200 Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 45 Depends: tango-icon-theme, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/qt_gui_icons Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tango-icons-vendor/ros-rolling-tango-icons-vendor_0.6.0-1resolute.20260714.185200_amd64.deb Size: 6048 SHA256: 850b2d34a4fe35095629a1d8a31605ead6d93bbb44b03975e83540ec84899c28 SHA1: 4214acb83085e368f730da90e391f882677ad313 MD5sum: c20b1e7f04e289f71bf6f55d651913e3 Description: tango_icons_vendor provides the public domain Tango icons for non-linux systems (Tango Icon Library) from the Tango Desktop Project Package: ros-rolling-tcb-span Version: 2.0.3-1resolute.20260714.185217 Architecture: amd64 Maintainer: "bmagyar" Installed-Size: 72 Depends: ros-rolling-ros-workspace Homepage: https://github.com/tcbrindle/span Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tcb-span/ros-rolling-tcb-span_2.0.3-1resolute.20260714.185217_amd64.deb Size: 11276 SHA256: 4d3fefd21554e2a597d77257be6e3f45a2f7b64dd3f90eb109329c2406cda79f SHA1: 0a12d57d930222aacc6e2958ac408d766b19bd55 MD5sum: 4a3c7bf27e4960ce5cfafe5c3a7461bd Description: Implementation of C++20's std::span Package: ros-rolling-teleop-tools Version: 2.0.0-2resolute.20260821.165552 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 44 Depends: ros-rolling-joy-teleop, ros-rolling-key-teleop, ros-rolling-teleop-tools-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/teleop_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools/ros-rolling-teleop-tools_2.0.0-2resolute.20260821.165552_amd64.deb Size: 5496 SHA256: 31b5390126f61e9d6ab7c5a70cb4fbbc765de1386afd745d718f25f6f0d84a7e SHA1: 0701ebb60b97a0608004e5b72e8727ef5f62d2b3 MD5sum: 76b9a192a677ef67c926274fc1feb27b Description: A set of generic teleoperation tools for any robot. Package: ros-rolling-teleop-tools-msgs Version: 2.0.0-2resolute.20260811.202022 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1670 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/teleop_tools_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools-msgs/ros-rolling-teleop-tools-msgs_2.0.0-2resolute.20260811.202022_amd64.deb Size: 132064 SHA256: 51d0f858d94acb951f1c006d7ff95570979ec69e3e72dd4c53b232f83cd2f0bd SHA1: 7edfc64c0bfa303e869b03b2be6f83e3f4c37260 MD5sum: aa9cbd2d48224fe4935fe718d5ac4582 Description: The teleop_tools_msgs package Package: ros-rolling-teleop-tools-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-teleop-tools-msgs Version: 2.0.0-2resolute.20260811.202022 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 985 Depends: ros-rolling-teleop-tools-msgs (= 2.0.0-2resolute.20260811.202022) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-tools-msgs/ros-rolling-teleop-tools-msgs-dbgsym_2.0.0-2resolute.20260811.202022_amd64.deb Size: 593886 SHA256: 800d34056a38c7bd7c0ea89d635f14ccc32ff3877ef4bab849daa95a024cca51 SHA1: 3a12a12916f652f14a8a9e6ecb50882c779ac68b MD5sum: fdee619c9eeb0340b74664aa3bd68a45 Description: debug symbols for ros-rolling-teleop-tools-msgs Build-Ids: 08fe21da106f20a6d4f36e9556b8fa804f0cb15d 30cc56e00a9ae1cc832c871feb1acfd86eb62683 32f0d0b5b43fa7f669060243be82196913aa2e32 33f083e44d0ddc5439e99c4cc390d200348b3590 36f6bded54e0bd90fdef9ba2acb1a3323d60986f 37b00abf0c45d2c29e5dab56f934e6464e920b0b 39452c8afb0148d3ebf444d3c1cfbd69eb7b51bf 5e59bbba23022225272e05c6929e9d0207417bb1 b8e60daea27a1b349c4ed4590a0c111078b1eef0 b8eb2c838e075436a6aa9712635f2aada9166879 c49178e2a9e6e44370a8d73e1b52cd3263a755a5 Package: ros-rolling-teleop-twist-joy Version: 2.6.5-2resolute.20260821.171605 Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 692 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-geometry-msgs, ros-rolling-joy, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/teleop_twist_joy Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-twist-joy/ros-rolling-teleop-twist-joy_2.6.5-2resolute.20260821.171605_amd64.deb Size: 154998 SHA256: eb54fe5dd3830e2725eab78c65574734d2e721a922b28a51c097a8fb6da31a0b SHA1: 960f2a50f3fa7c385dd29db0c18abce072232e16 MD5sum: 2bb592e74481b56ea3eaa1c7e3b24a0e Description: Generic joystick teleop for twist robots. Package: ros-rolling-teleop-twist-joy-dbgsym Package-Type: ddeb Source: ros-rolling-teleop-twist-joy Version: 2.6.5-2resolute.20260821.171605 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Alejandro Hernandez Cordero Installed-Size: 3308 Depends: ros-rolling-teleop-twist-joy (= 2.6.5-2resolute.20260821.171605) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-twist-joy/ros-rolling-teleop-twist-joy-dbgsym_2.6.5-2resolute.20260821.171605_amd64.deb Size: 2823280 SHA256: 7cf3cd4cfb495288473b277094b57b6014cc64af0362c05897e80d59c53b5735 SHA1: 39a75c7ea120fe7052837893c314d8a4ca24a91f MD5sum: 73d90f5ecc550f9501ba2016edcb4e7c Description: debug symbols for ros-rolling-teleop-twist-joy Build-Ids: 4bbeac6f5213900d93773168a1ed1110f83596e5 728b1212f7e3147684d1c3768a3d3f92e79876d0 Package: ros-rolling-teleop-twist-keyboard Version: 2.4.1-2resolute.20260821.164236 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 47 Depends: ros-rolling-geometry-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/teleop_twist_keyboard/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-teleop-twist-keyboard/ros-rolling-teleop-twist-keyboard_2.4.1-2resolute.20260821.164236_amd64.deb Size: 9540 SHA256: 6bab283c41c098629e64911ab018ba270583cd4ea40bdbdf476bcfd855c17f3e SHA1: 589ee021aab35d106071070b15776acfe8244d80 MD5sum: 8eec3dd2c506f437be731ee59715343d Description: A robot-agnostic teleoperation node to convert keyboard commands to Twist messages. Package: ros-rolling-tensor-msgs Version: 0.1.2-1resolute.20260811.203428 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 613 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tensor_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tensor-msgs/ros-rolling-tensor-msgs_0.1.2-1resolute.20260811.203428_amd64.deb Size: 76634 SHA256: 5613506ac1e18e753e5d5c9c08d87642ca76d045d42e25866b9a316873e7384b SHA1: 0c0f8206c21128f2c8ce55c750f663857f462d78 MD5sum: baa8c9014c87f7684f9f670cdbdf7dae Description: DLPack-compatible Tensor message for publishing / subscribing to tensors. Currently exposes only ExperimentalTensor (used internally; schema may change before stabilization). Package: ros-rolling-tensor-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tensor-msgs Version: 0.1.2-1resolute.20260811.203428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 709 Depends: ros-rolling-tensor-msgs (= 0.1.2-1resolute.20260811.203428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tensor-msgs/ros-rolling-tensor-msgs-dbgsym_0.1.2-1resolute.20260811.203428_amd64.deb Size: 538018 SHA256: ba1d10deda1b9239bc0784c5247462b3add8edc5a0a152de7ac8f88e09e0cad8 SHA1: e7ac2881dd792089117c792e79143a948649a94b MD5sum: 727cbe2e0994d664242d8af31334591e Description: debug symbols for ros-rolling-tensor-msgs Build-Ids: 2a0bf4579b080bddc763dc249761613f5561e7fb 5104193fe1f1b1bc8b195ad9e3e0f786ed4aea9c 566e32ab1c745ab7cd437aa0754cf985a85d7f57 65bd44f8bfefe3ca7faf592c549014141fadcbcb 7181f405dac9276749855948d9623a2c0b996dcc 71a311d9b6f363e5d790b244145b062aebea9c3b a721ba40382ff25f24f7759e381c0ff024100a4d b84e296d64f75a71b3f716458eafb53d1fbbe454 ba1c6910eb956649a0a3c6a2ddcacedac8b8358e c3cff1775916d5a1f0fdfab76e8a3a9caade8532 cef4c8fb8671cf2e07dd678b5cc1edd84ae6552a Package: ros-rolling-tensorrt-cmake-module Version: 0.0.5-2resolute.20260714.185207 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 50 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tensorrt_cmake_module/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tensorrt-cmake-module/ros-rolling-tensorrt-cmake-module_0.0.5-2resolute.20260714.185207_amd64.deb Size: 6958 SHA256: 3837801a0b608185f61319584bdecdd82991cf1a25ceb09d0da877c707d43d88 SHA1: 7ac0b2d4bbdf232ff4e51cf27f0d3df25bcc4627 MD5sum: 81059fe90f326f94dae6fbffcf489cde Description: Exports a CMake module to find TensorRT. Package: ros-rolling-test-interface-files Version: 0.15.0-1resolute.20260714.181616 Architecture: amd64 Maintainer: "Dharini Dutia" Installed-Size: 69 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/test_interface_files/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-interface-files/ros-rolling-test-interface-files_0.15.0-1resolute.20260714.181616_amd64.deb Size: 8550 SHA256: 9e399e46f172ab06acfedf9ce615ca72bf547891531d33fa91af1510a2b908bd SHA1: 1dd7e505636c07187fb67fddb2017a09b08b9402 MD5sum: d7d96ab666b32ee7d5aeb70505aa0165 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-rolling-test-msgs Version: 2.5.1-1resolute.20260811.201318 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 11120 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, python3-typing-extensions, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/test_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-msgs/ros-rolling-test-msgs_2.5.1-1resolute.20260811.201318_amd64.deb Size: 761522 SHA256: c03b240f2fe7dd51b05223251356ff55557a49dd26aadccce90dc056ac3ab390 SHA1: ea4be50eb59377b5beeff1af4cb8d2875f016d78 MD5sum: 52cab9898746fa549f79f84b2d431090 Description: A package containing message definitions and fixtures used exclusively for testing purposes. Package: ros-rolling-test-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-test-msgs Version: 2.5.1-1resolute.20260811.201318 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 8124 Depends: ros-rolling-test-msgs (= 2.5.1-1resolute.20260811.201318) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-test-msgs/ros-rolling-test-msgs-dbgsym_2.5.1-1resolute.20260811.201318_amd64.deb Size: 6322622 SHA256: 0c380fc8cdb9602a7c76b6946a1898d1c322afa658dcd771f195550f083c0ec9 SHA1: 2c8ee8f04712bbc5393a75c07f5a6505dd1067f4 MD5sum: 8a7931e75a8bfc66c3aa88c58fb8ae59 Description: debug symbols for ros-rolling-test-msgs Build-Ids: 05ff4f2813f12203c95f7289ee23020c8cb0d986 1122ef5c52166b34591baabef2b5bb26e5b02e83 12f4ed5eaa8b82154a26859f0d6c451ae6128116 16b606ad9f8a9408980e01f5c372745ca799267c 388db4a36366cbf3ef5e5994f8cea59daf5d5835 5eef0caed300ce69f9d8cc82741e37a9cfed1068 6355a3287bb571aad414cb6858ce6df817d44d68 a211308042421eb7fb476a2f634c78024b6b04bf ce666bd7220c376f8f21217cd76d7fe817feac74 dbe8a3f5f2887b7d071aa9573be8c4bde1e8f479 fe081157cb66a1d56ac4af3db1abd3056316d2ed Package: ros-rolling-tf-transformations Version: 1.1.1-2resolute.20260714.181713 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 120 Depends: python3-numpy, python3-transforms3d, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tf_transformations/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf-transformations/ros-rolling-tf-transformations_1.1.1-2resolute.20260714.181713_amd64.deb Size: 25200 SHA256: 9bc64013f0e93dccc9a566da279a71dec8b34e97ee122e5f7923becebd27989e SHA1: 335ad22f5331d7df5079885cb4f883e22210af82 MD5sum: d32ebde514b782d9e237cae1dad7b4fd Description: Reimplementation of the tf/transformations.py library for common Python spatial operations Package: ros-rolling-tf-tree-terminal Version: 2.0.0-3resolute.20260821.172423 Architecture: amd64 Maintainer: Tanneguy de Villemagne Installed-Size: 61 Depends: python3-yaml, ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tf_tree_terminal/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf-tree-terminal/ros-rolling-tf-tree-terminal_2.0.0-3resolute.20260821.172423_amd64.deb Size: 14904 SHA256: d6e7ed78efddc6fcfcb93140f240019b9867243cf94105b59b5d0b8a3da34478 SHA1: 8fef3e075c6794eb57269a9094c27fa8e0211f07 MD5sum: 39c9a7168051597fa9ab3d3e7c3a064a Description: A lightweight ROS 2 utility to visualize the Coordinate Transform (TF) tree directly in the terminal with a folder-style structure. Package: ros-rolling-tf2 Version: 0.46.3-1resolute.20260821.160233 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 381 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rcutils, ros-rolling-rosidl-runtime-cpp, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2/ros-rolling-tf2_0.46.3-1resolute.20260821.160233_amd64.deb Size: 94928 SHA256: 16c068bf1c9502caaf19e630d2f7dbb52b230bba6a0cf6c5de623e48fc8d7ac7 SHA1: d58ea82d149d30e0f04366057ab134349b389357 MD5sum: c5586717a62ee4866bd73b8ec0a7829d Description: tf2 is the second generation of the transform library, which lets the user keep track of multiple coordinate frames over time. tf2 maintains the relationship between coordinate frames in a tree structure buffered in time, and lets the user transform points, vectors, etc between any two coordinate frames at any desired point in time. Package: ros-rolling-tf2-2d Version: 1.6.2-1resolute.20260821.174102 Architecture: amd64 Maintainer: "Stephen Williams" Installed-Size: 119 Depends: libboost-dev, libeigen3-dev, ros-rolling-rclcpp, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tf2_2d/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-2d/ros-rolling-tf2-2d_1.6.2-1resolute.20260821.174102_amd64.deb Size: 15990 SHA256: 3ece0ee6e4eaa229c63965af49b7caca97296599f94454eda58137a46e2dcd8e SHA1: 7ee0e3498f18489717d32092a41eddf0d881acd9 MD5sum: 1fc6c0d9b4ed694bb9dd92c7cff0e5ec Description: A set of 2D geometry classes modeled after the 3D geometry classes in tf2. Package: ros-rolling-tf2-bullet Version: 0.46.3-1resolute.20260821.172205 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 64 Depends: libbullet-dev, ros-rolling-geometry-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_bullet Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-bullet/ros-rolling-tf2-bullet_0.46.3-1resolute.20260821.172205_amd64.deb Size: 10426 SHA256: 26ac70d56ae1477a6313bfd47ed76fb6dbc60e37fca1553587505d87db1f0261 SHA1: 8f326b68fabaf1ddad6cdd8e18ef9704f59a1fa4 MD5sum: 58b22eceacf38d097af719962f54921a Description: tf2_bullet Package: ros-rolling-tf2-dbgsym Package-Type: ddeb Source: ros-rolling-tf2 Version: 0.46.3-1resolute.20260821.160233 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 678 Depends: ros-rolling-tf2 (= 0.46.3-1resolute.20260821.160233) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2/ros-rolling-tf2-dbgsym_0.46.3-1resolute.20260821.160233_amd64.deb Size: 611720 SHA256: e1dddbcb7fde11e195c9504e9564e10462a5b1dab811b14662b7c5a0a297311a SHA1: 93b3f534f0bafc5153c61ad141d626b313885b98 MD5sum: 7804e5243130c76329b89aef7d730568 Description: debug symbols for ros-rolling-tf2 Build-Ids: 574ee1809500377056d0cffe60760842ac08b717 Package: ros-rolling-tf2-eigen Version: 0.46.3-1resolute.20260821.172221 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 85 Depends: libeigen3-dev, ros-rolling-geometry-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tf2_eigen/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-eigen/ros-rolling-tf2-eigen_0.46.3-1resolute.20260821.172221_amd64.deb Size: 13276 SHA256: 0b413906762d237ed0e5c3f885d31223ac1f9c1d1b705fa71b95e71049577e1c SHA1: 410952f212ba2ebd43cf29df63ee63114bdc09fb MD5sum: 5e30abcee1bddb3abd868fbf8b0d5130 Description: tf2_eigen Package: ros-rolling-tf2-eigen-kdl Version: 0.46.3-1resolute.20260821.160724 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 94 Depends: libc6 (>= 2.4), liborocos-kdl1.5 (>= 1.5.2), libeigen3-dev, liborocos-kdl-dev, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tf2_eigen_kdl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-eigen-kdl/ros-rolling-tf2-eigen-kdl_0.46.3-1resolute.20260821.160724_amd64.deb Size: 15392 SHA256: 6476d0a460338689d762f590d88975deb85b8eb7b54088dc6c1d580416a62ec2 SHA1: 437676f98fb0efd73e842f96474ea9d3f37fc294 MD5sum: 9097130bd61821286c00b2e4746aaf6f Description: Conversion functions between: - Eigen and KDL Package: ros-rolling-tf2-eigen-kdl-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-eigen-kdl Version: 0.46.3-1resolute.20260821.160724 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 107 Depends: ros-rolling-tf2-eigen-kdl (= 0.46.3-1resolute.20260821.160724) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-eigen-kdl/ros-rolling-tf2-eigen-kdl-dbgsym_0.46.3-1resolute.20260821.160724_amd64.deb Size: 90904 SHA256: 15e5c0f60ac17609ed6ab5186ffdbb6a245fb1d299973c708ed80659d0776747 SHA1: bfa92908664fbe400fdb1e02c767162ba6452719 MD5sum: 43372b92c0d82c9be1219b516ff27d4b Description: debug symbols for ros-rolling-tf2-eigen-kdl Build-Ids: 181fbfe0db24b7f3739e78588bfb7da2f37e8278 Package: ros-rolling-tf2-geometry-msgs Version: 0.46.3-1resolute.20260821.173512 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 140 Depends: liborocos-kdl-dev, liborocos-kdl1.5, python3-numpy, ros-rolling-geometry-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-tf2-ros-py, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-geometry-msgs/ros-rolling-tf2-geometry-msgs_0.46.3-1resolute.20260821.173512_amd64.deb Size: 18998 SHA256: f8fdbb48238e7d60ef47e82f6263bc0210bd18092a42776816ed28bc15bf4bfc SHA1: 8ef4ddf1e8cb0a5d5891dc9dec484825cfc7cf7e MD5sum: cbf1b5162a7d399803bc761aebe1b8be Description: tf2_geometry_msgs Package: ros-rolling-tf2-kdl Version: 0.46.3-1resolute.20260821.173527 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 92 Depends: liborocos-kdl-dev, liborocos-kdl1.5, python3-pykdl, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-tf2-ros-py, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/tf2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-kdl/ros-rolling-tf2-kdl_0.46.3-1resolute.20260821.173527_amd64.deb Size: 13384 SHA256: a7fd3347eecaf23a12bb32e1cb33c4f5327d5052f4dc6aa516b7da096cdddba8 SHA1: c63f6f61abfb31cfb4719803e5b7955ffb6f3e70 MD5sum: b6e0e4f78226f4bc5e5b9e1c04538045 Description: KDL binding for tf2 Package: ros-rolling-tf2-msgs Version: 0.46.3-1resolute.20260811.203756 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2451 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-msgs/ros-rolling-tf2-msgs_0.46.3-1resolute.20260811.203756_amd64.deb Size: 198004 SHA256: cd584dfad490507d9b9ca8b33fc641b88f64a69df380eb046d9211c68ec08910 SHA1: 4ab876b413a37ba1d88b860ebf695aad45142eec MD5sum: e7582852389c9cc5b44f211f0c4364a6 Description: tf2_msgs Package: ros-rolling-tf2-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-msgs Version: 0.46.3-1resolute.20260811.203756 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1767 Depends: ros-rolling-tf2-msgs (= 0.46.3-1resolute.20260811.203756) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-msgs/ros-rolling-tf2-msgs-dbgsym_0.46.3-1resolute.20260811.203756_amd64.deb Size: 1235716 SHA256: 190fae7c5d616087c7c56d7199524fc4e5f2b1420b51479d4f9ad1b4d120a72d SHA1: 96422a3eec6dcf5e2ec6a773c7b4116f5123aed3 MD5sum: 9d434d1df428dd0fc65b1fe2e4e0b8f8 Description: debug symbols for ros-rolling-tf2-msgs Build-Ids: 0173d5e6703ddfb61243ba5e4be8a8deaabec0a6 02563628f26dba1eb76b49b24fe243a5283be8d4 144cdc85811451051f4f35dac178787042aa9f43 294d4bd5e2aeb5aef49363d9ad37cb52708a1448 371c6d0605b5d0d999ab7515eb8932d96846f345 4bc82a8228658324d6541f14b863235c299e1eb5 4dd0bdfc8c3da172b39aa7523241d469d1749e02 57bf209650bfbb941fd0e95ff6ae6e86466837ab 8e316ad1f2e8605e2aad06fb8a5e2ec4eba5bc43 8fa73d84f6c4ab341ba1768afc779fedb237c99d fd9aec488dd307e87530d3beb1a5fcb75d33d67d Package: ros-rolling-tf2-py Version: 0.46.3-1resolute.20260821.164212 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 129 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-rpyutils, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: http://index.ros.org/p/tf2_py Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-py/ros-rolling-tf2-py_0.46.3-1resolute.20260821.164212_amd64.deb Size: 30390 SHA256: 4c00fc1f1fa9dce006236b60dc5e38cd14e5d499d66aeaca9a9ba713c0099485 SHA1: 8bafeda319e472d7977e12d2083721bc499ed79b MD5sum: 4fbc34f06b7106594ef268a9b626d5f8 Description: Python bindings for the tf2 library Package: ros-rolling-tf2-py-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-py Version: 0.46.3-1resolute.20260821.164212 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 199 Depends: ros-rolling-tf2-py (= 0.46.3-1resolute.20260821.164212) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-py/ros-rolling-tf2-py-dbgsym_0.46.3-1resolute.20260821.164212_amd64.deb Size: 167746 SHA256: 6576dd22526a6087fb656a9704a36ec539f664eda326e7fb188e3b2bc205a42d SHA1: a5028c7b0959651122fe485faf710098dd74e97a MD5sum: 321f7afadf4882f62f2fd92b90911770 Description: debug symbols for ros-rolling-tf2-py Build-Ids: fb361c601f19f087ff8eb957347c9909c791db9c Package: ros-rolling-tf2-ros Version: 0.46.3-1resolute.20260821.170711 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 1660 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-message-filters, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-rcpputils, ros-rolling-tf2, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-ros/ros-rolling-tf2-ros_0.46.3-1resolute.20260821.170711_amd64.deb Size: 342642 SHA256: 6c11a25fa58d6d63b16a8f735d391f7d920f22d2565952e3c63551b83ac0fff4 SHA1: 42be8d7b9ec12b66ada3d6b4e5c5e23a7f6e5a02 MD5sum: 609a259db06781901d0c99b1c29d9abb Description: This package contains the C++ ROS bindings for the tf2 library Package: ros-rolling-tf2-ros-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-ros Version: 0.46.3-1resolute.20260821.170711 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 8488 Depends: ros-rolling-tf2-ros (= 0.46.3-1resolute.20260821.170711) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-ros/ros-rolling-tf2-ros-dbgsym_0.46.3-1resolute.20260821.170711_amd64.deb Size: 7414434 SHA256: 6df50d733da346f7781ea5d314f7bd96fb8b7c133d033f473ec655d2a65cb54d SHA1: ca6f53c01071d2cf551da61cc101dd965006afd2 MD5sum: e602a35c3f81f9a9d2890a77235542c2 Description: debug symbols for ros-rolling-tf2-ros Build-Ids: 3e9721db5d5595781ef30502272708e99f0fabb7 490ba81b16270788ed692a1cf7887518a6acb6bf aea5f8f2a51f2dca7f8eb88cb03796317bad5765 b60ddef02ee42d0baf2e13c8843f5536ca7a785a dfb9035229431381d8f6eaaeaf0c042d4adf2703 fad821fdb5ac2e9568164b4493496d74b4f9fb26 Package: ros-rolling-tf2-ros-py Version: 0.46.3-1resolute.20260821.173351 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 161 Depends: ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2-msgs, ros-rolling-tf2-py, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-ros-py/ros-rolling-tf2-ros-py_0.46.3-1resolute.20260821.173351_amd64.deb Size: 30120 SHA256: 833318260b279db6f76a20d0b2bb9ff5c1899271abf67a86a7037547e199f910 SHA1: d200b96385f9bcfa3024738f3c954348e5f5afd2 MD5sum: 99da6ed05fdbb5c47e788e42687c712d Description: This package contains the ROS Python bindings for the tf2 library Package: ros-rolling-tf2-sensor-msgs Version: 0.46.3-1resolute.20260821.173527 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 90 Depends: libeigen3-dev, python3-numpy, ros-rolling-eigen3-cmake-module, ros-rolling-geometry-msgs, ros-rolling-sensor-msgs, ros-rolling-sensor-msgs-py, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-tf2-ros-py, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-sensor-msgs/ros-rolling-tf2-sensor-msgs_0.46.3-1resolute.20260821.173527_amd64.deb Size: 14814 SHA256: 353a3b7d9a1447f0f2abcff05c0791101ca7a9129b85d07335670ac4c9e45db5 SHA1: 3be2febf618dc2376e4f2cf41a63e64a3d9adf7b MD5sum: 5018a6358cb69a3344b9db357fad794b Description: Small lib to transform sensor_msgs with tf. Most notably, PointCloud2 Package: ros-rolling-tf2-tools Version: 0.46.3-1resolute.20260821.174844 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 48 Depends: graphviz, python3-yaml, ros-rolling-rclpy, ros-rolling-tf2-msgs, ros-rolling-tf2-py, ros-rolling-tf2-ros-py, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/tf2_tools Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-tools/ros-rolling-tf2-tools_0.46.3-1resolute.20260821.174844_amd64.deb Size: 10192 SHA256: 20092ee80ccf4563366c3b5b1c91df86ee365a2e05d8d641c7dc34abbb1b07d3 SHA1: aa790efe9926f9d02d8e4c522d90440a25ebb98a MD5sum: 8520e443bb6bfce6829c1c73686f1690 Description: tf2_tools Package: ros-rolling-tf2-web-republisher Version: 1.0.0-2resolute.20260821.172223 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 236 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclcpp-components, ros-rolling-tf2, ros-rolling-tf2-ros, ros-rolling-tf2-web-republisher-interfaces, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tf2_web_republisher/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher/ros-rolling-tf2-web-republisher_1.0.0-2resolute.20260821.172223_amd64.deb Size: 57356 SHA256: 91c9c9f30a81dd94b182d0f8200d46442ef45724d6d07c29649f7e619bdfb007 SHA1: 4672c56c7962ba17f017e07457659cbcce0c6c05 MD5sum: b252a7637524956bc1538f39d67c49bf Description: Republishing of Selected TFs Package: ros-rolling-tf2-web-republisher-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-web-republisher Version: 1.0.0-2resolute.20260821.172223 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1114 Depends: ros-rolling-tf2-web-republisher (= 1.0.0-2resolute.20260821.172223) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher/ros-rolling-tf2-web-republisher-dbgsym_1.0.0-2resolute.20260821.172223_amd64.deb Size: 1006518 SHA256: bfee60d20f5f8a6a3eae4d7acbf9253249f70a99adc594686ae2c88963c46161 SHA1: 0d120a2c1e73d64df20b1e1b9f9f8610376b7eef MD5sum: e77fada2dc6e37da9b1ec3273a10cf3b Description: debug symbols for ros-rolling-tf2-web-republisher Build-Ids: 2a5a0cf5000d672852e7ebaf592640fe47610397 ba5f964a2cdee239ab7e0d7538e10513bdeab430 Package: ros-rolling-tf2-web-republisher-interfaces Version: 1.0.0-2resolute.20260811.203758 Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 2553 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tf2_web_republisher_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher-interfaces/ros-rolling-tf2-web-republisher-interfaces_1.0.0-2resolute.20260811.203758_amd64.deb Size: 194426 SHA256: 79e863c69d3a91c4d149b4a5dd766297e984339da4c636a7c32bcd616ff13757 SHA1: 56dd022aa7b96000449104b76b2c2f01fdfd2a62 MD5sum: bb44f5c2d66c13eec8aed2b9be99d738 Description: Interface definitions for tf2_web_republisher Package: ros-rolling-tf2-web-republisher-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-tf2-web-republisher-interfaces Version: 1.0.0-2resolute.20260811.203758 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Błażej Sowa Installed-Size: 1790 Depends: ros-rolling-tf2-web-republisher-interfaces (= 1.0.0-2resolute.20260811.203758) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tf2-web-republisher-interfaces/ros-rolling-tf2-web-republisher-interfaces-dbgsym_1.0.0-2resolute.20260811.203758_amd64.deb Size: 1219140 SHA256: bb14e23487464954ca47df41de935679060b328e09b9c30639dc702e298e9081 SHA1: bdcfbff6918d01090b04a8a0b12f0a841da0e21c MD5sum: f355376e6d3b6a7f697df8f883cd0827 Description: debug symbols for ros-rolling-tf2-web-republisher-interfaces Build-Ids: 1462d837aa68656db4bec58111ea0513a285f067 22494d969046babec5dd0a3b630e4b2071165b4b 80928292e6fad23d185e368168dd684452b6f0bd 852224c2fd37f472c81b1aa10c271dcf4519dc80 8b5e9efada8ab07618d56361928a4427e40f7acf b6ec7b0afd46ad154f63bd5aaa76a46eabf31b59 c30f5417485b221947c0e103c8c723ef9ea27520 c40c2df5e84a2f72a5fab413e0821a5239ae7dc5 c88b0d407d94fb90e3c12d31f3e90fa5ac857b57 cb3301ba9772bc95614860b671e661d8e3b957af cf93b59738340cadee6e9cd35e62b6c5bc1c03e6 Package: ros-rolling-theora-image-transport Version: 7.0.1-1resolute.20260821.171005 Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 1681 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libogg0 (>= 1.0rc3), libopencv-core410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), libtheoradec2 (>= 1.2), libtheoraenc2 (>= 1.2), ros-rolling-fastcdr, libogg-dev, libopencv-imgproc-dev, libtheora-dev, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-theora-image-transport/ros-rolling-theora-image-transport_7.0.1-1resolute.20260821.171005_amd64.deb Size: 312672 SHA256: 94a39808d59fcac746ee8109725fec2f3039dbe1c6b8de2a0066c8a5aa277313 SHA1: b70232000ecc1d0b9be695132c3e18a0dab16733 MD5sum: af12557113a03a103e7c6ac54aaaa010 Description: Theora_image_transport provides a plugin to image_transport for transparently sending an image stream encoded with the Theora codec. Package: ros-rolling-theora-image-transport-dbgsym Package-Type: ddeb Source: ros-rolling-theora-image-transport Version: 7.0.1-1resolute.20260821.171005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Kenji Brameld" Installed-Size: 6626 Depends: ros-rolling-theora-image-transport (= 7.0.1-1resolute.20260821.171005) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-theora-image-transport/ros-rolling-theora-image-transport-dbgsym_7.0.1-1resolute.20260821.171005_amd64.deb Size: 5588528 SHA256: c4a29fb0cb09462c92c5aa4a87bacdd16761bc6962c1ac302efdd4420cc6d91c SHA1: 0f82f849816f0348eeb11ce11293be8f827effa6 MD5sum: 7f85769e25b931e2bf37a45c1017027f Description: debug symbols for ros-rolling-theora-image-transport Build-Ids: 1541a2fe45159ce27c31c29cfa88ed9489098e59 225b3a6fff58a04d1cada7f9b7ddcfef2e52d92d 4b26330911fc1811e7be417d8cec4be01d1738fc 4e334a112fb99ba682929f539ff931b565c79e51 580fb1871260238554ea2530c54346e732c57d4b 89b8762e153e2ddb87e5b7a75208a54b1f0cd84a 990233d1959491bd201a37fad538ab53e612bf3a ae38ce1cbca908eeaa6cc418b93507d1f4036b17 cb9960c66b7a75a8f35e45dfc48647fd9c081c01 ced8fe8ad7c7b09fd60ed253c8988eb46f5048e0 dfdd33d148a9f81ca52d472ea90b46ce21b8f537 f3850ed15990d814b31e875e61a265619cbd86a3 f8e9b908f1471f13bae697e7f67bced62bb6d199 Package: ros-rolling-tile-map Version: 4.0.3-1resolute.20260825.001042 Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 410 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libjsoncpp26 (>= 1.9.6), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.2.0), libqt6network6 (>= 6.1.2), libqt6opengl6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 13.1), libyaml-cpp0.8 (>= 0.7.0), libyaml-cpp-dev, qt6-base-dev, ros-rolling-mapviz, ros-rolling-pluginlib, ros-rolling-qt-gui-cpp, ros-rolling-rclcpp, ros-rolling-swri-math-util, ros-rolling-swri-transform-util, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: https://github.com/swri-robotics/mapviz Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tile-map/ros-rolling-tile-map_4.0.3-1resolute.20260825.001042_amd64.deb Size: 113386 SHA256: 3db1126a75b780dad65f916b09bde23fd00da811a557d4805ea6fa1f799e9ec9 SHA1: 061c02fcbad6c51ab1ead3ea23131a7ea669b54c MD5sum: c7d54bfca3af8e8275e6bd91a8a0168c Description: Tile map provides a slippy map style interface for visualizing OpenStreetMap and GoogleMap tiles. A mapviz visualization plug-in is also implemented Package: ros-rolling-tile-map-dbgsym Package-Type: ddeb Source: ros-rolling-tile-map Version: 4.0.3-1resolute.20260825.001042 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Southwest Research Institute" Installed-Size: 3337 Depends: ros-rolling-tile-map (= 4.0.3-1resolute.20260825.001042) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tile-map/ros-rolling-tile-map-dbgsym_4.0.3-1resolute.20260825.001042_amd64.deb Size: 3254728 SHA256: 285779ad28f298c02055286cea86d9458241da80d3629e77a5e919e5d9027361 SHA1: cc9f7bce9f08bcc6c7348cef6c0abaa337ec3e49 MD5sum: 8f562d9180fd4a24ebcd237c7893db5e Description: debug symbols for ros-rolling-tile-map Build-Ids: 216bf7f72b5bb1b4915f39f232771804cb0c3a67 a062eea60f2249787be4016d024e11360611698e Package: ros-rolling-tinyspline-vendor Version: 0.6.1-2resolute.20260714.185208 Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 450 Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5.2), ros-rolling-ros-workspace Homepage: https://github.com/msteinbeck/tinyspline Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyspline-vendor/ros-rolling-tinyspline-vendor_0.6.1-2resolute.20260714.185208_amd64.deb Size: 109874 SHA256: 450c837a8350bc3f40ea3a386c3a011f71e827d238dcea3ca98935e6a8f668f2 SHA1: 5beea833d9bf8dc7621f733271046740e8b572f3 MD5sum: ed6ee4a7342c8514e2bf40754a91e994 Description: The vendor package for tinyspline. Package: ros-rolling-tinyspline-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-tinyspline-vendor Version: 0.6.1-2resolute.20260714.185208 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Daisuke Nishimatsu Installed-Size: 410 Depends: ros-rolling-tinyspline-vendor (= 0.6.1-2resolute.20260714.185208) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyspline-vendor/ros-rolling-tinyspline-vendor-dbgsym_0.6.1-2resolute.20260714.185208_amd64.deb Size: 321822 SHA256: a8a307b5e7b0d4fca48179d59984ad7617efa0d46f4e3f3e852dbf89414be309 SHA1: 4b3a485ba832e67077602cca0b49c85405af8ed9 MD5sum: 69eeeb3191eb72b233d1dec913864918 Description: debug symbols for ros-rolling-tinyspline-vendor Build-Ids: 5abbe2d286678ac41aed707a55daee3839486974 62c7fa7f74e6ef13c347fbb826cb474f99f95a84 Package: ros-rolling-tinyxml-vendor Version: 0.10.0-3resolute.20260714.185229 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 49 Depends: libtinyxml-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tinyxml_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyxml-vendor/ros-rolling-tinyxml-vendor_0.10.0-3resolute.20260714.185229_amd64.deb Size: 6912 SHA256: 9391152ed6d82080853a81583b237906553f0d18b65948232135ddcb30e16902 SHA1: 7b3933e3db214936fd89d45d022b0d478719305e MD5sum: bd80c2db2dccec14266bd0a3c4e639cd Description: CMake shim over the tinxml library. Package: ros-rolling-tinyxml2-vendor Version: 0.11.3-2resolute.20260714.185218 Architecture: amd64 Maintainer: Scott K Logan Installed-Size: 53 Depends: libtinyxml2-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tinyxml2_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tinyxml2-vendor/ros-rolling-tinyxml2-vendor_0.11.3-2resolute.20260714.185218_amd64.deb Size: 7990 SHA256: 084d89802bfe69de2a632d73c6660a7388fbdb8ed64fb5c8d75ddb1935695788 SHA1: 5fa41af1243949b4aae9077d3c25f88e1f4d5fe8 MD5sum: 283a998406fa2cc359770023193978ac Description: Wrapper around tinyxml2, providing nothing but a dependency on tinyxml2, on some systems. On others, it provides a fixed CMake module or even an ExternalProject build of tinyxml2. Package: ros-rolling-tlsf Version: 0.12.0-1resolute.20260714.185354 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 67 Depends: ros-rolling-ament-cmake, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tlsf/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf/ros-rolling-tlsf_0.12.0-1resolute.20260714.185354_amd64.deb Size: 12244 SHA256: ffd88c4730495a8369b711beff166d95889532f95d5313045f78fa3557a46cf9 SHA1: 96c08db5905554381e6c17610298c476b489bc6b MD5sum: d53ddc46e82e6c80f275198a5c3c79b4 Description: TLSF allocator version 2.4.6 Package: ros-rolling-tlsf-cpp Version: 1.0.1-1resolute.20260821.165548 Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 527 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rcl, ros-rolling-rclcpp, ros-rolling-rmw, ros-rolling-std-msgs, ros-rolling-tlsf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tlsf_cpp/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf-cpp/ros-rolling-tlsf-cpp_1.0.1-1resolute.20260821.165548_amd64.deb Size: 118040 SHA256: cb9fd8e3993495fbd8dc9ceacca0f54b8595d3cbe2b7fed22135d7e98cc2dd4d SHA1: d26e6ac25ea55ba020a33196d2313a90785eeb8b MD5sum: 03e358799ade9ff7324a50827805637b Description: C++ stdlib-compatible wrapper around tlsf allocator and ROS2 examples Package: ros-rolling-tlsf-cpp-dbgsym Package-Type: ddeb Source: ros-rolling-tlsf-cpp Version: 1.0.1-1resolute.20260821.165548 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Brandon Ong" Installed-Size: 2333 Depends: ros-rolling-tlsf-cpp (= 1.0.1-1resolute.20260821.165548) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tlsf-cpp/ros-rolling-tlsf-cpp-dbgsym_1.0.1-1resolute.20260821.165548_amd64.deb Size: 1914854 SHA256: 16353e2eeeee89cafb13ebdf5879058abfeadf08f021cd029a6e2faf111a9ea0 SHA1: b10424c1ed13d230aa7183970aa68611915d3469 MD5sum: ca671f5122fc3db6324f6c2bbc463a0c Description: debug symbols for ros-rolling-tlsf-cpp Build-Ids: 8be83525c16d001fe7b4472957390862244e3ede Package: ros-rolling-topic-monitor Version: 0.38.0-1resolute.20260821.165701 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 101 Depends: ros-rolling-example-interfaces, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/topic_monitor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-monitor/ros-rolling-topic-monitor_0.38.0-1resolute.20260821.165701_amd64.deb Size: 22918 SHA256: 6eacb561b88ca5040ace11be2221447d32d1f54a6e6fcd98357a42c4b9560ee9 SHA1: c762a6b99aa0aa810f9f147869df2a4ec1eae607 MD5sum: dc87aac140c4329ba37fec7dc304943c Description: Package containing tools for monitoring ROS 2 topics. Package: ros-rolling-topic-statistics-demo Version: 0.38.0-1resolute.20260821.165542 Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 988 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-rclcpp, ros-rolling-rcutils, ros-rolling-sensor-msgs, ros-rolling-statistics-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/topic_statistics_demo/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-statistics-demo/ros-rolling-topic-statistics-demo_0.38.0-1resolute.20260821.165542_amd64.deb Size: 170678 SHA256: 38182434a7aa0328e3c0cab8cda676b0a3d7ec6116ecc119dbbccf03aa8a547e SHA1: a13885a8d43af9563707b06a24b7dbcf17c86119 MD5sum: 1818f44e6097823af56550d7163ce44d Description: C++ demo application for topic statistics feature. Package: ros-rolling-topic-statistics-demo-dbgsym Package-Type: ddeb Source: ros-rolling-topic-statistics-demo Version: 0.38.0-1resolute.20260821.165542 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Aditya Pande" Installed-Size: 4991 Depends: ros-rolling-topic-statistics-demo (= 0.38.0-1resolute.20260821.165542) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-statistics-demo/ros-rolling-topic-statistics-demo-dbgsym_0.38.0-1resolute.20260821.165542_amd64.deb Size: 4051324 SHA256: 27db1faf982f36274b9b7eea187001c326c517ce18e5851b30c65d16cb2262fd SHA1: 6d060809718e5e337f7df32b3eb18080b5c4afd8 MD5sum: 97bc969f558d11c6649747a67d7cb253 Description: debug symbols for ros-rolling-topic-statistics-demo Build-Ids: 7c8e8bb9b5487719afe4af25546b354b5e6786c1 Package: ros-rolling-topic-tools Version: 1.6.0-1resolute.20260821.173428 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 1385 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-ros2topic, ros-rolling-rosidl-runtime-py, ros-rolling-topic-tools-interfaces, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/topic_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools/ros-rolling-topic-tools_1.6.0-1resolute.20260821.173428_amd64.deb Size: 219446 SHA256: 515fd3724338df6cff12f75d01b57f7da56383c9dd08227041bbe6306e68d9f7 SHA1: 45f14db232ba444ee7cf3ffcfc2772ebcf1f05a6 MD5sum: 2dfca992d80abcd083c72654ea453bc6 Description: Tools for directing, throttling, selecting, and otherwise messing with ROS 2 topics at a meta level. Package: ros-rolling-topic-tools-dbgsym Package-Type: ddeb Source: ros-rolling-topic-tools Version: 1.6.0-1resolute.20260821.173428 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 8944 Depends: ros-rolling-topic-tools (= 1.6.0-1resolute.20260821.173428) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools/ros-rolling-topic-tools-dbgsym_1.6.0-1resolute.20260821.173428_amd64.deb Size: 8237132 SHA256: 057c4f04c4605512c9052019b06dd044ebfabc717720227a1669916a015abb23 SHA1: 7ee8bd24144508cdcea310a957707d062e5cb73f MD5sum: 49d747ac98032bf10cacf90185b60da4 Description: debug symbols for ros-rolling-topic-tools Build-Ids: 062ff12fcdedef9da37c00fa8bd0d80f2f4b24ab 325f88b563de1983796601251a725b0e6c57f294 496640a804ccaf3f17ed53dee3994f20889e447f 649f865e5cfc4cae7dd749348fcae58356053be8 b31a2a4a146eaf7285a82b07ace0d2bb6c082478 c8b7a6e03aa990f6238d30211ad6f37cc92646e8 c95cac0178e61f3593a2f08b32a3f18d376ed2dd d5ae3e881725b78f899ae045c1b735b8fa188196 d90c446ac605f7465d6ed1278a29fe5f8a8c9d65 ee85e9ba089002fa7c5370b5a74e5d5c45088af2 f8fca4a1495366d60677482cb60a93a7d0366e59 fec627152018bb5fb738999fbded38f55950534d Package: ros-rolling-topic-tools-interfaces Version: 1.6.0-1resolute.20260811.201321 Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 3712 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/topic_tools_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools-interfaces/ros-rolling-topic-tools-interfaces_1.6.0-1resolute.20260811.201321_amd64.deb Size: 242068 SHA256: 90a6f30c080f567c0400fb4d3386b1094431fb4e475c1cd5261cf703978830fa SHA1: d77c44913a5e9e41b80dc399d483366f41ddf4b4 MD5sum: 83c178a4c96f1adb14114dccbf58e3a8 Description: topic_tools_interfaces contains messages and services for topic_tools Package: ros-rolling-topic-tools-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-topic-tools-interfaces Version: 1.6.0-1resolute.20260811.201321 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Emerson Knapp" Installed-Size: 2963 Depends: ros-rolling-topic-tools-interfaces (= 1.6.0-1resolute.20260811.201321) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-topic-tools-interfaces/ros-rolling-topic-tools-interfaces-dbgsym_1.6.0-1resolute.20260811.201321_amd64.deb Size: 2133868 SHA256: 3250d39c57e6f0e4159ce265745217a4fd1a3f97c25e4e33099490615e41a374 SHA1: d9910a830b75bc8191c03407283fb5ecaea943da MD5sum: 1a0100f422e408c457143486f1bc53fa Description: debug symbols for ros-rolling-topic-tools-interfaces Build-Ids: 1d264b31acdeeb05886d6fcee8831b1e8cd0defb 3697a36e136174971c255e321efb0377e8b08ec1 64be1da5a3a9041bba1c0ea499d0099f800caeab 6934ca6876e3f24bad164ea06fbcfceaf8c156d3 a1e43307d8e07060ab0eb21b6183648db2d1e200 a79678204ceeeb0a9b532f2ae2ad8bf50b6351af aec49f24b606252d034dba77ba1f794e878d4a9e b21d681d8e751862b082c36713fd8886c172e331 b9af7744710c48fb222414e36288fb8f9148f73b bed5ec6eb99e0e954c5e69383eb1690921ad922a bfbbf88c79ddab3377a71627b6891281f80c745a Package: ros-rolling-toppra Version: 0.6.10-1resolute.20260828.183824 Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 706 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libeigen3-dev, ros-rolling-ros-workspace Homepage: https://hungpham2511.github.io/toppra/index.html Priority: optional Section: misc Filename: pool/main/r/ros-rolling-toppra/ros-rolling-toppra_0.6.10-1resolute.20260828.183824_amd64.deb Size: 233260 SHA256: 3cd5104aba4b72f1ac3bea5a2bea469af72b7a76360af59da5c20e82f1979731 SHA1: 2f3b93041d89a85ab06e4c214afc12030de13b1c MD5sum: acc37ca03b2a3ae004d89b2adb13e918 Description: Time-Optimal Path Parameterization Package: ros-rolling-toppra-dbgsym Package-Type: ddeb Source: ros-rolling-toppra Version: 0.6.10-1resolute.20260828.183824 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Hung Pham" Installed-Size: 8039 Depends: ros-rolling-toppra (= 0.6.10-1resolute.20260828.183824) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-toppra/ros-rolling-toppra-dbgsym_0.6.10-1resolute.20260828.183824_amd64.deb Size: 7874832 SHA256: 8449f9491139880189919b51c834dce422c218b25f614ac796f60c4964042106 SHA1: a89ca09bf78dad8bad1ef42f4fa455d3eae5fa44 MD5sum: b8cd4ba3d5c22b6706842b6634b72e1e Description: debug symbols for ros-rolling-toppra Build-Ids: 2b4dd9c98e7eb3c59078798af44e5eff2a706ae1 f05f2160682f2b06919dc37a61c3eb78c2271eaf Package: ros-rolling-torch-conversions Version: 0.1.2-1resolute.20260811.205335 Architecture: amd64 Maintainer: "Yuankun Zhu" Installed-Size: 79 Depends: ros-rolling-libtorch-vendor, ros-rolling-rcutils, ros-rolling-rmw, ros-rolling-rosidl-buffer, ros-rolling-tensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/torch_conversions/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-torch-conversions/ros-rolling-torch-conversions_0.1.2-1resolute.20260811.205335_amd64.deb Size: 13662 SHA256: ec21ca2ae774e4bb3594927f0f2cb2dc73b9f58e4c00cab4ab76f373290aaf34 SHA1: 6975a5214ddeefb27c5229d32e54a7f8834682d4 MD5sum: c5236e60f11b730ba9775f0b8532d048 Description: Header-only helper library that converts between a tensor_msgs/ExperimentalTensor message and an at::Tensor backed by rosidl::Buffer storage. Package: ros-rolling-trac-ik Version: 2.2.0-2resolute.20260830.164253 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 45 Depends: ros-rolling-trac-ik-kinematics-plugin, ros-rolling-trac-ik-lib, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/trac_ik Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik/ros-rolling-trac-ik_2.2.0-2resolute.20260830.164253_amd64.deb Size: 5936 SHA256: 0560bafd12e405e6aaa03e798930d9e72e7fc5bab71a4e3c78cec64ad2334e27 SHA1: 2ff6ee55559d836eaf72fe2a367c5f31c91f4809 MD5sum: 68ccd2930f3eafccb29953ecc74b8359 Description: The ROS packages in this repository were created to provide an improved alternative Inverse Kinematics solver to the popular inverse Jacobian methods in KDL. TRAC-IK handles joint-limited chains better than KDL without increasing solve time. Package: ros-rolling-trac-ik-kinematics-plugin Version: 2.2.0-2resolute.20260830.163525 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 226 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), ros-rolling-moveit-core, ros-rolling-class-loader, ros-rolling-generate-parameter-library, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-tf2-kdl, ros-rolling-trac-ik-lib, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/trac_ik_kinematics_plugin/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-kinematics-plugin/ros-rolling-trac-ik-kinematics-plugin_2.2.0-2resolute.20260830.163525_amd64.deb Size: 60990 SHA256: 0efeca85867c3ce167bb433ab0e8a948680a4556203878861a92ac3f7ff96f1d SHA1: 37b9fbea0553e1df9b004c5557a0bab624c8f2c5 MD5sum: cd2bdb504dd3f48ce1284c997f6f7112 Description: A MoveIt! Kinematics plugin using TRAC-IK Package: ros-rolling-trac-ik-kinematics-plugin-dbgsym Package-Type: ddeb Source: ros-rolling-trac-ik-kinematics-plugin Version: 2.2.0-2resolute.20260830.163525 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 1765 Depends: ros-rolling-trac-ik-kinematics-plugin (= 2.2.0-2resolute.20260830.163525) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-kinematics-plugin/ros-rolling-trac-ik-kinematics-plugin-dbgsym_2.2.0-2resolute.20260830.163525_amd64.deb Size: 1721194 SHA256: 65e6b6e2ebcaf9992d038aebba115d4899f5f05302f177b72e1c3c3c67cfc00f SHA1: 3552667cf8ba5efe0f50fe9f6581268ac8e50805 MD5sum: ee2f786d9e32621e0fa7c8cde9d3992f Description: debug symbols for ros-rolling-trac-ik-kinematics-plugin Build-Ids: 287503124c29d92fffca4f71a48f0dc5c518ae85 Package: ros-rolling-trac-ik-lib Version: 2.2.0-2resolute.20260821.165552 Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 312 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libnlopt-cxx0 (>= 2.7.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 13.1), libeigen3-dev, libnlopt-cxx-dev, pkg-config, ros-rolling-eigen3-cmake-module, ros-rolling-geometry-msgs, ros-rolling-kdl-parser, ros-rolling-rclcpp, ros-rolling-urdf, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/trac_ik_lib/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-lib/ros-rolling-trac-ik-lib_2.2.0-2resolute.20260821.165552_amd64.deb Size: 98720 SHA256: a596bce03b0a0ada90725be85b23d9b096ede54cf9709059bacf67f3b6cea48b SHA1: e19a3d7cf0669d8f441688df3c618a3898006388 MD5sum: b79288485b047c227be4e14aa44b8070 Description: TRAC-IK is a faster, significantly more reliable drop-in replacement for KDL's pseudoinverse Jacobian solver. The TRAC-IK library has a very similar API to KDL's IK solver calls, except that the user passes a maximum time instead of a maximum number of search iterations. Additionally, TRAC-IK allows for error tolerances to be set independently for each Cartesian dimension (x,y,z,roll,pitch.yaw). Package: ros-rolling-trac-ik-lib-dbgsym Package-Type: ddeb Source: ros-rolling-trac-ik-lib Version: 2.2.0-2resolute.20260821.165552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: TRACLabs Robotics Installed-Size: 2828 Depends: ros-rolling-trac-ik-lib (= 2.2.0-2resolute.20260821.165552) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trac-ik-lib/ros-rolling-trac-ik-lib-dbgsym_2.2.0-2resolute.20260821.165552_amd64.deb Size: 2806202 SHA256: b67fb3724fe7d78f0a958c6cf10b188aa820e536f9e2e6d406bb7bf687014b23 SHA1: bec35408e520ce9838a79791dc7d89354082bf5a MD5sum: 4047f19912825ebe73d7e9a7cdeb00fe Description: debug symbols for ros-rolling-trac-ik-lib Build-Ids: b67d9c4e5fd9bc83245a613959775ecb01dbdad5 Package: ros-rolling-tracetools Version: 9.0.0-1resolute.20260714.190659 Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 286 Depends: libc6 (>= 2.34), liblttng-ust1t64 (>= 2.13.0), libstdc++6 (>= 4.1.1), liblttng-ust-dev, lttng-tools, ros-rolling-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools/ros-rolling-tracetools_9.0.0-1resolute.20260714.190659_amd64.deb Size: 41742 SHA256: 482dec515e65067e8a73e701940765fe180c6fd0953f577ca4e96213bc7265eb SHA1: 34b0bd2401abb3a9b3bec10c964b0192e84b85b4 MD5sum: ca8c3d111d98041acc65be122a7e4657 Description: Tracing wrapper for ROS 2. Package: ros-rolling-tracetools-acceleration Version: 0.4.1-4resolute.20260821.160450 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 106 Depends: libc6 (>= 2.34), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tracetools_acceleration/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-acceleration/ros-rolling-tracetools-acceleration_0.4.1-4resolute.20260821.160450_amd64.deb Size: 14414 SHA256: 1d466e3ba17e62906a4e2ffdc3f4431f995dad382ada4146acd9a68dc8704635 SHA1: 5de72af30ce4b70739de3032deaba94d16e2e0b9 MD5sum: 637062849ddca8b5958bf8129a9b01cb Description: LTTng tracing provider wrapper for ROS 2 packages using hardware acceleration. Fork of tracetools to trace hardware acceleration in ROS 2. Package: ros-rolling-tracetools-acceleration-dbgsym Package-Type: ddeb Source: ros-rolling-tracetools-acceleration Version: 0.4.1-4resolute.20260821.160450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 33 Depends: ros-rolling-tracetools-acceleration (= 0.4.1-4resolute.20260821.160450) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-acceleration/ros-rolling-tracetools-acceleration-dbgsym_0.4.1-4resolute.20260821.160450_amd64.deb Size: 6756 SHA256: 757ccaa1de1ee538047003e40c7fdafccbbbbb85a7190c5231c4c7b4f171af59 SHA1: 40e471e7466368cc7f6782885c8457e76d23d732 MD5sum: 9b474ca87a654ce4fe6e75f5f6bc027e Description: debug symbols for ros-rolling-tracetools-acceleration Build-Ids: 5ee6307608a1b0f931ae644c031786b442d46576 a247779b4ca898d9a7bac735bd012e5ebb724013 Package: ros-rolling-tracetools-analysis Version: 3.1.0-2resolute.20260714.191120 Architecture: amd64 Maintainer: Christophe Bedard Installed-Size: 389 Depends: jupyter-notebook, python3-pandas, ros-rolling-tracetools-read, ros-rolling-tracetools-trace, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tracetools_analysis/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-analysis/ros-rolling-tracetools-analysis_3.1.0-2resolute.20260714.191120_amd64.deb Size: 75288 SHA256: de3569e83236234eb981d4f334dfdda1fa76e9dbcab87b24817c610dc73a8a45 SHA1: ac16f3bb89cbccb7162b199f059627bbd0fc8428 MD5sum: b3d78dfdea80501cbc13c329b85da65c Description: Tools for analysing trace data. Package: ros-rolling-tracetools-dbgsym Package-Type: ddeb Source: ros-rolling-tracetools Version: 9.0.0-1resolute.20260714.190659 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 249 Depends: ros-rolling-tracetools (= 9.0.0-1resolute.20260714.190659) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools/ros-rolling-tracetools-dbgsym_9.0.0-1resolute.20260714.190659_amd64.deb Size: 117132 SHA256: ed385c08aa857456618c6f4342b8e2bd5537b0c735d90086ca9a0ec7c215058d SHA1: ef4fb3eb7117227912e2656ccb69424e0b9c93f1 MD5sum: 311d35f59186b11b9cff5f7567aa99a4 Description: debug symbols for ros-rolling-tracetools Build-Ids: 161b98a69c8cc3f0079dd39a4736f720e3919f08 2f81588b06d5b593a110d8a0f5908e5fe9ed551a 3aaadcbfd40265c95e37f5604a120ec1d3e7a1af e1a4c679c94593b21132e4e34f0741705714cc9f Package: ros-rolling-tracetools-image-pipeline Version: 8.0.1-1resolute.20260821.160503 Architecture: amd64 Maintainer: "Víctor Mayoral-Vilches" Installed-Size: 107 Depends: libc6 (>= 2.34), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tracetools_image_pipeline/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-image-pipeline/ros-rolling-tracetools-image-pipeline_8.0.1-1resolute.20260821.160503_amd64.deb Size: 14648 SHA256: 2c1c5606c5320901ca8b9955bcd2249c2268daa7b7757aa68448a61cf714358a SHA1: f38d7a92b8e31390236f673f12dcfd04e1439f3a MD5sum: ac109c57efb04d30cc63a919d00fb8a1 Description: LTTng tracing provider wrapper for image_pipeline ROS 2 meta-package. Package: ros-rolling-tracetools-image-pipeline-dbgsym Package-Type: ddeb Source: ros-rolling-tracetools-image-pipeline Version: 8.0.1-1resolute.20260821.160503 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Víctor Mayoral-Vilches" Installed-Size: 33 Depends: ros-rolling-tracetools-image-pipeline (= 8.0.1-1resolute.20260821.160503) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-image-pipeline/ros-rolling-tracetools-image-pipeline-dbgsym_8.0.1-1resolute.20260821.160503_amd64.deb Size: 6846 SHA256: 3a914b6031a0234031060a9e2e1cd7c5828e916f1903e86ddf6952a096d3afab SHA1: 9ad3c9c1fd9c1c6dc8c03a474d54409e88b5f278 MD5sum: 4ed7551fa3bf6998c35e7e43269c8344 Description: debug symbols for ros-rolling-tracetools-image-pipeline Build-Ids: 7abecf5ed7c5f4fc995c2b3fe619b4327704275b 8eaf706fdaf6011f4e50a78f4e8b83bc1b4967f8 Package: ros-rolling-tracetools-launch Version: 9.0.0-1resolute.20260821.165702 Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 119 Depends: ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-tracetools-trace, ros-rolling-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_launch/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-launch/ros-rolling-tracetools-launch_9.0.0-1resolute.20260821.165702_amd64.deb Size: 24680 SHA256: c7d8040433f1e5a223b80abadc7a6e209082a43b2e9efa5266d640f0ebb1f1c4 SHA1: afdbc3d1a6e08337814dc7402bc6c11f801ce1eb MD5sum: 7ea2e25477b42918f417825ac42e6bf4 Description: Launch integration for tracing. Package: ros-rolling-tracetools-read Version: 9.0.0-1resolute.20260714.181231 Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 47 Depends: python3-babeltrace, ros-rolling-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_read/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-read/ros-rolling-tracetools-read_9.0.0-1resolute.20260714.181231_amd64.deb Size: 9550 SHA256: 3326774572f91fd906f14edfbc39fd29a6aca755ffad10167ccdc9acf3b3e528 SHA1: e777289f0a854b73f9adf0e32288b51c9971b09b MD5sum: c4bda371205c0e14305632f135e1187a Description: Tools for reading traces. Package: ros-rolling-tracetools-test Version: 9.0.0-1resolute.20260821.173133 Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 96 Depends: ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-tracetools-launch, ros-rolling-tracetools-read, ros-rolling-tracetools-trace, ros-rolling-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_test/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-test/ros-rolling-tracetools-test_9.0.0-1resolute.20260821.173133_amd64.deb Size: 20930 SHA256: 87d87fb8815a28b8ac712cd803c9569402dd3246ae9dc93278cdd2ba279c40e1 SHA1: af41e442a4714704d2e3e6db968ce1bba78cc0e6 MD5sum: abe1ef6e4cfdfb95effcc80c18b3a39c Description: Utilities for tracing-related tests. Package: ros-rolling-tracetools-trace Version: 9.0.0-1resolute.20260714.190805 Architecture: amd64 Maintainer: "Christophe Bedard" Installed-Size: 187 Depends: procps, ros-rolling-lttngpy, ros-rolling-ros-workspace Homepage: https://docs.ros.org/en/rolling/p/tracetools_trace/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tracetools-trace/ros-rolling-tracetools-trace_9.0.0-1resolute.20260714.190805_amd64.deb Size: 38460 SHA256: 42b735e6b0d9df7979153fe5162766eae7b3456cb5cf460097cf4cded2aa9d35 SHA1: c2230a3d99f0831f5e7f99bfdc13f8dbfcb0801c MD5sum: 97105929a45f7f79c5d38b6a1aed9a94 Description: Tools for setting up tracing sessions. Package: ros-rolling-trajectory-msgs Version: 5.10.1-1resolute.20260811.203843 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1181 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/trajectory_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trajectory-msgs/ros-rolling-trajectory-msgs_5.10.1-1resolute.20260811.203843_amd64.deb Size: 112178 SHA256: 22d0fd16d79ac40316d4c6908e518e84cbd8f1dfa17de78bcb1fd9a2df246b9c SHA1: 796f6ebb3c2a1ee5fc75b1a171f3f0ab5b20580a MD5sum: 8c36cadea986edafeba928e4067dc332 Description: A package containing some robot trajectory message definitions. Package: ros-rolling-trajectory-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-trajectory-msgs Version: 5.10.1-1resolute.20260811.203843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 1031 Depends: ros-rolling-trajectory-msgs (= 5.10.1-1resolute.20260811.203843) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-trajectory-msgs/ros-rolling-trajectory-msgs-dbgsym_5.10.1-1resolute.20260811.203843_amd64.deb Size: 768588 SHA256: faf47d503ab6c6c8b80a7cf16d2ded5d88fcfec807b75774e01fb8cad056a4d0 SHA1: 943ae6afe2faf8accb0e3dbc9b21988f15503459 MD5sum: 5e730e0fe247674d1c8ac5aeb3060ec9 Description: debug symbols for ros-rolling-trajectory-msgs Build-Ids: 00b730160949b6d346c69a16b8c0ebf17048cf6c 1d18e08e1f5b5d537870431e27caeb43f94832ed 4351caed6d53d560c27134baa6411c98b9b5b7e9 5ad0509b7c87a4519a9e7441faf3265c317b350e 6ae4f426172524f4630a496ead27c1cb819d85d2 6f83c5ae721330109187abc4433e155c850973bf 7e8674939486f252cc5a684ace6c28e8b0796ce4 908b63698d69e3d6d57b6f0b81f42f0666071353 9b3b4500c0cdcb5ce469e45ceea5838fe3b77fcc 9b5a9a4c936ac15055eaed936f8a6b896c9d2474 cb88f86429c951535c00f617efdc959e9f3c9151 Package: ros-rolling-transmission-interface Version: 6.9.0-1resolute.20260826.130653 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 279 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13), libfmt-dev, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/transmission_interface/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-transmission-interface/ros-rolling-transmission-interface_6.9.0-1resolute.20260826.130653_amd64.deb Size: 58782 SHA256: 9aaa7e5644c595b88adf8fe2983cdb891c470c7bb02dcef4012401c5b5ce0191 SHA1: bcdcfb2fe84781b5cd52b5fcc2d65223877b8c53 MD5sum: 0915b3990bec01d260b17e0f094cbdf7 Description: data structures for representing mechanical transmissions, methods for propagating values between actuator and joint spaces and tooling to support this. Package: ros-rolling-transmission-interface-dbgsym Package-Type: ddeb Source: ros-rolling-transmission-interface Version: 6.9.0-1resolute.20260826.130653 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 730 Depends: ros-rolling-transmission-interface (= 6.9.0-1resolute.20260826.130653) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-transmission-interface/ros-rolling-transmission-interface-dbgsym_6.9.0-1resolute.20260826.130653_amd64.deb Size: 660284 SHA256: efb5915f40f509e91bcc4585c1d1a4ee2fe7ae7039e539fb637b898f48e5a17e SHA1: 113274a7d75500e4f1edc06f472efe60f71f3403 MD5sum: 6607d41dc70fe9f6e8513710be431bca Description: debug symbols for ros-rolling-transmission-interface Build-Ids: 2bd0f2b0fcaa0872387178fb0be3bfc7cd6fb123 Package: ros-rolling-tricycle-controller Version: 6.9.0-1resolute.20260826.131119 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 1009 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ackermann-msgs, ros-rolling-backward-ros, ros-rolling-builtin-interfaces, ros-rolling-controller-interface, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rcpputils, ros-rolling-realtime-tools, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-controller/ros-rolling-tricycle-controller_6.9.0-1resolute.20260826.131119_amd64.deb Size: 228760 SHA256: e4b12edfde86fa11a189958ec57f82720c52cce0805acd630a06584da4cfc131 SHA1: d7f354cf06bbf954ac4ddfdfc1c5565be3b58d17 MD5sum: 4eb3701f410f92cee3238ed6d7549c4c Description: Controller for a tricycle drive mobile base Package: ros-rolling-tricycle-controller-dbgsym Package-Type: ddeb Source: ros-rolling-tricycle-controller Version: 6.9.0-1resolute.20260826.131119 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 4268 Depends: ros-rolling-tricycle-controller (= 6.9.0-1resolute.20260826.131119) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-controller/ros-rolling-tricycle-controller-dbgsym_6.9.0-1resolute.20260826.131119_amd64.deb Size: 3651050 SHA256: 81a7512375b3c2ba654cda1e93e61c83415e76b918bd084a74a09f3f912136b0 SHA1: 8d9b02cec1c60fa2c7d338a1042403736db12d9c MD5sum: b1c0736a2cc331689a08709075bd256f Description: debug symbols for ros-rolling-tricycle-controller Build-Ids: 49c359de7b1510951f215560185b294e5408fea6 Package: ros-rolling-tricycle-steering-controller Version: 6.9.0-1resolute.20260827.063955 Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 211 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-hardware-interface, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-std-srvs, ros-rolling-steering-controllers-library, ros-rolling-ros-workspace Homepage: https://control.ros.org Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-steering-controller/ros-rolling-tricycle-steering-controller_6.9.0-1resolute.20260827.063955_amd64.deb Size: 51890 SHA256: cb581571786db455a9371951eeeccb171851ffc650f1ff882124d68479ef49f2 SHA1: 3c14063b0cb63906261b99eeff8aa33b25bfc9a1 MD5sum: 6d9241e7550bbd92ce0f4ea58be66708 Description: Steering controller with tricycle kinematics. Rear fixed wheels are powering the vehicle and front wheel is steering. Package: ros-rolling-tricycle-steering-controller-dbgsym Package-Type: ddeb Source: ros-rolling-tricycle-steering-controller Version: 6.9.0-1resolute.20260827.063955 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Bence Magyar" Installed-Size: 791 Depends: ros-rolling-tricycle-steering-controller (= 6.9.0-1resolute.20260827.063955) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tricycle-steering-controller/ros-rolling-tricycle-steering-controller-dbgsym_6.9.0-1resolute.20260827.063955_amd64.deb Size: 743194 SHA256: b64f2a13861383d23dfc46b6ebad400f45e242730f14a5be26878a3f3082d7ab SHA1: 243daf1c5fd09779ed7e2058a47e94ad77de9547 MD5sum: e2fe5a51126ac002999fce85a259aa72 Description: debug symbols for ros-rolling-tricycle-steering-controller Build-Ids: 04758e5053c54098767e1353df29a3db8ca2ae1d Package: ros-rolling-tsid Version: 1.10.0-1resolute.20260825.034307 Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 2692 Depends: libboost-python1.90.0 (>= 1.90.0), libboost-python1.90.0-py314, libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-pinocchio, ros-rolling-urdfdom, graphviz, libboost-all-dev, ros-rolling-ament-cmake, ros-rolling-eigenpy, ros-rolling-eiquadprog, ros-rolling-ros-workspace Homepage: https://github.com/stack-of-tasks/tsid Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tsid/ros-rolling-tsid_1.10.0-1resolute.20260825.034307_amd64.deb Size: 583592 SHA256: 0259b279f247824c03447d05876f28038ba0c3ee2560989ee0dd77780311831a SHA1: fbefa0f5a9bb64ca52e671d5ac3459206a316248 MD5sum: 4411dcfec3d8e97d702a8714472b44c0 Description: Efficient Task Space Inverse Dynamics (TSID) based on Pinocchio Package: ros-rolling-tsid-dbgsym Package-Type: ddeb Source: ros-rolling-tsid Version: 1.10.0-1resolute.20260825.034307 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Guilhem Saurel" Installed-Size: 37852 Depends: ros-rolling-tsid (= 1.10.0-1resolute.20260825.034307) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tsid/ros-rolling-tsid-dbgsym_1.10.0-1resolute.20260825.034307_amd64.deb Size: 36251092 SHA256: 70ce84a103ab475cd5802c457ec057ba1c46449d68ec2461a1ccf3a051db6d3a SHA1: db2099959309321adeb0daf1bd06a4549ce6cf92 MD5sum: feda5f77641284442b4675f87b6f4786 Description: debug symbols for ros-rolling-tsid Build-Ids: 417c2075ae6d79f67a93b28cd64695b434214427 84080be69e3df9f76123e027791a63dcee4308bd Package: ros-rolling-turtle-nest Version: 1.2.1-2resolute.20260714.185552 Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 11450 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.14.1) | libqt5gui5-gles (>= 5.14.1), libqt5svg5 (>= 5.6.0~beta), libqt5widgets5t64 (>= 5.15.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), black, libqt5gui5t64, libqt5opengl5t64, libqt5svg5-dev, pybind11-dev, python3-dev, ros-rolling-tinyxml2-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/turtle_nest/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-nest/ros-rolling-turtle-nest_1.2.1-2resolute.20260714.185552_amd64.deb Size: 1507036 SHA256: 26aa9a041b127280a5a1dffcf2711243c25dc090b0116ef6fd8b78293c3e97c7 SHA1: 0c579eb5ceeed2224379fb7c63dc7b2e4607e318 MD5sum: 260a65b73007536cd1d2eef6cae8e645 Description: ROS 2 Package Creator Package: ros-rolling-turtle-nest-dbgsym Package-Type: ddeb Source: ros-rolling-turtle-nest Version: 1.2.1-2resolute.20260714.185552 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Janne Karttunen Installed-Size: 9252 Depends: ros-rolling-turtle-nest (= 1.2.1-2resolute.20260714.185552) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-nest/ros-rolling-turtle-nest-dbgsym_1.2.1-2resolute.20260714.185552_amd64.deb Size: 3816300 SHA256: cd267fe6bb939c2310c01eddc4281849fb0e1c6f14b12edc7377572f0d36fb79 SHA1: 3f921b04226a89f41bc2c23cedf5b5549a14c6a7 MD5sum: eeddd6a777bebbc893fbb08b8898911c Description: debug symbols for ros-rolling-turtle-nest Build-Ids: db112fe29e5ce75778a0d3bc57bb2d7780bcc27c Package: ros-rolling-turtle-tf2-py Version: 0.7.0-2resolute.20260821.172341 Architecture: amd64 Maintainer: Alejandro Hernández Cordero Installed-Size: 104 Depends: python3-numpy, ros-rolling-geometry-msgs, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-rclpy, ros-rolling-tf2-ros, ros-rolling-turtlesim-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/turtle_tf2_py/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtle-tf2-py/ros-rolling-turtle-tf2-py_0.7.0-2resolute.20260821.172341_amd64.deb Size: 16794 SHA256: 35bd3746bfa006ca504429df3a89c42eaa3bc28f0f918f4e00bd3bddc914b727 SHA1: c29f8f69353acf5de35becb425bb511e935bee54 MD5sum: 3abcabe65d6f75498d5d7f423a0c3c53 Description: turtle_tf2_py demonstrates how to write a ROS2 Python tf2 broadcaster and listener with the turtlesim. The turtle_tf2_listener commands turtle2 to follow turtle1 around as you drive turtle1 using the keyboard. Package: ros-rolling-turtlebot3-applications-msgs Version: 1.0.1-2resolute.20260811.204639 Architecture: amd64 Maintainer: Pyo Installed-Size: 1419 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/turtlebot3_applications_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-applications-msgs/ros-rolling-turtlebot3-applications-msgs_1.0.1-2resolute.20260811.204639_amd64.deb Size: 119588 SHA256: b7138cd0cbcda88250e912d35515b794d38b7cc456d77ea14f0c9d6e5e0a3d81 SHA1: 232a8e7b86d65c5fd7329d459d09e1c1bdb927e5 MD5sum: fe14e4bdb37f6c18856540d5cd776351 Description: Message and service types: custom messages and services for TurtleBot3 Applications packages Package: ros-rolling-turtlebot3-applications-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-turtlebot3-applications-msgs Version: 1.0.1-2resolute.20260811.204639 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 1053 Depends: ros-rolling-turtlebot3-applications-msgs (= 1.0.1-2resolute.20260811.204639) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-applications-msgs/ros-rolling-turtlebot3-applications-msgs-dbgsym_1.0.1-2resolute.20260811.204639_amd64.deb Size: 716976 SHA256: f9649a640493da3c82ae68feb90d8f78283b520a7baf0a7ec11dcce8992985b9 SHA1: a85da227278313e164585d9fedb021e8be9c623a MD5sum: 917ea00f7d1cc9200854f6012ab91070 Description: debug symbols for ros-rolling-turtlebot3-applications-msgs Build-Ids: 36a8be4f361e289a4e558dbec51fc5b16e9c4a29 38ce3d3e8cacf4a5ed206a6aed08e5b4f65843c0 445f569c5e46bb27a3b3bac4cb5ade55d819573f 6a0ead3a3af3dd5f00d6888d2db6109a571e9097 6b337ec43d49c1f82d0c38e58445052aa4b2989a a86fb8a85f5cab7fa277fb757d8afdab572aecf6 b6e27a85830100b1d01a568c4664c83242a474c4 b9e503253a8150359b70fadf78ffffe35a595e5f bcc3e1be9209680503bee13c210c8c25d5799169 c593dfc5a54ecffe34365e2f3deb23f07f1c687a e524f79985ee582fe2e7132228130e1def237758 Package: ros-rolling-turtlebot3-autorace Version: 1.2.2-2resolute.20260821.173532 Architecture: amd64 Maintainer: Pyo Installed-Size: 45 Depends: ros-rolling-turtlebot3-autorace-camera, ros-rolling-turtlebot3-autorace-detect, ros-rolling-turtlebot3-autorace-mission, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-autorace/ros-rolling-turtlebot3-autorace_1.2.2-2resolute.20260821.173532_amd64.deb Size: 5936 SHA256: 64c21e0243c065db5aa47a5c045abf4bf59ebb2f7c764392d438711536df752a SHA1: f7d0693d9fa92e12272f713976db6142bb2a90fa MD5sum: 52ee497bb27d493e0ffb9bdbe167b440 Description: ROS 2 meta packages for turtlebot3_autorace Package: ros-rolling-turtlebot3-autorace-camera Version: 1.2.2-2resolute.20260821.170303 Architecture: amd64 Maintainer: Pyo Installed-Size: 80 Depends: ros-rolling-cv-bridge, ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-autorace-camera/ros-rolling-turtlebot3-autorace-camera_1.2.2-2resolute.20260821.170303_amd64.deb Size: 12730 SHA256: dcb296e779edd345803247c7d5acfa0e27967bdede75c5e4cbc779eaae5ae1b9 SHA1: 20d89b00576d4d52c1c69e0ec1a0dd00cd03584a MD5sum: 638b0393ef5d5c087f7188b475d1739d Description: ROS 2 packages for camera calibration and image processing in TurtleBot AutoRace Package: ros-rolling-turtlebot3-autorace-detect Version: 1.2.2-2resolute.20260821.164228 Architecture: amd64 Maintainer: Pyo Installed-Size: 318 Depends: ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-autorace-detect/ros-rolling-turtlebot3-autorace-detect_1.2.2-2resolute.20260821.164228_amd64.deb Size: 69082 SHA256: 10f40caa42eafcd4331a0f2a89d89dda42be07ef3d615d98a2065a91027ff669 SHA1: 50c47712f2328a396a02a80d2b040d5fd61c6358 MD5sum: 8b9b8371838dd8a6482fe4dba14f755b Description: ROS 2 packages for turtlebot3_autorace_detect Package: ros-rolling-turtlebot3-autorace-mission Version: 1.2.2-2resolute.20260821.164251 Architecture: amd64 Maintainer: Pyo Installed-Size: 125 Depends: ros-rolling-rclpy, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-autorace-mission/ros-rolling-turtlebot3-autorace-mission_1.2.2-2resolute.20260821.164251_amd64.deb Size: 21312 SHA256: 126b9078576ce75b264bb69164ccc3974767f44de3c8781e756b0730c237535b SHA1: 82e0a3109ee94d465b22a4055a556f895f7a7601 MD5sum: 5924f3631694f7b4ea05ccc1d0a4a7a7 Description: ROS 2 packages for turtlebot3_autorace_mission Package: ros-rolling-turtlebot3-fake-node Version: 2.3.7-2resolute.20260821.172808 Architecture: amd64 Maintainer: Pyo Installed-Size: 667 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ament-cmake, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-robot-state-publisher, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-tf2-msgs, ros-rolling-turtlebot3-msgs, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-fake-node/ros-rolling-turtlebot3-fake-node_2.3.7-2resolute.20260821.172808_amd64.deb Size: 141952 SHA256: 1e894bc8dcb426e6fb80ed333806cb9e80b6db3515b925dcb7c9f0f82b5e3850 SHA1: 647192041065a5b7c7482042663a6fd402671ca8 MD5sum: 0ac6b040270797159bf1162d20fd6c94 Description: Package for TurtleBot3 fake node. With this package, simple tests can be done without a robot. You can do simple tests using this package on rviz without real robots. Package: ros-rolling-turtlebot3-fake-node-dbgsym Package-Type: ddeb Source: ros-rolling-turtlebot3-fake-node Version: 2.3.7-2resolute.20260821.172808 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 3082 Depends: ros-rolling-turtlebot3-fake-node (= 2.3.7-2resolute.20260821.172808) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-fake-node/ros-rolling-turtlebot3-fake-node-dbgsym_2.3.7-2resolute.20260821.172808_amd64.deb Size: 2578348 SHA256: a90f6a272a1688868d235797d813bd2b731eb4109684621ac59e255e0bb39d8e SHA1: 061071e6019f3df89ebfcad1fcd89f39da9ddfee MD5sum: 603eab1d2fc101574cd25aca93d4245e Description: debug symbols for ros-rolling-turtlebot3-fake-node Build-Ids: b0a03b836869fe50eb4a6782b881f97dc5458aba Package: ros-rolling-turtlebot3-gazebo Version: 2.3.7-2resolute.20260826.155221 Architecture: amd64 Maintainer: Pyo Installed-Size: 46187 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-gz-common-vendor, ros-rolling-gz-sim-vendor, ros-rolling-geometry-msgs, ros-rolling-gz-math-vendor, ros-rolling-gz-plugin-vendor, ros-rolling-nav-msgs, ros-rolling-rclcpp, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-image, ros-rolling-ros-gz-sim, ros-rolling-sensor-msgs, ros-rolling-tf2, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-gazebo/ros-rolling-turtlebot3-gazebo_2.3.7-2resolute.20260826.155221_amd64.deb Size: 8592442 SHA256: 9caa8554a3eec969edb6aacec141c91f132a629114665584791bc9a04df0e54c SHA1: 1400eef780d74a047ed70d199b8467b899b8be2f MD5sum: 675dfb0735091200a6b623e5067650e1 Description: Gazebo simulation package for the TurtleBot3 Package: ros-rolling-turtlebot3-gazebo-dbgsym Package-Type: ddeb Source: ros-rolling-turtlebot3-gazebo Version: 2.3.7-2resolute.20260826.155221 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 4548 Depends: ros-rolling-turtlebot3-gazebo (= 2.3.7-2resolute.20260826.155221) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-gazebo/ros-rolling-turtlebot3-gazebo-dbgsym_2.3.7-2resolute.20260826.155221_amd64.deb Size: 3758096 SHA256: 7dc034f9b03377fa89b146ab83e3376818e7034386a028393169bad8ef1dff66 SHA1: d2765c029da383874ec530fe3a9a45040a6d204c MD5sum: 2d64162debc169c4bc82351f090491a2 Description: debug symbols for ros-rolling-turtlebot3-gazebo Build-Ids: 0865ae19ad8bbd18e97032fd7420075fcd8c6391 2fd89e0651e8be785989b3665afaed3cc5f9aed9 5139eb76261e6eea83c63247654f5257d1309aae d39a3a24429607119ecf637c57e57237d7d9b3d4 Package: ros-rolling-turtlebot3-msgs Version: 2.4.0-2resolute.20260811.203941 Architecture: amd64 Maintainer: Pyo Installed-Size: 3348 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-msgs/ros-rolling-turtlebot3-msgs_2.4.0-2resolute.20260811.203941_amd64.deb Size: 246462 SHA256: 762b7dde506f437e9ab8bc916ab2ba77de506732036cb3c7128e5d7ac136ee76 SHA1: 30427b769c254a06b5759844965ca7e5525628c1 MD5sum: c51cf098e7a8d201d240fcfa713d6cc9 Description: Message and service types: custom messages and services for TurtleBot3 packages for ROS 2 Package: ros-rolling-turtlebot3-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-turtlebot3-msgs Version: 2.4.0-2resolute.20260811.203941 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Pyo Installed-Size: 2353 Depends: ros-rolling-turtlebot3-msgs (= 2.4.0-2resolute.20260811.203941) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-msgs/ros-rolling-turtlebot3-msgs-dbgsym_2.4.0-2resolute.20260811.203941_amd64.deb Size: 1650486 SHA256: 30157183ccab1bdf0ef40c77a0d88c5e1032d24783df20eea7be718504d782f4 SHA1: 81842cbef8793212815c5edfae975056c3e0a477 MD5sum: 0de777f50ed441e933614889b608d9a6 Description: debug symbols for ros-rolling-turtlebot3-msgs Build-Ids: 296d970807f829a974d14afd1379f8bfecf5ded6 5c096c87c3edb7a057050638f407ac008e200ae6 7ddba85deab8a32ffa9088c7216cdeb3a63abb0d 900088f00a0e4aaad3a2c9be9d0b681e625de016 98be2eddf9e6e2ca5e4ff7dedfa7ba5b77daf447 a6933ebb5b79a699f52e030e69011347306695a5 aba8e2e725843bb768a1601883192b3d44d09121 c354d133809d0d4c5573fa66c4a297c0f592dfe0 c364fbdb6689f4536e7e3e57cdc9cf0de1ea4d1b c946eaee0c3aba0a3e45408abc9b2f5a1875cd15 e9f4a90766355d27c3331fa2078e02641253f710 Package: ros-rolling-turtlebot3-simulations Version: 2.3.7-2resolute.20260826.160955 Architecture: amd64 Maintainer: Pyo Installed-Size: 45 Depends: ros-rolling-turtlebot3-fake-node, ros-rolling-turtlebot3-gazebo, ros-rolling-ros-workspace Homepage: http://turtlebot3.robotis.com Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlebot3-simulations/ros-rolling-turtlebot3-simulations_2.3.7-2resolute.20260826.160955_amd64.deb Size: 6102 SHA256: 5048898913163b53631859b3a14ab61ac3cfa47cf9e3870ca431fdde74eb544b SHA1: c21c75d3f0d184ac54ebc9c9f65005520a87e58e MD5sum: a48035680a085e59ee7331f343b16e21 Description: ROS 2 packages for TurtleBot3 simulations Package: ros-rolling-turtlesim Version: 1.11.2-1resolute.20260821.172533 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2495 Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.3), libqt6core6t64 (>= 6.10.2), libqt6gui6 (>= 6.1.2), libqt6widgets6 (>= 6.1.2), libstdc++6 (>= 14), ros-rolling-ament-index-cpp, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-turtlesim-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/turtlesim Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim/ros-rolling-turtlesim_1.11.2-1resolute.20260821.172533_amd64.deb Size: 509650 SHA256: da7fca599a8daea8a8b571bf87339e8e2b3a7eaa61c898b81e9ec35ac9ef3fe1 SHA1: 1f9796d1a6490b210b5f838757d2bb44179520be MD5sum: 1ed3d5884384c5335f74220fd0c4a9fe Description: turtlesim is a tool made for teaching ROS and ROS packages. Package: ros-rolling-turtlesim-dbgsym Package-Type: ddeb Source: ros-rolling-turtlesim Version: 1.11.2-1resolute.20260821.172533 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 13076 Depends: ros-rolling-turtlesim (= 1.11.2-1resolute.20260821.172533) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim/ros-rolling-turtlesim-dbgsym_1.11.2-1resolute.20260821.172533_amd64.deb Size: 11142582 SHA256: 80e3a521483bd4e9b6085e34d8cf7b8380cfcb8ee0d8b006d9c903f89699abd8 SHA1: a9a2d76ef9a10f6a79e7c640b6dd1eb14512fde1 MD5sum: c3f705e7ef5e434a8917059837a6da85 Description: debug symbols for ros-rolling-turtlesim Build-Ids: 386a66928493482022538c74f2ed0f4fd65a09b9 51d9fd39012a8bcd3289a3e7b18d937b4c146bcc c35066707ce895f3d52f78b2135f0c540bb47be2 d50657a3058dc923d4a16f955a65ef59031e7cd0 Package: ros-rolling-turtlesim-msgs Version: 1.11.2-1resolute.20260811.201343 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 3982 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/turtlesim Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim-msgs/ros-rolling-turtlesim-msgs_1.11.2-1resolute.20260811.201343_amd64.deb Size: 265948 SHA256: 67fd2412c05d4f59c542b324918092c6b98a2a1f6ade577be085515a2d9754a9 SHA1: 3fc674215fbd278540e74c5fd208677b3ee1ebf8 MD5sum: 4f80758343a0588a0f3b5012a3022dda Description: turtlesim messages. Package: ros-rolling-turtlesim-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-turtlesim-msgs Version: 1.11.2-1resolute.20260811.201343 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2745 Depends: ros-rolling-turtlesim-msgs (= 1.11.2-1resolute.20260811.201343) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-turtlesim-msgs/ros-rolling-turtlesim-msgs-dbgsym_1.11.2-1resolute.20260811.201343_amd64.deb Size: 1884014 SHA256: 06c161e0c76d453d198981fa7106da9bd8af14d683833e2fdb199ed396ed5249 SHA1: f4aafa4c04dcae1e7177bd89fc1e067e4b06e565 MD5sum: f32c0ba162bfc2f4a0a9b66e8803cdd7 Description: debug symbols for ros-rolling-turtlesim-msgs Build-Ids: 10d09bb918ef8eb1fa8bf034f2249150456e6884 181e2015da37e4b24700b428d099b435c179815a 32cdd73c9fcc158c2c3cab4872a0d0c91e96a06f 4350167e9c7808522049658f175798e456f71636 44b068e587f16a9d0b766e9b21a9912402165bff 5963f12f706c44fc99d5ca12c57c9eb76306acad 8ae3eeb1f34b5210f2f34f07dda13fbaa95f09c4 a7b6adcff2c059c98f080173fb8880f63fd5c026 b35a77e20bc44d5293325befd0d45f7374c74bb1 cdcbdf8b6248b99fb01b07ab018f88d55ac444d8 e421637cd16093d26fd4ea4bff70d1a06fef8d4f Package: ros-rolling-tuw-airskin-msgs Version: 0.2.6-2resolute.20260811.202417 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 924 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_airskin_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-airskin-msgs/ros-rolling-tuw-airskin-msgs_0.2.6-2resolute.20260811.202417_amd64.deb Size: 109692 SHA256: 4fe4872b5940db8ea5285113b335f97a7deb6bda8f530dae31fea38b6263fa54 SHA1: f46f77070125d1f49ed159216ac0814e08232d1a MD5sum: 2bc526a11e389cf68c7d1669a977fc28 Description: The tuw_airskin_msgs package Package: ros-rolling-tuw-airskin-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-airskin-msgs Version: 0.2.6-2resolute.20260811.202417 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1085 Depends: ros-rolling-tuw-airskin-msgs (= 0.2.6-2resolute.20260811.202417) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-airskin-msgs/ros-rolling-tuw-airskin-msgs-dbgsym_0.2.6-2resolute.20260811.202417_amd64.deb Size: 847016 SHA256: 81d47b55bc96ab9d5086d8b48617e9b8b40ab37b28ed1273caec07754123f610 SHA1: 2aa0fd88c5d01777dc70365889d79b12bf598601 MD5sum: 0c2735f8b24dbae60793b2ded33f15e8 Description: debug symbols for ros-rolling-tuw-airskin-msgs Build-Ids: 025f569cb9785061e99334d21f4f4e6a63c26050 0a0bccec7b6e5b75abdaea08e7c8d329550e1e96 26e6694065002dd6acfff7d7bfd29cb696c20d5e 2cc1d7215e18f72ad3956728f5d22306ad822d44 3775d15a02b39d78137979a702874d58ad197b9f 45b4b44fc1d87942721bc1fd7d085c617a54ee14 5e8410e109af9472fe6e9de78c784d0fd730a293 670c0fb57dd2f24724c60c649403b324d814a874 b8237d401363df05de4f80707ac2ce84aaca067f beb3ffdc9cdd5ef3d69fbc4be10e8ae7670b19dc fd154af0057d35ab35cdd6263b96c9ed19a1a8e1 Package: ros-rolling-tuw-geo-msgs Version: 0.2.6-2resolute.20260811.205957 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 981 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_geo_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geo-msgs/ros-rolling-tuw-geo-msgs_0.2.6-2resolute.20260811.205957_amd64.deb Size: 99410 SHA256: 1e59571a818f7b0239b67215b2b16afc76c4cfd2857614847948ad8d262cc65c SHA1: 339995c5c684feafea91cab620a4d01bfef5ad54 MD5sum: 376cb3ab909b18585a780d6535ba8d83 Description: The tuw_geo_msgs package Package: ros-rolling-tuw-geo-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-geo-msgs Version: 0.2.6-2resolute.20260811.205957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 916 Depends: ros-rolling-tuw-geo-msgs (= 0.2.6-2resolute.20260811.205957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geo-msgs/ros-rolling-tuw-geo-msgs-dbgsym_0.2.6-2resolute.20260811.205957_amd64.deb Size: 681492 SHA256: 92bfe4eb4c2f483474c5ea4aef720ef98af55896dc86e107ebd2ae224168620c SHA1: c429e50cb0b102c5cb9371dabce6e22c13519364 MD5sum: 7a51742b92a8801cb3be44c55b9e0e89 Description: debug symbols for ros-rolling-tuw-geo-msgs Build-Ids: 2a6da992132f751ddade85cc967abd5c26c9d111 4ac4c5c1c363d13f2abbe95a0de27ac5d201a68d 7b160fb7394e832397be2864fe4315667632470a 8321711dc23ee8daa0630ea2a6d87c41072d34fb b139641594350d1ae9bf933d385d7119bf963eb3 bc0fc7395fc06f81c5b7591969821056e89045f9 c7d6018b1341ffa9bacede74055c1d8d5416fea2 d260138bf67fcb49a468db5db4f3911e671a6d44 d8ab74b0d3b004d4997e288d778cf2a3b5f1bf4b e6707521cdf49b0ff9d8e1d4dce2b6303aa6ebdc e9965bb234ea74c00ae9a0c99cae8910a11da228 Package: ros-rolling-tuw-geometry Version: 0.1.4-2resolute.20260824.144629 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 303 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-rolling-ament-cmake-ros, ros-rolling-gtest-vendor, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_geometry/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry/ros-rolling-tuw-geometry_0.1.4-2resolute.20260824.144629_amd64.deb Size: 65834 SHA256: 9ec52133726386486c4e833b61ce19f16dcea1a24b8a7b8d85e40d44cfce4e65 SHA1: ffdd14aeb5baff752e6b65a8f5f2058b0d3222c8 MD5sum: 92223a0c89390c0c201edcd9738bbf53 Description: The tuw_geometry package Package: ros-rolling-tuw-geometry-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-geometry Version: 0.1.4-2resolute.20260824.144629 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 897 Depends: ros-rolling-tuw-geometry (= 0.1.4-2resolute.20260824.144629) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry/ros-rolling-tuw-geometry-dbgsym_0.1.4-2resolute.20260824.144629_amd64.deb Size: 842442 SHA256: 3480735a281381f1ae701dd5bff80248fed9918d99222f8273dd1cab67bbb680 SHA1: 2af9a11fc1f3932d8e45cc71bccdc0f4ccf1b69b MD5sum: 65019235a8d6e0c7863ce824263b8c2e Description: debug symbols for ros-rolling-tuw-geometry Build-Ids: 574587a2e0b86f3a040a22f2e3fd14467a5343f6 ed47d88101c3780bcab0516cbabf680b24703678 Package: ros-rolling-tuw-geometry-msgs Version: 0.2.6-2resolute.20260811.204009 Architecture: amd64 Maintainer: George Todoran Installed-Size: 959 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_geometry_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry-msgs/ros-rolling-tuw-geometry-msgs_0.2.6-2resolute.20260811.204009_amd64.deb Size: 86360 SHA256: c3442724dc7ffe7680fc8363dba31ea231588810f87a4c314e25d80719a39508 SHA1: 52b9dbd7fbdc6a6f57854b291c9c181fb0e69a51 MD5sum: 13d2c683c4b7eb77b4d166f301e24e51 Description: The tuw_geometry_msgs package Package: ros-rolling-tuw-geometry-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-geometry-msgs Version: 0.2.6-2resolute.20260811.204009 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: George Todoran Installed-Size: 758 Depends: ros-rolling-tuw-geometry-msgs (= 0.2.6-2resolute.20260811.204009) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-geometry-msgs/ros-rolling-tuw-geometry-msgs-dbgsym_0.2.6-2resolute.20260811.204009_amd64.deb Size: 524112 SHA256: c1722290cb5640ba3ec20c0ea4f7f79b1c23a05c9d3591471f4ae4b4bcd4c41e SHA1: 57201eff4116d2621aa622b18e98a95f8c3dd7a8 MD5sum: 2fed1dd2d89d6bb9af09ca9e1bcdf15c Description: debug symbols for ros-rolling-tuw-geometry-msgs Build-Ids: 0c5a65a2f7c794b31b9b4a091a2c376b687b2051 2bcdc31dd501f569ce5e28fa432ff946174b036d 30f5b01088ba9302bf4dceb8bf5e59aa02748db0 3f1b04f8c7a46538268bbc5f285115add57ee765 4482138df2df628389a74345a69b054846dd2d1a 49a56728dadd2a492ae47cbb2007ed9eaff579a5 4a3b518b498f33c71fdb869c559575cdceb73a29 ae26c25ad830ab656832c08b9ee937e8629b1f74 ca9c9694d95a20becb13b87a3848997eb3995cd5 de74099974fe465a5058e7cd29a57ba14f22a416 e424443d693e0c0b1526169ad534b4c736dcdecb Package: ros-rolling-tuw-graph-msgs Version: 0.2.6-2resolute.20260811.204012 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1598 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_graph_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-graph-msgs/ros-rolling-tuw-graph-msgs_0.2.6-2resolute.20260811.204012_amd64.deb Size: 153126 SHA256: cf1ac8b18bb56d3f8f0dd251140e47ed9a26cddfaf3068f8e40ea0f2b0201c30 SHA1: 1eaacb5a29b4f9fe7065d66bdf527351c9c535c1 MD5sum: a0239c6cea570268236463a43bd62821 Description: The tuw_graph_msgs package contains messages for sending graphs. Package: ros-rolling-tuw-graph-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-graph-msgs Version: 0.2.6-2resolute.20260811.204012 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1459 Depends: ros-rolling-tuw-graph-msgs (= 0.2.6-2resolute.20260811.204012) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-graph-msgs/ros-rolling-tuw-graph-msgs-dbgsym_0.2.6-2resolute.20260811.204012_amd64.deb Size: 1126834 SHA256: 3c06e9f48dcd27871e288abadd3af471647905dad5047e918aee46a7a144a0a0 SHA1: c5a8a02374f25d76a8d390415de160726499c32a MD5sum: ba20fe70ec4803f3a1be340cc5a59498 Description: debug symbols for ros-rolling-tuw-graph-msgs Build-Ids: 01a794f2b038af8f92724d071d8959f452bbd1c8 194c61a41749630e5d51e4620f058c1d119efbc6 27b99f87020f8ec969acec9e27b5df431f7a934e 85fc4e164a74bbd52b48b018d1df88f589d58d52 8f7ec2b48398ac6c88409d8ec2124ee0af84dc50 a8433c3b2d26303c75020e00ba195c37b3938e88 acba7b51573c820d3bbf501fecc089e448357e23 c5da7bd1902460b6611f367e7e2a67ad6aa5405d e153245790e83b362b9f38d482162581333c305e efd21a79723ac1cda60cce6a6dcdcca974c3ca0f fa1ecdff049be7a2e97c5005b749ec2c1e97e0b9 Package: ros-rolling-tuw-msgs Version: 0.2.6-2resolute.20260821.172752 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 82 Depends: libc6 (>= 2.2.5), libstdc++6 (>= 13.1), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-tuw-airskin-msgs, ros-rolling-tuw-geometry-msgs, ros-rolling-tuw-graph-msgs, ros-rolling-tuw-multi-robot-msgs, ros-rolling-tuw-nav-msgs, ros-rolling-tuw-object-map-msgs, ros-rolling-tuw-object-msgs, ros-rolling-tuw-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-msgs/ros-rolling-tuw-msgs_0.2.6-2resolute.20260821.172752_amd64.deb Size: 14524 SHA256: 0b16180f4f7c5f40b7fd2defc5c95958d3521f30a8a15a3e81880e3bc4e6cb10 SHA1: 6f40b1a295389fbe5b3fd120dcf498f90b256111 MD5sum: 755149c574d6a96530810023b666d231 Description: tuw_msgs meta package with write and read file libs for tuw_msgs Package: ros-rolling-tuw-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-msgs Version: 0.2.6-2resolute.20260821.172752 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 52 Depends: ros-rolling-tuw-msgs (= 0.2.6-2resolute.20260821.172752) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-msgs/ros-rolling-tuw-msgs-dbgsym_0.2.6-2resolute.20260821.172752_amd64.deb Size: 34164 SHA256: cc3999d048a88c3efac44b61e35ad101f8f7e92e43f25b889157958efd92d66b SHA1: cee4127bf8b8ac0c1158f57de40051e31587c117 MD5sum: 2c04dd87a734e30fbd831e6882720542 Description: debug symbols for ros-rolling-tuw-msgs Build-Ids: da696b41d0457b7b28e71755e4a717757731c1fa Package: ros-rolling-tuw-multi-robot-msgs Version: 0.2.6-2resolute.20260811.204017 Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 4025 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_multi_robot_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-multi-robot-msgs/ros-rolling-tuw-multi-robot-msgs_0.2.6-2resolute.20260811.204017_amd64.deb Size: 308520 SHA256: d0b69201a29798e221eef78a8be13ff098f026ce84d7ecd4f5d18512be2210ec SHA1: ced32bf65febbdb7d6e8df57d2b1b004260e0669 MD5sum: 35e8c647b2d19588b475e57c3f7e5149 Description: The tuw_multi_robot_msgs package contains messages for sending graph, route and sync data over topics. Package: ros-rolling-tuw-multi-robot-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-multi-robot-msgs Version: 0.2.6-2resolute.20260811.204017 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Benjamin Binder Installed-Size: 3597 Depends: ros-rolling-tuw-multi-robot-msgs (= 0.2.6-2resolute.20260811.204017) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-multi-robot-msgs/ros-rolling-tuw-multi-robot-msgs-dbgsym_0.2.6-2resolute.20260811.204017_amd64.deb Size: 2803022 SHA256: 3fcd6cdd01f05ee127302e33030a8309dba7f69e268cdb834a9d892e8f1acf84 SHA1: af534cbe240915d866f2189cc1d6b3d9a80da095 MD5sum: afaf6958ffac5c57821d5085b9eb73a7 Description: debug symbols for ros-rolling-tuw-multi-robot-msgs Build-Ids: 01cd083039d62eebfbc2523ea8a29b03f20723c4 22db07c621373f8d0a0fd5c9015fcbd7d3af9db6 2f8cb3e44b7daf4cb1fdad7b10a9cf4d8ab46ff8 7b75d98d056c2bc55c347fcb2c1bab3ab3b9d433 7c2f989c7e8ff40b9f10759ef6c9e5f0f7fef4b0 8d959667822a76a96be3424aebcee588e9d2b17b 967f121e2e35e0d1a19c149bfff0e739f8f71822 9b9a7d90893766c6aaf4cb535a73405221f4df19 a7983fd0107316cbd043065d28448a9de8694438 dd162499c23eb64f16d36ba8ca6d971ea17617d8 e65be217229fe8e73da1bdad91debb1d20eeb236 Package: ros-rolling-tuw-nav-msgs Version: 0.2.6-2resolute.20260811.204541 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2411 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_nav_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-nav-msgs/ros-rolling-tuw-nav-msgs_0.2.6-2resolute.20260811.204541_amd64.deb Size: 193636 SHA256: 62a8497d59c7dfb83064f6341aa7a6f36900687c699823cf7d240d7b3981c6f7 SHA1: 596d10ca40c73e85da9670b4ee431c68bdd8d4c2 MD5sum: 01eb7f523eb734a5a541c0c3cfdd0045 Description: The tuw_nav_msgs package Package: ros-rolling-tuw-nav-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-nav-msgs Version: 0.2.6-2resolute.20260811.204541 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2069 Depends: ros-rolling-tuw-nav-msgs (= 0.2.6-2resolute.20260811.204541) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-nav-msgs/ros-rolling-tuw-nav-msgs-dbgsym_0.2.6-2resolute.20260811.204541_amd64.deb Size: 1594622 SHA256: 56e3086a33ad3ed5fed2b8574576ecfbca94f198a8da4fbc7900750ec94d1b9c SHA1: 0149f25b80f178641677b144a227c5148819eb7f MD5sum: 41855e7e337a9f553278caa37a27a13b Description: debug symbols for ros-rolling-tuw-nav-msgs Build-Ids: 008ae8a7086090dd3099b01e4eb896d4f4085602 020b11f23f6bbac4a6f540d9a9b16567b3d569a2 2053b1fb0d5a5710815a411860af38a1658fc3e2 22d6da045b9ff60c6a39722b0b5707a209519b0c 23806d119a90cd239e3734d308c907b805d6c780 4654de2aeb3dc1a3b12be10f7f749ce80dedabfe 46850966e07277b039b14b41f348183ffe6859de 5305b20bd0845623512d8cfa5e1ff02cafcc46ed ac78e2d2009bf8ce7abf4848d925a078aed248ba ea14016fc7d9603e59654312ab325bf04b75a5e7 ec13b828d2d5307f8fb65efd2f1111318d172731 Package: ros-rolling-tuw-object-map-msgs Version: 0.2.6-2resolute.20260811.210005 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1972 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geographic-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_object_map_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-map-msgs/ros-rolling-tuw-object-map-msgs_0.2.6-2resolute.20260811.210005_amd64.deb Size: 176592 SHA256: 6a35aa36c64df54d4a2ace76b9beba6a1f201cd88a04a44c0f0321462dc5e1c3 SHA1: 93188a706b7a1a3ff3d38e6ebdc3d370bae1a070 MD5sum: f9fcca427185570ba9d81cb28149af2c Description: The tuw_object_map_msgs package Package: ros-rolling-tuw-object-map-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-object-map-msgs Version: 0.2.6-2resolute.20260811.210005 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1865 Depends: ros-rolling-tuw-object-map-msgs (= 0.2.6-2resolute.20260811.210005) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-map-msgs/ros-rolling-tuw-object-map-msgs-dbgsym_0.2.6-2resolute.20260811.210005_amd64.deb Size: 1450082 SHA256: 0b05742761586f9ecd5dbf95ab49661410efd4d583e8e2f3b7189530702a3eaf SHA1: b8a466b7d4ff197ace5ef00e4a365d45c6c25b09 MD5sum: 0a845b32c9e24206a3065e979e1f36df Description: debug symbols for ros-rolling-tuw-object-map-msgs Build-Ids: 067b657a72317d165ba3941e5101b445bef0f9bd 1643dd2404119a4716b399e77f5734d6f7f02309 414a70e0a337b2f85924dc7a7131debaa83ee95b 526d394e85d23e2f41360317d522d0955ad229cf 868af5c0a7206b3798c6c9416e35d341bf3c1f55 89059cf0d8d88d2c51135a9fb79f00574c0112ba a1e8c9c3ada259f7adcc35041ff0b322597a64d2 a3fa4d8e249f33d202414d0ed5eb2050a9b41549 a508931ee4a85fe323619e42876076af2840c0e3 d799ecd7c72d4c8afb208dfdfc504c90ba763df6 eabeb76d582446c01aed6b4051e55e72210e07f4 Package: ros-rolling-tuw-object-msgs Version: 0.2.6-2resolute.20260811.210416 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2543 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-tuw-geo-msgs, ros-rolling-tuw-geometry-msgs, ros-rolling-tuw-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_object_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-msgs/ros-rolling-tuw-object-msgs_0.2.6-2resolute.20260811.210416_amd64.deb Size: 215750 SHA256: 8c7262e2345268f187f5a6376c11291950c63bf9bd0e8b22bf34cdd239f83f37 SHA1: df8629585a59526d4c5ccf88bef314ec7b7ba2b6 MD5sum: dc1f2227a18a1ba47a3d11f56c2aff7c Description: The tuw_object_msgs package. This pkg provides a set of messages used to detect, map and track objects of different types. Package: ros-rolling-tuw-object-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-object-msgs Version: 0.2.6-2resolute.20260811.210416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 2388 Depends: ros-rolling-tuw-object-msgs (= 0.2.6-2resolute.20260811.210416) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-object-msgs/ros-rolling-tuw-object-msgs-dbgsym_0.2.6-2resolute.20260811.210416_amd64.deb Size: 1884988 SHA256: e201fbff6d5a92d3259bb244f836f8b5df0fb25154b93b069ef900e458050aea SHA1: 228b2474c96c829a2aee23e2a0dfa8107e66746d MD5sum: 8a37b72a8660bce45217e2d5632e9eda Description: debug symbols for ros-rolling-tuw-object-msgs Build-Ids: 043eeeb4851592eb2a260156d78a278213da9fba 5713ed0185262c3857583c23ae7fdb46ef9b4c55 608e6f2856db18428a4c5d99019a9f277d3696af 66ccf23e287e3023617a5e4943cb99d292989e31 6d1c0107d33bc41557c870ddb73c5295c7d4ff35 8f2e9862c700cf46a18ff29efe45b5db81bad884 9856c6abce4374b498353e89939a1fd6862b15e8 9e256855493d815a77666d41acd8674eb59b2ff9 ab423e6bb87f0cd433b24fa66c670783c31df65e e4a2354a73f7a912a1c74c3812052fd76d0aa17d f068c59f5b456195570e6ab62d03604b395c464e Package: ros-rolling-tuw-std-msgs Version: 0.2.6-2resolute.20260811.202450 Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1182 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/tuw_std_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-std-msgs/ros-rolling-tuw-std-msgs_0.2.6-2resolute.20260811.202450_amd64.deb Size: 112784 SHA256: 290f4ad55f997c50e22a54ff8e8be4158fe13979048b160b55c66a518b094c5d SHA1: 7b346a593c736af4cafcd08e878a0c8f2028888f MD5sum: e88f5688c90eca6c8566a27a16291231 Description: The tuw_std_msgs package Package: ros-rolling-tuw-std-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-tuw-std-msgs Version: 0.2.6-2resolute.20260811.202450 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Markus Bader Installed-Size: 1026 Depends: ros-rolling-tuw-std-msgs (= 0.2.6-2resolute.20260811.202450) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-tuw-std-msgs/ros-rolling-tuw-std-msgs-dbgsym_0.2.6-2resolute.20260811.202450_amd64.deb Size: 738868 SHA256: c870b2f24205aace0fe85f9d8c002b84d9feb1049f2b8172e1653c931252351a SHA1: 6679f01a3fff47b6b24fe94a0baecd7593653430 MD5sum: a6276c7455cd28d28bd034825011f792 Description: debug symbols for ros-rolling-tuw-std-msgs Build-Ids: 136c5eafb6c72a536be2610205043a98b4aebd60 4f432a3f89f65c848285690b796eae45917c3d0c 5df7937a5ea5d5997ecfea74c5d8e8c4a8b96341 65e398ea7f9c1502f91944d0fc3aff5a3904c690 84745ea5451c428426540c256ebcd976155ecfba 89ca6a89c13d9bc99281a7b947c3578da38a1dc1 8b491fcd6a401f7020265a7d01c28799865adb7d a551576c7079d630e1dacdc6c50b3f3683238a54 cd490c688eafb4bd0f2b0eccd04a3ffa373aaf3d e253c0b57c7811e79efcdb4d10108a3e7b34a46d ee125ad489bd2ea88c8e43de4be46acbc0154d47 Package: ros-rolling-twist-mux Version: 4.5.1-2resolute.20260821.165037 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1861 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-diagnostic-updater, ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-twist-mux-msgs, ros-rolling-visualization-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/twist_mux/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux/ros-rolling-twist-mux_4.5.1-2resolute.20260821.165037_amd64.deb Size: 300888 SHA256: d3357b0f2ee3cefca101311f4d21ef4fb41772eef80af8a13e7ec71b510dac13 SHA1: 5a68c79f5a6bc80961b1c73caeb1780b7fe8de09 MD5sum: 06f7c103dbb061c026f639ba3901d6f5 Description: Twist multiplexer, which multiplex several velocity commands (topics) and allows to priorize or disable them (locks). Package: ros-rolling-twist-mux-dbgsym Package-Type: ddeb Source: ros-rolling-twist-mux Version: 4.5.1-2resolute.20260821.165037 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 9086 Depends: ros-rolling-twist-mux (= 4.5.1-2resolute.20260821.165037) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux/ros-rolling-twist-mux-dbgsym_4.5.1-2resolute.20260821.165037_amd64.deb Size: 7381944 SHA256: d21b71ceedbbd5b7acdb41954a1b0a3257dcc790b3c318fcb7a69bf57dfb1d7c SHA1: bbae84428ac8a0ce34c76b79c66f7156ce2ce96c MD5sum: 9b9fe969fcd2d73cacb6934ac26afe7f Description: debug symbols for ros-rolling-twist-mux Build-Ids: 65ea7fbb51ea33587a8c2c0fad8a9a62485c13ad 9eab0d6098d81c20be6bffea956441e2c23bd2bc Package: ros-rolling-twist-mux-msgs Version: 3.0.1-3resolute.20260811.202026 Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 2911 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/twist_mux_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux-msgs/ros-rolling-twist-mux-msgs_3.0.1-3resolute.20260811.202026_amd64.deb Size: 186798 SHA256: 9c0ba6f5484344c8ab5f477699220b1d11033182aa52553537a635c613941f24 SHA1: fb9f08eb107dfe34d351220664330e5824d15405 MD5sum: 8de117ac5f9a28c8a311e71e65724b7b Description: The twist_mux msgs and actions package Package: ros-rolling-twist-mux-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-twist-mux-msgs Version: 3.0.1-3resolute.20260811.202026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Bence Magyar Installed-Size: 1586 Depends: ros-rolling-twist-mux-msgs (= 3.0.1-3resolute.20260811.202026) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-mux-msgs/ros-rolling-twist-mux-msgs-dbgsym_3.0.1-3resolute.20260811.202026_amd64.deb Size: 933520 SHA256: 8efb5b6f7d14a3ed1886e4a9a855ff3e71ee47cb43932c358746dffe5c5fcdde SHA1: 601b018bc0e24fe39a01821eab043b6472bded20 MD5sum: d8ff3e931fdbabd4760254d7bac35da9 Description: debug symbols for ros-rolling-twist-mux-msgs Build-Ids: 38edb9d8851641422f126f4bf5001e8552fb04a9 576c158072752ce6b3f0f658eb9e4630bef96171 7dd3445e38321585cc311be468c2f59fe595eecd 8c81e293ea10214a42554c34a3dc37f249319b39 a6a85ccc32066ef004e869f0f2961dc29f0a0425 b16e03cc33dc89579323a0f61ccf8e686d0a9e16 bc543e0a7309977af924820263bfd65f14c75ac0 bdedb4ef1176ab8c48b0ca4434ecf22830ec8b2f bf06a7b4395f579a1b69f2ed61c5575fb66ab9ec d30f6f206eb1b5426e05aa0e2fdfbd70df25b5e8 f9eab2d5e9bdd1b4c5ae1f195f2b5ace935e539b Package: ros-rolling-twist-stamper Version: 0.0.5-2resolute.20260821.164240 Architecture: amd64 Maintainer: Josh Newans Installed-Size: 45 Depends: ros-rolling-geometry-msgs, ros-rolling-rclpy, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/twist_stamper/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-twist-stamper/ros-rolling-twist-stamper_0.0.5-2resolute.20260821.164240_amd64.deb Size: 6806 SHA256: 2ad591aa16c1308014a037e08cf69422fb6f7fa55503750cd2b40b9bebae971c SHA1: bf127a3b68da1240ca126a8cf6b0170f16aabb8c MD5sum: cf7ffef53fa12b152b34ea25e483f160 Description: ROS2 package for converting between Twist and TwistStamped messages Package: ros-rolling-type-description-interfaces Version: 2.5.1-1resolute.20260811.195132 Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 2010 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-core-runtime, ros-rolling-service-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/type_description_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-type-description-interfaces/ros-rolling-type-description-interfaces_2.5.1-1resolute.20260811.195132_amd64.deb Size: 178826 SHA256: 292ace594b69fd403927796cc81e851408070aaf32e275e7e3f0b140a469f79e SHA1: 56e61b59bf2f00088f2d4f197e6ddc9b40db068e MD5sum: 93ebbed6a2075632bd72c05146a039a4 Description: A package containing message and service definitions for describing and communicating descriptions of other types. Package: ros-rolling-type-description-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-type-description-interfaces Version: 2.5.1-1resolute.20260811.195132 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "William Woodall" Installed-Size: 1824 Depends: ros-rolling-type-description-interfaces (= 2.5.1-1resolute.20260811.195132) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-type-description-interfaces/ros-rolling-type-description-interfaces-dbgsym_2.5.1-1resolute.20260811.195132_amd64.deb Size: 1425142 SHA256: ced5fbd593e0a70b5057bbcbb4c3408ee072833235f240f21e115d336d850e28 SHA1: 29fb9466e047973b921a71c8d8c90c62fbe56e8c MD5sum: a1a5b87ff3ee644d0cb926ab387dc94a Description: debug symbols for ros-rolling-type-description-interfaces Build-Ids: 01f5e78b7a95e04e028552170c8b7a4119236aa2 15fa1034fc6e9892a5bdba9c32856f36c217b7b8 5bef075fce80c8ec5bc6e53d1fcf330f42bf44e8 88099994d689e4a665e271cee269244607bcb31b 978a9cfa05287d3b24d96fa7b71f0878ccb7e62a 98ee03e07d667df8d53fe416ecec6ae5b57e6e8d aac6c9e6b2d50ae00dcf6ef340e5a2983f73b16a b3035302482c28563e26b2febd4701efedeb2480 dcbb97379930fa8018bed8da14021bc9abf58c3d e0a7ae757508135215261a3d1f717f0f0602890f fed00029c710a6401ca77da7663beccae1fc2e4b Package: ros-rolling-ublox Version: 3.0.0-2resolute.20260821.171102 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 44 Depends: ros-rolling-ublox-gps, ros-rolling-ublox-msgs, ros-rolling-ublox-serialization, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ublox Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox/ros-rolling-ublox_3.0.0-2resolute.20260821.171102_amd64.deb Size: 5678 SHA256: 0502c2b83cd0e38e24a2e846ad12ab985f5e4565c066599a3828e9f368113584 SHA1: 60150d53697d77d1c037c6b685782f41b29cbe21 MD5sum: 317d4ffb7ba197d04abf35b9eaaf1813 Description: Provides a ublox_gps node for u-blox GPS receivers, messages, and serialization packages for the binary UBX protocol. Package: ros-rolling-ublox-dgnss Version: 0.7.6-1resolute.20260821.181704 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 98 Depends: ros-rolling-ntrip-client-node, ros-rolling-ublox-dgnss-node, ros-rolling-ublox-nav-sat-fix-hp-node, ros-rolling-ublox-ubx-interfaces, ros-rolling-ublox-ubx-msgs, ros-rolling-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-dgnss/ros-rolling-ublox-dgnss_0.7.6-1resolute.20260821.181704_amd64.deb Size: 11728 SHA256: 3a04a8ded9554d69b001de84d09e8b18bf91b9ed8e8cfc298e8acfbe869ee92b SHA1: 82f8d5f538ebbaba0866d0d011073038895119fa MD5sum: d88221eba733d0eb0c83864ee567e617 Description: Provides a ublox_dgnss node for a u-blox GPS DGNSS receiver using Gen 9 UBX Protocol Package: ros-rolling-ublox-dgnss-node Version: 0.7.6-1resolute.20260821.172921 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 4091 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libusb-1.0-0 (>= 2:1.0.22), libusb-1.0-0-dev, ros-rolling-ament-index-cpp, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rtcm-msgs, ros-rolling-std-msgs, ros-rolling-ublox-ubx-interfaces, ros-rolling-ublox-ubx-msgs, ros-rolling-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-dgnss-node/ros-rolling-ublox-dgnss-node_0.7.6-1resolute.20260821.172921_amd64.deb Size: 714176 SHA256: f45082e36bdc96368609729e6e16b2292cf8b479a331672a9919a992bcadbfcf SHA1: 9ae2e85bfb51997aea10da5624856016fc96c211 MD5sum: f1e1f9340f10b6bce0be9443f59541b1 Description: Provides a ublox_gnss node for a u-blox GPS GNSS receiver using Gen 9 and Gen 20 UBX Protocol Package: ros-rolling-ublox-dgnss-node-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-dgnss-node Version: 0.7.6-1resolute.20260821.172921 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 20363 Depends: ros-rolling-ublox-dgnss-node (= 0.7.6-1resolute.20260821.172921) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-dgnss-node/ros-rolling-ublox-dgnss-node-dbgsym_0.7.6-1resolute.20260821.172921_amd64.deb Size: 16778466 SHA256: e43560b9030bf4123288de3aab8a37b0515e9102feb2071c2e02471fab2ac053 SHA1: 835ef00cee4e2bc8fbdf5967c5ca8ce574aa30c2 MD5sum: 10450cc5d9b0df5a65feb24aabd060b5 Description: debug symbols for ros-rolling-ublox-dgnss-node Build-Ids: 204df55e2c8819801dcf1768bb37e26eb9a042c3 e097c67168cbd8935daeb646b51f3fa1bf796500 Package: ros-rolling-ublox-gps Version: 3.0.0-2resolute.20260821.165819 Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 4387 Depends: libc6 (>= 2.42), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libasio-dev, ros-rolling-diagnostic-msgs, ros-rolling-diagnostic-updater, ros-rolling-geometry-msgs, ros-rolling-nmea-msgs, ros-rolling-rcl-interfaces, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rtcm-msgs, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-ublox-msgs, ros-rolling-ublox-serialization, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-gps/ros-rolling-ublox-gps_3.0.0-2resolute.20260821.165819_amd64.deb Size: 843694 SHA256: cd1d80932aeea9715cfd9845170973e5269ca3570297b9c59b4588f270ab9ddf SHA1: 1bece0ccda7873abc37ece2978b133fa23949aa5 MD5sum: c23ed4313a9661a52fe4d5b774ed817f Description: Driver for u-blox GPS devices. Package: ros-rolling-ublox-gps-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-gps Version: 3.0.0-2resolute.20260821.165819 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Gareth Cross Installed-Size: 25039 Depends: ros-rolling-ublox-gps (= 3.0.0-2resolute.20260821.165819) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-gps/ros-rolling-ublox-gps-dbgsym_3.0.0-2resolute.20260821.165819_amd64.deb Size: 21833630 SHA256: 18f631609b71c5fde4b0845e1200fdb01886605ca744b1e98e1c4dbad3f6bd58 SHA1: dc3a875f5f364e86daf9e2cf20b81996bca7b62e MD5sum: e2c9d462bdf6f77b5c5cf44de7e10d82 Description: debug symbols for ros-rolling-ublox-gps Build-Ids: 489914703ccbaa9f8a838d3111ab86d22f4dbae9 679a772d54d9b5ed44a3de174989ca9228f15640 ac2bbfd35aeae631c6c185233f045f28a8d00bc3 Package: ros-rolling-ublox-msgs Version: 3.0.0-2resolute.20260821.160250 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 15012 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ublox-serialization, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-msgs/ros-rolling-ublox-msgs_3.0.0-2resolute.20260821.160250_amd64.deb Size: 961144 SHA256: 714b8e22897009205c482fa993ad87e94addecf4d92997f6935e2c10e137043d SHA1: 4dc7608bfd9cdd10762718ac93dabc8fe4c00691 MD5sum: aa5b27879ee36184f78f0a963ecdd653 Description: ublox_msgs contains raw messages for u-blox GNSS devices. Package: ros-rolling-ublox-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-msgs Version: 3.0.0-2resolute.20260821.160250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 10924 Depends: ros-rolling-ublox-msgs (= 3.0.0-2resolute.20260821.160250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-msgs/ros-rolling-ublox-msgs-dbgsym_3.0.0-2resolute.20260821.160250_amd64.deb Size: 8541624 SHA256: 604b02ad4e66b1e6cd43b94cbaf0ffa471c0c717a94bea1806c8da40efc8397e SHA1: 58036561f5d0c34cec7a8306300732e6faf77cf2 MD5sum: b5723484c7d8c178c3a640a47d84cdd4 Description: debug symbols for ros-rolling-ublox-msgs Build-Ids: 14e5808a3c3006efbeccca7be671afe6dcab9e8e 2d52c8058e8b0c6abb2eaef09ab3cbc05f7572f8 5c9d3f44a63c81ee84250a4e903363ff972eb86e 777a776d186e4bdaf5e87fa95c61e403fdaca57c 834b6f60066571c60f548c1ff23e85dd9c4dbc02 88ade6e22637a0eb0ac770590f58f7574ca1885e 8d1858a06f91ace41121441c345a123b360ef1bc 984bf04bcba9f8c040cda0b9b433d53c4c0d9198 abac9f082e66038ef2293cabd8417accb7630c45 d15809b0632d78a6b64fdb70f68b511ff722f50c f078ce8feefbe9fb5c92dfe732acf0c9f51b7894 fcfe9daed29661b52e35ac8ff6bf27d6e505fcda Package: ros-rolling-ublox-nav-sat-fix-hp-node Version: 0.7.6-1resolute.20260821.172957 Architecture: amd64 Maintainer: "Geoff Sokoll" Installed-Size: 1069 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ublox-ubx-interfaces, ros-rolling-ublox-ubx-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ublox_nav_sat_fix_hp_node/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-nav-sat-fix-hp-node/ros-rolling-ublox-nav-sat-fix-hp-node_0.7.6-1resolute.20260821.172957_amd64.deb Size: 171218 SHA256: 789fc7551420bf0873722f7c6848a8170e4a89069a04be520e9c61be761b39f4 SHA1: 8ab1696f26fa48cc80761345995e1e6ca2318f3b MD5sum: 6fb593d5ef15c13528046d8725e79f5f Description: Provides a NavSatFix node for a u-blox GPS GNSS receiver using Gen 9 UBX Protocol Package: ros-rolling-ublox-nav-sat-fix-hp-node-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-nav-sat-fix-hp-node Version: 0.7.6-1resolute.20260821.172957 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoff Sokoll" Installed-Size: 4844 Depends: ros-rolling-ublox-nav-sat-fix-hp-node (= 0.7.6-1resolute.20260821.172957) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-nav-sat-fix-hp-node/ros-rolling-ublox-nav-sat-fix-hp-node-dbgsym_0.7.6-1resolute.20260821.172957_amd64.deb Size: 3829802 SHA256: db85f797ef3e2d398e7a7cd6db5051940dfdd7e3ed695dbac9de25bbcf2991bf SHA1: 8fac8126dc35cbc1b07e43de6f596b0e9cba7f30 MD5sum: 9495fd3ba9707cc0fc5ac4dbf2535cca Description: debug symbols for ros-rolling-ublox-nav-sat-fix-hp-node Build-Ids: 67dc1b6cbaef890c08ae35c25ecf1d471ed29b75 e00b78f4caf8dda80d77faf79a15ed191261e7dd Package: ros-rolling-ublox-serialization Version: 3.0.0-2resolute.20260714.185420 Architecture: amd64 Maintainer: Veronica Lane Installed-Size: 78 Depends: ros-rolling-ros-workspace Homepage: http://ros.org/wiki/ublox Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-serialization/ros-rolling-ublox-serialization_3.0.0-2resolute.20260714.185420_amd64.deb Size: 13340 SHA256: 4db53281e0cdb9f18a0073d5205ae8a963d3fc5e2e5e16b62e422a67467c9b56 SHA1: 774ce4c767211e4a8361cf634645a462f3250835 MD5sum: a27f439096d696cc11838dd7f99fba52 Description: ublox_serialization provides header files for serialization of ROS messages to and from u-blox message format. Package: ros-rolling-ublox-ubx-interfaces Version: 0.7.6-1resolute.20260811.200354 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1937 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 5.2), ros-rolling-fastcdr, ros-rolling-rosidl-default-generators, ros-rolling-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-interfaces/ros-rolling-ublox-ubx-interfaces_0.7.6-1resolute.20260811.200354_amd64.deb Size: 131506 SHA256: 6febc2683323d2e07a716786ee0c5c1163d9384ca1b72c99d7f7f6b75e5168be SHA1: e5bb43921ceaf22f20768d06ed13f4499f10a6b8 MD5sum: d8f894fd90bb1f143ac452adb2cb7482 Description: UBLOX UBX Interfaces Package: ros-rolling-ublox-ubx-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-ubx-interfaces Version: 0.7.6-1resolute.20260811.200354 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 1350 Depends: ros-rolling-ublox-ubx-interfaces (= 0.7.6-1resolute.20260811.200354) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-interfaces/ros-rolling-ublox-ubx-interfaces-dbgsym_0.7.6-1resolute.20260811.200354_amd64.deb Size: 890892 SHA256: 40183e28c20588edd3e65bfe16e9912f8a7fd8e42b754ba0a9f3d90262e70e61 SHA1: 8fa398553810a94f6639a0e4350d4271c582e105 MD5sum: 681b4386b3a8570dc40e6ee4242801a1 Description: debug symbols for ros-rolling-ublox-ubx-interfaces Build-Ids: 06c6a651b36bb7aecd18d6622b2af141fc046c97 075ba93e73acee11c6edfe8006cb2058b84c4e34 1fdbcba6c5aa5294d3369c57cca5ebbcade30667 49a7934e7aefe78ee000929644e461755ac645d0 6d544a827d4249a6d192535b941b2de6bf646a07 7ae8f47edd958886da23e563ebe5e7f84db67f3a c40b9071d2c8197b158897a6f9cdb04455f8a78e e6f1cf4fe5dc6b17b867d3efaaebf22e5dacbf62 e8e9d6231e30f3696dad458a4e6f07a1a294697d f5ea04a8619885adf9d4e09569b19fcd125df79d ff3607f5cab80d1431c8cb41be6218f3a1a45303 Package: ros-rolling-ublox-ubx-msgs Version: 0.7.6-1resolute.20260811.202508 Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 11288 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-generators, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://github.com/aussierobots/ublox_dgnss Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-msgs/ros-rolling-ublox-ubx-msgs_0.7.6-1resolute.20260811.202508_amd64.deb Size: 730174 SHA256: ff24f47c77df8c840b05786f4ad51df1d0d02cca98db193f6381cf477a8efd1b SHA1: 945a1ad249fc1c15c3bf5f2536424a639f909dd6 MD5sum: ea00c9c586068316620d97a0aae7d531 Description: UBLOX UBX ROS2 Msgs Package: ros-rolling-ublox-ubx-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ublox-ubx-msgs Version: 0.7.6-1resolute.20260811.202508 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Nick Hortovanyi" Installed-Size: 8510 Depends: ros-rolling-ublox-ubx-msgs (= 0.7.6-1resolute.20260811.202508) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ublox-ubx-msgs/ros-rolling-ublox-ubx-msgs-dbgsym_0.7.6-1resolute.20260811.202508_amd64.deb Size: 6645180 SHA256: d5d0e23a71e0308fbb83402be55f50fab6a054c9cea82680c0bf1b1e18d6b925 SHA1: cba114fab762a396ab7c7cd42b2f5015486b0d1c MD5sum: 5346ad2a5efa0ded3c2ab02fff3a4fbf Description: debug symbols for ros-rolling-ublox-ubx-msgs Build-Ids: 10fd8936011447ec6b7b28f11cf803d5127cec21 113f3a266be9578fc7a9d14c26ccf88b561ff25c 1b535252d7f70f854a343444a30322fb634c2787 33c3cae26248038eec178d1ece99c4175509b311 60736151166dabab9b6428eb30ac5339564cd36e 666184808e7b978765a109c9675012e5021c101c a42dc42112a84de3a01970005408fff239c7bb44 af5947fde84ce18d7d5d51363530b5d0f73cb368 b46b72639ea75b9a02432089f97a24564a04ad54 b8ee0d433e2e6de1b5b32508640ef067446717c2 c0ddbb653653cd9fee987728e172c0f21d956225 Package: ros-rolling-udp-msgs Version: 0.0.5-2resolute.20260811.203416 Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1434 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-ros-environment, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/udp_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-udp-msgs/ros-rolling-udp-msgs_0.0.5-2resolute.20260811.203416_amd64.deb Size: 146336 SHA256: de8d49d4a06dff24b47e307f8c33342dc79874d644be5ca701ceca4ade25af19 SHA1: c5b2059f00cf6c4103a28a68a35c6c72f8b19bb9 MD5sum: fee197c30fb80f75c5fac06a7753dd39 Description: ROS / ROS2 udp_msgs package Package: ros-rolling-udp-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-udp-msgs Version: 0.0.5-2resolute.20260811.203416 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Evan Flynn Installed-Size: 1595 Depends: ros-rolling-udp-msgs (= 0.0.5-2resolute.20260811.203416) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-udp-msgs/ros-rolling-udp-msgs-dbgsym_0.0.5-2resolute.20260811.203416_amd64.deb Size: 1255586 SHA256: 7ab969f393a13d6848e6f85cc7078abe89fe9790f352ff9d6ff917987b4e8529 SHA1: e530b884241985574fd8fdde6fb8ac9d81ed4ae2 MD5sum: 939ffe36851ddd646e1c61ccd8fa7ac3 Description: debug symbols for ros-rolling-udp-msgs Build-Ids: 15d0de7c90e2cd8ac909c1183ac2acbdadac120d 48953df12592e9757c5e7437229a6a593337b915 4b8d65b894a7d2a91f825952d89ec1b4f49ce1a0 68fa0542ce99aa5228bf2b82f3ada543619d7852 75f1bceed5114a1757f35a3f97bdbdf0cd13ab88 7fa688710a688324f431279da5c366f027ef2e71 88ed8879be8dc012a961adae57a30c44e671bf36 92397962497d45b1f9fca4cb49554ec32734361e 98cef6fb77553cf41e1669f98c8e4a308f3473b2 a34740a2a5d46cc34c6718748a4bc8e0f650e69b e3c8e25f501aabc943698e39eca4352d2725dec5 Package: ros-rolling-unbag Version: 1.3.1-2resolute.20260821.183721 Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1027 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libqt5core5t64 (>= 5.15.1), libqt5gui5t64 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5widgets5t64 (>= 5.14.1), libstdc++6 (>= 5), libqt5svg5, python3-numpy, python3-opencv, python3-tqdm, python3-yaml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-rosbag2-py, ros-rolling-rosidl-runtime-py, ros-rolling-sensor-msgs, ros-rolling-tf2-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/unbag/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-unbag/ros-rolling-unbag_1.3.1-2resolute.20260821.183721_amd64.deb Size: 653170 SHA256: 4609ebb91bd3d6ec0ede547141ced020f174b744cbd58248a9c0a9f76475b434 SHA1: ecc7c0a12d2883a9eafa3092165019de86202ab8 MD5sum: c2beba2d4393bb402399d84c386333c4 Description: A ROS 2 tool for exporting bags to human readable files. Supports pluggable export routines to handle any message type. Package: ros-rolling-unbag-dbgsym Package-Type: ddeb Source: ros-rolling-unbag Version: 1.3.1-2resolute.20260821.183721 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Lukas Ostendorf" Installed-Size: 1861 Depends: ros-rolling-unbag (= 1.3.1-2resolute.20260821.183721) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-unbag/ros-rolling-unbag-dbgsym_1.3.1-2resolute.20260821.183721_amd64.deb Size: 1174790 SHA256: e0a25e0ddf2e31273aff0c68ae5e4d9a7d77e63432c63c165ca00296fdf3fb0a SHA1: 27f599f261d3911d80eebb02578aaa781f251401 MD5sum: 957c837dea3ae48430964a4c2f7898fd Description: debug symbols for ros-rolling-unbag Build-Ids: 8eb20fe975218424a16024098368951dce3e157f Package: ros-rolling-uncrustify-vendor Version: 3.3.0-1resolute.20260714.185441 Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 45 Depends: uncrustify, ros-rolling-ros-workspace Homepage: https://github.com/uncrustify/uncrustify Priority: optional Section: misc Filename: pool/main/r/ros-rolling-uncrustify-vendor/ros-rolling-uncrustify-vendor_3.3.0-1resolute.20260714.185441_amd64.deb Size: 6058 SHA256: a9073a3990108ca5ac12cdf058128d85949127ea6719ba492b406e038749d8be SHA1: a6458557303f4858e95f94da357feefda19d798d MD5sum: 7cf91d73bf3f19fe131a61d1b2e5bceb Description: Wrapper around uncrustify, providing nothing but a dependency on uncrustify, on some systems. On others, it provides an ExternalProject build of uncrustify. Package: ros-rolling-unique-identifier-msgs Version: 2.9.0-1resolute.20260811.193642 Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 439 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 4.1.1), ros-rolling-fastcdr, ros-rolling-rosidl-core-runtime, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/unique_identifier_msgs Priority: optional Section: misc Filename: pool/main/r/ros-rolling-unique-identifier-msgs/ros-rolling-unique-identifier-msgs_2.9.0-1resolute.20260811.193642_amd64.deb Size: 43522 SHA256: d337d2152f5938510c89ff2ec8898ec2eddba1cae6f950c9e9eb9ff429547095 SHA1: bca3cf04dd7a03d5304b771d44ef2275ad030043 MD5sum: cad607160778bebb9cf1b43e3aa56f26 Description: ROS messages for universally unique identifiers. Package: ros-rolling-unique-identifier-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-unique-identifier-msgs Version: 2.9.0-1resolute.20260811.193642 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Geoffrey Biggs" Installed-Size: 311 Depends: ros-rolling-unique-identifier-msgs (= 2.9.0-1resolute.20260811.193642) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-unique-identifier-msgs/ros-rolling-unique-identifier-msgs-dbgsym_2.9.0-1resolute.20260811.193642_amd64.deb Size: 174372 SHA256: b97c896e1a556a0a4eef430747f002730ae2969d18e90d60bb0d79be38bdbc15 SHA1: ba63c987c90e3d03ba7fd24079e6d6cb7f3d3caf MD5sum: 497093c892270be245ad222de7eae6d9 Description: debug symbols for ros-rolling-unique-identifier-msgs Build-Ids: 56efdeb8b1c01dba269a64b8bf199f36cc7284c2 5eb0c645cd894b44af346f94c6b77c343693bac9 6d55330de95fbae7b4ac48a7e1e0220912715281 8e0f1f91f4778df04d9d7d6b3ef4f21eaed5147a 8f662ae48111cb7b06810095c387876a0be96f1e 9a635a0504115acee9f69eb9a046c9f64779074a 9f22da6394809b6a0b9771d34738e72fc127ba1c c02fc851c430a802ee206784f3baf5f2fc90213d dff1e3044bbd474112f8ef4cbb4c167f3d6c837c e07d592a5d33da8a34a3ebec03d654e895c44047 fc6bb116c413e0ca1425ec5b0b06544992dcc51b Package: ros-rolling-ur Version: 7.0.0-1resolute.20260830.180824 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 44 Depends: ros-rolling-ur-calibration, ros-rolling-ur-controllers, ros-rolling-ur-dashboard-msgs, ros-rolling-ur-moveit-config, ros-rolling-ur-robot-driver, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ur/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur/ros-rolling-ur_7.0.0-1resolute.20260830.180824_amd64.deb Size: 6106 SHA256: b451e58f2c82cff9eb4b3d64d5dd19dde9c36184c08818485aeb254e03d8dc7e SHA1: a9d22d9df0e321651d1de116f3656304418bf683 MD5sum: 67cded1d025d156b359a3fd8e65d0e29 Description: Metapackage for universal robots Package: ros-rolling-ur-calibration Version: 7.0.0-1resolute.20260826.141231 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 221 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libyaml-cpp0.8 (>= 0.7.0), libeigen3-dev, ros-rolling-rclcpp, ros-rolling-ur-client-library, ros-rolling-ur-robot-driver, ros-rolling-yaml-cpp-vendor, ros-rolling-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-calibration/ros-rolling-ur-calibration_7.0.0-1resolute.20260826.141231_amd64.deb Size: 63598 SHA256: 86ace11477fc7aa6766b582381ef08e86367bf80649f036e3fd214c2e4fdcc89 SHA1: 8172ebdd28c878844e504b63839dff55260fdcba MD5sum: f36bdff5b73949bde5c30a7375ffc117 Description: Package for extracting the factory calibration from a UR robot and change it such that it can be used by ur_description to gain a correct URDF Package: ros-rolling-ur-calibration-dbgsym Package-Type: ddeb Source: ros-rolling-ur-calibration Version: 7.0.0-1resolute.20260826.141231 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 1698 Depends: ros-rolling-ur-calibration (= 7.0.0-1resolute.20260826.141231) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-calibration/ros-rolling-ur-calibration-dbgsym_7.0.0-1resolute.20260826.141231_amd64.deb Size: 1651082 SHA256: 8bafa2db2addc1dfda5de59db9d719e65228861a7f888e359dc9a65e77aa43d4 SHA1: 009a36a4d10b4304b1ad3af6032ae429f87dda53 MD5sum: aa3c265a277a9f0198febb18a53be939 Description: debug symbols for ros-rolling-ur-calibration Build-Ids: b3b91e39d10299c8825c95b6d6aa158f798fc2e4 Package: ros-rolling-ur-client-library Version: 2.14.1-1resolute.20260810.123446 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2184 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-ament-cmake, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/ur_client_library Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-client-library/ros-rolling-ur-client-library_2.14.1-1resolute.20260810.123446_amd64.deb Size: 575780 SHA256: 842a854ec21d91648f2c304c305a8c0927d637bce850d4e9ca86f84568710c02 SHA1: 41db778f5cee117cbd321bc99a4d6da31017cf08 MD5sum: 413d40233ff90f6b9dc163160fc2b5f0 Description: Standalone C++ library for accessing Universal Robots interfaces. This has been forked off the ur_robot_driver. Package: ros-rolling-ur-client-library-dbgsym Package-Type: ddeb Source: ros-rolling-ur-client-library Version: 2.14.1-1resolute.20260810.123446 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 8333 Depends: ros-rolling-ur-client-library (= 2.14.1-1resolute.20260810.123446) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-client-library/ros-rolling-ur-client-library-dbgsym_2.14.1-1resolute.20260810.123446_amd64.deb Size: 7649088 SHA256: 7657df8a899d989875c96d55c6a828e1c7dd07abb9a8a5b2b118e53863865011 SHA1: e1a87f5b514f19a8cb18057a970cedcf1142bc37 MD5sum: 7b9fac2f4b0a97aa008f6eb332429164 Description: debug symbols for ros-rolling-ur-client-library Build-Ids: 7a619823e1c5dc86277f25a18d0b6a3b9c5da6d6 Package: ros-rolling-ur-controllers Version: 7.0.0-1resolute.20260826.130712 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 2070 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libfmt10 (>= 10.1.1+ds1), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-rolling-action-msgs, ros-rolling-angles, ros-rolling-control-msgs, ros-rolling-controller-interface, ros-rolling-generate-parameter-library, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-joint-trajectory-controller, ros-rolling-lifecycle-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp-lifecycle, ros-rolling-rcutils, ros-rolling-realtime-tools, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-trajectory-msgs, ros-rolling-ur-dashboard-msgs, ros-rolling-ur-msgs, ros-rolling-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-controllers/ros-rolling-ur-controllers_7.0.0-1resolute.20260826.130712_amd64.deb Size: 453402 SHA256: 3a2d93cbaec3d275059575b89acdfe92828db4cfdcbf39c14fabc7c719cdaf29 SHA1: d05f8457cc89fd8a14c020a4d7bde302b304b9f6 MD5sum: a17a66cae8ae954b614f44a4c63f5ba4 Description: Provides controllers that use the speed scaling interface of Universal Robots. Package: ros-rolling-ur-controllers-dbgsym Package-Type: ddeb Source: ros-rolling-ur-controllers Version: 7.0.0-1resolute.20260826.130712 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 10303 Depends: ros-rolling-ur-controllers (= 7.0.0-1resolute.20260826.130712) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-controllers/ros-rolling-ur-controllers-dbgsym_7.0.0-1resolute.20260826.130712_amd64.deb Size: 9090026 SHA256: 8b2640cc582ff74ab8aed451c798c2a693861bdbcba6e10654c0ea02515a88a0 SHA1: 0ebd176d38153b730947ba6db15b96f305204ced MD5sum: 5a7dccd62e9fbea5b953b08437d07433 Description: debug symbols for ros-rolling-ur-controllers Build-Ids: 9cc1313888d3fa6a2aae7608b987ca3271103a84 Package: ros-rolling-ur-dashboard-msgs Version: 7.0.0-1resolute.20260811.202038 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 13164 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-dashboard-msgs/ros-rolling-ur-dashboard-msgs_7.0.0-1resolute.20260811.202038_amd64.deb Size: 777894 SHA256: a77f7625e993b85cad28aaf0d76e69715ca4d746b9e148f8e64ca332760a6a1e SHA1: 1128d32350259103e119c1859369993a1bc3e79b MD5sum: 46213bfac5236046e15e94e76c9ff6ed Description: Messages around the UR Dashboard server. Package: ros-rolling-ur-dashboard-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ur-dashboard-msgs Version: 7.0.0-1resolute.20260811.202038 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 10244 Depends: ros-rolling-ur-dashboard-msgs (= 7.0.0-1resolute.20260811.202038) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-dashboard-msgs/ros-rolling-ur-dashboard-msgs-dbgsym_7.0.0-1resolute.20260811.202038_amd64.deb Size: 7433314 SHA256: 7ae7acc0d9746970f65b87e3d92355719bf843d4b88ba6afa1e8b071f2c160b3 SHA1: 68e4b0bab1a257d3a0bd0656cf164015bc3a8612 MD5sum: 994f2840dfaeaef932031eb24b46bc8b Description: debug symbols for ros-rolling-ur-dashboard-msgs Build-Ids: 11c5c3ab14da3ffaef8d704fc4d141bc73776684 4f1e4cace8a3831a4ec50c0fa1c1a328e49cba48 692007af1afdb390d3518c0f58c55860e3f11876 85633ba422c56d54d4a76bdfde6305f2219e22c5 88203fcba39cf22fd928aa3ac4a3596d3fe5733a 97528f3397133014a225f5741eb44517663b1195 a2fcd9490785111359049314d2efb4076cd83d03 a390a01305f2bda9176202e0702e09fcc877c63b a970f33940509f5ec5a75aa4b0d5fc2fa14ef021 d03d90bc848e15a9fc7ce78df6e31bf966e94231 f470bf0156c3482faf7b0be60dbedd2120e00993 Package: ros-rolling-ur-description Version: 4.3.1-1resolute.20260826.133618 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 73102 Depends: ros-rolling-joint-state-publisher-gui, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-robot-state-publisher, ros-rolling-rviz2, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ur_description/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-description/ros-rolling-ur-description_4.3.1-1resolute.20260826.133618_amd64.deb Size: 22005076 SHA256: bfd1a112ab2d5c68b935ebc4ee6412d8cba46187fd0050a321010f1f268179ca SHA1: 1dc57f568570db4ac8efd817d91efa7b4a8636ae MD5sum: f805f58706165221ffb204a5b769f32f Description: URDF description for Universal Robots Package: ros-rolling-ur-moveit-config Version: 7.0.0-1resolute.20260830.180509 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 84 Depends: ros-rolling-moveit-configs-utils, ros-rolling-moveit-kinematics, ros-rolling-moveit-planners, ros-rolling-moveit-planners-chomp, ros-rolling-moveit-ros-move-group, ros-rolling-moveit-ros-visualization, ros-rolling-moveit-servo, ros-rolling-moveit-simple-controller-manager, ros-rolling-ur-description, ros-rolling-warehouse-ros-sqlite, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-moveit-config/ros-rolling-ur-moveit-config_7.0.0-1resolute.20260830.180509_amd64.deb Size: 16432 SHA256: b450710a25efea38479ebd09a2880d98dd2a4708d52642223b397765faec3b37 SHA1: f0327c18b0336eee697b2fb5a799c7ab054045c7 MD5sum: 140d39002e49419096d096deddb93ce4 Description: An example package with MoveIt2 configurations for UR robots. Package: ros-rolling-ur-msgs Version: 3.0.0-1resolute.20260811.211654 Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 9651 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-builtin-interfaces, ros-rolling-control-msgs, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-trajectory-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ur_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-msgs/ros-rolling-ur-msgs_3.0.0-1resolute.20260811.211654_amd64.deb Size: 628068 SHA256: e0e3d8dfbf28e5a5e2b0c552ef2142c78b7d1a458ddbef271355faf392cb709f SHA1: faf46ec0cdcadacf3a78ae1e9701f1f80e08973a MD5sum: 105baf83c261032521b015f77d7bc945 Description: Message and service definitions for interacting with Universal Robots robot controllers. Package: ros-rolling-ur-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-ur-msgs Version: 3.0.0-1resolute.20260811.211654 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "G.A. vd. Hoorn" Installed-Size: 6486 Depends: ros-rolling-ur-msgs (= 3.0.0-1resolute.20260811.211654) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-msgs/ros-rolling-ur-msgs-dbgsym_3.0.0-1resolute.20260811.211654_amd64.deb Size: 4580418 SHA256: 69b22becb84bfc50d0bd16b8e43382819d59d6a150797f31f5bb34931869524c SHA1: 763ab2e8fc3e0ffad07d830862cafa3e2da36f80 MD5sum: 44a98efd280741217eb635f28ea8bd34 Description: debug symbols for ros-rolling-ur-msgs Build-Ids: 057c4e0bb1cf9d72062b0e43e58d8f10e28d912d 212bb0f0c8c996f14e937e0eb79f13c3975b62eb 4a3675fe8dd529c522a0a75b9010d5296f732a47 5ee573bb4424b8316a2f41404555699a8b702d06 697011d6636f1d192aa45b8969b221138fc73e1b 7522d989fd8af3333276dd51249f6fa062afb434 7671c38e7bdf3c4eeb1b877241b9e65071b7fad5 81bf51c2ec519d9c98eaf32cb46e127ff9ac6bab b6c94001c1b489ece0fa4be676cdf16ae50de372 b8cc84737c8637699480b3ed86a6934c8004134b e8cc32e03fcfabee1c07506a67ad06fd780a5b7f Package: ros-rolling-ur-robot-driver Version: 7.0.0-1resolute.20260826.135008 Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 5550 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), liborocos-kdl1.5 (>= 1.5.2), libstdc++6 (>= 14), ros-rolling-backward-ros, ros-rolling-control-msgs, ros-rolling-controller-manager, ros-rolling-controller-manager-msgs, ros-rolling-force-torque-sensor-broadcaster, ros-rolling-forward-command-controller, ros-rolling-geometry-msgs, ros-rolling-hardware-interface, ros-rolling-joint-state-broadcaster, ros-rolling-joint-state-publisher, ros-rolling-joint-trajectory-controller, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-motion-primitives-controllers, ros-rolling-pluginlib, ros-rolling-pose-broadcaster, ros-rolling-rclcpp, ros-rolling-rclcpp-lifecycle, ros-rolling-rclpy, ros-rolling-robot-state-publisher, ros-rolling-ros2-controllers-test-nodes, ros-rolling-rviz2, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2-geometry-msgs, ros-rolling-ur-client-library, ros-rolling-ur-controllers, ros-rolling-ur-dashboard-msgs, ros-rolling-ur-description, ros-rolling-ur-msgs, ros-rolling-urdf, ros-rolling-xacro, socat, ros-rolling-ros-workspace Homepage: https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-robot-driver/ros-rolling-ur-robot-driver_7.0.0-1resolute.20260826.135008_amd64.deb Size: 1059786 SHA256: d29bd24a402123a81b29272ebdeeaccf7c4d9afacb184273f6a7f19747e6b9a1 SHA1: 2c45103f31cc66a9954678f5ff499e9e4f6a0c9e MD5sum: b1b2a6214fd910aa58906bbd8d5eb7b3 Description: The ROS 2 driver for Universal Robots manipulators. This driver supports all robot models as listed in the documentation. For robot controllers, PolyScope X, PolyScope 5 and CB3 controllers are supported. Package: ros-rolling-ur-robot-driver-dbgsym Package-Type: ddeb Source: ros-rolling-ur-robot-driver Version: 7.0.0-1resolute.20260826.135008 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Felix Exner" Installed-Size: 25628 Depends: ros-rolling-ur-robot-driver (= 7.0.0-1resolute.20260826.135008) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-robot-driver/ros-rolling-ur-robot-driver-dbgsym_7.0.0-1resolute.20260826.135008_amd64.deb Size: 21847412 SHA256: 39c6f391edf245dc04597416d26aadc5f70aac87da0e6adf228cc2fb50844921 SHA1: b367613ea00b9a6fb6d70ccd5070f00c1431c4c9 MD5sum: 96c2a354b150dd5362f2ad97e4d429fe Description: debug symbols for ros-rolling-ur-robot-driver Build-Ids: 243fbd8fc0cbe292b487e3eda58a72fea92ace65 2e32cf460d0aca4dbb2844b949f14cc98fa68df0 4d5c82a7d5b7819ee13b22866223cd35bcba125a 5141069eda86efcb19b37f9ca91616c31fbb2c0d bb8968b27a959e35e9d52f5a562f4a03325e8208 cd02accb133e25ccef2628a751ed78e212a6b6ca e94eb34d70ae838263773eed4b898cd1dd42b200 Package: ros-rolling-ur-simulation-gz Version: 2.5.0-2resolute.20260830.180808 Architecture: amd64 Maintainer: Felix Exner Installed-Size: 75 Depends: ros-rolling-gz-ros2-control, ros-rolling-joint-state-publisher, ros-rolling-launch, ros-rolling-launch-ros, ros-rolling-ros-gz-bridge, ros-rolling-ros-gz-sim, ros-rolling-rviz2, ros-rolling-ur-controllers, ros-rolling-ur-description, ros-rolling-ur-moveit-config, ros-rolling-urdf, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/ur_simulation_gz/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur-simulation-gz/ros-rolling-ur-simulation-gz_2.5.0-2resolute.20260830.180808_amd64.deb Size: 11686 SHA256: ef1d04b3b31ede3cb3b4534442d841879053a789eb6cda02d0e45af584c977e1 SHA1: 569f112a929050f23e4172439af4712d88cfe2cf MD5sum: d0304ad1a98830638e1fc632443e0053 Description: Example and configuration files for Gazebo simulation of UR manipulators. Package: ros-rolling-ur10-inverse-dynamics-solver Version: 6.0.1-4resolute.20260826.133955 Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 1713 Depends: libc6 (>= 2.29), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), ros-rolling-inverse-dynamics-solver, ros-rolling-pluginlib, ros-rolling-ur-description, ros-rolling-ros-workspace Homepage: https://github.com/unisa-acg/inverse-dynamics-solver.git Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur10-inverse-dynamics-solver/ros-rolling-ur10-inverse-dynamics-solver_6.0.1-4resolute.20260826.133955_amd64.deb Size: 697900 SHA256: 488eb64332dca631975786d9c3b284c9eab63e3d3ff14b6facaa219a74ef40bd SHA1: 0d11178593ada0d1ba4d2f92f5390ecef63847e4 MD5sum: 443d21ce880953cba225cebbcd1b8a51 Description: A C++ library implementing the inverse dynamics solver for the UR10 real robot. Package: ros-rolling-ur10-inverse-dynamics-solver-dbgsym Package-Type: ddeb Source: ros-rolling-ur10-inverse-dynamics-solver Version: 6.0.1-4resolute.20260826.133955 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Enrico Ferrentino" Installed-Size: 766 Depends: ros-rolling-ur10-inverse-dynamics-solver (= 6.0.1-4resolute.20260826.133955) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-ur10-inverse-dynamics-solver/ros-rolling-ur10-inverse-dynamics-solver-dbgsym_6.0.1-4resolute.20260826.133955_amd64.deb Size: 681558 SHA256: 1566650e4733cd8a66935dbbba6bdf0514bcff4feb02f9eab41cee6228b58b9d SHA1: 2849eefbaddbc9c3d4e5e117c827f27eb75b7f7c MD5sum: 8395e1b6d19d56df9d7c1353028f43b4 Description: debug symbols for ros-rolling-ur10-inverse-dynamics-solver Build-Ids: b714f7ab2bb5d2837892a6d243370eba29fcec2e Package: ros-rolling-urdf Version: 2.14.0-1resolute.20260821.160933 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 256 Depends: libc6 (>= 2.32), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), ros-rolling-urdfdom, libtinyxml2-dev, ros-rolling-pluginlib, ros-rolling-rcutils, ros-rolling-urdf-parser-plugin, ros-rolling-urdfdom-headers, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/urdf/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf/ros-rolling-urdf_2.14.0-1resolute.20260821.160933_amd64.deb Size: 67768 SHA256: 1cc240d660167de2a3a832114c24eed192741c3d50d54580397b673164e2a0e7 SHA1: 84d8dcbb5d64d4e4876f4ed527b84182b4206495 MD5sum: d20c41c31f32ce69155b7033897660ea Description: This package contains a C++ parser for the Unified Robot Description Format (URDF), which is an XML format for representing a robot model. The code API of the parser has been through our review process and will remain backwards compatible in future releases. Package: ros-rolling-urdf-dbgsym Package-Type: ddeb Source: ros-rolling-urdf Version: 2.14.0-1resolute.20260821.160933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 820 Depends: ros-rolling-urdf (= 2.14.0-1resolute.20260821.160933) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf/ros-rolling-urdf-dbgsym_2.14.0-1resolute.20260821.160933_amd64.deb Size: 737252 SHA256: a94dc594d4b631cf0cea12bddf0ee23ebd29601b50088745c976be0734fbb21d SHA1: 159fc0c333c39f9e68e938b0f6b2396f41949bbc MD5sum: d2f86b64c808aee2bf9134befd8ed5c2 Description: debug symbols for ros-rolling-urdf Build-Ids: 85cec217b4ca69670bc024c06af91bb2373d0715 e83359ba790d4de0de2b40b9b995dd308a9f2a08 Package: ros-rolling-urdf-launch Version: 0.1.2-2resolute.20260826.132621 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 51 Depends: ros-rolling-joint-state-publisher, ros-rolling-joint-state-publisher-gui, ros-rolling-launch-ros, ros-rolling-robot-state-publisher, ros-rolling-rviz-common, ros-rolling-rviz-default-plugins, ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/urdf_launch/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-launch/ros-rolling-urdf-launch_0.1.2-2resolute.20260826.132621_amd64.deb Size: 6848 SHA256: acef937f755422d73ed9cb70f251d1529fcc0644b6fc06f697ba1ea94a439f5d SHA1: a0794c40d09ef5938d6732e11b47d0166f4fe15c MD5sum: 73ff631789671c6b864387d5a32cd874 Description: Launch files for common URDF operations Package: ros-rolling-urdf-parser-plugin Version: 2.14.0-1resolute.20260821.160603 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 63 Depends: ros-rolling-urdfdom-headers, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/urdf_parser_plugin/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-parser-plugin/ros-rolling-urdf-parser-plugin_2.14.0-1resolute.20260821.160603_amd64.deb Size: 9970 SHA256: 6a7796ac92e246967d7e2018ccabd240bffbeb95623bd8eb97efe443d72b6678 SHA1: bd4a6ee0ea655c8e60dc91a451a6e5438672220f MD5sum: 86e585a973bd08fd7bc1ff48759adbc0 Description: This package contains a C++ base class for URDF parsers. Package: ros-rolling-urdf-test Version: 2.1.2-1resolute.20260824.235120 Architecture: amd64 Maintainer: "Jordan Palacios" Installed-Size: 69 Depends: liburdfdom-tools, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: https://github.com/pal-robotics/urdf_test Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-test/ros-rolling-urdf-test_2.1.2-1resolute.20260824.235120_amd64.deb Size: 9794 SHA256: c81e8fbaebaaffc08bf4df8dd84e8236b5a251830d1b15bf9e426738f99737db SHA1: 04d41eb3c1709b1e297977670f34178a057bf80e MD5sum: 43dd9ee29d87f3433b3a127191355a2c Description: The urdf_test package Package: ros-rolling-urdf-tutorial Version: 1.1.0-3resolute.20260826.133625 Architecture: amd64 Maintainer: David V. Lu!! Installed-Size: 1014 Depends: ros-rolling-urdf-launch, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/urdf_tutorial Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdf-tutorial/ros-rolling-urdf-tutorial_1.1.0-3resolute.20260826.133625_amd64.deb Size: 729718 SHA256: 7edbcdb35c5f48b84ec6e48443e468097c2cc2b86e898bd9613c65c309c582e9 SHA1: 5cb3aa19392fb83f4a4ec51849cffc21d1b2eec9 MD5sum: 3ac45e601733031026c944bd96fb977a Description: This package contains a number of URDF tutorials. Package: ros-rolling-urdfdom Version: 6.0.1-1resolute.20260730.173159 Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 385 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libconsole-bridge-dev, libtinyxml2-dev, ros-rolling-console-bridge-vendor, ros-rolling-urdfdom-headers (>= 3.0.0), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/urdfdom/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdfdom/ros-rolling-urdfdom_6.0.1-1resolute.20260730.173159_amd64.deb Size: 67702 SHA256: f928a0ab2312b4fb9bced414d3e63f25ce9719aa137ca79347e4b759666a71e8 SHA1: 9851a517500d367493b13fc5805f5b0b4cc8ed76 MD5sum: 7d191f3d9bc5e461359a3b58b7a51b7f Description: A library to access URDFs using the DOM model. Package: ros-rolling-urdfdom-dbgsym Package-Type: ddeb Source: ros-rolling-urdfdom Version: 6.0.1-1resolute.20260730.173159 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Chris Lalancette" Installed-Size: 1755 Depends: ros-rolling-urdfdom (= 6.0.1-1resolute.20260730.173159) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdfdom/ros-rolling-urdfdom-dbgsym_6.0.1-1resolute.20260730.173159_amd64.deb Size: 1050962 SHA256: 556c3fa1be8b3d8b6f323795977212cd25ba2de1972e2ba7cf93586c5c9c38db SHA1: 1809977aee2b0fa2fafa547c973194609bb5f64e MD5sum: 38d3ee7948518556b843ce59b4999d15 Description: debug symbols for ros-rolling-urdfdom Build-Ids: 02d2fcc371b1a923ae8bd3be62c9d9d8e951b389 6c5293ddf50cf1e3d7cd4b7b93f670e6438f0d4d ba03bb69f27bdf5d1342ca6ab2e0011879cd9ecb d4a920d4b58455de954930f961199f39aebf5286 ddf949e83430e9c6d0d02eb6d3e9e809e6516cae e954102d91e8807e53389ba26d8ed152c1f488d7 Package: ros-rolling-urdfdom-headers Version: 3.0.1-1resolute.20260730.172827 Architecture: amd64 Maintainer: "Steve Peters" Installed-Size: 120 Depends: ros-rolling-ros-workspace Homepage: http://ros.org/wiki/urdf Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdfdom-headers/ros-rolling-urdfdom-headers_3.0.1-1resolute.20260730.172827_amd64.deb Size: 15308 SHA256: 92ad45c9a3b2d17c124a6e4491d4612ba282fdf0047b36ae2fabc3f71ab96b23 SHA1: 129ac2605972c97bc22e20fcd1af3d1daaf800d3 MD5sum: 00bfce8df3a36f3ef3749ed17e5a4462 Description: C++ headers for URDF. Package: ros-rolling-urdfdom-py Version: 1.2.1-3resolute.20260821.164317 Architecture: amd64 Maintainer: Chris Lalancette Installed-Size: 161 Depends: python3-lxml, python3-yaml, ros-rolling-rclpy, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/urdfdom_py Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urdfdom-py/ros-rolling-urdfdom-py_1.2.1-3resolute.20260821.164317_amd64.deb Size: 39532 SHA256: 07b6221a30f0e919482b88cb4c8f3ada8f16642074875cd60787f09e138c8080 SHA1: 62e798105eb27fdf0e48cd594ad4230a8941f400 MD5sum: 0ce3016e9c0b0559e769a9d343346469 Description: Python implementation of the URDF parser. Package: ros-rolling-urg-c Version: 1.0.4001-6resolute.20260714.185459 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 314 Depends: libc6 (>= 2.42), ros-rolling-ros-workspace Homepage: http://sourceforge.net/projects/urgwidget/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-c/ros-rolling-urg-c_1.0.4001-6resolute.20260714.185459_amd64.deb Size: 41946 SHA256: 623d88f6704c49fc26ff67b2405e97300367a1d7be90fb7f215cc8e8f645bd37 SHA1: 0fc61a55bb61f43aaba2fbf99f9d3ddc95da73fb MD5sum: fe04d528a2c267d774531bd57949bf74 Description: The urg_c package Package: ros-rolling-urg-c-dbgsym Package-Type: ddeb Source: ros-rolling-urg-c Version: 1.0.4001-6resolute.20260714.185459 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 249 Depends: ros-rolling-urg-c (= 1.0.4001-6resolute.20260714.185459) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-c/ros-rolling-urg-c-dbgsym_1.0.4001-6resolute.20260714.185459_amd64.deb Size: 100464 SHA256: 50c23d9ee34b428a5322399189093aedaf2fef031f2afa6a86eabf1c378c7bb1 SHA1: f1ee63a3ad1e04fa605572eb628bdcea6a7232d7 MD5sum: 652efae1e9ed35abfc27b6a3abd88f0f Description: debug symbols for ros-rolling-urg-c Build-Ids: 1628b49884c69e158672eb121f930ff9fc0999fc 1cfd4f1a9fa59d5cb81b18c8b324f9bc7239a649 2c3e2d0e2d00f365f17637ca7497720af666cfe7 36ebd526f2e43226213956bcd63b7e26bed761d7 4a9c07f2000dd6739eb6b5eb42259ff17a4033c2 53e9f491940a8732358ac16d60e07289f31770d9 674ca63e012318e5581a5216c71c5f8baa1a23aa 68c4960bd471117a0a3fe31587b55de2c2ab16f4 77ec82c4127bf586b968d8e771ed09d8a75d27de a5a582517401056db4b59827c8df6342ed5ac0ee e1a94fce107d20fa686f15a75355c566166e4e81 feaeb7ae7edb8e8124d75527df065e4d0f1a07bd Package: ros-rolling-urg-node Version: 1.2.0-2resolute.20260821.172250 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 639 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libboost-dev, ros-rolling-builtin-interfaces, ros-rolling-diagnostic-updater, ros-rolling-laser-proc, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rosidl-default-generators, ros-rolling-sensor-msgs, ros-rolling-std-srvs, ros-rolling-urdf, ros-rolling-urg-c, ros-rolling-urg-node-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/urg_node Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node/ros-rolling-urg-node_1.2.0-2resolute.20260821.172250_amd64.deb Size: 193356 SHA256: 3b5ce021848320c82d04ea7abf012de85d0715151326ca15ef0ec4a6160f8d14 SHA1: 3f78fb3aad8c709032b3690bdd2d0da8cba69e29 MD5sum: c6076a5242245248acbf7e3cb232a570 Description: urg_node Package: ros-rolling-urg-node-dbgsym Package-Type: ddeb Source: ros-rolling-urg-node Version: 1.2.0-2resolute.20260821.172250 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 2586 Depends: ros-rolling-urg-node (= 1.2.0-2resolute.20260821.172250) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node/ros-rolling-urg-node-dbgsym_1.2.0-2resolute.20260821.172250_amd64.deb Size: 2360228 SHA256: 88b2a304cabaa86ce9822795ed1b3827dd6632513e60fe8de8a1ace881b49763 SHA1: 5e62baedc94ee5be27590e5a4a726df4a0947e3a MD5sum: 32a0d398936a53704bddea12d7d4f618 Description: debug symbols for ros-rolling-urg-node Build-Ids: 1d12b70e98bc07e2ea6f7b30a34c961c00cd138b f2e5f2faed709da3fdafc7cbf3fae6ba89ed4cf9 fd73f82153d5a277ae4b28de508d4aaac148d88d Package: ros-rolling-urg-node-msgs Version: 1.0.1-9resolute.20260811.202513 Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 475 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.0), libpython3.14 (>= 3.14.1), libstdc++6 (>= 4.1.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-generators, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/urg_node Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node-msgs/ros-rolling-urg-node-msgs_1.0.1-9resolute.20260811.202513_amd64.deb Size: 46344 SHA256: dc26412cbf430025b482a378ef94d940d2c6849886040dc587e78d2a50d8869b SHA1: 17a4d23313a28b4eca753a890129b610b06febd6 MD5sum: 7da7b6feb431a63fb3b744e19987d19b Description: urg_node_msgs Package: ros-rolling-urg-node-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-urg-node-msgs Version: 1.0.1-9resolute.20260811.202513 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Michael Ferguson Installed-Size: 322 Depends: ros-rolling-urg-node-msgs (= 1.0.1-9resolute.20260811.202513) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-urg-node-msgs/ros-rolling-urg-node-msgs-dbgsym_1.0.1-9resolute.20260811.202513_amd64.deb Size: 186070 SHA256: 56b07e0d26dbb677064e463629204edfb96febecefb0c6ce8f7cf0816401bf5f SHA1: a5a2dc81eb2513b6bc3b1a5ad219381a96980cb7 MD5sum: 44c0a43a6480bd0ea663ce8741b74c51 Description: debug symbols for ros-rolling-urg-node-msgs Build-Ids: 0981a4d17a6c04b27469505297efc80eb19de706 1d9aed4967e7f368de30b78bd0c459dd4fd93cd6 1fe57e59af5ca035a01a43f3ff00abc217ea64b4 28f71c93c4b9c82dba98c1e4a4d3a84cc8e3e22b 4f8acabdf17482e01a618aa0240619fa1cea8d80 569cea98403f8dbf1eae9ff2677b6e5724809177 7b762f3bfd4e1edf2db69c90df63bfba8bb4d530 b2c936153325db5df67f978f1297dac37fdd83f0 b360563b8791160cb8269c6c16be880a9bf2357c bfe77bf6fd18dcf21a666d38c32074a7e46ec792 e076efd82cc578cc46f1cae2df619b33048f4dda Package: ros-rolling-v4l2-camera Version: 0.8.1-1resolute.20260821.170713 Architecture: amd64 Maintainer: "Sander G. van Dijk" Installed-Size: 811 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-camera-info-manager, ros-rolling-cv-bridge, ros-rolling-image-transport, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/v4l2_camera/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-v4l2-camera/ros-rolling-v4l2-camera_0.8.1-1resolute.20260821.170713_amd64.deb Size: 203424 SHA256: f9c180964cec12db050017bdf5714c78e8662bcd1e445e26bd97f327af833354 SHA1: d927a9e621b9bdb123f2ffff948c22830184e396 MD5sum: ade44e26039c92f586820b4856a95749 Description: A ROS 2 camera driver using Video4Linux2 Package: ros-rolling-v4l2-camera-dbgsym Package-Type: ddeb Source: ros-rolling-v4l2-camera Version: 0.8.1-1resolute.20260821.170713 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Sander G. van Dijk" Installed-Size: 4262 Depends: ros-rolling-v4l2-camera (= 0.8.1-1resolute.20260821.170713) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-v4l2-camera/ros-rolling-v4l2-camera-dbgsym_0.8.1-1resolute.20260821.170713_amd64.deb Size: 3772284 SHA256: 90a7a7bfeb3aa8609af312fe2110e7a9134080c8cfc6acf53b716fb81585f6ee SHA1: 36d88f06b4ed99095f93dcc87862fcc951a0e0d5 MD5sum: 7d71c46f35573e97d0960688f1e0e390 Description: debug symbols for ros-rolling-v4l2-camera Build-Ids: 79dd1e423a87591c00a9949973569831b2eebcbc dcc03d634f3c614a4fb3ad9eb3c7de1c6f9cad47 f427b437ddcf85ef5ea9c95d26c8e2565821d5c0 Package: ros-rolling-velodyne-driver Version: 2.5.1-2resolute.20260821.172026 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 730 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcap0.8t64 (>= 1.0.0), libstdc++6 (>= 14), libpcap0.8-dev, ros-rolling-diagnostic-updater, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-tf2-ros, ros-rolling-velodyne-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/velodyne_driver Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-driver/ros-rolling-velodyne-driver_2.5.1-2resolute.20260821.172026_amd64.deb Size: 164370 SHA256: 70d40b11f016cea4de376a572701b12ecd4fa87d5a5d1a36b3ad4546197de22e SHA1: 51ab7e20db9adc7b68b5a0722463731229489d49 MD5sum: fbe79ec4858602c8403191c9cad374eb Description: ROS device driver for Velodyne 3D LIDARs. Package: ros-rolling-velodyne-driver-dbgsym Package-Type: ddeb Source: ros-rolling-velodyne-driver Version: 2.5.1-2resolute.20260821.172026 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3501 Depends: ros-rolling-velodyne-driver (= 2.5.1-2resolute.20260821.172026) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-driver/ros-rolling-velodyne-driver-dbgsym_2.5.1-2resolute.20260821.172026_amd64.deb Size: 3013060 SHA256: a1ddb6ead4d3ed3e5309f90bdd74daad98baf81797543c9d45b8ef5e23e0394c SHA1: 61fb0476be5ec4abb75e3ce20a04b17f71ad77b2 MD5sum: b2515d0242fbf915aeead6cc853defa5 Description: debug symbols for ros-rolling-velodyne-driver Build-Ids: 01d814b09781fe9b651374a5a13c92a107102dc2 9a839251bbf48ddc07473c8db7c2f8992395bf57 b18d9dbba0ba8f363a88b0fac189b1a7c262c445 Package: ros-rolling-velodyne-laserscan Version: 2.5.1-2resolute.20260821.170104 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 634 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/velodyne_laserscan/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-laserscan/ros-rolling-velodyne-laserscan_2.5.1-2resolute.20260821.170104_amd64.deb Size: 137608 SHA256: 671198a4f1274310c90b79027041be785b09308a383d78e2da6b75b41d51d88a SHA1: 863902a9a3114b6f3f9e2585f9758866d69e853c MD5sum: a5b074314dea579d0cbed830ffbc3ec0 Description: Extract a single ring of a Velodyne PointCloud2 and publish it as a LaserScan message Package: ros-rolling-velodyne-laserscan-dbgsym Package-Type: ddeb Source: ros-rolling-velodyne-laserscan Version: 2.5.1-2resolute.20260821.170104 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 3003 Depends: ros-rolling-velodyne-laserscan (= 2.5.1-2resolute.20260821.170104) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-laserscan/ros-rolling-velodyne-laserscan-dbgsym_2.5.1-2resolute.20260821.170104_amd64.deb Size: 2561156 SHA256: de7d05fce7eb539058f2e924e8eefb1c10b24cd28890cf6ad1a2f4168cf333df SHA1: fb04b01c73eba20c77cd0133ad77208c9876c5ce MD5sum: 41df3f129541a6bbaaaa27b5375023d8 Description: debug symbols for ros-rolling-velodyne-laserscan Build-Ids: 9f55ab85bcafe5a843b9836a533e0b2614acdb7c bb689f12c6043d0944ceebce77f60a8ca0d458d5 Package: ros-rolling-velodyne-msgs Version: 2.5.1-2resolute.20260811.202539 Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 600 Depends: libc6 (>= 2.4), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/velodyne_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-msgs/ros-rolling-velodyne-msgs_2.5.1-2resolute.20260811.202539_amd64.deb Size: 61916 SHA256: f3349655d1a1beb2699f1264f2cace6695c3d13ed6757aa1ff0668be3e8f63a5 SHA1: e44b95a2fb2f77e4f4d05d197f30f2593c9c442e MD5sum: 834ee2bfb8f029829333268b54a4ce73 Description: ROS message definitions for Velodyne 3D LIDARs. Package: ros-rolling-velodyne-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-velodyne-msgs Version: 2.5.1-2resolute.20260811.202539 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Josh Whitley Installed-Size: 483 Depends: ros-rolling-velodyne-msgs (= 2.5.1-2resolute.20260811.202539) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-velodyne-msgs/ros-rolling-velodyne-msgs-dbgsym_2.5.1-2resolute.20260811.202539_amd64.deb Size: 313552 SHA256: 5854fe15e60a0a8a359bc9146f55eb95641e78cad27dc46a0947ff0fcc62f5b0 SHA1: d74a5c7858bad05a158146da12f52adf7651fc27 MD5sum: 279e8e886b60011e136d187394fb467e Description: debug symbols for ros-rolling-velodyne-msgs Build-Ids: 0f04b28791e4b31167c392b546cdc1a0872cd7eb 324c98e0470875f83d273b995f9d03f6419ea85f 56b25c4efeab1b3f4857cbebb780c309fce65ccf 5771fd88d00b2126912f79314bfb5cd3b626eb25 63153d9d0e402c277d51eefaa5f2f1c1fab9d059 8d9678ad55c5d9b8fd76001f05c3557bda73ef7d 909b759f3d0a273e26d2e53a11c45097f7531dd9 ab867b1071ea6e5a47350bb308977d04c24ad88c b80ef70cc0db670dcee9f2d99c0f400141a7789e c35e474fe000cc83a57d5d92d27b921de9acc794 ceabeafb4f7f407ef1e3521efaa7b8c9d09ae366 Package: ros-rolling-video-to-image-msg-publisher Version: 0.9.5-2resolute.20260821.171331 Architecture: amd64 Maintainer: "George Stavrinos" Installed-Size: 298 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libopencv-core410 (>= 4.10.0+dfsg), libopencv-stitching410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libstdc++6 (>= 13.1), libopencv-dev, ros-rolling-cv-bridge, ros-rolling-rclcpp, ros-rolling-sensor-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/video_to_image_msg_publisher/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-video-to-image-msg-publisher/ros-rolling-video-to-image-msg-publisher_0.9.5-2resolute.20260821.171331_amd64.deb Size: 88270 SHA256: af7b2c27421a642430d6ebeb227f76a77984a1efc53bb90ef28f3f71767a5b94 SHA1: 48342bf8117fa00f7664f5acea7ebdfa074844ad MD5sum: abc2f598b3fbb32ab09c7b2f8d6b17b3 Description: A simple node that publishes sensor_msgs/Image messages from a specified video file Package: ros-rolling-video-to-image-msg-publisher-dbgsym Package-Type: ddeb Source: ros-rolling-video-to-image-msg-publisher Version: 0.9.5-2resolute.20260821.171331 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "George Stavrinos" Installed-Size: 1728 Depends: ros-rolling-video-to-image-msg-publisher (= 0.9.5-2resolute.20260821.171331) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-video-to-image-msg-publisher/ros-rolling-video-to-image-msg-publisher-dbgsym_0.9.5-2resolute.20260821.171331_amd64.deb Size: 1609810 SHA256: 54159c3989e5aaab39ebbcd6498603191806c834113747cb9501931e7b94914d SHA1: 39005dbf82e50246331297c83767a08443530cce MD5sum: 44b24f16c73798889d7efe3f39c4601b Description: debug symbols for ros-rolling-video-to-image-msg-publisher Build-Ids: d1923867debe43332f4c3d245dc7c80e1ddd3e90 Package: ros-rolling-vision-msgs Version: 4.2.0-2resolute.20260811.204338 Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2703 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/vision_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs/ros-rolling-vision-msgs_4.2.0-2resolute.20260811.204338_amd64.deb Size: 204404 SHA256: 58f4dfe82af78b0d1fa465339c1b63d85d8454c194d490a32ce08f09bd8fb938 SHA1: 05305df182b6525633d4b2f5fce901a8b03ebeee MD5sum: d4af993938e454df67b30bec6d936fec Description: Messages for interfacing with various computer vision pipelines, such as object detectors. Package: ros-rolling-vision-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-vision-msgs Version: 4.2.0-2resolute.20260811.204338 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Adam Allevato Installed-Size: 2451 Depends: ros-rolling-vision-msgs (= 4.2.0-2resolute.20260811.204338) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-msgs/ros-rolling-vision-msgs-dbgsym_4.2.0-2resolute.20260811.204338_amd64.deb Size: 1900802 SHA256: d5bb49ef30638269900fbe4b46a3b229ce9c1610d0aeee934b38c63cb85c39ac SHA1: 3d9c5d9078f9b7bfba60902ae8aa808efda79bff MD5sum: c7be13f97b87f44bfb337df60d63dc43 Description: debug symbols for ros-rolling-vision-msgs Build-Ids: 05321be496ba2b095e0feb82ab1d6788dde717b8 10570e96f6514ac758aa2fcdd59f69ee8e944eba 3c230f3e434e858f97385f4e6b8d4134fa0e9d65 3e47837b52eb749d649939b40d5b2c23c3b98ce6 71ec3ca17ff3719b548aa73e22fd5817b8c03f81 82043f723782f92f9c0e1e0a0b7d80d99311a809 abcf22aef995092ebdaf77b0a3428339e1a5f665 c59e7cc580feac471be2931b419848b000c9c04d ea0431a6fc015a2c8436ff193315b7f3313ac1fb ea30f0b8350b6504874cdf3de0c81ea27889d31d f67567fe04287ded7837c92ad0df072f842023db Package: ros-rolling-vision-opencv Version: 4.1.0-2resolute.20260821.170303 Architecture: amd64 Maintainer: Kenji Brameld Installed-Size: 45 Depends: ros-rolling-cv-bridge, ros-rolling-image-geometry, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/vision_opencv Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vision-opencv/ros-rolling-vision-opencv_4.1.0-2resolute.20260821.170303_amd64.deb Size: 5772 SHA256: 33a8466c4e821156d7fcfed3b5187e7bbb122c4f288bb98b85d09e8068c38c4a SHA1: e3eac0197ecb5a6b3b06bde8c7b1d230beb8eadc MD5sum: 28058e46270fe6a865ebc24c89a08e93 Description: Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision. Package: ros-rolling-visp Version: 3.7.0-7resolute.20260714.181243 Architecture: amd64 Maintainer: "Fabien Spindler" Installed-Size: 14769 Depends: libc6 (>= 2.43), libdc1394-25 (>= 2.2.6), libgcc-s1 (>= 3.3.1), libgomp1 (>= 6), libjpeg8 (>= 8c), liblapack3 | liblapack.so.3, libopencv-calib3d410 (>= 4.10.0+dfsg), libopencv-core410 (>= 4.10.0+dfsg), libopencv-dnn410 (>= 4.10.0+dfsg), libopencv-features2d410 (>= 4.10.0+dfsg), libopencv-flann410 (>= 4.10.0+dfsg), libopencv-highgui410 (>= 4.10.0+dfsg), libopencv-imgcodecs410 (>= 4.10.0+dfsg), libopencv-imgproc410 (>= 4.10.0+dfsg), libopencv-objdetect410 (>= 4.10.0+dfsg), libopencv-video410 (>= 4.10.0+dfsg), libopencv-videoio410 (>= 4.10.0+dfsg), libpng16-16t64 (>= 1.6.46), libstdc++6 (>= 14), libv4l-0t64 (>= 0.5.0), libx11-6, libxml2-16 (>= 2.14.1), libzbar0t64 (>= 0.10), libbz2-dev, libeigen3-dev, libgsl-dev, libjpeg-dev, liblapack-dev, libomp-dev, libopenblas-dev, libopencv-dev, libpng-dev, libv4l-dev, libx11-dev, libxml2-dev, libzbar-dev, nlohmann-json3-dev, ros-rolling-ros-workspace Homepage: https://visp.inria.fr Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visp/ros-rolling-visp_3.7.0-7resolute.20260714.181243_amd64.deb Size: 3556380 SHA256: 963b92725a130df220cb6c3594d0779681a050fae98917b0c69fa3fa98c7e8e8 SHA1: cee4402dc7a2a76f9179737db0d8a8e8cce96194 MD5sum: 97cab23e81322c07446090635175aeb9 Description: ViSP standing for Visual Servoing Platform is a modular cross platform library that allows prototyping and developing applications using visual tracking and visual servoing technics at the heart of the researches done by Inria Lagadic team. ViSP is able to compute control laws that can be applied to robotic systems. It provides a set of visual features that can be tracked using real time image processing or computer vision algorithms. ViSP provides also simulation capabilities. ViSP can be useful in robotics, computer vision, augmented reality and computer animation. Package: ros-rolling-visp-dbgsym Package-Type: ddeb Source: ros-rolling-visp Version: 3.7.0-7resolute.20260714.181243 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Fabien Spindler" Installed-Size: 56013 Depends: ros-rolling-visp (= 3.7.0-7resolute.20260714.181243) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visp/ros-rolling-visp-dbgsym_3.7.0-7resolute.20260714.181243_amd64.deb Size: 53161212 SHA256: 71b47656b6f38ab3a630cbc5255a428a14d394b307e310baedba0dc874210840 SHA1: 0d87dd560f15e22adb5cec825d3c2a2a730677a0 MD5sum: dbb5ae7b42bd808d77ca1805f07f33bb Description: debug symbols for ros-rolling-visp Build-Ids: 0b67ccc35ceac55deb5f1d440b548e8191677bad 21388a347dfc02e62df9bb9cc759edd6d03a95c9 50a1f509448202b9e47ed67899661361861ed541 58be85bb88ae02a0cf7b3d078e72e38cbaf342d8 75634979859d33152f3fa74e0b48f1bc1058c1fc 77ff58f86cebfe77e218762af92d85f2cb35c4b8 7a742bd59e14026b77f219a899d6ca6f8c75c804 8ddbe2ee98496521443d8a2253d138d9b5786a04 9b1952a4990ab544e6b564efc4f5841d1967d208 9c8ac17fc201855bc699bcc861519b17a4176230 aec8e025143a6c595ebb64b0a5cde53322fbbfa4 b187d676128f387bbda2a999714b3120bad001b1 ce37340224d018c8bb377debacc09d4b4911b942 d82ecb0636a08cd8e756b9d5c2d3c65d10e09d61 e60e7e5ce6809790a7d96d3e845cf15aba48dc67 edbe0b49739ff2c414c85386075db0d759f08f74 edec22c99fd5d520284cc96bd0c6c97f57399706 f789ccbb4b4321860d04b26db2b3da9b57d4342d Package: ros-rolling-visualization-msgs Version: 5.10.1-1resolute.20260811.204651 Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3508 Depends: libc6 (>= 2.32), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13.1), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/visualization_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visualization-msgs/ros-rolling-visualization-msgs_5.10.1-1resolute.20260811.204651_amd64.deb Size: 308260 SHA256: 688c33d3803b82d093213db556a53ada7e81a0d61fa1a0d8bffbc41d3537d191 SHA1: 979486136ad3fa9dde93df8d46c538181e0ab41c MD5sum: 018220f9f497e6ce04df16c66f233d6f Description: A package containing some visualization and interaction related message definitions. Package: ros-rolling-visualization-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-visualization-msgs Version: 5.10.1-1resolute.20260811.204651 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Tully Foote" Installed-Size: 3759 Depends: ros-rolling-visualization-msgs (= 5.10.1-1resolute.20260811.204651) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-visualization-msgs/ros-rolling-visualization-msgs-dbgsym_5.10.1-1resolute.20260811.204651_amd64.deb Size: 3112602 SHA256: c9d077853320304db82a3d7ba5d3ff3bfce95a547e1365990fed89f9d7ce0cee SHA1: 8f3a60c9fbb1308007db715ebbb58791b263ad93 MD5sum: 3e0279161e89d09b45ff143100fcabfc Description: debug symbols for ros-rolling-visualization-msgs Build-Ids: 08694ba346cd2b6f13538c5ee0f1bea10e1ec718 3319b5a86197932b9ed4e73efafe492cb2d76ed2 45727d53edc56899468c0665fd65472ec58786e1 4bb308188d16a572ddc3341ddffc32812d1a43ba 55606d3092ebb00ae3a2ab2724b5be667b64d450 5cb5bd362cb58c7bc057ab29487f86bab6145df8 8b5696cda5528f44f833c53d86563e38eacf8007 8f66f30d218e345c1a786c85772b588b40a2a30b fb44605fab2381904b8ca6e7ab62fa217ea1e30b fd7636b8c096622db50be4fc4b1a066d0e71acff fff6c5d810c909e575a09652421999e28487e950 Package: ros-rolling-vitis-common Version: 0.4.2-4resolute.20260821.160608 Architecture: amd64 Maintainer: Víctor Mayoral-Vilches Installed-Size: 45 Depends: ros-rolling-ros-workspace Homepage: https://index.ros.org/p/vitis_common/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-vitis-common/ros-rolling-vitis-common_0.4.2-4resolute.20260821.160608_amd64.deb Size: 5908 SHA256: a5d966de68c08eda073ae4ab22ad8e88447bd8b6f43f242e753077a45f84d7b7 SHA1: 7c32880c9e130f20f4b76d4fd5e8db640a1c6377 MD5sum: e6a088414aea13d22464dd8df8a89d52 Description: Common code for working with Vitis™ Unified Software Platform in ROS. Package: ros-rolling-warehouse-ros Version: 2.0.8-1resolute.20260821.174149 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 314 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libboost-all-dev, libssl-dev, ros-rolling-geometry-msgs, ros-rolling-pluginlib (>= 1.11.2), ros-rolling-rclcpp, ros-rolling-std-msgs, ros-rolling-tf2, ros-rolling-tf2-geometry-msgs, ros-rolling-tf2-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros/ros-rolling-warehouse-ros_2.0.8-1resolute.20260821.174149_amd64.deb Size: 83778 SHA256: f7383666c16f651e18e3555160facaac9d2b598e175e436028f6650a98c95350 SHA1: f389bb8cde6e696388d65912b41244ec7bc4381d MD5sum: b8ef7a493903c2b5a7fe2a0b90f78616 Description: Persistent storage of ROS messages Package: ros-rolling-warehouse-ros-dbgsym Package-Type: ddeb Source: ros-rolling-warehouse-ros Version: 2.0.8-1resolute.20260821.174149 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1516 Depends: ros-rolling-warehouse-ros (= 2.0.8-1resolute.20260821.174149) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros/ros-rolling-warehouse-ros-dbgsym_2.0.8-1resolute.20260821.174149_amd64.deb Size: 1416926 SHA256: f838afee119cc74c781091ebc12ae9c81301eec0d03d71ed0eb828c9ee6c456c SHA1: bbc07b756487e574d308414ca0a1b93dbd249d6f MD5sum: eb7f2c199d030c8e2b0b45775746969f Description: debug symbols for ros-rolling-warehouse-ros Build-Ids: 1afd908bd2a82b9249067f4d34113bd484780e2d 7d3feaea49a437ec89c933c3ff8ac52c61e4fc8d Package: ros-rolling-warehouse-ros-sqlite Version: 1.0.9-1resolute.20260824.144658 Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 224 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libsqlite3-0 (>= 3.8.7), libstdc++6 (>= 13.1), libsqlite3-dev, ros-rolling-class-loader, ros-rolling-rclcpp, ros-rolling-warehouse-ros, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/warehouse_ros Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros-sqlite/ros-rolling-warehouse-ros-sqlite_1.0.9-1resolute.20260824.144658_amd64.deb Size: 67990 SHA256: 8616a5de1af6273a57b05a7fbaf4e4091f8d316ad13cc4e4d987e6fddbda8726 SHA1: e43b280d81801d186046fe03357938b9b909a97b MD5sum: 3a399b0df85033c91e693343362bb9e3 Description: Implementation of warehouse_ros for sqlite Package: ros-rolling-warehouse-ros-sqlite-dbgsym Package-Type: ddeb Source: ros-rolling-warehouse-ros-sqlite Version: 1.0.9-1resolute.20260824.144658 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "MoveIt Release Team" Installed-Size: 1286 Depends: ros-rolling-warehouse-ros-sqlite (= 1.0.9-1resolute.20260824.144658) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-warehouse-ros-sqlite/ros-rolling-warehouse-ros-sqlite-dbgsym_1.0.9-1resolute.20260824.144658_amd64.deb Size: 1204894 SHA256: a88f4b47907fae1eb865d8724048d98d5f16a1b69b1459abbeee8ca6289385f5 SHA1: 8b9127fdf20ed78e96434de3071da953df3bff19 MD5sum: a9e70a32ff5e1855079c4a9a77b25e3c Description: debug symbols for ros-rolling-warehouse-ros-sqlite Build-Ids: cc16d69c61272a63db761466ff6f76c31d12ec85 Package: ros-rolling-webots-ros2-importer Version: 2025.0.1-2resolute.20260811.194337 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 310 Depends: python3-collada, python3-lark, ros-rolling-builtin-interfaces, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-importer/ros-rolling-webots-ros2-importer_2025.0.1-2resolute.20260811.194337_amd64.deb Size: 64062 SHA256: 7114f557d9959c5740964b5795a4d4fe746a08fe4426ddf875b194026bcaccc2 SHA1: 2110d1725b2e84040e5fa2b02d010097e1e19b19 MD5sum: fc6e7c93fff18e876b02b90ac6ac11cf Description: This package allows to convert URDF and XACRO files into Webots PROTO files. Package: ros-rolling-webots-ros2-msgs Version: 2025.0.1-2resolute.20260811.204937 Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 3506 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-vision-msgs, ros-rolling-ros-workspace Homepage: http://wiki.ros.org/webots_ros2 Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-msgs/ros-rolling-webots-ros2-msgs_2025.0.1-2resolute.20260811.204937_amd64.deb Size: 256838 SHA256: b071f943b6164fae54a7d3cf177a776ae29764a4452018b0c73d4c6381f692ba SHA1: 355608471b68e924c956a4a062f94e8acd390801 MD5sum: bcf3f9378d955ee2ce3cb82701dfc4e0 Description: Services and Messages of the webots_ros2 packages. Package: ros-rolling-webots-ros2-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-webots-ros2-msgs Version: 2025.0.1-2resolute.20260811.204937 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Cyberbotics Installed-Size: 2895 Depends: ros-rolling-webots-ros2-msgs (= 2025.0.1-2resolute.20260811.204937) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-webots-ros2-msgs/ros-rolling-webots-ros2-msgs-dbgsym_2025.0.1-2resolute.20260811.204937_amd64.deb Size: 2143516 SHA256: 3e93e9c3f018acad116ce09d5c3f0419428ca78df2b4ad03a1eff0526a9dab11 SHA1: 5c68f99752cfede3bdd64d59ed8bf8a36ba2dfee MD5sum: 982000e0ff9c7ecb8f58ebaf44b3d326 Description: debug symbols for ros-rolling-webots-ros2-msgs Build-Ids: 231235d5ce4ad88945da1645f76eeaa18cbbf595 2dedd97de9b504f377e9cb4453b8a757a3002ed0 3b00b1662bc730cf6d65fc4e2a3d600b1d28b664 492853631a6a2fe8b9155ddf54a93e7e70f47c23 62c73a75e2e50cec881a4d73a9efcad0b1cd350c 684b226c60f11b3deb6997b2253d33d396bde974 6b4ab01426904d112ee191fa82a8e561ac7575bd 9ad3ce246d6a52f479142c702c5ee1d7cf4334f5 dc839437a76884a15e1e94dda80e6541a504fd22 dd2ace598941db8d003f29bfac8828676d2fbec2 e76a59632cd108dc99b9da797ad9937a7e9b6cad Package: ros-rolling-wiimote Version: 3.3.0-3resolute.20260821.170408 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1826 Depends: libbluetooth3 (>= 4.91), libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libcwiid1t64 (>= 0.6.00+svn201), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-geometry-msgs, ros-rolling-rclcpp, ros-rolling-rclcpp-components, ros-rolling-rclcpp-lifecycle, ros-rolling-sensor-msgs, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-wiimote-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/wiimote Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote/ros-rolling-wiimote_3.3.0-3resolute.20260821.170408_amd64.deb Size: 330500 SHA256: 92991b2d088b165d7e79910283b42130d1e41a6013ca3e0c2459abc92add8299 SHA1: b07ca37dd356a58ada3c83068d2f1ad6537f4315 MD5sum: 6704e406a382f7273415f32c7af76e78 Description: The wiimote package allows ROS nodes to communicate with a Nintendo Wiimote and its related peripherals, including the Nunchuk, Motion Plus, and (experimentally) the Classic. The package implements a ROS node that uses Bluetooth to communicate with the Wiimote device, obtaining accelerometer and gyro data, the state of LEDs, the IR camera, rumble (vibrator), buttons, joystick, and battery state. The node additionally enables ROS nodes to control the Wiimote's LEDs and vibration for feedback to the human Wiimote operator. LEDs and vibration may be switched on and off, or made to operate according to a timed pattern. Package: ros-rolling-wiimote-dbgsym Package-Type: ddeb Source: ros-rolling-wiimote Version: 3.3.0-3resolute.20260821.170408 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 8520 Depends: ros-rolling-wiimote (= 3.3.0-3resolute.20260821.170408) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote/ros-rolling-wiimote-dbgsym_3.3.0-3resolute.20260821.170408_amd64.deb Size: 6973944 SHA256: 0e3937741db82e8eaa59fa950bd5762b1f8047608dc98c4f70dce8591fe0e4cf SHA1: d972971d80a75b0b4bc26798280cce00d57a94a6 MD5sum: f3696c3d4a15c6f33682872333fdd58e Description: debug symbols for ros-rolling-wiimote Build-Ids: 1de9a070526a8041444c08292af0aa5997c9c44b 96f6ef890ca1c0002d97495fe36523a814fc0f98 a412ddd681f2668f8bf278f3ee8a03a34d5e03be d446206297fcde775fe2bdd2cab64beee9e7593f Package: ros-rolling-wiimote-msgs Version: 3.3.0-3resolute.20260811.204046 Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 1020 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-builtin-interfaces, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/wiimote Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote-msgs/ros-rolling-wiimote-msgs_3.3.0-3resolute.20260811.204046_amd64.deb Size: 99806 SHA256: ed3c8ae6b1dd4756728be3eab2a018f116b0efd13b3e50d41d39afa39455b286 SHA1: 3843dfd8516b5e7a4b9be902017c511386512429 MD5sum: 80fa42e15d01720e72be2464879a0e83 Description: Messages used by wiimote package. Package: ros-rolling-wiimote-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-wiimote-msgs Version: 3.3.0-3resolute.20260811.204046 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: Jonathan Bohren Installed-Size: 714 Depends: ros-rolling-wiimote-msgs (= 3.3.0-3resolute.20260811.204046) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-wiimote-msgs/ros-rolling-wiimote-msgs-dbgsym_3.3.0-3resolute.20260811.204046_amd64.deb Size: 503340 SHA256: edfbf03a79312b9ad2309ec58793e67e0b9a5f9aac7a4db2c4d9538f34878c02 SHA1: f0ac8b76a74cd8ec53a82f411371ce5217ce284e MD5sum: a24b6bda568dd6594909b2a6473d0351 Description: debug symbols for ros-rolling-wiimote-msgs Build-Ids: 039d830237ae6d92b033f04ce2b90d1f4b3d1d77 1382cab5fb1f8a7390e61129ddf589bafd60d3af 39fb8cdc5e2bf6a70f9a0972a516e24f66888559 3e817e24dd2a52e1e7549716ccf7128f2c9e028c 4dc747d8c1b6258e94f7230eb3949869e33c1260 6cf5b9f37fc17ef1f16e14f5220bf29759a775d9 71d9f8dffd7dcb81826b7e22f2c50945caff5e32 7d5ada6db7a743d386151151ba4b7a1f45c77b99 bee262479517109f8e9d9d277d56a8dca65d7ee8 cf75e7fc303318d3822d680963981abd06198203 fff1dbfabc07d66f114c53a77321851796aefed3 Package: ros-rolling-xacro Version: 2.1.1-2resolute.20260717.153705 Architecture: amd64 Maintainer: Robert Haschke Installed-Size: 142 Depends: python3-yaml, ros-rolling-ament-index-python, ros-rolling-ros-workspace Homepage: http://ros.org/wiki/xacro Priority: optional Section: misc Filename: pool/main/r/ros-rolling-xacro/ros-rolling-xacro_2.1.1-2resolute.20260717.153705_amd64.deb Size: 27260 SHA256: a868e235f519a76db9e27d8c47baf6cb5ac790451fd6ea9a33bf7fb52b01a522 SHA1: 5d64f47b0f72f28acc690194da2e591cebfa054b MD5sum: 069c315d72ca3fcc7dbe2b2d153b6eda Description: Xacro (XML Macros) Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions. Package: ros-rolling-yaml-cpp-vendor Version: 9.3.0-1resolute.20260714.185603 Architecture: amd64 Maintainer: "Scott K Logan" Installed-Size: 48 Depends: libyaml-cpp-dev, ros-rolling-ros-workspace Homepage: https://github.com/jbeder/yaml-cpp Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yaml-cpp-vendor/ros-rolling-yaml-cpp-vendor_9.3.0-1resolute.20260714.185603_amd64.deb Size: 7068 SHA256: fbc96539dc7268b4538d0226f572be06b4a955d8769cbdf13baf7ffd61575216 SHA1: 63455574fce0f97da006e546a164581cc506276e MD5sum: 5143183cf7a1d2b4c76cdd577b1f1308 Description: Wrapper around yaml-cpp, it provides a fixed CMake module and an ExternalProject build of it. Package: ros-rolling-yasmin Version: 6.1.1-1resolute.20260810.121442 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 3008 Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), pybind11-dev, python3-dev, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin/ros-rolling-yasmin_6.1.1-1resolute.20260810.121442_amd64.deb Size: 690494 SHA256: 4dcefc69c3d9f725622647e64140e1a3fa024a6828ba9edd31da416c2d93ecdf SHA1: 12e49e5bb142e4da00e955b3a35617b7ff9ecee2 MD5sum: d95af2928217ebdadb2e5fafa719d8c0 Description: YASMIN (Yet Another State MachINe) main package Package: ros-rolling-yasmin-cli Version: 6.1.1-1resolute.20260821.180604 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 205 Depends: ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-ros2cli, ros-rolling-yasmin, ros-rolling-yasmin-editor, ros-rolling-yasmin-factory, ros-rolling-yasmin-plugins-manager, ros-rolling-yasmin-viewer, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin_cli/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-cli/ros-rolling-yasmin-cli_6.1.1-1resolute.20260821.180604_amd64.deb Size: 50144 SHA256: d032014fef6b0983e182c76b793fa1dcdebc3161447987a0e971c580c515db9c SHA1: 5594fc9179bc1e23d2a4379154210ec8f6791776 MD5sum: 40e820cae927ab809e7c24bb9558448e Description: CLI tools for inspecting YASMIN states and metadata. Package: ros-rolling-yasmin-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin Version: 6.1.1-1resolute.20260810.121442 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 16153 Depends: ros-rolling-yasmin (= 6.1.1-1resolute.20260810.121442) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin/ros-rolling-yasmin-dbgsym_6.1.1-1resolute.20260810.121442_amd64.deb Size: 14922076 SHA256: 8a8c420d37e790c01f0e7989ce5ac594d025db81f9a937ac6a8afd0bb2490842 SHA1: c773e599d446ae83dd5eb7159b214236a3295b49 MD5sum: 12044593983f48472be807ce1e0ad8e4 Description: debug symbols for ros-rolling-yasmin Build-Ids: 0f815c1635bbe633635f4c6a1a7a074b620600d9 2c750435cd37837f8d770bb2daefee8d66001035 515da871ec6b95953ad5d65293ce2395ac9d43a8 562e3679cf22525bc1103dbac705a8ff61d15e7b 6c8c969d1067bb925233b718eb9c862b126fd1a6 827f6c0e7bde4c0653632a687241cf7384f40077 87f8b46ae4eec69e959da546be49ecb4727cf308 a7575357d9ec887d03af6f6f9f21c8a3c42afa23 c976e12fde65c83ba649dcb32c0d88919635271b e374168218f220ca04c311402111202814c777f8 Package: ros-rolling-yasmin-demos Version: 6.1.1-1resolute.20260821.175738 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2149 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), ros-rolling-ament-index-cpp, ros-rolling-example-interfaces, ros-rolling-geometry-msgs, ros-rolling-nav-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclpy, ros-rolling-yasmin, ros-rolling-yasmin-factory, ros-rolling-yasmin-ros, ros-rolling-yasmin-viewer, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin_demos/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-demos/ros-rolling-yasmin-demos_6.1.1-1resolute.20260821.175738_amd64.deb Size: 424296 SHA256: c7c58a1cc9376bb1636c56e71f1a566e07041d70c75a3220973a8ffaec79981c SHA1: 6415b1b6e70100b7038d7b3aa9d46fc48cac67bd MD5sum: 767cc6b4c0e5559e28ca6e147da6577c Description: Demos of YASMIN (Yet Another State MachINe) Package: ros-rolling-yasmin-demos-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-demos Version: 6.1.1-1resolute.20260821.175738 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 14914 Depends: ros-rolling-yasmin-demos (= 6.1.1-1resolute.20260821.175738) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-demos/ros-rolling-yasmin-demos-dbgsym_6.1.1-1resolute.20260821.175738_amd64.deb Size: 13677160 SHA256: f00a2af9de51d721f313c120647c2878fd2c007186d8de37f158e4439f61f2e2 SHA1: 6b57096ab455ef8a93a5f4e3b56455aadd157396 MD5sum: 59acd76109b9164ffb93e65118466722 Description: debug symbols for ros-rolling-yasmin-demos Build-Ids: 00b7993b937a65a9f45baaa841d57f00b13dbc10 265cf6e3a516cbf2bff1317eb4cf7bb8c803cd3d 359bce1eb1bc91f8d03e05f2306cc221deef519e 4644d34c6e175182c8ad07dfbb1bf65f69084cc6 4a81e54f0b2e0537c7f6bc27eb62da108db66027 4f35ca1a2dfc88e7103b73d3656dc78a32be1ab3 53142ef08d2564b8ba47a590a8b62ffeb505acc6 6599f581a1ebe9fa4423b05199ff4fa6031be5a3 6744d4c7eb190ae99cd95f1d64460390780a4144 6b1cd2b51a597d7482f5e1e18a8daa9b8072fd00 7fd0054b00b8a685ac7b919b9df3c69402f3330a 9a9cb74d89c8df719fdb95e2d6c3527eb17f7cd0 9b8901deb453e28a8fd35af990fa1ed82232850a a03249bd24492ab5b3f01fe0c071b64bbc3be1f2 a4f85c86b76696806f2d5a92f1574db9c4756d8e c446dc9b61998d61186c9674d4860369831fe981 e511074d5cdb9b49611770d70a63f8b6e8b6c4c3 e860b0f30eb5f778a05ddf2a853be1614089838b Package: ros-rolling-yasmin-editor Version: 6.1.1-1resolute.20260821.180238 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 868 Depends: python3-pyqt6, python3-tqdm, ros-rolling-rclpy, ros-rolling-yasmin, ros-rolling-yasmin-factory, ros-rolling-yasmin-plugins-manager, ros-rolling-yasmin-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin_editor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-editor/ros-rolling-yasmin-editor_6.1.1-1resolute.20260821.180238_amd64.deb Size: 123850 SHA256: b6b6a3c157ca9f908599c10a62d130efb72aec1e8407ae1f20dc5532c1a0c17b SHA1: beb6726220d1c1d0c10d0977636a9c715336c3f1 MD5sum: 6749ccdebcf0e5eba6530678c8fab335 Description: Editor for YASMIN (Yet Another State MachINe) Package: ros-rolling-yasmin-factory Version: 6.1.1-1resolute.20260821.175111 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1040 Depends: libc6 (>= 2.38), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 14), libtinyxml2-11 (>= 11.0.0), pybind11-dev, python3-dev, python3-lxml, ros-rolling-ament-index-cpp, ros-rolling-class-loader, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclpy, ros-rolling-tinyxml2-vendor, ros-rolling-yasmin, ros-rolling-yasmin-msgs, ros-rolling-yasmin-ros, ros-rolling-yasmin-viewer, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin_factory/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-factory/ros-rolling-yasmin-factory_6.1.1-1resolute.20260821.175111_amd64.deb Size: 303478 SHA256: dd4912a764e7ce2183343912b0eecf3558df66d545dd1c811e367b1af9e308db SHA1: 39aa9b35485cdc097636f5a7d1ccdf542b779627 MD5sum: c4543e1b2bf12b38d1219034ce81ae19 Description: YASMIN factory to create FSMs from XML files Package: ros-rolling-yasmin-factory-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-factory Version: 6.1.1-1resolute.20260821.175111 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 5826 Depends: ros-rolling-yasmin-factory (= 6.1.1-1resolute.20260821.175111) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-factory/ros-rolling-yasmin-factory-dbgsym_6.1.1-1resolute.20260821.175111_amd64.deb Size: 5425566 SHA256: 2818ecfbfeda39e4b5a835ce49b290f776b2464867669c4aad2b48e68dacf25f SHA1: ca280ed8ab874fc6127ac8720feed10e58b22db3 MD5sum: 621a6cf315c4c1f7af6a954526680b6f Description: debug symbols for ros-rolling-yasmin-factory Build-Ids: 2863a2f74f4ba15c7271c7c30f6985139d81dca4 5bb6bf033e76ba441fa69aeadd5f8151fb51ab0f 93f4de7a0f3614491b5fae845196f11e881f4e07 b3ca884aef43bc77dc792f202784115edfd05c7c Package: ros-rolling-yasmin-msgs Version: 6.1.1-1resolute.20260811.200333 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 2131 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-action-msgs, ros-rolling-rosidl-default-generators, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin_msgs/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-msgs/ros-rolling-yasmin-msgs_6.1.1-1resolute.20260811.200333_amd64.deb Size: 178520 SHA256: dc535b74a2ad98607dac084376296f15bedd4cfec17af7e1861a56689a1ee005 SHA1: b97a58a09475aea79ba35e36cb760fd8b4cb5c8f MD5sum: 6a76b78e700f5bf0f2503f6ead2bdf4a Description: Msgs of (Yet Another State MachINe) Package: ros-rolling-yasmin-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-msgs Version: 6.1.1-1resolute.20260811.200333 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1595 Depends: ros-rolling-yasmin-msgs (= 6.1.1-1resolute.20260811.200333) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-msgs/ros-rolling-yasmin-msgs-dbgsym_6.1.1-1resolute.20260811.200333_amd64.deb Size: 1118944 SHA256: e3e9a66ebedeb6306c55b7a31badd2db05c9933e3405bb164d7be91e23e82d2b SHA1: 2aa58b70c1c1e01a1523ada1c3dafdc1c8031ad0 MD5sum: c4e9ccc294e3d49857fc1066b7f1c988 Description: debug symbols for ros-rolling-yasmin-msgs Build-Ids: 007c2f98863a6e5934b583f99a9ca3e35116289b 01848012d5c01fcf84e158db4af41c24c664c3d9 1aecf8c1c066547163964d0ec183fc86cbaa7668 269820ed20672ba51eee0b738b5835764e6ec778 67c64a607551c0161742242c1600a430128c901e 7a82db04330dae746775d28b143b69148e837f72 7e0762354f8240f862846f16ce426febac59b52f 90964df4cfa985d35e52280f2d72c752a37711cd 9d55ee1cc5bdf148831efc1ac1fa06d46460c5a7 dfb7f9cc5d6d0a32c3775cc779c9723f6e368687 f1e2e8ec04f68ea25fd52e5a890b2c2253f63d26 Package: ros-rolling-yasmin-pcl Version: 6.1.1-1resolute.20260821.180613 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 441 Depends: libc6 (>= 2.43), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libpcl-common1.15 (>= 1.15.1+dfsg), libpcl-filters1.15 (>= 1.15.1+dfsg), libpcl-io1.15 (>= 1.15.1+dfsg), libstdc++6 (>= 13.1), libpcl-dev, ros-rolling-pcl-conversions, ros-rolling-pluginlib, ros-rolling-sensor-msgs, ros-rolling-yasmin, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin_pcl/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-pcl/ros-rolling-yasmin-pcl_6.1.1-1resolute.20260821.180613_amd64.deb Size: 109602 SHA256: db949de72e6ea9362b4c6b2f7ab9be3d248f027772a964643002bc821890af9a SHA1: b54f06c1d7e0011fa2a996adb67c7a10b2c2662c MD5sum: b3f2e46e6913883314f242cd7c2fd5e3 Description: PCL-based reusable YASMIN states for PointCloud2 conversion, file I/O, and filtering. Package: ros-rolling-yasmin-pcl-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-pcl Version: 6.1.1-1resolute.20260821.180613 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 4728 Depends: ros-rolling-yasmin-pcl (= 6.1.1-1resolute.20260821.180613) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-pcl/ros-rolling-yasmin-pcl-dbgsym_6.1.1-1resolute.20260821.180613_amd64.deb Size: 4554202 SHA256: 3d3d81565537a8d044507ef9d63495a49a6c3f537f6b5fbd4944c8859f8d47cd SHA1: aaf489aa8d46f995a5f82d5af6cf018d104ea96a MD5sum: 9475fd0c7ab879d1759004c67ac386ff Description: debug symbols for ros-rolling-yasmin-pcl Build-Ids: db67a04fdd27c44d7a9903e40a0a0aed7cd01992 Package: ros-rolling-yasmin-plugins-manager Version: 6.1.1-1resolute.20260821.175732 Architecture: amd64 Maintainer: "Maik Knof" Installed-Size: 154 Depends: python3-lxml, ros-rolling-ament-index-python, ros-rolling-rclpy, ros-rolling-yasmin, ros-rolling-yasmin-factory, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin_plugins_manager/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-plugins-manager/ros-rolling-yasmin-plugins-manager_6.1.1-1resolute.20260821.175732_amd64.deb Size: 43508 SHA256: b83cba28b5ba04bcb4107e9e0ec4163e63bdea211a92124db4a4c21239d58340 SHA1: ba2751018825223129a33653851c9a470c88fde6 MD5sum: 954da86e069fcc3548c0bedfffcdefc9 Description: Plugin discovery and caching for YASMIN states. Package: ros-rolling-yasmin-ros Version: 6.1.1-1resolute.20260821.173536 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 1050 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), ros-rolling-example-interfaces, ros-rolling-geometry-msgs, ros-rolling-pluginlib, ros-rolling-rclcpp, ros-rolling-rclcpp-action, ros-rolling-rclpy, ros-rolling-rosidl-runtime-py, ros-rolling-std-msgs, ros-rolling-std-srvs, ros-rolling-tf2, ros-rolling-tf2-msgs, ros-rolling-tf2-py, ros-rolling-tf2-ros, ros-rolling-tf2-ros-py, ros-rolling-yasmin, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin_ros/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-ros/ros-rolling-yasmin-ros_6.1.1-1resolute.20260821.173536_amd64.deb Size: 229752 SHA256: d734a3be2004ce58a509a487cbf4ec2efdda6e09349b17e4d541a096cc2a03cb SHA1: 658bb025c547184a9f8e9293e463dec3eaf1224f MD5sum: 730c273d3bf0e85c1f672784c70b4e75 Description: YASMIN (Yet Another State MachINe) for ROS 2 Package: ros-rolling-yasmin-ros-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-ros Version: 6.1.1-1resolute.20260821.173536 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4972 Depends: ros-rolling-yasmin-ros (= 6.1.1-1resolute.20260821.173536) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-ros/ros-rolling-yasmin-ros-dbgsym_6.1.1-1resolute.20260821.173536_amd64.deb Size: 4399868 SHA256: b698c6fc58fa8d49ae0e3a3268808f62edb62da0686e69bc45014913cced07d3 SHA1: 6f1086a9aab8d89a57891baa412f7e367ac091c7 MD5sum: ebe6a9d5742732dc8198dbe33a5f39b3 Description: debug symbols for ros-rolling-yasmin-ros Build-Ids: 6780f482ac10f0e7807335a51b56c34d3ff23b67 68f356fb979fecd09a297b675db7b2cb91234b7a 7f02f7d2d3a764fff8d72f7917ef356d1c88bbf8 aab23508761df41247f4220e1de3dbe30b3cb3da Package: ros-rolling-yasmin-viewer Version: 6.1.1-1resolute.20260821.174509 Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 3982 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libboost-dev, ros-rolling-ament-index-cpp, ros-rolling-rclcpp, ros-rolling-rclpy, ros-rolling-yasmin, ros-rolling-yasmin-msgs, ros-rolling-yasmin-ros, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/yasmin_viewer/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-viewer/ros-rolling-yasmin-viewer_6.1.1-1resolute.20260821.174509_amd64.deb Size: 968150 SHA256: 820c31ef4c509425502106d5b00e1f4b855600741ef3bd7ae4260ba3c8cbade3 SHA1: e339b81bc65a3bea7f324c8d90db756d7fea23eb MD5sum: b4ef09d8019533d737420a7aae6a27ed Description: YASMIN viewer for FSM Package: ros-rolling-yasmin-viewer-dbgsym Package-Type: ddeb Source: ros-rolling-yasmin-viewer Version: 6.1.1-1resolute.20260821.174509 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Miguel Ángel González Santamarta" Installed-Size: 4917 Depends: ros-rolling-yasmin-viewer (= 6.1.1-1resolute.20260821.174509) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-yasmin-viewer/ros-rolling-yasmin-viewer-dbgsym_6.1.1-1resolute.20260821.174509_amd64.deb Size: 4293778 SHA256: 4f9b13e29064f4104558c8cc1780142716219bc24b0c2174efd1c28248428850 SHA1: b44117ff2dd2dddd570c67718612cff6dbe74469 MD5sum: 67984093c1718494ee97d8c48d9ccab2 Description: debug symbols for ros-rolling-yasmin-viewer Build-Ids: 0ab1814c6ca7b93102777e73b6fbc8acafb1f171 7d81bb541c7091c6a4e012d500e83e5d4572d076 Package: ros-rolling-zbar-ros-interfaces Version: 0.7.0-2resolute.20260811.204933 Architecture: amd64 Maintainer: ijnek Installed-Size: 469 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-rosidl-default-runtime, ros-rolling-vision-msgs, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/zbar_ros_interfaces/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zbar-ros-interfaces/ros-rolling-zbar-ros-interfaces_0.7.0-2resolute.20260811.204933_amd64.deb Size: 51222 SHA256: 2cb3cf51461c04a699f7458e4ef1a23232d75a9a02f5cf4d2f587c8d75a1db3d SHA1: 04734a97a4a7084edee2d95fabdaa57843b34893 MD5sum: c3ff509ad527c2d0788d1e2f1ccce2f8 Description: Package containing interfaces for zbar_ros to use to publish results Package: ros-rolling-zbar-ros-interfaces-dbgsym Package-Type: ddeb Source: ros-rolling-zbar-ros-interfaces Version: 0.7.0-2resolute.20260811.204933 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: ijnek Installed-Size: 379 Depends: ros-rolling-zbar-ros-interfaces (= 0.7.0-2resolute.20260811.204933) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zbar-ros-interfaces/ros-rolling-zbar-ros-interfaces-dbgsym_0.7.0-2resolute.20260811.204933_amd64.deb Size: 233240 SHA256: 4b4200b815e7c31d8a7d033f3d289292d094d32a79989222c80af41decc6d8c2 SHA1: 8b98b974d3f7a818de8b8e7371af0c595ffc0cd2 MD5sum: 7689daf104a35f9a151c21f0923ab884 Description: debug symbols for ros-rolling-zbar-ros-interfaces Build-Ids: 07a50dab395085efb608a39cd6acdb648081767d 19310fa12ae4256bb43a523eecbf72fb3413ed88 1cbc3c1676e8953580d33f866c436ac6e979f4ad 87267a283287ff528a7b217f61451e1fa3349611 ae53fc9901872230923055a4fbf67932476d77f3 b0a36215bc28e6acceb4e6aa324e1d49a7355aca bc9b7af0d099457829c10b6588a957bfc47c0f16 c321e1c7b2c683e2ef584980799b7a7c65ce51cb ce8053325ecbde8e3a6d7b82a34ff1b941d74415 d6af23b21181241af0057c547cb466ac0370860f ef7bdeb57798f0b09e0cd24a7431efd94257ace1 Package: ros-rolling-zed-description Version: 0.1.5-1resolute.20260826.133626 Architecture: amd64 Maintainer: STEREOLABS Installed-Size: 9986 Depends: ros-rolling-rviz2, ros-rolling-xacro, ros-rolling-ros-workspace Homepage: https://www.stereolabs.com/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zed-description/ros-rolling-zed-description_0.1.5-1resolute.20260826.133626_amd64.deb Size: 2019022 SHA256: c9a7fb0c08984bf2ab4bd8fd31dd5adf4fc9a7d1e20ec4d59c0421fef3dd3493 SHA1: 398156ec7873038e07dbd4ccc0cbd09043c7358d MD5sum: 2371aee5125dac485477f6c336d9d4ea Description: Contains URDF and meshes to create models of Stereolabs ZED Cameras. Package: ros-rolling-zed-msgs Version: 5.3.0-2resolute.20260811.204745 Architecture: amd64 Maintainer: "STEREOLABS" Installed-Size: 5086 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libpython3.14 (>= 3.14.1), libstdc++6 (>= 13), ros-rolling-fastcdr, ros-rolling-geometry-msgs, ros-rolling-rosidl-default-runtime, ros-rolling-shape-msgs, ros-rolling-std-msgs, ros-rolling-ros-workspace Homepage: https://www.stereolabs.com/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zed-msgs/ros-rolling-zed-msgs_5.3.0-2resolute.20260811.204745_amd64.deb Size: 360948 SHA256: bf6cd8a8f8178432c61cb46e03fe6210ef3801452b94a27880c9b48ebe0ec0ef SHA1: 4957261cb8d4ad89eab026203774d2519a894faa MD5sum: bd4c391fde8d5a0f389b67748917a872 Description: Contains message and service definitions used by the ZED ROS2 nodes. Package: ros-rolling-zed-msgs-dbgsym Package-Type: ddeb Source: ros-rolling-zed-msgs Version: 5.3.0-2resolute.20260811.204745 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "STEREOLABS" Installed-Size: 4143 Depends: ros-rolling-zed-msgs (= 5.3.0-2resolute.20260811.204745) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zed-msgs/ros-rolling-zed-msgs-dbgsym_5.3.0-2resolute.20260811.204745_amd64.deb Size: 3142140 SHA256: 3cd4827a0134800db8193787de4101775967e12746dddac9fcea11a1ac8b52eb SHA1: fde1a8c40a47a0478752bec37eab71413edbfa2c MD5sum: ad58e36a2cffeee21706514a7b728d4f Description: debug symbols for ros-rolling-zed-msgs Build-Ids: 078b9a856823fbfa27a4f262bfaf2cb75ee24867 1c221701346e1678f4ca334d7ec1541c1ec84bfc 5e0cbbd428c2b84243b67411e8e77d483b1cb1e1 6165da4bb5c43f4093b729890e838d508e8bc35a 643c424ca34b5d7e2a5d4200ca5e5c475a397db3 78ac9b0715afb8e3624b533bdd70ea6f6f1d8cd5 8ef4888012f210b49b5848db73b8ba4205d4386f 92dc04df0f70f94e9d16ce0e3274f344610d5e66 aea37b4a4189973c6037d11b2a7ea5f9947a8f62 dab260a79530552452e49a642edcd7a282f12cc8 eaa4102a1895ad7299b3e718033c245e09cfc978 Package: ros-rolling-zenoh-cpp-vendor Version: 0.12.0-1resolute.20260722.215843 Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 44516 Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2), ros-rolling-ros-workspace Homepage: https://index.ros.org/p/zenoh_cpp_vendor/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-cpp-vendor/ros-rolling-zenoh-cpp-vendor_0.12.0-1resolute.20260722.215843_amd64.deb Size: 10131182 SHA256: 3393717cfec5cc612dc3b64e57eee69000954184fe99055957fd95b2fd1128df SHA1: cd0990688ec6b2a001e078fcb1bc63dc0b08a29b MD5sum: c95a0041b0db82747f444286cf1c0aa6 Description: Vendor pkg to install zenoh-cpp Package: ros-rolling-zenoh-cpp-vendor-dbgsym Package-Type: ddeb Source: ros-rolling-zenoh-cpp-vendor Version: 0.12.0-1resolute.20260722.215843 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Yadunund" Installed-Size: 3557 Depends: ros-rolling-zenoh-cpp-vendor (= 0.12.0-1resolute.20260722.215843) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-cpp-vendor/ros-rolling-zenoh-cpp-vendor-dbgsym_0.12.0-1resolute.20260722.215843_amd64.deb Size: 322360 SHA256: ee036a968c9176fe94f42b66ba73a4b574e9a3152cfb4194dd430c103b9b2e0c SHA1: ccdedfcd0089acfb00dda6008b3a6db8f01b2dcb MD5sum: d99bf4443d156890292c2d52c01384d1 Description: debug symbols for ros-rolling-zenoh-cpp-vendor Build-Ids: a5fc635787489f1f9c10f885b719a66b6227a208 Package: ros-rolling-zenoh-security-tools Version: 0.12.0-1resolute.20260722.222908 Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 257 Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1), libtinyxml2-11 (>= 11.0.0), libtinyxml2-dev, ros-rolling-rcpputils, ros-rolling-rcutils, ros-rolling-rmw-security-common, ros-rolling-zenoh-cpp-vendor, ros-rolling-ros-workspace Homepage: https://index.ros.org/p/zenoh_security_tools/#rolling Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-security-tools/ros-rolling-zenoh-security-tools_0.12.0-1resolute.20260722.222908_amd64.deb Size: 85492 SHA256: 86f97c8a5f03dbe8d73a8935eb2bf8222816ca417d5d74226ae0126bcf0d8bc5 SHA1: f378ff2e8074c1929364bd0ee9c2d6f3f193b085 MD5sum: 5d1cd1db92c31af6d36a20faefb311bb Description: This package generates config files to enforce security with Zenoh Package: ros-rolling-zenoh-security-tools-dbgsym Package-Type: ddeb Source: ros-rolling-zenoh-security-tools Version: 0.12.0-1resolute.20260722.222908 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernanadez" Installed-Size: 1117 Depends: ros-rolling-zenoh-security-tools (= 0.12.0-1resolute.20260722.222908) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zenoh-security-tools/ros-rolling-zenoh-security-tools-dbgsym_0.12.0-1resolute.20260722.222908_amd64.deb Size: 1028646 SHA256: 9c0b9a20eb2f1eb7211b4c21683aa3b3d1acfd67363d4445099f9b1acdb8d03f SHA1: 9e3f519207661478b1586f4ba752031873c6b30e MD5sum: ca29a6f2740c884378fae532a706e801 Description: debug symbols for ros-rolling-zenoh-security-tools Build-Ids: f866ed008febd524e6460f26ce1881501b16026c Package: ros-rolling-zlib-point-cloud-transport Version: 7.0.0-1resolute.20260821.171053 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 629 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), zlib1g (>= 1:1.1.4), ros-rolling-pluginlib, ros-rolling-point-cloud-interfaces, ros-rolling-point-cloud-transport, ros-rolling-rclcpp, zlib1g-dev, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zlib-point-cloud-transport/ros-rolling-zlib-point-cloud-transport_7.0.0-1resolute.20260821.171053_amd64.deb Size: 140390 SHA256: 54571a375cbbee9302e3622934b87658569c05a58666e8442ecc2847526e1ac3 SHA1: d4da6084ade2a182a6dfc1c82ba532e9f9fd43a5 MD5sum: f406b11cc92b5a5b1f4831c05dd1e7df Description: zlib_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with zlib Package: ros-rolling-zlib-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-rolling-zlib-point-cloud-transport Version: 7.0.0-1resolute.20260821.171053 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 3620 Depends: ros-rolling-zlib-point-cloud-transport (= 7.0.0-1resolute.20260821.171053) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zlib-point-cloud-transport/ros-rolling-zlib-point-cloud-transport-dbgsym_7.0.0-1resolute.20260821.171053_amd64.deb Size: 3125954 SHA256: 2bbba905ea4640b13302160e95800bf24854565c5b06adbd9aa8e445612e4911 SHA1: 995456073ca5d796eed5a5c585f20ac303c94ed3 MD5sum: b9246c1eef436f7c3e575221a34c2f9a Description: debug symbols for ros-rolling-zlib-point-cloud-transport Build-Ids: 18fdc3d19abeab9ce5f4192ad61f17c0cddd81f3 Package: ros-rolling-zstd-cmake-module Version: 0.34.0-1resolute.20260714.185622 Architecture: amd64 Maintainer: "Michael Orlov" Installed-Size: 49 Depends: libzstd-dev, ros-rolling-ros-workspace Homepage: https://facebook.github.io/zstd/ Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-cmake-module/ros-rolling-zstd-cmake-module_0.34.0-1resolute.20260714.185622_amd64.deb Size: 6794 SHA256: a393be7a84bb91aa55c858eae60783a8280cce09225cf688dfe05dffc97344a7 SHA1: dcb8c88434e9171c7556704a4779ea5b3a05edde MD5sum: fdbdfd2b2dc96d8f2670e0aeebab7eba Description: ZSTD compression cmake module package Package: ros-rolling-zstd-image-transport Version: 7.0.1-1resolute.20260821.180902 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 590 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), zlib1g (>= 1:1.1.4), ros-rolling-image-transport, zlib1g-dev, ros-rolling-ros-workspace Homepage: http://www.ros.org/wiki/image_transport_plugins Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-image-transport/ros-rolling-zstd-image-transport_7.0.1-1resolute.20260821.180902_amd64.deb Size: 136358 SHA256: 66674e152e129893b4438bd8f0039c6767b87177ab8f82511a44a45ee89ae46d SHA1: ca8f9d213b5fcfa1e0b0bdf7e426442fd27bc513 MD5sum: 2698ba70ba970087f4f1e0d9aaa4c79f Description: zstd_image_transport provides a plugin to image_transport for transparently sending images encoded as zstd blobs Package: ros-rolling-zstd-image-transport-dbgsym Package-Type: ddeb Source: ros-rolling-zstd-image-transport Version: 7.0.1-1resolute.20260821.180902 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 2955 Depends: ros-rolling-zstd-image-transport (= 7.0.1-1resolute.20260821.180902) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-image-transport/ros-rolling-zstd-image-transport-dbgsym_7.0.1-1resolute.20260821.180902_amd64.deb Size: 2519942 SHA256: f23840d63a32f2c9721a3bcab1a8ef97ebb388a700d177ab03e278f007689b92 SHA1: 960d7c23e4f483808a81d283d376bcd55f05ac04 MD5sum: 305b3aa07b7427acc8b38c9c980f64ae Description: debug symbols for ros-rolling-zstd-image-transport Build-Ids: df923214696c799edb51e8245e5d353aac58161d Package: ros-rolling-zstd-point-cloud-transport Version: 7.0.0-1resolute.20260821.171121 Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 629 Depends: libc6 (>= 2.34), libconsole-bridge1.0 (>= 1.0.1+dfsg2), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 14), libzstd1 (>= 1.5.5), ros-rolling-pluginlib, ros-rolling-point-cloud-interfaces, ros-rolling-point-cloud-transport, ros-rolling-rclcpp, ros-rolling-zstd-cmake-module, ros-rolling-ros-workspace Homepage: https://wiki.ros.org/draco_point_cloud_transport Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-point-cloud-transport/ros-rolling-zstd-point-cloud-transport_7.0.0-1resolute.20260821.171121_amd64.deb Size: 139494 SHA256: c9113e8c051037f80ac1b1d3095eb79fbcb5252bcdf53d8adb208742ddffbe6b SHA1: 71a3c6ad6cfcc6db7707e8d05fa4b39830036025 MD5sum: 380541b4457576f6b559121966ecd329 Description: zstd_point_cloud_transport provides a plugin to point_cloud_transport for sending point clouds encoded with lib Package: ros-rolling-zstd-point-cloud-transport-dbgsym Package-Type: ddeb Source: ros-rolling-zstd-point-cloud-transport Version: 7.0.0-1resolute.20260821.171121 Auto-Built-Package: debug-symbols Architecture: amd64 Maintainer: "Alejandro Hernandez Cordero" Installed-Size: 3041 Depends: ros-rolling-zstd-point-cloud-transport (= 7.0.0-1resolute.20260821.171121) Priority: optional Section: misc Filename: pool/main/r/ros-rolling-zstd-point-cloud-transport/ros-rolling-zstd-point-cloud-transport-dbgsym_7.0.0-1resolute.20260821.171121_amd64.deb Size: 2542754 SHA256: fba2179767c97c692adbd552499ac364b644e447c1ccc27ce13dae5a0899aa63 SHA1: 849f8362b79b29da5fb3ba7eb973ac7833c558aa MD5sum: ccb339ffe5c813af529083fe09c2d80f Description: debug symbols for ros-rolling-zstd-point-cloud-transport Build-Ids: 2e6fc5c386cb933951c1928612f75e705061303c Package: ros2-apt-source Priority: important Section: misc Installed-Size: 18 Maintainer: Open Robotics Infrastructure Architecture: all Source: ros-apt-source Version: 1.3.0~resolute Conflicts: ros2-testing-apt-source Filename: pool/main/r/ros-apt-source/ros2-apt-source_1.3.0~resolute_all.deb SHA512: a54f8d3a0faf2480b4477b8ab66b11e87d0da0b7eb4377b0b8c6eb06f3c1109d570f24e94288d70c162935c5303d07a950afbf09a53967e1d1f451bcf396f360 Size: 4546 SHA256: e70bc980395f4a3b366b9c5e7f8f9b4d63a4064fb115f6ff3bc52f7faa02ef69 SHA1: a7c5b24b2bae55e7c986b410c74ecb24ed16a315 MD5sum: c0531832958c9af4e9b8fa9b174818ee Description: Source and key configuration for the ROS 2 apt repository. This package configures sources for the ROS 2 repo. Multi-Arch: foreign Package: ros2-testing-apt-source Priority: important Section: misc Installed-Size: 18 Maintainer: Open Robotics Infrastructure Architecture: all Source: ros-apt-source Version: 1.3.0~resolute Conflicts: ros2-apt-source Filename: pool/main/r/ros-apt-source/ros2-testing-apt-source_1.3.0~resolute_all.deb SHA512: 943888da82d6ead1459065e54ae5590b48a42687991609c20aa6ed9fdd69a54953d2c60a81ae7ed3d0f22c38222277cb90ead3140c367bc38c96f16dea7f8192 Size: 4568 SHA256: 20e38bf35f8de1a50da1a86fbfa391ca87db2d0e90010a92cd2639cd1efbe749 SHA1: 251a7855be73f16c0f47e8d3b55092faaa4e2263 MD5sum: e3a225dbafd1ca8910f782de1855338c Description: Source and key configuration for the ROS 2 testing apt repository. This package configures sources for the ROS 2 testing repo. Multi-Arch: foreign Package: rti-connext-dds-7.7.0-common Priority: optional Section: devel Installed-Size: 1379 Maintainer: Real-Time Innovations, Inc. Architecture: all Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: debconf (>= 0.5) | debconf-2.0 Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-common_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_all.deb SHA512: f565023198a794d82adb2a99f104511ffeba08aee34e28cc8bf981d9b64f153a216dbc1e02870edd1fd012b84235cded0ba2788574e64f99ebb3c3599475e5b2 Size: 1106958 SHA256: dbfce25df54e8ec15de46f053f6dd6a256b1e455b593aef15a1460e60476ca42 SHA1: e4f2426ff78a5b7cc9fe96613e00a05858f06eba MD5sum: 82e4a649db484e3da4baff70efa674d8 Description: RTI Connext 7.7.0 (common installation files) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains common files required by all installations of RTI Connext. Homepage: https://www.rti.com Multi-Arch: foreign Package: rti-connext-dds-7.7.0-env Priority: optional Section: devel Installed-Size: 24 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-env_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: d1700324b2896a3ff830bff73fa978347d81fe7382dde7d35cc411b701ef6922872578b7b9e991b8e8b7e899e679d9cf6f4801a46902b18e317ce418c6c34388 Size: 4528 SHA256: fcb011ccd43f8549c1a7eb56f62da6847071c745f448d81d51d31f02a40fa02c SHA1: 59ff4a23f220060391394d91c14f811a7f42a15f MD5sum: e3d71a5b3879598d1c3c9cd0ccea7073 Description: RTI Connext 7.7.0 (environment setup scripts) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains scripts use to load RTI Connext in the shell environment. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-env-amd64 Priority: optional Section: devel Installed-Size: 21 Maintainer: Real-Time Innovations, Inc. Architecture: all Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-env-amd64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_all.deb SHA512: cac75e132616572b2d3ff4cec699e5a8f5356600704a72b688a5c8c21a56aab84934b2b0672c3b6f67e7ca26db71c6affc62763dc59da96876e89b2c8d803b11 Size: 2836 SHA256: ca9f73f432e4e2ec5e7b0ce63aead00f469b440920807ff1184449441944507b SHA1: 6fe1ca753e7d74ee7bcf48a3b4a1527b5763b2a4 MD5sum: 5f909416b3b9b2a2c65cbe7f23934a64 Description: RTI Connext 7.7.0 (environment setup scripts for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains scripts use to load the 64-bit Intel version of RTI Connext in the shell environment. Homepage: https://www.rti.com Multi-Arch: foreign Package: rti-connext-dds-7.7.0-env-arm64 Priority: optional Section: devel Installed-Size: 21 Maintainer: Real-Time Innovations, Inc. Architecture: all Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-env-arm64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_all.deb SHA512: 5c27fe3bdabf279a39007b9381272f3a47ab4d112ee34fe82af1851e85b252001f52e953ba9ce357fbf3763e8fd1327029c969356b40e2bb7de31eb7353a50d9 Size: 2852 SHA256: 7f94961d78bb3f8a6cd042e0b2db10da8fc7dbc9b24b6e28c1e6aa04db2734b3 SHA1: 08532bde04dd0ff4c16b4392feb366076f8048d3 MD5sum: 11606ac06d4a46b1fef2f29fc4223d37 Description: RTI Connext 7.7.0 (environment setup scripts for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains scripts use to load the 64-bit ARM version of RTI Connext in the shell environment. Homepage: https://www.rti.com Multi-Arch: foreign Package: rti-connext-dds-7.7.0-jre Priority: optional Section: devel Installed-Size: 323885 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-jre_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 328221e51a149282be233b646ccf6a0a46b94f059cdfd4bf2fe98215c11d4680432de12023c08262c1388c201fd3f020982b68d307dfd6b89b6a36d4bb18cace Size: 102983424 SHA256: 73ab5e4ab8d3cb93ce1bcd35c9029a042ebaf95b79ca936a9b906fa766e095eb SHA1: 92193ad1186ff4bb415781322457a3b9660093c5 MD5sum: 43d130f1af8c8bb528118848dd9572aa Description: RTI Connext 7.7.0 (java runtime environment) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the Java Runtime Environment required to run Java tools for RTI Connext Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib Priority: optional Section: devel Installed-Size: 7097 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 684c167d35343153f756e5b1af83b20b6db996ac70bb0caf193a0be5720a1e291338eb975f5984a9f2abe94f21f5562e1605bdcdb2ce498ecfd9b8b2cf77ca40 Size: 6612852 SHA256: 6d1b0264b834591dbee74e710de1e168ca4b2a7c561b6d98d9c00dc7035fa5d9 SHA1: ac09533cf3147869357be0a2203ab9f54d31f90e MD5sum: 2ec70c497ed769b7eadd6fcc4e12a6ae Description: RTI Connext 7.7.0 (release libraries) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext release libraries. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-amd64 Priority: optional Section: devel Installed-Size: 98672 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-amd64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 44b0d9f7bcde07cbdd592c096b8aafbcb00e092167419dcbb869101a28ad883a7b1f84bb98ead9f956ac2b384f53ddb913a8f5ad807e1127cf1b1352f7c73a06 Size: 30748264 SHA256: 7ced04750b554d037dc2d449a6c4168263ec9b6fa81b15ef8beb6a99863be83d SHA1: c332564bbb6e1d5e9a38565b922f46e5f4c9c78b MD5sum: 81d9ac3b393affa146e376410ef3cf8e Description: RTI Connext 7.7.0 (release libraries for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext release libraries for 64-bit Intel (amd64) platforms. . This package can be used to install 64-bit Intel libraries on foreign architectures for cross-compilation or to run foreign executables. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-dbg Priority: optional Section: debug Installed-Size: 1230 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-dbg-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-dbg_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 56e4e6ec236d06a98866d2a28d2d3af90a320d8498b3a2a13597055d4dd69e487949b082a1808d45f493d2c5db151fe19f29f12b9eb25d96dab6ade42d231af5 Size: 1145852 SHA256: b956970d1416a54a15d4cb7da51f89a49af54568db8a7a1760b02701ae4fd497 SHA1: 32f3e3a2a49bd6ef3137405978a0adef67a47051 MD5sum: 3ba166f26c5af01e42d22adce375066d Description: RTI Connext 7.7.0 (debug libraries) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext debug libraries. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-dbg-amd64 Priority: optional Section: debug Installed-Size: 346803 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-dbg-amd64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 0ca406b0bf2a5a61d5429abcbe30763c3ab9982950b11931d38f831461bc68387209a85bb3d4931df5b26e6af958232149fc6d7ba7c9ac189632035018cd82aa Size: 124688436 SHA256: 65661b85263ec5b1d8c3b27443b9f3f7341f6a510824c5df45e9625b62647ee7 SHA1: 99243892a11e786451708d0ff5d0544f8718d3ef MD5sum: b01a10c5daee91c0dd227835c085dcbe Description: RTI Connext 7.7.0 (debug libraries for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext debug libraries for 64-bit Intel (amd64) platforms. . This package can be used to install 64-bit Intel libraries on foreign architectures for cross-compilation or to run foreign executables. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-dev Priority: optional Section: devel Installed-Size: 16420 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-lib (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-rtiddsgen (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-workspace (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-dev-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-dev_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 546103bcb3900f4cf74bc0ac0c10fec938c1b842314fc379c35bffe9cb2d1d659755e4c23f9fcb5e566a849b4ffb22b69c8f00e88a29c7ad1bc7b8e3859da557 Size: 2369178 SHA256: e1e55081cce38da4bc296027d4298e85ae65cbad19122e74393a6eafd80c50d0 SHA1: 483e8afafedc6223974dc3d7ad3474d1b508838f MD5sum: 2e358d4130294c65f2f305bc6fb88633 Description: RTI Connext 7.7.0 (library sdk) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package will install all packages required to build C/C++ applications with the RTI Connext libraries. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-dev-amd64 Priority: optional Section: devel Installed-Size: 657253 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-amd64 (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-dev-amd64_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 5baac62e0a5708c37046349e1836d9be0df47f199d6bdc00a3ffe08fc84ecf22332f7a8414b55d770cc88f4609b2163418f83c7ff3a5d96f70ca3c3808ddcd8f Size: 161683758 SHA256: 85ec832422df9b1d3d2b7c47ae84322696ae95aa93a05f5909703689cb18d2b9 SHA1: 26f99fdc369366e0904abb4beaf6f8d5555d662b MD5sum: 7b84f33141cb2e1e5206512982be7648 Description: RTI Connext 7.7.0 (static libraries for 64-bit Intel) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package static RTI Connext libraries for 64-bit Intel (amd64) platforms. . This package can be used to install 64-bit Intel libraries on foreign architectures for cross-compilation. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-lib-host Priority: optional Section: devel Installed-Size: 63545 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-lib-host_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: b9c2087aa004446c87da3df021f398b6fc997ba6b7dca25d2cfecb5fef248f9d39579fb2e1ec0284092491a0ad668fb08b5eca9dc3e46f09784ed989960bb05d Size: 20862292 SHA256: 33b8dc57c82e1771b11a2902720dc9894411cbd72c8cc6efde6398b4e8f426fa SHA1: 681639a0d4bf7aeed96dd62140ddff40f118cc5e MD5sum: d9c6a2fc4bbd406d0df7f6a12ba778fe Description: RTI Connext 7.7.0 (host libraries) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains libraries for the host's native architecture meant for use by various Connext services and tools. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-ros Priority: optional Section: devel Installed-Size: 27 Maintainer: Real-Time Innovations Inc. Architecture: amd64 Version: 7.7.0.0-er1-1resolute Depends: rti-connext-dds-7.7.0-lib-dev, rti-connext-dds-7.7.0-lib-dbg, rti-connext-dds-7.7.0-tools-cli, debconf (>= 0.5) | debconf-2.0 Pre-Depends: rti-connext-dds-7.7.0-common Filename: pool/main/r/rti-connext-dds-7.7.0-ros/rti-connext-dds-7.7.0-ros_7.7.0.0-er1-1resolute_amd64.deb SHA512: bf7749d8ccd0e75de0f746ac058bb21c8626651ae388fabcd4715c685089022e298001f0180d8cd216a819b603ef9459ebf3ddde40a396f22dc2a459ea374362 Size: 4926 SHA256: cbabaa642671ee57bfc7f13c3e7436572af44e41bfb5e56da2ac51132994b0b0 SHA1: 181a59d5c03f0a0c17ba7d49ee2824b7751196b5 MD5sum: 62c8ea79c55ab31c1ba52a00ff2b4381 Description: RTI Connext 7.7.0 for ROS 2 (RMW dependencies) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package can be used to install all dependencies required to run ROS 2 with RTI Connext. Homepage: https://www.rti.com Package: rti-connext-dds-7.7.0-rtiddsgen Priority: optional Section: devel Installed-Size: 18489 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-env (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-jre (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-rtiddsgen_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: f318e4cc2fb06d6a4fcf310777fd9d1a0742bb7d1220542da431b0543aa13c3a888b667f3a842b9392a833f9521866962695d3735a3e94d54695a641ee2eff52 Size: 10429392 SHA256: c1a204b5b5dfb9fbcb4ebfb3291f2427c5cc1825c1bc0b3005604f70a104c29b SHA1: 39d83bea1988469668e847b46120819be8f17a82 MD5sum: 36a87ac62c1759a979e4486d11dd4c87 Description: RTI Connext 7.7.0 (code generator) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains tools and templates required to generate code for using custom data types with RTI Connext from IDL, XML, and other type definition formats. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-tools-cli Priority: optional Section: devel Installed-Size: 2610 Maintainer: Real-Time Innovations, Inc. Architecture: amd64 Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Depends: rti-connext-dds-7.7.0-lib (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-lib-host (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326), rti-connext-dds-7.7.0-workspace (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-tools-cli_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_amd64.deb SHA512: 7034cba63ed1f46e567505c5b9ad160248f51488aabb6fb3c1747fe10aa4b96e02cd5e4f4914da3b627d5124e40fa7f1cec507985e3888e07dcbf890177007b6 Size: 402580 SHA256: e0251441a3ce312cc072fdce1907fe3ebab8b5aa575a78a61ea3b329ab6c33b9 SHA1: 39134616914aa5026240e9a8d92c54e8b6906abb MD5sum: fb8204bea8c0544abd279a98e48184ea Description: RTI Connext 7.7.0 (tools) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package contains the RTI Connext command-line tools. Homepage: https://www.rti.com Multi-Arch: same Package: rti-connext-dds-7.7.0-workspace Priority: optional Section: devel Installed-Size: 13645 Maintainer: Real-Time Innovations, Inc. Architecture: all Source: rti-connext-dds-7.7.0 Version: 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326 Pre-Depends: rti-connext-dds-7.7.0-common (= 7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326) Filename: pool/main/r/rti-connext-dds-7.7.0/rti-connext-dds-7.7.0-workspace_7.7.0.0-1~20260326T203053+fefe96c-1bookworm~20260326_all.deb SHA512: 31d7e7cf075e6c29e78410e91f4d4af0bd6c0045f71c4c834711df3f7880387cd8010c6a5b7af0ea055ea18b3ead1777f48a81930a5e8f461752740b18015811 Size: 1906840 SHA256: fafda91f3270c32ffb62915bd3466485f37ddb21e136f29b2ba7c024a0252c5d SHA1: a6c4ed6875a1e7175b9a9b75dc8ec2955ebb32ec MD5sum: 5e61a9811b78ab682b02a94a810362c3 Description: RTI Connext 7.7.0 (user workspace) RTI Connext is the world's leading architecture for developing intelligent distributed systems. . This package will install example source code and configuration files that will be copied to HOME/rti_workspace the first time a user runs any of the Connext shell scripts. Homepage: https://www.rti.com Multi-Arch: foreign